@charset "UTF-8";
/*
Template Name: Listy - Listing HTML Template
Author       :
Version      : 1.2.1
*/
/*==============================================================================
[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
/*----------------------------------------*/
:root {
  --body-font-family: "Open Sans", sans-serif;
  --body-font-weight: 400;
  --body-font-size: 16px;
  --body-font-size-2: 16px;
  --body-line-height: 1.8;
  --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: 50px;
  line-height: 1.15;
}

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

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

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

.h5,
h5 {
  font-size: 22px;
  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;
  font-weight: 700;
}

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

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.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;
  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: 30px;
  letter-spacing: 5.2px;
  text-transform: uppercase;
  text-align: center;
  margin: 5% 0 1% 0;
  padding: 0;
  color: #202124;
}

#preloader p {
  display: block;
  font-size: 16px;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
  color: var(--black-500);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
.btn {
  border: transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  line-height: 1.33;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.btn-signin {
  color: white;
}
.btn-signin:hover {
  color: var(--primary);
}
.btn-brand {
  background-color: var(--primary);
  color: #000000;
  padding: 12px 20px;
  border: 1px solid var(--primary);
}
.btn-brand:hover {
  background-color: rgba(255, 215, 0, 0.8);
}
.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: #202124;
  color: #fff;
  border-color: #202124;
}
.btn-brand-4:hover {
  background-color: var(--primary);
  color: var(--black);
  border-color: var(--primary);
}

.btn-bordered {
  border: 1px solid var(--black-50);
  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-400);
}
.btn-bordered.bordered-2:hover {
  color: #fff;
  border-color: #202124;
  background-color: #202124;
}

.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: #4d4d50;
  color: #f1f1f1;
  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;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.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: 10px;
  margin: 0 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: #4d4d50;
}
.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: #202124;
  border-radius: 5px;
  color: var(--white);
  padding: 12px 30px;
}
.listing-search-form .btn:hover {
  background-color: var(--primary);
  color: #202124;
}

/*----------------------------------------*/
/* Search Form 02
/*----------------------------------------*/
.listing-search-form-2 {
  background-color: var(--white);
  border-radius: 10px;
  padding: 12px;
}
.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: #4d4d50;
  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;
  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: #4d4d50;
}
.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(--bs-white);
  border-radius: 5px;
  padding: 5px 20px;
  height: 48px;
}
.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: var(--bs-white);
  border-radius: 5px;
  border-color: var(--black-50);
  color: var(--black-600);
  font-size: 14px;
  font-family: var(--body-font-family);
}
.form-control:focus {
  border-color: var(--black-400);
  background-color: var(--bs-white);
  color: var(--black-400);
  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: 50px;
}
.toggle-search-widget.open .la-search {
  position: absolute;
  left: 0;
  bottom: 13px;
}
.toggle-search-widget.open .form-control {
  display: block;
  width: 100%;
  opacity: 1;
  visibility: visible;
  border-color: var(--black-500);
  border-width: 2px;
  transition: border-width 0.3s ease-in-out;
  padding-left: 24px;
  padding-bottom: 2px;
}
.toggle-search-widget.open .form-control:focus {
  border-color: var(--black-900);
}
.toggle-search-widget:not(.open) .la-times {
  display: none;
}
.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: var(--bs-white);
  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 .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: 20px;
}
.header-menu .navbar-nav > .nav-item {
  padding: 30px 0;
  transition: all 0.3s linear;
}
.header-menu .navbar-nav > .nav-item > .nav-link {
  position: relative;
  color: #fff;
  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 {
  background: rgba(255, 215, 0, 0.2);
}
.header-menu .navbar-nav > .nav-item > .nav-link.active {
  background: rgba(255, 215, 0, 0.6);
}
.header-menu .navbar-nav > .nav-item > .nav-link::after {
  display: none;
}
.header-menu .navbar-nav > .nav-item .dropdown-menu {
  margin: 0;
  border-radius: 4px;
  left: -7px;
  min-width: max-content;
  border: 1px solid var(--black-50);
  background: var(--bs-white);
  padding: 10px 0;
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
  top: 100%;
}
.header-menu .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.35rem 1.4rem;
  color: var(--black-900);
}
.header-menu .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active {
  background-color: rgba(213, 216, 220, 0.4);
}
.header-menu .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: rgba(213, 216, 220, 0.4);
}
.header-menu .navbar-nav > .nav-item .dropdown-menu:before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--bs-white);
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: 1px solid var(--black-50);
  border-top: 1px solid var(--black-50);
  z-index: 1;
}
@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 {
  position: relative;
}
@media (max-width: 991px) {
  .header-menu .navbar-nav > .nav-item .dropdown-menu li {
    border-radius: 5px;
  }
}
.header-menu .navbar-nav > .nav-item .dropdown-menu li > i {
  padding-right: 10px;
  top: 0;
}
.header-menu .navbar-nav > .nav-item .dropdown-menu li .nav-link {
  padding: 8px 25px;
  transition: all 0.3s linear;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  width: 100%;
  color: var(--black-900);
  background-color: transparent;
}
.header-menu .navbar-nav > .nav-item .dropdown-menu li .nav-link.active {
  background-color: rgba(255, 215, 0, 0.5);
}
.header-menu .navbar-nav > .nav-item .dropdown-menu li .nav-link:after {
  display: none;
}
.header-menu .navbar-nav > .nav-item .dropdown-menu li .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .header-menu .navbar-nav > .nav-item .dropdown-menu li .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
    left: 100%;
    top: 0px;
  }
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu {
  min-width: 540px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: 1px solid var(--black-50);
  max-height: 309px;
  min-height: 309px;
}
@media (max-width: 991px) {
  .header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu {
    max-height: 100%;
    min-height: 100%;
  }
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu > li {
  padding: 0px;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu > li .col-lg-7 {
  padding-left: 0px;
  margin-left: 0px;
  margin-right: -1px;
}
@media (max-width: 991px) {
  .header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu > li .col-lg-7 {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu > li > div {
  min-height: 309px;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu > li:hover {
  background: transparent;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .nav-pills {
  padding: 10px 0;
  background: var(--bs-white);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 100%;
  margin-right: -12px;
  border-top: 1px solid var(--black-50);
}
@media (max-width: 991px) {
  .header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .nav-pills {
    margin-right: 0;
  }
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item {
  padding: 6px 30px;
  background: transparent;
}
@media (max-width: 991px) {
  .header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:after {
  content: "\f105";
  position: absolute;
  right: 25px;
  top: 0px;
  font-family: "Line Awesome Free";
  font-weight: 900;
  height: 100%;
  line-height: 40px;
  display: block;
  color: var(--black-900);
  transition: all 0.2s linear;
  opacity: 0;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link {
  font-size: 14px;
  color: var(--black-900);
  display: inline-block;
  border-radius: 0;
  text-decoration: none;
  padding: 0px;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link.active {
  background: transparent;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item + .nav-item {
  margin-top: 0px;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:after, .header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:after {
  opacity: 1;
  right: 20px;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane {
  padding: 16px 18px;
  min-height: 309px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right: -0.5px;
}
@media (max-width: 991px) {
  .header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane {
    min-height: auto;
  }
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list {
  width: 50%;
  padding-bottom: 12px;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list.w_100 {
  width: 100%;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li {
  margin-bottom: 12px;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding: 0px;
  overflow: visible;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:hover, .header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a.active {
  text-decoration: none;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:hover:before, .header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a.active:before {
  width: 100%;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li:hover {
  background: transparent;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .text a {
  display: block;
  padding: 0px;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .text a:hover {
  text-decoration: none;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane p {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:first-child {
  background: #007cba;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(2) {
  background: #4c4cf1;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(3) {
  background: #10b3d6;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(4) {
  background: #0899fb;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(5) {
  background: #1d2746;
}
.header-menu .navbar-nav > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(6) {
  background: #00aa6a;
}
.header-menu .navbar-nav > .nav-item:hover > i {
  color: var(--primary);
}
.header-menu .navbar-nav > .nav-item:hover > .nav-link {
  background: rgba(255, 215, 0, 0.2);
}
@media (min-width: 992px) {
  .header-menu .navbar-nav > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .header-menu .navbar-nav > .nav-item:hover .dropdown-menu li:hover > .dropdown-menu {
    opacity: 1;
    transform: translateY(-7px);
    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(--secondary);
}
.header-menu-black .right-nav .btn-signin {
  color: var(--secondary);
}
.header-menu-black .right-nav .btn-signin:hover {
  color: var(--primary);
}

.header-menu-2 {
  position: relative;
  background-color: var(--bs-white);
}
.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 .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;
}

.navbar-nav .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: 0px;
    box-shadow: none;
  }
  .header-menu .navbar-nav > .nav-item .dropdown-menu:before {
    display: none;
  }
  .header-menu .navbar-nav > .nav-item .dropdown-menu li:hover {
    background: transparent;
  }
  .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: center;
  }
  .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;
  }
}
.dropdown-item:hover {
  background-color: rgba(213, 216, 220, 0.4);
}

.footer-area {
  overflow: hidden;
  background-color: #202124;
}
.footer-area .footer-content-top {
  justify-content: space-between;
  border-bottom: 1px solid #4d4d50;
  flex-wrap: wrap;
  gap: 40px;
}
.footer-area .footer-content-top .Subscribe-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  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 #4d4d50;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: transparent;
  width: 320px;
}
@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: #202124;
}
.footer-area-2 .footer-contant {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #4d4d50;
  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: 40px;
}
.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.webp);
  background-size: cover;
  position: relative;
  padding: 270px 0 210px;
  z-index: 1;
}
.banner-area::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-color: #202124;
  display: block;
  opacity: 0.6;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.banner-area .banner-title {
  color: var(--white);
  font-size: 56px;
}
.banner-area .banner-subtitle {
  color: #e9e9e9;
  font-size: 18px;
  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: #202124;
  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(--bs-white);
  display: block;
  opacity: 0.3;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.banner-3-area .banner-title {
  color: #202124;
  font-weight: 700;
}

/*----------------------------------------*/
/* About 01 Area
/*----------------------------------------*/
.banner-about-area {
  background-image: url(../img/banner/banner-about.png);
  background-size: cover;
  position: relative;
  padding: 210px 0 130px;
  z-index: 1;
  /** === Dot Separator === **/
}
.banner-about-area::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-color: #202124;
  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: 17px;
  line-height: 1.7;
  color: #ebebeb;
  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: #202124;
  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 #202124;
  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: #202124;
  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: #ebebeb;
}
.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 .share-btn {
  color: #202124;
  background-color: var(--primary);
  margin-right: 6px;
}
.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: #4d4d50;
  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: 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: #202124;
  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: #fff;
  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: #202124;
  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: #202124;
  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: 200px 0 150px;
  z-index: 1;
  /** === Dot Separator === **/
}
.breadcrumb-area::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-color: #202124;
  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(--bs-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 var(--bs-white);
  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: 0 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;
  background-color: var(--bs-white);
}
.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 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(--bs-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-area {
  background: var(--white);
}
.business-process-area .business-process-item {
  position: relative;
  z-index: 1;
}
.business-process-area .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-area .business-process-item .para-2 {
  margin-top: 16px;
  color: var(--theme-black-600);
  width: 80%;
}
.business-process-area .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(--secondary);
  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: var(--body-bg);
  opacity: 0.9;
  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;
  background: var(--bs-white) !important;
}
.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 var(--theme-black-50);
  border-radius: 3px;
  background: var(--black-50);
}
.restaurant-listing-widget .contant .s-btn a:hover {
  background: var(--bs-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;
  background: var(--bs-white);
}
.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: #202124;
  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: #202124;
  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(--bs-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(--bs-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::after {
  background: rgba(0, 0, 0, 0);
}

.explore-area {
  overflow: hidden;
  background: var(--body-bg);
}
.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 .nav-link:hover {
  color: var(--black-900);
}
.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: var(--bs-white);
  color: var(--secondary);
  z-index: 2;
  font-size: 16px;
  padding: 5px 10px;
  border-color: var(--bs-white);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.explore-2-area .explore-item .place .btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #202124;
}

.cta-area {
  background-image: url("../img/banner/banner-02.webp");
  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: #202124;
  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(--bs-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: var(--bs-white);
  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;
}
.client-area .client-thumb-slider .single-thumb:hover {
  color: var(--black-900);
}
@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 a img {
  border-radius: 10px;
}
.article-widget .left-caption {
  bottom: 195px;
  left: 15px;
  position: absolute;
  border-radius: 3px;
  background: var(--bs-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 {
  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-text {
  color: var(--black-500);
  font-weight: 400;
}

.directone-area {
  overflow: hidden;
}
.directone-area .directone-counter .count-up {
  background: var(--bs-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: var(--black-500);
  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: var(--bs-white);
}
.award-item .item-img {
  margin-bottom: 40px;
}
.award-item .item-text {
  font-size: 20px;
  line-height: 32px;
  color: var(--secondary);
}

.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(--bs-white);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
  border: 3px solid var(--bs-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 var(--black-50);
  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: #636466;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.culture-item .item-text {
  font-size: 28px;
  line-height: 39px;
  color: #202124;
  margin-bottom: 15px;
}
.culture-item .item-link {
  font-size: 20px;
  line-height: 32px;
  color: #202124;
}

.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(--bs-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-50);
  padding: 15px 18px;
  border-radius: 5px !important;
}
.contact-area .contact-form .form-control:focus {
  border-color: var(--black-500);
  background: var(--bs-white);
  color: var(--black-600);
}
.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;
  background: var(--bs-white);
  color: var(--black-600);
}
.contact-area .contact-form button {
  background-color: #202124;
  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-50);
  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-100);
}
.listing-page-area .pages-contant .db-toggle {
  background-color: transparent;
  border: 1px solid var(--black-50);
  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-100);
}
.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);
  background: var(--bs-white);
  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 .small-2 {
  border: 1px solid var(--black-50);
  padding: 5px 10px;
  border-radius: 3px;
  color: var(--black-900);
}
.listing-page-area .pages-contant .pages-btn .r-btn .small-2:hover {
  border: 1px solid var(--black-100);
  background: var(--bs-white);
}
.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-50);
  border-radius: 3px 0px 0px 3px;
}
.listing-page-area .pages-contant .pages-sub-title .gl-btn a.active {
  background: var(--bs-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 {
  display: flex;
  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;
  background-color: var(--bs-white);
  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: #202124;
  border-radius: 5px;
  padding: 11px 15px;
}

.about-tabs-navigator {
  position: sticky;
  top: 0;
  left: 0;
  background-color: var(--bs-white);
  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(--secondary);
  background-color: transparent;
  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(--bs-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(--bs-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;
  margin-right: 5px;
}
.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(--bs-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;
  transition: all 0.3s linear;
}
.about-tabs-area .services-item .services-dropdown:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.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(--bs-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(--bs-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(--secondary);
  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;
  background: var(--bs-white);
}
.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 {
  margin-bottom: 40px;
  margin-left: 60px;
}
.about-tabs-area .reviews-item .modal-item .admin-galley label {
  display: inline-block;
  width: 90px;
  border-radius: 5px;
  border: 1px solid var(--black-50);
  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(--bs-white);
  border: 1px solid var(--black-50);
}
.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-50);
  background-color: #202124;
}
.about-tabs-area .reviews-item .review-content {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 50px;
  border-top: 1px solid var(--black-100);
  border-bottom: 1px solid var(--black-100);
  margin-bottom: 30px;
}
.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-50);
}
.about-tabs-area .reviews-item .review-content .review-right .review-search i {
  display: inline-block;
  border: 1px solid var(--black-50);
  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-50);
  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(--secondary);
  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(--bs-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;
  background: var(--bs-white);
  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:last-child {
  color: #e31919;
}
.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(--bs-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: #000000;
  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: #000000;
  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: 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: #000000;
  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(--bs-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-50);
}
.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(--bs-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: #202124;
  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(--bs-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-50);
  background-color: var(--bs-white);
}
.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(--bs-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(--bs-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: var(--bs-white);
  border-color: var(--black-50);
  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(--bs-white);
}
.company-info-area .company-link .link-title {
  font-weight: 600;
  color: var(--secondary);
}
.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-50);
  background-color: var(--bs-white);
  color: var(--theme-black-500);
}
.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: #202124;
  border: none;
  transition: all 0.3s ease-in-out;
}
.company-info-area .company-link .prev-btn:hover {
  color: #202124;
  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: #202124;
  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;
  background: var(--bs-white);
}
.blog-widget .blog-content h5 {
  color: var(--black-900);
  font-weight: 600;
  margin-bottom: 30px;
}
.blog-widget .blog-content h5:hover {
  text-decoration: none;
}
.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;
  background: var(--bs-white);
  color: var(--black-400);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.blog-area .pagi-content .page-item .page-link:hover {
  background-color: var(--black-50);
}
.blog-area .page-item.active .page-link {
  z-index: 3;
  color: var(--primary);
  background: #202124;
  border-radius: 5px;
  padding: 11px 15px;
}

.blog-right-content {
  border-radius: 5px;
}
@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-50);
  background: var(--bs-white);
  color: var(--black-400);
  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: 6px;
}
.blog-right-content .tags-item .tags-btn {
  padding: 8px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: var(--black-600);
  background-color: var(--bs-white);
  border-radius: 3px;
}
.blog-right-content .tags-item .tags-btn:hover {
  color: var(--white);
  background-color: #202124;
}

.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(--bs-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;
  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(--bs-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(--bs-white);
  background-color: var(--black-900);
  border-color: var(--black-900);
  text-decoration: none;
}
.blog-details-area .post-item {
  padding: 40px 40px 0;
  background-color: var(--bs-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(--bs-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(--bs-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: 25px;
}
.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(--bs-white);
  border: 1px solid var(--black-600);
  color: var(--black-400);
  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(--bs-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(--bs-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;
}

/*----------------------------------------*/
/* Blog Single Area
/*----------------------------------------*/
blockquote {
  background: rgba(76, 76, 241, 0.05);
  border-left: 4px solid var(--primary);
  font-size: 20px;
  padding: 50px 40px;
  position: relative;
  z-index: 0;
  margin: 30px 0;
}
blockquote:before, blockquote:after {
  content: "";
  position: absolute;
  z-index: -1;
}
blockquote:before {
  background: url("../../assets/img/blog/quote_top.png") no-repeat scroll left top;
  width: 132px;
  height: 81px;
  top: 0;
}
blockquote:after {
  background: url("../../assets/img/blog/quote_bottom.png") no-repeat scroll left bottom;
  width: 77px;
  height: 75px;
  right: 40px;
  bottom: 30px;
}
blockquote .c_head {
  color: var(--black-700);
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 45px;
  font-size: 24px;
}
blockquote .author {
  color: var(--black-500);
  font-weight: 500;
  font-size: 16px;
}

.video_post {
  position: relative;
  z-index: 1;
}
.video_post:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(9, 16, 50, 0.2);
  position: absolute;
  z-index: 0;
}
.video_post img {
  width: -webkit-fill-available;
}

.video_icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 20px 40px 0 rgba(1, 16, 58, 0.14);
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  position: absolute;
  transition: all 0.3s linear;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.2px solid #fff;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  left: 0;
  transform: scale(1.5);
}
.video_icon i {
  color: var(--primary);
  text-shadow: 0 6px 13px rgba(255, 215, 0, 0.3);
  position: relative;
}
.video_icon i:after {
  width: 300%;
  height: 300%;
  position: absolute;
  left: -100%;
  top: -110%;
  border-radius: 50%;
  box-shadow: 0 1px 15px 1px rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-animation: pulse 2s infinite;
  -webkit-transform: scale(8);
  -ms-transform: scale(8);
  transform: scale(8);
  animation: pulse 2s infinite;
}

.blog_link_post {
  background: var(--black-25);
  border-left: 4px solid var(--primary);
  padding: 50px 40px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}
.blog_link_post:before, .blog_link_post:after {
  content: "";
  position: absolute;
}
.blog_link_post:before {
  background: url("../../assets/img/blog/blog-list/icon_01.png") no-repeat;
  top: 5px;
  left: 40px;
  width: 42px;
  height: 41px;
}
.blog_link_post:after {
  background: url("../../assets/img/blog/blog-list/icon_02.png") no-repeat;
  bottom: -35px;
  right: 30px;
  width: 100px;
  height: 100px;
}
.blog_link_post:hover {
  text-decoration: none !important;
}
.blog_link_post a:hover {
  text-decoration: none;
}
.blog_link_post p {
  font-size: 20px;
  color: var(--black-700);
  margin-bottom: 0;
  transition: color 0.2s linear;
}

.blog-sub-text p {
  color: var(--black-600);
  font-weight: 400;
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 20px;
}

/*----------------------------------------*/
/* Blog Extent grid Area
/*----------------------------------------*/
/*=========== blog_top_post_area css ==========*/
.blog_top_post_area {
  background: var(--body-bg);
}

.blog_top_post {
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
  border-radius: 6px;
  margin: 0;
}
.blog_top_post .p_top_img {
  position: relative;
  padding-right: 0;
}
.blog_top_post .p_top_img .p_img {
  position: absolute;
  padding-right: 0;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  background: url("../img/blog-grid/top_post.jpg");
  background-size: cover;
}
.blog_top_post .b_top_post_content {
  padding: 50px 30px 50px 50px;
  background-color: var(--bs-white);
}
.blog_top_post .b_top_post_content .post_tag {
  padding-bottom: 15px;
}
.blog_top_post .b_top_post_content h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 17px;
  transition: color 0.2s linear;
}
.blog_top_post .b_top_post_content p {
  margin-bottom: 22px;
  color: var(--black-400);
}
.blog_top_post .b_top_post_content a {
  color: var(--black-700);
  font-size: 14px;
}
.blog_top_post .b_top_post_content .post_author {
  padding-top: 45px;
}

.post_tag a {
  font-size: 14px;
  color: var(--black-400);
  display: inline-block;
  margin-top: 10px;
}
.post_tag a.cat-Docy {
  color: #fd8d2a;
}
.post_tag a.cat-megento {
  color: #f26322;
}
.post_tag a.cat-woocommerce {
  color: #96588a;
}
.post_tag a.c_blue {
  color: var(--black-600);
}
.post_tag a.cat-laravel {
  color: #ff2d20;
}
.post_tag a + a {
  padding-left: 10px;
}
.post_tag a + a:before {
  content: "";
  width: 1px;
  height: 13px;
  background: #c9c9e2;
  display: inline-block;
  margin-right: 13px;
}
.post_tag a.author {
  margin-top: 4px;
  margin-right: 5px;
}
.post_tag a.author .avatar {
  margin-right: 5px;
}

.post_author .round_img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.post_author .round_img img {
  height: 40px;
  width: auto;
}
.post_author .author_text {
  margin-top: 5px;
}
.post_author .author_text h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.post_author .author_text .date {
  font-size: 13px;
  font-weight: 400;
  color: var(--black-400);
}

/*=========== end blog_top_post_area css ==========*/
/*=========== Start blog_grid_area css ==========*/
.blog_grid_inner {
  border-top: 1px solid var(--black-50);
  background: var(--black-25);
}

.blog_tab .nav-item {
  margin-bottom: 0;
}
.blog_tab .nav-item .nav-link {
  padding: 17px 21px;
  border: 0;
  border-radius: 0;
  font-weight: 500;
  color: #858997;
  font-size: 14px;
  position: relative;
  background: transparent;
  transition: all 0.2s ease-in;
}
.blog_tab .nav-item .nav-link:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  height: 2px;
  left: 0;
  background: var(--primary);
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: all 0.3s ease-in;
}
.blog_tab .nav-item .nav-link.active, .blog_tab .nav-item .nav-link:hover {
  background: #117f99;
  color: var(--primary);
}
.blog_tab .nav-item .nav-link.active:before, .blog_tab .nav-item .nav-link:hover:before {
  transform: scale(1);
}
.blog_tab .nav-item.cat-laravel .nav-link:hover {
  background: rgba(255, 45, 32, 0.2);
  color: rgb(255, 45, 32);
}
.blog_tab .nav-item.cat-laravel .nav-link:before {
  background: rgb(255, 45, 32);
}
.blog_tab .nav-item.cat-Docy .nav-link:hover {
  background: rgba(253, 141, 42, 0.2);
  color: rgb(253, 141, 42);
}
.blog_tab .nav-item.cat-Docy .nav-link:before {
  background: rgb(253, 141, 42);
}
.blog_tab .nav-item.cat-megento .nav-link:hover {
  background: rgba(242, 99, 34, 0.2);
  color: rgb(242, 99, 34);
}
.blog_tab .nav-item.cat-megento .nav-link:before {
  background: rgb(242, 99, 34);
}
.blog_tab .nav-item.cat-woocommerce .nav-link:hover {
  background: rgba(150, 88, 138, 0.2);
  color: rgb(150, 88, 138);
}
.blog_tab .nav-item.cat-woocommerce .nav-link:before {
  background: rgb(150, 88, 138);
}

.blog_grid_tab {
  padding-top: 60px;
  margin-bottom: -40px;
}

.b_title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  transition: all 0.2s linear;
}
.b_title:hover {
  color: var(--primary);
}

.learn_btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--black-800);
  padding-top: 5px;
  display: inline-block;
  transition: color 0.2s linear;
}
.learn_btn i {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  margin-left: 6px;
  transition: all 0.2s linear, color 0s linear;
}

.learn_btn:hover {
  color: var(--primary) !important;
}

/*----------------------------------------*/
/*  Search Job CSS
/*----------------------------------------*/
.floated-widget {
  background-color: var(--bs-white);
  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-400);
}
.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;
  background: var(--bs-white);
  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: #202124;
}
.search-job .search-box .custom-btn:hover {
  background-color: var(--primary);
  color: #202124;
}

.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: var(--bs-white);
}
.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 var(--black-50);
  box-sizing: border-box;
  border-radius: 6px;
}
.single-sidebar-widget .widget-title.widget-fill {
  background-color: var(--black-50);
  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: 600;
}
.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;
  background-color: var(--bs-white);
  color: var(--black-600);
  font-size: 14px;
  font-family: var(--body-font-family);
  font-weight: 400;
  padding-left: 45px;
  border: 1px solid var(--black-50);
  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;
  background-color: var(--bs-white);
  color: var(--black-600);
  border: 1px solid var(--black-50);
  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: var(--bs-white);
  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, .job-description-widget .single-description-para h5, .job-description-widget .single-description-para h4, .job-description-widget .single-description-para h3, .job-description-widget .single-description-para h2 {
  margin-bottom: 15px;
}
.job-description-widget .single-description-para ul li {
  margin-top: 10px;
  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 .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 var(--black-50);
  box-shadow: 0 15px 50px 0 rgba(20, 86, 166, 0.15);
}
.job-application-modal .modal-dialog .modal-content .modal-body {
  padding: 50px 60px;
  background-color: var(--bs-white);
}
.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: var(--bs-white);
  border: 2px dashed var(--black-50);
  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 var(--black-50);
  padding: 30px;
  border-radius: 6px;
  background-color: var(--bs-white);
}

.feature-card-widget-7,
.feature-card-widget-2 {
  padding: 45px 40px 50px 50px;
  border-radius: 5px;
  text-align: center;
  background-color: var(--bs-white);
  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 var(--black-50);
  background-color: var(--bs-white);
  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 var(--black-50);
  background-color: var(--body-bg);
}
.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: var(--bs-white);
  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;
  background: var(--white);
}
.faq-area .faq-list .single-faq {
  padding: 33px 40px;
  border-radius: 5px;
}
.faq-area .faq-list .single-faq:nth-child(odd) {
  background: var(--body-bg);
}
.faq-area .faq-list .single-faq:nth-child(even) {
  background: var(--bs-white);
}
.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: 10px;
}
.faq-tag-widget .nav-link {
  padding: 8px 20px;
  background-color: var(--body-bg);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black-900);
  transition: all 0.4s linear;
  border: none;
}
.faq-tag-widget .nav-link:hover {
  background-color: var(--black-150);
}
.faq-tag-widget .nav-link.active {
  background-color: #202124;
  color: #fff;
}

