@charset "UTF-8";
/*
Template Name: Listy - Listing HTML Template
Author       :
Version      : 1.0
*/
/*==============================================================================
[Table of contents]
===================
  01. Theme default CSS
  02. Header Area
  03. Banner Area
  05. Client Area
  06. CTA Area
  07. FAQ Area
  08. Features Area
  09. Logo-grid Area
  10. Pricing Area
  11. Service Area
  12. Team Area
  13. Testimonial Area
  14. Why-Choose Area
  15. About Page
  19. Contact Page
  20. Help Center Page
  21. Footer Area
==============================================================================*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
:root {
    --body-font-family: "Open Sans", sans-serif;
    --body-font-weight: 400;
    --body-font-size: 18px;
    --body-font-size-2: 16px;
    --body-line-height: 1.7;
    --body-line-height-2: 1.625;
    --body-bg: #f7f7f7;
    --body-bg-3: #2a324d;
    --primary: #ffd700;
    --primary-2: #fac900;
    --secondary: #202124;
    --secondary-2: #3d414d;
    --text-color: #5d5d66;
    --text-color-2: #616161;
    --white: #ffffff;
    --black: #000000;
    --black-25: #f9f9f9;
    --black-50: #ebebeb;
    --black-100: #d2d3d3;
    --black-150: #c8ccd0;
    --black-200: #bcbcbd;
    --black-300: #a6a6a7;
    --black-350: #9199a1;
    --black-400: #909092;
    --black-500: #797a7c;
    --black-600: #636466;
    --black-700: #4d4d50;
    --black-750: #2f3337;
    --black-800: #36373a;
    --black-900: #202124;
    --theme-black-50: #e9e9e9;
    --theme-black-100: #d2d3d3;
    --theme-black-200: #bcbcbd;
    --theme-black-300: #a6a6a7;
    --theme-black-400: #909092;
    --theme-black-500: #797a7c;
    --theme-black-600: #636466;
    --theme-black-700: #4d4d50;
    --theme-black-800: #36373a;
    --theme-black-900: #202124;
}


/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
    padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    text-rendering: optimizeSpeed;
    color: var(--theme-black-600);
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    color: var(--primary);
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
    color: inherit;
}
a:not([class]):hover {
    text-decoration: underline;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

.h1,
h1 {
    font-size: 60px;
    line-height: 1.15;
}

.h2,
h2 {
    font-size: 48px;
    line-height: 1.2;
}

.h3,
h3 {
    font-size: 36px;
    line-height: 1.2;
}

.h4,
h4 {
    font-size: 30px;
    line-height: 1.25;
}

.h5,
h5 {
    font-size: 24px;
    line-height: 1.3;
}

.h6,
h6 {
    font-size: 18px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary);
    transition: all 0.3s ease-in-out;
}

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

@media (min-width: 576px) {
    .gx-sm-4 {
        --bs-gutter-x: 30px;
    }
}

.bg-gray {
    background-color: var(--body-bg);
}

.bg-gray-2 {
    background-color: var(--body-bg-2);
}

.section-divider {
    height: 1px;
    background-color: var(--theme-black-100);
}

.section-title {
    color: var(--secondary);
    font-weight: 700;
}

.section-title-2 {
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--black-900);
}

.section-title-3 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 600;
    color: var(--black-900);
}

.section-subtitle {
    color: var(--black-600);
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    font-weight: 400;
}

.para-2 {
    font-size: var(--body-font-size-2);
    line-height: var(--body-line-height-2);
}

.sub-bold-1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--black-500);
}

.sub-bold-2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: var(--black-900);
}

.small-1 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.small-2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--black-600);
}

.small-3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.sub-regular-1 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.sub-regular-2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.sub-regular-3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black-600);
}

.rounded-5 {
    border-radius: 5px;
}

.rounded-10 {
    border-radius: 10px;
}

.modal-content {
    border: 0;
}

/*----------------------------------------*/
/*   Back To Top Button CSS
/*----------------------------------------*/
#back-to-top {
    display: inline-block;
    background-color: rgba(220, 220, 220, 0.8);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: var(--black-900);
    line-height: 50px;
}

#back-to-top:hover {
    cursor: pointer;
    background-color: #333;
    color: var(--primary);
}

#back-to-top:active {
    background-color: #555;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/*-------- Shadow ---------*/
.bs-sm {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.bs-md {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.06), 0 3px 8px rgba(0, 0, 0, 0.09) !important;
}

.bs-lg {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09), 0 3px 8px rgba(0, 0, 0, 0.09), 0 4px 13px rgba(0, 0, 0, 0.13) !important;
}

/** Hover Classes **/
.h\:bs-md:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.06), 0 3px 8px rgba(0, 0, 0, 0.09) !important;
}

.h\:bs-lg:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09), 0 3px 8px rgba(0, 0, 0, 0.09), 0 4px 13px rgba(0, 0, 0, 0.13) !important;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

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

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

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

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

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

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

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

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

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

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

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

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

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

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-200 {
    padding-left: 200px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-160 {
    padding-right: 160px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-200 {
    padding-right: 200px;
}

/* style for large display */
@media (min-width: 992px) {
    .mt-lg-10 {
        margin-top: 10px;
    }
    .mt-lg-15 {
        margin-top: 15px;
    }
    .mt-lg-20 {
        margin-top: 20px;
    }
    .mt-lg-25 {
        margin-top: 25px;
    }
    .mt-lg-30 {
        margin-top: 30px;
    }
    .mt-lg-35 {
        margin-top: 35px;
    }
    .mt-lg-40 {
        margin-top: 40px;
    }
    .mt-lg-45 {
        margin-top: 45px;
    }
    .mt-lg-50 {
        margin-top: 50px;
    }
    .mt-lg-55 {
        margin-top: 55px;
    }
    .mt-lg-60 {
        margin-top: 60px;
    }
    .mt-lg-65 {
        margin-top: 65px;
    }
    .mt-lg-70 {
        margin-top: 70px;
    }
    .mt-lg-75 {
        margin-top: 75px;
    }
    .mt-lg-80 {
        margin-top: 80px;
    }
    .mt-lg-85 {
        margin-top: 85px;
    }
    .mt-lg-90 {
        margin-top: 90px;
    }
    .mt-lg-95 {
        margin-top: 95px;
    }
    .mt-lg-100 {
        margin-top: 100px;
    }
    .mt-lg-105 {
        margin-top: 105px;
    }
    .mt-lg-110 {
        margin-top: 110px;
    }
    .mt-lg-115 {
        margin-top: 115px;
    }
    .mt-lg-120 {
        margin-top: 120px;
    }
    .mt-lg-125 {
        margin-top: 125px;
    }
    .mt-lg-130 {
        margin-top: 130px;
    }
    .mt-lg-135 {
        margin-top: 135px;
    }
    .mt-lg-140 {
        margin-top: 140px;
    }
    .mt-lg-145 {
        margin-top: 145px;
    }
    .mt-lg-150 {
        margin-top: 150px;
    }
    .mt-lg-155 {
        margin-top: 155px;
    }
    .mt-lg-160 {
        margin-top: 160px;
    }
    .mt-lg-165 {
        margin-top: 165px;
    }
    .mt-lg-170 {
        margin-top: 170px;
    }
    .mt-lg-175 {
        margin-top: 175px;
    }
    .mt-lg-180 {
        margin-top: 180px;
    }
    .mt-lg-185 {
        margin-top: 185px;
    }
    .mt-lg-190 {
        margin-top: 190px;
    }
    .mt-lg-195 {
        margin-top: 195px;
    }
    .mt-lg-200 {
        margin-top: 200px;
    }
    .mb-lg-10 {
        margin-bottom: 10px;
    }
    .mb-lg-15 {
        margin-bottom: 15px;
    }
    .mb-lg-20 {
        margin-bottom: 20px;
    }
    .mb-lg-25 {
        margin-bottom: 25px;
    }
    .mb-lg-30 {
        margin-bottom: 30px;
    }
    .mb-lg-35 {
        margin-bottom: 35px;
    }
    .mb-lg-40 {
        margin-bottom: 40px;
    }
    .mb-lg-45 {
        margin-bottom: 45px;
    }
    .mb-lg-50 {
        margin-bottom: 50px;
    }
    .mb-lg-55 {
        margin-bottom: 55px;
    }
    .mb-lg-60 {
        margin-bottom: 60px;
    }
    .mb-lg-65 {
        margin-bottom: 65px;
    }
    .mb-lg-70 {
        margin-bottom: 70px;
    }
    .mb-lg-75 {
        margin-bottom: 75px;
    }
    .mb-lg-80 {
        margin-bottom: 80px;
    }
    .mb-lg-85 {
        margin-bottom: 85px;
    }
    .mb-lg-90 {
        margin-bottom: 90px;
    }
    .mb-lg-95 {
        margin-bottom: 95px;
    }
    .mb-lg-100 {
        margin-bottom: 100px;
    }
    .mb-lg-105 {
        margin-bottom: 105px;
    }
    .mb-lg-110 {
        margin-bottom: 110px;
    }
    .mb-lg-115 {
        margin-bottom: 115px;
    }
    .mb-lg-120 {
        margin-bottom: 120px;
    }
    .mb-lg-125 {
        margin-bottom: 125px;
    }
    .mb-lg-130 {
        margin-bottom: 130px;
    }
    .mb-lg-135 {
        margin-bottom: 135px;
    }
    .mb-lg-140 {
        margin-bottom: 140px;
    }
    .mb-lg-145 {
        margin-bottom: 145px;
    }
    .mb-lg-150 {
        margin-bottom: 150px;
    }
    .mb-lg-155 {
        margin-bottom: 155px;
    }
    .mb-lg-160 {
        margin-bottom: 160px;
    }
    .mb-lg-165 {
        margin-bottom: 165px;
    }
    .mb-lg-170 {
        margin-bottom: 170px;
    }
    .mb-lg-175 {
        margin-bottom: 175px;
    }
    .mb-lg-180 {
        margin-bottom: 180px;
    }
    .mb-lg-185 {
        margin-bottom: 185px;
    }
    .mb-lg-190 {
        margin-bottom: 190px;
    }
    .mb-lg-195 {
        margin-bottom: 195px;
    }
    .mb-lg-200 {
        margin-bottom: 200px;
    }
    .ml-lg-10 {
        margin-left: 10px;
    }
    .ml-lg-15 {
        margin-left: 15px;
    }
    .ml-lg-20 {
        margin-left: 20px;
    }
    .ml-lg-25 {
        margin-left: 25px;
    }
    .ml-lg-30 {
        margin-left: 30px;
    }
    .ml-lg-35 {
        margin-left: 35px;
    }
    .ml-lg-40 {
        margin-left: 40px;
    }
    .ml-lg-45 {
        margin-left: 45px;
    }
    .ml-lg-50 {
        margin-left: 50px;
    }
    .ml-lg-55 {
        margin-left: 55px;
    }
    .ml-lg-60 {
        margin-left: 60px;
    }
    .ml-lg-65 {
        margin-left: 65px;
    }
    .ml-lg-70 {
        margin-left: 70px;
    }
    .ml-lg-75 {
        margin-left: 75px;
    }
    .ml-lg-80 {
        margin-left: 80px;
    }
    .ml-lg-85 {
        margin-left: 85px;
    }
    .ml-lg-90 {
        margin-left: 90px;
    }
    .ml-lg-95 {
        margin-left: 95px;
    }
    .ml-lg-100 {
        margin-left: 100px;
    }
    .ml-lg-105 {
        margin-left: 105px;
    }
    .ml-lg-110 {
        margin-left: 110px;
    }
    .ml-lg-115 {
        margin-left: 115px;
    }
    .ml-lg-120 {
        margin-left: 120px;
    }
    .ml-lg-125 {
        margin-left: 125px;
    }
    .ml-lg-130 {
        margin-left: 130px;
    }
    .ml-lg-135 {
        margin-left: 135px;
    }
    .ml-lg-140 {
        margin-left: 140px;
    }
    .ml-lg-145 {
        margin-left: 145px;
    }
    .ml-lg-150 {
        margin-left: 150px;
    }
    .ml-lg-155 {
        margin-left: 155px;
    }
    .ml-lg-160 {
        margin-left: 160px;
    }
    .ml-lg-165 {
        margin-left: 165px;
    }
    .ml-lg-170 {
        margin-left: 170px;
    }
    .ml-lg-175 {
        margin-left: 175px;
    }
    .ml-lg-180 {
        margin-left: 180px;
    }
    .ml-lg-185 {
        margin-left: 185px;
    }
    .ml-lg-190 {
        margin-left: 190px;
    }
    .ml-lg-195 {
        margin-left: 195px;
    }
    .ml-lg-200 {
        margin-left: 200px;
    }
    .mr-lg-10 {
        margin-right: 10px;
    }
    .mr-lg-15 {
        margin-right: 15px;
    }
    .mr-lg-20 {
        margin-right: 20px;
    }
    .mr-lg-25 {
        margin-right: 25px;
    }
    .mr-lg-30 {
        margin-right: 30px;
    }
    .mr-lg-35 {
        margin-right: 35px;
    }
    .mr-lg-40 {
        margin-right: 40px;
    }
    .mr-lg-45 {
        margin-right: 45px;
    }
    .mr-lg-50 {
        margin-right: 50px;
    }
    .mr-lg-55 {
        margin-right: 55px;
    }
    .mr-lg-60 {
        margin-right: 60px;
    }
    .mr-lg-65 {
        margin-right: 65px;
    }
    .mr-lg-70 {
        margin-right: 70px;
    }
    .mr-lg-75 {
        margin-right: 75px;
    }
    .mr-lg-80 {
        margin-right: 80px;
    }
    .mr-lg-85 {
        margin-right: 85px;
    }
    .mr-lg-90 {
        margin-right: 90px;
    }
    .mr-lg-95 {
        margin-right: 95px;
    }
    .mr-lg-100 {
        margin-right: 100px;
    }
    .mr-lg-105 {
        margin-right: 105px;
    }
    .mr-lg-110 {
        margin-right: 110px;
    }
    .mr-lg-115 {
        margin-right: 115px;
    }
    .mr-lg-120 {
        margin-right: 120px;
    }
    .mr-lg-125 {
        margin-right: 125px;
    }
    .mr-lg-130 {
        margin-right: 130px;
    }
    .mr-lg-135 {
        margin-right: 135px;
    }
    .mr-lg-140 {
        margin-right: 140px;
    }
    .mr-lg-145 {
        margin-right: 145px;
    }
    .mr-lg-150 {
        margin-right: 150px;
    }
    .mr-lg-155 {
        margin-right: 155px;
    }
    .mr-lg-160 {
        margin-right: 160px;
    }
    .mr-lg-165 {
        margin-right: 165px;
    }
    .mr-lg-170 {
        margin-right: 170px;
    }
    .mr-lg-175 {
        margin-right: 175px;
    }
    .mr-lg-180 {
        margin-right: 180px;
    }
    .mr-lg-185 {
        margin-right: 185px;
    }
    .mr-lg-190 {
        margin-right: 190px;
    }
    .mr-lg-195 {
        margin-right: 195px;
    }
    .mr-lg-200 {
        margin-right: 200px;
    }
    .pt-lg-10 {
        padding-top: 10px;
    }
    .pt-lg-15 {
        padding-top: 15px;
    }
    .pt-lg-20 {
        padding-top: 20px;
    }
    .pt-lg-25 {
        padding-top: 25px;
    }
    .pt-lg-30 {
        padding-top: 30px;
    }
    .pt-lg-35 {
        padding-top: 35px;
    }
    .pt-lg-40 {
        padding-top: 40px;
    }
    .pt-lg-45 {
        padding-top: 45px;
    }
    .pt-lg-50 {
        padding-top: 50px;
    }
    .pt-lg-55 {
        padding-top: 55px;
    }
    .pt-lg-60 {
        padding-top: 60px;
    }
    .pt-lg-65 {
        padding-top: 65px;
    }
    .pt-lg-70 {
        padding-top: 70px;
    }
    .pt-lg-75 {
        padding-top: 75px;
    }
    .pt-lg-80 {
        padding-top: 80px;
    }
    .pt-lg-85 {
        padding-top: 85px;
    }
    .pt-lg-90 {
        padding-top: 90px;
    }
    .pt-lg-95 {
        padding-top: 95px;
    }
    .pt-lg-100 {
        padding-top: 100px;
    }
    .pt-lg-105 {
        padding-top: 105px;
    }
    .pt-lg-110 {
        padding-top: 110px;
    }
    .pt-lg-115 {
        padding-top: 115px;
    }
    .pt-lg-120 {
        padding-top: 120px;
    }
    .pt-lg-125 {
        padding-top: 125px;
    }
    .pt-lg-130 {
        padding-top: 130px;
    }
    .pt-lg-135 {
        padding-top: 135px;
    }
    .pt-lg-140 {
        padding-top: 140px;
    }
    .pt-lg-145 {
        padding-top: 145px;
    }
    .pt-lg-150 {
        padding-top: 150px;
    }
    .pt-lg-155 {
        padding-top: 155px;
    }
    .pt-lg-160 {
        padding-top: 160px;
    }
    .pt-lg-165 {
        padding-top: 165px;
    }
    .pt-lg-170 {
        padding-top: 170px;
    }
    .pt-lg-175 {
        padding-top: 175px;
    }
    .pt-lg-180 {
        padding-top: 180px;
    }
    .pt-lg-185 {
        padding-top: 185px;
    }
    .pt-lg-190 {
        padding-top: 190px;
    }
    .pt-lg-195 {
        padding-top: 195px;
    }
    .pt-lg-200 {
        padding-top: 200px;
    }
    .pb-lg-10 {
        padding-bottom: 10px;
    }
    .pb-lg-15 {
        padding-bottom: 15px;
    }
    .pb-lg-20 {
        padding-bottom: 20px;
    }
    .pb-lg-25 {
        padding-bottom: 25px;
    }
    .pb-lg-30 {
        padding-bottom: 30px;
    }
    .pb-lg-35 {
        padding-bottom: 35px;
    }
    .pb-lg-40 {
        padding-bottom: 40px;
    }
    .pb-lg-45 {
        padding-bottom: 45px;
    }
    .pb-lg-50 {
        padding-bottom: 50px;
    }
    .pb-lg-55 {
        padding-bottom: 55px;
    }
    .pb-lg-60 {
        padding-bottom: 60px;
    }
    .pb-lg-65 {
        padding-bottom: 65px;
    }
    .pb-lg-70 {
        padding-bottom: 70px;
    }
    .pb-lg-75 {
        padding-bottom: 75px;
    }
    .pb-lg-80 {
        padding-bottom: 80px;
    }
    .pb-lg-85 {
        padding-bottom: 85px;
    }
    .pb-lg-90 {
        padding-bottom: 90px;
    }
    .pb-lg-95 {
        padding-bottom: 95px;
    }
    .pb-lg-100 {
        padding-bottom: 100px;
    }
    .pb-lg-105 {
        padding-bottom: 105px;
    }
    .pb-lg-110 {
        padding-bottom: 110px;
    }
    .pb-lg-115 {
        padding-bottom: 115px;
    }
    .pb-lg-120 {
        padding-bottom: 120px;
    }
    .pb-lg-125 {
        padding-bottom: 125px;
    }
    .pb-lg-130 {
        padding-bottom: 130px;
    }
    .pb-lg-135 {
        padding-bottom: 135px;
    }
    .pb-lg-140 {
        padding-bottom: 140px;
    }
    .pb-lg-145 {
        padding-bottom: 145px;
    }
    .pb-lg-150 {
        padding-bottom: 150px;
    }
    .pb-lg-155 {
        padding-bottom: 155px;
    }
    .pb-lg-160 {
        padding-bottom: 160px;
    }
    .pb-lg-165 {
        padding-bottom: 165px;
    }
    .pb-lg-170 {
        padding-bottom: 170px;
    }
    .pb-lg-175 {
        padding-bottom: 175px;
    }
    .pb-lg-180 {
        padding-bottom: 180px;
    }
    .pb-lg-185 {
        padding-bottom: 185px;
    }
    .pb-lg-190 {
        padding-bottom: 190px;
    }
    .pb-lg-195 {
        padding-bottom: 195px;
    }
    .pb-lg-200 {
        padding-bottom: 200px;
    }
    .pl-lg-10 {
        padding-left: 10px;
    }
    .pl-lg-15 {
        padding-left: 15px;
    }
    .pl-lg-20 {
        padding-left: 20px;
    }
    .pl-lg-25 {
        padding-left: 25px;
    }
    .pl-lg-30 {
        padding-left: 30px;
    }
    .pl-lg-35 {
        padding-left: 35px;
    }
    .pl-lg-40 {
        padding-left: 40px;
    }
    .pl-lg-45 {
        padding-left: 45px;
    }
    .pl-lg-50 {
        padding-left: 50px;
    }
    .pl-lg-55 {
        padding-left: 55px;
    }
    .pl-lg-60 {
        padding-left: 60px;
    }
    .pl-lg-65 {
        padding-left: 65px;
    }
    .pl-lg-70 {
        padding-left: 70px;
    }
    .pl-lg-75 {
        padding-left: 75px;
    }
    .pl-lg-80 {
        padding-left: 80px;
    }
    .pl-lg-85 {
        padding-left: 85px;
    }
    .pl-lg-90 {
        padding-left: 90px;
    }
    .pl-lg-95 {
        padding-left: 95px;
    }
    .pl-lg-100 {
        padding-left: 100px;
    }
    .pl-lg-105 {
        padding-left: 105px;
    }
    .pl-lg-110 {
        padding-left: 110px;
    }
    .pl-lg-115 {
        padding-left: 115px;
    }
    .pl-lg-120 {
        padding-left: 120px;
    }
    .pl-lg-125 {
        padding-left: 125px;
    }
    .pl-lg-130 {
        padding-left: 130px;
    }
    .pl-lg-135 {
        padding-left: 135px;
    }
    .pl-lg-140 {
        padding-left: 140px;
    }
    .pl-lg-145 {
        padding-left: 145px;
    }
    .pl-lg-150 {
        padding-left: 150px;
    }
    .pl-lg-155 {
        padding-left: 155px;
    }
    .pl-lg-160 {
        padding-left: 160px;
    }
    .pl-lg-165 {
        padding-left: 165px;
    }
    .pl-lg-170 {
        padding-left: 170px;
    }
    .pl-lg-175 {
        padding-left: 175px;
    }
    .pl-lg-180 {
        padding-left: 180px;
    }
    .pl-lg-185 {
        padding-left: 185px;
    }
    .pl-lg-190 {
        padding-left: 190px;
    }
    .pl-lg-195 {
        padding-left: 195px;
    }
    .pl-lg-200 {
        padding-left: 200px;
    }
    .pr-lg-10 {
        padding-right: 10px;
    }
    .pr-lg-15 {
        padding-right: 15px;
    }
    .pr-lg-20 {
        padding-right: 20px;
    }
    .pr-lg-25 {
        padding-right: 25px;
    }
    .pr-lg-30 {
        padding-right: 30px;
    }
    .pr-lg-35 {
        padding-right: 35px;
    }
    .pr-lg-40 {
        padding-right: 40px;
    }
    .pr-lg-45 {
        padding-right: 45px;
    }
    .pr-lg-50 {
        padding-right: 50px;
    }
    .pr-lg-55 {
        padding-right: 55px;
    }
    .pr-lg-60 {
        padding-right: 60px;
    }
    .pr-lg-65 {
        padding-right: 65px;
    }
    .pr-lg-70 {
        padding-right: 70px;
    }
    .pr-lg-75 {
        padding-right: 75px;
    }
    .pr-lg-80 {
        padding-right: 80px;
    }
    .pr-lg-85 {
        padding-right: 85px;
    }
    .pr-lg-90 {
        padding-right: 90px;
    }
    .pr-lg-95 {
        padding-right: 95px;
    }
    .pr-lg-100 {
        padding-right: 100px;
    }
    .pr-lg-105 {
        padding-right: 105px;
    }
    .pr-lg-110 {
        padding-right: 110px;
    }
    .pr-lg-115 {
        padding-right: 115px;
    }
    .pr-lg-120 {
        padding-right: 120px;
    }
    .pr-lg-125 {
        padding-right: 125px;
    }
    .pr-lg-130 {
        padding-right: 130px;
    }
    .pr-lg-135 {
        padding-right: 135px;
    }
    .pr-lg-140 {
        padding-right: 140px;
    }
    .pr-lg-145 {
        padding-right: 145px;
    }
    .pr-lg-150 {
        padding-right: 150px;
    }
    .pr-lg-155 {
        padding-right: 155px;
    }
    .pr-lg-160 {
        padding-right: 160px;
    }
    .pr-lg-165 {
        padding-right: 165px;
    }
    .pr-lg-170 {
        padding-right: 170px;
    }
    .pr-lg-175 {
        padding-right: 175px;
    }
    .pr-lg-180 {
        padding-right: 180px;
    }
    .pr-lg-185 {
        padding-right: 185px;
    }
    .pr-lg-190 {
        padding-right: 190px;
    }
    .pr-lg-195 {
        padding-right: 195px;
    }
    .pr-lg-200 {
        padding-right: 200px;
    }
}
/*================ preloader css ====================*/
#preloader {
    background: var(--white);
    height: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#preloader .loading {
    display: flex;
}
#preloader .ctn-preloader {
    padding-left: 15px;
    padding-right: 15px;
}
#preloader .spinner {
    animation: spinner 3s infinite linear;
    border-radius: 50%;
    border: 3px solid #f1f6f8;
    border-left-color: var(--primary);
    border-top-color: var(--primary);
    margin: 0 auto 0em auto;
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
    position: absolute;
}
#preloader .spinner:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 6px solid #fff;
    box-shadow: 0 0 20px 0 rgba(4, 46, 56, 0.2);
    background: var(--primary);
    top: 41px;
    right: 31px;
    position: absolute;
    border-radius: 50%;
}
@media (max-width: 576px) {
    #preloader .spinner:before {
        top: 18px;
    }
}
#preloader .round_spinner {
    border-width: 1px;
    border-color: rgb(238, 243, 244);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(253, 253, 253);
    box-shadow: 0 0 100px 0 rgba(4, 46, 56, 0.14);
    width: 248px;
    height: 248px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 40px auto 80px;
}
@media (max-width: 576px) {
    #preloader .round_spinner {
        width: 155px;
        height: 155px;
    }
}

