/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
@import url(./bootstrap-select.min.css);
:root {
  --Black: #000000;
  --White: #ffffff;
  --Mono-gray-1: #f5f6f7;
  --Mono-gray-2: #e0e3e6;
  --Mono-gray-3: #bec5cb;
  --Mono-gray-4: #9fa9b2;
  --Mono-gray-5: #7e8995;
  --Mono-gray-6: #636e78;
  --Mono-gray-7: #49525a;
  --Mono-gray-8: #7e8695;
  --Mono-dark-8: #2e3338;
  --Mono-dark-9: #121416;
  --Mono-dark-10: #383838;
  --Mono-dark-11: #121212;
  --Color-dark: #3f3d2e;
  --Sub-color-1: #f2f6ff;
  --Sub-color-2: #e0eae8;
  --Sub-color-3: #458182;
  --Color-text-1: #6ef193;
  --Color-text-2: #9da5b4;
  --Color-text-3: #9da5b4;
  --Border: #dee3ee;
  --Error: #ec3232;
  --Bg-color-1: #f9f5f1;
  --Bg-color-2: #c9d2f4;
  --Bg-color-3: #f5f2f0;
  --Primary-ic-blue: #8fa8fb;
  --Primary-ic-red: #ff8283;
  --Primary-ic-green: #a7decf;
  --Primary-ic-yellow: #fedc6e;
  --Primary: #0075ff;
  --Primary-1: #e2ecf9;
  --Primary-2: #cfe6ff;
  --Primary-3: #bfd8fe;
  --Primary-fc-green-100: #1c3f3a;
  --Primary-fa-blue-10: #def5ff;
  --Primary-fa-orange-10: #ffead3;
  --Primary-fa-green-10: #eef9f1;
  --Primary-fa-purple-10: #dfdeff;
  --Primary-fa-orange-30: #f3af7c;
  --Primary-fa-yellow-10: #fbfaf2;
  --Primary-fa-green: #1c5551;
}

.primary-1 {
  --Primary: #1c3f3a;
}

.primary-2 {
  --Primary: #604cc3;
  --Sub-color-2: #f5f5ff;
}

.primary-3 {
  --Primary: #28285b;
}

.primary-4 {
  --Primary: #fc6a2b;
}

/*---------- Reset css styles ----------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/* Reset Browsers
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin-right: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  padding: 0 !important;
  font-family: "Inter Tight", serif;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-thumb {
  background: var(--Primary);
  border-radius: 999px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Inter Tight", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

svg,
svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Elements
-------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */
ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */
table,
th,
td {
  border: 1px solid #343444;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px 12px;
}

/* Media */
embed,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
  display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  vertical-align: sub;
  /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type=search] {
  outline: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #171412;
}

::-moz-placeholder {
  color: #171412;
  opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #171412;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Inter Tight", serif;
  margin: 0;
  text-rendering: optimizeLegibility;
  color: var(--Black);
  font-weight: 400;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 72px;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 60px;
}

h3,
.h3 {
  font-size: 40px;
  line-height: 48px;
}

h4,
.h4 {
  font-size: 36px;
  line-height: 48px;
}

h5,
.h5 {
  font-size: 32px;
  line-height: 40px;
}

h6,
.h6 {
  font-size: 24px;
  line-height: 32px;
}

.text-display {
  font-size: 128px;
  line-height: 128px;
}

.text-display-2 {
  font-size: 96px;
  line-height: 96px;
}

.text-display-3 {
  font-size: 72px;
  line-height: 96px;
}

.sub-heading {
  font-size: 20px;
  line-height: 28px;
}

.text-body-1 {
  font-size: 18px;
  line-height: 28px;
}

.text-body-2 {
  font-size: 16px;
  line-height: 24px;
}

.text-body-3 {
  font-size: 14px !important;
  line-height: 20px !important;
}

.text-body-4 {
  font-size: 12px !important;
  line-height: 18px !important;
}

.text-caption {
  font-size: 12px !important;
  line-height: 16px !important;
}

.text-caption-1 {
  font-size: 10px;
  line-height: 16px;
}

.text-caption-2 {
  font-size: 16px;
  line-height: 19.36px;
}

.text-caption-3 {
  font-size: 12px !important;
  line-height: 14.52px !important;
}

.fs-18 {
  font-size: 18px;
}

.lh-20 {
  line-height: 20px !important;
}

.font2 {
  font-family: "DM Sans", serif !important;
}

.font3 {
  font-family: "Inter", serif;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.letter-spacing-1 {
  letter-spacing: 0.2px;
}

.letter-spacing-2 {
  letter-spacing: 0.1px;
}

.letter-spacing-3 {
  letter-spacing: 1.2px;
}

/* text-color
-------------------------------------------------------------- */
/* link style
-------------------------------------------------------------- */
.link,
.link-white,
.link-black {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
}

.link:hover {
  color: var(--Primary) !important;
}

.link-white:hover {
  color: var(--White) !important;
}

.link-black:hover {
  color: var(--Black) !important;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
a:focus, a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

/* text color
-------------------------------------------------------------- */
.text_primary {
  color: var(--Primary) !important;
}

.text_white {
  color: var(--White) !important;
}

.text_black {
  color: var(--Black) !important;
}

.text_color-text-1 {
  color: var(--Color-text-1) !important;
}

.text_color-text-2 {
  color: var(--Color-text-2) !important;
}

.text_color-text-3 {
  color: var(--Color-text-3) !important;
}

.text_mono-gray {
  color: var(--Mono-gray) !important;
}

.text_mono-gray-2 {
  color: var(--Mono-gray-2) !important;
}

.text_mono-gray-3 {
  color: var(--Mono-gray-3) !important;
}

.text_mono-gray-5 {
  color: var(--Mono-gray-5);
}

.text_mono-gray-6 {
  color: var(--Mono-gray-6);
}

.text_mono-gray-4 {
  color: var(--Mono-gray-4);
}

.text_mono-gray-7 {
  color: var(--Mono-gray-7);
}

.text_mono-gray-8 {
  color: var(--Mono-gray-8);
}

.text_dark {
  color: var(--Color-dark);
}

.text_mono-dark-8 {
  color: var(--Mono-dark-8);
}

.text_mono-dark-9 {
  color: var(--Mono-dark-9);
}

.text_mono-dark-10 {
  color: var(--Mono-dark-10);
}

.text_primary-fa-yellow {
  color: var(--Primary-fa-yellow-10);
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.text-whitespace {
  white-space: nowrap;
}

.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}
.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--Primary);
  border-radius: 999px;
}

#wrapper {
  overflow-x: clip;
}