#faq-tabContent {
  border-left: 1px solid var(--black-50);
  padding-left: 40px;
}

/*============ error_area css ========*/
.error_area {
  display: flex;
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 620px;
  background-color: var(--black-25);
}

.error_dot {
  position: absolute;
  border-radius: 50%;
}
.error_dot.one {
  width: 8px;
  height: 8px;
  background: var(--secondary);
  left: 325px;
  top: 120px;
  animation: spin2 2s infinite alternate;
}
.error_dot.two {
  width: 16px;
  height: 16px;
  background: #f99e43;
  left: 170px;
  bottom: 260px;
  animation: spin1 1s infinite alternate;
}
.error_dot.three {
  width: 30px;
  height: 30px;
  background: #beebf5;
  animation: spin1 2s infinite alternate;
  right: 225px;
  top: 370px;
}
.error_dot.four {
  width: 6px;
  height: 6px;
  background: #ffa3be;
  bottom: 148px;
  right: 185px;
  animation: spin2 2s infinite alternate;
}

.error_content_two {
  max-width: 970px;
  margin: 0 auto;
}
.error_content_two h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--secondary);
  font-weight: 700;
}
.error_content_two p {
  font-size: 18px;
  color: var(--black-600);
}

.error_img {
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
}
.error_img .error_shap {
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.error_img .clipInDown {
  display: inline-block;
  position: relative;
}
.error_img .one {
  top: -50px;
}
.error_img .two {
  margin: 0 12px;
  top: -12px;
}
.error_img .three {
  top: -58px;
}
.error_img .img_one {
  animation: customUp 1.5s infinite alternate;
}
.error_img .img_two {
  animation: customUp 1.8s infinite alternate;
}
.error_img .img_three {
  animation: customUp 2s infinite alternate;
}

.error_search {
  margin-bottom: 40px;
  padding-top: 25px;
}
.error_search .form-control {
  height: 60px;
  border-radius: 4px;
  background: var(--bs-white);
  box-shadow: 0 16px 50px 0 rgba(3, 62, 75, 0.1);
  font-size: 16px;
  font-weight: 400;
  border: 0;
  padding-left: 30px;
  color: var(--black-500);
}

@-webkit-keyframes spin {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@keyframes spin {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@-webkit-keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@-webkit-keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@-webkit-keyframes pulse1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.5);
    border-radius: 50%;
  }
}
@keyframes pulse1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.5);
    border-radius: 50%;
  }
}
@keyframes customUp {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes clipInDown {
  0% {
    clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
  }
  100% {
    clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
  }
}
.clipInDown {
  animation-name: clipInDown;
}

/*============ error_area css ========*/
/*================ signup_area css ==============*/
.signup_area {
  height: 100vh;
  min-height: 580px;
  background: #fbfcfd;
  overflow: hidden;
}
.signup_area .row {
  height: 100%;
}

.sign_left {
  width: calc(50% - 360px);
  position: relative;
  z-index: 1;
  padding: 100px 70px 0;
}
.sign_left .top {
  left: 0;
  top: 0;
  z-index: -1;
}
.sign_left .bottom {
  bottom: 0;
  right: 0;
  z-index: -1;
}
.sign_left .round {
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: rgba(14, 13, 13, 0.08);
  left: -150px;
  bottom: -60px;
  z-index: -1;
}
@media (max-width: 600px) {
  .sign_left .round {
    width: 320px;
    height: 320px;
    left: 0;
  }
}
.sign_left h2 {
  color: var(--secondary);
  font-size: 36px;
  line-height: 44px;
}

.signup_left {
  background: #795fee;
}
.signup_left .middle {
  top: 50%;
  margin-top: -150px;
}

.sign_right {
  width: calc(50% + 360px);
  flex: 1;
  display: flex;
  align-items: center;
}

.sign_inner {
  max-width: 520px;
  margin: 0 auto;
}
.sign_inner h3 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 12px;
}
.sign_inner p {
  font-size: 14px;
}
.sign_inner p a {
  color: var(--secondary);
  font-weight: 500;
}
.sign_inner .btn-google {
  box-shadow: 0 4px 10px 0 rgba(4, 73, 89, 0.06);
  border-radius: 6px;
  border: 1px solid var(--black-50);
  font-size: 14px;
  color: var(--black-600);
  padding: 8px 27px;
  display: inline-block;
  margin-top: 20px;
}
.sign_inner .btn-google img {
  vertical-align: inherit;
  padding-right: 8px;
}
.sign_inner .btn-google:hover {
  box-shadow: none;
}
.sign_inner .divider {
  border-bottom: 1px solid var(--black-50);
  position: relative;
  margin-bottom: 30px;
  margin-top: 36px;
}
.sign_inner .divider .or-text {
  font-size: 16px;
  color: var(--secondary);
  position: absolute;
  top: -14px;
  padding: 0 10px;
  background: var(--bs-white);
  display: inline-block;
  left: 50%;
  margin-left: -21px;
}