#preloader .head {
    display: block;
    font-size: 26px;
    letter-spacing: 5.2px;
    text-transform: uppercase;
    text-align: center;
    margin: 5% 0 1% 0;
    padding: 0;
}

#preloader p {
    display: block;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}
.btn {
    border: transparent;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    padding: 0;
    transition: all 0.3s ease-in-out;
}
.btn-signin {
    color: var(--white);
}
.btn-signin:hover {
    color: var(--primary);
}
.btn-brand {
    background-color: var(--primary);
    color: var(--black);
    padding: 12px 20px;
    border: 1px solid var(--primary);
}
.btn-brand:hover {
    background-color: var(--black);
    color: var(--primary);
    border-color: var(--black);
}
.btn-brand-2 {
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    padding: 19px 32px;
    transition: all 0.3s ease-in-out;
}
.btn-brand-3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 40px;
}
.btn-brand-4 {
    background-color: var(--black-900);
    color: #fff;
    border-color: var(--black-900);
}
.btn-brand-4:hover {
    background-color: var(--primary);
    color: var(--black);
    border-color: var(--primary);
}

.btn-bordered {
    border: 1px solid var(--black-100);
    border-radius: 4px;
    color: var(--black-900);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
}
.btn-bordered i {
    font-size: 17px;
    color: var(--black-900);
}
.btn-bordered:hover {
    color: var(--black-900);
    border-color: var(--black-900);
}
.btn-bordered.bordered-2:hover {
    color: #fff;
    border-color: var(--black-900);
    background-color: var(--black-900);
}

.btn-faded {
    border: 1px solid transparent;
    border-radius: 4px;
    color: var(--black-400);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    background-color: #f7f7f7;
}
.btn-faded:hover {
    color: #fff;
    background-color: var(--black);
}

.btn-Subscribe {
    background-color: var(--black-50);
    color: #202124;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    align-items: flex-start;
    padding: 19px 40px;
    border: none;
    border-radius: 0px 5px 5px 0px;
}
.btn-Subscribe:hover {
    background-color: var(--primary-2);
    color: var(--black);
}
@media (max-width: 425px) {
    .btn-Subscribe {
        border-radius: 5px;
    }
}

.hover-underlibne:hover {
    text-decoration: underline;
    text-decoration-color: var(--secondary);
}

.hover-shadow-1:hover {
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.05);
}

.listing-search-form {
    background-color: var(--white);
    border-radius: 10px;
    padding: 6px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.listing-search-form .input-group-text,
.listing-search-form .form-control {
    background: transparent;
    border-color: transparent;
    font-size: 14px;
    line-height: 22px;
    height: 100%;
}
.listing-search-form .divider {
    background-color: var(--theme-black-100);
    margin: 8px 0;
    width: 2px;
}
.listing-search-form .input-group-text {
    color: var(--theme-black-700);
}
.listing-search-form .form-control {
    color: var(--theme-black-400);
}
.listing-search-form .form-control:focus {
    box-shadow: none;
    border-radius: 8px !important;
}
.listing-search-form .btn {
    background-color: var(--secondary);
    border-radius: 5px;
    color: var(--white);
    padding: 12px 30px;
}
.listing-search-form .btn:hover {
    background-color: var(--primary);
    color: var(--secondary);
}

/*----------------------------------------*/
/* Search Form 02
/*----------------------------------------*/
.listing-search-form-2 {
    background-color: var(--white);
    border-radius: 10px;
    padding: 11px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.listing-search-form-2 .input-group-text,
.listing-search-form-2 .form-control {
    background: transparent;
    border-color: transparent;
    font-size: 14px;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 2px;
}
.listing-search-form-2 .location-select {
    flex: 1 1 auto;
}
.listing-search-form-2 .divider {
    background-color: var(--theme-black-100);
    margin: 8px 0;
    width: 2px;
}
.listing-search-form-2 .input-group-text {
    color: var(--theme-black-700);
    padding-right: 7px;
}
.listing-search-form-2 .input-group-text + .input-group-text {
    padding-right: 8px;
}
.listing-search-form-2 .form-control {
    color: var(--theme-black-400);
    padding-left: 15px;
    border-radius: 5px !important;
}
.listing-search-form-2 .form-control.geoLocationInp {
    margin-right: 10px;
}
.listing-search-form-2 .form-control:focus {
    box-shadow: none;
}
.listing-search-form-2 a i {
    font-size: 11px;
    color: var(--theme-black-500);
}
.listing-search-form-2 .input-search i {
    margin-left: 16px;
    margin-right: 8px;
    font-size: 16px;
    color: var(--theme-black-400);
    transform: rotate(270deg);
    vertical-align: middle;
}

/*----------------------------------------*/
/* Search Form 03
/*----------------------------------------*/
.listing-search-form-3 {
    background-color: var(--white);
    border-radius: 10px;
    padding: 12px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.listing-search-form-3 .input-group-text,
.listing-search-form-3 .form-control {
    background: transparent;
    border-color: transparent;
    font-size: 14px;
    line-height: 22px;
    padding-left: 8px;
    padding-right: 2px;
}
.listing-search-form-3 .location-select {
    flex: 1 1 auto;
}
.listing-search-form-3 .divider {
    background-color: var(--theme-black-100);
    margin: 4px 12px;
    width: 2px;
}
.listing-search-form-3 .input-group-text {
    color: var(--theme-black-700);
}
.listing-search-form-3 .input-group-text img {
    width: 14px;
}
.listing-search-form-3 .form-control {
    color: var(--theme-black-400);
}
.listing-search-form-3 .form-control:focus {
    box-shadow: none;
}
.listing-search-form-3 a i {
    font-size: 12px;
    color: var(--theme-black-500);
}
.listing-search-form-3 .input-search i {
    margin-left: 16px;
    font-size: 20px;
    margin-top: 9px;
    color: var(--black-500);
    transform: rotate(270deg);
}

/*----------------------------------------*/
/* Pages Form
/*----------------------------------------*/
.listing-search-pages {
    background-color: var(--white);
    border-radius: 5px;
    padding: 5px 20px;
    border: 1px solid var(--black-100);
    height: 48px;
}
.listing-search-pages:hover {
    border: 1px solid var(--secondary);
}
.listing-search-pages .input-group-text,
.listing-search-pages .form-control {
    background: transparent;
    border-color: transparent;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: var(--black-400);
}
.listing-search-pages .divider {
    background-color: var(--theme-black-100);
    margin: 8px 0;
    width: 2px;
}
.listing-search-pages .form-control:focus {
    box-shadow: none;
    border: none;
}
.listing-search-pages .input-search i {
    margin-left: 16px;
    margin-right: 8px;
    font-size: 14px;
    color: var(--black-400);
}

.form-control {
    background-color: #fff;
    border-radius: 5px;
    border-color: #dcdee0;
    color: var(--black-600);
    font-size: 14px;
    font-family: var(--body-font-family);
}
.form-control:focus {
    border-color: var(--black-600);
    box-shadow: none;
}
.form-control:placeholder-shown {
    font-size: 14px;
    font-family: var(--body-font-family);
    font-weight: 400;
    color: var(--black-400);
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-check .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--black-900), 25%);
}
.form-check .form-check-input:checked[type=radio] {
    background-color: #fff;
    border-color: var(--black-900);
}
.form-check .form-check-input:checked[type=radio] ~ .form-check-label {
    color: var(--black-900);
}
.form-check .form-check-input:checked[type=checkbox] {
    background-color: var(--black-900);
    border-color: var(--black-900);
}
.form-check .form-check-input:checked[type=checkbox] ~ .form-check-label {
    color: var(--black-900);
}
.form-check .form-check-label {
    font-size: 16px;
    font-family: var(--body-font-family);
    font-weight: 400;
    color: var(--black-600);
    cursor: pointer;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.5' fill='%202124'/%3e%3c/svg%3e");
}

.toggle-search-widget {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
    width: 200px;
    z-index: 1;
    height: 49px;
}
.toggle-search-widget.open .form-control {
    display: block;
    width: 100%;
    opacity: 1;
    visibility: visible;
    border-color: var(--black-900);
}
.toggle-search-widget .form-control {
    border: none;
    height: 100%;
    width: 0;
    opacity: 0;
    visibility: none;
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: -1;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    padding-right: 20px;
    padding-left: 1px;
}
.toggle-search-widget .toggleSearchIcon {
    cursor: pointer;
}

/*----------------------------------------*/
/*   Header Area
/*----------------------------------------*/
.header-menu {
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    position: absolute;
    transition: all 0.4s ease-in-out;
}
.header-menu .sticky_logo .main {
    display: block;
}
.header-menu .sticky_logo .sticky {
    display: none;
}
.header-menu.navbar_fixed {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.2s, top 0.4s linear;
}
.header-menu.navbar_fixed .navbar-nav > .nav-item > .nav-link {
    color: var(--black-900);
}
.header-menu.navbar_fixed .navbar-nav > .nav-item > .nav-link:hover {
    color: var(--primary);
}
.header-menu.navbar_fixed .sticky_logo .main {
    display: none;
}
.header-menu.navbar_fixed .sticky_logo .sticky {
    display: block;
}
.header-menu.navbar_fixed .menu_toggle .hamburger span,
.header-menu.navbar_fixed .menu_toggle .hamburger-cross span {
    background-color: var(--black-900);
}
.header-menu.navbar_fixed .right-nav .btn-signin {
    color: var(--black-900);
}
.header-menu .navbar-nav {
    gap: 50px;
}
.header-menu .navbar-nav > .nav-item {
    padding: 39px 0;
    transition: all 0.3s linear;
}
.header-menu .navbar-nav > .nav-item > .nav-link {
    position: relative;
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38;
    padding: 0;
}

.header-menu .navbar-nav > .nav-item > .nav-link::after {
    display: none;
}
.header-menu .navbar-nav > .nav-item .dropdown-menu {
    margin: 0;
    border-radius: 4px;
    min-width: max-content;
    border: 1px solid rgb(230, 238, 239);
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
    top: 100%;
}
.header-menu .navbar-nav > .nav-item .dropdown-menu:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: -6px;
    transform: rotate(45deg);
    left: 40px;
    border-left: 1px solid rgb(230, 238, 239);
    border-top: 1px solid rgb(230, 238, 239);
}
@media (min-width: 992px) {
    .header-menu .navbar-nav > .nav-item .dropdown-menu {
        transform: translateY(20px);
        transition: all 0.3s ease-in;
        opacity: 0;
        visibility: hidden;
        display: block;
    }
}
.header-menu .navbar-nav > .nav-item .dropdown-menu li {
    padding: 0 25px;
    transition: all 0.3s linear;
    position: relative;
}
.header-menu .navbar-nav > .nav-item .dropdown-menu li > i {
    padding-right: 10px;
}
.header-menu .navbar-nav > .nav-item .dropdown-menu li + li {
    margin-top: 18px;
}
.header-menu .navbar-nav > .nav-item .dropdown-menu li .dropdown-item {
    padding: 0;
    white-space: nowrap;
    transition: color 0.2s linear;
    position: relative;
    display: inline-block;
    color: var(--black-900);
    background-color: transparent;
}
.header-menu .navbar-nav > .nav-item .dropdown-menu li .dropdown-item:hover {
    background-color: transparent;
    text-decoration: underline;
}
.header-menu .navbar-nav > .nav-item .dropdown-menu li .dropdown-item.active {
    text-decoration: underline;
}
.header-menu .navbar-nav > .nav-item .dropdown-menu li .dropdown-item:after {
    display: none;
}
.header-menu .navbar-nav > .nav-item:hover > i {
    color: var(--primary);
}
@media (min-width: 992px) {
    .header-menu .navbar-nav > .nav-item:hover .dropdown-menu {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
}
.header-menu .right-nav {
    gap: 30px;
}
.header-menu .right-nav .btn-signin {
    border: none;
    box-shadow: none;
}
.header-menu .navbar-toggler {
    outline: none;
    border: none;
    box-shadow: none;
}

.header-menu-black .sticky_logo .main {
    display: none;
}
.header-menu-black .sticky_logo .sticky {
    display: block;
}
.header-menu-black .navbar-nav > .nav-item > .nav-link {
    color: var(--black-900);
}
.header-menu-black .navbar-nav > .nav-item > .nav-link:hover {
    color: var(--primary);
}
.header-menu-black .right-nav .btn-signin {
    color: var(--black-900);
}
.header-menu-black .right-nav .btn-signin:hover {
    color: var(--primary);
}

.header-menu-2 {
    position: relative;
    background-color: #fff;
}
.header-menu-2 .sticky_logo .main {
    display: none;
}
.header-menu-2 .sticky_logo .sticky {
    display: block;
}
.header-menu-2 .navbar-nav > .nav-item > .nav-link {
    color: var(--black-900);
}
.header-menu-2 .navbar-nav > .nav-item > .nav-link:hover {
    color: var(--primary);
}
.header-menu-2 .right-nav .btn-signin {
    color: var(--black-900);
}
.header-menu-2 .right-nav .btn-signin:hover {
    color: var(--primary);
}

.navbar-toggler {
    padding-right: 0;
    padding-left: 0;
}

.hamburger {
    height: 100%;
    width: 100%;
    display: block;
}
.hamburger span {
    width: 0%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
    display: block;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.hamburger span:nth-child(1) {
    transition-delay: 0s;
}
.hamburger span:nth-child(2) {
    transition-delay: 0.125s;
}
.hamburger span:nth-child(3) {
    transition-delay: 0.2s;
}

.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block;
}
.menu_toggle .hamburger {
    position: absolute;
}
.menu_toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    display: block;
}
.menu_toggle .hamburger-cross span {
    display: block;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 10px;
    transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
    width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
    transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
    transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
    transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    transition-delay: 0.2s;
}