/* container
-------------------------------------------------------------- */
.row {
  margin-top: 0 !important;
  margin-right: -12px !important;
  margin-left: -12px !important;
}
.row > * {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.tf-container {
  max-width: 1726px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tf-container-2 {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tf-container-3 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.h-full {
  height: 100% !important;
}

.w-full {
  width: 100% !important;
  max-width: 100% !important;
}

.slider-layout-right {
  width: calc(100vw - (100vw - 1440px) / 2) !important;
  margin-right: unset;
  max-width: 100%;
  margin-left: auto;
}
.slider-layout-right.w-xl {
  width: calc(100vw - (100vw - 1730px) / 2) !important;
}

/* backgroud
-------------------------------------------------------------- */
.tf-grid-layout {
  display: grid;
  column-gap: 15px;
  row-gap: 15px;
}
.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}
.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.tf-grid-layout.tf-col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.tf-grid-layout.tf-col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.tf-grid-layout.tf-col-7 {
  grid-template-columns: repeat(7, 1fr);
}
.tf-grid-layout .wg-pagination {
  grid-column: 1/-1;
  width: 100%;
}
.tf-grid-layout .wd-load {
  grid-column: 1/-1;
}
.tf-grid-layout.gap30 {
  gap: 30px;
}

.tf-grid-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.flex-direction-row {
  flex-direction: row;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.rounded-cycle {
  border-radius: 999px !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

.rounded-24 {
  border-radius: 24px !important;
}

.rounded-30 {
  border-radius: 30px !important;
}

.rounded-32 {
  border-radius: 32px !important;
}

.gap_0 {
  gap: 0;
}

.gap_2 {
  gap: 2px;
}

.gap_4 {
  gap: 4px;
}

.gap_5 {
  gap: 5px;
}

.gap_6 {
  gap: 6px;
}

.gap_7 {
  gap: 7px;
}

.gap_8 {
  gap: 8px;
}

.gap_9 {
  gap: 9px;
}

.gap_10 {
  gap: 10px;
}

.gap_11 {
  gap: 11px;
}

.gap_12 {
  gap: 12px;
}

.gap_13 {
  gap: 13px;
}

.gap_14 {
  gap: 14px;
}

.gap_15 {
  gap: 15px;
}

.gap_16 {
  gap: 16px;
}

.gap_17 {
  gap: 17px;
}

.gap_18 {
  gap: 18px;
}

.gap_19 {
  gap: 19px;
}

.gap_20 {
  gap: 20px;
}

.gap_22 {
  gap: 22px;
}

.gap_23 {
  gap: 23px;
}

.gap_24 {
  gap: 24px;
}

.gap_25 {
  gap: 25px;
}

.gap_28 {
  gap: 28px;
}

.gap_29 {
  gap: 29px;
}

.gap_30 {
  gap: 30px;
}

.gap_40 {
  gap: 40px;
}

.gap_46 {
  gap: 46px;
}

/* margin
-------------------------------------------------------------- */
.mx_24 {
  margin-left: 24px;
  margin-right: 24px;
}

.ml_5 {
  margin-left: 5px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.-mt_6 {
  margin-top: -6px;
}

.-mt_7 {
  margin-top: -7px !important;
}

.-mt_9 {
  margin-top: -9px;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_6 {
  margin-top: 6px;
}

.mt_7 {
  margin-top: 7px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_13 {
  margin-top: 13px;
}

.mt_17 {
  margin-top: 17px;
}

.mt_18 {
  margin-top: 18px;
}

.mt_19 {
  margin-top: 19px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_21 {
  margin-top: 21px;
}

.mt_22 {
  margin-top: 22px;
}

.mt_23 {
  margin-top: 23px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_27 {
  margin-top: 27px;
}

.mt_28 {
  margin-top: 28px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_32 {
  margin-top: 32px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_58 {
  margin-top: 58px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_64 {
  margin-top: 64px;
}

.mt_67 {
  margin-top: 67px;
}

.mt_73 {
  margin-top: 73px;
}

.mt_84 {
  margin-top: 84px;
}

.mt_86 {
  margin-top: 86px;
}

.mt_96 {
  margin-top: 96px;
}

.-mb_11 {
  margin-bottom: -11px !important;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_4 {
  margin-bottom: 4px;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_13 {
  margin-bottom: 13px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_21 {
  margin-bottom: 21px;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_23 {
  margin-bottom: 23px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_26 {
  margin-bottom: 26px;
}

.mb_27 {
  margin-bottom: 27px;
}

.mb_28 {
  margin-bottom: 28px;
}

.mb_29 {
  margin-bottom: 29px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_31 {
  margin-bottom: 31px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_33 {
  margin-bottom: 33px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_37 {
  margin-bottom: 37px;
}

.mb_38 {
  margin-bottom: 37px;
}

.mb_39 {
  margin-bottom: 39px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_41 {
  margin-bottom: 41px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_43 {
  margin-bottom: 43px;
}

.mb_44 {
  margin-bottom: 44px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_47 {
  margin-bottom: 47px;
}

.mb_48 {
  margin-bottom: 48px;
}

.mb_49 {
  margin-bottom: 49px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_51 {
  margin-bottom: 51px;
}

.mb_52 {
  margin-bottom: 52px;
}

.mb_53 {
  margin-bottom: 53px;
}

.mb_54 {
  margin-bottom: 54px;
}

.mb_55 {
  margin-bottom: 55px;
}

.mb_56 {
  margin-bottom: 56px;
}

.mb_57 {
  margin-bottom: 57px;
}

.mb_58 {
  margin-bottom: 58px;
}

.mb_59 {
  margin-bottom: 59px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_61 {
  margin-bottom: 61px;
}

.mb_62 {
  margin-bottom: 62px;
}

.mb_63 {
  margin-bottom: 63px;
}

.mb_64 {
  margin-bottom: 64px;
}

.mb_65 {
  margin-bottom: 65px;
}

.mb_66 {
  margin-bottom: 66px;
}

.mb_67 {
  margin-bottom: 67px;
}

.mb_68 {
  margin-bottom: 66px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_72 {
  margin-bottom: 72px;
}

.mb_73 {
  margin-bottom: 73px;
}

.mb_75 {
  margin-bottom: 75px;
}

.mb_77 {
  margin-bottom: 77px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_82 {
  margin-bottom: 82px;
}

.mb_83 {
  margin-bottom: 83px;
}

.mb_84 {
  margin-bottom: 84px;
}

.mb_85 {
  margin-bottom: 85px;
}

.mb_86 {
  margin-bottom: 86px;
}

.mb_87 {
  margin-bottom: 87px;
}

.mb_88 {
  margin-bottom: 88px;
}

.mb_89 {
  margin-bottom: 89px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_92 {
  margin-bottom: 92px;
}

.mb_94 {
  margin-bottom: 94px;
}

.mb_95 {
  margin-bottom: 95px;
}

.mb_96 {
  margin-bottom: 96px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mb_102 {
  margin-bottom: 102px;
}

.mb_104 {
  margin-bottom: 104px;
}

.mb_108 {
  margin-bottom: 108px;
}

.mb_111 {
  margin-bottom: 111px;
}

.mb_112 {
  margin-bottom: 112px;
}

.mb_122 {
  margin-bottom: 122px;
}

/* padding
-------------------------------------------------------------- */
.py_10 {
  padding: 10px 0;
}

.py_12 {
  padding: 12px 0;
}

.py_14 {
  padding: 14px 0;
}

.py_32 {
  padding: 32px 0;
}

.py_50 {
  padding: 50px 0;
}

.px_15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pt_13 {
  padding-top: 13px;
}

.pt_14 {
  padding-top: 14px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_22 {
  padding-top: 22px;
}

.pt_18 {
  padding-top: 18px;
}

.pt_21 {
  padding-top: 21px;
}

.pt_22 {
  padding-top: 22px;
}

.pt_23 {
  padding-top: 23px;
}

.pt_26 {
  padding-top: 26px;
}

.pt_31 {
  padding-top: 31px;
}

.pt_32 {
  padding-top: 32px;
}

.pt_34 {
  padding-top: 34px;
}

.pt_66 {
  padding-top: 66px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_111 {
  padding-top: 111px;
}

.pb_12 {
  padding-bottom: 12px;
}

.pb_14 {
  padding-bottom: 14px !important;
}

.pb_18 {
  padding-bottom: 18px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_23 {
  padding-bottom: 23px;
}

.pb_24 {
  padding-bottom: 24px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_31 {
  padding-bottom: 31px;
}

.pb_32 {
  padding-bottom: 32px;
}

.pb_33 {
  padding-bottom: 33px;
}

.pb_37 {
  padding-bottom: 37px;
}

.pb_42 {
  padding-bottom: 42px;
}

.pb_48 {
  padding-bottom: 48px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_52 {
  padding-bottom: 52px;
}

.pb_54 {
  padding-bottom: 54px;
}

.pb_56 {
  padding-bottom: 56px;
}

.pb_55 {
  padding-bottom: 55px;
}

.pb_61 {
  padding-bottom: 61px;
}

/* spacing-section
-------------------------------------------------------------- */
.tf-spacing-1 {
  padding-top: 122px;
  padding-bottom: 122px;
}

.tf-spacing-2 {
  padding-top: 114px;
  padding-bottom: 118px;
}

.tf-spacing-3 {
  padding-top: 106px;
  padding-bottom: 80px;
}

.tf-spacing-4 {
  padding-top: 188px;
  padding-bottom: 224px;
}

.tf-spacing-5 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.tf-spacing-6 {
  padding-top: 109px;
  padding-bottom: 112px;
}

.tf-spacing-7 {
  padding-top: 110px;
  padding-bottom: 121px;
}

.tf-spacing-8 {
  padding-top: 110px;
  padding-bottom: 126px;
}

.tf-spacing-9 {
  padding-top: 111px;
  padding-bottom: 126px;
}

.tf-spacing-10 {
  padding-top: 109px;
  padding-bottom: 97px;
}

.tf-spacing-11 {
  padding-top: 122px;
  padding-bottom: 168px;
}

.tf-spacing-12 {
  padding-top: 111px;
  padding-bottom: 75px;
}

.tf-spacing-13 {
  padding-top: 60px;
  padding-bottom: 122px;
}

.tf-spacing-14 {
  padding-top: 115px;
  padding-bottom: 122px;
}

.tf-spacing-15 {
  padding-top: 115px;
  padding-bottom: 110px;
}

.tf-spacing-16 {
  padding-top: 110px;
  padding-bottom: 148px;
}

.tf-spacing-17 {
  padding-top: 109px;
  padding-bottom: 110px;
}

.tf-spacing-18 {
  padding-top: 119px;
  padding-bottom: 160px;
}

.tf-spacing-19 {
  padding-top: 161px;
  padding-bottom: 160px;
}

.tf-spacing-20 {
  padding-top: 158px;
  padding-bottom: 160px;
}

.tf-spacing-21 {
  padding-top: 163px;
  padding-bottom: 158px;
}

.tf-spacing-22 {
  padding-top: 153px;
  padding-bottom: 297px;
}

.tf-spacing-23 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.tf-spacing-24 {
  padding-top: 148px;
  padding-bottom: 146px;
}

.tf-spacing-25 {
  padding-top: 121px;
  padding-bottom: 109px;
}

.tf-spacing-26 {
  padding-top: 114px;
  padding-bottom: 118px;
}

.tf-spacing-27 {
  padding-top: 105px;
  padding-bottom: 123px;
}

.tf-spacing-28 {
  padding-top: 166px;
  padding-bottom: 160px;
}

.tf-spacing-29 {
  padding-top: 157px;
  padding-bottom: 160px;
}

.tf-spacing-30 {
  padding-top: 160px;
  padding-bottom: 58px;
}

.tf-spacing-31 {
  padding-top: 133px;
  padding-bottom: 74px;
}

.tf-spacing-32 {
  padding-top: 94px;
  padding-bottom: 156px;
}

.tf-spacing-33 {
  padding-top: 157px;
  padding-bottom: 156px;
}

.tf-spacing-34 {
  padding-top: 150px;
  padding-bottom: 156px;
}

.tf-spacing-35 {
  padding-top: 161px;
  padding-bottom: 157px;
}

.tf-spacing-36 {
  padding-top: 85px;
  padding-bottom: 157px;
}

.tf-spacing-37 {
  padding-top: 108px;
  padding-bottom: 110px;
}

.tf-spacing-38 {
  padding-top: 113px;
  padding-bottom: 95px;
}

.tf-spacing-39 {
  padding-top: 170px;
  padding-bottom: 120px;
}

.tf-spacing-40 {
  padding-top: 125px;
  padding-bottom: 120px;
}

.tf-spacing-41 {
  padding-top: 119px;
  padding-bottom: 120px;
}

.tf-spacing-42 {
  padding-bottom: 159px;
}

.tf-spacing-43 {
  padding-top: 140px;
  padding-bottom: 138px;
}

.tf-spacing-44 {
  padding-top: 120px;
  padding-bottom: 152px;
}

.tf-spacing-45 {
  padding-bottom: 135px;
}

/* backgroub color
-------------------------------------------------------------- */
.bg-color-1 {
  background-color: var(--Bg-color-1);
}

.bg-color-primary {
  background-color: var(--Primary);
}

.bg-sub-color {
  background-color: var(--Sub-color-1);
}

.bg-color-red {
  background-color: var(--Primary-ic-red);
}

.bg-color-yellow {
  background-color: var(--Primary-ic-yellow);
}

.bg-color-green {
  background-color: var(--Primary-ic-green);
}

.bg-color-blue {
  background-color: var(--Primary-ic-blue);
}

.bg-mono-gray-1 {
  background-color: var(--Mono-gray-1);
}

.bg-primary-fa-green {
  background-color: var(--Primary-fa-green);
}

/* Extra classes
-------------------------------------------------------------- */
.w-100vw {
  width: 100vw;
}

.hidden {
  display: none;
}

.z-5 {
  z-index: 5;
}

.sticky-element {
  position: sticky;
  top: 30px;
}

.point {
  display: flex;
  align-items: center;
  gap: 8px;
}
.point .item {
  height: 18px;
  width: 18px;
  border-radius: 999px;
  position: relative !important;
  display: inline-block;
  border: 4px solid var(--Primary);
}

.heading-tag {
  padding: 6px 12px 5px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 8px;
  width: max-content;
}
.heading-tag .icon {
  color: var(--Mono-dark-9);
  font-size: 18px;
}
.heading-tag.v2 {
  border-color: var(--Mono-gray-7);
}
.heading-tag.style-1 {
  padding: 0 16px;
  height: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: var(--Mono-gray-1);
  border-radius: unset;
}
.heading-tag.style-2 {
  background-color: var(--Mono-gray-1);
  border: none;
  height: 32px;
  padding: 0 16px;
  border-radius: 999px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading-tag.style-2.v2 {
  background-color: #133a37;
  color: var(--Primary-fa-yellow-10);
}

.swiper-slide {
  height: auto;
}

.wrap-page-header {
  background: linear-gradient(103.01deg, #eff4ff 0%, #c9d9ff 100.23%);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.text-gradient {
  background: linear-gradient(90deg, #ff3a2d 24.69%, #ffa13f 54.15%);
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.text-gradient > div > * {
  background: linear-gradient(90deg, #ff3a2d 24.69%, #ffa13f 54.15%);
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.loadItem.hidden {
  display: none;
}

.divider {
  width: 100%;
  border-block-start: 2px dashed #a7a7a7;
}

.progress-wrap {
  position: fixed;
  bottom: 40px;
  right: 15px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--White);
  border: 1.2px solid rgba(134, 134, 134, 0.12);
}
.progress-wrap::after {
  position: absolute;
  content: "\e950";
  font-family: "icomoon";
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: var(--Primary);
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--Primary);
  stroke-width: 4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

/*------------ Components ---------------- */
/*------------ header ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.header .header-inner-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  position: relative;
  z-index: 999;
}
.header .header-right {
  gap: 16px;
}
.header .header-right .btn-find {
  height: 48px;
  width: 48px;
  font-size: 22px;
}
.header .mega-menu {
  left: 0;
  right: 0;
}
.header .wrap-demo-item {
  gap: 15px;
}
.header .support i {
  padding: 8px 9px 10px;
  font-size: 18px;
  color: var(--Mono-dark-9);
  background-color: var(--Mono-gray-1);
}
.header.style-1 {
  background-color: var(--White);
}
.header.style-1 .header-inner-wrap {
  padding: 13px 0 14px;
}
.header.style-1 .header-left {
  gap: 20px;
}
.header.style-1 .tf-btn {
  padding: 0 20px;
}
.header.style-1 .main-menu .navigation {
  gap: 20px;
}
.header.style-2 {
  background-color: var(--Primary);
}
.header.style-2 .header-inner-wrap {
  padding: 17px 0 4px;
}
.header.style-2 .header-left {
  gap: 48px;
}
.header.style-2 .mobile-button .burger span {
  background-color: var(--White);
}
.header.style-2 .left {
  gap: 48px;
}
.header.style-2 .tf-btn {
  padding: 0 21px;
}
.header.style-3 .header-inner-wrap {
  padding: 37px 0 22px;
  border-bottom: 1px dashed #a7a7a7;
}
.header.style-3 .header-left {
  gap: 20px;
}
.header.style-3 .main-menu .navigation {
  gap: 20px;
}
.header.style-3 .tf-btn {
  padding: 0 22px;
}
.header.style-3 .support i {
  border-radius: 8px;
  color: var(--Primary);
  background-color: var(--Bg-color-2);
}
.header.style-4 .header-inner-wrap {
  padding-top: 15px;
}
.header.style-4 .header-right {
  gap: 14px;
}
.header.style-4 .tf-btn {
  padding: 0 20px;
}

.header.header-sticky {
  pointer-events: none;
  top: var(--admin-bar-height);
  max-width: 100%;
  width: 100%;
  max-width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  -webkit-transform: translateY(-120%);
  -khtml-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.header.header-sticky .navigation .has-child .submenu {
  pointer-events: none;
}
.header.header-sticky.style-default {
  background: linear-gradient(103.01deg, #eff4ff 0%, #c9d9ff 100.23%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.header.header-sticky.style-2 {
  background-color: var(--Primary);
}
.header.header-sticky.style-3 {
  height: 66px;
  background-color: var(--White);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.header.header-sticky.style-3 .tf-btn-effec-arrow .button-text,
.header.header-sticky.style-3 .tf-btn-effec-arrow .button-icon {
  background-color: var(--primary);
  color: var(--White);
}
.header.header-sticky.style-4 {
  background-color: var(--White);
}
.header.header-sticky.style-4 .header-inner-wrap {
  padding: 15px 0;
}
.header.header-sticky.style-6, .header.header-sticky.style-5 {
  background-color: var(--White);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.header.header-sticky.style-6 .mobile-button, .header.header-sticky.style-5 .mobile-button {
  color: var(--dark-color);
}
.header.header-sticky.style-6 .tf-btn, .header.header-sticky.style-5 .tf-btn {
  background-color: var(--dark-color2);
}
.header.header-sticky.style-6 .tf-btn span, .header.header-sticky.style-5 .tf-btn span {
  color: var(--White);
}
.header.header-sticky.style-6 .tf-btn .bg-effect, .header.header-sticky.style-5 .tf-btn .bg-effect {
  background-color: var(--primary);
}
.header.header-sticky.style-6 .tf-btn:hover, .header.header-sticky.style-5 .tf-btn:hover {
  background-color: var(--primary);
}
.header.header-sticky.is-sticky {
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  pointer-events: all;
}
.header.header-sticky.is-sticky .navigation .has-child:hover .submenu {
  pointer-events: auto;
}
.header.header-sticky .header-inner-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile-button {
  display: none;
}
.mobile-button .burger {
  position: relative;
  width: 25px;
  height: 18px;
  background: transparent;
  cursor: pointer;
  display: block;
}
.mobile-button .burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--Primary);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.mobile-button .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}
.mobile-button .burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}
.mobile-button .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.main-menu .navigation {
  display: flex;
  gap: 40px;
}
.main-menu .navigation li {
  display: flex;
  gap: 8px;
  align-items: center;
}
.main-menu .navigation li a {
  font-size: 18px;
  line-height: 46px;
  color: var(--Mono-gray-5);
}
.main-menu .navigation li:hover a, .main-menu .navigation li.current-menu a {
  color: var(--Primary);
}
.main-menu .navigation li:hover a::after, .main-menu .navigation li.current-menu a::after {
  color: inherit;
}
.main-menu.style-default {
  padding: 0 24px;
  border-radius: 48px;
  background-color: var(--White);
}
.main-menu.style-1 .navigation li a, .main-menu.style-2 .navigation li a,
.main-menu .style-3 .navigation li a {
  font-size: 16px;
  line-height: 46px;
}
.main-menu.style-1 .navigation li:hover a, .main-menu.style-1 .navigation li.current-menu a, .main-menu.style-1 .navigation li.current-menu-item a, .main-menu.style-2 .navigation li:hover a, .main-menu.style-2 .navigation li.current-menu a, .main-menu.style-2 .navigation li.current-menu-item a,
.main-menu .style-3 .navigation li:hover a,
.main-menu .style-3 .navigation li.current-menu a,
.main-menu .style-3 .navigation li.current-menu-item a {
  color: var(--Mono-dark-9);
}
.main-menu.style-1 .navigation li:hover a::after, .main-menu.style-1 .navigation li.current-menu a::after, .main-menu.style-1 .navigation li.current-menu-item a::after, .main-menu.style-2 .navigation li:hover a::after, .main-menu.style-2 .navigation li.current-menu a::after, .main-menu.style-2 .navigation li.current-menu-item a::after,
.main-menu .style-3 .navigation li:hover a::after,
.main-menu .style-3 .navigation li.current-menu a::after,
.main-menu .style-3 .navigation li.current-menu-item a::after {
  color: inherit;
}
.main-menu.style-2 .navigation li a {
  color: var(--White);
}
.main-menu.style-2 .navigation li:hover > a, .main-menu.style-2 .navigation li.current-menu > a, .main-menu.style-2 .navigation li.current-menu-item > a {
  color: var(--White);
}
.main-menu.style-2 .navigation li:hover > a::after, .main-menu.style-2 .navigation li.current-menu > a::after, .main-menu.style-2 .navigation li.current-menu-item > a::after {
  color: inherit;
}
.main-menu .demo-item {
  padding: 20px;
  border-radius: 16px;
  background-color: var(--Mono-gray-1);
  text-align: center;
}
.main-menu .demo-item .demo-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.main-menu .demo-item .demo-name {
  position: relative;
  display: inline;
}
.main-menu .demo-item .demo-name::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu .demo-item:hover .demo-name, .main-menu .demo-item.current-menu-item .demo-name {
  color: var(--Primary);
}
.main-menu .demo-item:hover .demo-name::after, .main-menu .demo-item.current-menu-item .demo-name::after {
  width: 100%;
  right: auto;
  left: 0;
}

.navigation > .has-child > a {
  position: relative;
  color: var(--mono-gray);
}
.navigation > .has-child > a:hover::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 96px;
  height: 42px;
  z-index: 1;
}
.navigation .has-child > a {
  position: relative;
  padding-right: 20px;
}
.navigation .has-child > a::after {
  position: absolute;
  content: "\e958";
  font-family: "icomoon";
  font-size: 6px;
  font-weight: bold;
  color: inherit;
  right: 0;
  top: -1px;
}
.navigation .has-child .submenu {
  min-width: 300px;
  background-color: var(--White);
  top: 100%;
  position: absolute;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.06);
  padding: 32px;
  z-index: 3;
  pointer-events: none;
  display: flex;
  row-gap: 13px;
  flex-direction: column;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .has-child .submenu > li > a {
  font-size: 18px;
  line-height: 28px;
  color: var(--Mono-gray-5);
}
.navigation .has-child .submenu > li::before {
  content: "";
  position: relative;
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--Mono-gray-5);
  border-radius: 999px;
}
.navigation .has-child .submenu > li:hover > a, .navigation .has-child .submenu > li.current-menu > a, .navigation .has-child .submenu > li.current-menu-item > a {
  color: var(--Primary);
}
.navigation .has-child .submenu > li:hover::before, .navigation .has-child .submenu > li.current-menu::before, .navigation .has-child .submenu > li.current-menu-item::before {
  background-color: var(--Primary);
}
.navigation .has-child:hover .submenu {
  pointer-events: all;
  margin-top: 0;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.canvas-mb {
  z-index: 9999999;
  background-color: var(--White);
}
.canvas-mb .logo {
  max-width: 195px;
}
.canvas-mb .offcanvas-header {
  border-bottom: 1px solid var(--Border);
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.canvas-mb .mb-body {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--Border);
  overscroll-behavior-y: contain;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.canvas-mb .mb-body::-webkit-scrollbar-thumb {
  background-color: var(--Primary);
  border-radius: 5px;
}
.canvas-mb .mb-body::-webkit-scrollbar {
  width: 3px;
}
.canvas-mb .mb-bottom {
  padding-right: 15px;
  padding-left: 15px;
}
.canvas-mb .mb-bottom .btn-select {
  padding: 10px 0px;
}
.canvas-mb .mb-canvas-content {
  min-width: 100%;
  max-width: min(90%, 320px);
  grid-auto-rows: minmax(0, 1fr) auto;
  isolation: isolate;
  height: 100%;
  width: 100%;
  display: grid;
  align-content: start;
}
.canvas-mb .close-menu {
  font-size: 20px;
  color: var(--Mono-gray-4);
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid var(--Mono-gray-4);
}

.nav-ul-mb .sub-nav-menu {
  padding-left: 10px;
  margin-bottom: 15px;
}
.nav-ul-mb .sub-nav-menu.sub-menu-level-2 {
  margin-bottom: 5px;
}
.nav-ul-mb .btn-open-sub {
  position: relative;
  width: 20px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-ul-mb .btn-open-sub:after, .nav-ul-mb .btn-open-sub::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--Mono-gray-4);
  transition: 0.4s ease 0.1s;
  margin: auto;
}
.nav-ul-mb .btn-open-sub::before {
  width: 2px;
  height: 12px;
}
.nav-ul-mb .btn-open-sub::after {
  width: 12px;
  height: 2px;
}
.nav-ul-mb .nav-mb-item {
  padding: 2px 0px;
}
.nav-ul-mb .nav-mb-item:not(:last-child) {
  border-bottom: 1px solid var(--Mono-dark-2);
}
.nav-ul-mb .nav-mb-item .mb-menu-link {
  min-height: 40px;
  font-size: 16px;
  line-height: 24px;
  color: var(--Black);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-ul-mb .nav-mb-item .mb-menu-link:not(.collapsed) .btn-open-sub::before {
  transform: rotate(90deg);
}
.nav-ul-mb .nav-mb-item.active .mb-menu-link {
  color: var(--Primary);
}
.nav-ul-mb .nav-mb-item.active .mb-menu-link .btn-open-sub::after, .nav-ul-mb .nav-mb-item.active .mb-menu-link .btn-open-sub::before {
  background-color: var(--Primary);
}
.nav-ul-mb .nav-mb-item.active .sub-nav-link.active {
  color: var(--Primary);
}
.nav-ul-mb .nav-mb-item.active .sub-nav-link.active .btn-open-sub::after, .nav-ul-mb .nav-mb-item.active .sub-nav-link.active .btn-open-sub::before {
  background-color: var(--Primary);
}
.nav-ul-mb .sub-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  line-height: 24px;
  font-size: 16px;
  color: var(--Black);
}
.nav-ul-mb .sub-nav-link:not(.collapsed) .btn-open-sub::before {
  transform: rotate(90deg);
}
.nav-ul-mb .sub-nav-link .btn-open-sub::after, .nav-ul-mb .sub-nav-link .btn-open-sub::before {
  background-color: var(--Black);
}

/*------------ footer ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.footer .footer-logo {
  width: 195px;
  margin-bottom: 36px;
}
.footer .footer-info {
  display: grid;
  gap: 12px;
}
.footer .footer-heading {
  margin-bottom: 20px;
}
.footer .footer-menu-list {
  display: grid;
  gap: 12px;
}
.footer .footer-newsletter .footer-heading {
  margin-bottom: 11px;
}
.footer .footer-newsletter .description a {
  position: relative;
}
.footer .footer-newsletter .description a::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: var(--Primary);
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .footer-newsletter .description a:hover::after {
  background-color: var(--Black);
}
.footer .footer-bottom .wrapper {
  margin-top: 120px;
  padding: 33px 0;
  justify-content: space-between;
  border-top: 1px solid var(--Border);
}
.footer .footer-bottom .wrapper .right {
  gap: 12px 41px;
}
.footer.style-default .footer-body {
  padding-top: 122px;
  border-top: 1px solid var(--Border);
}
.footer.style-1 {
  background-color: var(--Mono-dark-11);
}
.footer.style-1 .footer-logo {
  width: 160px;
}
.footer.style-1 .contact li {
  display: flex;
  flex-direction: column;
}
.footer.style-1 .footer-bottom .wrapper {
  margin-top: 73px;
  padding: 22px 0 31px;
}
.footer.style-1 .footer-heading {
  margin-bottom: 11px;
}
.footer.style-1 .contact .footer-menu-list {
  gap: 19px;
}
.footer.style-1 .footer-menu-list {
  gap: 14px;
}
.footer.style-1 .left {
  padding-top: 66px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.footer.style-1 .left .content {
  display: flex;
  flex-direction: column;
}
.footer.style-1 .footer-body .right {
  display: flex;
  margin-top: 50px;
}
.footer.style-1 .footer-body .right .content {
  background-color: #ebe8d8;
  flex: 20%;
  padding: 24px 15px;
}
.footer.style-1 .footer-body .right .image {
  flex: 20%;
}
.footer.style-1 .footer-body .right .image img {
  height: 100%;
  object-fit: cover;
}
.footer.style-1 .footer-bottom .wrapper {
  border-color: var(--Mono-gray-7);
}
.footer.style-1 .social a {
  font-size: 24px;
}
.footer.style-2 {
  padding-top: 73px;
}
.footer.style-2 .tf-social a:hover {
  background-color: var(--Mono-dark-9);
}
.footer.style-2 .form-newsletter fieldset input {
  background-color: var(--Mono-gray-2);
  height: 52px;
  border-radius: 999px;
  border: none;
  max-width: 374px;
}
.footer.style-2 .form-newsletter .button-submit {
  max-width: 162px;
  width: 100%;
}
.footer.style-2 .form-newsletter .tf-btn {
  width: 100%;
}
.footer.style-2 .form-newsletter .subscribe-content {
  gap: 13px;
}
.footer.style-2 .description a::after {
  background-color: var(--Color-dark);
}
.footer.style-2 .description a:hover::after {
  background-color: var(--Primary);
}
.footer.style-2 .footer-logo {
  margin-bottom: 33px;
}
.footer.style-2 .footer-heading {
  margin-bottom: 34px;
}
.footer.style-2 .wrapper {
  margin-top: 0;
}
.footer.style-2 .footer-bottom {
  padding-top: 107px;
}
.footer.style-2 .tf-social {
  margin-bottom: 37px;
}
.footer.style-3 {
  padding-top: 60px;
  background-color: var(--Primary);
}
.footer.style-3 .footer-newsletter,
.footer.style-3 .footer-body,
.footer.style-3 .footer-bottom {
  --Primary: #0075ff;
}
.footer.style-3 .description a:hover::after {
  background-color: var(--White);
}
.footer.style-3 .tf-social a {
  border-color: var(--Mono-gray-6);
  color: var(--Mono-gray-6);
}
.footer.style-3 .tf-social a:hover {
  background-color: var(--White);
  color: #28285b;
}
.footer.style-3 .footer-bottom .wrapper {
  border-top: 1px dashed #53537c;
}
.footer.style-3 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: var(--White);
}
.footer.style-3 .form-newsletter fieldset input::placeholder {
  color: var(--Mono-gray-4);
}
.footer.style-3 .form-newsletter .icon {
  color: var(--White);
}
.footer.style-3 .footer-logo {
  width: 195px;
  margin-bottom: 36px;
}
.footer.style-4 {
  background-color: #272727;
}
.footer.style-4 .footer-logo {
  width: 256px;
}
.footer.style-4 .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer.style-4 .footer-menu-list {
  gap: 14px;
}
.footer.style-4 .footer-heading {
  margin-bottom: 10px;
}
.footer.style-4 .footer-newsletter {
  max-width: 548px;
  width: 100%;
}
.footer.style-4 .footer-newsletter .subscribe-content {
  gap: 12px;
}
.footer.style-4 .footer-newsletter .footer-heading {
  margin-bottom: 18px;
}
.footer.style-4 .footer-newsletter fieldset {
  max-width: 374px;
  width: 100%;
}
.footer.style-4 .footer-newsletter fieldset input {
  border: none;
  border-radius: 999px;
  height: 52px;
}
.footer.style-4 .footer-body {
  display: flex;
  flex-direction: column;
}
.footer.style-4 .footer-body .left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footer.style-4 .tf-social a {
  background-color: var(--Primary);
  color: var(--White);
  border: none;
}
.footer.style-4 .tf-social a:hover {
  background-color: var(--White);
  color: var(--Primary);
}
.footer.style-4 .footer-bottom {
  padding-bottom: 27px;
}
.footer.style-4 .footer-bottom .wrapper {
  padding-top: 0;
  border-top: unset;
  padding-bottom: 32px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--Mono-gray-7);
}
.footer.style-4 .footer-bottom .left {
  gap: 15px;
}

/*------------ tabs ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.nav-tabs-wrap {
  flex-wrap: nowrap;
}
.nav-tabs-wrap .nav-link {
  display: flex;
}
.nav-tabs-wrap.style-1 .nav-link {
  width: 280px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-radius: 31px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-tabs-wrap.style-1 .nav-link svg path,
.nav-tabs-wrap.style-1 .nav-link svg circle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-tabs-wrap.style-1 .nav-link:hover, .nav-tabs-wrap.style-1 .nav-link.active {
  background-color: var(--Primary);
  font-weight: 500;
  color: var(--White);
}
.nav-tabs-wrap.style-1 .nav-link:hover svg path,
.nav-tabs-wrap.style-1 .nav-link:hover svg circle, .nav-tabs-wrap.style-1 .nav-link.active svg path,
.nav-tabs-wrap.style-1 .nav-link.active svg circle {
  stroke: var(--White);
}
.nav-tabs-wrap.style-2 {
  display: flex;
  gap: 10px;
  gap: 40px;
}
.nav-tabs-wrap.style-2 .nav-link {
  width: 322px;
  flex-direction: column;
  text-align: start;
  color: var(--Black);
  padding: 0;
  gap: 17px;
}
.nav-tabs-wrap.style-2 .nav-link:hover .line::after, .nav-tabs-wrap.style-2 .nav-link.active .line::after {
  width: 100%;
}
.nav-tabs-wrap.style-2 .line {
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--Mono-gray-1);
  border-radius: 81px;
  position: relative;
}
.nav-tabs-wrap.style-2 .line::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90.05deg, #ff3a2d 0.09%, #ffa13f 99.81%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: inherit;
}

.flat-animate-tab {
  height: 100%;
  overflow: hidden;
}
.flat-animate-tab .tab-content {
  position: relative;
  height: 100%;
}
.flat-animate-tab .tab-pane {
  position: absolute;
  display: block;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  z-index: 1;
}
.flat-animate-tab .tab-pane.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.widget-tabs.style-1 .widget-menu-tab {
  display: flex;
  gap: 43px;
  padding-bottom: 40px;
  margin-bottom: 44px;
  border-bottom: 1px solid var(--Mono-gray-4);
}
.widget-tabs.style-1 .widget-menu-tab .item-title {
  cursor: pointer;
  position: relative;
  color: #474e5c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-tabs.style-1 .widget-menu-tab .item-title::after {
  position: absolute;
  content: "";
  background-color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-tabs.style-1 .widget-menu-tab .item-title:hover, .widget-tabs.style-1 .widget-menu-tab .item-title.active {
  color: var(--Primary);
}
.widget-tabs.style-1 .widget-content-tab {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Mono-gray-2);
}
.widget-tabs .widget-content-tab {
  position: relative;
  overflow: hidden;
}
.widget-tabs .widget-content-tab .widget-content-inner {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.widget-tabs .widget-content-tab .widget-content-inner.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.tab-reviews .tab-reviews-heading {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.tab-reviews .tab-reviews-heading .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
  max-width: 597px;
  gap: 30px;
}
.tab-reviews .tab-reviews-heading .top .list-start {
  display: flex;
  gap: 2px;
  justify-content: center;
  margin-bottom: 7px;
  margin-top: 1px;
  font-size: 17px;
}
.tab-reviews .tab-reviews-heading .ratings i {
  color: #f4752d;
}
.tab-reviews .rating-score {
  width: 100%;
  max-width: 365px;
}
.tab-reviews .rating-score .item {
  width: 100%;
  display: flex;
  align-items: center;
}
.tab-reviews .rating-score .number-1 {
  width: 12px;
  text-align: end;
}
.tab-reviews .rating-score .icon {
  font-size: 16px;
  margin-left: 1px;
  color: #f4752d;
}
.tab-reviews .rating-score .number-2 {
  width: 17px;
}
.tab-reviews .rating-score .line-bg {
  margin: 0 8px;
  width: 100%;
  height: 8px;
  background-color: #e9e9e9;
}
.tab-reviews .rating-score .line-bg div {
  height: 100%;
  background-color: var(--Black);
}
.tab-reviews .list-star {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-reviews .list-star i {
  font-size: 20px;
}

/*------------ button ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.tf-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 48px;
  padding: 0 24px;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 46px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
  line-height: 24px;
}
.tf-btn span {
  color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.tf-btn .bg-effect {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--White);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.tf-btn.btn-white {
  background-color: var(--White);
}
.tf-btn.btn-white span {
  color: var(--Primary);
}
.tf-btn.btn-white .bg-effect {
  background-color: var(--Primary);
}
.tf-btn.btn-white:hover {
  background-color: var(--Primary);
}
.tf-btn.btn-white:hover span,
.tf-btn.btn-white:hover i {
  color: var(--White) !important;
}
.tf-btn.btn-white.bg-effect-dark-color .bg-effect {
  background-color: var(--Mono-dark-8);
}
.tf-btn.btn-white2 {
  background-color: var(--White);
}
.tf-btn.btn-white2 span {
  color: var(--Mono-dark-9);
}
.tf-btn.btn-white2 .bg-effect {
  background-color: var(--Mono-dark-8);
}
.tf-btn.btn-white2:hover {
  background-color: var(--Mono-dark-8);
  color: var(--White);
}
.tf-btn.btn-white2:hover span {
  color: var(--White) !important;
}
.tf-btn.btn-white2.bg-effect-dark-color .bg-effect {
  background-color: var(--dark-color2);
}
.tf-btn.btn-primary2 {
  background-color: var(--Primary);
}
.tf-btn.btn-primary2 span {
  color: var(--White);
}
.tf-btn.btn-primary2 .bg-effect {
  background-color: var(--Mono-dark-8);
}
.tf-btn.btn-primary2:hover {
  background-color: var(--Mono-dark-8);
}
.tf-btn.btn-primary2:hover span {
  color: var(--White) !important;
}
.tf-btn.btn-dark {
  background-color: var(--Mono-dark-9);
}
.tf-btn.btn-dark span {
  color: var(--White);
}
.tf-btn.btn-dark i {
  color: var(--Mono-dark-9);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.btn-dark .bg-effect {
  background-color: var(--Primary);
}
.tf-btn.btn-dark:hover {
  background-color: var(--Primary);
}
.tf-btn.btn-dark:hover span {
  color: var(--White) !important;
}
.tf-btn.btn-dark:hover i {
  color: var(--White);
}
.tf-btn.btn-dark-2 {
  background-color: var(--dark-color2);
}
.tf-btn.btn-dark-2 span {
  color: var(--White);
}
.tf-btn.btn-dark-2 i {
  color: var(--dark-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.btn-dark-2 .bg-effect {
  background-color: var(--White);
}
.tf-btn.btn-dark-2:hover {
  background-color: var(--White);
}
.tf-btn.btn-dark-2:hover span {
  color: var(--dark-color2);
}
.tf-btn.btn-dark-2:hover i {
  color: var(--dark-color2);
}
.tf-btn.btn-black {
  background-color: var(--black);
  padding: 0 20px;
}
.tf-btn.btn-black span {
  color: var(--White);
  font-size: 12px;
  line-height: 14.52px;
}
.tf-btn.btn-black i {
  color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.btn-black .bg-effect {
  background-color: var(--White);
}
.tf-btn.btn-black:hover {
  background-color: var(--White);
}
.tf-btn.btn-black:hover span {
  color: var(--dark-color2);
}
.tf-btn.btn-black:hover i {
  color: var(--black);
}
.tf-btn.btn-black2 {
  background-color: var(--black);
  padding: 0 20px;
}
.tf-btn.btn-black2 span {
  color: var(--White);
  font-size: 12px;
  line-height: 14.52px;
}
.tf-btn.btn-black2 i {
  color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.btn-black2 .bg-effect {
  background-color: var(--Primary);
}
.tf-btn.btn-black2:hover {
  background-color: var(--Primary);
}
.tf-btn.btn-black2:hover span {
  color: var(--White);
}
.tf-btn.btn-black2:hover i {
  color: var(--White);
}
.tf-btn.btn-border {
  background-color: transparent;
  border: 1px solid var(--Mono-gray-2);
}
.tf-btn.btn-border.border-1 {
  border-color: var(--Primary);
}
.tf-btn.btn-border.border-1 span {
  color: var(--Primary) !important;
}
.tf-btn.btn-border.border-1:hover span {
  color: var(--White) !important;
}
.tf-btn.btn-border span {
  color: var(--Mono-dark-9);
}
.tf-btn.btn-border .bg-effect {
  background-color: var(--Primary);
}
.tf-btn.btn-border:hover {
  background-color: var(--Primary);
  border: 1px solid var(--Primary);
}
.tf-btn.btn-border:hover span {
  color: var(--White) !important;
}
.tf-btn.btn-bright-orange {
  background-color: var(--bright-orange);
}
.tf-btn.btn-bright-orange span {
  color: var(--dark-color);
}
.tf-btn.btn-bright-orange i {
  color: var(--dark-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.btn-bright-orange .bg-effect {
  background-color: var(--dark-color);
}
.tf-btn.btn-bright-orange:hover {
  background-color: var(--dark-color);
}
.tf-btn.btn-bright-orange:hover span {
  color: var(--White);
}
.tf-btn.btn-bright-orange:hover i {
  color: var(--White);
}
.tf-btn.h36 {
  height: 36px;
}
.tf-btn.h-48 {
  height: 48px;
}
.tf-btn.btn-px-28 {
  padding: 0 28px;
}
.tf-btn.btn-px-30 {
  padding: 0 30px;
}
.tf-btn:hover {
  transition-delay: 0.15s;
  background-color: var(--White);
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.tf-btn:hover span {
  color: var(--Mono-dark-9) !important;
}
.tf-btn:hover .bg-effect {
  width: 225%;
  height: calc(var(--button-width) * 2.25);
}

.tf-btn-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--Primary);
  gap: 8px;
  width: max-content;
}
.tf-btn-link span {
  position: relative;
}
.tf-btn-link span::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -1px;
  background: var(--Primary);
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn-link i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0.2s;
  font-size: 12px;
  height: 20px;
  width: 20px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-btn-link:hover span::after {
  width: 100%;
}
.tf-btn-link:hover i {
  transform: translateX(4px) rotate(45deg);
  background-color: var(--Primary);
  color: var(--White);
}

/*------------ range slider ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -10px;
  left: auto;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal {
  height: 4px;
}

.noUi-target {
  border: 0;
}

.noUi-base .noUi-connects {
  border-radius: 999px;
  background-color: #D9DCE3;
}

.noUi-connect {
  background-color: var(--Primary);
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  height: 16px;
  width: 16px;
  border-radius: 50px;
  background-color: var(--Primary);
  box-shadow: unset;
  cursor: pointer;
}
.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after,
.noUi-vertical .noUi-handle::before,
.noUi-vertical .noUi-handle::after {
  content: none;
}

/* Disabled state; */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.slider-labels .caption {
  font-weight: 500;
  font-size: 16px;
}

/*------------ form ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
form {
  position: relative;
  z-index: 30;
}
form textarea,
form input[type=text],
form input[type=password],
form input[type=datetime],
form input[type=datetime-local],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=week],
form input[type=number],
form input[type=email],
form input[type=url],
form input[type=search],
form input[type=tel],
form input[type=color] {
  font-family: "Inter Tight", serif;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  line-height: 28px;
  padding: 12px 16px 15px 15px;
  width: 100%;
  color: var(--Black);
  border-radius: 12px;
  height: 46px;
  box-sizing: border-box;
  border: 1px solid var(--Mono-gray-3);
}
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=datetime]::placeholder,
form input[type=datetime-local]::placeholder,
form input[type=date]::placeholder,
form input[type=month]::placeholder,
form input[type=time]::placeholder,
form input[type=week]::placeholder,
form input[type=number]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder,
form input[type=color]::placeholder {
  color: var(--Mono-gray-6);
}
form textarea.style-2,
form input[type=text].style-2,
form input[type=password].style-2,
form input[type=datetime].style-2,
form input[type=datetime-local].style-2,
form input[type=date].style-2,
form input[type=month].style-2,
form input[type=time].style-2,
form input[type=week].style-2,
form input[type=number].style-2,
form input[type=email].style-2,
form input[type=url].style-2,
form input[type=search].style-2,
form input[type=tel].style-2,
form input[type=color].style-2 {
  padding: 11px 18px;
  background-color: var(--Sub-color-1);
  border-radius: 44px;
}
form textarea.style-2::placeholder,
form input[type=text].style-2::placeholder,
form input[type=password].style-2::placeholder,
form input[type=datetime].style-2::placeholder,
form input[type=datetime-local].style-2::placeholder,
form input[type=date].style-2::placeholder,
form input[type=month].style-2::placeholder,
form input[type=time].style-2::placeholder,
form input[type=week].style-2::placeholder,
form input[type=number].style-2::placeholder,
form input[type=email].style-2::placeholder,
form input[type=url].style-2::placeholder,
form input[type=search].style-2::placeholder,
form input[type=tel].style-2::placeholder,
form input[type=color].style-2::placeholder {
  color: var(--Mono-gray-6);
}
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}
form textarea {
  height: 130px;
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
}
form.style-line-bot fieldset input {
  padding: 8px 40px 9px 0px;
  border-radius: unset;
  height: max-content;
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid var(--Mono-gray-2);
}
form.style-line-bot.style-2 fieldset input {
  color: var(--mono-gray9);
  border-color: var(--border);
}
form.style-line-bot.style-2 fieldset input::placeholder {
  color: var(--mono-gray9);
}
form.style-line-bot.style-2 button {
  position: relative;
  transform: unset;
}

.form-contact {
  display: grid;
  gap: 35px;
  padding: 61px 64px 64px;
  border-radius: 24px;
  background-color: var(--White);
}
.form-contact fieldset input {
  height: 48px;
}
.form-contact label {
  font-size: 14px;
  line-height: 20px;
}
.form-contact .attachment {
  align-items: center;
  display: flex;
  gap: 16px;
}
.form-contact .attachment i {
  font-size: 20px;
}

.form-search {
  position: relative;
}
.form-search button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-search button i {
  font-size: 20px;
}
.form-search button:hover {
  color: var(--Primary);
}
.form-search.style-1 fieldset input {
  height: max-content;
  font-size: 32px;
  line-height: 40px;
}
.form-search.style-1 fieldset input::placeholder {
  color: var(--Black);
}
.form-search.style-1 button {
  right: 0;
}

.form-send-email {
  position: relative;
}
.form-send-email fieldset input {
  height: 64px;
  border-radius: 999px;
  border-color: rgba(0, 0, 0, 0.1607843137);
}
.form-send-email .button-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.form-send-email .button-submit .tf-btn {
  height: 46px;
}

.send-mail fieldset input {
  color: #999999;
  border-color: #bbbbbb !important;
}

.form-newsletter fieldset input {
  background-color: var(--dark-color2);
}

.form-leave-comment textarea {
  height: 200px;
  margin-bottom: 42px;
  border-radius: 24px;
}

.form-help fieldset input {
  background-color: transparent;
  height: 52px;
}
.form-help textarea {
  background-color: transparent;
  height: 182px;
}

.wrap-sort {
  display: flex;
  align-items: center;
  gap: 25px;
}
.wrap-sort .tf-dropdown-sort {
  flex: 1;
}

.tf-dropdown-sort {
  position: relative;
  border-radius: 999px;
  padding: 0 12px;
  height: 46px;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid var(--Mono-gray-2);
}
.tf-dropdown-sort .icon {
  font-size: 20px;
}
.tf-dropdown-sort .btn-select {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tf-dropdown-sort .dropdown-menu {
  width: 100%;
  border: 0;
  padding: 15px 5px;
  border-radius: 0;
  max-height: 68vh;
  isolation: isolate;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar-track {
  background-color: var(--border);
}
.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 4px;
}
.tf-dropdown-sort .select-item {
  position: relative;
  padding: 0 15px;
  line-height: 30px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-dropdown-sort .select-item.active {
  background-color: var(--line);
  color: var(--main);
  padding: 0 15px !important;
  border: 0 !important;
}
.tf-dropdown-sort .select-item:hover {
  background-color: var(--border);
  color: var(--dark-color);
}
.tf-dropdown-sort:hover {
  border-color: var(--bord);
}

.tf-check {
  position: relative;
  background: transparent;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: var(--White) !important;
}
.tf-check:checked {
  background-color: var(--Primary) !important;
}
.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}
.tf-check::before {
  font-family: "icomoon";
  content: "\e930";
  position: absolute;
  color: var(--White);
  opacity: 0;
  left: 4px;
  top: 4px;
  font-size: 12px;
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-fieldset-item {
  display: grid;
  gap: 17px;
}
.box-fieldset-item .fieldset-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.form-project fieldset input {
  padding: 7px 40px 4px 0px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.form-project fieldset input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.form-project .tf-btn {
  height: 52px;
  padding: 0 29px;
}
.form-project .tf-btn span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.tf-select-tranform-lable {
  position: relative;
  width: 100%;
}
.tf-select-tranform-lable .select-label {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 16px;
  color: var(--Mono-gray-5);
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-select-tranform-lable select {
  height: 48px;
  border-radius: 999px;
  border: 1px solid var(--Mono-gray-3);
  font-size: 16px;
  color: var(--Black);
  width: 100%;
  padding: 20px 20px 9.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tf-select-tranform-lable select:focus {
  outline: none !important;
}
.tf-select-tranform-lable.focused .select-label {
  font-size: 12px;
  transform: translateY(-70%);
}

.form-checkout {
  padding: 24px 15px;
  border-radius: 24px;
  border: 1px solid var(--Primary);
}
.form-checkout .grid-2 {
  gap: 10px;
}

.form-newsletter.style-1 .subscribe-content {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.form-newsletter.style-1 fieldset {
  flex: 1;
}
.form-newsletter.style-1 fieldset input {
  border-radius: 12px;
  padding-left: 46px;
}
.form-newsletter.style-1 .icon {
  font-size: 20px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.form-newsletter.style-1.has-border fieldset {
  flex: 1;
}
.form-newsletter.style-1.has-border fieldset input {
  border: 1px solid #d9dce3;
  background-color: transparent;
}
.form-newsletter.style-2 {
  max-width: 212px;
  background-image: url(../images/item/border.svg);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 5.1707317073;
}
.form-newsletter.style-2 .subscribe-content {
  display: flex;
  align-items: center;
}
.form-newsletter.style-2 fieldset {
  flex: 1 0 auto;
}
.form-newsletter.style-2 fieldset input {
  background: transparent;
  height: 40px;
  border-radius: 37px;
  max-width: 172px;
  padding: 12px 0 10px 16px;
}
.form-newsletter.style-2 .subscribe-button {
  height: 28px;
  width: 28px;
  border-radius: 999px;
  background-color: var(--primary);
  flex: 0 0 auto;
  aspect-ratio: 1;
  padding: 5px;
  margin-right: 6px;
  color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-newsletter.style-2 .subscribe-button:hover {
  transform: rotate(45deg);
}

/*------------ slider ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.sw-button {
  position: unset;
  margin-top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-button.style-default {
  height: unset;
}
.sw-button.style-default i {
  font-size: 24px;
}
.sw-button.style-default::after {
  display: none;
}
.sw-button.style-default.has-bg {
  width: 52px;
  height: 52px;
  background-color: var(--Primary);
  border-radius: 999px;
  color: var(--White);
  border: 1px solid var(--Primary);
}
.sw-button.style-default.has-bg.v2.swiper-button-disabled, .sw-button.style-default.has-bg.v2:hover {
  opacity: 1;
  background-color: var(--White);
  border-color: var(--Primary);
  color: var(--Primary);
}
.sw-button.style-default.has-bg.v2.swiper-button-disabled svg path, .sw-button.style-default.has-bg.v2:hover svg path {
  stroke: var(--Primary);
}
.sw-button.style-default.has-bg.swiper-button-disabled, .sw-button.style-default.has-bg:hover {
  opacity: 1;
  background-color: var(--White);
  border-color: var(--Border);
  color: var(--Black);
}
.sw-button.style-default.has-bg.swiper-button-disabled svg path, .sw-button.style-default.has-bg:hover svg path {
  stroke: var(--Black);
}
.sw-button.style-default.has-bg::after {
  display: none;
}
.sw-button.style-1 {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 18px;
  color: var(--dark-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-button.style-1::after {
  display: none;
}
.sw-button.style-1:hover {
  color: var(--Primary);
}
.sw-button.style-1.bg-liner {
  background: linear-gradient(264deg, rgba(255, 255, 255, 0.1) -1.01%, rgba(255, 255, 255, 0) 149.68%);
}
.sw-button.style-1.bg-liner i {
  color: var(--White);
}
.sw-button.style-2 {
  color: var(--White);
  background-color: var(--dark-color);
  height: 32px;
  width: 32px;
  border-radius: 4px;
  border: 1px solid var(--dark-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-button.style-2.swiper-button-disabled {
  background-color: var(--five);
  border: 1px solid var(--border);
  color: var(--black);
  opacity: 1;
}
.sw-button.style-2:hover {
  background-color: var(--White);
  color: var(--dark-color);
}
.sw-button.style-2::after {
  display: none;
}

.sw-progress {
  position: relative;
  height: 8px !important;
  width: 136px !important;
}
.sw-progress .swiper-pagination-progressbar-fill {
  background-color: var(--Primary);
}

.sw-line {
  max-width: max-content;
}
.sw-line .swiper-pagination-bullet {
  width: 72px;
  border-radius: 25px;
  background-color: #6c6c6c;
  height: 8px;
}
.sw-line .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--White) !important;
}

.sw-dots .swiper-pagination-bullet {
  background-color: var(--Mono-gray-7);
  opacity: 1;
  width: 7px;
  height: 7px;
}
.sw-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--Primary) !important;
}
.sw-dots.style-1 .swiper-pagination-bullet {
  background-color: var(--Mono-gray-7);
  width: 8px;
  height: 8px;
}
.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--White) !important;
}

/*------------ off canvas ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.popup-form-search,
.popup-cart {
  position: absolute;
  top: 100%;
  background-color: var(--White);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.06);
  width: 549px;
  right: 0;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-form-search .form-search,
.popup-cart .form-search {
  margin-bottom: 24px;
}
.popup-form-search .wrap-tag,
.popup-cart .wrap-tag {
  display: flex;
}
.popup-form-search .tag-item,
.popup-cart .tag-item {
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--Mono-gray-5);
  border-radius: 28px;
  cursor: pointer;
}
.popup-form-search .tag-item i,
.popup-cart .tag-item i {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-form-search .tag-item .remove-item:hover,
.popup-cart .tag-item .remove-item:hover {
  color: var(--Primary);
}
.popup-form-search .close-form,
.popup-cart .close-form {
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  transform: rotate(0);
  width: max-content;
  margin-left: auto;
}
.popup-form-search .close-form:hover,
.popup-cart .close-form:hover {
  color: var(--Primary);
  transform: rotate(90deg);
}
.popup-form-search.show,
.popup-cart.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.popup-cart {
  width: 1003px;
  overflow-x: auto;
  max-height: 780px;
}
.popup-cart::-webkit-scrollbar {
  width: 0px;
}
.popup-cart .close-form {
  position: absolute;
  top: 15px;
  right: 15px;
}
.popup-cart .heading .link {
  text-decoration: underline;
}
.popup-cart .product-item.style-cart .img-style {
  max-width: 160px;
}
.popup-cart .tf-mini-cart-tool {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--Mono-gray-2);
  margin-bottom: 32px;
}
.popup-cart .tf-mini-cart-tool i {
  color: var(--Black);
  font-size: 36px;
}
.popup-cart .tf-mini-cart-tool .link {
  flex: 1;
  justify-content: center;
}

.offcanvas-backdrop,
.overlay-filter {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.7;
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offcanvas-backdrop.show,
.overlay-filter.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.canvas-wrapper {
  padding: 0;
  isolation: isolate;
  height: 100%;
  width: 100%;
  max-height: none;
  display: grid;
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
}

.canvas-body {
  background-color: var(--White);
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.canvas-body::-webkit-scrollbar {
  width: 5px;
}
.canvas-body::-webkit-scrollbar-track {
  background-color: var(--Mono-gray-5);
}
.canvas-body::-webkit-scrollbar-thumb {
  background: var(--Primary);
  border-radius: 4px;
}

.canvas-header {
  background-color: var(--White);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.canvas-header .close-filter {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Mono-gray-2);
}

/*------------ blog ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.blog-article-item .article-thumb {
  position: relative;
  border-radius: 24px;
  width: 100%;
}
.blog-article-item .article-thumb img {
  width: 100%;
  object-fit: cover;
}
.blog-article-item .article-thumb::before {
  position: absolute;
  content: "";
  opacity: 0;
  width: 95%;
  height: 95%;
  transition: all 0.4s ease;
  border: 2px solid var(--Primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  z-index: 1;
}
.blog-article-item .title a {
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.blog-article-item .tag {
  background-color: var(--Mono-dark-9);
  width: 47px;
  height: 64px;
  padding: 0 10px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 32px;
  top: 32px;
}
.blog-article-item.style-1 .article-thumb, .blog-article-item.style-3 .article-thumb, .blog-article-item.style-4 .article-thumb {
  border-radius: unset;
}
.blog-article-item.style-1 .article-thumb::before, .blog-article-item.style-3 .article-thumb::before, .blog-article-item.style-4 .article-thumb::before {
  display: none;
}
.blog-article-item.style-1 .btn_link, .blog-article-item.style-3 .btn_link, .blog-article-item.style-4 .btn_link {
  position: relative;
  color: var(--Primary);
}
.blog-article-item.style-1 .btn_link::after, .blog-article-item.style-3 .btn_link::after, .blog-article-item.style-4 .btn_link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-article-item.style-1 .btn_link:hover::after, .blog-article-item.style-3 .btn_link:hover::after, .blog-article-item.style-4 .btn_link:hover::after {
  background-color: var(--Black);
}
.blog-article-item.style-1 .article-thumb, .blog-article-item.style-3 .article-thumb, .blog-article-item.style-4 .article-thumb {
  position: relative;
  width: 100%;
  height: 553px;
  overflow: hidden;
}
.blog-article-item.style-1 .article-thumb img, .blog-article-item.style-3 .article-thumb img, .blog-article-item.style-4 .article-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  transition: 0.5s;
  background-size: cover;
}
.blog-article-item.style-1 .article-thumb img:nth-child(1), .blog-article-item.style-3 .article-thumb img:nth-child(1), .blog-article-item.style-4 .article-thumb img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-article-item.style-1 .article-thumb:hover img:nth-child(2), .blog-article-item.style-3 .article-thumb:hover img:nth-child(2), .blog-article-item.style-4 .article-thumb:hover img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-article-item.style-1 .article-thumb:hover img:nth-child(1), .blog-article-item.style-3 .article-thumb:hover img:nth-child(1), .blog-article-item.style-4 .article-thumb:hover img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.blog-article-item.style-2 {
  position: relative;
}
.blog-article-item.style-2 .article-thumb {
  border-radius: 47.92px;
}
.blog-article-item.style-2 .article-thumb::before {
  content: "";
  border-radius: 47.92px;
  position: absolute;
  border: none;
  transform: unset;
  opacity: 1;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(179.86deg, rgba(0, 0, 0, 0) 35.89%, rgba(0, 0, 0, 0.6) 99.87%);
}
.blog-article-item.style-2 .article-content {
  padding: 0 15px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 40px;
}
.blog-article-item.style-3 .article-thumb {
  height: 406px;
  border-radius: 24px;
}
.blog-article-item.style-4 .article-thumb {
  height: 280px;
  border-radius: 16px;
}
.blog-article-item.style-4 .blog-article-meta {
  gap: 28px;
}
.blog-article-item:hover .article-thumb::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.blog-article-item:hover .title a {
  background-size: 100% 1.5px;
}

.blog-article-meta {
  gap: 22px;
}
.blog-article-meta .meta-item {
  position: relative;
  color: var(--Primary);
}
.blog-article-meta .meta-item:not(:first-child)::after {
  position: absolute;
  content: "/";
  left: -15px;
}
.blog-article-meta .meta-item.date {
  color: var(--Mono-gray-7);
}
.blog-article-meta.style-2 .meta-item {
  position: relative;
  color: var(--Mono-gray-6);
}
.blog-article-meta.style-2 .meta-item:not(:first-child)::after {
  content: "";
  left: -15px;
  height: 4px;
  width: 4px;
  border-radius: 999px;
  background-color: var(--Mono-gray-6);
  top: 50%;
  transform: translateY(-50%);
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.relatest-post-item {
  display: flex;
  gap: 20px;
}
.relatest-post-item .image {
  border-radius: 12px;
  flex-shrink: 0;
  margin-top: 7px;
}
.relatest-post-item.style-1 {
  align-items: center;
}

.sidebar .relatest-post-item:not(:last-child) {
  margin-bottom: 9px;
}

.sidebar-categories .item {
  position: relative;
}
.sidebar-categories .item:not(:last-child) {
  margin-bottom: 14px;
}
.sidebar-categories .item a {
  position: relative;
}
.sidebar-categories .item a::after {
  content: "";
  position: absolute;
  background-color: var(--Primary);
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  bottom: 0;
}
.sidebar-categories .item span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  margin-left: 4px;
}
.sidebar-categories .item:hover a,
.sidebar-categories .item:hover span {
  color: var(--Primary);
}
.sidebar-categories .item:hover a::after {
  width: 100%;
}

.wrap-popular-tag {
  display: flex;
  gap: 14px 12px;
  flex-wrap: wrap;
}
.wrap-popular-tag .popular-tag-item {
  display: flex;
  align-items: center;
  border-radius: 30px;
  height: 36px;
  padding: 0 16px;
  background-color: var(--Sub-color-1);
  color: var(--Mono-dark-9);
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.wrap-popular-tag .popular-tag-item::before {
  position: absolute;
  content: "";
  opacity: 0;
  width: 110%;
  height: 110%;
  transition: all 0.4s ease;
  border: 1px solid var(--Border);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  z-index: 1;
}
.wrap-popular-tag .popular-tag-item:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.heading-single-post .box-infor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.heading-single-post .box-infor .right {
  display: flex;
  gap: 33px;
}
.heading-single-post .box-infor .right .wrap {
  gap: 15px;
}
.heading-single-post .item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.heading-single-post .item i {
  font-size: 26px;
}
.heading-single-post .item.share {
  gap: 25px;
}
.heading-single-post .item.copy i {
  font-size: 19px;
}

.section-sigle-post .wrap-tag {
  padding-bottom: 122px;
  border-bottom: 1px solid var(--Border);
  margin-bottom: 110px;
}
.section-sigle-post .thumbs-post-single-2 img {
  min-height: 240px;
  object-fit: cover;
}

.wishlist-post-sigle {
  height: 36px;
  padding: 0 12px;
  border-radius: 24px;
  border: 1px solid var(--Mono-gray-2);
  gap: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wishlist-post-sigle i {
  font-size: 24px;
  color: var(--Error);
}
.wishlist-post-sigle:hover {
  border-color: var(--Primary);
}

.single-post-content ul {
  max-width: 981px;
  display: grid;
  gap: 33px;
}

.quote {
  padding: 0 42px;
}
.quote .text {
  font-style: italic;
  font-family: "DM Sans", serif;
  font-weight: 400;
}

.box-user .avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
}

/*------------ testimonial ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.testimonial {
  padding: 24px 15px;
}
.testimonial .box-user {
  gap: 12px;
}
.testimonial.style-default {
  border: 1px solid var(--Primary-1);
  border-radius: 20px;
  background-color: var(--White);
}
.testimonial.style-default .icon {
  color: var(--Primary-3);
  font-size: 30px;
}
.testimonial.style-1 {
  position: absolute;
  padding: 0 !important;
  z-index: 10;
}
.testimonial.style-1 .avatar {
  position: relative;
}
.testimonial.style-1 .avatar::after, .testimonial.style-1 .avatar::before {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 9999px;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial.style-1 .avatar::after {
  animation-delay: 0.5s;
}
.testimonial.style-1 .avatar::before {
  animation-delay: 0.9s;
}
.testimonial.style-1 .avatar img {
  height: 96px;
  width: 96px;
  padding: 12px;
  border-radius: 999px;
  background-color: var(--White);
}
.testimonial.style-1 .content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 40px 32px;
  border-radius: 18px;
  background-color: var(--White);
  min-width: 499px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.testimonial.style-1 .content.top {
  bottom: calc(100% + 13px);
}
.testimonial.style-1 .content.top .arrow {
  bottom: -8px;
  transform: rotate(-136deg);
}
.testimonial.style-1 .content.bottom {
  top: calc(100% + 13px);
}
.testimonial.style-1 .content .arrow {
  position: absolute;
  bottom: calc(100% - 14px);
  left: 45px;
  border-top: 20px solid var(--White);
  border-right: 20px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
.testimonial.style-1:hover .content {
  visibility: visible;
  opacity: 1;
}
.testimonial.style-1:hover .avatar::after, .testimonial.style-1:hover .avatar::before {
  opacity: 1;
}
.testimonial.style-2 {
  text-align: center;
}
.testimonial.style-2 .logo {
  margin-bottom: 66px;
}
.testimonial.style-2 .text {
  margin-bottom: 113px;
}
.testimonial.style-3 {
  border-radius: 12px;
  background-color: var(--White);
  min-height: 415px;
  flex-direction: column;
  gap: 12px;
  display: flex;
  justify-content: space-between;
}
.testimonial.style-3 .box-user .avatar {
  border-radius: 10px;
}
.testimonial.style-4 {
  padding: 0;
}
.testimonial.style-4 .content {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.testimonial.style-4 .left {
  max-width: 612px;
  flex: 1;
}

/*------------ accordion ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.accordion-item .accordion-title {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 5px;
}
.accordion-item .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}
.accordion-item .accordion-title:not(.collapsed) .icon::before {
  background-color: var(--Primary);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-item .accordion-title:not(.collapsed) .title {
  color: var(--Primary);
}
.accordion-item .title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-item .icon {
  height: 24px;
  width: 24px;
  position: relative;
}
.accordion-item .icon::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background-color: var(--Black);
  transition: 0.25s ease-in-out;
}
.accordion-item .icon::before {
  position: absolute;
  content: "";
  right: 17px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 16px;
  background-color: var(--Black);
  transition: 0.25s ease-in-out;
}
.accordion-item .accordion-faqs-content {
  padding-top: 20px;
}
.accordion-item.style-default {
  padding: 36px 0 37px;
  position: relative;
  border-top: 1px solid var(--Mono-gray-3);
}
.accordion-item.style-default .accordion-title,
.accordion-item.style-default .accordion-faqs-content {
  position: relative;
  z-index: 2;
}
.accordion-item.style-default .accordion-title:not(.collapsed) .icon::before {
  background-color: var(--Primary);
}
.accordion-item.style-default .accordion-title:not(.collapsed) .title {
  color: var(--Primary);
}
.accordion-item.style-default .heading .title {
  display: flex;
  gap: 56px;
}
.accordion-item.style-default .heading span {
  width: 33px;
}
.accordion-item.style-default .accordion-faqs-content {
  padding-left: 89px;
  padding-top: 20px;
}
.accordion-item.style-default.active {
  border-color: var(--Primary);
}
.accordion-item.style-default.v2, .accordion-item.style-default.v3, .accordion-item.style-default.v4 {
  border-bottom: 1px solid var(--Mono-gray-3);
  border-top: unset;
}
.accordion-item.style-default.v2 .accordion-faqs-content, .accordion-item.style-default.v3 .accordion-faqs-content, .accordion-item.style-default.v4 .accordion-faqs-content {
  padding-left: 0;
}
.accordion-item.style-default.v2.active, .accordion-item.style-default.v3.active, .accordion-item.style-default.v4.active {
  border-color: var(--Primary);
}
.accordion-item.style-default.v2 {
  padding: 33px 0 29px;
}
.accordion-item.style-default.v2 .accordion-faqs-content {
  padding-top: 8px;
}
.accordion-item.style-default.v3 {
  padding: 35px 0 31px;
  border-block-end: 2px dashed var(--Mono-gray-3);
}
.accordion-item.style-default.v3 p {
  max-width: 753px;
}
.accordion-item.style-default.v3 .accordion-faqs-content {
  padding-top: 11px;
}
.accordion-item.style-default.v3.active {
  border-color: var(--Primary);
}
.accordion-item.style-default.v4 {
  border: 1px solid var(--Mono-gray-2);
  border-radius: 12px;
  padding: 22px 24px 21px;
}
.accordion-item.style-default.v4 .accordion-title:not(.collapsed) .icon::before {
  background-color: var(--Mono-gray-5);
}
.accordion-item.style-default.v4 .accordion-faqs-content {
  padding-top: 15px;
}
.accordion-item.style-default.v5 {
  border-top-style: dashed;
  padding: 36px 0 40px;
}
.accordion-item.style-default.v5 .list {
  padding-left: 10px;
  gap: 9px;
}
.accordion-item.style-default.v5 .accordion-faqs-content {
  padding-top: 23px;
}
.accordion-item.style-default .list {
  display: grid;
  gap: 12px;
}
.accordion-item.style-default .list li {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
.accordion-item.style-default .list li::before {
  position: relative;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: var(--Color-dark);
  flex-shrink: 0;
}
.accordion-item.style-1 {
  background-color: var(--Mono-gray-1);
  padding: 22.5px 24px;
}
.accordion-item.style-1 .icon::after, .accordion-item.style-1 .icon::before {
  background-color: #141b34;
}
.accordion-item.style-1 .accordion-faqs-content {
  padding-top: 13px;
}
.accordion-item.style-1 .accordion-faqs-content {
  font-style: italic;
}
.accordion-item.style-1.active {
  background-color: var(--Sub-color-2);
}

/*------------ shop ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.product-item .img-style {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 17px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 4px solid transparent;
  width: 100%;
}
.product-item .img-style img {
  object-fit: cover;
}
.product-item .on-sale-wrap {
  position: absolute;
  display: flex;
  top: 5px;
  right: 5px;
  left: 5px;
  z-index: 5;
}
.product-item .on-sale-wrap .on-sale-item {
  height: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ef2a10;
  padding: 0 14px;
  border-radius: 8px;
  color: var(--White);
  font-weight: 500;
  font-size: 14;
  line-height: 24;
}
.product-item .content {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.product-item .info {
  max-width: 296px;
}
.product-item .product-name a {
  display: inline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.product-item .price {
  color: var(--White);
}
.product-item .new-price {
  color: #ef2a10;
}
.product-item .old-price {
  color: var(--mono-gray2);
  text-decoration: line-through;
}
.product-item .add-cart {
  margin-top: 7px;
  width: 46px;
  height: 46px;
  border: 1.11px solid #bbbbbb;
  border-radius: 999px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--Black);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .add-cart:hover {
  background-color: var(--Primary);
  border-color: var(--Primary);
  color: var(--White);
}
.product-item:hover .img-style {
  border-color: var(--primary);
}
.product-item:hover .product-name a {
  background-size: 100% 1px;
}
.product-item.style-list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.product-item.style-list .img-style {
  width: 48%;
  margin-bottom: 0;
}
.product-item.style-list .content {
  flex-direction: column;
  width: 100%;
}
.product-item.style-list .info {
  max-width: unset;
}
.product-item.style-list .box-icon {
  position: relative;
}
.product-item.style-list .box-icon .tooltip {
  top: -100%;
  margin-top: 5px;
  margin-right: 0;
  transform: translateY(8px);
  right: unset;
}
.product-item.style-list .box-icon .tooltip::before {
  top: 85%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  right: unset;
}
.product-item.style-list .box-icon:hover .tooltip {
  transform: none;
}
.product-item.style-list .add-cart {
  max-width: 272px;
  height: 32px;
  width: 100%;
}
.product-item.style-cart {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-item.style-cart .img-style {
  max-width: 263px;
}
.product-item.style-cart .content {
  max-width: 299px;
  width: 100%;
}
.product-item.style-cart .content .info {
  max-width: unset;
}
.product-item .box-icon {
  cursor: pointer;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 3px;
  background-color: var(--White);
  color: var(--Mono-dark-9);
  position: relative;
  z-index: 6;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid var(--Mono-gray-2);
}
.product-item .box-icon .icon {
  font-size: 20px;
}
.product-item .box-icon svg {
  width: 18px;
}
.product-item .box-icon svg path {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-item .box-icon.active, .product-item .box-icon:hover {
  background-color: var(--Primary) !important;
  color: var(--White) !important;
}
.product-item .box-icon:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-8px);
  transition-delay: 0.1s;
}
.product-item .box-icon:hover svg path {
  stroke: var(--White);
}
.product-item .tooltip {
  z-index: 202;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  right: 100%;
  border-radius: 4px;
  white-space: nowrap;
  background-color: var(--Primary);
  color: var(--White);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 8px 8px;
  max-width: 250px;
  width: max-content;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.product-item .tooltip::before {
  content: "";
  top: 50%;
  left: unset;
  transform: translateY(-50%) rotate(45deg);
  right: -4px;
  position: absolute;
  background: var(--Primary);
  width: 8px;
  height: 8px;
  z-index: 100;
}
.product-item .list-product-btn {
  width: 100%;
  display: flex;
  gap: 10px;
}

.range-price .box-price-product {
  display: flex;
  justify-content: space-between;
  max-width: 326px;
}
.range-price .box-price-item {
  height: 44px;
  width: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--Mono-gray-8);
}
.range-price .box-price-item.min {
  border: 1px solid #8c8c8c;
  background-color: var(--White);
}
.range-price .box-price-item.max {
  background-color: var(--White);
}
.range-price .btn-go {
  background-color: var(--Primary);
  border-radius: 12px;
  color: var(--White);
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.range-price .btn-go:hover {
  background-color: var(--Mono-dark-9);
}

.thumbs-slider {
  gap: 24px;
}

.tf-product-media-thumbs .swiper-slide {
  height: max-content;
  width: auto;
  border-radius: 4px;
  overflow: hidden;
}
.tf-product-media-thumbs .swiper-slide .item {
  position: relative;
  cursor: pointer;
}
.tf-product-media-thumbs .swiper-slide .item img {
  border-radius: 16px;
}
.tf-product-media-thumbs .swiper-slide .item::after {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  border-radius: 16px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item::after {
  border-color: var(--Primary);
}

.tf-product-media-main {
  border-radius: 12px;
  overflow: hidden;
}
.tf-product-media-main .pagination-wrap {
  position: absolute;
  justify-content: space-between;
  left: 0;
  right: 0;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  padding: 0 33px;
}
.tf-product-media-main .pagination-wrap i {
  color: var(--black);
  font-size: 26px;
}
.tf-product-media-main .item {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
.tf-product-media-main .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tf-product-info-wrap .list {
  display: grid;
  gap: 12px;
}
.tf-product-info-wrap .list li {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 10px;
}
.tf-product-info-wrap .list li::before {
  position: relative;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: var(--Color-dark);
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-product-info-wrap .list li:hover::before, .tf-product-info-wrap .list li.active::before {
  background-color: var(--Primary);
}
.tf-product-info-wrap .list li:hover a, .tf-product-info-wrap .list li.active a {
  color: var(--Primary);
}

.tf-product-wrap-btn {
  max-width: 392px;
}

.tf-product-info-price {
  display: flex;
  align-items: center;
  gap: 17px;
}
.tf-product-info-price .price-on-sale {
  color: #ef2a10;
}
.tf-product-info-price .compare-at-price {
  text-decoration: line-through;
}

.variant-picker-item .variant-picker-values {
  display: flex;
  gap: 10px 20px;
  align-items: center;
  flex-wrap: wrap;
}
.variant-picker-item .variant-picker-values.gap12 {
  gap: 12px;
}
.variant-picker-item .variant-picker-values.type-click input:checked + label {
  border: 1px solid var(--Onsurface);
  padding: 3px;
}
.variant-picker-item .variant-picker-values.type-click input:checked + label.style-text-1 {
  background-color: var(--Onsurface);
  border: 1px solid var(--Onsurface);
}
.variant-picker-item .variant-picker-values.type-click input:checked + label.style-text-1 span {
  color: var(--White);
}
.variant-picker-item .variant-picker-values input {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.variant-picker-item .variant-picker-values input:checked + label.style-text {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.variant-picker-item .variant-picker-values input:checked + label.style-text span {
  color: var(--White);
}
.variant-picker-item .variant-picker-values label {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px;
  border: 1px solid transparent;
  background-color: var(--White);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 400;
  line-height: 22.4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 4px;
}
.variant-picker-item .variant-picker-values label .btn-checkbox {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.variant-picker-item .variant-picker-values .color-btn.line {
  border-color: var(--line);
}
.variant-picker-item .variant-picker-values .color-btn.active {
  padding: 4px;
  color: var(--White);
  border-color: var(--Primary);
}

.tf-product-info-rate {
  display: flex;
  gap: 32px;
  align-items: center;
}
.tf-product-info-rate .ratings {
  position: relative;
}
.tf-product-info-rate .ratings::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #5f697c;
  right: -16px;
}
.tf-product-info-rate .ratings i {
  font-size: 18px;
  color: #f4752d;
}

.tf-product-info-by-btn {
  gap: 12px;
}
.tf-product-info-by-btn .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--mono-gray7);
  font-size: 14px;
  color: var(--White);
}
.tf-product-info-by-btn .box-icon:hover, .tf-product-info-by-btn .box-icon.active {
  background-color: var(--primary);
  border-color: var(--primary);
}

.tf-product-info-quantity {
  gap: 23px;
}

.wg-quantity {
  width: 117px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #bbc1ce;
  border-radius: 999px;
  overflow: hidden;
}
.wg-quantity input {
  width: 60px;
  height: 44px;
  padding: 0;
  background-color: transparent;
  border: 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--Primary);
  pointer-events: none;
}
.wg-quantity .btn-quantity {
  width: 44px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--White);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-quantity .btn-quantity:hover {
  color: var(--Primary);
}
.wg-quantity.style-1 {
  width: 140px;
}
.wg-quantity.style-1 .btn-quantity {
  height: 44px;
  font-size: 30px;
}
.wg-quantity.style-1 input {
  pointer-events: none;
  width: 50px;
}

.sildebar-fiiler {
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sildebar-fiiler .point::before {
  background-color: var(--primary);
}
.sildebar-fiiler .filter,
.sildebar-fiiler .categories,
.sildebar-fiiler .wrap-range {
  border-radius: 24px;
  background-color: #e2ecf9;
}
.sildebar-fiiler .wrap-range {
  padding: 31px 40px 45px;
}
.sildebar-fiiler .categories {
  padding: 35px 42px 33px;
  margin-bottom: 39px;
}
.sildebar-fiiler .categories .list li {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 10px;
}
.sildebar-fiiler .categories .list li::before {
  position: relative;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: var(--Color-dark);
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sildebar-fiiler .categories .list li:hover::before, .sildebar-fiiler .categories .list li.active::before {
  background-color: var(--Primary);
}
.sildebar-fiiler .categories .list li:hover a, .sildebar-fiiler .categories .list li.active a {
  color: var(--Primary);
}
.sildebar-fiiler .wrap-categories {
  display: grid;
  gap: 17px;
}
.sildebar-fiiler .filter {
  padding: 32px 40px 33px;
}
.sildebar-fiiler form.style-line-bot fieldset input {
  padding: 6px 40px 12px 0px;
  font-size: 18px;
  font-weight: 400;
}
.sildebar-fiiler form.style-line-bot fieldset input::placeholder {
  font-size: 18px;
  font-weight: 400;
}
.sildebar-fiiler form.style-line-bot button svg path {
  stroke: var(--mono-gray2);
}
.sildebar-fiiler.show {
  transform: none;
}

.wrap-shop .top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wrap-shop .top .wrap-sort {
  flex: 54%;
}
.wrap-shop .top .wrap {
  flex: 25%;
}
.wrap-shop .top .wrap-layout {
  flex: 10%;
}
.wrap-shop .top .wrap-layout .nav-tab-filter {
  justify-content: end;
}
.wrap-shop .top .result-count {
  flex: 20%;
}
.wrap-shop .nav-tab-filter {
  display: flex;
  gap: 14px;
}
.wrap-shop .nav-tab-filter .nav-link-item {
  padding: 13px;
  border-radius: 999px;
  background-color: var(--Mono-dark-9);
}
.wrap-shop .nav-tab-filter .nav-link-item svg path,
.wrap-shop .nav-tab-filter .nav-link-item svg circle,
.wrap-shop .nav-tab-filter .nav-link-item svg rect {
  stroke: white;
}
.wrap-shop .nav-tab-filter .nav-link-item.active {
  background-color: var(--Primary);
}
.wrap-shop .nav-tab-filter .nav-link-item.active svg path,
.wrap-shop .nav-tab-filter .nav-link-item.active svg circle,
.wrap-shop .nav-tab-filter .nav-link-item.active svg rect {
  stroke: white;
}

.filterShop {
  position: fixed;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 0 12px 12px 0;
  background-color: black;
  font-size: 18px;
  box-shadow: 0 0 3px #0c5af5;
  color: white;
  cursor: pointer;
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.cart-product .left {
  padding: 24px 15px;
  border: 1px solid var(--Primary);
  border-radius: 24px;
}

.tf-cart-item_product {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.tf-cart-item_product:not(:last-child) {
  border-bottom: 1px solid var(--Mono-gray-2);
}
.tf-cart-item_product .product-item {
  width: 100%;
}
.tf-cart-item_product .remove-cart {
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tf-cart-item_product .remove-cart:hover {
  color: var(--Primary);
}
.tf-cart-item_product .tf-check {
  background-color: var(--Mono-gray-3) !important;
}
.tf-cart-item_product .tf-check:checked {
  background-color: var(--Primary) !important;
}

.cart-totals {
  border-radius: 24px;
  border: 1px solid var(--Primary);
  padding: 27px 40px 40px;
}
.cart-totals .title {
  margin-bottom: 21px;
}
.cart-totals .info {
  margin-bottom: 20px;
  justify-content: space-between;
}
.cart-totals .info .price {
  color: var(--Error);
}
.cart-totals .nice-select {
  padding: 18px 0 30px;
}
.cart-totals .sub-total {
  padding: 26px 0 22px;
  border-bottom: 1px solid var(--Mono-gray-2);
  border-top: 1px solid var(--Mono-gray-2);
  margin-bottom: 53px;
}
.cart-totals .total {
  padding: 32px 0;
  margin-bottom: 12px;
}
.cart-totals.v2 {
  padding: 27px 38px 25px;
}
.cart-totals.v2 .nice-select {
  padding: 33px 0 29px;
}
.cart-totals.v2 .total {
  padding: 22px 0;
}
.cart-totals.v2 .info {
  margin-bottom: 0;
  justify-content: space-between;
  padding: 10px 0 5px;
  border-bottom: 1px;
  border-bottom: 1px solid var(--Mono-gray-2);
}
.cart-totals.v2 .info .price {
  color: var(--Mono-gray-6);
}
.cart-totals.v2 .sub-total {
  margin-bottom: 0;
}

.bg-color-blue-sapphire {
  background: #234674;
}

.bg-color-seafoam-green {
  background: #75d1af;
}

.bg-color-dusty-rose {
  background: #c6637d;
}

.bg-color-light-gray {
  background: #cccdcf;
}

/*------------ map ---------------- */
/*------------ hover ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.hover-image .img-style,
.hover-image .article-thumb {
  position: relative;
  overflow: hidden;
}
.hover-image .img-style:after,
.hover-image .article-thumb:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.hover-image .img-style img,
.hover-image .article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.hover-image:hover .img-style:after,
.hover-image:hover .article-thumb:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.hover-image:hover .img-style img,
.hover-image:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-2 .image-rotate {
  overflow: hidden;
}
.hover-image-2 .image-rotate img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-image-2:hover .image-rotate img {
  transform: scale(1.1) rotate(3deg);
}

.hover-image-3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hover-image-3 .article-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  transition: 0.5s;
  background-size: cover;
}
@media (max-width: 1023px) {
  .hover-image-3 .article-thumb img {
    position: unset;
    width: 100%;
    height: auto;
  }
}
.hover-image-3 .article-thumb img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
@media (max-width: 1023px) {
  .hover-image-3 .article-thumb img:nth-child(1) {
    display: none;
  }
}
.hover-image-3:hover .article-thumb img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
@media (max-width: 1023px) {
  .hover-image-3:hover .article-thumb img:nth-child(2) {
    opacity: 1;
  }
}
.hover-image-3:hover .article-thumb img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.effec-icon .icon img,
.effec-icon .icon i,
.effec-icon .icon svg,
.effec-icon .tf-icon img,
.effec-icon .tf-icon i,
.effec-icon .tf-icon svg {
  transition: all 0.6s ease-in-out;
}
.effec-icon:hover .icon i,
.effec-icon:hover .icon img,
.effec-icon:hover .icon svg,
.effec-icon:hover .tf-icon i,
.effec-icon:hover .tf-icon img,
.effec-icon:hover .tf-icon svg {
  transform: rotateY(360deg);
}

.hover-tooltip {
  position: relative;
}
.hover-tooltip .tooltip {
  position: absolute;
  white-space: nowrap;
  padding: 0px 8.5px;
  height: 25px;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  color: var(--White);
  max-width: 250px;
  width: max-content;
  background-color: var(--Primary);
  transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
  z-index: 5;
  font-size: 12px;
  line-height: 22px;
}
.hover-tooltip .tooltip::before {
  content: "";
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: 20px;
  position: absolute;
  background: var(--Primary);
  width: 8px;
  height: 8px;
  z-index: -1;
}
.hover-tooltip:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.hover-tooltip.tooltip-bot .tooltip {
  top: calc(100% + 5px);
  bottom: unset;
}
.hover-tooltip.tooltip-bot .tooltip::before {
  top: -2px;
}

.hover-line-text {
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.hover-line-text:hover {
  background-size: 100% 2px;
}

.hover-border .img-style,
.hover-border .article-thumb,
.hover-border .icon {
  position: relative;
}
.hover-border .img-style::before,
.hover-border .article-thumb::before,
.hover-border .icon::before {
  position: absolute;
  content: "";
  opacity: 0;
  width: 95%;
  height: 95%;
  transition: all 0.4s ease;
  border: 2px solid var(--Primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
}
.hover-border.border-element {
  position: relative;
}
.hover-border.border-element .img-style,
.hover-border.border-element .article-thumb,
.hover-border.border-element .icon {
  position: unset;
}
.hover-border.border-element::before {
  position: absolute;
  content: "";
  opacity: 0;
  width: 95%;
  height: 95%;
  transition: all 0.4s ease;
  border: 2px solid var(--Primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: inherit;
  z-index: 1;
}
.hover-border.border-element:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.hover-border:hover .img-style::before,
.hover-border:hover .article-thumb::before,
.hover-border:hover .icon::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}

/*------------ hover ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--White);
  padding: 16px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  outline: none;
  position: relative;
  transition: all linear 0.2s;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 16px;
  position: relative;
}
.nice-select::after {
  content: "\e923";
  font-family: "icomoon";
  right: 10px;
  font-size: 24px;
  top: 50%;
  color: var(--Black);
  position: absolute;
  transform: translateY(-50%) rotate(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.nice-select > span {
  font-weight: 400;
}
.nice-select > .list {
  position: absolute;
  background-color: var(--White);
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
  font-size: 14px;
  max-height: 155px;
  overflow: auto;
  z-index: 1;
}
.nice-select > .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.nice-select > .list::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.nice-select > .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.nice-select > .list .option {
  width: 100%;
  padding: 10px 10px;
  color: var(--Text);
  position: relative;
  cursor: pointer;
}
.nice-select > .list .option:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
.nice-select > .list .option.selected {
  color: var(--Main-color);
  background-color: rgba(0, 0, 0, 0.12);
}
.nice-select > .list .option.selected::after {
  position: absolute;
  font-family: "icomoon";
  content: "\e930";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.nice-select.open {
  border-color: var(--Line) !important;
  z-index: 99;
}
.nice-select.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
}
.nice-select.select-sort {
  padding-right: 30px !important;
}
.nice-select.select-sort::after {
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}
.nice-select.select-sort.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.select-sort.style-2 > .list {
  right: 0;
  left: unset;
}

.image-select.style-default {
  display: flex;
  width: max-content !important;
}
.image-select.style-default > select {
  display: none !important;
}
.image-select.style-default > .dropdown-toggle {
  padding: 0;
  padding-right: 25px;
  background-color: transparent !important;
  border: 0 !important;
  outline: none !important;
  color: var(--dark-color) !important;
}
.image-select.style-default > .dropdown-toggle::after {
  border: 0;
  position: absolute;
  right: 10px;
  content: "\e958";
  font-family: "icomoon";
  font-size: 6px;
}
.image-select.style-default .filter-option-inner-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.image-select.style-default .filter-option-inner-inner img {
  width: 24px;
  height: 24px;
}
.image-select.style-default > .dropdown-menu {
  overflow: unset !important;
  margin-top: 17px !important;
  margin-bottom: 17px !important;
  padding: 8px 10px;
  border-radius: 0;
  border: 0;
  background-color: var(--White);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
}
.image-select.style-default > .dropdown-menu a {
  padding: 5px 0;
}
.image-select.style-default > .dropdown-menu a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.image-select.style-default > .dropdown-menu a .text img {
  width: 24px;
  height: 24px;
}
.image-select.style-default > .dropdown-menu a:hover, .image-select.style-default > .dropdown-menu a:active, .image-select.style-default > .dropdown-menu a.active {
  color: var(--primary) !important;
  background-color: unset !important;
}
.image-select.style-default > .dropdown-menu::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--White);
  top: 0;
  left: 50%;
  z-index: 2;
}
.image-select.style-default > .dropdown-menu[data-popper-placement=top-start]::after {
  display: none;
}
.image-select.style-default > .dropdown-menu[data-popper-placement=top-start]::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: var(--White);
  bottom: 0%;
  left: 50%;
  z-index: 2;
}
.image-select.style-default.style-box {
  padding: 6px 11px;
  border-radius: 4px;
  border: 1px solid var(--line);
  background-color: var(--White);
}
.image-select.style-default.style-box > .dropdown-toggle {
  width: max-content;
}
.image-select.style-default.style-box .filter-option-inner-inner {
  font-size: 16px;
  line-height: 26px;
}
.image-select.style-default.style-box > .dropdown-menu {
  margin-left: -11px !important;
  width: 160px !important;
}
.image-select.type-currencies > .dropdown-menu {
  width: 60px !important;
  margin-left: calc(50% - 42px) !important;
}
.image-select.type-languages > .dropdown-menu {
  width: 96px !important;
  margin-left: calc(50% - 48px) !important;
}
.image-select.color-secondary-2 > .dropdown-toggle {
  color: var(--secondary-2);
}
.image-select.color-secondary-2 > .dropdown-toggle::after {
  color: var(--secondary-2);
}
.image-select.color-secondary-2 > .dropdown-toggle .filter-option .filter-option-inner {
  color: var(--secondary-2);
}
.image-select.color-white > .dropdown-toggle {
  color: var(--White);
}
.image-select.color-white > .dropdown-toggle::after {
  color: var(--White);
}
.image-select.color-white > .dropdown-toggle .filter-option .filter-option-inner {
  color: var(--White);
}

/*------------ slider ---------------- */
/*------------ slider ---------------- */
/*------------ animation ---------------- */
.up-down {
  -webkit-animation: up-down 1s infinite alternate;
  animation: up-down 1s infinite alternate;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.up-down-2 {
  -webkit-animation: up-down-2 0.9s infinite alternate;
  animation: up-down-2 0.9s infinite alternate;
}

@-webkit-keyframes up-down-2 {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.left-right {
  -webkit-animation: left-right 1.5s infinite alternate;
  animation: left-right 1.5s infinite alternate;
}

@-webkit-keyframes left-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  }
}
.effect-content-slide .effect-item {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}
.effect-content-slide .effect-img-zoom {
  position: relative;
}
.effect-content-slide .effect-img-zoom .img-zoom {
  -webkit-transition: all 15s linear;
  -khtml-transition: all 15s linear;
  -moz-transition: all 15s linear;
  -ms-transition: all 15s linear;
  -o-transition: all 15s linear;
  transition: all 15s linear;
  min-height: 350px;
  object-fit: cover;
}
.effect-content-slide .swiper-slide-active .effect-up,
.effect-content-slide .tab-pane.active .effect-up {
  --animation-name: slideinup;
}
.effect-content-slide .swiper-slide-active .effect-left,
.effect-content-slide .tab-pane.active .effect-left {
  --animation-name: slideinleft;
}
.effect-content-slide .swiper-slide-active .effect-right,
.effect-content-slide .tab-pane.active .effect-right {
  --animation-name: slideinright;
}
.effect-content-slide .swiper-slide-active .effect-down,
.effect-content-slide .tab-pane.active .effect-down {
  --animation-name: slideindown;
}
.effect-content-slide .swiper-slide-active .img-zoom,
.effect-content-slide .tab-pane.active .img-zoom {
  transform: scale(1.25);
}
.effect-content-slide .swiper-slide-active .effect-item.effect-1,
.effect-content-slide .tab-pane.active .effect-item.effect-1 {
  animation-delay: 0.3s;
}
.effect-content-slide .swiper-slide-active .effect-item.effect-2,
.effect-content-slide .tab-pane.active .effect-item.effect-2 {
  animation-delay: 0.5s;
}
.effect-content-slide .swiper-slide-active .effect-item.effect-3,
.effect-content-slide .tab-pane.active .effect-item.effect-3 {
  animation-delay: 0.7s;
}
.effect-content-slide .swiper-slide-active .effect-item.effect-4,
.effect-content-slide .tab-pane.active .effect-item.effect-4 {
  animation-delay: 0.9s;
}
.effect-content-slide .swiper-slide-active .effect-item.effect-5,
.effect-content-slide .tab-pane.active .effect-item.effect-5 {
  animation-delay: 1.1s;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes iconShape {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
/*------------ icon-box ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.tf-box-icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-box-icon.style-1 .icon {
  max-width: 360px;
  padding: 60px 100px;
  border-radius: 280px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  background-color: var(--White);
}
.tf-box-icon.style-1 .icon img {
  animation: iconShape 5s linear infinite;
}
.tf-box-icon.style-2 {
  height: 581px;
  padding: 32px 24px 23px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: end;
  border: 1px solid var(--Mono-gray-2);
}
.tf-box-icon.style-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/item/shape-1.png);
}
.tf-box-icon.style-2 .number {
  color: var(--Mono-gray-2);
  font-family: "DM Sans", serif;
  font-weight: 600;
  font-size: 135.36px;
  line-height: 169.2px;
  letter-spacing: -1%;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -66px;
  left: -38px;
}
.tf-box-icon.style-2 .content {
  position: relative;
  z-index: 2;
}
.tf-box-icon.style-2 .btn_link {
  margin-top: 59px;
  position: relative;
}
.tf-box-icon.style-2 .btn_link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
}
.tf-box-icon.style-2 .btn_link:hover::after {
  background-color: var(--Black);
}
.tf-box-icon.style-2:hover {
  background-color: var(--Sub-color-2);
}
.tf-box-icon.style-2:hover .number {
  color: var(--White);
}
.tf-box-icon.style-3 {
  padding: 30px 38px 26px 40px;
  border: 1px solid var(--Mono-gray-2);
  max-width: 430px;
  position: relative;
  background-image: url(../images/item/shape-2.png);
  background-repeat: no-repeat;
  background-color: var(--White);
}
.tf-box-icon.style-3 .number {
  border: 1px solid var(--Mono-gray-2);
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: var(--Mono-gray-2);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--Mono-dark-9);
  z-index: 1;
}
.tf-box-icon.style-3 .number::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  left: 100%;
  background-color: var(--Primary-fc-green-100);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
.tf-box-icon.style-3 .icon {
  max-width: max-content;
  margin-left: auto;
  margin-bottom: 131px;
}
.tf-box-icon.style-3 .title {
  margin-bottom: 2px;
}
.tf-box-icon.style-3 .title,
.tf-box-icon.style-3 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-box-icon.style-4 {
  padding: 40px 40px 33px;
  border-radius: 24px;
  height: 429px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--White);
}
.tf-box-icon.style-4 .icon {
  flex-shrink: 0;
  padding-top: 14px;
}
.tf-box-icon.style-4:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
.tf-box-icon.style-5 {
  padding: 34px 31px 26px;
  border-radius: 12px;
  border: 1px solid var(--Mono-gray-2);
}
.tf-box-icon.style-6 {
  padding: 40px 40px 45px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.tf-box-icon.style-6::after {
  content: "";
  position: absolute;
  background-image: url(../images/item/ellipse-1.png);
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  top: -36%;
  right: -30%;
}
.tf-box-icon.style-6 .icon {
  height: 64px;
  width: 64px;
  border-radius: 12px;
  background-color: var(--Primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
}
.tf-box-icon.style-7 {
  padding: 40px 40px 33px;
  background-color: var(--White);
  border-radius: 24px;
}
.tf-box-icon.style-7 i {
  font-size: 80px;
  color: var(--Primary);
}
.tf-box-icon.style-7 svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-box-icon.style-7.v2 {
  border-radius: 24px;
  background-color: var(--Sub-color-1);
  padding: 33px 32px 23px;
}
.tf-box-icon.style-7.v2 .icon i {
  font-size: 56px;
}
.tf-box-icon.style-7:hover svg path {
  stroke: var(--Primary);
}

/*------------ zoom ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.tf-zoom-main {
  position: sticky;
  top: 30px;
  z-index: 50;
}
.tf-zoom-main .drift-zoom-pane {
  top: 0;
  left: 0;
  height: 520px;
  max-width: 520px;
  width: 100%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0 1px 5px rgba(127, 127, 127, 0.0196078431), 0 5px 18px rgba(127, 127, 127, 0.2);
  z-index: 3;
}

.drift-bounding-box.drift-open {
  background: rgba(255, 255, 255, 0.2509803922);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
  z-index: 5000;
}

.drift-zoom-pane {
  z-index: 5000;
}

.section-image-zoom .other-image-zoom {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-image-zoom.zoom-active .other-image-zoom {
  opacity: 0.3;
}

.pswp__bg {
  background: var(--White);
}

.pswp__icn {
  fill: rgb(34, 34, 34);
  color: var(--White);
}
.pswp__icn .pswp__icn-shadow {
  stroke: var(--White);
  stroke-width: 1px;
  fill: none;
}

.pswp__counter {
  color: #222;
  text-shadow: 1px 1px 3px #ffffff;
}

.tf-model-viewer {
  width: 100%;
  height: 100%;
  position: relative;
}
.tf-model-viewer model-viewer {
  display: block;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.tf-model-viewer model-viewer.disabled {
  pointer-events: none;
}
.tf-model-viewer.active model-viewer {
  pointer-events: all;
}
.tf-model-viewer.active .wrap-btn-viewer {
  display: none;
}

/*------------ widgets ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.wg-pagination li {
  display: block;
  width: 46px;
  height: 46px;
}
.wg-pagination li a {
  border-radius: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--Mono-gray-5);
  border: 1px solid var(--Mono-gray-5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-pagination li a:hover, .wg-pagination li a.active {
  background-color: var(--Primary);
  border-color: var(--Primary);
  color: var(--White);
}

.tf-rating {
  gap: 3px;
}
.tf-rating i {
  font-size: 20px;
  color: var(--Error);
}

.tf-social {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tf-social a {
  height: 46px;
  width: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--Mono-gray-2);
  color: var(--Mono-gray-6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
}
.tf-social a:hover {
  background-color: var(--Primary);
  color: var(--White);
}
.tf-social.style-2 a, .tf-social.style-3 a {
  width: 36px;
  height: 36px;
  color: var(--black);
  border-radius: 16px;
  border-color: var(--Mono-gray7);
}
.tf-social.style-2 a i, .tf-social.style-3 a i {
  font-size: 14px;
}
.tf-social.style-2 a:hover, .tf-social.style-3 a:hover {
  color: var(--White);
}
.tf-social.style-3 a {
  border-radius: 999px;
}
.tf-social.style-3 a:hover {
  background-color: var(--dark-color2);
}
.tf-social.style-4 {
  gap: 8px;
}
.tf-social.style-4 a {
  height: 32px;
  width: 32px;
  color: var(--black);
  border-radius: 999px;
  font-size: 14px;
  background-color: var(--White);
}
.tf-social.style-4 a:hover {
  color: var(--White);
  background-color: var(--primary);
}

.reply-comment .wrap-comment {
  margin-bottom: 111px;
}
.reply-comment .reply-comment-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reply-comment .reply-comment-heading .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.reply-comment .box-user {
  display: flex;
  gap: 24px;
  align-items: center;
}
.reply-comment .box-user .avatar {
  width: 119px;
  height: 119px;
  border-radius: 12px;
  overflow: hidden;
}
.reply-comment .comment {
  margin-left: 143px;
}
.reply-comment .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reply-comment .heading .tf-btn {
  height: 30px;
  padding: 0 14px;
}
.reply-comment .heading .tf-btn span {
  font-size: 16px;
  line-height: 28px;
}
.reply-comment .reply-comment-wrap {
  border-bottom: 1px solid var(--Border);
  margin-bottom: 98px;
  padding-bottom: 85px;
}
.reply-comment .reply-comment-wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 112px;
}
.reply-comment .leave-comment p span {
  color: var(--Error);
}
.reply-comment.style-2 {
  padding-bottom: 40px;
}

.reply-comment-item.type-reply {
  margin-top: 31px;
  padding-top: 40px;
  margin-left: 20px;
  border-top: 1px solid var(--Border);
}

.wrap-infiniteslide {
  padding: 12px 0;
  border-top: 1px solid var(--Mono-gray-2);
  border-bottom: 1px solid var(--Mono-gray-2);
}

.tf-marquee.style-1 .marquee-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-marquee.style-1:hover .marquee-item:not(:hover) {
  filter: brightness(0.9) saturate(0) contrast(1.2) blur(2px);
}

.partner.style-1 {
  filter: brightness(100%) contrast(0%) saturate(0%) blur(0px) hue-rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partner.style-2 {
  padding-left: 30px;
}
.partner.style-3 {
  filter: brightness(133%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  padding-left: 96px;
}
.partner:hover {
  filter: unset;
}

.shape-img-bg {
  max-width: 695px;
  position: relative;
}
.shape-img-bg .img-bg-shape {
  position: absolute;
  top: -26%;
  right: -124px;
  width: 130%;
  height: 100%;
  pointer-events: none;
}
.shape-img-bg .stop-color {
  stop-color: #e2ecf9;
}
.shape-img-bg img {
  -webkit-mask-image: url(../images/item/shape-6.1.png);
  mask-image: url(../images/item/shape-6.1.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.shape-img-bg.shape-border::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--Primary);
  -webkit-animation: sliderShape 7s linear infinite;
  animation: sliderShape 4s linear infinite;
  border-radius: 48% 52% 39% 61%/49% 42% 58% 51%;
  will-change: border-radius, transform, opacity;
}
.shape-img-bg.shape-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--Primary);
  -webkit-animation: sliderShape 7s linear infinite;
  animation: sliderShape 3s linear infinite;
  border-radius: 41% 59% 50% 50%/63% 41% 59% 37%;
  will-change: border-radius, transform, opacity;
}

.case-studies-item.style-1 {
  padding: 30px 32px 32px;
  border-radius: 20px;
  background-color: var(--Sub-color-1);
  display: flex;
  gap: 24px;
  position: relative;
}
.case-studies-item.style-1 .content {
  position: relative;
  z-index: 2;
}
.case-studies-item.style-1 .img-style {
  width: 100%;
  max-width: 382px;
  border-radius: 20px;
  overflow: hidden;
}
.case-studies-item.style-1 .group-number {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px 73px;
  padding: 28px 20px 24px;
  border-radius: 18px;
  border: 1px solid var(--Mono-gray-2);
}
.case-studies-item.style-1 .wrap-number {
  display: flex;
  gap: 12px;
}
.case-studies-item.style-1 .tf-btn {
  height: 46px;
  width: 46px;
  padding: 0;
}
.case-studies-item.style-1.v2 {
  padding: 30px 26px 18px;
}
.case-studies-item.style-1.v2 .brand {
  max-width: 88px;
}
.case-studies-item.style-1.v2 .heading p {
  max-width: 357px;
}
.case-studies-item.style-1.v2 .group-number {
  gap: 54px 66px;
  padding: 21px 20px 14px;
}
.case-studies-item.style-2 {
  padding: 48px 49px;
  background-color: var(--Sub-color-2);
}
.case-studies-item.style-2 .sw-button {
  font-size: 30px;
}
.case-studies-item.style-2 .content {
  gap: 40px;
}
.case-studies-item.style-2 .img-style {
  height: 100%;
}
.case-studies-item.style-2 .img-style img {
  height: 100%;
}
.case-studies-item.style-2 .highlight {
  padding: 25px 24px 22px;
  background-color: var(--White);
  position: absolute;
  bottom: 32px;
  right: 32px;
  max-width: 222px;
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.case-studies-item.style-2 .highlight::after {
  position: absolute;
  content: "";
  background-image: url(../images/item/shape-1.png);
  height: 386px;
  width: 386px;
  top: 0;
}
.case-studies-item.style-2 .highlight .icon {
  text-align: end;
}
.case-studies-item.style-3 {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.case-studies-item.style-3::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(179.86deg, rgba(0, 0, 0, 0) 35.89%, rgba(0, 0, 0, 0.6) 99.87%);
}
.case-studies-item.style-3 .img-style img {
  width: 100%;
  object-fit: cover;
}
.case-studies-item.style-3 .title {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 24px;
  z-index: 1;
}
.case-studies-item.style-3 .tf-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 46px;
  width: 46px;
  opacity: 0;
  visibility: hidden;
  padding: 0;
}
.case-studies-item.style-3 .tf-btn span:nth-child(1) {
  display: flex;
  align-items: center;
  justify-items: center;
}
.case-studies-item.style-3 .tf-btn:hover svg path {
  stroke: var(--White);
}
.case-studies-item.style-3:hover .tf-btn {
  opacity: 1;
  visibility: visible;
}

.wrap-counter.styel-1 {
  display: flex;
  justify-content: space-between;
}
.wrap-counter.styel-1 .counter-item {
  max-width: 312px;
  width: 100%;
}
.wrap-counter.style-2 {
  border-radius: 24px;
  padding: 32px 0 19px;
  border: 1px solid var(--Mono-gray-7);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 100%);
}
.wrap-counter.style-2 .counter-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.wrap-counter.style-3 {
  display: flex;
}
.wrap-counter.style-3 .left {
  display: flex;
  gap: 20px;
  flex: 50%;
}
.wrap-counter.style-3 .left .counter-item {
  flex: 1;
}
.wrap-counter.style-3 .right {
  flex: 20%;
  display: flex;
  justify-content: end;
}
.counter-item .odometer-formatting-mark {
  display: none;
}
.counter-item .counter-number {
  display: flex;
}
.counter-item.style-default {
  padding-top: 17px;
  border-top: 1px solid var(--Mono-gray-2);
  position: relative;
  z-index: 2;
}
.counter-item.style-default span {
  font-size: 64px;
  line-height: 72px;
}
.counter-item.style-1 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.counter-item.style-1 span {
  font-size: 48px;
  line-height: 60px;
}
.counter-item.style-1.v2 {
  gap: 0px;
}
.counter-item.style-1.v2 span {
  width: 32px;
}
.counter-item.style-2 {
  text-align: center;
}
.counter-item.style-2 .icon {
  height: 48px;
  width: 48px;
  border-radius: 999px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 100%);
  color: var(--White);
}
.counter-item.style-2 .counter-number {
  justify-content: center;
}
.counter-item.style-2 span {
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}
.counter-item.style-3 span {
  font-size: 140px;
  line-height: 1em;
}

.clutch-rating-item {
  gap: 34px;
}
.clutch-rating-item.style-1 {
  gap: 26.64px;
}
.clutch-rating-item.style-1 .ratings i {
  font-size: 20px;
  color: var(--Error);
}
.clutch-rating-item.style-1 p {
  color: #5f697c;
}

.wrap-section {
  background-color: #272727;
}

.team-item {
  text-align: center;
}
.team-item .img-style {
  overflow: hidden;
}
.team-item.style-default .img-style {
  border-radius: 999px;
}
.team-item.style-default.v2 .bot {
  position: relative;
}
.team-item.style-default.v2 .content {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-item.style-default.v2 .social {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  opacity: 0;
  visibility: hidden;
  transform: translate(50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--White);
}
.team-item.style-default.v2:hover .content {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px);
}
.team-item.style-default.v2:hover .social {
  transform: translate(0, -50%);
  opacity: 1;
  visibility: visible;
}
.team-item.style-1 .img-style {
  position: relative;
  border-radius: 24px;
  background-color: #feded1;
  border-radius: 24px;
  width: 100%;
}
.team-item.style-1 .btn-share {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: var(--White);
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--Mono-dark-9);
  transform: translateX(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-item.style-1:hover .img-style {
  background-color: #f0926c;
}
.team-item.style-1:hover .btn-share {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.team-item.empty {
  position: relative;
}
.team-item.empty .name {
  position: absolute;
  background-size: 100% 2px;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0 15px;
}
.team-item.empty .link {
  background-size: 100% 2px;
}
.team-item .social a {
  height: 46px;
  width: 46px;
  border-radius: 999px;
  border: 1px solid var(--Mono-gray-3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Mono-gray-3);
  font-size: 18px;
}
.team-item .social a:hover {
  background-color: var(--Primary);
  border-color: var(--Primary);
  color: var(--White);
}

.box-service {
  display: flex;
  gap: 72px;
}
.box-service .author .avatar {
  width: 72px;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
}
.box-service .list li {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
.box-service.style-1 {
  padding: 48px;
  background-color: var(--Mono-gray-1);
  border-radius: 24px;
}
.box-service.style-1 .img-style {
  flex: 25.5%;
}
.box-service.style-1 .img-style img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
.box-service.style-1 .content {
  flex: 20%;
}
.box-service.style-1 .author {
  margin-bottom: 86px;
}
.box-service.style-1 .tf-btn {
  padding: 0 40px;
}
.box-service.style-1 .list {
  margin-bottom: 78px;
}
.box-service.style-1 .list li {
  padding-left: 11px;
}
.box-service.style-1 .list li::before {
  position: relative;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: var(--Color-dark);
  flex-shrink: 0;
}
.box-service.style-2 {
  padding: 70px 72px;
  border: 1px solid var(--Mono-gray-2);
  background-color: transparent;
  background-image: linear-gradient(183deg, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.0784313725) 98%);
  border-radius: 24px;
}
.box-service.style-2 .img-style {
  border-radius: 24px;
  overflow: hidden;
  flex: 28.5%;
}
.box-service.style-2 .img-style img {
  height: 100%;
  object-fit: cover;
  min-height: 400px;
}
.box-service.style-2 > .content {
  flex: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box-service.style-2 .list {
  margin-top: 58px;
  display: grid;
  gap: 16px;
}
.box-service.style-2 .list li {
  gap: 24px;
}
.box-service.style-2 .list li i {
  color: #0bd112;
  font-size: 24px;
}
.box-service.style-2 .author {
  padding: 37px 24px 38px;
  background-color: #505050;
  border-radius: 12px;
}
.box-service.style-3 .left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 45%;
}
.box-service.style-3 .title {
  position: relative;
}
.box-service.style-3 .title::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #a0fc2b;
  z-index: -1;
  opacity: 1;
  transition: opacity 350ms linear 0.35s;
}
.box-service.style-3 .right {
  flex: 33.4%;
}
.box-service.style-3 .img-style {
  border-radius: 24px;
  overflow: hidden;
  max-width: 393px;
}
.box-service.style-3 .btn_link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0 6px;
  margin-bottom: 10px;
  width: max-content;
  position: relative;
}
.box-service.style-3 .btn_link i {
  font-size: 27px;
}
.box-service.style-3 .btn_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--Mono-gray-2);
}

.service-accordion-item {
  --item-width: 112px;
  flex: none;
  padding: 46px 48px 45px 43px;
  width: var(--item-width);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-accordion-item:not(:last-child) {
  border-right: 1px solid #e0e3e6;
}
.service-accordion-item .item-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.service-accordion-item .accordion-title {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  white-space: nowrap;
  color: #999;
  font-weight: bold;
  font-size: 14px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.service-accordion-item .naming-list {
  position: absolute;
  bottom: 0;
  top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 3px 0 11px;
}
.service-accordion-item .naming-list .title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 500;
}
.service-accordion-item .box-service {
  display: flex;
  height: 100%;
  padding-left: 82px;
  column-gap: 13px;
  transition: transform 750ms linear;
  position: absolute;
  bottom: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}
.service-accordion-item .box-service .bot p {
  max-width: 450px;
}
.service-accordion-item.is-active {
  width: calc(var(--main-width) - var(--item-width) * 2);
}
.service-accordion-item.is-active .box-service {
  transition: 0.15s opacity ease 0.2s;
  opacity: 1;
}

.projectCarousel {
  background-color: var(--White);
  border-radius: 16px;
  padding: 53px 64px 57px;
}
.projectCarousel .thumbs {
  position: relative;
  padding-bottom: 97px;
  border-bottom: 2px dashed var(--Mono-gray-2);
  margin-bottom: 27px;
  display: flex;
}
.projectCarousel .swiper-container {
  width: 50%;
}
.projectCarousel .project-carousel-layout {
  overflow: visible;
  max-width: 725px;
  margin-top: 87px;
}
.projectCarousel .project-carousel-layout .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
}
.projectCarousel .sw-pagination-project {
  color: var(--Mono-gray-5);
  width: 25%;
}
.projectCarousel .sw-pagination-project .swiper-pagination-current {
  color: var(--Primary);
}
.projectCarousel .shape {
  width: 1129px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.projectCarousel .bg {
  width: 774px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.projectCarousel .swiper-filter {
  width: 25%;
  position: relative;
  z-index: 2;
}
.projectCarousel .filter-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: end;
}
.projectCarousel .filter-list li {
  font-size: 20px;
  line-height: 28px;
  color: var(--Mono-gray-6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.projectCarousel .filter-list li.active {
  font-size: 32px;
  line-height: 40px;
  color: var(--Primary);
}
.projectCarousel .content {
  display: flex;
  align-items: end;
}

.error-404 {
  text-align: center;
  position: relative;
  padding-top: 46px;
  padding-bottom: 46px;
}
.error-404 .contnet {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.error-404 p,
.error-404 .img {
  margin-bottom: 40px;
}
.error-404 .item {
  bottom: -17%;
}

.js-countdown {
  gap: 40px;
}
.js-countdown .countdown__timer {
  display: flex;
  position: relative;
  justify-content: center;
}
.js-countdown .countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: var(--Primary);
  min-width: 76px;
  min-height: 89px;
}
.js-countdown .countdown__item .countdown__value {
  font-size: 42px;
  line-height: 50px;
}
.js-countdown .countdown__label {
  color: var(--Primary);
  font-size: 20px;
  line-height: 28px;
}

.coming-soon {
  text-align: center;
  position: relative;
}
.coming-soon .form-newsletter {
  max-width: 548px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.coming-soon .tf-countdown-lg {
  margin-bottom: 50px;
}
.coming-soon p {
  margin-bottom: 50px;
}
.coming-soon .contnet {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.coming-soon .social a {
  height: 46px;
  width: 46px;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-soon .item {
  left: -2%;
  bottom: -33%;
}

.marquee-item .text-inner {
  padding-right: 48px;
  display: flex;
  align-items: center;
  gap: 48px;
}
.marquee-item .text-inner i {
  font-size: 64px;
  color: var(--Mono-gray-3);
}

.box-choose.style-1,
.box-about.style-1 {
  display: flex;
  gap: 40px 30px;
}
.box-choose.style-1 .img-style,
.box-about.style-1 .img-style {
  flex: 20%;
}
.box-choose.style-1 .img-style img,
.box-about.style-1 .img-style img {
  height: 100%;
  object-fit: cover;
}
.box-choose.style-1 .content,
.box-about.style-1 .content {
  flex: 10.77%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box-choose .img-style {
  text-align: end;
}
.box-choose .list-check {
  display: grid;
  gap: 16px;
  margin-bottom: 40px;
}
.box-choose .list-check i {
  height: 32px;
  width: 32px;
  font-size: 16px;
  color: #0bd112;
  background-color: #e9f9df;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-about.style-1 .clutch-rating-item {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Mono-gray-2);
  margin-bottom: 18px;
}
.box-about.style-2 .clutch-rating-item {
  padding-bottom: 19px;
  border-block-end: 2px dashed var(--Mono-gray-2);
}
.box-about.style-2 .image {
  text-align: center;
}
.box-about.style-2 .tf-btn {
  padding: 0 32px;
}

.step-container {
  --left-spacing: 175px;
  --spacing-item: 72px;
  padding-left: var(--left-spacing);
}
.step-container .tf-box-icon {
  position: relative;
}
.step-container .tf-box-icon:not(:last-child) {
  margin-bottom: var(--spacing-item);
}
.step-container .tf-box-icon:not(:last-child)::before {
  position: absolute;
  top: 50%;
  left: calc(var(--left-spacing) * -1 + 20px);
  content: "";
  background: var(--Mono-gray-2);
  height: calc(100% + var(--spacing-item));
  width: 1px;
}
.step-container .tf-box-icon .number {
  left: calc(var(--left-spacing) * -1);
}
.step-container .tf-box-icon:hover, .step-container .tf-box-icon.active, .step-container .tf-box-icon:has(~ .tf-box-icon:hover) {
  background-color: #1c3f3a;
}
.step-container .tf-box-icon:hover .number, .step-container .tf-box-icon.active .number, .step-container .tf-box-icon:has(~ .tf-box-icon:hover) .number {
  background-color: #1c3f3a;
  color: var(--White);
}
.step-container .tf-box-icon:hover .number::after, .step-container .tf-box-icon.active .number::after, .step-container .tf-box-icon:has(~ .tf-box-icon:hover) .number::after {
  width: var(--left-spacing);
}
.step-container .tf-box-icon:hover .icon svg path, .step-container .tf-box-icon.active .icon svg path, .step-container .tf-box-icon:has(~ .tf-box-icon:hover) .icon svg path {
  fill: var(--White);
}
.step-container .tf-box-icon:hover .title, .step-container .tf-box-icon.active .title, .step-container .tf-box-icon:has(~ .tf-box-icon:hover) .title {
  color: var(--White);
}
.step-container .tf-box-icon:hover p, .step-container .tf-box-icon.active p, .step-container .tf-box-icon:has(~ .tf-box-icon:hover) p {
  color: var(--Mono-gray-5);
}

.choice-item {
  display: flex;
  min-height: 596px;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 24px;
  padding: 40px;
  flex-direction: column;
  position: relative;
  background-color: var(--White);
}
.choice-item a {
  text-decoration: underline;
  text-align: end;
}
.choice-item .list i {
  font-size: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choice-item .item {
  position: absolute;
  bottom: -56px;
}
.choice-item.center {
  background-color: var(--Primary);
}
.choice-item.left .item {
  left: -68px;
}
.choice-item.right .item {
  right: -68px;
}
.choice-item.right a {
  text-align: start;
}

.wrap-logo-carousel {
  margin-top: -147px;
  padding-top: 255px;
  padding-bottom: 160px;
  background: linear-gradient(180deg, #f8f3eb 22.44%, #ffffff 96.79%);
}
.wrap-logo-carousel .heading-section {
  margin-bottom: 40px;
}

.wrap-challenges-item {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.challenges-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 8px 32px 8px 8px;
  border-radius: 72px;
  border: 1px solid var(--Mono-gray-3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.challenges-item p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.challenges-item img {
  width: 48px;
  object-fit: cover;
  border-radius: 999px;
}
.challenges-item:hover {
  border-color: var(--Primary);
}
.challenges-item:hover p {
  color: var(--Primary) !important;
}

.pricing-item {
  border: 1px solid var(--Border);
  border-radius: 24px;
  padding: 22px 32px 30px;
}
.pricing-item .heading {
  margin-bottom: 20px;
}
.pricing-item .price {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Border);
}
.pricing-item .tf-btn {
  margin-top: 40px;
}
.pricing-item.center {
  border-color: var(--Primary);
}

.wg-listing .case-studies-item .img-style {
  max-width: 327px;
}
.wg-listing .wrap-sort {
  white-space: nowrap;
  max-width: 300px;
  width: 100%;
}
.wg-listing .nice-select {
  padding: 0;
}

.tf-project-filter {
  display: flex;
  gap: 57px;
}
.tf-project-filter .tf-btns-filter {
  cursor: pointer;
}
.tf-project-filter .tf-btns-filter h6 {
  color: var(--Mono-gray-6);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.tf-project-filter .tf-btns-filter h6::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
}
.tf-project-filter .tf-btns-filter:hover h6, .tf-project-filter .tf-btns-filter.is--active h6 {
  color: var(--Primary);
}
.tf-project-filter .tf-btns-filter:hover h6::after, .tf-project-filter .tf-btns-filter.is--active h6::after {
  width: 100%;
}

.map-item {
  padding: 40px 40px 33px;
  border-radius: 24px;
  background-color: var(--Sub-color-1);
}
.map-item .map {
  margin-bottom: 31px;
  width: 100%;
  height: 420px;
  border-radius: 16px;
}

.job-card {
  display: flex;
  padding: 24px 15px;
  flex-direction: column;
  gap: 12px;
  background-color: var(--Sub-color-1);
  border-radius: 24px;
}

.checkout-product .notification {
  padding: 20px 20px 6px;
  background-color: #ffdede;
  border: 1px solid var(--Error);
  border-radius: 12px;
}
.checkout-product .notification .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--White);
  font-size: 12px;
  background-color: var(--Error);
}
.checkout-product .tf-btn {
  width: 160px;
}
.checkout-product .link i {
  font-size: 24px;
}

.banner-stripe {
  overflow: hidden;
}
.banner-stripe .text-container {
  transform: translateX(-50%);
  display: flex;
  white-space: nowrap;
}
.banner-stripe .banner-text {
  padding-left: 24px;
  color: rgba(126, 137, 149, 0.2);
}
.banner-stripe .banner-text i {
  font-size: 69px;
}

.banner-CTA {
  background: linear-gradient(89.8deg, #ff3a2d -0.43%, #ffa13f 100.84%);
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 24px;
  padding: 24px 15px;
}
.banner-CTA .bot p {
  max-width: 450px;
}

/*------------ sections ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.main-content.style-1 {
  background-color: var(--White);
  border-radius: 40px 40px 0 0;
}

.page-title.style-default {
  padding-top: 111px;
  padding-bottom: 133px;
  margin-bottom: -27px;
}
.page-title.style-default.v2 {
  padding-bottom: 204px;
}
.page-title.style-default.v3 {
  padding-top: 109px;
  margin-bottom: 0px;
}
.page-title.style-default.v4 {
  margin-bottom: -70px;
}
.page-title.style-default.v5 {
  margin-bottom: -33px;
}
.page-title.style-1 {
  position: relative;
  margin-top: -80px;
  background-image: url(../images/home/index5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -119px;
}
.page-title.style-1 .heading-title {
  margin-bottom: 60px;
}
.page-title.style-1 .content-inner {
  padding-top: 130px;
  padding-bottom: 150px;
  position: relative;
  inset: 0;
  z-index: 1;
}
.page-title.style-1 .description {
  max-width: 619px;
}
.page-title.style-1 .bot {
  gap: 30px 12px;
}
.page-title.style-1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(253.29deg, rgba(0, 0, 0, 0) 0.26%, rgba(0, 0, 0, 0.1) 97.54%), linear-gradient(270deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.15) 90%);
}
.page-title.style-2 {
  background-color: var(--Bg-color-3);
  padding-top: 60px;
}
.page-title.style-2 .heading-title {
  margin-bottom: 40px;
  gap: 30px;
}
.page-title.style-2 .left {
  max-width: 847px;
  width: 100%;
  flex: 20%;
}
.page-title.style-2 .right {
  flex: 14%;
}
.page-title.style-2 .slide-inner {
  position: relative;
}
.page-title.style-2 .slide-inner img {
  -webkit-transition: all 15s linear;
  -khtml-transition: all 15s linear;
  -moz-transition: all 15s linear;
  -ms-transition: all 15s linear;
  -o-transition: all 15s linear;
  transition: all 15s linear;
  min-height: 350px;
  object-fit: cover;
}
.page-title.style-2 .slide-inner .title {
  position: absolute;
  bottom: 67px;
  right: 72px;
  z-index: 1;
  opacity: 0;
}
.page-title.style-2 .slide-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(176.35deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.2) 83.39%);
}
.page-title.style-2 .swiper-slide-active img {
  transform: scale(1.25);
}
.page-title.style-2 .swiper-slide-active .title {
  animation: fadeInUp;
  animation-duration: 1000ms;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.page-title.style-2 .sw-line {
  position: absolute;
  bottom: 48px;
  right: 72px;
  z-index: 1;
  left: unset;
}
.page-title.style-2 .tf-marquee {
  padding-top: 48px;
  padding-bottom: 49px;
}
.page-title.style-3 {
  padding-top: 72px;
}
.page-title.style-3 .heading-title {
  padding: 48px 5px 102px;
}
.page-title.style-3 .tf-marquee {
  padding-top: 102px;
  padding-bottom: 48px;
}
.page-title.style-3 .shape {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title.style-3 .person {
  left: 14.1%;
  bottom: 14%;
  width: 63%;
}
.page-title.style-3 .item-finance {
  left: -14px;
  bottom: 19%;
  width: 37%;
}
.page-title.style-3 .item-accounting {
  top: 10.1%;
  right: 0;
  width: 34.4%;
}
.page-title.style-3 .item-expert {
  bottom: 3%;
  right: 7%;
  width: 37.6%;
}
.page-title.style-3 .item {
  left: 5.3%;
  width: 22%;
  top: 2%;
}
.page-title.style-4 {
  padding-top: 60px;
}
.page-title.style-4 .heading-title {
  flex-direction: column;
}
.page-title.style-4 .heading-title .icon {
  padding: 11px;
  border-radius: 99px;
  background-color: var(--Primary-ic-yellow);
}
.page-title.style-4 .heading-title .icon.heart {
  background-color: var(--Primary-ic-red);
}
.page-title.style-4 .img-wrap {
  overflow: hidden;
  border-radius: 16px;
}
.page-title.style-4 .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.page-title.style-5 {
  padding-top: 57px;
}
.page-title.style-5 .bot {
  position: relative;
  overflow: hidden;
}
.page-title.style-5 .shape {
  position: absolute;
  direction: ltr;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.page-title.style-5 .shape svg {
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.page-title.style-5 .shape .shape-fill {
  fill: var(--White);
}
.page-title.style-5 .shape.shape-top {
  top: -1px;
}
.page-title.style-5 .shape.shape-top svg {
  width: calc(110% + 1.3px);
  height: 50px;
}
.page-title.style-5 .shape.shape-bottom {
  top: calc(100% - 41px);
}
.page-title.style-5 .facts .avatar:not(:first-child) {
  margin-left: -7px;
}
.page-title.style-5 .marquee-item {
  padding-left: 27.56px;
}
.page-title .facts {
  display: flex;
  gap: 8px;
  align-items: center;
}
.page-title .facts.style-1 .avatar {
  position: relative;
  width: 60px;
  height: 60px;
  border: 2px solid var(--White);
  border-radius: 999px;
}
.page-title .facts.style-1 .avatar:not(:first-child) {
  margin-left: -20px;
}
.page-title .facts.style-1 p {
  max-width: 250px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 36px;
}
.breadcrumb li {
  font-size: 24px;
  line-height: 32px;
  color: var(--Black);
}
.breadcrumb li:not(:last-child) {
  position: relative;
}
.breadcrumb li:not(:last-child)::after {
  content: "\e925";
  position: absolute;
  font-family: "icomoon";
  font-size: 20px;
  color: var(--Primary);
  right: -28px;
}
.breadcrumb li:not(:first-child) {
  color: var(--Primary);
}
.breadcrumb li:not(:first-child)::after {
  color: var(--Primary);
}

.section-testimonial.style-1 {
  background-color: var(--Sub-color-1);
  overflow: hidden;
  position: relative;
}
.section-testimonial.style-1 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 122px;
  padding-bottom: 94px;
}
.section-testimonial.style-1 .tf-grid-layout {
  height: 935px;
}
.section-testimonial.style-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background-color: transparent;
  background-image: linear-gradient(180deg, #f2f6ff 35%, rgba(19, 87, 240, 0) 100%);
  height: 150px;
}
.section-testimonial.style-1::before {
  z-index: 4;
  content: "";
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(242, 246, 255, 0) 0%, #f2f6ff 70%);
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-testimonial.style-1 .testimonial {
  margin-bottom: 17px;
}
.section-testimonial.style-2 {
  background-color: #1c5551;
  position: relative;
}
.section-testimonial.style-2 .tf-group-testimonial {
  animation: rotate 200s infinite linear;
}
.section-testimonial.style-2 .heading-section {
  z-index: 2;
  position: absolute;
  max-width: 491px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.section-testimonial.style-2 .circle-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-testimonial.style-2 .inner-element {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.section-testimonial.style-3 {
  background-color: #272727;
  border-radius: 24px;
  padding: 72px 96px;
}
.section-testimonial.style-3 .wrapper {
  padding: 96px 0 62px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(179.93deg, rgba(255, 255, 255, 0) 13.01%, rgba(255, 255, 255, 0.1) 99.94%);
}
.section-testimonial.style-3 .wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../images/item/shape-3.png);
  width: 781px;
  height: 687px;
  left: -50%;
  top: 0;
}
.section-testimonial.style-3 .wrapper::before {
  content: "";
  position: absolute;
  background-image: url(../images/item/shape-3.png);
  width: 781px;
  height: 687px;
  right: -50%;
  top: 0;
}
.section-testimonial.style-3 .testimonial {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.section-testimonial.style-4 .highlight-item {
  border-radius: 16px;
  padding: 35px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.section-testimonial.style-4 .tf-grid-layout {
  gap: 12px;
}
.section-testimonial.style-5 {
  background-color: #1c5551;
  position: relative;
}
.section-testimonial.style-5 .testimonial {
  opacity: 0.6;
}
.section-testimonial.style-5 .testimonial .img-style {
  overflow: hidden;
}
.section-testimonial.style-5 .swiper-slide-active .testimonial {
  opacity: 1;
}
.section-testimonial.style-5 .wrap-counter {
  background-color: var();
}
.section-testimonial.style-5 .sw-layout {
  margin-bottom: 60px;
}
.section-testimonial.style-5 .bot {
  padding: 61px 0 53px;
  background-color: var(--Sub-color-2);
}
.section-testimonial.style-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-blog.style-1 .heading-section .right {
  width: 138px;
}
.section-blog.style-2 .blog-article-item {
  flex: 13%;
  height: max-content;
}
.section-blog.style-2 .right {
  flex: 20%;
}
.section-blog.style-2 .wrapper {
  display: flex;
  gap: 72px;
}
.section-blog.style-2 .relatest-post-item {
  border-top: 1px solid var(--Sub-color-3);
  padding: 43.67px 24px;
  gap: 25px;
}
.section-blog.style-2 .relatest-post-item:last-child {
  border-bottom: 1px solid var(--Sub-color-3);
}
.section-blog.style-2 .btn_link {
  margin-top: 30px;
  padding-left: 27px;
}
.section-blog.style-3 .wrap {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--Mono-gray-3);
}

.text-with-img-1 {
  margin-bottom: 125px;
}
.text-with-img-1 .left {
  position: relative;
}
.text-with-img-1 .content {
  position: relative;
  z-index: 2;
}
.text-with-img-1 .item {
  position: absolute;
  z-index: 2;
  right: 17.2%;
  bottom: -2px;
  background-color: var(--Primary);
  width: 240px;
  height: 240px;
  border-radius: 999px;
}
.text-with-img-1 .item .text-circle {
  position: absolute;
  width: 290px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-with-img-1 .item .text-circle .textcircle {
  animation: rotate 10s linear infinite;
}
.text-with-img-1 .item .text-circle textPath {
  fill: var(--White);
}
.text-with-img-1 .item .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-with-img-1 .wrap {
  gap: 12px 24px;
  flex-wrap: wrap;
}
.text-with-img-1 .contact .icon {
  height: 46px;
  width: 46px;
  border-radius: 999px;
  border: 1px solid var(--Primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--Primary);
}
.text-with-img-1 .heading {
  margin-bottom: 40px;
}
.text-with-img-1 .title {
  margin-bottom: 30px;
}

.text-with-img-2 .shape-img-bg {
  max-width: 692px;
}
.text-with-img-2 .description-1 {
  margin-top: 43px;
}
.text-with-img-2 .description-2 {
  margin-top: 17px;
}
.text-with-img-2 .content {
  position: relative;
  z-index: 2;
}

.section-contact.style-default {
  overflow: hidden;
  background: linear-gradient(103.01deg, #eff4ff 0%, #c9d9ff 100.23%);
  padding-top: 110px;
  padding-bottom: 122px;
  border-radius: 40px;
}
.section-contact.style-default .bot .content {
  margin-bottom: 13px;
}
.section-contact.style-default .left {
  gap: 13px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.section-contact.style-default .shape {
  bottom: -8%;
  left: -10%;
}
.section-contact.style-1 .box-inner {
  background-image: url(../images/item/bg-faq.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 15px;
}
.section-contact.style-1 .form-contact {
  max-width: 717px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: unset;
}
.section-contact.style-1 .form-contact .wrap {
  box-shadow: 0px 5px 15px 6px rgba(108, 177, 240, 0.2);
  padding: 37px 48px 40px;
  background-color: var(--White);
  border-radius: 24px;
}
.section-contact.style-1 .form-contact .wrap textarea {
  height: 156px;
}
.section-contact.style-1 .form-contact .tf-btn {
  width: 100%;
}

.section-service.style-1 .wrap {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--Mono-gray-2);
  background: #fff;
  box-shadow: 0px 4px 29px 4px rgba(52, 52, 52, 0.07);
}
.section-service.style-1 .slider-wrap {
  display: flex;
  height: 510px;
}
.section-service.style-1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-service.style-1 .navigation-bar {
  display: flex;
  gap: 10px;
}
.section-service.style-1 .navigation-bar .nav-item {
  white-space: nowrap;
  height: 46px;
  padding: 0 24px;
  font-size: 18px;
  border-radius: 97px;
  border: 1px solid var(--Mono-gray-2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section-service.style-1 .navigation-bar .nav-item.is-active {
  background-color: var(--Mono-dark-9);
  color: var(--White);
}
.section-service.style-1 .navigation-arrows {
  display: flex;
  gap: 16px;
}
.section-service.style-1 .navigation-arrows .arrow {
  cursor: pointer;
  height: 52px;
  width: 52px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 999px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-service.style-1 .navigation-arrows .arrow:hover {
  background-color: var(--Mono-dark-9);
}
.section-service.style-1 .navigation-arrows .arrow:hover svg path {
  stroke: var(--White);
}
.section-service.style-2 .sw-layout-1 {
  padding: 0 120px;
  margin: 0 -120px;
}
.section-service.style-2 .sw-button {
  width: 72px;
  height: 72px;
  color: var(--Mono-gray-2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-service.style-2 .sw-button i {
  font-size: 50px;
}
.section-service.style-2 .sw-button:hover {
  color: var(--Primary);
}
.section-service.style-2 .sw-button.swiper-button-disabled {
  opacity: 0.3;
}
.section-service.style-2 .sw-button.nav-next-layout-1 {
  right: 0;
}
.section-service.style-2 .sw-button.nav-prev-layout-1 {
  left: 0;
}
.section-service.style-3 {
  background-color: #f7fbff;
}
.section-service.style-4 .wrap {
  margin-bottom: 40px;
}
.section-service.style-4 .wrap-counter .right {
  flex: 37%;
}
.section-service.style-4 .clutch-rating-item {
  flex: 9%;
}
.section-service.style-4 .counter-item {
  width: unset;
}

.section-CTA .list i {
  color: #0bd112;
  font-size: 24px;
}
.section-CTA .left {
  height: 100%;
}
.section-CTA .box-inner {
  padding: 44px 48px 56px;
  background-color: var(--Mono-dark-11);
}
.section-CTA .parallaxie {
  width: 100%;
  height: 350px;
}

.section-choices .cta {
  padding: 38px 40px 40px;
  border-radius: 24px;
  background-color: #f0f0ff;
  display: flex;
  justify-content: space-between;
}
.section-choices .cta .list {
  padding-top: 5px;
}
.section-choices .cta .list i {
  font-size: 40px;
  color: var(--Color-dark);
}
.section-choices .cta .left {
  max-width: 401px;
}
.section-choices .cta .right {
  max-width: 518px;
  width: 100%;
}
.section-choices .cta .tf-btn {
  padding: 0 40px;
}

.section-approach.style-1 .img-style {
  overflow: hidden;
  border-radius: 999px;
  max-width: 582px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section-approach.style-1 .item {
  position: absolute;
}
.section-approach.style-1 .approach-1 {
  top: 33px;
  left: 10%;
  width: 43%;
}
.section-approach.style-1 .approach-2 {
  bottom: 82px;
  right: 2%;
  width: 43%;
}

.section-work.style-2 .heading-section {
  position: relative;
  z-index: 1;
}
.section-work.style-2 .heading-title .item {
  padding: 11px;
  border-radius: 999px;
}
.section-work.style-2 .heading-title .item-1 {
  background-color: #ff8282;
}
.section-work.style-2 .heading-title .item-2 {
  background-color: #9ad8c6;
}
.section-work.style-2 .box-inner {
  padding: 113px 15px 120px;
  background-color: var(--Primary-ic-yellow);
  border-radius: 16px;
  overflow: hidden;
}
.section-work.style-2 .shape-1 {
  left: -156px;
  bottom: -88px;
}
.section-work.style-2 .shape-2 {
  right: -240px;
  top: -256px;
}

.section-figures {
  background-color: #272727;
  padding-bottom: 191px;
  padding-top: 60px;
}
.section-figures .wrap-counter {
  position: relative;
  z-index: 2;
}
.section-figures .shape {
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.section-figures .shape svg {
  width: calc(200% + 1.3px);
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.section-figures .shape svg path {
  fill: #f7f2e9;
}
.section-figures .btn_link {
  gap: 11px;
}
.section-figures .btn_link i {
  font-size: 23px;
}

.section-case-studie.style-1 {
  background-color: #f7f2e9;
  position: relative;
}
.section-case-studie.style-1 .wrap-sw-button {
  margin-top: 160px;
}
.section-case-studie.style-1 .swiper {
  z-index: 7;
  padding-top: 88px;
}
.section-case-studie.style-1 .wrap {
  margin-top: 64px;
  position: relative;
}
.section-case-studie.style-1 .shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.section-case-studie.style-1 .shape-1 {
  position: absolute;
  bottom: -95px;
}

.section-about.style-1 .highlight {
  position: absolute;
  padding: 30px 50px 26px 30px;
  background-color: var(--White);
  border-radius: 16px;
  left: 15px;
  bottom: 15px;
}
.section-about.style-1 .highlight .icon {
  height: 48px;
  width: 48px;
  border-radius: 999px;
  background-color: #ff7350;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-about.style-1 .highlight .counter-item {
  margin-bottom: -3px;
}
.section-about.style-1 .highlight .counter-number {
  color: #252525;
}
.section-about.style-1 .highlight .total {
  color: #808d9e;
}
.section-about.style-1 .highlight p {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #808d9e;
}
.section-about.style-1 .highlight p span {
  color: #83bf6e;
}
.section-about.style-1 .img-style {
  overflow: hidden;
  border-radius: 24px;
}
.section-about.style-1 .img-style img {
  object-fit: cover;
  min-height: 350px;
  width: 100%;
}
.section-about.style-1 .left .content {
  border-top: 1px solid var(--Mono-gray-2);
  padding-top: 24px;
  margin-top: 24px;
}
.section-about.style-1 .left .content .tf-btn {
  height: 44px;
}
.section-about.style-1 .left .content p {
  margin-bottom: 17px;
}

.section-team.style-1 {
  border-radius: 40px;
  background-color: var(--Sub-color-1);
}
.section-team.style-2 .wrap {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--Mono-gray-2);
}

.section-tailored-solutions {
  border-radius: 40px;
  background-color: var(--Sub-color-1);
}
.section-tailored-solutions .list li {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 11px;
}
.section-tailored-solutions .list li::before {
  position: relative;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: var(--Color-dark);
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-post .description {
  max-width: 1266px;
  margin-bottom: 40px;
}
.single-post .thumbs-main {
  margin-bottom: 40px;
}
.single-post .unique-features {
  margin-bottom: 40px;
  padding-top: 60px;
  border-top: 1px solid var(--Mono-gray-2);
  margin-top: 36px;
}
.single-post .unique-features .right .title {
  margin-bottom: 9px;
}
.single-post .group-img {
  margin-bottom: 40px;
}
.single-post .wrap-text {
  margin-bottom: 40px;
}
.single-post .wrap-text p {
  max-width: 765px;
}
.single-post .facts .avatar:not(:first-child) {
  margin-left: -12px;
}
.single-post .thumbs-main,
.single-post .img-style {
  border-radius: 24px;
  overflow: hidden;
}

.unique-benefits .img-thumbs {
  overflow: hidden;
  border-radius: 24px;
  margin-top: 40px;
}
.unique-benefits .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unique-benefits .simpleParallax {
  height: 100%;
}

.section-process.style-1 .wrap {
  border-bottom: 1px solid var(--Mono-gray-3);
  padding-bottom: 60px;
}

.section-pricing.style-1 .tf-grid-layout {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--Mono-gray-2);
}

.section-case-studies .tf-marquee {
  margin-top: 95px;
}

.section-related .product-item .add-cart {
  height: 36px;
  width: 36px;
}
.section-related .product-item .img-style {
  margin-bottom: 8px;
}
.section-related .product-item .img-style img {
  height: 360px;
}

.section-faqs.style-2 .bot {
  margin-top: 25px;
}
.section-faqs.style-2 .bot .tf-btn {
  margin-top: 18px;
  padding: 0 36px;
}

/*-------------- Responsive ----------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
@media (min-width: 576px) {
  .tf-grid-layout-sm.sm-col-2,
  .tf-grid-layout.sm-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout-sm.sm-col-3,
  .tf-grid-layout.sm-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-sm.sm-col-4,
  .tf-grid-layout.sm-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout-sm {
    display: grid;
  }
  .page-title .facts {
    gap: 10px;
  }
  .page-title .facts .avatar:not(:first-child) {
    margin-left: -15px;
  }
  .footer.style-1 .footer-body .right .content {
    padding: 32px;
    flex: 30%;
  }
  .footer.style-1 .footer-body .right .image {
    flex: 3%;
  }
  .tf-countdown-lg .countdown__timer {
    gap: 40px;
  }
  .tf-countdown-lg .countdown__item {
    min-width: 76px;
    min-height: 89px;
  }
  .tf-countdown-lg .countdown__item .countdown__value {
    font-weight: 500;
    font-size: 64px;
    line-height: 72px;
  }
}
@media (min-width: 768px) {
  .tf-grid-layout-2.md-col-2,
  .tf-grid-layout.md-col-2,
  .tf-grid-layout-md.md-col-2,
  .tf-grid-layout-lg.md-col-2,
  .tf-grid-layout-sm.md-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout-2.md-col-3,
  .tf-grid-layout.md-col-3,
  .tf-grid-layout-md.md-col-3,
  .tf-grid-layout-lg.md-col-3,
  .tf-grid-layout-sm.md-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-2.md-col-4,
  .tf-grid-layout.md-col-4,
  .tf-grid-layout-md.md-col-4,
  .tf-grid-layout-lg.md-col-4,
  .tf-grid-layout-sm.md-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout-md {
    display: grid;
  }
  .footer.style-4 .footer-top {
    margin-bottom: 72px;
  }
  .footer.style-4 .footer-top .wrap-social {
    text-align: end;
  }
  .footer.style-4 .footer-body {
    justify-content: space-between;
    flex-direction: row;
  }
  .footer.style-4 .left {
    flex: 30%;
    flex-direction: row;
  }
  .footer.style-4 .right {
    flex: 20%;
    text-align: end;
    padding-left: 30px;
  }
  .footer.style-4 .footer-bottom .left {
    gap: 40px;
  }
  .page-title.style-1 .content-inner {
    padding-top: 145px;
  }
  .page-title.style-1 .heading-title {
    margin-bottom: 120px;
  }
  .page-title.style-5 .form-send-email {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .tf-btn.height-1 {
    height: 58px;
  }
  .tf-btn.height-2 {
    height: 52px;
  }
  .tf-btn.height-3 {
    height: 64px;
  }
  .tf-btn.height-4 {
    height: 72px;
  }
  .blog-article-item.style-2 .article-content {
    padding: 0 40px;
  }
  .counter-item.style-default {
    max-width: 430px;
  }
  .tf-countdown-lg .countdown__timer {
    gap: 69px;
  }
  .tf-countdown-lg .countdown__item {
    min-width: 115px;
    min-height: 90px;
    gap: 13px;
  }
  .tf-countdown-lg .countdown__item .countdown__value {
    font-weight: 500;
    font-size: 96px;
    line-height: 96px;
  }
  .text-with-img-1 .shape-img-bg {
    margin-left: auto;
    margin-right: auto;
  }
  .section-process.style-1 .heading-secion {
    padding-left: 19px;
  }
  .section-process.style-1 .right {
    width: 63%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-service.style-1 .heading-section .right p {
    max-width: 406px;
  }
  .product-item .tooltip {
    display: block;
  }
  .cart-product .left {
    padding: 27px 40px 32px;
  }
  .job-card {
    display: flex;
    padding: 42px 40px 37px;
    justify-content: space-between;
    flex-direction: row;
  }
  .job-card .heading {
    width: 33.3333333333%;
  }
  .job-card .content {
    width: 31.6666666667%;
  }
  .job-card .description {
    width: 36.6666666667%;
  }
  .job-card .content {
    text-align: end;
  }
  .section-process.style-1 .wrap {
    padding-bottom: 116px;
  }
  .section-team.style-2 .wrap {
    padding-bottom: 112px;
  }
  .section-blog.style-3 .wrap {
    padding-bottom: 109px;
  }
  .section-values.style-1 .tf-grid-layout-md {
    gap: 32px;
  }
  .banner-CTA {
    height: 411px;
    border-radius: 24px;
    padding: 29px 48px 32px;
  }
  .section-testimonial.style-6 {
    padding-top: 205px;
    padding-bottom: 159px;
  }
}
@media (min-width: 992px) {
  .tf-grid-layout-2.lg-col-2,
  .tf-grid-layout.lg-col-2,
  .tf-grid-layout-md.lg-col-2,
  .tf-grid-layout-lg.lg-col-2,
  .tf-grid-layout-sm.lg-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout-2.lg-col-3,
  .tf-grid-layout.lg-col-3,
  .tf-grid-layout-md.lg-col-3,
  .tf-grid-layout-lg.lg-col-3,
  .tf-grid-layout-sm.lg-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-2.lg-col-4,
  .tf-grid-layout.lg-col-4,
  .tf-grid-layout-md.lg-col-4,
  .tf-grid-layout-lg.lg-col-4,
  .tf-grid-layout-sm.lg-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout {
    column-gap: 24px;
  }
  .tf-grid-layout-lg {
    display: grid;
  }
  .page-title.style-1 .content-inner {
    padding-top: 188px;
    padding-bottom: 215px;
  }
  .page-title.style-1 .heading-title {
    margin-bottom: 208px;
  }
  .page-title.style-1 .thumbs-main img {
    min-height: 1066px;
    object-fit: cover;
  }
  .page-title.style-1 .tf-btn {
    max-width: 226px;
    width: 100%;
  }
  .page-title.style-4 {
    padding-top: 138px;
  }
  .page-title.style-4 .heading-title {
    flex-direction: row;
    margin-bottom: 99px;
  }
  .page-title.style-4 .left {
    flex: 50%;
  }
  .page-title.style-4 .right {
    padding-top: 17px;
    flex: 18%;
  }
  .page-title.style-4 .right p {
    text-align: end;
    margin-bottom: 42px;
  }
  .page-title.style-4 .right .tf-btn {
    padding: 0 30px;
  }
  .page-title.style-4 .wrap-btn {
    justify-content: flex-end;
  }
  .footer.style-1 .footer-col-block {
    width: 32.5%;
  }
  .footer.style-1 .home {
    padding-left: 35px;
  }
  .footer.style-1 .contact {
    padding-left: 6px;
  }
  .footer.style-1 .footer-bottom .wrapper .right {
    margin-right: 178px;
  }
  .footer.style-3 {
    padding-top: 121px;
  }
  .footer.style-4 .footer-newsletter .tf-btn {
    width: 162px;
  }
  .footer.style-4 .footer-top {
    margin-bottom: 66px;
  }
  .footer.style-4 .footer-top .wrap-social {
    text-align: end;
  }
  .footer.style-4 .footer-col-block {
    width: 26.1%;
  }
  .footer.style-4 .wrapper {
    margin-top: 104px;
  }
  .section-blog-grid .tf-grid-layout {
    row-gap: 88px;
  }
  .relatest-post-item.style-default {
    max-width: 359px;
  }
  .sidebar {
    gap: 57px;
    max-width: 430px;
    margin-left: auto;
  }
  .sidebar .wrap-popular-tag {
    max-width: 379px;
  }
  .reply-comment-item.type-reply {
    margin-left: 143px;
  }
  .section-sigle-post .wrap-popular-tag {
    gap: 20px;
  }
  .section-sigle-post .wrap-tag {
    max-width: 979px;
  }
  .testimonial.style-default {
    padding: 40px;
  }
  .testimonial.style-default .box-user {
    gap: 24px;
  }
  .testimonial.style-2 {
    padding: 24px 0px;
  }
  .testimonial.style-3 {
    padding: 32px 40px 40px;
  }
  .testimonial.style-3 .box-user {
    gap: 18px;
  }
  .error-404 {
    padding-bottom: 97px;
  }
  .error-404 .tf-btn {
    width: 200px;
  }
  .error-404 .img {
    margin-bottom: 59px;
  }
  .error-404 p {
    margin-bottom: 87px;
  }
  .cart-product .left .title {
    margin-bottom: 40px;
  }
  .coming-soon .tf-countdown-lg {
    margin-bottom: 77px;
  }
  .coming-soon p {
    margin-bottom: 89px;
  }
  .coming-soon .form-newsletter {
    margin-bottom: 64px;
  }
  .coming-soon .form-newsletter .subscribe-content {
    gap: 11px;
  }
  .coming-soon .form-newsletter fieldset {
    max-width: 399px;
  }
  .coming-soon .form-newsletter .tf-btn {
    width: 137px;
  }
  .section-case-studie.style-1 .sw-button {
    height: 64px;
    width: 64px;
  }
  .text-with-img-1 .content {
    padding: 70px 0 83px;
  }
  .text-with-img-1 .heading {
    margin-bottom: 51px;
  }
  .text-with-img-1 .description {
    max-width: 576px;
  }
  .text-with-img-1 .title {
    margin-bottom: 44px;
  }
  .text-with-img-1 .contact .icon {
    height: 52px;
    width: 52px;
  }
  .section-testimonial.style-1 .wrap {
    padding-top: 111px;
    padding-bottom: 94px;
  }
  .section-testimonial.style-1 .wrap.v2 {
    padding-top: 168px;
  }
  .section-testimonial.style-1 .heading-section {
    max-width: 440px;
  }
  .section-testimonial.style-1.v2 .wrap {
    padding-top: 174px;
  }
  .section-testimonial.style-5 .sw-layout {
    margin-bottom: 120px;
  }
  .section-testimonial.style-6 {
    padding-top: 255px;
    padding-bottom: 159px;
  }
  .section-faqs.style-1 .accordion-wrap {
    max-width: 1122px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-faqs.style-2 .accordion-wrap {
    max-width: 1076px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-faqs.style-2 .bot {
    margin-top: 63px;
  }
  .section-faqs.style-2 .bot .tf-btn {
    margin-top: 24px;
    padding: 0 36px;
  }
  .section-faqs.style-3 .heading-section {
    max-width: 740px;
  }
  .section-contact.style-default .heading {
    max-width: 591px;
  }
  .section-contact.style-default .bot .content {
    margin-bottom: 59px;
  }
  .single-post .description {
    margin-bottom: 57px;
  }
  .single-post .wrap-text {
    margin-bottom: 191px;
  }
  .single-post .unique-features {
    margin-bottom: 88px;
    padding-top: 110px;
    margin-top: 112px;
  }
  .single-post .unique-features .right {
    padding-top: 5px;
    gap: 25px;
  }
  .single-post .thumbs-main {
    margin-bottom: 88px;
  }
  .single-post .facts {
    padding-bottom: 9px;
    margin-top: 14px;
  }
  .single-post .group-img {
    margin-bottom: 142px;
  }
  .section-work.style-1 .heading-section {
    max-width: 430px;
  }
  .section-work.style-1 .step-container {
    justify-content: end;
  }
  .section-CTA .parallaxie {
    height: 639px;
  }
  .box-about {
    display: flex;
    gap: 30px;
  }
  .box-about .left {
    flex: 20%;
    max-width: 668px;
  }
  .box-about .right {
    flex: 20%;
  }
  .box-about .right .image {
    text-align: end;
  }
  .section-work.style-2 .tf-btn {
    width: 240px;
  }
  .section-figures {
    padding-top: 618px;
    margin-top: -521px;
  }
  .section-figures .heading-section .right {
    margin-top: -5px;
    max-width: 616px;
    width: 100%;
  }
  .section-about.style-1 .highlight {
    left: 40px;
    bottom: 39px;
  }
  .section-about.style-1 .left .content {
    max-width: 550px;
    padding-top: 23px;
    margin-top: 73px;
  }
  .section-about.style-1 .left .content p {
    margin-bottom: 40px;
  }
  .tf-cart-item_product {
    padding: 51px 0 62px;
  }
  .tf-cart-item_product .product-item {
    gap: 24px;
  }
  .text-with-img-2 .content {
    max-width: 684px;
    padding-top: 34px;
  }
  .text-with-img-2 .description-1 {
    margin-top: 43px;
  }
  .text-with-img-2 .wrap-counter {
    margin-top: 103px;
  }
  .text-with-img-2.v2 .content {
    padding-top: 114px;
  }
  .text-with-img-2.v2 .shape-img-bg {
    margin-left: auto;
  }
  .section-pricing.style-1 .tf-grid-layout {
    padding-bottom: 121px;
  }
  .pricing-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .pricing-item .heading {
    margin-bottom: 46px;
  }
  .pricing-item .price {
    padding-bottom: 30px;
    margin-bottom: 36px;
  }
  .pricing-item .price span {
    line-height: 37px;
  }
  .pricing-item .tf-btn {
    margin-top: 91px;
  }
  .form-checkout {
    padding: 30px 40px 40px;
  }
  .form-checkout .grid-2 {
    gap: 24px;
  }
  .section-team.style-1 .tf-grid-layout-2, .section-team.style-2 .tf-grid-layout-2 {
    gap: 89px 15px;
  }
  .section-team.style-2 .wrap {
    padding-bottom: 112px;
  }
  .section-team.style-3 .swiper {
    margin-bottom: 65px;
  }
  .section-service.style-1 .heading-section .right {
    padding-top: 24px;
    max-width: 406px;
    width: 100%;
  }
  .section-service.style-4 .wrap {
    margin-bottom: 71px;
  }
  .wg-listing .tf-grid-layout {
    gap: 41px 24px;
  }
  .wg-listing .wd-load {
    padding-bottom: 122px;
    border-bottom: 1px solid var(--Mono-gray-2);
  }
  .wg-listing .wd-load .tf-btn {
    max-width: 262px;
    width: 100%;
    height: 56px;
    margin-top: 104px;
  }
  .projectCarousel .content .sw-button {
    width: 64px;
    height: 64px;
  }
  .projectCarousel .wrap-sw-button {
    padding-bottom: 8px;
  }
  .unique-benefits .img-thumbs {
    margin-top: 124px;
  }
  .widget-tabs.style-1 .widget-content-tab {
    padding-bottom: 111px;
  }
}
@media (min-width: 1200px) {
  .tf-grid-layout-2.xl-col-4,
  .tf-grid-layout.xl-col-4,
  .tf-grid-layout-md.xl-col-4,
  .tf-grid-layout-lg.xl-col-4,
  .tf-grid-layout-sm.xl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout-2.xl-col-5,
  .tf-grid-layout.xl-col-5,
  .tf-grid-layout-md.xl-col-5,
  .tf-grid-layout-lg.xl-col-5,
  .tf-grid-layout-sm.xl-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .section-blog-grid .left {
    padding-top: 9px;
  }
  .page-title.style-1 .wrap-facts {
    margin-right: -39px;
  }
  .page-title.style-2 .heading-title {
    gap: 96px;
    padding-top: 65px;
  }
  .box-service.style-2 > .content {
    padding-top: 17px;
  }
  .footer.style-1 .footer-wrap .right {
    margin-top: -141px;
  }
  .footer.style-1 .footer-wrap .right .content {
    flex: 23%;
  }
  .footer.style-1 .footer-wrap .right .image {
    flex: 20%;
  }
  .footer.style-1 .footer-wrap .right .content {
    padding: 25px 31px;
  }
  .shape-img-bg {
    height: 568px;
  }
  .shape-img-bg img {
    height: 568px;
  }
  .shape-img-bg.style-2 {
    max-width: 682px;
    margin-left: auto;
    margin-right: 27px;
  }
  .shape-img-bg.style-2 img {
    height: 535px;
  }
  .text-with-img-1 .content {
    padding: 131px 0 83px;
  }
  .section-process.style-1 .accordion-wrap {
    margin-right: -26px;
  }
  .section-process.style-1 .accordion-faqs-content {
    max-width: 766px;
  }
  .section-process.style-1 .right {
    width: 50%;
    padding-bottom: 60px;
  }
  .box-about.style-2 .heading-section {
    padding-top: 124px;
    margin-bottom: 72px;
  }
  .box-about.style-2 .right .image {
    padding-right: 46px;
  }
  .product-item .box-icon {
    height: 40px;
    width: 40px;
  }
  .product-item.style-list .add-cart {
    height: 40px;
  }
  .section-contact.style-default .form-contact {
    margin-top: 10px;
    max-width: 717px;
  }
  .case-studies-item.style-2 .bot {
    padding-bottom: 8px;
  }
  .case-studies-item.style-2 .bot p {
    max-width: 382px;
  }
  .step-container {
    margin-left: 66px;
  }
  .section-CTA .list {
    padding-top: 11px;
    padding-left: 8px;
  }
  .section-blog.style-1 .right .sw-progress {
    margin-bottom: 10px;
  }
  .section-service.style-4 .wrap-counter {
    padding: 0 57px;
  }
  .section-approach.style-1 .right {
    margin-bottom: 21px;
  }
  .projectCarousel .content .sw-button {
    width: 64px;
    height: 64px;
  }
  .shop-details .right {
    padding-left: 118px;
    padding-top: 75px;
  }
  .wrap-shop .left {
    margin-right: -25px;
  }
  .wrap-shop .left .tf-grid-layout-2 {
    gap: 30px 23px;
  }
  .wrap-shop .right {
    max-width: 430px;
    margin-left: auto;
  }
  .sildebar-fiiler .form-search {
    margin-bottom: 95px;
  }
}
@media (min-width: 1441px) {
  .header .mega-menu {
    padding: 40px !important;
  }
  .header .wrap-demo-item {
    gap: 28px;
  }
  .header.style-1 .header-left, .header.style-3 .header-left {
    gap: 50px;
  }
  .header.style-1 .main-menu .navigation, .header.style-3 .main-menu .navigation {
    gap: 40px;
  }
  .header.style-3 .header-left {
    gap: 56px;
  }
  .section-testimonial.style-5 .testimonial {
    margin-top: -46px;
    transition: 350ms ease-in-out;
    transition-property: margin-top;
    height: 100%;
  }
  .section-testimonial.style-5 .swiper-slide {
    overflow: hidden;
    height: 794px;
  }
  .section-testimonial.style-5 .swiper-slide-active .testimonial {
    margin-top: 0;
  }
  .section-sigle-post .left {
    margin-top: 9px;
    margin-right: -25px;
  }
  .section-sigle-post .heading-single-post .box-infor .right {
    padding-right: 20px;
  }
  .section-sigle-post .reply-comment {
    max-width: 979px;
  }
  .nav-tabs-wrap.style-1 {
    justify-content: center;
    gap: 59px;
  }
}
@media (max-width: 1440px) {
  .counter-item.style-1 {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
  .projectCarousel .bg {
    width: 100%;
  }
  .projectCarousel .shape {
    width: 890px;
  }
  .testimonial.style-default {
    padding: 24px 15px;
  }
  .case-studies-item.style-1 .group-number {
    grid-template-columns: 1fr;
    gap: 17px !important;
  }
  .section-service.style-2 .sw-button.nav-prev-layout-1 {
    left: 78px;
  }
  .section-service.style-2 .sw-button.nav-next-layout-1 {
    right: 78px;
  }
  .nav-tabs-wrap.style-1,
  .navigation-bar {
    padding-bottom: 10px;
  }
  .tf-project-filter {
    gap: 24px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1350px) {
  .pricing-item {
    padding: 40px 15px;
  }
}
@media (max-width: 1190px) {
  h1,
  .h1 {
    font-size: 53px;
    line-height: 61px;
  }
  .header .support {
    display: none !important;
  }
  .main-menu {
    display: none;
  }
  .mobile-button {
    display: block;
  }
  .xl-hide {
    display: none !important;
  }
  .pricing-item .price-value {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1199px) {
  .box-service.style-1 {
    gap: 30px;
  }
  .box-service.style-1 .heading {
    margin-bottom: 12px;
  }
  .box-service.style-1 .list {
    margin-bottom: 23px;
  }
  .box-service.style-1 .author {
    margin-bottom: 34px;
  }
  .box-service.style-2 {
    padding: 60px 40px;
    gap: 40px;
  }
  .counter-item.style-3 span {
    font-size: 112px;
  }
  .accordion-item.style-default.v5 .heading .title {
    font-size: 35px;
    line-height: 47px;
    gap: 20px;
  }
  .accordion-item.style-default.v5 .accordion-faqs-content {
    padding-left: 49px;
  }
  .section-approach.style-1 .approach-1 {
    left: 3%;
  }
  .canvas-body {
    padding: 15px 15px 70px;
  }
  .sildebar-fiiler {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    background-clip: padding-box;
    outline: 0;
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
  .sildebar-fiiler .categories,
  .sildebar-fiiler .filter {
    padding: 24px 15px;
    margin-bottom: 40px;
  }
  .sildebar-fiiler .title,
  .sildebar-fiiler .heading {
    margin-bottom: 30px;
  }
  .filterShop {
    display: flex;
  }
  .sildebar-fiiler .wrap-range {
    padding: 40px 15px;
  }
  .range-price .box-price-item {
    width: 84px;
  }
  .tf-spacing-22 {
    padding-bottom: 153px;
  }
}
@media (max-width: 1024px) {
  .text-display {
    font-size: 100px;
    line-height: 100px;
  }
  .box-service.style-3 .right {
    display: none;
  }
  .popup-cart {
    width: 700px;
  }
}
@media (max-width: 991px) {
  br {
    display: none;
  }
  h1,
  .h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h3,
  .h3 {
    font-size: 33px;
    line-height: 43px;
  }
  h4,
  .h4 {
    font-size: 30px;
    line-height: 38px;
  }
  .text-display-2 {
    font-size: 80px;
    line-height: 88px;
  }
  .text-display-3 {
    font-size: 60px;
    line-height: 68px;
  }
  .tf-spacing-1,
  .tf-spacing-2,
  .tf-spacing-3,
  .tf-spacing-4,
  .tf-spacing-5,
  .tf-spacing-6,
  .tf-spacing-7,
  .tf-spacing-8,
  .tf-spacing-9,
  .tf-spacing-10,
  .tf-spacing-11,
  .tf-spacing-12,
  .tf-spacing-13,
  .tf-spacing-14,
  .tf-spacing-15,
  .tf-spacing-16,
  .tf-spacing-17,
  .tf-spacing-18,
  .tf-spacing-19,
  .tf-spacing-20,
  .tf-spacing-21,
  .tf-spacing-22,
  .tf-spacing-23,
  .tf-spacing-24,
  .tf-spacing-25,
  .tf-spacing-26,
  .tf-spacing-27,
  .tf-spacing-28,
  .tf-spacing-29,
  .tf-spacing-30,
  .tf-spacing-31,
  .tf-spacing-32,
  .tf-spacing-33,
  .tf-spacing-34,
  .tf-spacing-35,
  .tf-spacing-36,
  .tf-spacing-37,
  .tf-spacing-38,
  .tf-spacing-39,
  .tf-spacing-40,
  .tf-spacing-41,
  .tf-spacing-42,
  .tf-spacing-43,
  .tf-spacing-44,
  .tf-spacing-45 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main-content {
    border-radius: 20px 20px 0 0;
  }
  .flex-wrap-lg {
    flex-wrap: wrap;
  }
  .page-title.style-default {
    padding-top: 60px;
  }
  .page-title.style-default.v2 {
    padding-bottom: 104px;
  }
  .page-title.style-2 .heading-title {
    flex-direction: column;
  }
  .page-title.style-5 .shape-top {
    width: 123%;
  }
  .page-title.style-5 .shape.shape-bottom {
    top: calc(100% - 27px);
  }
  .footer .footer-logo,
  .footer .footer-info {
    margin-bottom: 20px;
  }
  .footer .footer-about {
    margin-bottom: 50px;
  }
  .footer .footer-col-block {
    margin-bottom: 40px;
  }
  .footer.style-1 .left .content {
    justify-content: space-between;
  }
  .wrap-logo-carousel {
    padding-top: 218px;
    padding-bottom: 80px;
  }
  .wg-pagination {
    margin-top: 50px;
  }
  .section-blog-grid .row {
    gap: 60px;
  }
  .text-with-img-1 .item {
    width: 180px;
    height: 180px;
  }
  .text-with-img-1 .item .text-circle {
    width: 220px;
  }
  .text-with-img-1 .item .logo {
    width: 60px;
  }
  .case-studies-item.style-2 {
    padding: 30px;
  }
  .case-studies-item.style-2 .highlight {
    padding: 15px;
    bottom: 15px;
    right: 15px;
    max-width: 194px;
    height: 239px;
  }
  .single-post .info-item {
    margin-bottom: 24px;
  }
  .single-post .unique-features .left {
    margin-bottom: 40px;
    height: unset !important;
  }
  .single-post .unique-features .title {
    margin-bottom: 16px;
  }
  .single-post .wrap-text p {
    margin-top: 16px;
  }
  .single-post .counter-item {
    margin-bottom: 20px;
  }
  .section-work.style-1 .step-container {
    --left-spacing: 135px;
  }
  .section-work.style-1 .tf-box-icon {
    min-width: 100%;
  }
  .section-CTA .left {
    padding-bottom: 40px;
  }
  .box-service.style-1 {
    flex-direction: column;
  }
  .box-service.style-1 .img-style {
    text-align: center;
  }
  .box-service.style-2 {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }
  .box-service.style-2 .number {
    margin-bottom: 6px;
  }
  .box-service.style-2 .title {
    margin-bottom: 10px;
  }
  .box-service.style-2 .img-style {
    max-width: 651px;
    margin-left: auto;
    margin-right: auto;
  }
  .box-service.style-2 .list li {
    color: var(--Black) !important;
  }
  .section-blog.style-2 .wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .section-blog.style-2 .blog-article-item {
    margin-left: auto;
    margin-right: auto;
  }
  .section-blog.style-2 .relatest-post-item {
    padding: 24px 15px;
  }
  .counter-item.style-3 span {
    font-size: 72px;
  }
  .projectCarousel {
    padding: 64px 30px;
  }
  .projectCarousel .bg {
    width: 100%;
  }
  .projectCarousel .shape {
    width: 670px;
  }
  .projectCarousel .filter-list li {
    font-size: 18px;
    line-height: 26px;
  }
  .projectCarousel .filter-list li.active {
    font-size: 22px;
    line-height: 30px;
  }
  .section-approach.style-1 .right {
    width: 100%;
  }
  .section-testimonial.style-1::after {
    display: none;
  }
  .section-testimonial.style-1 .wrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .section-testimonial.style-3 {
    padding: 50px 30px;
  }
  .section-testimonial.style-4 .highlight-item {
    padding: 24px 15px;
  }
  .section-testimonial.style-6 {
    padding-top: 168px;
    padding-bottom: 80px;
  }
  .section-service .top {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
  }
  .section-service .navigation-bar {
    width: 100%;
  }
  .section-about.style-1 .left {
    margin-bottom: 50px;
  }
  .text-with-img-2 .wrap-img {
    margin-bottom: 40px;
  }
  .text-with-img-2 .content {
    margin-bottom: 40px;
  }
  .text-with-img-2 .description {
    margin-top: 12px;
  }
  .text-with-img-1 {
    margin-bottom: 60px;
  }
  .text-with-img-1 .shape-img-bg {
    margin-bottom: 40px;
  }
  .form-contact {
    padding: 40px 15px;
    gap: 24px;
  }
  .section-contact.style-default {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-contact.style-default .form-contact {
    margin-top: 40px;
  }
  .section-faqs.style-3 .heading-secion {
    margin-bottom: 40px;
  }
  .section-work.style-1 .left {
    margin-bottom: 40px;
  }
  .clutch-rating-item {
    gap: 12px;
  }
  .tf-project-filter {
    gap: 24px;
  }
  .cart-totals {
    margin-top: 60px;
  }
  .wrap-counter.style-2 {
    gap: 12px !important;
  }
  .section-case-studie.style-1 .shape-1 {
    position: absolute;
    bottom: -80px;
  }
  .section-case-studie.style-1 .wrap-sw-button {
    margin-top: 70px;
  }
}
@media (max-width: 860px) {
  .section-service.style-4 .wrap-counter {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .text-display {
    font-size: 66px;
    line-height: 78px;
  }
  .text-display-2 {
    font-size: 66px;
    line-height: 73px;
  }
  .text-display-3 {
    font-size: 56px;
    line-height: 64px;
  }
  h1,
  .h1 {
    font-size: 37px;
    line-height: 45px;
  }
  h2,
  .h2 {
    font-size: 33px;
    line-height: 44px;
  }
  h3,
  .h3 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  h4,
  .h4 {
    font-size: 25px !important;
    line-height: 33px !important;
  }
  h5,
  .h5 {
    font-size: 22px;
    line-height: 30px;
  }
  h6,
  .h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .sub-heading {
    font-size: 16px;
    line-height: 22px;
  }
  .tf-spacing-1,
  .tf-spacing-2,
  .tf-spacing-3,
  .tf-spacing-4,
  .tf-spacing-5,
  .tf-spacing-6,
  .tf-spacing-7,
  .tf-spacing-8,
  .tf-spacing-9,
  .tf-spacing-10,
  .tf-spacing-11,
  .tf-spacing-12,
  .tf-spacing-13,
  .tf-spacing-14,
  .tf-spacing-15,
  .tf-spacing-16,
  .tf-spacing-17,
  .tf-spacing-18,
  .tf-spacing-19,
  .tf-spacing-20,
  .tf-spacing-21,
  .tf-spacing-22,
  .tf-spacing-23,
  .tf-spacing-24,
  .tf-spacing-25,
  .tf-spacing-26,
  .tf-spacing-27,
  .tf-spacing-28,
  .tf-spacing-29,
  .tf-spacing-30,
  .tf-spacing-31,
  .tf-spacing-32,
  .tf-spacing-33,
  .tf-spacing-34,
  .tf-spacing-35,
  .tf-spacing-36,
  .tf-spacing-37,
  .tf-spacing-38,
  .tf-spacing-39,
  .tf-spacing-40,
  .tf-spacing-41,
  .tf-spacing-42,
  .tf-spacing-43,
  .tf-spacing-44,
  .tf-spacing-45 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .heading-section {
    margin-bottom: 40px;
  }
  .flex-wrap-md {
    flex-wrap: wrap;
  }
  .tf-grid-layout-md {
    gap: 0;
  }
  .hide-md {
    display: none !important;
  }
  .main-content.style-1 {
    border-radius: 20px 20px 0 0;
  }
  .page-title.style-2 .heading-title {
    gap: 10px;
  }
  .page-title.style-2 .heading-title .sub {
    margin-bottom: 2px;
  }
  .page-title.style-2 .tf-marquee {
    padding: 24px 0;
  }
  .page-title.style-2 .slide-inner .title,
  .page-title.style-2 .sw-line {
    right: 15px;
  }
  .page-title.style-2 .sw-line {
    bottom: 25px;
  }
  .page-title.style-3 .heading-title {
    padding: 0 0 60px;
  }
  .page-title.style-3 .tf-marquee {
    padding-top: 34px;
    padding-bottom: 48px;
  }
  .page-title.style-5 .marquee-item img {
    height: 300px;
  }
  .page-title.style-5 .shape.shape-bottom {
    top: calc(100% - 14px);
  }
  .footer .footer-col-block .tf-collapse-content {
    display: none;
  }
  .footer .content-right {
    flex-direction: column;
  }
  .footer .contact .footer-logo {
    margin-top: 30px;
  }
  .footer .footer-menu-listt {
    margin-bottom: 30px;
  }
  .footer .footer-heading {
    margin-bottom: 10px !important;
  }
  .footer .footer-body top {
    gap: 0;
  }
  .footer .footer-bottom {
    text-align: center;
  }
  .footer .footer-bottom .right {
    gap: 25px !important;
  }
  .footer .footer-heading-mobile {
    display: block;
    position: relative;
  }
  .footer .footer-heading-mobile::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: var(--Mono-gray-4);
    transition: 0.25s ease-in-out;
  }
  .footer .footer-heading-mobile::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
    background-color: var(--Mono-gray-4);
    transition: 0.25s ease-in-out;
  }
  .footer .footer-menu-list {
    margin-bottom: 24px;
    gap: 10px !important;
  }
  .footer .footer-col-block.open .footer-heading-mobile::before {
    opacity: 0;
  }
  .footer .footer-col-block.open .footer-heading-mobile::after {
    transform: translate(0%, -50%) rotate(180deg);
  }
  .footer .footer-col-block .tf-collapse-content {
    display: none;
  }
  .footer.style-default .footer-body {
    padding-top: 60px;
  }
  .footer.style-default .wrapper {
    margin-top: 58px;
  }
  .footer.style-1 .footer-bottom .wrapper {
    gap: 12px 40px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px !important;
  }
  .footer.style-2 .footer-bottom {
    padding-top: 60px;
  }
  .footer.style-2 .wrapper .right a {
    font-size: 15px;
    line-height: 23px;
  }
  .footer.style-3 .wrapper {
    margin-top: 62px;
  }
  .footer.style-4 .footer-top {
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
  }
  .footer.style-4 .footer-col-block {
    margin-bottom: 11px;
  }
  .footer.style-4 .footer-newsletter {
    width: 100%;
  }
  .footer.style-4 .wrapper {
    margin-top: 0;
    justify-content: center;
  }
  .breadcrumb {
    gap: 22px;
    flex-wrap: nowrap;
  }
  .breadcrumb li {
    font-size: 18px;
    line-height: 26px;
  }
  .breadcrumb li:not(:last-child) {
    white-space: nowrap;
  }
  .breadcrumb li:not(:last-child)::after {
    right: -20px;
  }
  .breadcrumb li:last-child {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }
  .wrap-logo-carousel {
    margin-top: -8px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .form-contact .grid-2 {
    grid-template-columns: 1fr;
  }
  .section-figures {
    padding-bottom: 80px;
  }
  .blog-article-meta {
    gap: 18px;
  }
  .quote {
    padding: 0;
  }
  .unique-benefits .img-thumbs {
    height: 191px;
  }
  .nav-tabs-wrap.style-1 .nav-link {
    width: 240px;
    padding: 7px 0;
  }
  .section-sigle-post .thumbs-post-single,
  .section-sigle-post .single-post-content,
  .section-sigle-post .wrap-quote {
    margin-bottom: 50px;
  }
  .section-sigle-post .thumbs-post-single ul,
  .section-sigle-post .single-post-content ul,
  .section-sigle-post .wrap-quote ul {
    gap: 20px;
  }
  .section-sigle-post .title-sigle-post {
    margin-bottom: 23px;
  }
  .section-sigle-post .wrap-tag {
    padding-bottom: 50px;
    margin-bottom: 50px;
    gap: 12px;
  }
  .reply-comment .heading {
    margin-bottom: 9px;
  }
  .reply-comment .box-user {
    gap: 12px;
  }
  .reply-comment .box-user .avatar {
    width: 70px;
    height: 70px;
  }
  .reply-comment .wrap-comment {
    margin-bottom: 50px;
  }
  .reply-comment .comment {
    margin-left: 83px;
  }
  .reply-comment .reply-comment-wrap {
    margin-bottom: 50px !important;
    padding-bottom: 50px !important;
  }
  .section-case-studies .tf-marquee {
    margin-top: 60px;
  }
  .accordion-item.style-default .heading .title {
    display: flex;
    gap: 5px;
  }
  .accordion-item.style-default .accordion-faqs-content {
    padding-left: 41px;
  }
  .box-about.style-1,
  .box-choose.style-1 {
    flex-direction: column;
  }
  .box-about.style-1 .img-style img,
  .box-choose.style-1 .img-style img {
    width: 100%;
  }
  .marquee-item .text-inner {
    padding-right: 30px;
    gap: 30px;
  }
  .marquee-item .text-inner i {
    font-size: 43px;
  }
  .wrap-challenges-item,
  .challenges-item {
    gap: 12px;
  }
  .case-studies-item.style-1 {
    flex-direction: column;
    padding: 24px 15px !important;
  }
  .case-studies-item.style-1 .img-style {
    max-width: 100%;
  }
  .case-studies-item.style-1 .heading,
  .case-studies-item.style-1 .title,
  .case-studies-item.style-1 .top {
    margin-bottom: 12px;
  }
  .case-studies-item.style-1 .group-number {
    padding: 12px !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .case-studies-item.style-2 {
    padding: 24px 15px;
  }
  .case-studies-item.style-2 .tf-grid-layout {
    gap: 50px;
  }
  .case-studies-item.style-2 .heaidng p {
    margin-bottom: 20px;
  }
  .case-studies-item.style-2 .wrap-sw-button {
    margin-bottom: 20px;
  }
  .case-studies-item.style-2 .content {
    order: 2;
    gap: 20px;
  }
  .section-work.style-1 .step-container {
    --left-spacing: 70px;
    --spacing-item: 30px;
  }
  .section-work.style-1 .tf-box-icon {
    padding: 24px 15px;
  }
  .section-work.style-1 .tf-box-icon .icon {
    margin-bottom: 20px;
  }
  .section-CTA .box-inner {
    padding: 60px 15px;
  }
  .section-CTA .list {
    gap: 12px;
  }
  .section-CTA .list li {
    gap: 12px;
  }
  .box-service.style-1 {
    padding: 60px 15px;
  }
  .box-service.style-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-service.style-2 .list {
    margin-bottom: 30px;
  }
  .box-service.style-2 .author {
    padding: 24px 15px;
  }
  .tf-box-icon.style-2 {
    height: 400px;
    padding: 24px 15px;
  }
  .tf-box-icon.style-2 .btn_link {
    margin-top: 12px;
  }
  .choice-item {
    padding: 15px 15px;
    min-height: 350px;
  }
  .choice-item p {
    margin-bottom: 30px;
  }
  .choice-item .list {
    gap: 4px;
  }
  .choice-item .list i {
    font-size: 30px;
  }
  .section-choices .cta {
    padding: 24px 15px;
    flex-direction: column;
  }
  .section-choices .cta .heading {
    margin-bottom: 20px;
  }
  .section-choices .cta .left {
    margin-bottom: 20px;
  }
  .tf-box-icon.style-6 .icon {
    margin-bottom: 90px;
  }
  .counter-item.style-3 span {
    font-size: 60px;
  }
  .projectCarousel {
    padding: 60px 15px;
  }
  .projectCarousel .thumbs {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 65px;
  }
  .projectCarousel .swiper-container {
    order: 3;
    width: 100%;
  }
  .projectCarousel .swiper-filter {
    width: 60%;
  }
  .projectCarousel .project-carousel-layout {
    margin-top: 40px;
  }
  .projectCarousel .sw-pagination-project {
    width: 40%;
  }
  .testimonial.style-2 .text {
    margin-bottom: 36px;
  }
  .testimonial.style-2 .logo {
    margin-bottom: 24px;
  }
  .testimonial.style-3 {
    min-height: 315px;
  }
  .section-work.style-2 .box-inner {
    padding: 60px 15px;
  }
  .section-work.style-2 .heading-title .item {
    padding: 4px;
    border-radius: 999px;
    width: 38px;
  }
  .service-accordion-item {
    padding: 24px 15px;
  }
  .service-accordion-item .box-service {
    padding-left: 40px;
  }
  .wrap-shop .top {
    flex-direction: column;
    align-items: unset;
  }
  .wrap-shop .top .wrap {
    gap: 12px;
  }
  .wrap-shop .top .result-count {
    order: 2;
  }
  .tf-product-media-thumbs .swiper-slide .item {
    width: 116px;
  }
  .popup-form-search {
    width: 100%;
  }
  .popup-cart {
    padding: 40px 15px 24px;
    width: 100%;
  }
  .popup-cart .product-name,
  .popup-cart .price {
    margin-bottom: 8px;
  }
  .popup-cart .tf-mini-cart-tool {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .section-about.style-1 .highlight {
    padding: 24px 15px;
  }
  .section-about.style-1 .highlight .icon {
    margin-bottom: 12px;
  }
  .section-about.style-2 .wrap-counter {
    margin-bottom: -40px;
  }
  .section-about.style-2 .counter-item {
    margin-bottom: 40px;
  }
  .banner-stripe .banner-text i {
    font-size: 39px;
  }
  .text-with-img-1 .heading {
    margin-bottom: 12px;
  }
  .text-with-img-1 .title {
    margin-bottom: 12px;
  }
  .map-item {
    padding: 24px 15px;
  }
  .section-contact.style-1 .form-contact .wrap {
    padding: 24px 15px;
  }
  .cart-totals {
    padding: 24px 15px;
  }
  .cart-totals .sub-total {
    margin-bottom: 0;
  }
  .section-testimonial.style-3 {
    padding: 24px 15px;
  }
  .section-testimonial.style-3 .wrapper {
    padding: 0 0 27px;
  }
  .section-service.style-1 .slider-wrap {
    height: 390px;
  }
}
@media (max-width: 575px) {
  .hide-sm {
    display: none !important;
  }
  .text-display-2 {
    font-size: 55px;
    line-height: 61px;
  }
  .text-display-3 {
    font-size: 42px;
    line-height: 50px;
  }
  h1,
  .h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h3,
  .h3 {
    font-size: 23px !important;
    line-height: 28px !important;
  }
  .flex-wrap-sm {
    flex-wrap: wrap !important;
  }
  .footer.style-4 .footer-bottom li a {
    font-size: 16px;
    line-height: 24px;
  }
  .page-title.style-4 .heading-title .icon {
    padding: 4px;
    width: 40px;
  }
  .page-title.style-4 .tf-btn {
    padding: 0 20px;
  }
  .reply-comment .box-user .content p {
    font-size: 14px;
    line-height: 22px;
  }
  .wrap-shop .top {
    flex-wrap: wrap;
  }
  .service-accordion-item.is-active {
    width: calc(var(--main-width));
  }
  .text-with-img-1 .item {
    width: 140px;
    height: 140px;
  }
  .text-with-img-1 .item .text-circle {
    width: 170px;
  }
  .text-with-img-1 .item .logo {
    width: 60px;
  }
  .shape-img-bg .img-bg-shape {
    right: -47px;
  }
  .wrap-counter.styel-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 12px;
  }
  .wrap-counter.style-3 .counter-item .counter-number {
    justify-content: center;
  }
  .wrap-counter.style-3 p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .wrap-counter.style-3 span {
    font-size: 38px;
  }
  .case-studies-item.style-2 .highlight {
    max-width: 165px;
    height: 201px;
  }
  .box-service.style-2 .list {
    margin-top: 30px;
  }
  .popup-cart .tf-mini-cart-tool .link {
    gap: 8px;
    font-size: 18px;
    line-height: 26px;
  }
  .popup-cart .tf-mini-cart-tool i {
    font-size: 20px;
  }
  .testimonial.style-4 .content {
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
  }
  .testimonial.style-4 .content .left {
    order: 2;
  }
  .section-service.style-4 .wrap-counter {
    display: flex;
  }
  .section-service.style-4 .wrap-counter .clutch-rating-item {
    justify-content: center;
  }
  .section-service.style-4 .wrap-counter .right {
    flex-direction: column;
    gap: 12px;
  }
  .section-service.style-4 .wrap-counter .counter-number {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .text-display {
    font-size: 44px;
    line-height: 56px;
  }
  .section-work.style-2 .wrap-btn {
    flex-wrap: wrap;
  }
  .section-work.style-2 .tf-btn {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