.login_form .form-group {
  margin-bottom: 30px;
  position: relative;
}
.login_form .form-group .small_text {
  color: var(--secondary);
  margin-bottom: 5px;
}
.login_form .form-group .form-control {
  border-radius: 6px;
  background-color: var(--bs-white);
  border: 1px solid var(--black-50);
  font-size: 14px;
  color: var(--secondary);
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  padding: 2px 30px 0;
  transition: all 0.2s linear;
}
.login_form .form-group .form-control:focus {
  box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
}
.login_form .form-group .check_box {
  margin-top: -10px;
}
.login_form .form-group .check_box input[type=checkbox] {
  position: relative;
  top: 1px;
  width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.login_form .form-group .check_box input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fbfcfd;
  top: 0;
  left: 0;
  border-radius: 2px;
  border: 1px solid #a6abb7;
}
.login_form .form-group .check_box input[type=checkbox]:checked:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  display: block;
  font-size: 10px;
  width: 100%;
  height: 100%;
  font-weight: 900;
  position: absolute;
  top: 0;
  color: var(--secondary);
  text-align: center;
  line-height: 12px;
  left: 1px;
}
.login_form .form-group .l_text {
  font-size: 16px;
  color: var(--black-600);
  padding-left: 20px;
  margin-bottom: 0;
}
.login_form .form-group .l_text span {
  color: var(--secondary);
}
.login_form .form-group .confirm_password {
  position: relative;
}
.login_form .form-group .forget_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 14px;
  color: #a5a9b4;
}
.login_form .thm_btn {
  padding: 11px 24px;
  box-shadow: none;
  background: var(--primary);
}
.login_form .thm_btn:hover {
  box-shadow: 0 20px 30px 0 rgba(255, 215, 0, 0.24);
}

/*================ signup_area css ==============*/
/*================ signin_left css ==============*/
.signin_left {
  background: var(--primary);
}
.signin_left:before {
  content: "";
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(180deg, rgb(16, 179, 214) 0%, rgb(29, 39, 70) 100%);
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.signin_left .round {
  bottom: 100px;
  width: 600px;
  height: 600px;
  left: -50px;
}
@media (max-width: 600px) {
  .signin_left .round {
    width: 320px;
    height: 320px;
    left: 0;
  }
}
.signin_left .middle {
  bottom: 50px;
}
.signin_left .bottom {
  bottom: 100px;
}

/*================ signin_left css ==============*/
.elements_area {
  padding: 100px 0px 80px;
  overflow: hidden;
}

.tab_shortcode {
  margin-bottom: 50px;
}
.tab_shortcode .nav-tabs {
  border: 0;
}
.tab_shortcode .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  color: var(--black-600);
  border-radius: 0;
  padding: 9px 20px;
  background: #f0f2f5;
  border: 0;
  border-left: 1px solid #dbe1e4;
  position: relative;
}
.tab_shortcode .nav-tabs .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 2.1px;
  background: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: width 0.2s linear;
}
.tab_shortcode .nav-tabs .nav-item .nav-link.active {
  background: var(--bs-white);
  color: var(--black-900);
}
.tab_shortcode .nav-tabs .nav-item .nav-link.active:before {
  opacity: 1;
  width: 100%;
}
.tab_shortcode .nav-tabs .nav-item:last-child .nav-link {
  border-right: 1px solid #dbe1e4;
}
.tab_shortcode .tab-content {
  color: var(--black-600);
  padding: 25px 30px;
  border: 1px solid #dbe1e4;
  border-radius: 5px;
  border-top-left-radius: 0;
}

/*============== shortcode_info css =========*/
.v_menu {
  border-bottom: 1px solid var(--black-50);
  padding-bottom: 20px;
  padding-top: 5px;
  margin-bottom: 20px;
  margin-left: -20px;
}
.v_menu .nav-item {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 5px;
}
.v_menu .nav-item .nav-link {
  font-size: 16px;
  color: var(--black-900);
  transition: all 0.2s linear;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.v_menu .nav-item .nav-link span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--black-50);
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin-right: 10px;
  transition: all 0.2s linear;
  position: relative;
  top: -2px;
}
.v_menu .nav-item .nav-link.active, .v_menu .nav-item .nav-link:hover {
  color: var(--primary);
  border: 0;
  background: transparent;
}
.v_menu .nav-item .nav-link.active span, .v_menu .nav-item .nav-link:hover span {
  background: var(--primary);
  color: var(--bs-white);
}

.process_tab_shortcode .version {
  background: #f8fafb;
  padding: 30px;
  font-size: 15px;
  margin-bottom: 28px;
}
.process_tab_shortcode .version p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #6b707f;
}
.process_tab_shortcode .version p:last-child {
  margin-bottom: 0;
}
.process_tab_shortcode .version .v_head {
  padding-bottom: 24px;
}
.process_tab_shortcode .version .v_middle p {
  margin-bottom: 0;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .process_tab_shortcode .version .v_middle p {
    word-break: break-all;
  }
}
.process_tab_shortcode .version .v_middle p .red {
  color: #f12249;
}
.process_tab_shortcode .version .v_middle p .green {
  color: #11c52f;
}
.process_tab_shortcode .version .v_footer {
  padding-top: 25px;
}
.process_tab_shortcode .version .v_footer p {
  margin-bottom: 0;
}

.process_tab_shortcode {
  position: relative;
  overflow: hidden;
}
.process_tab_shortcode .previous,
.process_tab_shortcode .next {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  padding: 0;
  border-radius: 0;
  background: #e1ebf0;
  border: 0;
  color: var(--black-600);
  outline: none;
  box-shadow: none;
  transition: all 0.4s linear;
  height: 32px;
  width: 19px;
  text-align: center;
}
.process_tab_shortcode .previous:focus,
.process_tab_shortcode .next:focus {
  outline: none;
  box-shadow: none;
}
.process_tab_shortcode .previous:hover,
.process_tab_shortcode .next:hover {
  outline: none;
  box-shadow: none;
  background: var(--primary);
  color: #fff;
}
.process_tab_shortcode .next {
  right: -30px;
  border-radius: 5px 0 0 5px;
}
.process_tab_shortcode .previous {
  left: -30px;
  border-radius: 0 5px 5px 0;
}
.process_tab_shortcode:hover .next {
  right: 0;
}
.process_tab_shortcode:hover .previous {
  left: 0;
}

/*=========== toggle_shortcode css ========*/
.toggle_shortcode {
  padding-bottom: 60px;
}

.toggle_btn {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--black-900);
  background: var(--black-50);
  text-align: left;
  border-radius: 4px;
  padding: 12px 30px;
  position: relative;
}
.toggle_btn:before {
  content: "C";
  position: absolute;
  font-size: 18px;
  font-family: eleganticons;
  right: 30px;
  transform: rotate(180deg);
  transition: all 0.2s linear;
  color: var(--primary);
}
.toggle_btn.collapsed:before {
  transform: rotate(0deg);
  color: var(--black-900);
}
.toggle_btn:focus {
  color: var(--black-900);
}

.toggle_body {
  border: 1px solid var(--black-50);
  background-color: var(--bs-white);
  padding: 18px 30px 24px 30px;
  border-radius: 0 0 4px 4px;
  line-height: 26px;
}

/*=========== toggle_shortcode css ========*/
/*=========== doc_accordion Shortcode css ========*/
.doc_accordion {
  border: 0;
  margin-bottom: 1rem;
}
.doc_accordion:last-child {
  margin-bottom: 0;
}
.doc_accordion .card-header {
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
}
.doc_accordion .card-header button {
  padding: 12px 30px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: left;
  width: 100%;
  font-size: 16px;
  color: var(--primary);
  font-weight: 500;
  background: var(--black-50);
  text-decoration: none;
  position: relative;
}
.doc_accordion .card-header button i,
.doc_accordion .card-header button svg {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  transition: all 0.2s linear;
}
.doc_accordion .card-header button i + i, .doc_accordion .card-header button i + svg,
.doc_accordion .card-header button svg + i,
.doc_accordion .card-header button svg + svg {
  display: block;
}
.doc_accordion .card-header button.collapsed {
  color: var(--black-900);
  border-radius: 4px;
}
.doc_accordion .card-header button.collapsed i,
.doc_accordion .card-header button.collapsed svg {
  display: block;
  color: var(--black-900);
}
.doc_accordion .card-header button.collapsed i + i, .doc_accordion .card-header button.collapsed i + svg,
.doc_accordion .card-header button.collapsed svg + i,
.doc_accordion .card-header button.collapsed svg + svg {
  display: none;
}
.doc_accordion .card-header button:focus {
  outline: none;
  box-shadow: none;
}

/*=========== doc_accordion Shortcode css ========*/
/*=========== message_alert Shortcode css ========*/
.message_alert {
  border: 1px solid #e5e9eb;
  border-radius: 4px;
  background: #fafcfd;
  padding: 32px 40px 30px;
  margin-bottom: 20px;
  display: flex;
}
.message_alert i {
  font-size: 24px;
  color: #abb0c0;
  margin-right: 25px;
}
.message_alert h5 {
  font-size: 16px;
  color: #202124;
  font-weight: 500;
  margin-bottom: 12px;
}
.message_alert p {
  margin-bottom: 0;
}
.message_alert .close {
  position: absolute;
  right: 14px;
  top: 12px;
  font-size: 24px;
  opacity: 1;
  border: 0px;
  background: transparent;
  padding: 0px;
}
.message_alert .close i {
  margin-right: 0;
}

.alert-danger {
  background: #fff3f4;
  border-color: #fbadb3;
}
.alert-danger i,
.alert-danger h5 {
  color: #fa303e;
}

.alert-success {
  background: #f1fdf3;
  border-color: #94e3a1;
}
.alert-success i,
.alert-success h5 {
  color: #10d631;
}

.alert-warning {
  background: #fefbf1;
  border-color: #f2dca0;
}
.alert-warning i,
.alert-warning h5 {
  color: #f6ba18;
}

.alert-info {
  background: #f1fbfd;
  border-color: #a0e3f2;
}
.alert-info i,
.alert-info h5 {
  color: #4c4cf1;
}

/*=========== message_alert Shortcode css ========*/
/*=========== notice Shortcode css ========*/
.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;
  }
}
.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;
}

/* Data Table Area css
============================================================================================ */
.data_table_area .dataTables_length {
  margin-top: 15px;
  margin-bottom: 15px;
}
.data_table_area .dataTables_length label {
  color: var(--black-900);
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}
.data_table_area .dataTables_length .mdb-select {
  height: 30px;
  width: 80px;
  border: 1px solid var(--black-50);
  color: var(--black-500);
}
.data_table_area .dataTables_filter {
  margin-top: 0;
  margin-bottom: 15px;
}
.data_table_area .dataTables_filter input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.data_table_area .dataTables_filter input[type=search]:focus {
  border-bottom: 1px solid #4c4cf1;
  -webkit-box-shadow: 0 1px 0 0 #4c4cf1;
  box-shadow: 0 1px 0 0 #4c4cf1;
}
.data_table_area .table.dataTable {
  border: 1px solid var(--black-50);
}
.data_table_area .table.dataTable thead tr {
  background: #f7f8f9;
  border-bottom: none;
}
.data_table_area .table.dataTable thead tr th {
  border: none;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}
.data_table_area .table.dataTable thead tr th[aria-sort=ascending]:after {
  color: var(--black-900);
}
.data_table_area .table.dataTable thead tr th[aria-sort=descending]:before {
  color: var(--black-900);
}
.data_table_area .table.dataTable thead tr th[aria-sort=descending]:after {
  color: rgba(0, 0, 0, 0.4);
}
.data_table_area .table.dataTable tbody tr td {
  border-top: 1px solid var(--black-50);
  font-weight: 400;
  font-size: 14px;
  color: var(--black-600);
  white-space: nowrap;
}
.data_table_area .dataTables_info {
  font-weight: 400;
  color: var(--black-600);
  margin-top: 4px;
}
.data_table_area .dataTables_paginate {
  justify-content: flex-end;
  margin-bottom: 0;
  margin-top: 10px;
}
.data_table_area .dataTables_paginate .paginate_button {
  margin-right: 5px;
  padding: 0;
  height: 32px;
  width: 32px;
  border: 1px solid transparent !important;
  box-sizing: border-box;
  color: #54595d;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 31px;
  outline: none;
  box-shadow: none;
  background: transparent !important;
  border-radius: 3px !important;
}
.data_table_area .dataTables_paginate .paginate_button.previous {
  margin-right: 15px;
  width: auto;
  border: none !important;
}
.data_table_area .dataTables_paginate .paginate_button.next {
  margin-right: 0;
  margin-left: 10px;
  width: auto;
  border: none !important;
}
.data_table_area .dataTables_paginate .paginate_button:hover {
  border-color: #e6edf0 !important;
  background: transparent;
  color: #54595d !important;
}
.data_table_area .dataTables_paginate .paginate_button.current {
  box-shadow: none !important;
  background: var(--primary) !important;
  color: #fff !important;
  border-color: var(--primary) !important;
}

/*=========== table Shortcode css ========*/
.table_shortcode thead {
  background: #141416;
}
.table_shortcode thead th {
  padding: 20px 25px;
  border: 0;
}
.table_shortcode th,
.table_shortcode td {
  border: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
}
.table_shortcode th {
  font-weight: 500;
}
.table_shortcode tbody tr {
  background: var(--black-50);
}
.table_shortcode tbody tr th {
  background: #1a1a1a;
}
.table_shortcode tbody tr td,
.table_shortcode tbody tr th {
  padding: 12px 25px;
}
.table_shortcode tbody tr td {
  color: #6b707f;
}
.table_shortcode tbody tr:nth-child(odd) {
  background: var(--bs-white);
}

.basic_table {
  padding-top: 45px;
}
.basic_table .s_title {
  margin-bottom: 10px;
}
.basic_table p {
  margin-bottom: 25px;
}

.basic_table_info {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border: 1px solid #f1f2f3;
}
.basic_table_info thead th {
  border: 0;
}
.basic_table_info tbody tr th,
.basic_table_info tbody tr td {
  border-color: #eaeff4;
}
.basic_table_info.table-hover tbody tr {
  transition: all 0.3s linear;
}
.basic_table_info.table-hover tbody tr:hover {
  background: var(--primary);
  color: #fff;
}

/*=========== table Shortcode css ========*/
/* Hotspot Area css
============================================================================================ */
/*=========== image_pointer Shortcode css ========*/
.image_pointer .pointing_img {
  padding-bottom: 20px;
}
.image_pointer .pointing_img img {
  max-width: 100%;
  box-shadow: 0 20px 50px 0 rgba(4, 73, 89, 0.1);
}
.image_pointer .pointing_img h6 {
  margin-top: 35px;
}
.image_pointer .pointing_img h6 a {
  color: var(--primary);
}

.modal-open {
  padding-right: 0 !important;
}

.modal-backdrop {
  background: #fff;
}

.img_modal {
  background: #fff;
  padding-right: 0 !important;
  box-shadow: 0 4px 14px 0 rgba(4, 73, 89, 0.08);
}
.img_modal img {
  box-shadow: 0 30px 80px 0 rgba(4, 73, 89, 0.12);
}
.img_modal .close {
  font-size: 30px;
  padding-right: 25px;
  padding-top: 25px;
  opacity: 1;
  color: #6b707f;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  z-index: 3;
}
.img_modal.fade .pointing_img_container {
  max-width: 1170px;
  margin: 0rem auto;
  padding: 80px 0;
  height: 100%;
  display: flex;
  align-items: center;
  transform: translate(0, 0);
}
.img_modal.fade .pointing_img_container .modal-content {
  border: 0;
  padding: 0;
}
.img_modal.fade .pointing_img_container .modal-content img {
  max-width: 100%;
}