.mobile_dropdown_icon {
    display: none;
}

@media (max-width: 991px) {
    .header-menu {
        padding: 10px 0;
    }
    .header-menu .container {
        max-width: 100%;
    }
    .header-menu .navbar-collapse {
        background: #fff;
        padding: 0 10px;
        max-height: calc(100vh - 70px);
        overflow-y: scroll;
    }
    .header-menu .navbar-brand {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-left: 40px;
    }
    .header-menu .navbar-toggler {
        margin-right: 40px;
        box-shadow: none;
    }
    .header-menu .navbar-nav {
        padding: 5px 30px;
        gap: 0;
    }
    .header-menu .navbar-nav > .nav-item {
        padding: 6px 0;
    }
    .header-menu .navbar-nav > .nav-item > .nav-link {
        padding: 10px;
        color: var(--black-900);
    }
    .header-menu .navbar-nav > .nav-item .dropdown-menu {
        width: 100% !important;
        margin-top: 5px;
        padding: 15px 0;
    }
    .header-menu .navbar-nav > .nav-item .dropdown-menu:before {
        display: none;
    }
    .header-menu .navbar-nav > .nav-item .dropdown-menu li + li {
        margin-top: 12px;
    }
    .header-menu .navbar-nav > .nav-item .mobile_dropdown_icon {
        position: absolute;
        right: 0;
        top: 4px;
        color: var(--black-900);
        line-height: 42px;
        font-size: 20px;
        display: inline-block;
        cursor: pointer;
        width: 40px;
        text-align: end;
    }
    .header-menu .right-nav {
        margin-bottom: 16px;
        padding-left: 30px;
        justify-content: center;
    }
    .header-menu .right-nav .btn-signin {
        color: var(--black-900);
    }
}
@media (max-width: 575px) {
    .header-menu .navbar-brand {
        margin-left: 0;
    }
    .header-menu .navbar-toggler {
        margin-right: 5px;
    }
    .header-menu .navbar-nav {
        padding: 5px 0px;
    }
    .header-menu .right-nav {
        padding-left: 0px;
    }
}
.footer-area {
    overflow: hidden;
    background-color: var(--secondary);
}
.footer-area .footer-content-top {
    justify-content: space-between;
    border-bottom: 1px solid var(--theme-black-700);
    flex-wrap: wrap;
    gap: 40px;
}
.footer-area .footer-content-top .Subscribe-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--white);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.footer-area .footer-content-top .footer-sub-menu {
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
.footer-area .footer-content-top .footer-sub-menu a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}
.footer-area .footer-content-top .footer-sub-menu a:hover {
    color: #fff;
}
.footer-area .right-content .footer-search .email-form {
    padding: 19px 19px 19px 20px;
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.1019607843);
    border: 1px solid var(--black-500);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: transparent;
    width: 352px;
}
@media (max-width: 575px) {
    .footer-area .right-content .footer-search .email-form {
        border-radius: 5px;
        margin-bottom: 16px;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        width: 100%;
        padding: 14px 18px;
    }
}
.footer-area .right-content .footer-search .email-form::placeholder {
    color: var(--black-300);
}
.footer-area .right-content .footer-search .email-form:focus {
    box-shadow: none;
}
.footer-area .right-content .footer-search .email-form:focus::-webkit-input-placeholder {
    color: var(--white);
}
.footer-area .footer-content {
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    color: var(--black-400);
}
@media (max-width: 768px) {
    .footer-area .footer-content {
        justify-content: center;
    }
}
.footer-area .footer-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.footer-area .footer-content .social-icon a {
    font-size: 20px;
    color: var(--black-400);
}
.footer-area .footer-content .social-icon a:hover {
    color: var(--primary);
}
.footer-area .footer-content .social-icon a i {
    margin-right: 10px;
}
.footer-area .footer-content .footer-terms {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    gap: 20px;
}
.footer-area .footer-content .footer-terms a {
    color: var(--black-400);
    position: relative;
}
.footer-area .footer-content .footer-terms a:last-child::after {
    display: none;
}
.footer-area .footer-content .footer-terms a::after {
    position: absolute;
    right: -12px;
    content: "|";
    top: -1px;
    color: var(--black-400);
}
.footer-area .footer-content .footer-terms a:hover {
    color: #fff;
}

/*----------------------------------------*/
/* Footer Area 02
/*----------------------------------------*/
.footer-area-2 {
    overflow: hidden;
    background-color: var(--secondary);
}
.footer-area-2 .footer-contant {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid var(--theme-black-700);
    margin-bottom: 40px;
}
.footer-area-2 .footer-contant p {
    color: var(--black-100);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.footer-area-2 .footer-contant .social-icon a {
    font-size: 20px;
    color: var(--black-400);
}
.footer-area-2 .footer-contant .social-icon a:hover {
    color: var(--primary);
}
.footer-area-2 .footer-contant .social-icon a i {
    margin-right: 10px;
}
.footer-area-2 .footer-contant .footer-menu a {
    color: var(--black-100);
}
.footer-area-2 .footer-contant .footer-menu a:hover {
    color: #fff;
}
.footer-area-2 .footer-contant .footer-menu .footer-title {
    color: var(--white);
    margin-bottom: 10px;
}
.footer-area-2 .footer-text {
    color: var(--black-200);
    justify-content: space-between;
}
.footer-area-2 .footer-text .custom-select {
    background-color: transparent;
    border: none;
    font-weight: 400;
    font-size: 14px;
}
.footer-area-2 .footer-text .custom-select .current {
    color: var(--black-100);
}
.footer-area-2 .footer-text .custom-select .list {
    bottom: 100%;
    top: inherit;
    margin-bottom: 0;
    transform-origin: bottom;
    color: var(--black-600);
}
.footer-area-2 .footer-text .custom-select::after {
    color: var(--black-100);
    font-size: 11px;
}

/*----------------------------------------*/
/* Footer Area 03
/*----------------------------------------*/
.footer-area-3 .footer-menu {
    margin-bottom: 38px;
    border-bottom: 1px solid var(--black-50);
}
.footer-area-3 .footer-menu .footer-item {
    color: var(--black-600);
    margin-bottom: 0;
}
.footer-area-3 .footer-menu .footer-item li i {
    background: var(--body-bg-2);
    padding: 5.5px;
    font-size: 14px;
    margin-right: 20px;
    border-radius: 50%;
}
.footer-area-3 .footer-menu .footer-item li a:hover {
    color: var(--black-900);
    text-decoration: underline;
}
.footer-area-3 .footer-menu .footer-item .item-title {
    color: var(--black-900);
}
.footer-area-3 .footer-sub-menu p {
    color: var(--black-400);
}
.footer-area-3 .footer-sub-menu .footer-icon a i {
    font-size: 16px;
    color: var(--black-600);
}
.footer-area-3 .footer-sub-menu .footer-icon a i:hover {
    color: var(--black-900);
}

/*----------------------------------------*/
/* About 02 Area
/*----------------------------------------*/
.footer-about-2-area {
    overflow: hidden;
    background-color: var(--body-bg-3);
}
.footer-about-2-area .footer-content-top {
    justify-content: space-between;
    border-bottom: 1px solid var(--theme-black-50);
    flex-wrap: wrap;
    gap: 40px;
}
.footer-about-2-area .footer-content-top .Subscribe-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--white);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.footer-about-2-area .footer-content-top .footer-sub-menu {
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--white);
}
.footer-about-2-area .right-content .footer-search .email-form {
    padding: 19px 206px 19px 20px;
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.1019607843);
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
@media (max-width: 425px) {
    .footer-about-2-area .right-content .footer-search .email-form {
        border-radius: 5px;
        margin-bottom: 20px;
    }
}
.footer-about-2-area .right-content .footer-search .email-form:focus {
    box-shadow: none;
}
.footer-about-2-area .right-content .footer-search .email-form:focus::-webkit-input-placeholder {
    color: var(--white);
}
.footer-about-2-area .footer-content {
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    color: var(--black-400);
}
@media (max-width: 768px) {
    .footer-about-2-area .footer-content {
        justify-content: center;
    }
}
.footer-about-2-area .footer-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.footer-about-2-area .footer-content .social-icon a {
    font-size: 20px;
    color: var(--black-400);
}
.footer-about-2-area .footer-content .social-icon a:hover {
    color: var(--primary);
}
.footer-about-2-area .footer-content .social-icon a i {
    margin-right: 10px;
}

/*----------------------------------------*/
/* Banner Area
/*----------------------------------------*/
.banner-area {
    background-image: url(../img/banner/banner-01.png);
    background-size: cover;
    position: relative;
    padding: 270px 0 210px;
    z-index: 1;
}
.banner-area::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--secondary);
    display: block;
    opacity: 0.6;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.banner-area .banner-title {
    color: var(--white);
    font-weight: 700;
}
.banner-area .banner-subtitle {
    color: var(--theme-black-50);
    font-size: 22px;
    line-height: 1.45;
    margin-top: 20px;
}

/*----------------------------------------*/
/* Banner Area 02
/*----------------------------------------*/
.banner-2-area {
    background-image: url(../img/banner/banner-2-01.png);
    background-size: cover;
    position: relative;
    padding: 245px 0 182px;
    z-index: 1;
}
.banner-2-area::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--secondary);
    display: block;
    opacity: 0.5;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.banner-2-area .banner-title {
    color: var(--white);
    font-weight: 700;
}

/*----------------------------------------*/
/* Banner Area 03
/*----------------------------------------*/
.banner-3-area {
    background-image: url(../img/banner/banner-3-01.png);
    background-size: cover;
    position: relative;
    padding: 270px 0 220px;
    z-index: 1;
}
.banner-3-area::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--white);
    display: block;
    opacity: 0.3;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.banner-3-area .banner-title {
    color: var(--black-900);
    font-weight: 700;
}

/*----------------------------------------*/
/* About 01 Area
/*----------------------------------------*/
.banner-about-area {
    background-image: url(../img/banner/banner-about.png);
    background-size: cover;
    position: relative;
    padding: 240px 0 150px;
    z-index: 1;
    /** === Dot Separator === **/
}
.banner-about-area::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--secondary);
    display: block;
    opacity: 0.5;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.banner-about-area .banner-title {
    color: var(--white);
    font-weight: 700;
}
.banner-about-area .banner-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--white);
}
.banner-about-area .dot-sep .sep {
    position: relative;
}
.banner-about-area .dot-sep .sep::before {
    content: "•";
    margin: 0 5px;
    padding-right: 5px;
}

/*----------------------------------------*/
/* About 02 Area
/*----------------------------------------*/
.banner-about-2-area {
    overflow: hidden;
    background: #2a324d;
    background-size: cover;
    position: relative;
    padding: 270px 0 210px;
    z-index: 1;
    /* triangle */
    /* pulse wave */
}
.banner-about-2-area .banner-title {
    color: var(--white);
    font-weight: 700;
    align-items: center;
    letter-spacing: -0.02em;
}
.banner-about-2-area .banner-subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    color: var(--black-50);
    width: 80%;
}
.banner-about-2-area .btn-brand {
    padding: 14px 27px;
}
.banner-about-2-area .r-btn {
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}
.banner-about-2-area .r-btn:hover {
    background-color: var(--white);
    color: var(--black);
}
.banner-about-2-area .banner-video {
    position: relative;
    display: inline-block;
    margin-left: auto;
}
.banner-about-2-area .banner-img {
    z-index: 1;
    border-radius: 6px;
}
.banner-about-2-area .banner-shape {
    position: absolute;
    z-index: -1;
    background-color: var(--black-900);
    opacity: 0.23;
    height: 100%;
    width: 100%;
    right: -15px;
    bottom: -15px;
    border-radius: 6px;
}
.banner-about-2-area .banner-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-about-2-area .play-btn {
    width: 55px;
    height: 55px;
    background: radial-gradient(var(--white) 60%, rgb(255, 255, 255) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    box-shadow: 0px 0px 25px 3px #fff;
    user-select: none;
    -webkit-user-drag: none;
}
.banner-about-2-area .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--black-900);
    z-index: 1;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.banner-about-2-area .play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid var(--white);
    top: -25%;
    left: -25%;
    background: rgba(198, 16, 0, 0);
}
@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