.img_pointing {
  width: 10px;
  height: 10px;
  background: #a54ffe;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}
.img_pointing:before, .img_pointing:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: #a54ffe;
}
.img_pointing:before {
  transform: scale(2.1);
  opacity: 0.3;
}
.img_pointing:after {
  transform: scale(3);
  opacity: 0.2;
}
.img_pointing .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(165, 79, 254, 0.9);
  animation: pulse1 3s infinite;
  transform: translate(-50%, -50%);
  animation-delay: 1.5s;
  will-change: transform;
}

.img_pointing_content {
  padding: 25px;
}
.img_pointing_content p {
  font-size: 14px;
  line-height: 22px;
  color: #6b707f;
  margin-bottom: 0;
}
.img_pointing_content p span {
  color: var(--black-900);
}
.img_pointing_content p + p {
  margin-top: 15px;
}

.pointing_img_two {
  position: relative;
  margin-bottom: 60px;
}
.pointing_img_two img {
  box-shadow: 0 20px 50px 0 rgba(4, 73, 89, 0.1);
}

/*=========== image_pointer Shortcode css ========*/
.pointing_img_container .divs {
  visibility: hidden;
  height: 0;
}
.pointing_img_container .nav.list > li {
  position: absolute;
  top: 0;
}
.pointing_img_container .nav.list > li.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.pointing_img_container .nav.list > li .dropdown-menu {
  display: block;
  top: 0;
  left: 0;
  transform: translate(0);
  position: absolute;
  max-width: 500px;
  border-radius: 10px;
  min-width: 400px;
  background: #f9fbfc;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
  border: 1px solid var(--black-50);
  z-index: 30;
}
@media (max-width: 767px) {
  .pointing_img_container .nav.list > li .dropdown-menu {
    max-width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 576px) {
  .pointing_img_container .nav.list > li .dropdown-menu {
    max-width: 200px;
    min-width: 200px;
  }
}
.pointing_img_container .nav.list > li .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 16px 9px 0;
  border-color: transparent var(--bs-white) transparent transparent;
  position: absolute;
  left: -16px;
  top: 30px;
  z-index: 1;
}
.pointing_img_container .nav.list > li .dropdown-menu::after {
  content: "";
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 9px 16px 9px 0;
  border-color: transparent var(--bs-white) transparent transparent;
  position: absolute;
  left: -21px;
  top: 30px;
}
.pointing_img_container .nav.list > li .dropdown-menu .text_part {
  padding-top: 27px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  background: var(--bs-white);
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .pointing_img_container .nav.list > li .dropdown-menu .text_part {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
.pointing_img_container .nav.list > li .dropdown-menu .text_part .close_btn {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .pointing_img_container .nav.list > li .dropdown-menu .text_part .close_btn {
    right: 10px;
  }
}
.pointing_img_container .nav.list > li .dropdown-menu .text_part h4 {
  font-size: 24px;
  color: var(--secondary);
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .pointing_img_container .nav.list > li .dropdown-menu .text_part h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .pointing_img_container .nav.list > li .dropdown-menu .text_part h4 {
    font-size: 18px;
  }
}
.pointing_img_container .nav.list > li .dropdown-menu .text_part h4 span {
  color: #6b707f;
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px;
}
.pointing_img_container .nav.list > li .dropdown-menu .text_part p {
  font-size: 16px;
  line-height: 26px;
  color: var(--black-600);
  max-width: 340px;
}
@media (max-width: 767px) {
  .pointing_img_container .nav.list > li .dropdown-menu .text_part p {
    font-size: 14px;
  }
}
.pointing_img_container .nav.list > li .dropdown-menu .prev {
  border-bottom-left-radius: 10px;
}
.pointing_img_container .nav.list > li .dropdown-menu .next {
  border-bottom-right-radius: 10px;
}
.pointing_img_container .nav.list > li .dropdown-menu .prev,
.pointing_img_container .nav.list > li .dropdown-menu .next {
  background: var(--primary);
  color: var(--black-900);
  text-align: center;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 19px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pointing_img_container .nav.list > li .dropdown-menu .prev,
  .pointing_img_container .nav.list > li .dropdown-menu .next {
    padding: 0px;
  }
}
.pointing_img_container .nav.list > li .dropdown-menu .bullets_pointing {
  background: #1d3846;
  height: 50px;
  margin-left: -30px;
  margin-right: -30px;
}
.pointing_img_container .nav.list > li .dropdown-menu .bullets_pointing .nav {
  padding: 21px 0;
}
.pointing_img_container .nav.list > li .dropdown-menu .bullets_pointing .nav li {
  height: 8px;
  width: 8px;
  border: 1px solid #3b6980;
  border-radius: 50%;
  margin-right: 26px;
  position: relative;
}
.pointing_img_container .nav.list > li .dropdown-menu .bullets_pointing .nav li:before {
  content: "";
  width: 26px;
  height: 1px;
  background: #3b6980;
  position: absolute;
  left: 7px;
  top: 3px;
}
.pointing_img_container .nav.list > li .dropdown-menu .bullets_pointing .nav li:last-child {
  margin-right: 0;
}
.pointing_img_container .nav.list > li .dropdown-menu .bullets_pointing .nav li:last-child:before {
  display: none;
}
.pointing_img_container .nav.list > li:nth-child(1) {
  z-index: 5;
  top: 48px;
  left: 158px;
}
@media (max-width: 767px) {
  .pointing_img_container .nav.list > li:nth-child(1) {
    left: 25px;
  }
}
.pointing_img_container .nav.list > li:nth-child(1) .dropdown-menu {
  left: 35px !important;
  top: -38px !important;
}
.pointing_img_container .nav.list > li:nth-child(1).active .dropdown-menu {
  left: 43px !important;
  transition: all 0.3s;
}
.pointing_img_container .nav.list > li:nth-child(1).active .bullets_pointing .nav li:first-child {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 8px #ffffff;
}
.pointing_img_container .nav.list > li:nth-child(2) {
  right: 128px;
  top: 80px;
  left: auto;
  z-index: 4;
}
.pointing_img_container .nav.list > li:nth-child(2) .dropdown-menu {
  left: auto !important;
  top: -35px !important;
  right: 26px;
}
.pointing_img_container .nav.list > li:nth-child(2) .dropdown-menu:before {
  left: auto;
  right: -16px;
  transform: rotate(180deg);
}
.pointing_img_container .nav.list > li:nth-child(2).active .dropdown-menu {
  right: -172px;
  transition: all 0.3s;
}
.pointing_img_container .nav.list > li:nth-child(2).active .bullets_pointing .nav li:nth-child(2) {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 8px #ffffff;
}
.pointing_img_container .nav.list > li:nth-child(3) {
  top: 34%;
  left: 55%;
  z-index: 3;
  transform: translateX(-50%) translateY(50%);
}
.pointing_img_container .nav.list > li:nth-child(3) .dropdown-menu {
  left: auto !important;
  top: -35px !important;
  right: 26px;
}
.pointing_img_container .nav.list > li:nth-child(3) .dropdown-menu:before {
  left: auto;
  right: -20px;
  transform: rotate(180deg);
}
.pointing_img_container .nav.list > li:nth-child(3).active .dropdown-menu {
  right: 34px;
  transition: all 0.3s;
}
.pointing_img_container .nav.list > li:nth-child(3).active .bullets_pointing .nav li:nth-child(3) {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 8px #ffffff;
}
.pointing_img_container .nav.list > li:nth-child(4) {
  top: 51%;
  left: 75px;
  z-index: 2;
  transform: translateX(0%) translateY(50%);
}
.pointing_img_container .nav.list > li:nth-child(4) .dropdown-menu {
  left: 39px !important;
  top: -37px !important;
}
.pointing_img_container .nav.list > li:nth-child(4).active .dropdown-menu {
  left: 46px !important;
  transition: all 0.3s;
}
.pointing_img_container .nav.list > li:nth-child(4).active .bullets_pointing .nav li:nth-child(4) {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 8px #ffffff;
}
.pointing_img_container .nav.list > li.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.blur nav {
  filter: blur(6px);
}
.blur .doc_banner_area.search-banner-light {
  filter: blur(6px);
}
.blur .breadcrumb_link {
  filter: blur(6px);
}
.blur .doc_mobile_menu {
  filter: blur(6px);
}
.blur .shortcode_title {
  filter: blur(6px);
}
.blur .image_pointer {
  filter: blur(6px);
}
.blur .shortcode_info footer {
  filter: blur(6px);
}
.blur .forum_footer_area {
  filter: blur(6px);
}

/* End Hotspot Area css
============================================================================================ */
/*=========== lightbox Shortcode css ========*/
.lightbox_shortcode {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 730px;
}
.lightbox_shortcode img {
  background-color: rgb(240, 242, 245);
  box-shadow: 0 4px 14px 0 rgba(4, 73, 89, 0.08);
  max-width: 100%;
}

.img_popup {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 52px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(29, 39, 70, 0.5);
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
}
.img_popup i {
  margin-left: -2px;
}
.img_popup:hover, .img_popup:focus {
  background: var(--bs-white);
  color: var(--black-900);
  box-shadow: 4px 15px 34px 2px rgba(4, 73, 89, 0.2);
}

button.mfp-close {
  font-size: 30px;
  color: #6b707f;
  right: 10px;
  top: 5px;
}

.mfp-bg {
  background: #fff;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
  padding: 0;
}

.mfp-with-zoom .mfp-container {
  transform: scale(0);
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
  transform: scale(1);
  background: var(--bs-white);
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;
}

.mfp-figure:after {
  background-color: rgb(236, 239, 244);
  box-shadow: 0 20px 80px 0 rgba(4, 73, 89, 0.12);
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*=========== lightbox Shortcode css ========*/
/*========== cheatsheet_info css =========*/
.cheatsheet_info + .cheatsheet_info {
  margin-top: 30px;
}

.cheatsheet_accordian .card {
  border: 0;
  padding: 0;
  overflow: visible;
  margin-top: 10px;
  background: transparent;
}
.cheatsheet_accordian .card .card-header {
  padding: 0;
  border: 0;
  background: transparent;
}
.cheatsheet_accordian .card .card-header button {
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  background: transparent;
  color: var(--black-900);
  text-decoration: none;
}
.cheatsheet_accordian .card .card-header button:focus {
  box-shadow: none;
}
.cheatsheet_accordian .card .card-header button .minus {
  display: inline-block;
}
.cheatsheet_accordian .card .card-header button .pluse {
  display: none;
}
.cheatsheet_accordian .card .card-header button.collapsed .pluse {
  display: inline-block;
}
.cheatsheet_accordian .card .card-header button.collapsed .minus {
  display: none;
}

.cheatsheet_item {
  text-align: left;
  padding: 20px 20px 30px;
  margin-bottom: 30px;
  transition: all 0.3s linear;
  background: var(--bs-white);
}
@media (max-width: 1199px) {
  .cheatsheet_item {
    padding: 16px 15px 20px;
  }
}
.cheatsheet_item:hover {
  box-shadow: 0 20px 27px 0 rgba(4, 73, 89, 0.08);
}
.cheatsheet_item .cheatsheet_num {
  text-align: right;
}
.cheatsheet_item p {
  margin-bottom: 0;
}
.cheatsheet_item h5 {
  margin-bottom: 0;
  color: var(--primary);
}

/** === List Style === **/
.steps-panel {
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
  border: 1px solid #e5ebef;
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 2px;
}

ul.ordered-list li::before {
  content: "h";
  font-family: "ElegantIcons";
  font-size: 10px;
}

.ordered-list {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin: 20px 0;
}
.ordered-list::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #c4cdd5;
}
.ordered-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 16px 0;
  position: relative;
  padding-left: 35px;
  counter-increment: a;
}
.ordered-list li::before {
  content: counter(a);
  position: absolute;
  color: var(--black-900);
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 12px;
  background-color: var(--primary);
  text-align: center;
  line-height: 23px;
  top: -4px;
  left: -4px;
  border: 5px solid var(--bs-white);
}

.direction_steps {
  display: inline-flex;
  align-items: center;
}

.direction_step {
  padding: 0 8px;
  font-size: 13px;
  border-radius: 4px;
  background: rgba(255, 215, 0, 0.8);
  color: var(--black-900);
  position: relative;
  line-height: 20px;
}
.direction_step + .direction_step {
  margin-left: 28px;
}
.direction_step + .direction_step:before {
  content: "$";
  font-family: eleganticons;
  position: absolute;
  left: -22px;
  color: rgba(127, 130, 248, 0.8);
}

/*==============typography_area css ================*/
.typography_area {
  padding: 115px 0 120px;
}

.heading_content .t_title {
  color: var(--black-900);
  margin-bottom: 0;
  padding-bottom: 20px;
}
.heading_content .bold, .heading_content .medium, .heading_content .regular {
  margin-bottom: 22px;
  line-height: 1;
}

.typography_preview {
  margin-top: 30px;
}

.typography_underline h4 {
  margin-bottom: 35px;
}

.highlight_text, .typography_underline {
  padding-right: 100px;
  margin-top: 85px;
}

.highlight_text h5 {
  margin-bottom: 30px;
}
.highlight_text span {
  display: inline-block;
  padding: 0 6px;
}
.highlight_text .h_black {
  background: #222d39;
  color: #fff;
}
.highlight_text .h_green {
  background: #15e18d;
  color: #fff;
}
.highlight_text .h_blue {
  background: #2cabed;
  color: #fff;
}
.highlight_text p .tooltips_one {
  color: #4b5ffa;
}
.highlight_text p .tooltips_two {
  color: #ef971a;
}

.tooltip_blue .arrow:before {
  border-top-color: #4b5ffa;
}
.tooltip_blue.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #4b5ffa;
}
.tooltip_blue .tooltip-inner {
  background: #4b5ffa;
}

.tooltip_danger.show {
  opacity: 1;
}

.tooltip_danger {
  opacity: 1;
}
.tooltip_danger .arrow:before {
  border-top-color: #ef971a;
}
.tooltip_danger.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #ef971a;
}
.tooltip_danger .tooltip-inner {
  background: #ef971a;
}

.dropcap_content p span {
  float: left;
  font-size: 54px;
  margin-right: 10px;
  color: #fc5bc1;
  font-weight: 700;
  line-height: 55px;
}
.dropcap_content p .r_dropcap {
  background: #13c5bf;
  border-radius: 4px;
  color: #fff;
  padding: 0 6px;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 10px;
}

.typography_list h5, .dropcap_content h5 {
  margin-bottom: 30px;
}

.typography_list ul li a, .typography_list ol li a {
  font-size: 15px;
  line-height: 34px;
  color: var(--black-600);
  font-weight: 400;
}
.typography_list ol {
  padding-left: 15px;
}
.typography_list ol li ol {
  padding-left: 30px;
}
.typography_list .unorderlist li {
  position: relative;
  padding-left: 14px;
}
.typography_list .unorderlist li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a7acbd;
  position: absolute;
  left: 0;
  top: 14px;
}
.typography_list .unorderlist li ul {
  padding-left: 10px;
}

.blockquote_inner {
  margin-top: 85px;
}
.blockquote_inner h6 {
  color: var(--black-600);
  margin-bottom: 0;
}

.blockquote {
  background: var(--bs-white);
  padding: 0 0 0 40px;
  border-color: #1d2746;
  border-width: 2px;
  margin-bottom: 55px;
}
.blockquote:before, .blockquote:after {
  display: none;
}
.blockquote p {
  font-size: 18px;
  font-style: italic;
  color: var(--black-400);
  line-height: 30px;
}

.blockquote_two {
  padding: 14px 40px 26px 140px;
  border: 0;
  position: relative;
  margin-top: 25px;
}
.blockquote_two:before, .blockquote_two:after {
  display: none;
}
.blockquote_two span {
  background: var(--black-50);
  padding: 0 4px;
}
.blockquote_two .quote_icon {
  font-size: 150px;
  color: #d3d6e1;
  position: absolute;
  transform: rotate(180deg);
  top: 18px;
  background: transparent;
  left: 40px;
  line-height: 155px;
}
.blockquote_two h5 {
  font-size: 22px;
  line-height: 40px;
  font-style: italic;
  font-weight: 400;
  color: var(--black-600);
}