/*----------------------------------------*/
/* About 03 Area
/*----------------------------------------*/
.banner-about-3-area {
    background-image: url(../img/banner/banner-about-3.png);
    background-size: cover;
    position: relative;
    padding: 300px 0 70px;
    z-index: 1;
    /** === Dot Separator === **/
}
.banner-about-3-area::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--secondary);
    display: block;
    opacity: 0.6;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.banner-about-3-area .banner-title {
    color: var(--white);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.01em;
    align-items: center;
    gap: 10px;
    font-size: 46px;
}
.banner-about-3-area .banner-reviews {
    gap: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--black-50);
}
.banner-about-3-area .banner-reviews i {
    color: var(--primary);
}
.banner-about-3-area .banner-btn a {
    padding: 9px 15px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.banner-about-3-area .banner-btn a i {
    margin-right: 5px;
}

.banner-about-3-area .banner-btn .review-btn {
    color: var(--black-900);
    background-color: var(--primary);
    margin-right: 6px;
}

.banner-about-3-area .banner-btn .review-btn:hover {
    color: var(--primary);
    background-color: var(--black);
}

.banner-about-3-area .banner-btn .share-btn {
    color: var(--black-900);
    margin-right: 6px;
    background-color: var(--white);
}
.banner-about-3-area .banner-btn .share-btn:hover {
    color: var(--primary);
    background-color: var(--black);
}
.banner-about-3-area .banner-btn .save-btn {
    color: var(--black-700);
    background-color: var(--white);
}
.banner-about-3-area .banner-btn .save-btn:hover {
    color: var(--white);
    background-color: var(--black);
}
.banner-about-3-area .dot-sep .sep {
    position: relative;
}
.banner-about-3-area .dot-sep .sep::before {
    content: "•";
    margin: 0 5px;
    padding-right: 5px;
}

/*----------------------------------------*/
/*  Banner Price Area
/*----------------------------------------*/
.banner-price-area {
    background-image: url(../img/banner/price-banner.png);
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 170px 0 108px;
}
.banner-price-area::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90.02deg, rgba(32, 33, 36, 0.8) 17.5%, rgba(32, 33, 36, 0) 99.99%);
    z-index: -1;
    width: 100%;
    height: 100%;
}
.banner-price-area .price-title {
    line-height: 120%;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--white);
}
.banner-price-area .price-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--white);
    margin-bottom: 35px;
}

/*----------------------------------------*/
/* Listing Banner Area
/*----------------------------------------*/
.banner-listing-area {
    background-image: url(../img/banner/listing-banner.png);
    background-size: cover;
    position: relative;
    padding: 229px 0 129px;
    z-index: 1;
    /** === Dot Separator === **/
}
.banner-listing-area::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--secondary);
    display: block;
    opacity: 0.7;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.banner-listing-area .banner-title {
    color: var(--white);
    font-weight: 700;
}
.banner-listing-area .banner-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    letter-spacing: 0.05em;
}
.banner-listing-area .dot-sep .sep {
    position: relative;
}
.banner-listing-area .dot-sep .sep::before {
    content: "•";
    margin: 0 5px;
    padding-right: 5px;
}

/*----------------------------------------*/
/* Blog Banner Area
/*----------------------------------------*/
.banner-blog-area {
    background-image: url(../img/banner/blog-banner.png);
    background-size: cover;
    position: relative;
    padding: 229px 0 129px;
    z-index: 1;
    /** === Dot Separator === **/
}
.banner-blog-area::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--secondary);
    display: block;
    opacity: 0.7;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.banner-blog-area .banner-title {
    color: var(--white);
    font-weight: 700;
}
.banner-blog-area .banner-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    letter-spacing: 0.05em;
}
.banner-blog-area .dot-sep .sep {
    position: relative;
}
.banner-blog-area .dot-sep .sep::before {
    content: "•";
    margin: 0 5px;
    padding-right: 5px;
}

/*----------------------------------------*/
/* Blog Details Banner Area
/*----------------------------------------*/
.banner-blog-details-area {
    background-image: url(../img/banner/blog-details-banner.png);
    background-size: cover;
    position: relative;
    padding: 200px 0 77px;
    z-index: 1;
}
.banner-blog-details-area::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--secondary);
    display: block;
    opacity: 0.7;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.banner-blog-details-area .banner-title {
    color: var(--white);
    font-weight: 700;
    letter-spacing: -0.01em;
    padding-left: 55px;
    padding-right: 55px;
}
.banner-blog-details-area .banner-subtitle {
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    gap: 20px;
}
.banner-blog-details-area .banner-subtitle .title-admin {
    align-items: center;
    gap: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.banner-blog-details-area .banner-subtitle span i {
    margin-right: 5px;
}

/*----------------------------------------*/
/* Banner Career Area
/*----------------------------------------*/
.breadcrumb-area {
    background-size: cover;
    position: relative;
    padding: 204px 0 170px;
    z-index: 1;
    /** === Dot Separator === **/
}
.breadcrumb-area::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--secondary);
    display: block;
    opacity: 0.6;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.breadcrumb-area .banner-title {
    color: var(--white);
    font-weight: 700;
}
.breadcrumb-area .banner-subtitle {
    color: var(--white);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 25px;
}
.breadcrumb-area .dot-sep .sep {
    position: relative;
}
.breadcrumb-area .dot-sep .sep::before {
    content: "•";
    margin: 0 5px;
    padding-right: 5px;
}
.breadcrumb-area.breadcrumb-2 {
    padding-bottom: 240px;
}

.categoris-area {
    overflow: hidden;
    position: relative;
}
.categoris-area .categories-item {
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    padding: 34px 30px 28px;
    transition: all 0.3s ease-in;
    position: relative;
}
.categoris-area .categories-item .ad-click {
    color: var(--secondary);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    transition: all 0.3s ease-in;
}
.categoris-area .categories-item .ad-click::after {
    content: "";
    position: absolute;
    border-bottom: 15px solid #fff;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    top: calc(100% + 7px);
    left: 50%;
    transform: translateX(-50%) scaleY(1);
    z-index: 5;
    box-shadow: 0px 15px 50px -5px rgba(0, 0, 0, 0.0509803922);
    transition: transform 0.2s linear;
    transform-origin: bottom;
}
.categoris-area .categories-item .ad-click i {
    font-size: 10px;
    transition: all 0.3s ease-in;
}
.categoris-area .categories-item .ad-click.collapsed {
    color: var(--theme-black-500);
}
.categoris-area .categories-item .ad-click.collapsed::after {
    transform: translateX(-50%) scaleY(0);
}
.categoris-area .categories-item .ad-click.collapsed i {
    margin-top: 4px;
    transform: rotate(-180deg);
}
.categoris-area .categories-item:hover {
    box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1019607843);
}
.categoris-area .categories-item:hover .ad-click {
    color: var(--secondary);
}
.categoris-area .catagorized-option-widget {
    position: absolute;
    left: 15px;
    width: 1290px;
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
    top: calc(100% + 20px);
    box-shadow: 0px 15px 50px -5px rgba(0, 0, 0, 0.0509803922);
    padding: 0px;
}
.categoris-area .catagorized-option-widget .box {
    padding: 25px 50px 30px 50px;
}
.categoris-area .catagorized-option-widget h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--black-900);
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.categoris-area .catagorized-option-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.categoris-area .catagorized-option-widget ul li {
    margin-top: 16px;
}
.categoris-area .catagorized-option-widget ul li:first-child {
    margin-top: 0;
}
.categoris-area .catagorized-option-widget ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black-700);
}
.categoris-area .catagorized-option-widget ul li a:hover {
    color: var(--primary);
}
.categoris-area .catagorized-option-widget ul li a span {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: var(--black-500);
}
.categoris-area .categories-title {
    color: var(--secondary);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin: 24px 0 4px;
}

/*----------------------------------------*/
/* About Categories
/*----------------------------------------*/
.about-categoris-area {
    overflow: hidden;
}
.about-categoris-area .categories-item {
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    padding: 50px 30px;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
}
.about-categoris-area .categories-item:hover {
    box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1019607843);
}
.about-categoris-area .categories-title {
    color: var(--black-900);
    font-weight: 600;
    margin: 35px 0 15px;
}
.about-categoris-area .categories-text {
    color: var(--black-600);
}

.cities-feature-widget {
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    display: block;
}
.cities-feature-widget::before {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(32, 33, 36, 0) 7.29%, #202124 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -1;
    transition: all 0.2s ease-in-out;
}
.cities-feature-widget .city-img {
    position: relative;
    z-index: -2;
    width: 100%;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}
.cities-feature-widget .cities-listing {
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}
.cities-feature-widget .content {
    bottom: -25px;
    left: 30px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.cities-feature-widget .content .cities-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: var(--white);
}
.cities-feature-widget .content .cities-listing {
    font-size: 16px;
    line-height: 26px;
    color: var(--white);
}
.cities-feature-widget:hover .content {
    bottom: 30px;
}
.cities-feature-widget:hover .city-img {
    transform: scale(1.07);
}
.cities-feature-widget:hover .cities-listing {
    margin-top: 5px;
}
.cities-feature-widget:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(32, 33, 36, 0) 0%, #202124 100%);
}
.cities-feature-widget.variant-2 .content {
    left: 0;
    right: 0;
}
.cities-feature-widget.variant-2 .content .cities-title {
    font-size: 18px;
    line-height: 26px;
}
.cities-feature-widget.variant-2 .content .cities-listing {
    font-size: 14px;
    line-height: 22px;
}

.business-process-item {
    position: relative;
    z-index: 1;
}
.business-process-item .process-number {
    top: -35px;
    left: -50px;
    position: absolute;
    font-size: 150px;
    font-weight: 700;
    line-height: 136px;
    color: var(--theme-black-50);
    z-index: -1;
}
.business-process-item .para-2 {
    margin-top: 16px;
    color: var(--theme-black-600);
    width: 80%;
}
.business-process-item .process-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: var(--black-900);
}

.restaurants-area {
    overflow: hidden;
}
.restaurants-area .restaurants-contant {
    flex-wrap: wrap;
}
.restaurants-area h2 {
    color: var(--black);
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.01em;
}
.restaurants-area p {
    margin-top: 15px;
    margin-bottom: 70px;
    text-align: center;
    color: var(--theme-black-600);
}

.restaurant-listing-widget {
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}
.restaurant-listing-widget:hover {
    box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1019607843);
}
.restaurant-listing-widget .restaurant-img {
    position: relative;
}
.restaurant-listing-widget .restaurant-img .bottom-caption {
    right: 10px;
    bottom: 10px;
    position: absolute;
}
.restaurant-listing-widget .restaurant-img .bottom-caption p {
    color: var(--black-900);
    background: #ffffff;
    opacity: 0.8;
    border-radius: 12px;
    padding: 3.5px 10px;
    z-index: 1;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 0 !important;
}
.restaurant-listing-widget .restaurant-img .bottom-caption p span {
    color: #e92e2e;
}
.restaurant-listing-widget img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.restaurant-listing-widget .contant {
    padding: 20px;
    border-radius: 0 0 10px 10px;
}
.restaurant-listing-widget .contant .reviews {
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--theme-black-500);
    flex-wrap: wrap;
    gap: 5px;
}
.restaurant-listing-widget .contant .reviews i {
    color: var(--primary);
}
.restaurant-listing-widget .contant .restaurants-author {
    color: var(--theme-black-500);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    align-items: flex-start;
}
.restaurant-listing-widget .contant .restaurants-author img {
    margin-right: 8px;
    width: 16px;
    border-radius: 0;
    margin-top: 4px;
}
.restaurant-listing-widget .contant .s-btn {
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.restaurant-listing-widget .contant .s-btn a {
    text-align: center;
    width: 30%;
    color: var(--black-900);
    padding: 6px 0;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    background: var(--black-50);
}
.restaurant-listing-widget .contant .s-btn a:hover {
    background: var(--white);
}
.restaurant-listing-widget .contant .s-btn a i {
    margin-right: 4px;
}
.restaurant-listing-widget .contant a h4:hover {
    text-decoration: underline;
}
.restaurant-listing-widget .contant a h6:hover {
    text-decoration: underline;
}

/** === Dot Separator === **/
.dot-sep .sep {
    position: relative;
}
.dot-sep .sep::before {
    content: "•";
    margin: 0 5px;
}

.exclusive-widget {
    border-radius: 10px;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    position: relative;
    margin-bottom: 30px;
}
.exclusive-widget .top-caption {
    top: 16px;
    right: 0;
    position: absolute;
    border-radius: 15px 0px 0px 15px;
    background: var(--primary);
    padding: 4px 10px 4px 20px;
    z-index: 1;
}
.exclusive-widget .top-caption.close {
    background: #f50d0d;
}
.exclusive-widget .top-caption.close P {
    color: var(--white);
}
.exclusive-widget .top-caption p {
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
.exclusive-widget .exclusive-content {
    position: relative;
    padding: 30px 30px 20px;
}
.exclusive-widget .exclusive-content .exclusive-title {
    color: var(--black-900);
}
.exclusive-widget .exclusive-content .bookmark-btn {
    background: var(--secondary);
    border-radius: 50%;
    color: var(--white);
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    top: -20px;
    right: 30px;
    position: absolute;
    z-index: 1;
}
.exclusive-widget .exclusive-content .bookmark-btn:hover {
    background: var(--primary);
    color: var(--secondary);
}
.exclusive-widget .exclusive-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.exclusive-widget .exclusive-meta .review {
    color: var(--secondary);
    cursor: pointer;
    position: relative;
}
.exclusive-widget .exclusive-meta .review i {
    color: #fabb04;
}
.exclusive-widget .exclusive-meta .review .review-number {
    color: #3b7fe4;
}
.exclusive-widget .exclusive-meta .review .review-box {
    width: 165px;
    height: 120px;
    bottom: 0px;
    left: 45%;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1019607843);
    background: var(--white);
    list-style: none;
    margin: 0;
    padding: 15px 15px 24px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.exclusive-widget .exclusive-meta .review .review-box::before {
    content: "";
    top: 90%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(135deg);
    width: 20px;
    height: 20px;
    background: var(--white);
}
.exclusive-widget .exclusive-meta .review .review-box li {
    font-size: 13px;
    line-height: 16px;
    color: var(--theme-black-500);
    display: flex;
    align-items: center;
    gap: 5px;
}
.exclusive-widget .exclusive-meta .review .review-box li > span {
    background: var(--theme-black-50);
    border-radius: 5px;
    width: 100%;
    height: 10px;
}
.exclusive-widget .exclusive-meta .review .review-box li > span span {
    background: #fabb04;
    border-radius: 5px;
    display: block;
    height: 10px;
}
.exclusive-widget .exclusive-meta .review .review-box li:nth-child(1) > span span {
    width: 70%;
}
.exclusive-widget .exclusive-meta .review .review-box li:nth-child(2) > span span {
    width: 60%;
}
.exclusive-widget .exclusive-meta .review .review-box li:nth-child(3) > span span {
    width: 50%;
}
.exclusive-widget .exclusive-meta .review .review-box li:nth-child(4) > span span {
    width: 35%;
}
.exclusive-widget .exclusive-meta .review .review-box li:nth-child(5) > span span {
    width: 20%;
}
.exclusive-widget .exclusive-meta .review:hover .review-box {
    opacity: 1;
    visibility: visible;
    bottom: 35px;
}
.exclusive-widget .exclusive-meta > span {
    display: flex;
    gap: 5px;
    align-items: center;
}
.exclusive-widget .exclusive-author {
    display: flex;
    gap: 15px;
    align-items: center;
}
.exclusive-widget .exclusive-author img {
    border-radius: 50%;
}
.exclusive-widget .exclusive-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--theme-black-50);
    margin-top: 20px;
    padding-top: 20px;
}
.exclusive-widget .exclusive-view .dollar {
    color: var(--secondary);
}
.exclusive-widget .exclusive-view .dollar span {
    color: var(--black-200);
}
.exclusive-widget .exclusive-slider .slick-prev,
.exclusive-widget .exclusive-slider .slick-next {
    width: 30px;
    height: 30px;
    z-index: 1;
}
.exclusive-widget .exclusive-slider .slick-prev {
    left: 0;
}
.exclusive-widget .exclusive-slider .slick-next {
    right: 0;
}
.exclusive-widget .exclusive-slider img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    width: 100%;
}
.exclusive-widget .exclusive-slider-thumbnails {
    margin-top: -30px;
}
.exclusive-widget .exclusive-slider-thumbnails img {
    width: 50px;
}
.exclusive-widget .exclusive-slider-thumbnails .slick-slide {
    cursor: pointer;
    outline: none;
    opacity: 1;
    z-index: 1;
    position: relative;
}
.exclusive-widget .exclusive-slider-thumbnails .slick-slide:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.exclusive-widget .exclusive-slider-thumbnails .slick-slide.slick-current.slick-active {
    opacity: 1;
}

.explore-area {
    overflow: hidden;
}
.explore-area .explore-title {
    color: var(--black-900);
    font-weight: 700;
    margin-bottom: 30px;
}
.explore-area .explore-content {
    border-bottom: 1px solid var(--black-100);
    cursor: pointer;
    gap: 35px;
    align-items: center;
}
.explore-area .explore-content .nav-link {
    background: transparent;
    color: var(--black-500);
}
.explore-area .explore-content .active {
    color: var(--black-900);
    border-radius: 0%;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--black-900);
}
.explore-area .explore-content .nav-search .input-group .form-control {
    position: relative;
    border: none;
    border-radius: 0;
    height: auto;
    font-size: 14px;
    font-weight: 400;
}
.explore-area .explore-content .nav-search .input-group .form-control:focus {
    box-shadow: none;
}
.explore-area .explore-content .nav-search .input-group .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--black-300);
}
.explore-area .explore-content .nav-search .input-group .input-group-append {
    position: absolute;
    right: 0;
    z-index: 5;
}
.explore-area .explore-content .nav-search .input-group .input-group-append button {
    border: none;
}
.explore-area .explore-content .nav-search .input-group .input-group-append button i {
    transform: rotate(270deg);
    color: var(--black-300);
}
.explore-area .explore-menu .explore-item li {
    margin-bottom: 10px;
}
.explore-area .explore-menu .explore-item li a {
    color: var(--black-600);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.explore-area .explore-menu .explore-item li a:hover {
    text-decoration: underline;
    color: var(--black-900);
}

/*----------------------------------------*/
/* Explore 02 Area
/*----------------------------------------*/
.explore-2-area .explore-item {
    flex-wrap: wrap;
    justify-content: space-between;
}
.explore-2-area .explore-item img {
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
}
.explore-2-area .explore-item .h100-widget .place {
    height: calc(100% - 30px);
}
.explore-2-area .explore-item .h100-widget .place img {
    height: 100%;
}
.explore-2-area .explore-item .h50-widget .place {
    height: calc(50% - 30px);
}
.explore-2-area .explore-item .h50-widget .place img {
    height: 100%;
}
.explore-2-area .explore-item .place {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.explore-2-area .explore-item .place:hover::after {
    opacity: 0.2;
}
.explore-2-area .explore-item .place:hover .btn {
    bottom: 20px;
    opacity: 1;
}
.explore-2-area .explore-item .place::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202124;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.explore-2-area .explore-item .place .btn {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 2;
    font-size: 16px;
    padding: 5px 10px;
    border-color: #fff;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.cta-area {
    background-image: url("../img/banner/banner-02.png");
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.cta-area::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #202124 0%, rgba(32, 33, 36, 0) 100%);
    z-index: -1;
}
.cta-area h2 {
    font-weight: 700;
    color: var(--white);
}
.cta-area p {
    color: var(--white);
    margin: 24px 0 38px;
}

.cta-2-area {
    background-image: url("../img/banner/banner-2-02.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    text-align: center;
}
.cta-2-area::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--secondary);
    display: block;
    opacity: 0.8;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.cta-2-area h2 {
    font-weight: 700;
    color: var(--white);
}
.cta-2-area p {
    color: var(--white);
    margin-top: 15px;
    margin-bottom: 48px;
}

.right-contant .cta-search-form {
    float: right;
    width: 100%;
    max-width: 450px;
}
.right-contant .cta-search {
    border-radius: 5px;
}
.right-contant .cta-search .form-control {
    border: none;
    padding: 19px 20px 19px 20px;
    color: var(--secondary);
    background-color: var(--white);
    border: 1px solid var(--secondary);
    border-right: transparent;
    box-sizing: border-box;
    border-radius: 5px 0px 0px 5px;
    height: 100%;
    width: 100%;
    max-width: 370px;
}
.right-contant .cta-search .form-control:focus {
    box-shadow: none;
}
.right-contant .cta-search .form-control:focus::-webkit-input-placeholder {
    color: var(--black-500);
}
.right-contant .cta-search .btn-Subscribe {
    background-color: #000;
    color: #fff;
}
.right-contant .cta-search .btn-Subscribe:hover {
    background-color: var(--primary);
    color: #000;
}

.about-cta-area {
    overflow: hidden;
    background-image: url(../img/cover/cover-05.png);
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 210px;
}
.about-cta-area::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--body-bg-3);
    display: block;
    opacity: 0.8;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.about-cta-area .cta-title {
    color: var(--white);
    font-weight: 700;
}
.about-cta-area .cta-sub-title {
    color: var(--white);
}

.client-area .client-main-slider .slick-arrow {
    font-size: 19px;
    color: var(--black-900);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0588235294);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 49px;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.client-area .client-main-slider .slick-arrow:hover {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.0588235294);
}
.client-area .client-main-slider .slick-arrow::before {
    display: none;
}
.client-area .client-main-slider .slick-next {
    right: 0;
}
.client-area .client-main-slider .slick-prev {
    left: 0;
}
.client-area .client-main-slider .single-slider {
    padding: 50px 0;
}
.client-area .client-main-slider .single-slider.slick-active .client-image .shape {
    transform: scale(1);
}
.client-area .client-main-slider .single-slider .row {
    align-items: center;
}
.client-area .client-main-slider .single-slider .client-image {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.client-area .client-main-slider .single-slider .client-image .shape {
    position: absolute;
    top: 20px;
    left: -25px;
    z-index: -1;
    max-width: inherit;
    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
}
.client-area .client-main-slider .single-slider .client-image .main-img {
    max-width: 400px;
    border-radius: 10px;
}
.client-area .client-main-slider .single-slider .client-quote {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 44px;
    color: var(--black-900);
    margin-bottom: 55px;
    max-width: 530px;
}
.client-area .client-main-slider .single-slider .client-name {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: var(--black-900);
    margin-bottom: 8px;
}
.client-area .client-main-slider .single-slider .job-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black-800);
    display: block;
}
.client-area .client-thumb-slider {
    margin-top: 50px;
}
.client-area .client-thumb-slider .slick-track {
    display: flex;
}
@media (min-width: 992px) {
    .client-area .client-thumb-slider .slick-track {
        transform: none !important;
    }
}
.client-area .client-thumb-slider .slick-list {
    padding-top: 5px;
    position: relative;
}
.client-area .client-thumb-slider .slick-list::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: 1px;
    background-color: var(--black-100);
}
.client-area .client-thumb-slider .single-thumb {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--black-600);
    margin: auto;
    padding: 20px 5px;
    border-top: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
    .client-area .client-thumb-slider .single-thumb {
        width: auto !important;
    }
}
.client-area .client-thumb-slider .single-thumb:first-child {
    margin-left: 0;
}
.client-area .client-thumb-slider .single-thumb:last-child {
    margin-right: 0;
}
.client-area .client-thumb-slider .single-thumb.slick-current {
    font-weight: 600;
    color: var(--black-900);
    border-color: var(--black-900);
}

.article-title {
    font-weight: 600;
}

.article-widget {
    position: relative;
    gap: 50px;
}
.article-widget img {
    border-radius: 10px;
}
.article-widget .left-caption {
    bottom: 195px;
    left: 15px;
    position: absolute;
    border-radius: 3px;
    background: var(--white);
    padding: 5px 15px;
    z-index: 1;
    color: var(--black-900);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.article-sub-item {
    display: flex;
    gap: 15px;
    align-items: center;
}
.article-sub-item img {
    border-radius: 50%;
}
.article-sub-item a {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-500);
    margin-right: 6px;
}
.article-sub-item .article-date {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-500);
}
.article-sub-item .article-date i {
    margin-right: 5px;
    color: var(--black-600);
}

.brand-item {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.discover-area {
    overflow: hidden;
    justify-content: space-around;
}
.discover-area .discover-contant {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.discover-area .discover-contant p {
    color: var(--black-600);
}
.discover-area .discover-contant .discover-item {
    text-align: center;
}
.discover-area .discover-contant .discover-item img {
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    margin-bottom: 22px;
}
.discover-area .discover-contant .discover-item .city-title {
    color: var(--black-900);
}
.discover-area .discover-contant .discover-item .city-title:hover {
    color: var(--primary);
}
.discover-area .discover-contant .discover-item .city-text {
    color: var(--black-500);
    font-weight: 400;
}

.directone-area {
    overflow: hidden;
}
.directone-area .directone-counter .count-up {
    background: var(--white);
    padding: 35px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    transition: all 0.3s ease-in;
}
.directone-area .directone-counter .count-up:hover {
    box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1019607843);
}
.directone-area .directone-counter .count-up .counter-count {
    display: inline;
    margin-left: 25%;
}
.directone-area .directone-counter .count-up span {
    color: var(--black-900);
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
}

/*----------------------------------------*/
/*  About Page Two CSS
/*----------------------------------------*/
.history-area {
    overflow: hidden;
    padding: 130px 0 140px;
}
.history-area .section-title-left {
    margin-bottom: 75px;
}
.history-area .section-title-left h2 {
    font-weight: 700;
    color: var(--black-900);
    margin-bottom: 15px;
}
.history-area .section-title-left p {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    color: var(--black-600);
}

.history-scrollbar {
    display: block;
    height: 15px;
    margin-top: 1.5em;
    position: relative;
    width: 100%;
}
.history-scrollbar::before {
    background: #c6c1bd;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.history-scrollbar .ui-state-active,
.history-scrollbar .ui-state-hover,
.history-scrollbar .ui-state-focus,
.history-scrollbar .ui-slider-handle {
    display: block;
    width: 90px;
    height: 15px;
    margin-left: 0px;
    background: var(--black-900);
    border-radius: 100px;
    outline: none;
    cursor: pointer;
    position: absolute;
    transition: all 0.1s ease;
}
.history-scrollbar span:focus {
    border: none;
    outline: none;
}

.history-pagination {
    display: block;
    height: 16px;
    margin-top: 1.5em;
    position: relative;
    width: 100%;
}
.history-pagination:before {
    transform: translateY(-50%);
    background: #c6c1bd;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.history-item {
    cursor: pointer;
    transition: transform 1s ease;
    transform: translateX(2vw);
}
.history-item.slick-active {
    transform: translateX(0vw);
}
.history-item .item-content {
    padding-bottom: 60px;
}
.history-item .item-img {
    margin-bottom: 30px;
}
.history-item .item-img img {
    border-radius: 6px;
}
.history-item .item-title {
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;
}
.history-item .item-para {
    color: #4f4f4f;
    margin-bottom: 45px;
    padding-right: 30px;
}
.history-item .date {
    font-weight: 400;
    font-size: 58px;
    line-height: 46px;
    color: var(--black-400);
}

.fact-area {
    background-image: url(../img/cover/cover-05.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 125px 0 205px;
}
.fact-area .overlay {
    background-color: #2a324d;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.fact-inner {
    z-index: 1;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.fact-inner .section-title {
    line-height: 125%;
    color: #fff;
}
.fact-inner .section-para {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
}

.award-item-area {
    margin-top: -135px;
}
.award-item-area .row > div {
    z-index: 1;
}

.award-item {
    padding: 53px 42px 35px;
    border-radius: 5px;
    box-shadow: 0px 19.4871788025px 48.7179489136px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.award-item .item-img {
    margin-bottom: 40px;
}
.award-item .item-text {
    font-size: 20px;
    line-height: 32px;
    color: #000;
}

.team-leader-area {
    padding: 135px 0;
}
.team-leader-area .section-title-left {
    margin-bottom: 70px;
}
.team-leader-area .section-title-left h2 {
    color: var(--black-900);
    font-weight: 700;
    margin-bottom: 15px;
}
.team-leader-area .section-title-left p {
    color: var(--black-600);
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}

.team-leader-item .team-social-link {
    background: rgba(79, 79, 79, 0.7);
    border-radius: 5px;
    top: 100%;
    right: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.5s ease;
}
.team-leader-item .team-social-link ul {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
    list-style: none;
}
.team-leader-item .team-social-link ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: var(--white);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    border: 3px solid var(--white);
    z-index: 1;
}
.team-leader-item .team-social-link ul li a::before {
    content: "";
    top: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 2;
    background: var(--primary);
}
.team-leader-item .team-social-link ul li a i {
    position: relative;
    color: #4f4f4f;
    transition: 0.5s;
    z-index: 3;
}
.team-leader-item .team-social-link ul li a:hover::before {
    top: 0;
}
.team-leader-item .team-social-link ul li a:hover i {
    color: var(--white);
    transform: rotateY(360deg);
}
.team-leader-item .item-img {
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0px 19.4871788025px 48.7179489136px 0px rgba(0, 0, 0, 0.08);
}
.team-leader-item .item-img:hover .team-social-link {
    top: 0;
    height: 100%;
}
.team-leader-item .item-img img {
    border-radius: 5px;
    width: 100%;
}
.team-leader-item .item-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--black-900);
}
.team-leader-item .item-sub-title {
    font-size: 14px;
    font-weight: 400;
    color: var(--black-500);
}

.team-leader-more {
    border-radius: 5px;
    padding: 70px 55px;
    border: 1px solid #d2d3d3;
    text-align: center;
}
.team-leader-more .item-name {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--black-900);
    margin-bottom: 15px;
}
.team-leader-more .item-link {
    font-size: 16px;
    line-height: 22px;
    color: var(--black-900);
    transition: all 0.3s ease-in-out;
}
.team-leader-more .item-link i {
    margin-left: 4px;
    transition: all 0.3s ease-in-out;
}
.team-leader-more .item-link:hover {
    text-decoration: underline;
}
.team-leader-more .item-link:hover i {
    transform: translateX(7px);
}

.culture-area {
    overflow: hidden;
    background-image: url(../img/cover/cover-06.png);
    background-size: cover;
    background-position: center;
    padding: 135px 0 140px;
}
.culture-area .section-title-left h2 {
    font-weight: 700;
    color: var(--white);
}
.culture-area .section-title-left p {
    color: var(--white);
}

.culture-item {
    transition: all 0.3s ease-in-out;
}
.culture-item .item-title {
    font-size: 15px;
    line-height: 26px;
    color: var(--black-600);
    text-transform: uppercase;
    margin-bottom: 4px;
}
.culture-item .item-text {
    font-size: 28px;
    line-height: 39px;
    color: var(--black-900);
    margin-bottom: 15px;
}
.culture-item .item-link {
    font-size: 20px;
    line-height: 32px;
    color: var(--secondary);
}

.culture-left {
    width: 526px;
    margin-top: 220px;
}
.culture-left .culture-item {
    width: 370px;
    border-radius: 6px;
    padding: 55px 25px;
}
.culture-left .culture-item:nth-child(1) {
    background-color: #d0e7f2;
}
.culture-left .culture-item:nth-child(2) {
    background-color: #fef3eb;
    margin-left: 156px;
    margin-top: -53px;
}

.culture-right {
    float: right;
    width: 652px;
    margin-top: -44px;
}
.culture-right .culture-item {
    width: 468px;
    border-radius: 6px;
    padding: 65px 40px;
}
.culture-right .culture-item:nth-child(1) {
    background-color: #d5f5dc;
}
.culture-right .culture-item:nth-child(2) {
    background-color: #e9d8f0;
    margin-left: 245px;
    margin-top: -95px;
}
.culture-right .culture-item:nth-child(2) .item-link {
    text-align: right;
    display: block;
}

.support-area {
    overflow: hidden;
}
.support-area .support-item {
    margin-bottom: 30px;
}
.support-area .support-item .support-title {
    color: var(--black-900);
}
.support-area .support-item .support-text {
    color: var(--black-600);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
}
.support-area .support-item a[class=support-text]:hover {
    text-decoration: underline;
}

.contact-area {
    overflow: hidden;
    position: relative;
    min-height: 850px;
    display: flex;
    align-items: center;
}
.contact-area .contact-form {
    position: relative;
    z-index: 1;
    padding: 65px 50px;
    box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: var(--white);
    margin: 100px 0;
}
.contact-area .contact-form .contat-title {
    font-weight: 700;
    color: var(--black-900);
    display: block;
}
.contact-area .contact-form p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: var(--black-900);
}
.contact-area .contact-form form .row {
    row-gap: 25px;
}
.contact-area .contact-form .form-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: var(--black-900);
    margin-bottom: 10px;
}
.contact-area .contact-form .form-control {
    border-color: var(--black-100);
    padding: 15px 18px;
    border-radius: 5px !important;
}
.contact-area .contact-form .form-control:focus {
    border-color: var(--black-900);
}
.contact-area .contact-form .input-group {
    position: relative;
    z-index: 1;
}
.contact-area .contact-form .input-group .input-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--black-400);
    z-index: 4;
}
.contact-area .contact-form .input-group .form-control {
    padding: 18px 15px 18px 40px;
}
.contact-area .contact-form button {
    background-color: var(--black-900);
    border: none;
    padding: 20px 40px;
    border-radius: 4px;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}