.button_inner {
  margin-top: 60px;
}
.button_inner h4 {
  margin-bottom: 50px;
  padding-top: 30px;
}
.button_inner h6 {
  color: var(--black-600);
  font-weight: 400;
}
.button_inner .button_inner_one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 50px;
  border-bottom: 1px solid #e6eeef;
}
.button_inner:last-child .button_inner_one {
  border: 0;
  padding-bottom: 0;
}

.btn_small {
  padding: 0 16px;
}

.btn_small_two {
  padding: 8px 29px;
}

.doc_border_btn_two, .btn_small_three {
  padding: 10px 47px;
}

.btn_bg {
  padding: 15px 78px;
}

.btn_radious_none {
  border-radius: 0;
  padding: 10px 68px;
}

.btn_radious_45 {
  border-radius: 45px;
  padding: 5px 28px;
}

.action_btn.btn_small, .action_btn.btn_small_two, .action_btn.btn_small_three, .action_btn.btn_bg, .action_btn.btn_radious_none, .action_btn.btn_radious_45 {
  box-shadow: none;
  border: 2px solid var(--primary);
  transition: all 0.3s linear;
}
.action_btn.btn_small:hover, .action_btn.btn_small_two:hover, .action_btn.btn_small_three:hover, .action_btn.btn_bg:hover, .action_btn.btn_radious_none:hover, .action_btn.btn_radious_45:hover {
  box-shadow: 0px 12px 12px rgba(255, 215, 0, 0.18);
  border-color: rgba(255, 215, 0, 0.3);
}

.icon_btn {
  border: 2px solid rgba(255, 215, 0, 0.3);
  margin-left: 0;
  background: rgba(255, 215, 0, 0.05);
}
.icon_btn i {
  padding-right: 7px;
}
.icon_btn:hover {
  border-color: var(--primary);
}

.arrow_btn_medium {
  padding: 13px 28px;
}

.arrow_btn_big {
  padding: 18px 44px;
  font-size: 18px;
}
.arrow_btn_big i {
  font-size: 28px;
  padding-left: 12px;
}

.arrow_btn_small {
  padding: 15px 37px;
}

.arrow_btn_small_two {
  padding: 10px 23px;
}

.dropcap_inner {
  padding: 50px 0;
}

/*==============typography_area css ================*/
/*==============action_area_three css ================*/
/*==============action_area_three css ================*/
body.body_dark {
  --brand_color: #3577f1 !important;
  --bs-white: #2c303a !important;
  --p_color: #c3c3c3 !important;
  --black-900: #f8f8f8 !important;
  --black-800: #f1f1f1 !important;
  --black-700: #e1e1e1 !important;
  --black-600: #bebebe !important;
  --black-500: #b9b9b9 !important;
  --black-400: #a2a2a2 !important;
  --black-150: rgba(255, 255, 255, 0.3) !important;
  --black-100: #d6d9dc !important;
  --black-50: #494949 !important;
  --black-25: #383838 !important;
  --theme-black-900: #f8f8f8 !important;
  --theme-black-800: #f1f1f1 !important;
  --theme-black-700: #e1e1e1 !important;
  --theme-black-600: #bebebe !important;
  --theme-black-500: #b9b9b9 !important;
  --theme-black-400: #a2a2a2 !important;
  --theme-black-150: rgba(255, 255, 255, 0.3) !important;
  --theme-black-100: #d6d9dc !important;
  --theme-black-50: #494949 !important;
  --theme-black-25: #383838 !important;
  --secondary: #f1f1f1;
  --body-bg: #131417 !important;
}

body.body_dark .header-menu.navbar_fixed,
body.body_dark .header-menu-2 {
  background: #171544;
  box-shadow: 0 0 15px 0 #000;
}

body.body_dark .noUi-connects {
  background-color: var(--theme-black-50);
}

body.body_dark .header-menu.navbar_fixed .sticky_logo .sticky {
  display: none !important;
}

body.body_dark .header-menu.navbar_fixed .sticky_logo .main {
  display: block !important;
}

body.body_dark .header-menu-2 .sticky_logo .sticky {
  display: none !important;
}

body.body_dark .header-menu-2 .sticky_logo .main {
  display: block !important;
}

body.body_dark .footer-area-3 .dark {
  display: none !important;
}

body.body_dark .footer-area-3 .light {
  display: block !important;
}

body.body_dark .header-menu-black .sticky_logo .main {
  display: block;
}

body.body_dark .header-menu-black .sticky_logo .sticky {
  display: none;
}

body.body_dark .nice-select .list {
  background: #2c303a !important;
}

body.body_dark .team-leader-item .team-social-link ul li a i {
  color: #f1f1f1;
}

body.body_dark .article-area,
body.body_dark .cities-area-2,
body.body_dark .listing-page-area .pages-contant .pagi-content,
body.body_dark .business-process-area,
body.body_dark .feature-jobs,
body.body_dark .history-area,
body.body_dark .team-leader-area,
body.body_dark .award-item-area,
body.body_dark .explore-2-area,
body.body_dark .news-area,
body.body_dark .footer-area-3,
body.body_dark .company-info-area .images-upload .upload-tabs .active,
body.body_dark .listing-page-area .pages-contant .pages-btn .l-btn input:checked ~ label,
body.body_dark .about-tabs-area .reviews-item .modal-btn,
body.body_dark .explore-area,
body.body_dark .support-area,
body.body_dark .blog-area .pagi-content,
body.body_dark .doc_blog_grid_area,
body.body_dark .elements_area,
body.body_dark .typography_area,
body.body_dark .sign_right,
body.body_dark .gm-style .place-card-large,
body.body_dark .es-list li.selected,
body.body_dark .faq-area {
  background: #242729 !important;
}

body.body_dark .nice-select {
  background-color: #242729;
  border-color: var(--black-50);
}

body.body_dark .tab_shortcode .nav-tabs .nav-item .nav-link {
  background: #1f3341;
  border-color: #384c59;
}

body.body_dark .tab_shortcode .tab-content,
body.body_dark .version {
  border: 1px solid #384c59;
  background: #1f3341;
}

body.body_dark table.dataTable tbody tr {
  background-color: #2c303a;
}

body.body_dark .data_table_area .table.dataTable thead tr {
  background-color: #2f3337;
  color: #fff;
}

body.body_dark .right-contant .cta-search .form-control {
  border-color: var(--black-50);
}

body.body_dark .form-check-input {
  background-color: #494949;
}

body.body_dark .iti__country-list {
  background: #2c303a;
  border: 1px solid var(--black-50);
}

body.body_dark .job-description-widget .single-description-para.border-top {
  border-top: 1px solid var(--black-50) !important;
}

body.body_dark .nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: rgba(213, 216, 220, 0.4);
}

.js-darkmode-btn {
  position: relative;
  background: #1d2746;
  color: gold;
  border-radius: 50px;
  padding: 0 5px;
  margin-left: 15px;
  margin-top: 13px;
  height: 26px;
}

.js-darkmode-btn label {
  margin: 0;
  cursor: pointer;
}
.js-darkmode-btn label:hover {
  color: gold;
}

.js-darkmode-btn .ball {
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #fafafa;
  border-radius: 50%;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
  transition: all 0.3s linear 0s;
}

.js-darkmode-btn ion-icon {
  color: gold;
  font-size: 14px;
}

.js-darkmode-btn input {
  display: none;
}

/**=== Common Style ===**/
body {
  line-height: 1.8rem;
}

.blog-single-banner {
  padding-top: 200px;
}

.blog-single-banner .banner-title {
  line-height: 1.3;
  margin-bottom: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #000000;
}

b, strong {
  font-weight: 600;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  color: var(--secondary-color);
}

textarea:focus,
input:focus,
input.form-control:focus,
button:focus,
:focus {
  outline: none;
  box-shadow: none;
}

/** === Scrollbar === **/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 30px;
}

/** === Predefined Global Classes === **/
.h1, h1 {
  font-size: 48px;
}

.h2, h2 {
  font-size: 44px;
}

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

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

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

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

.page_wrapper {
  padding: 100px 0;
  background-color: #f2f4f5;
}

/*=========================================================
=============== Blog List Area ============================
===========================================================*/
.doc_blog_classic_area {
  padding: 120px 0;
  background-color: #f2f4f5;
}

.blog_classic_item .b_top_post_content .post_tag {
  padding-bottom: 10px;
}

.blog_classic_item .b_top_post_content .p_bottom {
  align-items: center;
}

.blog_classic_item .b_top_post_content .p_bottom .learn_btn {
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 500;
}

.blog_classic_item .b_top_post_content .p_bottom .learn_btn:hover {
  color: var(--primary-color);
}

.blog_classic_item .b_top_post_content .post_author {
  padding-top: 0;
  align-items: center;
  display: flex;
}

.blog_classic_item:hover {
  box-shadow: 0 20px 24px 0 rgba(4, 73, 89, 0.1);
}

.doc_blog_top_post {
  border-radius: 6px;
  margin: 0;
}

.doc_blog_top_post .b_top_post_content {
  padding: 26px 40px 30px;
}

.doc_blog_top_post .b_top_post_content .post_tag {
  padding-bottom: 15px;
}

.doc_blog_top_post .b_top_post_content .post_tag a img {
  margin-bottom: 4px;
  margin-right: 2px;
}

.doc_blog_top_post .b_top_post_content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
  transition: color 0.2s linear;
  line-height: 1.3em;
  word-break: break-all;
}

.doc_blog_top_post .b_top_post_content p {
  margin-bottom: 22px;
}

.doc_blog_top_post.sticky {
  background: #edfbfe;
  position: relative;
}

.doc_blog_top_post.sticky .sticky-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  background: var(--primary-color);
  color: #fff;
}

.blog_classic_item {
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.2s linear;
  background-color: #ffffff;
}

.b_top_post_content .post_tag a, .b_top_post_content .post_tag a.c_blue {
  color: var(--black-400);
  margin-top: 0;
  text-decoration: none;
}

.post_tag a + a:before {
  width: unset;
}

.b_top_post_content .post_tag a + a {
  padding-left: 0;
}

.doc_blog_classic_area blockquote {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 50px;
  background-color: #ffffff;
  padding: 50px 40px;
  border-left: 4px solid var(--primary-color);
  border-radius: 6px;
}

.doc_blog_classic_area blockquote .c_head {
  color: #6b707f;
  line-height: 34px;
  margin-bottom: 45px;
  font-size: 20px;
}

.doc_blog_classic_area blockquote a.author {
  font-weight: 500;
  font-size: 16px;
  color: var(--secondary-color);
  margin-top: 0;
}

.blog_link_post {
  background: #ffffff;
  border-left: 4px solid var(--primary-color);
  padding: 45px 40px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 6px;
}

.blog_link_post:before, .blog_link_post:after {
  content: "";
  position: absolute;
}

.blog_link_post:before {
  background: url("../img/blog/icon_01.png") no-repeat;
  top: 5px;
  left: 40px;
  width: 42px;
  height: 41px;
}

.blog_link_post:after {
  background: url("../img/blog/icon_02.png") no-repeat;
  bottom: -35px;
  right: 30px;
  width: 100px;
  height: 100px;
}

.blog_link_post p {
  font-size: 20px;
  color: #6b707f;
  margin-bottom: 0;
  transition: color 0.2s linear;
}

.blog_link_post p:hover {
  color: var(--primary-color);
}

.b_top_post_content .learn_btn i {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  margin-left: 6px;
  transition: all 0.2s linear, color 0s linear;
}

.b_top_post_content .post_author .round_img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.b_top_post_content .post_author .round_img img {
  height: 40px;
  width: auto;
}

.b_top_post_content .post_author .author_text {
  margin-top: 0;
}
.b_top_post_content .post_author .author_text a {
  text-decoration: none;
}

.b_top_post_content .post_author .author_text .author_name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--secondary-color);
}

.b_top_post_content .post_author .author_text .author_name:hover {
  color: var(--primary-color);
}

.b_top_post_content .post_author .author_text .date {
  font-size: 13px;
  color: #6b707f;
}

.blog_classic_item .video_post {
  position: relative;
  z-index: 1;
}

.blog_classic_item .video_post:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(9, 16, 50, 0.2);
  position: absolute;
  z-index: 0;
}

.blog_classic_item .video_icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 20px 40px 0 rgba(1, 16, 58, 0.14);
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  position: absolute;
  transition: all 0.3s linear;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog_classic_item .video_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.2px solid #fff;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  left: 0;
  transform: scale(1.5);
}

.blog_classic_item .video_icon i {
  color: var(--primary-color);
  text-shadow: 0 6px 13px rgba(12, 118, 142, 0.6);
  position: relative;
}

.blog_classic_item .video_icon i:after {
  width: 300%;
  height: 300%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  box-shadow: 0 1px 15px 1px rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-animation: blog_list_pulse 2s infinite;
  -webkit-transform: scale(8);
  -ms-transform: scale(8);
  transform: scale(8);
  animation: blog_list_pulse 2s infinite;
}

/*============ keyframes animation  =============*/
@-webkit-keyframes blog_list_pulse {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes blog_list_pulse {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
/**================ End Blog List Area =============**/
/*============================================================
========================= Pagination =========================
==============================================================*/
.pagination {
  display: block;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  border-radius: 5px;
  background: var(--white);
  padding: 20px;
  margin-top: 40px;
}
.pagination .nav-links .page-numbers {
  border: none;
  padding: 8px 15px;
  background: var(--bs-white);
  color: var(--black-400);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.pagination .nav-links .page-numbers:hover {
  background: #ebebeb;
}
.pagination .nav-links .page-numbers.current {
  z-index: 3;
  color: var(--primary-color);
  background: #202124;
  border-radius: 5px;
  padding: 8px 15px;
}
.pagination .nav-links .page-numbers.dots {
  background-color: transparent;
}

.widget.widget_archive ul li a span,
.widget.widget_categories ul li a span {
  margin-left: 10px;
}

/**================ End Pagination =============**/
/*============================================================
======================= Sidebar Area ========================
==============================================================*/
.sidebar_widget .wp-block-search .wp-block-search__inside-wrapper {
  border: 1px solid #ebebeb;
  background: #ffffff;
  position: relative;
  padding: 0 20px;
  line-height: 60px;
}
.sidebar_widget .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  border: none;
  padding: 0;
  background: transparent;
}
.sidebar_widget .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button svg {
  fill: #909092;
  font-size: 20px;
  transform: rotate(270deg);
}
.sidebar_widget .wp-block-categories li a {
  font-size: 16px;
  font-weight: 400;
  color: #36373a;
  position: relative;
  padding-left: 20px;
}
.sidebar_widget .wp-block-categories li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--black-800);
  position: absolute;
  left: 0;
  top: 6.5px;
}
.sidebar_widget .wp-block-categories li a span {
  padding-left: 10px;
  font-size: 14px;
}
.sidebar_widget .wp-block-latest-posts li {
  margin-bottom: 20px;
  overflow: hidden;
}
.sidebar_widget .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  margin: 0 20px 0 0;
}
.sidebar_widget .wp-block-latest-posts li a {
  color: #202124;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-bottom: 10px;
}
.sidebar_widget .wp-block-latest-posts li a img {
  border-radius: 5px;
}
.sidebar_widget .wp-block-latest-posts li time {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #909092;
}
.sidebar_widget .wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

.sidebar_widget .wp-block-group h1,
.sidebar_widget .wp-block-group h2,
.sidebar_widget .wp-block-group h3,
.sidebar_widget .wp-block-group h4,
.sidebar_widget .wp-block-group h5,
.sidebar_widget .wp-block-group h6,
.sidebar_widget .c_head {
  font-size: 26px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 22px;
  line-height: 1.4em;
}

.sidebar_widget + .sidebar_widget {
  margin-top: 53px;
}

.sidebar_widget > ul.list-unstyled {
  margin-top: -10px;
}

.blog_single_post .has-avatars {
  padding-left: 0;
}

.blog_single_post > ul {
  margin-bottom: 24px;
}

/** === Ol & UL List Styling === **/
.blog_single_post ul.list-box,
.blog_single_post ol.list-box {
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
  border: 1px solid #e5ebef;
  padding: 20px;
  border-radius: 2px;
}