.contact-area .contact-form button:hover {
    background-color: var(--primary);
    color: var(--black-900);
}
.contact-area .contact-map {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.contact-area .contact-map iframe {
    height: 100%;
    width: 100%;
}

.listing-page-area {
    overflow: hidden;
}
.listing-page-area .pages-contant {
    padding: 40px 0;
}
@media (min-width: 768px) {
    .listing-page-area .pages-contant {
        padding: 60px 45px;
    }
}
.listing-page-area .pages-contant .d-toggle {
    background-color: transparent;
    border: 1px solid var(--black-100);
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
    color: var(--black-600);
}
.listing-page-area .pages-contant .d-toggle:hover {
    border: 1px solid var(--black-900);
}
.listing-page-area .pages-contant .db-toggle {
    background-color: transparent;
    border: 1px solid var(--black-100);
    border-radius: 3px;
    height: 36px;
    line-height: 34px;
    color: var(--black-600);
}
.listing-page-area .pages-contant .db-toggle:hover {
    border: 1px solid var(--black-900);
}
.listing-page-area .pages-contant .db-toggle i {
    margin-left: 80px;
}
.listing-page-area .pages-contant .listing-search-pages {
    width: 100%;
}
.listing-page-area .pages-contant .pro-contant {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
    gap: 15px;
}
.listing-page-area .pages-contant .pro-contant .pro-bar {
    width: 100%;
    background-color: #e9e9e9;
    border-radius: 5px;
    flex: 1;
}
.listing-page-area .pages-contant .pro-contant .pro-bar .noUi-handle {
    top: -5px;
    background-color: var(--primary-2);
    cursor: pointer;
    border: 5px solid #202124;
    box-sizing: content-box;
}
.listing-page-area .pages-contant .pro-contant .pro-bar .noUi-connect {
    background-color: var(--primary-2);
    cursor: pointer;
}
.listing-page-area .pages-contant .pro-contant .pro-title {
    color: var(--black-900);
}
.listing-page-area .pages-contant .pro-contant .km-border {
    margin-left: 5px;
    padding: 3px 10px;
    border-radius: 2px;
    border: 1px solid var(--black-50);
    line-height: 100%;
    width: 75px;
    text-align: center;
}
.listing-page-area .pages-contant .pro-contant .km-border:focus {
    outline: none;
}
.listing-page-area .pages-contant .pages-btn {
    justify-content: space-between;
    border-bottom: 1px solid var(--black-50);
    gap: 15px;
}
.listing-page-area .pages-contant .pages-btn .l-btn {
    padding-left: 0;
    gap: 10px;
}
.listing-page-area .pages-contant .pages-btn .l-btn label {
    padding: 5px 10px;
    background: rgba(32, 33, 36, 0.0509803922);
    border-radius: 3px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--black-600);
    box-shadow: none;
}
.listing-page-area .pages-contant .pages-btn .l-btn label:hover {
    background: var(--secondary);
    color: var(--white);
}
.listing-page-area .pages-contant .pages-btn .l-btn label:focus {
    box-shadow: none;
}
.listing-page-area .pages-contant .pages-btn .l-btn button {
    padding: 5px 10px;
    background: rgba(32, 33, 36, 0.0509803922);
    border-radius: 3px;
    margin-right: 10px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--black-600);
}
.listing-page-area .pages-contant .pages-btn .l-btn input:checked ~ label {
    background: var(--secondary);
    color: var(--white);
}
.listing-page-area .pages-contant .pages-btn .r-btn a {
    border: 1px solid var(--black-100);
    padding: 5px 10px;
    border-radius: 3px;
    color: var(--black-900);
}
.listing-page-area .pages-contant .pages-btn .r-btn a:hover {
    border: 1px solid var(--black-900);
    background: #fff;
}
.listing-page-area .pages-contant .pages-sub-title p {
    color: var(--black-600);
}
.listing-page-area .pages-contant .pages-sub-title .gl-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
}
.listing-page-area .pages-contant .pages-sub-title .gl-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    color: var(--black-400);
    padding: 9px;
    border: 1px solid var(--black-100);
    border-radius: 3px 0px 0px 3px;
}
.listing-page-area .pages-contant .pages-sub-title .gl-btn a.active {
    background: var(--white);
    color: var(--black-900);
}
.listing-page-area .pages-contant .pages-sub-title .gl-btn .list-btn {
    border-radius: 0px 3px 3px 0px;
    border-left: 0;
}
.listing-page-area .pages-contant .pagi-content {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    border-radius: 5px;
    background: var(--white);
    padding: 20px;
    margin-top: 10px;
}
.listing-page-area .pages-contant .pagi-content .page-item .page-link {
    border: none;
    padding: 11px 15px;
    color: var(--black-400);
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.listing-page-area .pages-contant .pagi-content .page-item .page-link:hover {
    background-color: var(--black-50);
}
.listing-page-area .pages-contant .page-item.active .page-link {
    z-index: 3;
    color: var(--primary);
    background: var(--black-900);
    border-radius: 5px;
    padding: 11px 15px;
}

.about-tabs-navigator {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    z-index: 9;
}
.about-tabs-navigator .tabs-contant .scrolls-btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--black);
    background-color: var(--white);
    border-radius: 0;
    padding: 19px 0;
    margin-right: 40px;
}
.about-tabs-navigator .tabs-contant .active {
    border-bottom: 2px solid var(--secondary);
}

.about-tabs-area .about-item {
    background-color: var(--white);
    padding: 45px;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    border-radius: 5px;
}
.about-tabs-area .about-item h4 {
    font-weight: 600;
    color: var(--black-900);
    margin-bottom: 30px;
}
.about-tabs-area .about-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: var(--black-600);
}
.about-tabs-area .about-sub-item {
    background-color: var(--white);
    padding: 45px 45px 25px;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    border-radius: 5px;
}
.about-tabs-area .about-sub-item ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: var(--black-600);
}
.about-tabs-area .about-sub-item ul li i {
    font-size: 18px;
}
.about-tabs-area .about-sub-item ul li:nth-child(1) i {
    color: #9126e6;
}
.about-tabs-area .about-sub-item ul li:nth-child(2) i {
    color: #427ae9;
}
.about-tabs-area .about-sub-item ul li:nth-child(3) i {
    color: #e45c21;
}
.about-tabs-area .about-sub-item ul li:nth-child(4) i {
    color: #1c97be;
}
.about-tabs-area .about-sub-item ul li:nth-child(5) i {
    color: #26af97;
}
.about-tabs-area .about-sub-item ul li:nth-child(6) i {
    color: #f12323;
}
.about-tabs-area .about-sub-item ul li:nth-child(7) i {
    color: #27c052;
}
.about-tabs-area .services-item {
    background-color: var(--white);
    padding: 45px;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    border-radius: 5px;
}
.about-tabs-area .services-item h4 {
    font-weight: 600;
    color: var(--black-900);
    margin-bottom: 30px;
}
.about-tabs-area .services-item ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: var(--black-600);
}
.about-tabs-area .services-item .services-dropdown {
    color: var(--black-900);
    display: inline-block;
}
.about-tabs-area .services-item .services-dropdown .less {
    display: inline;
}
.about-tabs-area .services-item .services-dropdown .all {
    display: none;
}
.about-tabs-area .services-item .services-dropdown i {
    display: inline-block;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}
.about-tabs-area .services-item .services-dropdown.collapsed .less {
    display: none;
}
.about-tabs-area .services-item .services-dropdown.collapsed .all {
    display: inline;
}
.about-tabs-area .services-item .services-dropdown.collapsed i {
    transform: rotate(0);
}
.about-tabs-area .galley-item {
    background-color: var(--white);
    padding: 45px;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    border-radius: 5px;
}
.about-tabs-area .galley-item h4 {
    font-weight: 600;
    color: var(--black-900);
    margin-bottom: 40px;
}
.about-tabs-area .galley-item .galley-contant {
    gap: 10px;
}
.about-tabs-area .gallery-magnify-widget {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.about-tabs-area .gallery-magnify-widget:hover .icon {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.about-tabs-area .gallery-magnify-widget:hover::after {
    top: 0%;
}
.about-tabs-area .gallery-magnify-widget .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    padding: 10px;
    font-size: 18px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}
.about-tabs-area .gallery-magnify-widget::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: var(--secondary);
    opacity: 0.4;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}
.about-tabs-area .reviews-item {
    background-color: var(--white);
    padding: 45px;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    border-radius: 5px;
}
.about-tabs-area .reviews-item .review-title {
    font-weight: 600;
    color: var(--black-900);
    align-items: center;
    gap: 5px;
}
.about-tabs-area .reviews-item .review-title span {
    color: var(--primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}
.about-tabs-area .reviews-item .reviews-box li {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: var(--black-600);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
    padding: 0;
}
.about-tabs-area .reviews-item .reviews-box li:nth-last-child(1) {
    color: var(--black-100);
}
.about-tabs-area .reviews-item .reviews-box li > span {
    background: var(--theme-black-50);
    border-radius: 5px;
    width: auto;
    height: 10px;
    flex: 1;
}
.about-tabs-area .reviews-item .reviews-box li > span span {
    background: #fabb04;
    border-radius: 5px;
    display: block;
    height: 10px;
}
.about-tabs-area .reviews-item .reviews-box li:nth-child(1) > span span {
    width: 95%;
}
.about-tabs-area .reviews-item .reviews-box li:nth-child(2) > span span {
    width: 20%;
}
.about-tabs-area .reviews-item .reviews-box li:nth-child(3) > span span {
    width: 10%;
}
.about-tabs-area .reviews-item .reviews-box li:nth-child(4) > span span {
    width: 3%;
}
.about-tabs-area .reviews-item .reviews-box li:nth-child(5) > span span {
    width: 0%;
}
.about-tabs-area .reviews-item .reviews-rating h6 {
    color: var(--black);
    font-weight: 600;
    margin-bottom: 20px;
}
.about-tabs-area .reviews-item .reviews-rating ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--black-600);
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.about-tabs-area .reviews-item .reviews-rating ul li span i {
    color: var(--primary);
}
.about-tabs-area .reviews-item .modal-dialog {
    max-width: 580px;
}
.about-tabs-area .reviews-item .modal-item {
    padding: 50px 40px;
    box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.about-tabs-area .reviews-item .modal-item h4 {
    color: var(--black-900);
    font-weight: 600;
}
.about-tabs-area .reviews-item .modal-item .admin-content .admin-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--black-900);
}
.about-tabs-area .reviews-item .modal-item .admin-content .admin-sub-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--black-500);
}
.about-tabs-area .reviews-item .modal-item .star-icon i {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.5em;
    color: var(--black-300);
    cursor: pointer;
}
.about-tabs-area .reviews-item .modal-item .star-icon i.active {
    color: var(--primary);
    font-weight: 900;
}
.about-tabs-area .reviews-item .modal-item .star-icon .admin-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--black-500);
    background: var(--body-bg);
    border-radius: 5px;
    border: none;
    padding: 10px 15px;
}
.about-tabs-area .reviews-item .modal-item .star-icon .admin-text::placeholder {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--black-500);
}

.about-tabs-area .reviews-item .modal-item .admin-galley label {
    display: inline-block;
    width: 90px;
    border-radius: 5px;
    border: 1px solid var(--black-100);
    cursor: pointer;
}
.about-tabs-area .reviews-item .modal-item .admin-galley i {
    padding: 28px 33px;
    font-size: 24px;
    color: #518be3;
}
.about-tabs-area .reviews-item .modal-btn {
    border: none;
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    padding: 10px 25px;
    border-radius: 3px;
    background-color: var(--secondary);
}
.about-tabs-area .reviews-item .modal-btn i {
    margin-right: 10px;
}
.about-tabs-area .reviews-item .cancel-btn {
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--black-900);
    background-color: var(--white);
    border: 1px solid var(--black-100);
}
.about-tabs-area .reviews-item .post-btn {
    padding: 10px 30px;
    border-radius: 4px;
    color: var(--white);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid var(--black-100);
    background-color: var(--secondary);
}
.about-tabs-area .reviews-item .review-content {
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.about-tabs-area .reviews-item .review-content h4 {
    font-weight: 600;
    color: var(--black-900);
}
.about-tabs-area .reviews-item .review-content .review-right {
    display: flex;
    gap: 10px;
    align-items: center;
}
.about-tabs-area .reviews-item .review-content .review-right .review-search {
    font-weight: 400;
    font-size: 15px;
    color: var(--black-600);
    height: 30px;
}
.about-tabs-area .reviews-item .review-content .review-right .review-search.open .form-control {
    border-color: var(--black-100);
}
.about-tabs-area .reviews-item .review-content .review-right .review-search i {
    display: inline-block;
    border: 1px solid var(--black-100);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
}
.about-tabs-area .reviews-item .review-content .review-right .review-search .form-control {
    border: 1px solid transparent;
    border-radius: 30px;
    padding-left: 13px;
}
.about-tabs-area .reviews-item .review-content .review-right .review-sort {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--black-600);
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid var(--black-100);
    height: 33px;
    padding-right: 30px;
}
.about-tabs-area .reviews-item .review-content .review-right .review-sort::after {
    content: "\f160";
    right: 12px;
}
.about-tabs-area .reviews-item .admin-img {
    display: block;
    height: 50px;
    max-width: 50px;
    border-radius: 50%;
    margin-right: 30px;
    margin-bottom: 30px;
}
.about-tabs-area .reviews-item .review-text .r-title {
    color: var(--black);
    margin-bottom: 7px;
}
.about-tabs-area .reviews-item .review-text .r-icon {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: var(--primary);
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
}
.about-tabs-area .reviews-item .review-text .r-icon span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--black-500);
}
.about-tabs-area .reviews-item .review-text .review-img {
    gap: 5px;
}
.about-tabs-area .reviews-item .review-text .review-img img {
    border-radius: 5px;
    max-height: 100px;
    max-width: 100px;
}
.about-tabs-area .nearby-item .nearby-title {
    font-weight: 600;
    color: var(--black-900);
}
.about-tabs-area .open-item {
    border-radius: 5px;
    background-color: var(--white);
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    margin-bottom: 40px;
    /** === Dot Separator === **/
    /** === Dot Separator === **/
}
.about-tabs-area .open-item .open-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--black-900);
    padding: 30px;
}
.about-tabs-area .open-item .open-card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--black-900);
    padding-top: 0;
}
.about-tabs-area .open-item .open-card-text .card-text {
    color: var(--black-600);
    padding-left: 40px;
}
.about-tabs-area .open-item .open-card-text .card-item ul li {
    margin-bottom: 20px;
}
.about-tabs-area .open-item .open-card-text .card-item ul li.open_now {
    color: green;
    font-weight: 600;
}
.about-tabs-area .open-item .dot-sep-1 .sep {
    position: relative;
    letter-spacing: 0.05em;
}
.about-tabs-area .open-item .dot-sep-1 .sep::before {
    content: "•";
    margin: 0 5px;
    padding-right: 5px;
}
.about-tabs-area .open-item .dot-sep-2 .sep {
    position: relative;
    letter-spacing: 0.05em;
    color: var(--black-900);
}
.about-tabs-area .open-item .dot-sep-2 .sep::before {
    content: "•";
    margin: 0 5px;
    padding-right: 5px;
}
.about-tabs-area .contact-map {
    padding: 20px;
    background-color: var(--white);
    border-radius: 5px;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
}
.about-tabs-area .contact-map .contact-content {
    padding: 20px;
}
.about-tabs-area .contact-map .contact-content h4 {
    font-weight: 600;
    color: var(--black-900);
    margin-bottom: 25px;
    margin-top: 10px;
}
.about-tabs-area .contact-map .contact-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--black-600);
    margin-bottom: 15px;
}
.about-tabs-area .contact-map .map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    border-radius: 5px;
}
.about-tabs-area .contact-map .map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.pricing-switcher-2 {
    background-color: var(--primary);
    border-radius: 23px;
    border: none;
    display: inline-flex;
    padding: 4px;
    position: relative;
    z-index: 1;
}
.pricing-switcher-2 .switcher-bg {
    content: "";
    width: 50%;
    height: auto;
    background: var(--black);
    position: absolute;
    display: inline-block;
    left: 3px;
    top: 3px;
    bottom: 3px;
    border-radius: 23px;
    z-index: -1;
    transition: all 0.4s ease-out;
}
.pricing-switcher-2 .switcher-bg.right {
    left: 48%;
}
.pricing-switcher-2 .nav-link {
    border-radius: 23px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    border: none;
    color: var(--black);
    padding: 6px 23px;
}
.pricing-switcher-2 .nav-link.active {
    background-color: transparent;
    color: var(--primary);
}

.old-price,
.current-price,
.price-format,
.subscribe-btn,
.price-note {
    color: var(--white);
}

.price-contant .old-price {
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    text-decoration: line-through;
}
.price-contant .current-price {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
}
.price-contant .saving-price {
    border-radius: 4px;
    color: var(--black);
    font-weight: 400;
    font-size: 14px;
    padding: 4px 10px;
    background-color: #fff7cb;
    border: none;
}
.price-contant .price-format {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
}

.pricing-area {
    position: relative;
    overflow: hidden;
}
.pricing-area .price-wrapp {
    gap: 30px;
}
.pricing-area .price-wrapp .price-item {
    width: 330px;
    padding: 50px;
    background-color: var(--white);
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.pricing-area .price-wrapp .price-item .price-title {
    font-weight: 600;
    color: var(--black-900);
}
.pricing-area .price-wrapp .price-item .price-sign {
    justify-content: center;
    align-items: end;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: var(--black-900);
    letter-spacing: -0.01em;
}
.pricing-area .price-wrapp .price-item .price-sign .dollar {
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    margin: auto 0;
}
.pricing-area .price-wrapp .price-item .price-sign span {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}
.pricing-area .price-wrapp .price-item .price-btn {
    padding: 16px 32px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--black-900);
    border: 1px solid var(--black-100);
}
.pricing-area .price-wrapp .price-item .price-btn:hover {
    background-color: var(--primary);
}
.pricing-area .price-wrapp .price-item .active {
    background-color: var(--primary);
    border: transparent;
}
.pricing-area .price-wrapp .price-item .list-wrapp .list-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--black-600);
}
.pricing-area .price-wrapp .price-item .list-wrapp .list-unstyled {
    margin-bottom: 0;
}
.pricing-area .price-wrapp .price-item .list-wrapp ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--black-900);
    margin-bottom: 20px;
}
.pricing-area .price-wrapp .price-item .list-wrapp ul li:last-child {
    margin-bottom: 0;
}
.pricing-area .price-wrapp .price-item .list-wrapp ul li i {
    color: #139f29;
    margin-right: 20px;
}
.pricing-area .price-wrapp .price-item .list-wrapp .list-item {
    color: var(--black-400);
}
.pricing-area .price-wrapp .price-item .list-wrapp .list-item i {
    color: var(--black-400);
}
.pricing-area .price-wrapp .price-item:hover {
    box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1019607843);
}

.company-info-area {
    overflow: hidden;
    /*
   checkbox selector
  */
}
.company-info-area .banner-down {
    gap: 20px;
    align-items: center;
    padding: 20px 50px;
    background-color: var(--white);
    border-radius: 5px;
}
.company-info-area .banner-down .down-btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 20px;
    color: var(--white);
    background-color: var(--secondary);
    border-radius: 4px;
}
.company-info-area .banner-down .down-btn:hover {
    color: var(--black);
    background-color: var(--primary);
}
.company-info-area .company-info {
    padding: 50px;
    background-color: var(--white);
    border-radius: 5px;
}
.company-info-area .company-info .info-title {
    font-weight: 600;
    color: var(--black-900);
}
.company-info-area .company-info .info-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--black-900);
    margin-bottom: 10px;
}
.company-info-area .company-info .info-input {
    padding: 17px 20px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--black-600);
    background-color: var(--body-bg);
    border: 1px solid transparent;
}
.company-info-area .company-info .info-input:focus {
    border: 1px solid var(--black-900);
    background-color: #fff;
}
.company-info-area .company-info .info-input.nice-select {
    padding: 0 20px;
    width: 100%;
    line-height: 55px;
    height: 55px;
}
.company-info-area .company-info .info-input.nice-select .list {
    width: 100%;
}
.company-info-area .company-info .info-textarea {
    padding-bottom: 80px;
}
.company-info-area .company-info .info-list h5 {
    font-weight: 600;
    color: var(--black-900);
}
.company-info-area .company-info .info-list .info-check {
    row-gap: 20px;
    padding: 0 12px;
}
.company-info-area .company-info .info-list .info-check .form-check {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--black-500);
}
.company-info-area .opening-wrapp {
    padding: 50px;
    border-radius: 5px;
    background-color: var(--white);
}
.company-info-area .opening-wrapp .opening-title {
    font-weight: 600;
    color: var(--black-900);
    align-items: center;
}
.company-info-area .opening-wrapp .price-content {
    align-items: center;
    gap: 20px;
}
.company-info-area .opening-wrapp .divide {
    transform: rotate(90deg);
    color: var(--black-700);
}
.company-info-area .opening-wrapp .time-form {
    background-color: var(--body-bg);
    padding: 9px 36px 9px 10px;
    color: var(--black-900);
}
.company-info-area .opening-wrapp .select-title {
    color: var(--black-900);
}
.company-info-area .opening-wrapp .city-form {
    color: var(--black-600);
    padding: 9px 94px 9px 10px;
}
.company-info-area .day-switcher {
    background-color: var(--black-200);
    border-radius: 23px;
    border: none;
    display: inline-flex;
    height: 20px;
    padding: 6px 8px;
    position: relative;
    align-items: center;
    z-index: 1;
}
.company-info-area .day-switcher.right {
    background-color: var(--primary);
}
.company-info-area .day-switcher.right .switcher-bg {
    left: 52%;
}
.company-info-area .day-switcher .switcher-bg {
    content: "";
    width: 14px;
    height: 14px;
    background: var(--white);
    position: absolute;
    display: inline-block;
    left: 3px;
    top: 3px;
    bottom: 3px;
    border-radius: 23px;
    z-index: -1;
    transition: all 0.3s ease-out;
}
.company-info-area .day-switcher .nav-link {
    border-radius: 23px;
    border: none;
    padding: 5px;
}
.company-info-area .day-switcher .nav-link.active {
    background-color: transparent;
}
.company-info-area .images-upload {
    padding: 50px;
    border-radius: 5px;
    background-color: var(--white);
}
.company-info-area .images-upload .upload-title {
    font-weight: 600;
    color: var(--black-900);
}
.company-info-area .images-upload .upload-tabs .nav-pills {
    gap: 10px;
}
.company-info-area .images-upload .upload-tabs .tabs-link {
    background-color: var(--body-bg);
    border-radius: 20px;
    color: var(--black-400);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
}
.company-info-area .images-upload .upload-tabs .tabs-link i {
    color: #17bc1d;
}
.company-info-area .images-upload .upload-tabs .active {
    background-color: var(--black);
    color: var(--white);
}
.company-info-area .images-upload .dropzone {
    border-radius: 5px;
    background-color: #fff;
    border-color: #d2d3d3;
    padding: 25px 0;
}
.company-info-area .images-upload .dropzone .dz-button {
    color: var(--black-500);
}
.company-info-area .images-upload .dropzone .dz-custom-upload-text {
    color: var(--black-500);
    font-weight: 600;
}
.company-info-area .images-upload .dropzone .dz-custom-upload-text span {
    color: #2772e2;
    font-weight: 600;
    text-transform: capitalize;
}
.company-info-area .images-upload .dropzone .file-limit {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--black-400);
    margin-top: 10px;
    margin-bottom: 30px;
}
.company-info-area .images-upload .dropzone .btn-bordered {
    padding: 7px 20px;
}
.company-info-area .company-link {
    padding: 50px;
    border-radius: 5px;
    background-color: var(--white);
}
.company-info-area .company-link .link-title {
    font-weight: 600;
    color: var(--black);
}
.company-info-area .company-link .link-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--black-900);
}
.company-info-area .company-link .link-control {
    padding: 16px 20px;
    border-radius: 5px;
    background-color: var(--body-bg);
    border: 1px solid transparent;
}
.company-info-area .company-link .link-control:focus {
    border: 1px solid var(--black-900);
    background-color: #fff;
}
.company-info-area .company-link .prev-btn {
    padding: 18px 40px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--white);
    background-color: var(--secondary);
    border: none;
    transition: all 0.3s ease-in-out;
}
.company-info-area .company-link .prev-btn:hover {
    color: var(--secondary);
    background-color: var(--primary);
}
.company-info-area .opening-time-selector {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    margin-left: 30px;
}
.company-info-area .opening-day-widget {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.company-info-area .opening-day-widget .selector-item_radio:checked + .selector-item_label {
    background-color: var(--black-50);
}
.company-info-area .opening-day-widget .selector-item_radio:checked ~ .opening-time-selector .time-form {
    color: var(--black-500);
    cursor: no-drop;
}
.company-info-area .opening-day-widget .selector-item_radio:checked ~ .opening-time-selector .time-form::after {
    color: var(--black-500);
}
.company-info-area .opening-day-widget .selector-item_radio:checked ~ .opening-time-selector .divide {
    border-color: var(--black-500);
}
.company-info-area .selector {
    position: relative;
    width: 60%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.company-info-area .selector-item_radio {
    appearance: none;
    display: none;
}
.company-info-area .selector-item_label {
    position: relative;
    height: 40px;
    width: 40px;
    padding: 9px;
    text-align: center;
    border-radius: 9999px;
    transition-duration: 0.5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    background-color: var(--primary);
    color: var(--black-900);
    cursor: pointer;
}
.company-info-area .selector-item_radio:checked + .selector-item_label {
    background-color: var(--body-bg);
    color: var(--black-400);
}
@media (max-width: 480px) {
    .company-info-area .selector {
        width: 90%;
    }
}

.news-area {
    overflow: hidden;
}

.blog-widget {
    background-color: #f7f7f7;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.blog-widget > img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}
.blog-widget .blog-content {
    padding: 25px 30px;
    border-radius: 0 0 5px 5px;
}
.blog-widget .blog-content h5 {
    color: var(--black-900);
    font-weight: 600;
    margin-bottom: 30px;
}
.blog-widget .blog-content h5:hover {
    text-decoration: underline;
}
.blog-widget .blog-content .blog-text {
    color: var(--black-600);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.blog-widget .blog-content .blog-text i {
    margin-right: 3px;
}
.blog-widget .blog-content .blog-sub-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--black-500);
}
.blog-widget .blog-content .blog-sub-text img {
    display: inline;
}
.blog-widget .blog-content .blog-sub-text a {
    color: var(--black-500);
    margin-left: 5px;
    margin-right: 18px;
}
.blog-widget .blog-content .blog-sub-text a:hover {
    color: var(--primary);
}

.blog-area {
    overflow: hidden;
}
.blog-area .blog-widget {
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    margin: 0;
}
.blog-area .blog-widget:hover {
    box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1019607843);
}
.blog-area .pagi-content {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    border-radius: 5px;
    background: var(--white);
    padding: 20px;
    margin-top: 40px;
}
.blog-area .pagi-content .page-item .page-link {
    border: none;
    padding: 11px 15px;
    color: var(--black-400);
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.blog-area .page-item.active .page-link {
    z-index: 3;
    color: var(--primary);
    background: var(--black-900);
    border-radius: 5px;
    padding: 11px 15px;
}

.blog-right-content {
    padding: 50px 30px;
    background-color: var(--white);
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    border-radius: 5px;
    margin-left: 20px;
}
@media (max-width: 360px) {
    .blog-right-content {
        padding: 30px 10px;
    }
}
.blog-right-content .input-group {
    position: relative;
    color: var(--black-400);
}
.blog-right-content .input-group input {
    width: 100%;
    padding: 17px 20px;
    border: 1px solid var(--black-100);
    border-radius: 5px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.blog-right-content .input-group .search-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    transform: rotate(270deg);
}
.blog-right-content .blog-title {
    font-weight: 700;
    color: var(--black-900);
}
.blog-right-content .category_list {
    margin-top: -10px;
    margin-bottom: 35px;
}
.blog-right-content .category_list li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-800);
    position: relative;
    padding-left: 20px;
}
.blog-right-content .category_list li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--black-800);
    position: absolute;
    left: 0;
    top: 6.5px;
}
.blog-right-content .category_list li a span {
    padding-left: 10px;
    font-size: 14px;
}
.blog-right-content .category_list li a:hover {
    color: var(--black-900);
}
.blog-right-content .category_list li a:hover:before {
    background: var(--black-900);
}
.blog-right-content .category_list li + li {
    margin-top: 8px;
}
.blog-right-content .recent-news .news-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.blog-right-content .recent-news .news-item img {
    border-radius: 5px;
}
.blog-right-content .recent-news .news-item .news-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black-900);
    margin-bottom: 10px;
    display: block;
}
.blog-right-content .recent-news .news-item .news-title:hover {
    text-decoration: underline;
}
.blog-right-content .recent-news .news-item .news-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--black-400);
}
.blog-right-content .tags-item {
    gap: 10px;
}
.blog-right-content .tags-item .tags-btn {
    padding: 5px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: var(--black-600);
    background-color: var(--body-bg);
    border-radius: 3px;
}
.blog-right-content .tags-item .tags-btn:hover {
    color: var(--white);
    background-color: var(--black-900);
}

.instagram-gallery-widget {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.instagram-gallery-widget .instagram-item {
    display: block;
    position: relative;
    z-index: 0;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.1s linear;
    max-width: 32%;
}
.instagram-gallery-widget .instagram-item img {
    width: 100%;
    border-radius: 5px;
}
.instagram-gallery-widget .instagram-item::after {
    font-family: "Line Awesome Brands";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f16d";
    position: absolute;
    font-size: 26px;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease;
}
.instagram-gallery-widget .instagram-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 29, 36, 0.3);
    z-index: 0;
    opacity: 0;
    transition: all 0.4s ease;
}
.instagram-gallery-widget .instagram-item:hover:before {
    opacity: 1;
    top: 0;
}
.instagram-gallery-widget .instagram-item:hover:after {
    opacity: 1;
    top: 50%;
}

/*----------------------------------------*/
/* Blog Details Area
/*----------------------------------------*/
.blog-details-area {
    overflow: hidden;
}
.blog-details-area .details-content {
    padding: 40px;
    background-color: var(--white);
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    border-radius: 5px 5px 0 0;
}
.blog-details-area .details-content .details-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: var(--black-600);
}
.blog-details-area .details-content .details-text .deco-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    text-decoration: underline;
    color: var(--black-900);
}
.blog-details-area .details-content .details-list li {
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: var(--black-600);
}
.blog-details-area .details-content .details-list li span {
    width: 6px;
    height: 6px;
    padding: 3px;
    border-radius: 50%;
    margin-right: 13px;
    background: #c4c4c4;
}
.blog-details-area .details-content .details-title {
    font-weight: 600;
    color: var(--black-900);
}
.blog-details-area .social-content {
    padding-top: 35px;
    padding: 40px;
    border-top: 1px solid var(--black-100);
    background-color: var(--white);
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    border-radius: 0 0 5px 5px;
}
.blog-details-area .social-content .post-tags {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--black-600);
}
.blog-details-area .social-content .post-tags span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: var(--black-500);
    margin-right: 5px;
}
.blog-details-area .social-content .share-text {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    letter-spacing: 0.02em;
    color: var(--black-600);
}
.blog-details-area .social-content .social-item {
    align-items: center;
}
.blog-details-area .social-content .social-item .social-list {
    gap: 15px;
}
.blog-details-area .social-content .social-item .social-list a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: var(--black-400);
    border: 1px solid var(--black-50);
}
.blog-details-area .social-content .social-item .social-list a:hover {
    color: var(--white);
    background-color: var(--black-900);
    border-color: var(--black-900);
}
.blog-details-area .post-item {
    padding: 40px 40px 0;
    background-color: var(--white);
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    border-radius: 5px;
}
.blog-details-area .post-item .post-title {
    font-weight: 500;
    color: var(--black-900);
}
.blog-details-area .post-item .blog-widget {
    background-color: transparent;
}
.blog-details-area .post-item .blog-widget .blog-content {
    padding: 25px 0px;
}
.blog-details-area .comments-item {
    padding: 40px;
    background-color: var(--white);
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    border-radius: 5px;
}
.blog-details-area .comments-item .comments-title {
    font-weight: 600;
    color: var(--black-900);
    padding-bottom: 45px;
    border-bottom: 1px solid var(--black-50);
}
.blog-details-area .comments-item .comments-content {
    display: flex;
    gap: 15px;
}
@media (max-width: 320px) {
    .blog-details-area .comments-item .comments-content {
        flex-wrap: wrap;
    }
}
.blog-details-area .comments-item .comments-content div img {
    border-radius: 50%;
}
.blog-details-area .comments-item .comments-content .comments-text {
    width: 100%;
}
.blog-details-area .comments-item .comments-content .comments-text .admin-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--black-900);
    margin-bottom: 6px;
}
.blog-details-area .comments-item .comments-content .comments-text .post-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--black-400);
}
.blog-details-area .comments-item .comments-content .comments-text .text-area {
    padding-bottom: 27px;
    margin-bottom: 35px;
    border-bottom: 1px solid var(--black-50);
}
.blog-details-area .comments-item .comments-content .comments-text .text-area-2 {
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--black-50);
}
.blog-details-area .comments-item .comments-content .comments-text .comment-reply {
    color: var(--black-500);
}
.blog-details-area .comments-item .comments-content .comments-text .comment-reply:hover {
    color: var(--black-900);
}
.blog-details-area .comments-item .comments-content .comments-text .reply-cont {
    width: 100%;
}
.blog-details-area .comments-item .comments-content .comments-text .reply-cont .reply-text {
    color: var(--black-900);
}
.blog-details-area .reply-item {
    padding: 40px;
    background-color: var(--white);
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    border-radius: 5px;
}
.blog-details-area .reply-item .reply-title {
    font-weight: 600;
    color: var(--black-900);
}
.blog-details-area .reply-item .reply-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--black-600);
}
.blog-details-area .reply-item .get_quote_form .form-group {
    position: relative;
}
.blog-details-area .reply-item .get_quote_form .form-group {
    margin-bottom: 30px;
}
.blog-details-area .reply-item .get_quote_form .form-group:last-child {
    margin-bottom: 10px;
}
.blog-details-area .reply-item .form-control {
    display: block;
    width: 100%;
    padding: 17px 24px;
    background-color: var(--body-bg);
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.blog-details-area .reply-item .form-control:focus {
    background-color: var(--white);
    border: 1px solid var(--black-900);
    box-shadow: none;
}
.blog-details-area .reply-item .message {
    height: 160px;
    padding-top: 22px;
}
.blog-details-area .reply-item .blog_comment_box .get_quote_form .form-group .form-control {
    height: 60px;
    border-radius: 4px;
    border: 1px solid #dadce0;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 30px;
    padding-bottom: 20px;
}
.blog-details-area .reply-item .get_quote_form .form-group .floating-label {
    position: absolute;
    pointer-events: none;
    left: 40px;
    top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--black-400);
    transition: 0.2s;
    margin-bottom: 0;
}
.blog-details-area .reply-item .get_quote_form .form-group input:focus ~ .floating-label,
.blog-details-area .reply-item .get_quote_form .form-group textarea:focus ~ .floating-label,
.blog-details-area .reply-item .get_quote_form .form-group input:not(:focus):valid ~ .floating-label {
    top: -10px;
    left: 26px;
    font-size: 12px;
    color: var(--black-900);
    background-color: var(--white);
    padding: 0 5px 0 5px;
}
.blog-details-area .reply-item .thm_btn {
    padding: 15px 36px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: none;
    border-radius: 4px;
    color: var(--white);
    background-color: var(--black-800);
}
.blog-details-area .reply-item .thm_btn:hover {
    background-color: var(--black-900);
}
.blog-details-area .reply-item .check_input {
    gap: 7px;
    align-items: baseline;
}

/*----------------------------------------*/
/*  Search Job CSS
/*----------------------------------------*/
.floated-widget {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.15);
    padding: 40px 50px;
    position: absolute;
    top: -70px;
    left: 15px;
    right: 15px;
    z-index: 3;
}