.blog_single_post ol li ul li:first-child:first-child,
.blog_single_post ul li ol li:first-child:first-child,
.blog_single_info .have_comments ul li .media ul > li:first-child,
.blog_single_info .have_comments ul li .media ol > li:first-child,
.blog_single_post ol ol li:first-child,
.blog_single_post ul ul li:first-child {
  margin-top: 10px;
}

.blog_single_post ul:not(.ordered-list) li {
  position: relative;
}

.blog_single_info .have_comments ul li .media ul > li + li,
.blog_single_info .have_comments ol li + li,
.blog_single_post ul li + li,
.blog_single_post ol li + li {
  margin-top: 10px;
}

.blog_single_post ul ul,
.blog_single_post ol ol {
  border: none;
  border-radius: unset;
  box-shadow: none;
}

/** === List style widgets === **/
.sidebar_widget.widget_nav_menu ul li a,
.sidebar_widget.widget_meta ul li a,
.sidebar_widget.widget_pages ul li a,
.sidebar_widget.widget_archive ul li a,
.sidebar_widget.widget_categories ul li a {
  font-size: 16px;
  color: var(--secondary-color);
  position: relative;
  padding-left: 20px;
  line-height: 2;
}

.blog_single_post ul.wp-block-archives-list li a {
  font-size: 16px;
  color: var(--secondary-color);
  position: relative;
  line-height: 2;
}

.blog_sidebar ul li a {
  color: var(--secondary-color);
  line-height: 1.5em;
}

.sidebar_widget.widget_nav_menu ul.sub-menu li:first-child,
.sidebar_widget.widget_categories ul.children li:first-child,
.sidebar_widget.widget_pages ul.children li:first-child,
.blog_single_post ul.wp-block-archives-list li + li,
.sidebar_widget.widget_nav_menu ul li + li,
.sidebar_widget.widget_meta ul li + li,
.sidebar_widget.widget_pages ul li + li,
.sidebar_widget.widget_archive ul li + li,
.sidebar_widget.widget_categories ul li + li {
  margin-top: 12px;
}

.sidebar_widget.widget_nav_menu ul li a::before,
.sidebar_widget.widget_meta ul li a::before,
.sidebar_widget.widget_pages ul li a::before,
.sidebar_widget.widget_archive ul li a::before,
.sidebar_widget.widget_categories ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #848d95;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.blog_single_post .wp-block-button.is-style-outline .wp-block-button__link,
.blog_single_post .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment_inner .media-body ul li ul,
.comment_inner .media-body ul li ul li,
.widget ul ul.children {
  margin-left: 15px;
}

ul.list-style {
  margin-bottom: 2rem;
}

ul.list-style li {
  margin-bottom: 0.5rem;
  list-style-type: circle;
}

.widget ul li:last-child {
  border-bottom: none;
}

.widgets ul {
  margin: 0;
  padding: 0;
}

.blog_single_post ol {
  position: relative;
}

.blog_single_post ol li ul li ol li:before {
  content: none;
}

.page_wrapper ul li ul li,
.page_wrapper ul li + li,
.page_wrapper ol li ol li,
.page_wrapper ol li + li {
  margin-top: 10px;
}

/** === Key === **/
.key, kbd {
  line-height: 0.95rem;
  border: 1px solid #ddd;
  color: #6b707f;
}

.key, kbd, p .key, p kbd {
  display: inline-block;
  min-width: 1em;
  padding: 0.5em 0.6em 0.4em;
  margin: 2px;
  font-size: 0.85rem;
  text-align: center;
  text-decoration: none;
  line-height: 0.6rem;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #fff;
  border: 1px solid #ddd;
}

/************************ Recent Comments ***************************/
.widget_recent_comments #recentcomments .recentcomments {
  position: relative;
  color: #686d7d;
}

.widget_recent_comments #recentcomments .recentcomments a {
  color: var(--secondary-color);
}

.widget_recent_comments #recentcomments .recentcomments a:hover {
  color: var(--primary-color);
}

.sidebar_widget.widget_recent_comments .comment-author-link {
  font-size: 16px;
  color: var(--secondary-color);
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  padding-left: 22px;
}

.sidebar_widget.widget_block .wp-block-latest-comments {
  padding-left: 0;
}

.sidebar_widget.widget_block .wp-block-latest-comments li {
  position: relative;
  line-height: 30px;
  font-size: 16px;
}

.sidebar_widget.widget_recent_comments ul li::before {
  position: absolute;
  content: "w";
  font-family: "ElegantIcons";
  left: 0;
  top: 2px;
  padding-right: 10px;
  font-size: 13px;
  color: var(--primary-color);
}

.widget_recent_comments #recentcomments .recentcomments:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar_widget.widget_block .wp-block-latest-comments li article .wp-block-latest-comments__comment-author {
  color: var(--secondary-color);
}

li.recentcomments {
  line-height: 2;
}

ul li.recentcomments > a {
  padding-left: 0;
  line-height: 30px;
}

.comments_widget li h6 {
  font-size: 13px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 12px;
}

.comments_widget li h6 i {
  color: #6b707f;
  padding-right: 8px;
}

.comments_widget li .text {
  display: block;
  background-color: #f3f8f9;
  border: 1px solid #e7edee;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #686d7d;
  padding: 8px 24px;
}

.comments_widget li + li {
  margin-top: 23px;
}

/************************ Category List *****************************/
.categorie_list li a {
  font-size: 16px;
  color: var(--secondary-color);
  position: relative;
  padding-left: 20px;
}

.categorie_list li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #aab0c0;
  position: absolute;
  left: 0;
  top: 6.5px;
}

.categorie_list li a span {
  padding-left: 10px;
}

.categorie_list li a:hover {
  color: var(--primary-color);
}

.categorie_list li a:hover:before {
  background: var(--primary-color);
}

.categorie_list li + li {
  margin-top: 8px;
}

.widget_nav_menu ul.sub-menu li,
.widget_categories ul.children li {
  margin-left: 15px;
  border: none;
  padding-bottom: 0;
}

/**=== Nav Menu Widget ===**/
.widget_nav_menu .menu li {
  margin-right: 0;
}

/**=== Recent Post ===**/
.sidebar_widget.recent_news_widget .recent_post_item {
  align-items: center;
  display: flex;
}

.recent_post_item a {
  margin-right: 20px;
}

.recent_post_item img {
  border-radius: 5px;
}

.recent_post_item .media-body h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  transition: color 0.2s linear;
  color: var(--secondary-color);
  margin-bottom: 6px;
}

.recent_post_item .media-body h5:hover {
  color: var(--primary-color);
}

.recent_post_item .media-body .entry_post_date {
  font-size: 15px;
  color: #848d95;
}

.recent_post_item + .recent_post_item {
  margin-top: 20px;
}

.sidebar_widget.widget_recent_entries li a {
  font-weight: 500;
  transition: color 0.2s linear;
}

.sidebar_widget.widget_recent_entries ul li .post-date {
  font-size: 14px;
  color: var(--black-400);
}

.widget.widget_recent_entries li:first-child {
  padding-top: 0;
}

.widget.widget_recent_entries li a:hover {
  color: var(--primary-color);
}

/******************** Calender Widget ******************/
.calendar_wrap {
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  overflow: hidden;
}

.sidebar_widget .calendar_wrap table {
  width: 100%;
  color: #444;
}

.wp-block-calendar .wp-calendar-nav span a {
  text-decoration: none;
}

.footer_widget .widget_calendar caption,
.footer_widget .wp-block-calendar caption,
.sidebar_widget .wp-calendar-table caption {
  caption-side: top;
  padding-top: 0;
  font-weight: 600;
  color: #ffffff;
  background: var(--primary-color);
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
}

.footer_widget .widget_calendar caption {
  height: 50px;
  line-height: 50px;
}

.sidebar_widget .calendar_wrap thead tr th {
  color: #3e454c;
  border-top: none;
}

.sidebar_widget .calendar_wrap tbody td,
.sidebar_widget .calendar_wrap tbody th {
  border: none;
  width: 33px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

.calendar_wrap td#today {
  background: var(--primary-color);
  border-radius: 2px;
  color: #fff;
  text-align: center;
}

.sidebar_widget .calendar_wrap tbody td#today a {
  color: #fff;
}

.sidebar_widget .calendar_wrap tfoot {
  background: #f5f5f5;
}

.sidebar_widget .calendar_wrap tfoot td {
  font-size: 15px;
  color: #888888;
  padding: 0 15px;
  height: 42px;
}

.sidebar_widget .calendar_wrap tfoot td a {
  color: #888888;
}

.sidebar_widget .calendar_wrap tfoot td#prev {
  text-align: left;
}

.sidebar_widget .calendar_wrap tfoot td#next {
  text-align: right;
}

nav.wp-calendar-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: var(--primary-color);
  padding: 5px 15px;
  font-size: 15px;
  height: 42px;
  line-height: 34px;
}

nav.wp-calendar-nav span a {
  color: #ffffff;
}

img.alignnone.wp-image-907 {
  height: auto;
  width: 100%;
}

.wp-block-calendar {
  margin-bottom: 30px;
}

.wp-block-calendar table thead tr th {
  font-weight: 600;
  text-align: center;
}

/********************** Page Links ************************/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}

.page-links > .page-links-title {
  border: 0;
  color: #4c5267;
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  width: auto;
}

.page-links span.post-page-numbers.current {
  background: var(--primary-color);
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary-color);
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  border-radius: 0;
  margin: 0 3px;
}

.page_wrapper pre {
  background-color: #ffffff;
}

.blog-post-area .blog_single_post {
  border-radius: 10px;
  background-color: #ffffff;
}

.blog-post-area .is_not_tag .single-post-item {
  border-radius: 10px;
}

.blog_single_post ul li a[title="WordPress post_class() Function"] {
  font-size: 0.875em;
  color: #d63384;
  display: inline-block;
}

.have_comments .comment_box li.trackback .comment-body,
.have_comments .comment_box li.pingback .comment-body,
.have_comments .comment_box li.trackback .comment-body a,
.have_comments .comment_box li.pingback .comment-body a {
  color: var(--secondary-color);
}

.have_comments .comment_box li.pingback .comment-body a,
.have_comments .comment_box li.trackback .comment-body a {
  display: inline;
}

.have_comments .comment_box li.pingback .comment-body .edit-link a,
.have_comments .comment_box li.trackback .comment-body .edit-link a {
  color: var(--primary-color);
}

.blog_single_post ul li a {
  color: var(--body-color);
}

span.screen-reader-text {
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7f6;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #677294;
  font-size: 16px;
  border-radius: 0;
  background-color: #fbfbfd;
  margin: 0 3px;
}

.page-links a.post-page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7f6;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #677294;
  font-size: 16px;
  border-radius: 0;
  background-color: #fbfbfd;
  margin: 0 3px;
}

a.post-page-numbers:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}

@media screen and (min-width: 77.5em) {
  .page-links a,
  .page-links > span {
    margin: 0 0.25em 0.25em 0;
  }
}
@media screen and (min-width: 77.5em) {
  .page-links a,
  .page-links > span {
    margin: 0 0.25em 0.25em 0;
  }
}
/** === Table Design === **/
.page_wrapper table,
.blog_single_post table {
  border: 1px solid #d6d6d6;
}

.page_wrapper table thead,
.comment_inner ul li table tbody tr:first-child,
.blog_single_post table thead {
  background: #f5f5f5;
}

.page_wrapper .table_shortcode thead {
  background: #06a8cb;
}

.page_wrapper table td,
.page_wrapper table th,
.blog_single_post table td,
.blog_single_post table th {
  padding: 12px;
}

.page_wrapper table a,
.blog_single_post table a {
  color: #6b707f;
  text-decoration: none;
}

.blog_single_post table tbody tr td {
  text-align: center;
}

.sidebar_widget.widget_recent_comments ul li .blog_post_author .media-body h5 a {
  color: var(--secondary-color);
}

.comment_inner ul li table tbody tr td,
.blog_single_post table tbody tr,
.page_wrapper table tbody tr {
  border-bottom-style: solid;
  border-color: #d6d6d6;
  border-bottom-width: 1px;
}

.page_wrapper table tbody tr th {
  font-weight: 700;
}

.comment_inner ul li table tbody tr th,
.comment_inner ul li table tbody tr td,
.blog_single_post table thead tr th,
.blog_single_post table tbody tr th,
.blog_single_post table tbody tr td,
.page_wrapper table tbody tr th,
.page_wrapper table tbody tr td {
  border-right-style: solid;
  border-color: #d6d6d6;
  border-right-width: 1px;
}

.comment_inner ul li table tbody tr td a {
  color: var(--body-color);
}

/** === Cookie Bar === **/
.cookieAcceptBar {
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
  background: rgb(51, 51, 51);
  color: rgb(204, 204, 204);
  padding: 0 0 10px;
  z-index: 9;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

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

.cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.cookieAcceptBar button {
  cursor: pointer;
  border: none;
  background-color: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  margin-left: 40px;
  font-size: 12px;
}

/*=========================================================
=============== Blog Details Area ============================
===========================================================*/
.banner-subtitle .title-admin > img {
  border-radius: 50%;
}

/** === Screen text === **/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/****************** Archives Dropdown *********************/
.wp-block-categories-dropdown.wp-block-categories select,
.wp-block-archives-dropdown select,
.wp-block-archives select,
.wp-block-categories select,
.widget select,
#new-post select {
  width: 100% !important;
  height: 50px;
  color: rgba(23, 24, 25, 0.5);
  margin: 0 auto;
  display: table;
  background: #fff;
  padding: 0 20px;
  border-color: #cccccc;
  font-size: 16px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='DARKGRAY' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 10px;
  padding-right: 2rem;
  border-radius: 3px;
}

.wp-block-archives-dropdown select {
  margin-bottom: 30px;
}

.footer_widget .widget_calendar .calendar_wrap table thead tr th,
.footer_widget .widget_calendar .calendar_wrap table tbody tr td {
  color: rgba(255, 255, 255, 0.6);
}

.widget_calendar .calendar_wrap table tbody tr td a {
  color: var(--primary-color);
}

/*********************** RSS Feeds *****************************/
.sidebar_widget.widget_rss ul li a.rsswidget {
  font-weight: 600;
  color: #7a7a7a;
  line-height: 1.3em;
}

.sidebar_widget.widget_rss ul li a.rsswidget:hover {
  color: var(--primary-color);
}

.sidebar_widget.widget_rss .rsswidget img.rss-widget-icon {
  margin-right: 5px;
}

.sidebar_widget.widget_rss span.rss-date {
  display: block;
  padding-bottom: 5px;
  font-size: 15px;
  color: #999;
}

.sidebar_widget.widget_rss cite {
  color: #999;
  font-weight: 500;
}

.widget_rss cite::before {
  content: "- ";
}

.sidebar_widget.widget_rss ul li {
  margin-top: 25px;
  line-height: 1.8;
}

/***************************** Search Form Widget *********************************/
input.search-field {
  width: 95%;
  height: 40px;
  background: #f7f7f7;
}

input.search-submit {
  width: 60px;
  height: 40px;
  background: transparent;
  padding: 5px;
  font-size: 14px !important;
  margin-left: -12px;
  margin-top: -1px;
}

.no-results .page-content input.form-control,
.sidebar_widget.widget_search form input.form-control {
  border-color: #171d24;
  border-radius: 4px !important;
}

.widget_search .search-form {
  height: 60px;
  background: #fff;
  box-shadow: 5px 10px 25px rgba(15, 24, 40, 0.04);
  position: relative;
  border-radius: 5px;
}

.widget_search .search-form .form-control {
  font-size: 15px;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 20px 0 20px;
  background: 0 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget_search .search-form button {
  position: absolute;
  background: 0 0;
  padding: 0;
  border: 0;
  right: 22px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #282835;
  z-index: 0;
}

.no-results .page-content input.form-control {
  width: 100%;
}

.no-results .page-header {
  position: relative;
  z-index: 1;
}

.no-results .page-header .page-title {
  font-size: 50px;
  margin-bottom: 12px;
}

.no-results .page-content p {
  margin-bottom: 20px;
}

/************************** Text Widget  ***************************/
.blog_single_post p a[target=_blank],
.textwidget strong {
  font-weight: bold;
}

.textwidget p {
  line-height: 1.9em;
}

.b_top_post_content p:empty,
.widget p:empty {
  display: none;
}

.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 15px;
}