.search-job {
    top: 0%;
    transform: translateY(50%);
    box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1019607843);
    border-radius: 10px;
    padding: 50px 50px 60px 50px;
}
.search-job h5 {
    font-weight: 600;
}
.search-job p {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: var(--black-500);
}
.search-job .search-box {
    border: 1px solid var(--black-50);
    border-radius: 6px;
}
.search-job .search-box.focused {
    border-color: var(--black-900);
}
.search-job .search-box .input-field {
    position: relative;
}
.search-job .search-box .input-field span {
    position: absolute;
    display: inline-block;
    top: 6px;
    left: 15px;
    font-size: 20px;
    font-weight: 400;
    color: #a8a8b2;
}
.search-job .search-box .input-field .form-control {
    padding-left: 49px;
    border: none;
    height: 45px;
    color: #a8a8b2;
    font-size: 16px;
    font-weight: 400;
}
.search-job .search-box .input-field .form-control:focus {
    box-shadow: none;
}
.search-job .search-box .input-field .form-control::placeholder {
    color: #a8a8b2;
    font-size: 16px;
    font-weight: 400;
}
.search-job .search-box .custom-btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    border-radius: 6px;
    padding: 16px 42px;
    transition: all 0.3s ease-out;
    color: var(--white);
    background-color: var(--black-900);
}
.search-job .search-box .custom-btn:hover {
    background-color: var(--primary);
    color: var(--black-900);
}

.section-title h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: var(--black-900);
    letter-spacing: -0.01em;
}
.section-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--black-600);
    padding: 0 210px;
}

.sidebar-header .sidebar-title h4 {
    font-size: 24px;
    font-family: var(--body-font-family);
    font-weight: 700;
    color: var(--black-900);
}
.sidebar-header .nice-select::after {
    display: none;
}
.sidebar-header .nice-select.open::before {
    transform: translateY(-50%) rotate(-180deg);
}
.sidebar-header .nice-select::before {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    right: 10px;
    color: #6a737c;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.15s ease-in-out;
}
.sidebar-header .nice-select .current {
    font-size: 16px;
    color: var(--black-600);
    font-family: var(--body-font-family);
    font-weight: 400;
}

.right-sidebar-widget .widget-content ul li {
    line-height: 40px;
}
.right-sidebar-widget .widget-content ul li span {
    font-size: 16px;
    color: var(--black-600);
}
.right-sidebar-widget .widget-content ul li .name {
    font-family: var(--body-font-family);
    font-weight: 600;
    color: var(--black-900);
    margin-right: 5px;
}
.right-sidebar-widget .widget-content ul li .value {
    font-family: var(--body-font-family);
    font-weight: 400;
}

.sticky_sidebar_widget {
    position: sticky;
    top: 90px;
    left: 0;
}

.single-sidebar-widget {
    background-color: #fff;
}
.single-sidebar-widget.widget-shadow {
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
}
.single-sidebar-widget.widget-border {
    border: 1px solid #dcdee0;
    box-sizing: border-box;
    border-radius: 6px;
}
.single-sidebar-widget .widget-title.widget-fill {
    background-color: #dcdee0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 20px 0 20px 25px;
}
.single-sidebar-widget .widget-title h5 {
    font-size: 18px;
    font-family: var(--body-font-family);
    font-weight: 700;
    color: var(--black-900);
    margin: 0;
}
.single-sidebar-widget .input-search-field {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.single-sidebar-widget .input-search-field input {
    padding-right: 20px;
    color: var(--black-600);
    font-size: 14px;
    font-family: var(--body-font-family);
    font-weight: 400;
    padding-left: 45px;
    border: 1px solid var(--black-100);
    border-radius: 5px;
    height: 60px;
}
.single-sidebar-widget .input-search-field input::placeholder {
    color: var(--black-400);
    font-size: 14px;
    font-family: var(--body-font-family);
    font-weight: 400;
}
.single-sidebar-widget .input-search-field input:focus {
    border-color: var(--black-900);
}
.single-sidebar-widget .input-search-field .btn {
    height: 60px;
    vertical-align: middle;
    padding: 19px 10px 19px 19px;
    border: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.single-sidebar-widget .input-search-field .btn i {
    font-size: 20px;
    color: var(--black-400);
    transform: rotate(270deg);
    display: inline-block;
}
.single-sidebar-widget .select-location {
    position: relative;
    margin-top: 10px;
}
.single-sidebar-widget .select-location .arrow-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(0);
}
.single-sidebar-widget .select-location .arrow-icon i {
    display: inline-block;
    font-size: 14px;
    color: #9199a1;
}
.single-sidebar-widget .select-location .form-control {
    background-image: none;
    border: 1px solid var(--black-100);
    border-radius: 5px;
    padding-left: 20px;
    height: 60px;
}
.single-sidebar-widget .select-location .form-control:focus {
    border-color: var(--black-600);
}

.catagory-list-widget .catagory-list .catagory-item .catagory-link {
    display: flex;
    justify-content: space-between;
    padding: 9px 10px;
    font-family: var(--body-font-family);
    font-weight: 400;
    color: var(--black-600);
    transition: all 0.3s ease-out;
    line-height: 22px;
    position: relative;
    margin-left: -10px;
}
.catagory-list-widget .catagory-list .catagory-item .catagory-link::before {
    content: "\f00c";
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    color: var(--black-900);
    left: 15px;
    top: 14px;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.catagory-list-widget .catagory-list .catagory-item .catagory-link.active {
    color: var(--black-900);
    padding-left: 40px;
}
.catagory-list-widget .catagory-list .catagory-item .catagory-link.active::before {
    visibility: visible;
    opacity: 1;
}
.catagory-list-widget .catagory-list .catagory-item .catagory-link:hover {
    background-color: var(--body-bg);
    color: var(--black-900);
}
.catagory-list-widget .catagory-list .catagory-item .catagory-link .text {
    font-size: 14px;
}
.catagory-list-widget .catagory-list .catagory-item .catagory-link .number {
    font-size: 12px;
}

/*----------------------------------------*/
/*  Job Details CSS
  /*----------------------------------------*/
.job-post-widget .single-job-post {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    transition: all 0.3s ease-out;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
}
.job-post-widget .single-job-post:hover {
    box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1019607843);
}
.job-post-widget .single-job-post:hover .job-title {
    color: var(--primary);
}
.job-post-widget .single-job-post .post-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.job-post-widget .single-job-post .post-header .timestamp {
    font-size: 14px;
    color: var(--black-600);
    font-family: var(--body-font-family);
    font-weight: 400;
}
.job-post-widget .single-job-post .post-content {
    margin-top: 25px;
}
.job-post-widget .single-job-post .post-content p {
    font-size: 16px;
    font-family: var(--body-font-family);
    font-weight: 400;
    color: var(--black-600);
    line-height: 26px;
}

.job-description-widget .single-description-para {
    margin-top: 25px;
}
.job-description-widget .single-description-para h6 {
    font-size: 24px;
    color: var(--black-900);
    font-family: var(--body-font-family);
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 30px;
}
.job-description-widget .single-description-para h6 span {
    color: #fb4e4e;
}
.job-description-widget .single-description-para p {
    font-size: 16px;
    color: var(--black-600);
    font-family: var(--body-font-family);
    font-weight: 400;
    line-height: 26px;
}
.job-description-widget .single-description-para ul li {
    margin-top: 7px;
    padding-left: 19px;
    position: relative;
    font-size: 16px;
    color: var(--black-600);
    font-family: var(--body-font-family);
    font-weight: 400;
    line-height: 26px;
}
.job-description-widget .single-description-para ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 1px;
    height: 6px;
    background-color: var(--black-600);
    width: 6px;
    border-radius: 2px;
}
.job-description-widget .single-description-para .text_body_color {
    color: #6c6c73;
}
.job-description-widget .note-text p {
    font-size: 18px;
    color: #6c6c73;
    font-family: var(--body-font-family);
    font-weight: 400;
    font-style: italic;
    line-height: 26px;
}
.job-description-widget .note-text p span {
    font-size: 18px;
    color: #45454d;
    font-family: var(--body-font-family);
    font-weight: 700;
    font-style: normal;
}
.job-description-widget .custom-btn i {
    transform: translate(0);
    margin-right: 5px;
}
.job-description-widget .custom-btn:hover i {
    transform: translate(0);
}

.job-application-modal {
    z-index: 9999;
}
.job-application-modal .modal-dialog {
    max-width: 768px;
}
.job-application-modal .modal-dialog .modal-content {
    border-radius: 10px;
    border: 1px solid #dcdee0;
    box-shadow: 0 15px 50px 0 rgba(20, 86, 166, 0.15);
}
.job-application-modal .modal-dialog .modal-content .modal-body {
    padding: 50px 60px;
}
.job-application-modal .modal-dialog .modal-content .modal-body .theme-btn {
    color: var(--black-600);
}
.job-application-modal .modal-dialog .modal-content .modal-body .theme-btn:hover {
    color: #fff;
}
.job-application-modal .modal-dialog .dropzone {
    padding: 20px 0;
    background-color: #fff;
    border: 2px dashed #dcdee0;
    border-radius: 5px;
}
.job-application-modal .modal-dialog .dropzone:hover {
    border-color: var(--primary);
}
.job-application-modal .modal-dialog .dropzone .dz-message .dz-button {
    font-family: var(--body-font-family);
    font-weight: 700;
    color: var(--primary);
    font-size: 17px;
    margin-bottom: 0;
}
.job-application-modal .label {
    font-size: 16px;
    color: var(--black-900);
    font-family: var(--body-font-family);
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
}
.job-application-modal .label span {
    color: #fb4e4e;
}
.job-application-modal .job-title {
    font-size: 24px;
}
.job-application-modal .form-control {
    height: 50px;
}
.job-application-modal textarea {
    height: inherit !important;
}
.job-application-modal .support {
    font-size: 14px;
    color: var(--black-600);
    font-family: var(--body-font-family);
    font-weight: 400;
}
.job-application-modal .iti {
    width: 100%;
}

.modal-backdrop {
    background-color: #172d42;
}
.modal-backdrop.show {
    opacity: 20%;
}

.job-title {
    font-size: 18px;
    color: var(--black-900);
    font-family: var(--body-font-family);
    font-weight: 600;
    margin-bottom: 6px;
}
.job-title a {
    color: var(--black-900);
}

.job-location {
    font-size: 14px;
    color: #787880;
    font-family: var(--body-font-family);
    font-weight: 400;
}
.job-location i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #787880;
    margin-right: 5px;
}

.job-catagory {
    font-size: 14px;
    color: #787880;
    font-family: var(--black-500);
    font-weight: 400;
}
.job-catagory span {
    color: var(--black-900);
}

.bg_disable {
    background-color: var(--body-bg);
}

.left-sidebar-widget {
    border: 1px solid #d2d3d3;
    padding: 30px;
    border-radius: 6px;
    background-color: #fff;
}

.feature-card-widget-7,
.feature-card-widget-2 {
    padding: 45px 40px 50px 50px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    transition: all 0.3s ease-out;
}
.feature-card-widget-7:hover,
.feature-card-widget-2:hover {
    box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1019607843);
}
.feature-card-widget-7 img,
.feature-card-widget-2 img {
    max-width: 100%;
}
.feature-card-widget-7 h4,
.feature-card-widget-2 h4 {
    font-size: 24px;
    color: var(--black-900);
    font-weight: 600;
    margin-bottom: 13px;
}
.feature-card-widget-7 p,
.feature-card-widget-2 p {
    font-weight: 400;
    font-size: 16px;
    color: var(--black-600);
    line-height: 26px;
}
.feature-card-widget-7 .btn-bordered,
.feature-card-widget-2 .btn-bordered {
    margin-top: 45px;
}

.feature-card-widget-2 {
    padding: 45px 30px;
    border-radius: 10px;
}
.feature-card-widget-2 h5 {
    margin: 15px 0;
}
.feature-card-widget-2 h4 {
    margin-bottom: 12px;
    margin-top: 18px;
}
.feature-card-widget-2 p {
    min-height: 72px;
    line-height: inherit;
}

.feature-job-tab .feature-job-list {
    display: flex;
    border: none;
    flex-direction: column;
}
.feature-job-tab .feature-job-list li {
    margin: 10px 0;
}
.feature-job-tab .feature-job-list li a {
    border: none;
    background-color: transparent;
    padding: 0;
}

.single-feature-job {
    border-radius: 5px;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 26px 30px;
    transition: all 0.3s ease-out;
}
.single-feature-job:hover {
    box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1019607843);
}

.feature-job-description {
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    background-color: #f7f7f7;
}
.feature-job-description p {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-600);
    line-height: 26px;
}

/*----------------------------------------*/
/*  Our Offer CSS
  /*----------------------------------------*/
.our-offer .single-offer-box {
    padding: 50px;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.0509803922);
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease-out;
}
.our-offer .single-offer-box:hover {
    box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.1019607843);
}
.our-offer .single-offer-box h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--black-900);
    text-transform: capitalize;
}
.our-offer .single-offer-box p {
    font-size: 18px;
    font-weight: 400;
    color: var(--black-600);
    margin: 23px 0 35px 0;
}
.our-offer .single-offer-box a {
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    color: var(--black-900);
    position: relative;
    text-transform: capitalize;
}
.our-offer .single-offer-box a:hover span::after {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.our-offer .single-offer-box a span {
    position: relative;
}
.our-offer .single-offer-box a span::after {
    content: "";
    position: absolute;
    height: 1.5px;
    width: 100%;
    top: 125%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    background-color: var(--black-900);
}
.our-offer .single-offer-box a i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    font-size: 17px;
}

.faq-area {
    padding-top: 100px;
    padding-bottom: 130px;
}
.faq-area .faq-list .single-faq {
    padding: 33px 40px;
    border-radius: 5px;
}
.faq-area .faq-list .single-faq:nth-child(odd) {
    background: #f7f7f7;
}
.faq-area .faq-list .single-faq:nth-child(even) {
    background: #fff;
}
.faq-area .faq-list .single-faq h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: var(--black-900);
    margin-bottom: 13px;
}
.faq-area .faq-list .single-faq p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black-600);
}

.faq-tag-widget {
    gap: 15px;
}
.faq-tag-widget .nav-link {
    padding: 7px 15px;
    background-color: #f7f7f7;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--black-600);
    transition: all 0.4s linear;
    border: none;
}
.faq-tag-widget .nav-link.active, .faq-tag-widget .nav-link:hover {
    background-color: var(--black-900);
    color: #fff;
}/*# sourceMappingURL=style.css.map */


.r-icon .empty {
    color: grey;
}

.reviews-item .empty {
    color: grey;
}


.about-tabs-area .reviews-item .submit-btn {
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: white;
    background-color: green;
    border: 1px solid var(--black-100);
}

.admin-galley {
    font-size: 84px;
}

.banner-reviews .empty {
    color: grey !important;
}

.breadcrumbs {
    border-top: 1px solid black;
    border-color: hsl(220, 9%, 93%);
}

@media only screen and (max-width: 600px) {

    #breadcrumbs {
        margin-right: auto;
        padding-right: 1rem;
        margin-top: 1rem;
        max-width: 66rem;
        margin-bottom: 0.25rem;
        padding-left: 0;
    }

}


#breadcrumbs span {
     display: inline-block;
 }

.navi {
    max-width: 35.875em;
    margin: auto;
    padding: 1.5rem 2rem;
    list-style: none;
    max-width: unset;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    display: none;

}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    display: none;

}
.about-item p {
    margin-bottom: 35px;
}

.about-item h1{
    font-size: 30px;
    margin-bottom: 25px;
}

.about-item h2{
    font-size: 24px;
    margin-bottom: 25px;
}

.about-item h3{
    font-size: 20px;
    margin-bottom: 25px;
}

.about-item h4{
    font-size: 18px;
    margin-bottom: 25px;
}

.dynamic-star-rating i.las.la-star.active {
    color:#fabb04;
}
.notice_shortcode {
    padding-top: 25px;
}
.notice {
    border-left: 10px solid;
    padding: 30px 40px;
    margin-bottom: 20px;
    margin-top: 0;
    display: flex;
}
@media (max-width: 576px) {
    .notice {
        padding: 20px;
    }

    .header-menu-2 .navbar-nav > .nav-item > .nav-link:hover {
        color: black !important;
    }

    .header-menu .navbar-nav > .nav-item > .nav-link {
        color: black !important;
    }

    .header-menu.navbar_fixed .menu_toggle .hamburger span, .header-menu.navbar_fixed .menu_toggle .hamburger-cross span {
        background-color: black !important;
    }
}

.notice:before, .notice:after {
    display: none;
}
.notice i {
    font-size: 24px;
    margin-right: 25px;
}
.notice h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}
.notice p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #6b707f;
}
.notice p span {
    padding: 1px 10px;
    background: #fff;
    color: #ed2937;
}
.notice-success {
    background: #459e6d;
    border-color: #30845e;
}
.notice-success p, .notice-success i, .notice-success h5 {
    color: #fff;
}
.notice-warning {
    background: #fefaed;
    border-color: #f6ba18;
}
.notice-warning i {
    color: #f6ba18;
    padding-top: 4px;
}
.notice-danger {
    background: #ffeff0;
    border-color: #fa303e;
}
.notice-danger i {
    color: #fa303e;
}



.logo, .logo_sticky {
    max-width: 150px!important;
}


.footer-area-2 .logo_footer{
    max-width: 150px !important;
}

.header-menu .navbar-nav > .nav-item > .nav-link {
    position: relative;
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38;
    padding: 8px 20px;
    transition: all 0.3s linear;
    border-radius: 4px;
}

.header-menu .navbar-nav > .nav-item > .nav-link:hover, .header-menu .navbar-nav > .nav-item > .nav-link.active {
    background: rgba(255, 215, 0, 0.6);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.close-modal {
    float: right;
    cursor: pointer;
}


.col-lg-12.d-flex.justify-content-flex-end.align-items-center {
    justify-content: end !important;
}


.review-text {
    width: 100%;
    border-bottom: 1px solid grey;
    padding-bottom: 24px;
}

.btn-brand {
    padding: 0px 15px !important;
}