.wp-caption-text {
  text-align: center;
}

/************************** Tag Cloud Widget **************************/
.wp-block-tag-cloud {
  gap: 6px;
  display: flex;
  flex-wrap: wrap;
}

.tagcloud a,
.wp-block-tag-cloud a,
.post_tag_info .post_tag a {
  padding: 8px 15px;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 15px;
  color: #636466;
  background-color: #ffffff;
  border-radius: 3px;
}

.tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.sidebar-box .tagcloud a:hover {
  color: #ffffff;
  background-color: #202124;
}

/*=============================================================
===================== Single Blog Post ========================
=============================================================**/
.page_wrapper .page-area {
  background-color: #fff;
  padding: 35px 40px 15px;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.blog_single_post + .comment_inner,
.page_wrapper .page-area + .comment_inner,
.page_wrapper .page-area + .blog_comment_box {
  margin-top: 50px;
}

.blog-banner-area {
  background-image: linear-gradient(91.28deg, #ffffff 2.19%, #fff6d6 97.81%);
}

.single-post-item {
  padding-bottom: 42px;
}

.single-post-item p:not(:last-child) {
  margin-bottom: 20px;
}

.single-post-item ul {
  padding-left: 40px;
}

.single-post-item ul li {
  line-height: 30px;
  position: relative;
  list-style-type: disc;
}

.single-post-item ol li ul,
.single-post-item ul.wp-block-latest-posts__list {
  padding-left: 20px;
}

.single-post-item ul.wp-block-latest-posts__list li {
  list-style-type: none;
}

.footer_widget .has-avatars.wp-block-latest-comments,
.single-post-item figure ul li.blocks-gallery-item {
  padding-left: 0;
}

.post-content .post-category {
  margin-bottom: 23px;
}

.post-content .post-category .cate-btn {
  margin-bottom: 5px;
}

/******************* Single Post **********************/
.blog-post-area .post_social_icon {
  position: fixed;
  width: 50px;
  height: 100%;
  top: -100px;
  z-index: 999;
  margin-left: -70px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #051441;
}

.blog-post-area .post_social_icon.active {
  opacity: 1;
  visibility: visible;
}

.blog-post-area .post_social_icon span {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
  line-height: 20px;
}

.blog-post-area .post_social_icon ul {
  margin-top: 26px;
}

.blog-post-area .post_social_icon ul li a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  color: #535a60;
  margin-bottom: 10px;
  border: 1px solid #c8ccd0;
  transition: all 0.3s ease-out;
  width: 35px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
}

.blog-post-area .post_social_icon ul li a:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}

.blog_single_post ul.wp-block-rss,
.blog_single_post ol {
  padding-left: 40px;
}

.page_wrapper .comment_inner ul li {
  list-style: none;
}

.blog_single_post .blog_single_img {
  display: block;
  margin-bottom: 25px;
}

.blog_single_post img, .blog_classic_item img,
img.aligncenter, video, .widget img,
.blog_single_post .blog_single_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.blog_single_post p {
  font-size: 16px;
  line-height: 30px;
}

.blog_single_post p > input {
  width: auto;
}

.blog_single_post > p {
  margin-bottom: 24px;
}

.blog_post_author {
  background: #f3f8f9;
  padding: 40px;
  padding-right: 70px;
  margin-top: 35px;
  border-radius: 5px;
}

.blog_post_author .author_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden;
}

.blog_post_author .media-body h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}

.single_list {
  list-style: none;
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.2);
  border: 1px solid #e5ebef;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 2px;
}

blockquote {
  background: #f5f7fa;
  border-left: 8px solid var(--primary-color);
  padding: 50px 60px;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
  box-shadow: var(--theme-dropshadow);
  border-radius: 10px;
}

blockquote p {
  line-height: 34px;
  margin-bottom: 30px;
  font-size: 20px;
}

blockquote cite {
  font-weight: 500;
  font-size: 16px;
  color: var(--secondary-color);
  font-style: normal;
}

.doc_blog_classic_area blockquote::before {
  background: url(../img/blog/quote_top.png) no-repeat scroll left top;
  width: 132px;
  height: 81px;
  top: 0;
}

figure.wp-block-pullquote blockquote:before,
blockquote.has-light-gray-color:before,
blockquote.has-text-align-right:before {
  left: 45px;
}

.doc_blog_classic_area blockquote::after {
  background: url(../blog/quote_bottom.png) no-repeat scroll left bottom;
  width: 77px;
  height: 75px;
  right: 40px;
  bottom: 30px;
}

.blog_details .tag-widget a {
  display: inline-block;
  height: 30px;
  padding: 7px 20px;
  font-size: 15px;
  color: var(--body-color);
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  background-color: transparent;
  margin: 5px 0 0 10px;
  line-height: 15px;
}

.blog_details .tag-widget a:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.blog_single_post .post-password-form p input[type=submit]:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.single-post-area .tag-widget {
  background-color: #f9f9f9;
  padding: 20px 30px 30px;
  border-top: 1px solid #ececec;
  clear: both;
}

.tag-widget .tag-list li a {
  background: #ffffff;
}

.blog_single_post .post-password-form p input[type=submit] {
  background-color: var(--primary-color);
  color: #ffffff;
  text-transform: capitalize;
}

/******************** Author User Meta *********************/
.author-media-widget {
  display: flex;
  padding: 36px 50px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.author-media-widget .author-img {
  margin-right: 20px;
}

.author-media-widget .author-img img {
  max-width: inherit;
}

/********************************* Comment Form *************************************/
.blog_comment_box {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.comment_inner {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}

.page_wrapper .page_content {
  margin-bottom: 100px;
}

.blog_comment_box form .form-group {
  max-width: 100%;
}

.blog_single_post .wp-block-columns.alignwide .wp-block-column ol {
  padding-left: 2rem;
}

.blog_single_post .wp-block-columns.alignwide .wp-block-column blockquote.wp-block-quote {
  padding: 25px;
}

.have_comments .comment_box, .have_comments .comment_box .children {
  padding-left: 0;
}

.comment_inner .c_head,
.blog_comment_box .c_head {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--secondary-color);
  line-height: 30px;
  margin-bottom: 20px;
}

.comment_inner .comment_box li.post_comment {
  border-top: 1px solid #dde1e5;
}

.comment_inner .comment_box .post_comment .post_author_two p {
  padding-bottom: 20px;
  padding-top: 0;
}

.have_comments ul li .comment_author .media-body ul li ul,
.have_comments ul li .comment_author .media-body ul li ul li,
.blog_comment_box p.no-comments {
  margin-left: 0;
}

.blog_comment_box p.logged-in-as {
  margin-bottom: 40px;
}

.logged-in .blog_comment_box .get_quote_form {
  padding-top: 0;
}

.logged-in .comment_text {
  padding-bottom: 0;
}

.blog_comment_box .comment-form-cookies-consent > input {
  margin-right: 10px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: relative;
}

.blog_comment_box .comment-form-cookies-consent > input[type=checkbox]::before {
  position: absolute;
  content: "";
  background-image: url(https://donority.droitlab.com/wp-content/uploads/2022/01/MicrosoftTeams-image.png);
  height: 14px;
  width: 14px;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
}

.blog_comment_box .comment-form-cookies-consent input[type=checkbox]:checked::before {
  opacity: 1;
  background-color: var(--primary-color);
}

.blog_comment_box .comment-form-cookies-consent > input[type=checkbox]::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 1px solid #D9DDE3;
  position: absolute;
}

.comment_inner .comment_box .has_children ul.children li {
  margin-left: 70px;
}

.comment_inner .post_comment .media-body p {
  margin-bottom: 30px;
}

.comment_inner .post_comment .media-body p a {
  color: #000000;
  display: inline-block;
}

p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 28px;
}

.comment_box .post_comment .comment_author {
  padding-top: 40px;
  display: flex;
}

.comment_box .post_comment .comment_author .img_rounded {
  border-radius: 50%;
  margin-right: 30px;
}

.comment_box .post_comment .comment_author .media-body {
  position: relative;
  width: 100%;
}

.page_wrapper ol, .page_wrapper ul,
.comment_box .post_comment .comment_author .media-body ul,
.comment_box .post_comment .comment_author .media-body ol {
  padding-left: 25px;
}

.page_content ul li + li,
.page_content ul li ul li,
.page_content ol li + li,
.page_content ol li ol li,
.sidebar_widget.widget_block ul.wp-block-archives-list li + li,
.sidebar_widget.widget_block ul.wp-block-categories-list li + li,
.comment_box .post_comment .comment_author .media-body ol li + li,
.comment_box .post_comment .comment_author .media-body ol li ol li,
.comment_box .post_comment .comment_author .media-body ul li + li,
.comment_box .post_comment .comment_author .media-body ul li ul li {
  margin-top: 10px;
}

.comment_box .post_comment .comment_author .media-body .comment_info {
  position: relative;
}

.comment_box .post_comment .comment_author .media-body .comment_info h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
  color: var(--secondary-color);
}

.comment_box .post_comment .comment_author .media-body .comment_info .comment_date {
  font-size: 15px;
  color: #6b707f;
  margin-bottom: 20px;
}

.comment_box .post_comment .comment_author .media-body .comment_reply {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
  transition: all 0.2s linear;
}

.comment_box .post_comment .comment_author .media-body .comment_reply i {
  vertical-align: middle;
  font-size: 15px;
  position: relative;
  padding-left: 5px;
}

.comment_box .post_comment .comment_author .media-body .comment_reply:hover {
  color: var(--primary-color);
}

.comment_box .post_comment .reply_comment {
  padding-left: 80px;
}

.blog_comment_box .get_quote_form {
  padding-top: 20px;
}

.blog_comment_box .get_quote_form .form-group {
  margin-bottom: 30px;
  position: relative;
  margin-top: 0;
}

.blog_comment_box .get_quote_form .form-group .form-control {
  height: 60px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 30px;
  color: #636466;
  box-shadow: none;
  background-color: #f7f7f7;
}

.blog_comment_box .get_quote_form .form-group .form-control.placeholder {
  color: #6b707f;
}

.blog_comment_box .get_quote_form .form-group .form-control:-moz-placeholder {
  color: #6b707f;
}

.blog_comment_box .get_quote_form .form-group .form-control::-moz-placeholder {
  color: #6b707f;
}

.blog_comment_box .get_quote_form .form-group .form-control::-webkit-input-placeholder {
  color: #6b707f;
}

.blog_comment_box .get_quote_form .form-group .form-control:focus {
  background-color: var(--bs-white);
  border: 1px solid var(--black-600);
  color: var(--black-400);
  box-shadow: none;
}

.blog_comment_box .get_quote_form .form-group .form-control.message {
  height: 160px;
  padding-top: 22px;
}

.get_quote_form .form-group .floating-label {
  position: absolute;
  pointer-events: none;
  left: 40px;
  top: 16px;
  transition: 0.2s;
  margin-bottom: 0;
  color: var(--body-color);
}

.get_quote_form .form-control:focus ~ .floating-label {
  top: -13px;
  left: 26px;
  font-size: 12px;
  color: var(--brand);
  background-color: #fff;
  padding: 0 5px 0 5px;
}

.blog_comment_box .get_quote_form .thm_btn {
  padding: 15px 36px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border: none;
  border-radius: 4px;
  color: var(--bs-white);
  background-color: var(--black-800);
}

.blog_comment_box .get_quote_form .thm_btn:hover {
  background-color: var(--black-900);
}

.have_comments .trackback,
.have_comments .pingback {
  margin-bottom: 16px;
}

.have_comments .comment_box table {
  border: 1px solid #d6d6d6;
}

.blog_single_info table thead tr th,
.blog_single_info table tbody tr th,
.blog_single_info table tbody tr td {
  border-right: 1px solid #d6d6d6;
}

.page_wrapper .page_content > ul,
.page_wrapper .page_content > ol,
.have_comments ul li .media-body > ol,
.have_comments ul li .media-body > ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-post-item ul li ol > li::before {
  display: none;
}

.single-post-item ul li ol li,
.single-post-item ul li ol li ul li {
  list-style: none;
}

.single-post-item ul li ol li ul li,
.single-post-item ol li ul li,
.blog_single_post ul.wp-block-rss li.wp-block-rss__item,
.blog_single_post ul.wp-block-archives-list li,
.page_wrapper ul li,
.comment_inner .media-body ul li,
.have_comments ul li.post_comment .media-body ul {
  list-style-type: disc;
}

.page_wrapper ol li,
.blog_single_post ol li,
.single-post-item ul li ol li,
.blog_single_post ol li ul li ol li,
.single-post-item ul li ol li,
.comment_inner .media-body ol li {
  list-style-type: decimal;
}

.blog_single_post ul.wp-block-rss li.wp-block-rss__item,
.single-post-item ul li ol > li,
.blog_single_post ol li ul li ol li {
  padding-left: 0;
}

/*=============================================================
===================== Footer Widgets Area =====================
=============================================================**/
footer.site-footer {
  background: #e1e1e1;
  padding: 30px 0;
}

.header-menu .navbar-nav > .nav-item.dropdown .dropdown-menu .nav-item > .dropdown-menu {
  left: 100%;
}

header .navbar .navbar-nav .current-menu-parent .dropdown-menu .active .dropdown-item {
  background-color: transparent !important;
}

.wp-block-calendar tbody td#today {
  background-color: var(--primary-color);
  color: #ffffff;
}

.wp-block-calendar tbody tr td a {
  text-decoration: none;
  color: var(--primary-color);
}

.wp-block-calendar tbody td#today a {
  text-decoration: none;
  color: #ffffff;
}

.wp-block-calendar table {
  margin-bottom: 0;
}

/*==================================================
 ================== Unit Test  =====================
 ==================================================*/
/** === Gutenberg Cover Block === **/
.blog_single_post .wp-block-cover-text a,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
.wp-block-cover {
  color: #fff;
}

/** === Gutenberg Button Block === **/
.color-accent,
.color-accent-hover:hover,
.color-accent-hover:focus,
:root .has-accent-color,
.has-drop-cap:not(:focus):first-letter,
.wp-block-button.is-style-outline {
  color: var(--primary-color);
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid;
}

.wp-block-button__link,
.wp-block-button__linka:not([href]):not([tabindex]) {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  padding: 10px 25px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s linear;
}

.wp-block-button.alignleft {
  margin-right: 15px;
}

.wp-block-button.is-style-outline {
  color: var(--primary-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.wp-block-button {
  margin: 26px 0;
  color: #fff;
}

.widget + .widget {
  clear: both;
}

.wp-block-image figcaption {
  margin-bottom: 0.5em;
}

/*********************** Gallery styling **********************/
.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery figure.gallery-item .gallery-icon img {
  border-radius: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0;
}

.blog_single_post .wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: auto;
}

.blog_single_post figure figcaption.blocks-gallery-caption em {
  font-weight: 700;
}

figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}

figcaption.blocks-gallery-caption {
  margin: 0 auto;
  margin-bottom: 20px;
}

.blocks-gallery-grid, .wp-block-gallery {
  margin-left: 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.4;
}

.blocks-gallery-grid {
  border: none !important;
  padding: 0 !important;
  margin: 0 0 0 -20px !important;
  border-radius: unset !important;
  box-shadow: none !important;
}

.byline,
.updated:not(.published),
.blocks-gallery-grid ul li::before,
.wp-block-gallery ul li::before {
  display: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 10px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-right: 1em;
  margin-bottom: 10px;
}

.page_wrapper p img.size-full.wp-image-904.alignright {
  clear: both;
  margin: 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.clear:before,
.clear:after,
.guten_elements:before,
.guten_elements:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.guten_elements:after,
.comment-content:after,
.site-header:after,
.site-content:after {
  clear: both;
}

img.attachment-full.size-full {
  width: auto;
  height: auto;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.infinite-scroll .posts-navigation {
  display: none;
}

embed, iframe, object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
}

pre, pre.wp-block-code {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 15px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 500;
  text-align: left;
  padding-right: 10px !important;
}

td, th {
  padding: 8px;
}

.article-content ol li {
  list-style-type: decimal;
  margin-left: 2em;
  padding: 5px;
}

figure {
  clear: both;
  border: none;
  margin: 0 0 1rem;
}

figure figcaption {
  text-align: center;
}

.page_wrapper p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-media-text,
.wp-block-cover {
  margin-bottom: 26px;
}

.comments_widget, .categorie_list, .comment_box,
ul.list-style li:last-child, table tr td p:last-child, .blog_post_author .media-body p,
.page_wrapper .blog_comment_box .get_quote_form p.form-submit {
  margin-bottom: 0;
}

.blog_single_post blockquote.wp-block-quote.is-style-large {
  padding: 50px 60px;
}

.blog_single_post ul.wp-block-archives-list li,
.wp-block-pullquote {
  padding: 0;
}

.blog_single_post p.has-large-font-size {
  font-size: 28px;
  line-height: 1.5;
}

.blog_single_post p[style="font-size:46px"] {
  line-height: 69px;
}

.wp-block-group.has-background {
  padding: 30px 30px 12px 30px;
}

.wp-block-columns {
  margin: 34px 0 0 0;
}

/** Elementor reset CSS **/
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

/**=============================== Responsive Device ====================================**/
@media (min-width: 991px) and (max-width: 1200px) {
  .full-width-doc .doc_rightsidebar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 169px;
  }
  .full-width-doc:not(.onepage-doc) .doc_left_sidebarlist {
    width: 200px;
  }
}
/** === Unit test data styling === **/
@media (min-width: 1220px) {
  .entry-content > .alignfull {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
}
@media (min-width: 1000px) {
  figure.wp-block-gallery.alignwide {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
}
/** === Gutenberg === **/
@media (min-width: 700px) {
  .alignnone,
  .aligncenter,
  .alignleft,
  .alignright,
  .alignwide,
  .wp-block-archives:not(.alignwide):not(.alignfull),
  .wp-block-categories:not(.alignwide):not(.alignfull),
  .wp-block-code,
  .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
  .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-media-text:not(.alignwide):not(.alignfull),
  .wp-block-preformatted,
  .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
  .wp-block-quote,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-verse,
  .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
  .aligncenter {
    margin-right: auto;
    margin-left: auto;
  }
  figure.wp-block-gallery.alignwide {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
}
@media (min-width: 482px) {
  .blog_single_post .post-password-form p input[type=submit] {
    padding: 10px 50px;
  }
  .blog_single_post .post-password-form p input[type=password] {
    padding: 10px 5px;
  }
}
@media (max-width: 1560px) {
  .blog-post-area .post_social_icon {
    margin-left: -75px;
  }
}
@media (max-width: 1500px) {
  .table_shortcode thead th,
  .table_shortcode tbody tr td,
  .table_shortcode tbody tr th {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .blog_sidebar.pl-40 {
    padding-left: 0;
  }
  .doc_blog_top_post .b_top_post_content {
    padding: 40px 20px;
  }
  .blog_grid_post .grid_post_content {
    padding: 25px 25px 35px;
  }
  .table_shortcode thead th,
  .table_shortcode tbody tr td,
  .table_shortcode tbody tr th {
    white-space: nowrap;
    padding-left: 6px;
    padding-right: 6px;
  }
  .table_shortcode tbody tr td {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .blog_sidebar {
    max-width: 330px;
    margin-top: 50px;
  }
  .blog_classic_item img {
    max-width: 100%;
  }
  .doc_blog_top_post .b_top_post_content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .table_shortcode thead th,
  .table_shortcode tbody tr td,
  .table_shortcode tbody tr th {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .search_form {
    max-width: 220px;
  }
  .open_icon {
    display: block;
  }
  .shortcode_info {
    padding-top: 80px;
  }
}
@media (max-width: 670px) {
  .blog_grid_post {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog_grid_post img {
    width: 100%;
  }
  .blog_sidebar {
    margin-left: auto;
    margin-right: auto;
  }
  .pagination {
    justify-content: center;
  }
  .blog_post_author {
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  .blog_classic_item .b_top_post_content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post_tag a {
    font-size: 15px;
  }
  .post_tag a + a {
    padding-left: 5px;
  }
  .doc_blog_top_post .b_top_post_content h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .video_icon {
    width: 60px;
    line-height: 63px;
    height: 60px;
  }
  .video_icon:before {
    transform: scale(1.3);
  }
  .blog_single_breadcrumb_area .single_post_author .text .post_tag:before {
    display: none;
  }
  .blog_single_breadcrumb_area .single_post_author .text h4 {
    display: block;
  }
  .blog_single_breadcrumb_area .single_post_author .text .post_tag {
    padding-left: 0;
  }
  .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 16px;
  }
  .blog_comment_box .comment-form-cookies-consent {
    display: flex;
  }
  .blog_comment_box .comment-form-cookies-consent > input {
    margin-top: 5px;
    margin-right: 12px;
  }
}
@media (max-width: 450px) {
  .blog_classic_item .b_top_post_content .p_bottom {
    display: block !important;
  }
  .blog_classic_item .b_top_post_content .post_author {
    margin-top: 15px;
  }
  blockquote,
  .blog_post_author {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog_single_breadcrumb_area .post_tag a + a {
    padding-left: 0;
  }
  .blog_single_breadcrumb_area .post_tag a + a:before {
    margin-right: 4px;
  }
  .blog_post_author, .comment_box .post_comment .comment_author {
    display: block;
  }
  .blog_post_author .author_img, .comment_box .post_comment .comment_author .img_rounded {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .comment_box .post_comment .reply_comment {
    padding-left: 0;
  }
}
.blog_sidebar .sidebar_widget.widget_block .wp-block-group {
  margin-top: 0;
}

/* Header Menu */
.header-menu.relative {
  position: relative;
}
.header-menu .navbar-nav .current-menu-parent .dropdown-menu .current-menu-item {
  background-color: rgba(255, 215, 0, 0.6);
}
.header-menu.navbar_fixed {
  position: fixed;
}

.explore-area {
  background: transparent;
}
.explore-area .explore-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.categoris-area {
  overflow: visible;
}
.categoris-area .catagorized-option-widget ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 16px;
}
.categoris-area .catagorized-option-widget ul li {
  margin-top: 0;
}

.b_top_post_content .post_author .round_img img {
  border-radius: 100%;
}

.blog-widget .blog-content .blog-sub-text img {
  border-radius: 100%;
}

.job_banner {
  padding: 0;
  background-image: url("../img/job/banner.jpg");
}
.job_banner::before {
  background-color: rgba(51, 62, 72, 0.8);
}
.job_banner .breadcrumb-widget .breadcrumb-content h1 {
  color: #fff;
}
.job_banner .breadcrumb-widget .breadcrumb-content .breadcrumb-job-info .job-location, .job_banner .breadcrumb-widget .breadcrumb-content .breadcrumb-job-info .job-catagory {
  color: #bbc0c4;
}
.job_banner .breadcrumb-widget .breadcrumb-content .breadcrumb-job-info .job-catagory span {
  color: #fff;
}

.job-application-area .job-description-widget h6 {
  margin: 25px 0 14px 0;
  font-size: 24px;
  color: #202124;
  line-height: 30px;
}
.job-application-area .job-description-widget ul + p:last-of-type {
  margin: 24px 0 35px 0;
}
.job-application-area .job-description-widget .btn-Subscribe {
  border-radius: 4px;
}

.job-application-modal .modal-dialog .dropzone {
  padding-top: 80px;
  text-align: center;
  background-image: url(../img/job/icon_upload.svg);
  background-repeat: no-repeat;
  background-position: center 52px;
}
.job-application-modal .modal-dialog .dropzone .dz-message {
  margin: 2em 0;
}

.about-tabs-area .about-item p + p {
  margin-top: 30px;
}
.about-tabs-area .about-sub-item h4 {
  font-weight: 600;
  color: var(--black-900);
  margin-bottom: 30px;
}
.about-tabs-area .open-item .open-card-text ul .day_open {
  color: #ffd700;
}

.bookmark-listing.bookmarked i {
  color: #ff0000;
}

/*======================= Advance Search Form =====================*/
.form_search_btn .input-search {
  background: transparent;
  border: 0;
}

/*=============== Listing Details =================*/
#listy_share {
  background: rgba(0, 0, 0, 0.4);
}
#listy_share .modal-dialog {
  max-width: 500px;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  height: fit-content;
}
#listy_share .modal-dialog .modal-content {
  padding: 30px 30px 35px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
#listy_share .modal-dialog .modal-content .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 34px;
  line-height: 0;
  color: var(--black_600);
  text-decoration: none;
  cursor: pointer;
}
#listy_share .modal-dialog .modal-content .close i {
  margin-right: 0;
  font-size: 24px;
}
#listy_share .modal-dialog .modal-content .listy-share-wrap h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
#listy_share .modal-dialog .modal-content .listy-share-wrap .social-links a {
  width: 56px;
  height: 56px;
  background-color: rgba(208, 215, 222, 0.55);
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  padding-top: 15px;
  font-size: 20px;
  line-height: 0;
  color: var(--black_600);
  margin-right: 10px;
  text-decoration: none;
}
#listy_share .modal-dialog .modal-content .listy-share-wrap .social-links a i {
  font-size: 24px;
  line-height: 24px;
}
#listy_share .modal-dialog .modal-content .listy-share-wrap .social-links p {
  font-size: 14px;
  margin: 20px 0 2px;
  color: var(--black_600);
}
#listy_share .modal-dialog .modal-content .listy-share-wrap .copy-url-wrap {
  position: relative;
}
#listy_share .modal-dialog .modal-content .listy-share-wrap .copy-url-wrap input {
  width: 100%;
  background-color: #f5f5f9;
  opacity: 1;
  height: 37px;
  padding: 16px 48px 16px 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1b1b;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
}
#listy_share .modal-dialog .modal-content .listy-share-wrap .copy-url-wrap .share-this-doc {
  width: 20px;
  position: absolute;
  right: 11px;
  top: 0;
  font-size: 20px;
  bottom: 0;
  margin: auto;
  display: block;
  line-height: 0;
  height: 23px;
}

.modal-open .about-tabs-navigator, .modal-backdrop {
  z-index: 0;
}

.listy-link-copied-wrap {
  display: none;
  font-size: 16px;
}

.listy-link-copied-wrap.copied {
  display: block;
  cursor: pointer;
  position: fixed;
  right: 10px;
  top: 100px;
  background: #ffd700;
  width: 300px;
  padding: 12px 30px 12px 47px;
  color: #000;
  border-radius: 5px;
  z-index: 9999;
}

.restaurant-listing-widget .restaurant-img .bottom-caption .open-now span {
  color: green;
}
.restaurant-listing-widget img {
  height: auto;
}

.search-job form .search-box:focus, .search-job form .search-box.focused {
  border-color: red;
}

.navbar .navbar-brand .text_logo {
  color: #ffffff;
  margin-bottom: 0;
}
.navbar.navbar_fixed .navbar-brand .text_logo {
  color: #000000;
}

.categoris-area .categories-item .add_count_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 .add_count_click::after {
  content: "";
  position: absolute;
  border-bottom: 15px solid var(--bs-white);
  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 .add_count_click i {
  font-size: 10px;
  transition: all 0.3s ease-in;
}
.categoris-area .categories-item .add_count_click.collapsed {
  color: var(--theme-black-500);
}
.categoris-area .categories-item .add_count_click.collapsed::after {
  transform: translateX(-50%) scaleY(0);
}
.categoris-area .categories-item .add_count_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 .add_count_click {
  color: var(--secondary);
}

/*====================== Map Pin Point Marker Listing Post =======================*/
.listing-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  border-radius: 5px;
  background: var(--white);
  padding: 20px;
  margin-top: 10px;
}
.listing-pagination .page-numbers {
  padding: 11px 15px;
  background-color: var(--bs-white);
  color: var(--black-400);
  border-radius: 5px;
  line-height: 18px;
}
.listing-pagination .page-numbers:hover {
  background-color: var(--black-50);
}
.listing-pagination .current {
  z-index: 3;
  color: var(--primary);
  background: #202124;
  border-radius: 5px;
  padding: 11px 15px;
}

.listing-page-area form .btn {
  background-color: #202124;
  border-radius: 5px;
  color: var(--white);
  padding: 8px 30px;
  font-size: 14px;
}
.listing-page-area form .btn:focus {
  box-shadow: none;
}
.listing-page-area .pages-contant .pages-sub-title {
  align-items: center;
}
.listing-page-area .pages-contant .pages-sub-title .left-contant {
  align-items: center;
}
.listing-page-area .pages-contant .restaurant-listing-widget .contant {
  padding: 20px;
  border-radius: 0 0 10px 10px;
  background: var(--bs-white) !important;
}
.listing-page-area .pages-contant .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;
}
.listing-page-area .result_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
  overflow-y: auto;
  max-height: 200px;
  text-align: left;
}
.listing-page-area .result_dropdown span {
  display: block;
  padding: 8px 12px;
  cursor: pointer;
}
.listing-page-area .result_dropdown span:hover {
  background-color: #f1f1f1;
  color: var(--black_900);
}
.listing-page-area .result_dropdown .clear-cat-input, .listing-page-area .result_dropdown .clear-location-input {
  cursor: pointer;
  margin-left: 0 !important;
  color: red;
  font-size: 18px;
  position: relative;
  right: 10px;
  line-height: 2;
}
.listing-page-area .show-dropdown .result_dropdown {
  display: block;
}
.listing-page-area .clear-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  font-size: 16px;
}
.listing-page-area .clear-input:hover {
  color: #555;
}
.listing-page-area .input-group {
  position: relative;
}
.listing-page-area .input-group.show-dropdown .result_dropdown {
  display: block;
}
.listing-page-area .input-group .result_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
}
.listing-page-area .input-group .result_dropdown span {
  display: block;
  padding: 8px 10px;
  cursor: pointer;
}
.listing-page-area .input-group .result_dropdown span:hover {
  background: #f0f0f0;
}
.listing-page-area .clear-cat-input,
.listing-page-area .clear-location-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  font-size: 16px;
}
.listing-page-area .clear-cat-input:hover,
.listing-page-area .clear-location-input:hover {
  color: #555;
}

/* Loader CSS */
.pages-items {
  position: relative;
}
.pages-items.loading {
  opacity: 0.4;
}
.pages-items.loading .row {
  filter: blur(5px); /* Adjust the blur radius as needed */
}
.pages-items .listy-contents.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  z-index: 999;
  transform: translate(-50%, -50%); /* Center the loader */
  -webkit-animation: loaderSpin 2s linear infinite;
  animation: loaderSpin 2s linear infinite;
}
.pages-items .listy-contents.loader img {
  width: 50px;
}

@-webkit-keyframes loaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loaderSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#listy_google_map_container {
  height: 500px; /* Adjust this value as needed */
}

/*=================== Advance Search Form =====================*/
.listing-search-form .input-group, .listing-search-form-2 .input-group, .listing-search-form-3 .input-group {
  position: relative;
}
.listing-search-form .input-group .result_dropdown, .listing-search-form-2 .input-group .result_dropdown, .listing-search-form-3 .input-group .result_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
  max-height: 200px;
  overflow-y: auto;
  text-align: left;
}
.listing-search-form .input-group .result_dropdown span, .listing-search-form-2 .input-group .result_dropdown span, .listing-search-form-3 .input-group .result_dropdown span {
  display: block;
  padding: 8px 12px;
  cursor: pointer;
}
.listing-search-form .input-group .result_dropdown span:hover, .listing-search-form-2 .input-group .result_dropdown span:hover, .listing-search-form-3 .input-group .result_dropdown span:hover {
  background-color: #f1f1f1;
  color: var(--black_900);
}
.listing-search-form .input-group .clear-cat-input, .listing-search-form .input-group .clear-location-input, .listing-search-form-2 .input-group .clear-cat-input, .listing-search-form-2 .input-group .clear-location-input, .listing-search-form-3 .input-group .clear-cat-input, .listing-search-form-3 .input-group .clear-location-input {
  cursor: pointer;
  margin-left: 0 !important;
  color: red;
  font-size: 18px;
  position: relative;
  right: 10px;
  line-height: 2;
}
.listing-search-form .show-dropdown .result_dropdown, .listing-search-form-2 .show-dropdown .result_dropdown, .listing-search-form-3 .show-dropdown .result_dropdown {
  display: block;
}

.infowindow-content img {
  width: 100px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.infowindow-content h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
}
.infowindow-content p {
  margin: 0;
  font-size: 14px;
}

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