/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * ¸ü¶àÏÂÔØ£ºhttps://www.bootstrapmb.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
:root {
  --Black: #000000;
  --White: #ffffff;
  --Mono-gray-1: #f8f8f8;
  --Mono-gray-2: #dddddd;
  --Mono-gray-3: #bbbbbb;
  --Mono-gray-4: #999999;
  --Mono-gray-5: #808080;
  --Mono-gray-6: #666666;
  --Mono-gray-7: #494949;
  --Mono-gray-8: #333333;
  --Mono-gray-9: #151515;
}

/*---------- 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: "Instrument Sans", sans-serif;
  color: var(--Black);
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-thumb {
  background: var(--Black);
  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: "Instrument Sans", sans-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: "Instrument Sans", sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
  color: var(--Black);
  font-weight: 400;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 64px;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 54px;
}

h3,
.h3 {
  font-size: 40px;
  line-height: 52px;
}

h4,
.h4 {
  font-size: 36px;
  line-height: 48px;
}

h5,
.h5 {
  font-size: 28px;
  line-height: 36px;
}

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;
  line-height: 20px;
}

.text-body-4 {
  font-size: 12px;
  line-height: 18px;
}

.text-body-5 {
  font-size: 32px;
  line-height: 38px;
}

.text-caption {
  font-size: 12px;
  line-height: 16px;
}

.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;
  line-height: 14.52px;
}

.fs-18 {
  font-size: 18px;
}

.lh-20 {
  line-height: 20px !important;
}

.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.7px;
}

.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;
  color: inherit;
}
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_mono-gray-1 {
  color: var(--Mono-gray-1) !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_mono-gray-9 {
  color: var(--Mono-gray-9);
}

.font-2 {
  font-family: "Inter", sans-serif;
}

.font-3 {
  font-family: "Poppins", sans-serif;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box !important;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box !important;
}

.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(--Black);
  border-radius: 999px;
}

/* container
-------------------------------------------------------------- */
.row {
  margin-top: 0 !important;
  margin-right: -6px !important;
  margin-left: -6px !important;
}
.row > * {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.tf-container {
  max-width: 1857px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tf-container-2 {
  max-width: 1224px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tf-container-3 {
  max-width: 1547px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tf-container-4 {
  max-width: 1340px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.tf-container-4 .row {
  margin-top: 0 !important;
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.tf-container-4 .row > * {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.h-full {
  height: 100% !important;
}

.w-full {
  width: 100% !important;
  max-width: 100% !important;
}

/* backgroud
-------------------------------------------------------------- */
.tf-grid-layout {
  display: grid;
  column-gap: 12px;
  row-gap: 12px;
}
.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;
}

.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_10 {
  margin-top: 10px;
}

.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_39 {
  margin-top: 39px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_49 {
  margin-top: 49px;
}

.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_85 {
  margin-top: 85px;
}

.mt_86 {
  margin-top: 86px;
}

.mt_96 {
  margin-top: 96px;
}

.-mb_11 {
  margin-bottom: -11px !important;
}

.mb_1 {
  margin-bottom: 1px;
}

.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_46 {
  margin-bottom: 46px;
}

.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_71 {
  margin-bottom: 71px;
}

.mb_73 {
  margin-bottom: 73px;
}

.mb_75 {
  margin-bottom: 75px;
}

.mb_77 {
  margin-bottom: 77px;
}

.mb_79 {
  margin-bottom: 79px;
}

.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_119 {
  margin-bottom: 119px;
}

.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: 110px;
  padding-bottom: 48px;
}

.tf-spacing-2 {
  padding-top: 100px;
  padding-bottom: 102px;
}

.tf-spacing-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tf-spacing-4 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.tf-spacing-5 {
  padding-top: 100px;
  padding-bottom: 87px;
}

.tf-spacing-6 {
  padding-top: 153px;
  padding-bottom: 162px;
}

.tf-spacing-7 {
  padding-top: 64px;
  padding-bottom: 42px;
}

.tf-spacing-8 {
  padding-top: 94px;
  padding-bottom: 99px;
}

.tf-spacing-10 {
  padding-top: 100px;
  padding-bottom: 106px;
}

.tf-spacing-11 {
  padding-top: 64px;
  padding-bottom: 42px;
}

.tf-spacing-12 {
  padding-top: 100px;
  padding-bottom: 127px;
}

/* backgroub color
-------------------------------------------------------------- */
.bg-color-white {
  background-color: var(--White);
}

/* Extra classes
-------------------------------------------------------------- */
.w-100vw {
  width: 100vw;
}

.hidden {
  display: none;
}

.z-5 {
  z-index: 5;
}

.main-content {
  position: relative;
  z-index: 5;
  background-color: var(--White);
}

.heading-section .sub-heading-section {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.heading-section .sub-heading-section::before {
  position: relative;
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--Black);
  border-radius: 999px;
}
.heading-section.style-border {
  padding: 24.44px 40px 22.44px;
  border-radius: 16px;
  border: 1px solid var(--Mono-gray-2);
}
.heading-section.style-border .tf-btn-link {
  gap: 8.2px;
}
.heading-section.style-border .tf-btn-link i {
  width: 29.12px;
  height: 29.12px;
}
.heading-section.style-1 {
  margin-bottom: 24px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--Mono-gray-2);
}

.site-logo {
  width: 111px;
  height: 31px;
}

.swiper-slide {
  height: auto !important;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.loadItem.hidden {
  display: none;
}

.footer-go-top {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.progress-wrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  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 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: var(--Black);
  border: 1.2px solid rgba(134, 134, 134, 0.12);
}
.progress-wrap:hover {
  box-shadow: 0 8px 16px rgba(27, 30, 35, 0.5);
}
.progress-wrap::after {
  position: absolute;
  content: "\e90c";
  font-family: "icomoon";
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: var(--White);
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  animation: iconBounce 2s linear 0s infinite;
}
.progress-wrap::after:active {
  animation: goTopToBottom 0.6s forwards;
}
.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(--White);
  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;
}

.split-text {
  overflow: hidden;
}

.mfp-bg,
.mfp-wrap {
  z-index: 9999999;
}

/*------------ 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 {
  position: relative;
  z-index: 99;
}
.header .header-inner-wrap {
  display: flex;
  padding: 26px 0;
  align-items: center;
  position: relative;
}
.header .main-menu {
  flex: 1;
}
.header .main-logo {
  flex: 1;
  height: max-content;
  text-align: center;
}
.header .header-right {
  flex: 1;
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: end;
}
.header .find {
  font-size: 40px;
  color: var(--Black);
  position: relative;
}
.header .find::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--Mono-gray-2);
  height: 40px;
  right: -23px;
}
.header.style-1 .header-inner-wrap {
  padding: 24px 0 23px;
  border-bottom: 1px solid var(--Mono-gray-2);
}

.header.header-fixed {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
  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;
  background-color: var(--White);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
  pointer-events: none;
}
.header.header-fixed.is-fixed {
  -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;
  opacity: 1;
  pointer-events: all;
}
.header.header-fixed.is-fixed .header-inner-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile-button {
  display: none;
  cursor: pointer;
}
.mobile-button .burger {
  position: relative;
  width: 25px;
  cursor: pointer;
}
.mobile-button .burger span {
  display: block;
  position: relative;
  height: 2px;
  background-color: var(--Black);
  width: 25px;
  transition: 0.5s;
}
.mobile-button .burger span:not(:first-child) {
  margin-top: 4px;
}
.mobile-button .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left;
}
.mobile-button .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: right;
}
.mobile-button .text-menu .toggle {
  display: grid;
}
.mobile-button .text-menu .toggle .text {
  grid-area: 1/1;
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.mobile-button .text-menu .toggle .text .word {
  white-space: nowrap;
}
.mobile-button .text-menu .toggle .text .char {
  display: inline-block;
  transform-origin: 50% 50% 0.4em;
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition-delay: calc(0ms + var(--char-index) * 25ms);
  backface-visibility: hidden;
  margin: 0 -0.02em;
}
.mobile-button .text-menu .toggle .text:nth-child(2) {
  opacity: 0;
}
.mobile-button .text-menu .toggle .text:nth-child(2) .char {
  transform: rotate3d(1, -0.5, 0, 90deg);
}
.mobile-button:hover .burger span:nth-of-type(1) {
  transform: scale(0.2, 1.7) translateY(3.5px);
}
.mobile-button:hover .burger span:nth-of-type(2) {
  transform: scale(0.2, 1.7);
}
.mobile-button:hover .burger span:nth-of-type(3) {
  transform: scale(0.2, 1.7) translateY(-3.5px);
}
.mobile-button:hover .text-menu .toggle .text:nth-child(1) {
  opacity: 0;
}
.mobile-button:hover .text-menu .toggle .text:nth-child(1) .char {
  transform: rotate3d(1, 0.3, 0, -90deg);
}
.mobile-button:hover .text-menu .toggle .text:nth-child(2) {
  opacity: 1;
}
.mobile-button:hover .text-menu .toggle .text:nth-child(2) .char {
  transform: rotate3d(0, 0, 0, 90deg);
}

.main-menu .navigation {
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-menu .navigation .has-child:hover > .submenu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  pointer-events: all;
}

.navigation > li {
  -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: 999px;
  height: 52px;
  padding: 0 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation > li:hover {
  background-color: var(--Mono-gray-1);
}
.navigation > li:hover > a::after {
  transform: rotateX(-180deg);
}
.navigation .has-child {
  position: relative;
}
.navigation .has-child > a {
  display: flex;
  align-items: center;
  gap: 8px;
  display: flex;
}
.navigation .has-child > a::after {
  content: "\e909";
  position: relative;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: 400;
  -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 > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  top: 100%;
}
.navigation .has-child li {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
.navigation .has-child li a {
  justify-content: space-between;
  width: 100%;
}
.navigation .has-child li a::before {
  width: 16%;
  height: 45px;
  top: 0px;
  left: 96%;
}
.navigation .has-child li .submenu {
  top: -10px;
  left: calc(100% + 4px);
  margin-top: 0;
}
.navigation li {
  width: max-content;
}
.navigation li a {
  color: var(--Black);
  font-size: 18px;
  line-height: 28px;
}
.navigation li.current-menu {
  background-color: var(--Mono-gray-1);
}
.navigation li.current-menu > a {
  font-weight: 600;
}
.navigation .submenu {
  position: absolute;
  top: calc(100% + 17px);
  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;
  background-color: var(--White);
  padding: 0.9rem 1.375rem 0.9rem 0.75rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 234px;
  left: 0;
  border-radius: 8px;
  display: grid;
  gap: 0.375rem;
  margin-top: 30px;
  pointer-events: none;
}
.navigation .submenu li {
  -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 .submenu li a::after {
  transform: rotate(-90deg);
}
.navigation .submenu li:hover {
  background-color: var(--Mono-gray-1);
  transform: translateX(10px);
}
.navigation .submenu li.current-menu-item {
  background-color: var(--Mono-gray-1);
}
.navigation .submenu li.current-menu-item a::after {
  transform: rotate(-90deg);
}

.mobile-nav-wrap {
  z-index: 99999;
}
.mobile-nav-wrap .top-nav-mobile {
  padding: 19px 15px;
  border-bottom: 1px solid var(--Mono-gray-2);
  margin-bottom: 12px;
}
.mobile-nav-wrap .top-nav-mobile .btn-close {
  font-size: 18px;
  padding: 4px;
  cursor: pointer;
}
.mobile-nav-wrap .tf-btn {
  width: 153px;
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
  width: 0px;
}

.inner-mobile-nav {
  padding: 15px;
  position: relative;
}
.inner-mobile-nav .top-nav-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.inner-mobile-nav .top-nav-mobile #mobile-logo_header {
  width: 150px;
}
.inner-mobile-nav .top-nav-mobile .mobile-nav-close {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-mobile-nav .mb-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 30px;
  gap: 30px;
}
.inner-mobile-nav .mb-body .support .text-need {
  font-weight: 500;
  border-bottom: 1px solid var(--Mono-gray-2);
  margin-bottom: 11px;
}
.inner-mobile-nav .mb-body .support .mb-info li {
  color: rgb(134, 134, 134);
  font-size: 14px;
  line-height: 24px;
}
.inner-mobile-nav .mb-body .support .mb-info li span {
  margin-left: 5px;
  font-weight: 600;
  color: var(--Heading);
}
.inner-mobile-nav .mb-body .support .mb-info li a {
  margin-left: 5px;
  font-weight: 400;
  color: var(--Heading);
}
.inner-mobile-nav #menu-mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.inner-mobile-nav #menu-mobile-menu > li {
  position: relative;
  border-bottom: 1px solid var(--Mono-gray-2);
}
.inner-mobile-nav #menu-mobile-menu li a {
  font-weight: 400;
  font-size: 18px;
  min-height: 40px;
  display: flex;
  align-items: center;
  color: var(--Black);
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile > a::after {
  content: "\e909";
  position: absolute;
  font-family: "icomoon";
  font-weight: 300;
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 8px;
  -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;
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile > a:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 {
  position: relative;
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 > a::after {
  content: "\e909";
  position: absolute;
  font-family: "icomoon";
  font-weight: 300;
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 8px;
  -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;
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 > a:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 .sub-mobile {
  padding-bottom: 3px;
  margin-bottom: 0;
}
.inner-mobile-nav #menu-mobile-menu li .sub-mobile {
  margin-bottom: 26px;
  border-left: 1px solid var(--Mono-gray-2);
}
.inner-mobile-nav #menu-mobile-menu li .sub-mobile > li {
  padding-left: 15px;
}
.inner-mobile-nav .wrap-social {
  display: grid;
  gap: 5px;
}
.inner-mobile-nav .wrap-social .tf-social {
  display: grid;
  gap: 10px;
}

#menu-mobile-menu li.current-menu-item > a,
#menu-mobile-menu li.current-item a {
  font-weight: 700;
}

/*------------ 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 {
  padding-top: 54px;
}
.footer .right {
  display: flex;
}
.footer .footer-col-block.categories, .footer .footer-col-block.demo {
  flex: 43%;
}
.footer .footer-col-block.page {
  flex: 20%;
}
.footer .footer-heading {
  margin-bottom: 35px;
}
.footer .footer-description {
  max-width: 625px;
}
.footer .footer-bottom .wrapper {
  border-top: 1px solid var(--Mono-gray-2);
  margin-top: 125px;
  padding-top: 56px;
  padding-bottom: 48px;
}
.footer .footer-bottom .left,
.footer .footer-bottom .center,
.footer .footer-bottom .right {
  display: flex;
}
.footer .footer-bottom .left {
  gap: 34px;
  align-items: center;
  flex: 37.3%;
}
.footer .footer-bottom .center {
  gap: 44px;
  flex: 20%;
}
.footer .footer-bottom .center a {
  white-space: nowrap;
}
.footer .footer-bottom .right {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  flex: 30%;
}
.footer .footer-bottom .right i {
  font-size: 20px;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background-color: var(--Black);
  color: var(--White);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer.style-2 {
  padding-top: 85px;
  border-top: 1px solid var(--Mono-gray-5);
}
.footer.style-2 .sign {
  padding-top: 7px;
  margin-bottom: 24px;
}
.footer.style-2 .footer-bottom .wrapper {
  border-top: none;
  padding-top: 64px;
}
.footer.style-2 .footer-bottom .left {
  gap: 46px;
}
.footer.style-2 .footer-bottom .left p {
  max-width: 211px;
}
.footer.style-2 .footer-bottom .center {
  gap: 45px;
  flex: 21%;
}
.footer.style-2 .footer-bottom .center a {
  white-space: nowrap;
}
.footer.style-2 .footer-bottom .right {
  gap: 9px;
  flex: 2.5%;
}
.footer.style-2 .footer-col-block.categories, .footer.style-2 .footer-col-block.demo {
  flex: 23%;
}
.footer.style-2 .footer-col-block.page {
  flex: 20%;
}

/*------------ 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.style-1 {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.nav-tabs-wrap.style-1 .nav-link {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--Black);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 294px;
  height: 80px;
  border-radius: 16px;
  border: 1px solid var(--Mono-gray-2);
}
.nav-tabs-wrap.style-1 .nav-link i {
  font-size: 24px;
}
.nav-tabs-wrap.style-1 .nav-link.active, .nav-tabs-wrap.style-1 .nav-link:hover {
  border-color: var(--Black);
}

.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(40px);
  z-index: 1;
}
.flat-animate-tab .tab-pane.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: 0.35s ease-in-out 0.35s;
}

/*------------ 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 {
  height: 44px;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  border-radius: 999px;
  background-color: var(--Black);
  color: var(--White);
  width: max-content;
  -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;
  gap: 8px;
}
.tf-btn span {
  font-weight: 600;
  white-space: nowrap;
}
.tf-btn i {
  font-size: 12px;
}
.tf-btn.style-2 {
  background-color: var(--White);
  border: 1px solid var(--Mono-gray-9);
}
.tf-btn.style-2 span {
  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;
}
.tf-btn.style-2:hover {
  background-color: var(--Black);
  border-color: var(--Black);
}
.tf-btn.style-2:hover span {
  color: var(--White);
}

.tf-btn-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--Black);
  gap: 11.2px;
  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(--Black);
  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;
}
.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: 13px;
  height: 23.3px;
  width: 23.3px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Black);
  color: var(--White);
}
.tf-btn-link.style-1 span::after {
  background: var(--White);
}
.tf-btn-link.style-1 i {
  height: 37.86px;
  width: 37.86px;
  background-color: var(--White);
  color: var(--Black);
  font-size: 17.47px;
}
.tf-btn-link:hover span::after {
  width: 100%;
}
.tf-btn-link:hover i {
  transform: translateX(4px);
}

.animate-hover-btn {
  position: relative;
  overflow: hidden;
}
.animate-hover-btn:after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: skew(-20deg);
  width: 200%;
}
.animate-hover-btn:hover {
  -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);
}
.animate-hover-btn:hover:after {
  animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}

@keyframes shine {
  100% {
    left: -200%;
  }
}
/*------------ 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 ---------- */
/*------------ 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] {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 60px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--White);
  border: 1px solid transparent;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 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 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 {
  font-size: 16px;
  line-height: 24px;
  color: var(--Mono-gray-5);
}
form textarea:focus,
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=datetime]:focus,
form input[type=datetime-local]:focus,
form input[type=date]:focus,
form input[type=month]:focus,
form input[type=time]:focus,
form input[type=week]:focus,
form input[type=number]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=color]:focus {
  border-color: var(--Black);
}
form textarea.style-border,
form input[type=text].style-border,
form input[type=password].style-border,
form input[type=datetime].style-border,
form input[type=datetime-local].style-border,
form input[type=date].style-border,
form input[type=month].style-border,
form input[type=time].style-border,
form input[type=week].style-border,
form input[type=number].style-border,
form input[type=email].style-border,
form input[type=url].style-border,
form input[type=search].style-border,
form input[type=tel].style-border,
form input[type=color].style-border {
  border: 1px solid var(--Mono-gray-5);
}
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}
form textarea {
  height: 227px;
  border-radius: 16px;
  padding: 17px 24px;
}

.tf-dropdown-sort {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  gap: 8px;
  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;
}
.tf-dropdown-sort .icon {
  font-size: 14px;
}
.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 {
  min-width: 180px;
  border: 0;
  padding: 15px 5px;
  border-radius: 0;
  max-height: 68vh;
  isolation: isolate;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.06);
  right: 0;
}
.tf-dropdown-sort .select-item {
  position: relative;
  padding: 0 5px;
  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(--Mono-gray-2);
}
.tf-dropdown-sort .select-item:hover {
  background-color: var(--Mono-gray-2);
}

.leave-comment {
  background-color: var(--Mono-gray-1);
  border-radius: 12px;
  padding: 41px 48px 48px;
}

.tf-check {
  position: relative;
  background: transparent;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  height: 24px !important;
  min-width: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: var(--White) !important;
}
.tf-check:checked {
  background-color: var(--Black) !important;
}
.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}
.tf-check::before {
  font-family: "icomoon";
  content: "\e916";
  position: absolute;
  color: var(--White);
  opacity: 0;
  left: 4px;
  top: 4px;
  font-size: 16px;
  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;
}
.tf-check.type-cycle {
  border-radius: 999px;
  border: 1px solid var(--Mono-gray-5);
  min-width: 18px;
  height: 18px !important;
}
.tf-check.type-cycle::before {
  left: 3px;
  top: 4px;
  font-size: 10px;
}

.form-contact {
  padding: 43px 48px 48px;
  border-radius: 12px;
  background-color: var(--Mono-gray-1);
}

.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 {
  padding-left: 56px;
}
.form-newsletter.style-1 .icon {
  font-size: 24px;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.form-newsletter.style-2 .wrap {
  display: flex;
  margin-bottom: 39px;
}
.form-newsletter.style-2 .wrap fieldset {
  max-width: 429px;
  width: 100%;
}
.form-newsletter.style-2 .wrap fieldset input {
  height: 56px;
  font-size: 14px;
  line-height: 20px;
}
.form-newsletter.style-2 .wrap fieldset input::placeholder {
  font-size: 14px;
  line-height: 20px;
}
.form-newsletter.style-2 .tf-btn {
  width: 214px;
}
.form-newsletter.style-2 .tf-check {
  margin-top: 5px;
}

.form-search.style-1 .wrap {
  display: flex;
}
.form-search.style-1 .wrap .tf-btn {
  height: 44px;
}
.form-search.style-1 .title {
  margin-bottom: 12px;
}
.form-search.style-1 .tf-btn {
  height: 44px;
}
.form-search.style-1 fieldset {
  width: 100%;
}
.form-search.style-1 fieldset input {
  padding: 0 12px;
  border: 1px solid var(--Mono-gray-2);
  height: 44px;
}
.form-search.style-1 fieldset input::placeholder {
  font-size: 14px;
  line-height: 20px;
}
.form-search.style-2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-search.style-2 fieldset input {
  padding: 0;
  height: 18px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
}
.form-search.style-2 fieldset input:focus {
  border-color: transparent;
}
.form-search.style-2 fieldset input::placeholder {
  font-size: 14px;
  line-height: 20px;
}
.form-search.style-2 button {
  flex-shrink: 0;
  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;
  transform: rotateY(180deg);
}
.form-search.style-2 button i {
  font-size: 18px;
}
.form-search.style-2 button:hover {
  color: var(--Primary);
}

/*------------ 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 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sw-button.style-default {
  gap: 12px;
  height: 32px;
  width: 32px;
  border: 1px solid var(--Mono-gray-3);
  border-radius: 999px;
  font-size: 14px;
  -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.v2:hover {
  background-color: var(--Black);
  color: var(--White);
}
.sw-button.style-default:hover {
  border-color: var(--Black);
}
.sw-button.style-default.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.sw-button.style-1 {
  padding: 10px 11px;
  font-size: 14px;
  color: var(--White);
}
.sw-button.style-icon-with-text {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sw-button.style-icon-with-text i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 46px;
  border-radius: 9999px;
  border: 1px solid var(--Black);
  font-size: 14px;
}
.sw-button.style-icon-with-text.swiper-button-disabled i {
  border-color: var(--Mono-gray-3);
  color: var(--Mono-gray-3);
}
.sw-button.style-2 {
  height: 44px;
  width: 44px;
  background-color: var(--White);
  font-size: 24px;
  border-radius: 9999px;
}

.pagination-wrap {
  display: flex;
  align-items: center;
  max-width: 195px;
  z-index: 1;
}

.sw-dots .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  width: 7px;
  height: 7px;
}
.sw-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--White) !important;
}
.sw-dots.style-1 .swiper-pagination-bullet {
  background-color: var(--Mono-gray-2);
}
.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--Black) !important;
}

.sw-progress {
  position: relative;
  border-radius: 16px;
  background-color: var(--White);
  height: 6px !important;
  overflow: hidden;
  max-width: 692.25px;
}
.sw-progress .swiper-pagination-progressbar-fill {
  background-color: var(--Black);
}

/*------------ 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 ---------- */
.offcanvas-search {
  height: max-content !important;
  background-color: var(--White);
  z-index: 99999;
}
.offcanvas-search > .btn-close-search {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: transparent;
  border: 1px solid var(--mono-gray3);
  color: var(--mono-gray3);
  border-radius: 8px;
  -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-search > .btn-close-search:hover {
  border-color: var(--Black);
  color: var(--Black);
}
.offcanvas-search .offcanvas-body {
  padding: 60px 0;
}
.offcanvas-search .form-search-courses {
  overflow: hidden;
  border-radius: 4px;
}
.offcanvas-search .form-search-courses .button-submit button {
  position: absolute;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border-radius: 4px;
}
.offcanvas-search fieldset input {
  border-radius: 4px;
}

.offcanvas-backdrop,
.overlay-blog {
  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-blog.show {
  opacity: 1;
  visibility: visible;
  z-index: 989;
  cursor: url(../images/cursor-close.svg), auto;
}

.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;
}

.popup-form-search {
  position: absolute;
  top: 76%;
  background-color: var(--White);
  border-radius: 24px;
  padding: 32px 24px;
  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;
  z-index: 99;
}
.popup-form-search .title {
  font-size: 20px;
  line-height: 28px;
}
.popup-form-search .form-search {
  margin-bottom: 24px;
}
.popup-form-search .wrap-tag {
  display: flex;
}
.popup-form-search .tag-item {
  height: 30px;
  padding: 0 8px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 999px;
  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;
}
.popup-form-search .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:hover {
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.popup-form-search .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 {
  transform: rotate(90deg);
}
.popup-form-search.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.popup-youtube {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 7;
}
.popup-youtube i {
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3019607843);
  backdrop-filter: blur(28.8000030518px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 115.2px;
  height: 115.2px;
  color: var(--White);
  font-size: 45px;
}
.popup-youtube::after, .popup-youtube::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 9999px;
  animation: ripple 3s infinite;
}
.popup-youtube::after {
  animation-delay: 0.5s;
}
.popup-youtube::before {
  animation-delay: 0.9s;
}

/*------------ categories ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.category-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;
}
.category-item .category-bot {
  border-top: 1px solid var(--Mono-gray-2);
}
.category-item .category-tag {
  width: max-content;
  height: 33px;
  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;
  border: 1px solid var(--Mono-gray-2);
}
.category-item .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  margin-top: 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;
}
.category-item .icon-play i {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.3019607843);
  backdrop-filter: blur(30.0000019073px);
  font-size: 20px;
  color: var(--White);
}
.category-item.style-default {
  border: 1px solid var(--Mono-gray-2);
  padding: 48px 48px 47px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.category-item.style-default .img-style {
  width: 100%;
  height: 288px;
  border-radius: 12px;
  display: block;
}
.category-item.style-default .img-style::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 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;
}
.category-item.style-default .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}
.category-item.style-default .category-tag {
  border: 1px solid var(--Mono-gray-2);
}
.category-item.style-default .category-bot {
  padding-top: 23px;
  margin-top: 44px;
}
.category-item.style-default .comment i {
  font-size: 24px;
}
.category-item.style-default.v2 {
  height: 100%;
}
.category-item.style-default.v2 .img-style {
  margin-top: 32px;
}
.category-item.style-default.v3 {
  padding: 0;
  border: none;
  border-radius: unset;
}
.category-item.style-default.v3 .img-style {
  height: 367px;
}
.category-item.style-default.v3 .category-bot {
  padding-top: 0;
  margin-top: 24px;
  border-top: none;
}
.category-item.style-default.v4, .category-item.style-default.v5, .category-item.style-default.v6, .category-item.style-default.v7 {
  padding: 0;
  border-radius: 24px;
  height: 100%;
}
.category-item.style-default.v4 .img-style, .category-item.style-default.v5 .img-style, .category-item.style-default.v6 .img-style, .category-item.style-default.v7 .img-style {
  border-radius: 24px;
  height: 282px;
}
.category-item.style-default.v4 .content, .category-item.style-default.v5 .content, .category-item.style-default.v6 .content, .category-item.style-default.v7 .content {
  padding: 24px 24px 22px;
}
.category-item.style-default.v4 .comment, .category-item.style-default.v5 .comment, .category-item.style-default.v6 .comment, .category-item.style-default.v7 .comment {
  gap: 6.4px;
  position: relative;
}
.category-item.style-default.v4 .comment::after, .category-item.style-default.v5 .comment::after, .category-item.style-default.v6 .comment::after, .category-item.style-default.v7 .comment::after {
  content: "/";
  position: absolute;
  left: -12px;
}
.category-item.style-default.v4 .comment i, .category-item.style-default.v5 .comment i, .category-item.style-default.v6 .comment i, .category-item.style-default.v7 .comment i {
  font-size: 19.2px;
}
.category-item.style-default.v4 .category-bot, .category-item.style-default.v5 .category-bot, .category-item.style-default.v6 .category-bot, .category-item.style-default.v7 .category-bot {
  border-top: unset;
  padding-top: 0;
  margin-top: 26px;
  gap: 24.45px;
}
.category-item.style-default.v5 {
  border: none;
}
.category-item.style-default.v5 .img-style {
  border-radius: 12px;
  height: 332px;
}
.category-item.style-default.v5 .content {
  padding: 0;
  justify-content: unset;
}
.category-item.style-default.v5 .category-bot {
  padding-top: 0;
  margin-top: 17px;
}
.category-item.style-default.v6 {
  padding: 0;
  border-radius: 0;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--Mono-gray-5);
  height: 100%;
}
.category-item.style-default.v6 .content {
  padding: 0;
}
.category-item.style-default.v6 .category-bot {
  margin-top: 25px;
}
.category-item.style-default.v7 {
  border: none;
}
.category-item.style-default.v7 .img-style {
  height: 492px;
  border-radius: 12px;
}
.category-item.style-default.v7 .category-bot {
  margin-top: 14px;
  gap: 24.45px;
}
.category-item.style-default.v7 .content {
  padding: 0;
}
.category-item.style-default:hover {
  border-color: var(--Mono-gray-5);
}
.category-item.style-default:hover .img-style::after {
  opacity: 1;
}
.category-item.style-default:hover .icon-play {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.category-item.style-overlay {
  position: relative;
  overflow: hidden;
  height: max-content;
}
.category-item.style-overlay .img-style {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.category-item.style-overlay .img-style::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.4%, rgba(0, 0, 0, 0.56) 85%);
  z-index: 1;
}
.category-item.style-overlay .img-style img {
  min-height: 350px;
}
.category-item.style-overlay .content {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 47px;
  margin-right: 47px;
  bottom: 47px;
  z-index: 1;
}
.category-item.style-overlay .category-tag {
  background: rgba(240, 240, 240, 0.3607843137);
  backdrop-filter: blur(75px);
  border: none;
  height: 38px;
}
.category-item.style-overlay .category-bot {
  margin-top: 15px;
  padding-top: 23px;
  border-color: rgba(255, 255, 255, 0.3019607843);
}
.category-item.style-overlay .comment i {
  font-size: 26px;
}
.category-item.style-1 {
  position: relative;
}
.category-item.style-1 .popup-youtube i {
  width: 120px;
  height: 120px;
}
.category-item.style-1 .img-style {
  border-radius: 16px;
  position: relative;
}
.category-item.style-1 .content {
  position: absolute;
  bottom: 58px;
  left: 56px;
  right: 56px;
  z-index: 5;
}
.category-item.style-1 .title {
  max-width: 804px;
}
.category-item.style-1 .category-tag {
  height: 37px;
  margin-bottom: 15px;
}
.category-item.style-1 .comment i {
  font-size: 24px;
}
.category-item.style-1 .category-bot {
  border-color: rgba(255, 255, 255, 0.3019607843);
  padding-top: 27px;
  margin-top: 15px;
}
.category-item.style-1.v2 {
  border-radius: 24px;
}
.category-item.style-1.v2 .category-tag {
  height: 33px;
  margin-bottom: 8px;
}
.category-item.style-1.v2 .img-style {
  border-radius: inherit;
  position: relative;
}
.category-item.style-1.v2 .img-style::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.16%, rgba(0, 0, 0, 0.4) 100%);
  border-radius: inherit;
}
.category-item.style-1.v2 .content {
  position: absolute;
  bottom: 63px;
  left: 64px;
  right: 56px;
  z-index: 1;
}
.category-item.style-1.v2 .comment {
  gap: 6.4px;
  position: relative;
}
.category-item.style-1.v2 .comment::after {
  content: "/";
  position: absolute;
  left: -12px;
}
.category-item.style-1.v2 .comment i {
  font-size: 19.2px;
}
.category-item.style-1.v2 .category-bot {
  border-top: unset;
  padding-top: 0;
  gap: 20.45px;
  margin-top: 25px;
}

.popular-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.popular-tags a {
  height: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border-radius: 4px;
  border: 1px solid var(--Mono-gray-2);
}
.popular-tags a:hover {
  border-color: var(--Black);
}

.section-categories .wd-load {
  position: relative;
  height: 44px;
  margin-top: 51px;
}
.section-categories .wd-load::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--Mono-gray-5);
  top: 50%;
  transform: translateY(-50%);
}
.section-categories .btn-showmore {
  background-color: var(--White);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 47px;
}

.section-single-post .wrap-progress-share {
  max-width: 140px;
  margin-left: auto;
  position: sticky;
  z-index: 4;
  top: 113px;
}
.section-single-post .list {
  padding-left: 9px;
}
.section-single-post .list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-single-post .list li::before {
  position: relative;
  flex-shrink: 0;
  content: "";
  width: 3px;
  height: 3px;
  background-color: var(--Black);
}
.section-single-post .img-thumbs,
.section-single-post .img-style {
  border-radius: 24px;
  overflow: hidden;
}
.section-single-post .circle-container {
  position: relative;
  width: max-content;
}
.section-single-post .circle-container .content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-single-post .circle-container .progress-circle {
  stroke: #2b80ff;
}
.section-single-post .content-inner {
  padding: 40px 48px 48px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 12px;
}
.section-single-post .bot {
  padding-top: 24px;
  border-top: 1px solid var(--Mono-gray-2);
  margin-top: 46px;
}
.section-single-post .bot .tag {
  width: max-content;
  height: 33px;
  padding: 0 14px;
  border-radius: 999px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--Mono-gray-2);
}
.section-single-post .bot .slide-inner {
  border-radius: 16px;
  border: 1px solid var(--Mono-gray-2);
  padding: 30px 12px;
  height: 100%;
}

.quote {
  padding: 8px 36px 7px 36px;
  position: relative;
}
.quote::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  background-color: #0040c1;
  left: 0;
  top: 0;
}
.quote p {
  font-style: italic;
  font-size: 24px;
  line-height: 36px;
}
.quote .name {
  font-size: 16px;
  line-height: 32px;
}
.quote .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 24px;
}

.box-author {
  padding: 49px 15px 61px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 16px;
}
.box-author .avatar {
  max-width: 189px;
  border-radius: 999px;
  overflow: hidden;
}
.box-author .content {
  text-align: center;
  width: 100%;
  max-width: 316px;
}
.box-author.style-1 {
  border: none;
  padding: 70px 15px 51px;
}
.box-author.style-1 .content {
  max-width: 353px;
}

.box-social {
  padding: 55px 15px 70px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 16px;
}

.box-music {
  padding: 20px 25px 17px 20px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 16px;
  background-color: var(--White);
  max-width: 450px;
  width: 100%;
}
.box-music .song-info {
  display: flex;
  gap: 12px;
}
.box-music .thumbs-song {
  border-radius: 16px;
  overflow: hidden;
}
.box-music .control-btn {
  font-size: 24px;
  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;
  border-radius: 4px;
  padding: 0;
  transform: scale(1);
}
.box-music .control-btn:hover {
  transform: scale(1.1);
}
.box-music .pause-btn {
  display: none;
}
.box-music .progress-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.box-music .progress-bar {
  width: 100%;
  height: 4px;
  background-color: #f6f6f6;
}
.box-music .progress-bar .progress {
  width: 0;
  background-color: var(--Black);
}

.shopify-banner {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.shopify-banner .content {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 64px;
  margin-right: 64px;
  bottom: 95px;
}
.shopify-banner .title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 41px;
}
.shopify-banner a {
  font-size: 28px;
  line-height: 32px;
  position: relative;
}
.shopify-banner a::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  background-color: var(--White);
}

.categories-sidebar {
  padding: 41px 48px 48px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 16px;
}
.categories-sidebar .list-categories li {
  padding-bottom: 8px;
}
.categories-sidebar .list-categories li:not(:last-child) {
  margin-bottom: 11px;
  border-bottom: 1px solid var(--Mono-gray-2);
}
.categories-sidebar .list-categories li:hover a span {
  position: relative;
}
.categories-sidebar .list-categories li:hover a span::after {
  width: 100%;
  left: 0;
  right: auto;
}
.categories-sidebar .list-categories a span {
  position: relative;
}
.categories-sidebar .list-categories a span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-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;
}
.categories-sidebar .list-categories i {
  font-size: 24px;
}

.popular-tags-sidebar {
  padding: 40px 48px 48px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 16px;
}
.popular-tags-sidebar .popular-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.post-sidebar {
  padding: 41px 48px 48px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 16px;
}
.post-sidebar .tf-grid-layout {
  gap: 10px;
}
.post-sidebar .item {
  border-radius: 6px;
  overflow: hidden;
}
.post-sidebar .item img {
  width: 100%;
  object-fit: cover;
}
.post-sidebar .tf-btn {
  height: 40px;
}

.newsletter-sidebar {
  padding: 43px 48px 48px;
  border-radius: 16px;
  background-color: var(--Mono-gray-1);
}
.newsletter-sidebar .tf-btn {
  height: 48px;
}

/*------------ testimonial ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/*------------ accordion ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.effect-content-slide .effect-item, .effect-content-slide .effect-item-2 {
  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 .zoom-out {
  opacity: 1;
}
.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 .zoom-out,
.effect-content-slide .tab-pane.active .zoom-out {
  --animation-name: zoom1;
  transform: scale(1.3);
}
.effect-content-slide .swiper-slide-active .effect-item-2.effect-1,
.effect-content-slide .tab-pane.active .effect-item-2.effect-1 {
  animation-delay: 0.5s;
}
.effect-content-slide .swiper-slide-active .effect-item-2.effect-2,
.effect-content-slide .tab-pane.active .effect-item-2.effect-2 {
  animation-delay: 0.8s;
}
.effect-content-slide .swiper-slide-active .effect-item-2.effect-3,
.effect-content-slide .tab-pane.active .effect-item-2.effect-3 {
  animation-delay: 1.1s;
}
.effect-content-slide .swiper-slide-active .effect-item-2.effect-4,
.effect-content-slide .tab-pane.active .effect-item-2.effect-4 {
  animation-delay: 2s;
}
.effect-content-slide .swiper-slide-active .effect-item-2.effect-5,
.effect-content-slide .tab-pane.active .effect-item-2.effect-5 {
  animation-delay: 2.5s;
}
.effect-content-slide .swiper-slide-active .effect-item.effect-1,
.effect-content-slide .tab-pane.active .effect-item.effect-1 {
  animation-delay: 0.5s;
}
.effect-content-slide .swiper-slide-active .effect-item.effect-2,
.effect-content-slide .tab-pane.active .effect-item.effect-2 {
  animation-delay: 1s;
}
.effect-content-slide .swiper-slide-active .effect-item.effect-3,
.effect-content-slide .tab-pane.active .effect-item.effect-3 {
  animation-delay: 1.5s;
}
.effect-content-slide .swiper-slide-active .effect-item.effect-4,
.effect-content-slide .tab-pane.active .effect-item.effect-4 {
  animation-delay: 2s;
}
.effect-content-slide .swiper-slide-active .effect-item.effect-5,
.effect-content-slide .tab-pane.active .effect-item.effect-5 {
  animation-delay: 2.5s;
}

@keyframes zoom1 {
  0% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  30% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*------------ shop ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/*------------ map ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/*------------ 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;
  width: 100%;
  height: 100%;
}
.hover-image-2 .image-rotate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -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 .img-style {
  position: relative;
  overflow: hidden;
}
.hover-image-3 .img-style img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  object-fit: cover;
}
.hover-image-3 .img-style img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.hover-image-3:hover .img-style img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.hover-image-3:hover .img-style img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.hover-line-text {
  display: inline;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s 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% 1px;
}

/*------------ 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 {
  padding: 24px 15px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 12px;
}
.wg-pagination li:hover a, .wg-pagination li.active a {
  border-color: var(--Black);
}
.wg-pagination a {
  height: 32px;
  width: 32px;
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--Mono-gray-3);
  border-radius: 999px;
  -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 i {
  font-size: 14px;
}

.tf-social {
  flex-wrap: wrap;
}
.tf-social a i {
  display: block;
  width: 36px;
  height: 36px;
  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;
}
.tf-social .x {
  background-color: #e4e4e4;
  color: var(--Black);
}
.tf-social .pin {
  background-color: #ffe9e9;
  color: #ff1c1c;
}
.tf-social .ins {
  background-color: #fff1f8;
  color: #f13790;
}
.tf-social .fb {
  background-color: #e9efff;
  color: #1d59f3;
}
.tf-social.style-1 a i {
  border: 1px solid var(--Mono-gray-2);
  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;
}
.tf-social.style-1 a:hover i.x {
  background-color: #e4e4e4;
}
.tf-social.style-1 a:hover i.pin {
  background-color: #ffe9e9;
}
.tf-social.style-1 a:hover i.ins {
  background-color: #fff1f8;
}
.tf-social.style-1 a:hover i.fb {
  background-color: #e9efff;
}
.tf-social.style-2 a i {
  color: var(--White);
}
.tf-social.style-2 .pin {
  background-color: #ff1c1c;
}
.tf-social.style-2 .ins {
  background-color: #f13790;
}
.tf-social.style-2 .fb {
  background-color: #1d59f3;
}
.tf-social 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-social a:hover {
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.reply-comment .reply-comment-heading i {
  font-size: 24px;
}
.reply-comment .wrap-comment-item:not(:last-child) {
  margin-bottom: 48px;
}
.reply-comment .comment-item {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--Mono-gray-2);
}
.reply-comment .comment-item.style-reply {
  padding-left: 113px;
}
.reply-comment .wrap-reply {
  padding-left: 157px;
  padding-top: 24px;
}
.reply-comment .wrap-reply .comment-item:not(:last-child) {
  margin-bottom: 24px;
}
.reply-comment .box-user .avatar {
  overflow: hidden;
  width: 32px;
  border-radius: 999px;
}
.reply-comment .btn-reply {
  display: flex;
  align-items: center;
  gap: 6px;
  width: max-content;
}
.reply-comment .btn-reply i {
  font-size: 16px;
  color: var(--Black);
}

.counter-item.style-default {
  padding: 22px 36px 29px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid var(--Mono-gray-2);
}
.counter-item.style-default .odometer.odometer-auto-theme {
  line-height: unset;
}
.counter-item.style-default .counter-number {
  display: flex;
  justify-content: center;
}
.counter-item.style-default .counter-number .odometer-inside {
  overflow: hidden;
}
.counter-item.style-default .counter-number .odometer-inside {
  width: 83px;
  display: flex;
  justify-content: flex-end;
}
.counter-item.style-default .counter-number span {
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  font-family: "Instrument Sans", sans-serif;
  min-width: 41px;
}

.box-about-info,
.box-about-work {
  padding: 32px 27px 32px 40px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 16px;
}

.box-about-info {
  height: 100%;
  padding: 26px 27px 32px 39px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box-about-info .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.box-about-info .tag li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  padding: 0 15px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 999px;
}

.box-about-work {
  padding: 29px 39px 54px;
}
.box-about-work .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.box-about-work .tag li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  padding: 0 16px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 999px;
}

.tf-box-icon {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 12px 12px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 16px;
}
.tf-box-icon .icon {
  background-color: var(--Mono-gray-1);
  width: 78px;
  height: 79px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 999px;
}

.education-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 0 25px;
}
.education-item p {
  max-width: 734px;
}
.education-item .date {
  padding: 10px 16px;
  background-color: var(--Mono-gray-1);
  height: max-content;
  border-radius: 999px;
  white-space: nowrap;
}

.experience-item {
  padding: 40px 9px 31px 40px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 16px;
  background-color: var(--White);
}
.experience-item .date {
  background-color: var(--Mono-gray-1);
  border-radius: 9999px;
  padding: 0 7px;
  max-width: max-content;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.experience-item .content {
  margin-top: 18px;
}
.experience-item.style-1 {
  border: none;
  padding: 28px 28px 22px;
  height: 100%;
}
.experience-item.style-1 .date {
  padding: 0 12px;
}

.awards-item.style-default {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 15px 0 28px;
}
.awards-item.style-default .content {
  max-width: 866px;
  width: 100%;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}
.awards-item.style-default .content .tag {
  max-width: 141px;
  width: 100%;
}
.awards-item.style-default .date {
  background-color: var(--Mono-gray-1);
  border-radius: 9999px;
  padding: 10px 8px;
  max-width: max-content;
  white-space: nowrap;
  height: max-content;
}
.awards-item.style-1 {
  width: 342.74px;
  height: 342.74px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 50%;
  padding-top: 85px;
}
.awards-item.style-1.style-logo {
  padding-top: 108px;
}

.hero-banner.style-default {
  height: 100%;
  overflow: hidden;
}
.hero-banner.style-default .img-thumbs {
  height: 100%;
}
.hero-banner.style-default .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner.style-default .content {
  position: absolute;
  inset: 0;
  padding-top: 77px;
  padding-left: 92px;
  padding-bottom: 24px;
  padding: 92px 24px 24px 77px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  z-index: 1;
}
.hero-banner.style-default .box-music {
  border-radius: 16px;
}
.hero-banner.style-default .bot {
  display: flex;
  align-items: end;
  justify-content: end;
}
.hero-banner.style-default .tag {
  height: 37px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  width: max-content;
}
.hero-banner.style-default.v2 .img-thumbs {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.hero-banner.style-default.v2 .img-thumbs img {
  height: 417px;
}
.hero-banner.style-default.v2 .img-thumbs::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180.17deg, rgba(0, 0, 0, 0) 19.37%, rgba(0, 0, 0, 0.6) 90.74%);
}
.hero-banner.style-default.v2 .tag {
  height: 36px;
  padding: 5px 15px;
}
.hero-banner.style-2 {
  padding-bottom: 44px;
  border-bottom: 1px solid var(--Mono-gray-5);
}
.hero-banner.style-2 .content {
  padding: 80px 0 88px;
}
.hero-banner.style-2 .content .heading-title {
  letter-spacing: -2.7px;
}
.hero-banner.style-2 .content .tf-btn {
  padding: 0 28px;
}
.hero-banner.style-2 .content .service {
  max-width: 203px;
}
.hero-banner.style-2 .content .title {
  padding-bottom: 9px;
  border-bottom: 1px solid var(--Mono-gray-5);
  margin-bottom: 13px;
}
.hero-banner.style-2 .content .list {
  padding-bottom: 12px;
  margin-bottom: 11px;
  border-bottom: 1px solid var(--Mono-gray-5);
}
.hero-banner.style-2 .content .link-help {
  text-decoration: underline;
}
.hero-banner.style-2 .wrap-logo {
  padding: 0 0 12px;
  gap: 12px;
}
.hero-banner.style-2 .wrap-logo img {
  flex-shrink: 0;
  height: 57px;
  width: 57px;
}

.box-portfolio {
  background-color: var(--Mono-gray-1);
  position: relative;
  border-radius: 16px;
}
.box-portfolio .line {
  width: 13.64px;
  height: 2.18px;
  background-color: var(--Black);
}
.box-portfolio .left {
  padding: 40px 15px 40px;
  border-radius: 16px;
}
.box-portfolio .left .title span {
  font-style: italic;
}
.box-portfolio .right {
  padding: 40px 0 40px 15px;
}

.show-sidebar {
  position: fixed;
  top: 35%;
  right: 0;
  justify-content: center;
  width: 37px;
  aspect-ratio: 1;
  border-radius: 12px 0px 0px 12px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(100px);
  font-size: 18px;
  box-shadow: 0 0 3px #0c5af5;
  color: var(--Black);
  cursor: pointer;
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 988;
}
.show-sidebar .icon {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.show-sidebar .bars {
  width: 74%;
  height: 3px;
  background-color: var(--Black);
  border-radius: 4px;
}
.show-sidebar #bar1,
.show-sidebar #bar3 {
  width: 43%;
}

.wrap-main-blog {
  --spacing-left: 330px;
}
.wrap-main-blog .logo {
  max-width: 137px;
  margin-left: auto;
  margin-right: auto;
}
.wrap-main-blog .categories-list li {
  border-bottom: 1px solid var(--Mono-gray-5);
}
.wrap-main-blog .categories-list li:first-child {
  border-top: 1px solid var(--Mono-gray-5);
}
.wrap-main-blog .categories-list a {
  width: 100%;
  padding: 15px 24px 16px;
  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;
}
.wrap-main-blog .categories-list a i {
  font-size: 24px;
  transform: translateX(-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;
  opacity: 0;
  color: var(--White);
}
.wrap-main-blog .categories-list a:hover, .wrap-main-blog .categories-list a.active {
  background-color: var(--Black);
  color: var(--White);
}
.wrap-main-blog .categories-list a:hover i, .wrap-main-blog .categories-list a.active i {
  transform: translateX(0);
  opacity: 1;
}
.wrap-main-blog .heading-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
}
.wrap-main-blog .heading-top .wrap {
  display: flex;
  gap: 20px;
}
.wrap-main-blog .heading-top form {
  max-width: 137px;
}
.wrap-main-blog .leftBar {
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: var(--White);
  padding-top: 44px;
  max-width: 330px;
  width: 100%;
  border-right: 1px solid var(--Mono-gray-5);
  position: absolute;
  bottom: 0;
  top: 0;
}
.wrap-main-blog .leftBar.show {
  transform: none;
}
.wrap-main-blog .rightsite {
  margin-left: var(--spacing-left);
}
.wrap-main-blog .categories .item {
  height: 132px;
  padding: 0 64px;
  border-bottom: 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;
  position: relative;
}
.wrap-main-blog .categories .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--Mono-gray-1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.wrap-main-blog .categories .item .icon {
  font-size: 24px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.wrap-main-blog .categories .item .link {
  text-decoration: underline;
}
.wrap-main-blog .categories .item:first-child {
  border-top: 1px solid var(--Mono-gray-5);
}
.wrap-main-blog .categories .item:hover .icon {
  transform: rotate(45deg);
}
.wrap-main-blog .categories .item:hover::after {
  height: 100%;
}
.wrap-main-blog .featured-blog .wrap-swiper {
  margin-left: auto;
  max-width: 1394px;
  padding-left: 10px;
}
.wrap-main-blog .category-item .category-tag {
  height: 29px;
  padding: 0 13px;
}
.wrap-main-blog .most-popular {
  padding-bottom: 100px;
  border-bottom: 1px solid var(--Mono-gray-5);
}
.wrap-main-blog .most-popular .swiper-slide {
  margin-top: 32px;
}

.video-thumb {
  width: 100%;
  padding-bottom: 47.15%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.video-thumb .video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/*------------ sections ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.page-title {
  --spacing-line: 24px;
}
.page-title.style-default .page-inner {
  background-color: var(--Mono-gray-1);
  border-radius: 16px;
  text-align: center;
  padding: 70px 15px 73px;
}
.page-title.style-default.v2 .page-inner {
  background-color: var(--White);
  padding: 70px 15px 90px;
}
.page-title.style-sigle-post {
  padding-top: 91px;
}
.page-title.style-sigle-post .breadcrumb {
  gap: 14px;
}
.page-title.style-sigle-post .category-item {
  margin-bottom: 61px;
}
.page-title.style-sigle-post .category-item .category-tag {
  height: 37px;
}
.page-title.style-sigle-post .category-bot {
  padding-top: 8px;
  margin-top: 30px;
}
.page-title.style-sigle-post .category-bot .comment i {
  font-size: 24px;
}
.page-title.style-sigle-post .img-thumb {
  border-radius: 16px;
  overflow: hidden;
}
.page-title.style-sigle-post.v2 {
  padding-top: 42px;
}
.page-title.style-sigle-post.v2 .category-item {
  padding: 50px 12px;
  margin-bottom: 40px;
  border-radius: 12px;
  border: 1px solid var(--Mono-gray-2);
}
.page-title.style-sigle-post.v2 .category-item .category-tag {
  padding: 0 15px;
}
.page-title.style-sigle-post.v2 .category-bot {
  padding-top: 10px;
  margin-top: 32px;
}
.page-title.style-sigle-post.v2 .img-thumb {
  border-radius: 12px;
  height: 100%;
}
.page-title.style-sigle-post.v2 .img-thumb img {
  min-height: 350px;
  height: 100%;
  object-fit: cover;
}
.page-title.style-1 {
  padding-top: 27px;
}
.page-title.style-1 .pagination-wrap {
  position: absolute;
  bottom: 38px;
  left: 77px;
}
.page-title.style-1 .swiper {
  height: 100%;
}
.page-title.style-1 .box-author {
  padding: 48px 15px 62px;
}
.page-title.style-1 .box-social {
  padding: 55px 15px 70px;
}
.page-title.style-1 .img-thumbs {
  border-radius: 16px;
  overflow: hidden;
}
.page-title .wrap-pagi {
  padding-bottom: var(--spacing-line);
  border-bottom: 1px solid var(--Mono-gray-2);
}
.page-title .thumbs-sw-pagi {
  max-width: 748px;
  overflow: unset;
}
.page-title .thumbs-sw-pagi .img-thumb-pagi {
  width: 140px;
  height: 140px;
  padding: 10px;
  border-radius: 9999px;
  border: 1px solid var(--Mono-gray-2);
  -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;
  cursor: pointer;
}
.page-title .thumbs-sw-pagi .img-thumb-pagi::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  border-radius: 9999px;
  background-color: var(--Black);
  bottom: calc((var(--spacing-line) + 3px) * -1);
  left: auto;
  right: 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;
}
.page-title .thumbs-sw-pagi .img-thumb-pagi img {
  border-radius: 9999px;
}
.page-title .thumbs-sw-pagi .swiper-slide-thumb-active .img-thumb-pagi {
  border-color: var(--Black);
  position: relative;
}
.page-title .thumbs-sw-pagi .swiper-slide-thumb-active .img-thumb-pagi::after {
  width: 100%;
  left: 0;
  right: auto;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.breadcrumb li:not(:last-child) {
  position: relative;
}
.breadcrumb li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -10px;
}

.section-related-post .heading {
  padding: 19px 40px 20px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 16px;
}
.section-related-post .category-item.style-default .img-style {
  margin-top: 25px;
}
.section-related-post .category-item .category-bot {
  padding-top: 24px;
  margin-top: 54px;
}
.section-related-post .category-item .category-tag {
  height: 37px;
}
.section-related-post .wrap-sw-button {
  align-items: center;
  max-width: 174px;
  text-align: center;
  gap: 32px;
}
.section-related-post .wrap-sw-button .sw-fraction-layout-1 {
  width: 42px;
}
.section-related-post .sw-button {
  height: 36px !important;
  width: 36px !important;
}

.section-newsletter .image-rotate {
  border-radius: 16px;
}
.section-newsletter .box-item {
  position: relative;
  border: 1px solid var(--Mono-gray-2);
  padding: 22.4px 24.4px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-newsletter .box-item .icon {
  height: 35.2px;
  width: 35.2px;
  border-radius: 999px;
  background-color: var(--Black);
  font-size: 19.25px;
  color: var(--White);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.section-newsletter .box-item .tf-btn {
  height: 41.6px;
  padding: 0 25.6px;
}
.section-newsletter .box-item.v2 {
  padding: 22.4px 30.4px 29.4px;
}
.section-newsletter .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.section-newsletter .shape-2 {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.section-newsletter.style-1 .wrap-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 43px 50px 48px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 16px;
}
.section-newsletter.style-1 .image-rotate {
  height: 255.75px;
}
.section-newsletter.style-2 .tf-grid-layout {
  gap: 24px 20px;
}
.section-newsletter.style-2 .image-rotate {
  height: 315px;
  border-radius: 12px;
}
.section-newsletter.style-2 .box-item {
  padding: 22.4px 23.4px 24.4px;
  border-radius: 12px;
}
.section-newsletter.style-2 .box-item .icon {
  height: 45.47px;
  width: 45.47px;
  margin-bottom: 25px;
  font-size: 24.8px;
}
.section-newsletter.style-2 .box-item .title {
  margin-bottom: 31px;
}
.section-newsletter.style-2 .box-item .title span {
  font-style: italic;
}
.section-newsletter.style-2 .box-item .tf-btn {
  height: 53.74px;
  width: 127.14px;
}
.section-newsletter.style-2 .box-item.v2 {
  padding: 55px 64px 64px;
  justify-content: unset;
}
.section-newsletter.style-2 .box-item.v2 .tf-btn-link {
  font-size: 21.82px;
  line-height: 30.55px;
}
.section-newsletter.style-2 .box-item.v2 .tf-btn-link i {
  font-size: 13.89px;
  width: 30.09px;
  height: 30.09px;
}
.section-newsletter.style-2 .wrap-ins {
  margin-bottom: 90px;
}
.section-newsletter.style-2 .form-newsletter {
  padding-top: 5px;
}
.section-newsletter.style-2 .form-newsletter .wrap {
  margin-bottom: 44px;
}
.section-newsletter.style-2.v2 .tf-grid-layout {
  gap: 12px;
}
.section-newsletter.style-2.v2 .image-rotate {
  height: unset;
  border-radius: 24px;
}
.section-newsletter.style-2.v2 .box-item {
  border-radius: 24px;
}
.section-newsletter.style-2.v2 .wrap-form {
  padding-bottom: 81px;
  border-bottom: 1px solid var(--Mono-gray-2);
}

.section-about.style-1 .heading-title {
  padding: 25px 40px 23px;
  border-radius: 16px;
  border: 1px solid var(--Mono-gray-2);
  margin-bottom: 12px;
}
.section-about.style-1 .box-author {
  padding: 32px 15px 30px;
  margin-bottom: 12px;
}
.section-about.style-1 .box-author .avatar {
  max-width: 256px;
}
.section-about.style-1 .box-social {
  padding: 25px 15px 30px;
}
.section-about.style-1 .about-edication .list {
  padding: 32px 40px 35px;
  border: 1px solid var(--Mono-gray-2);
  border-radius: 16px;
}
.section-about.style-1 .education-item:not(:last-child) {
  border-bottom: 1px solid var(--Mono-gray-2);
}
.section-about.style-1 .about-number {
  display: flex;
  flex-direction: column;
}
.section-about.style-1 .about-number .img-style {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.section-about.style-1 .about-number .img-style img {
  height: 100%;
  object-fit: cover;
}
.section-about.style-1 .about-awards .list {
  padding: 32px 40px;
  border-radius: 16px;
  border: 1px solid var(--Mono-gray-2);
}
.section-about.style-1 .about-awards .awards-item:not(:last-child) {
  border-bottom: 1px solid var(--Mono-gray-2);
}
.section-about.style-2 .avatar {
  max-width: 343.8px;
  border-radius: 999px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section-about.style-2 .wrap-award {
  display: flex;
  justify-content: center;
}
.section-about.style-2 .awards-item {
  flex-shrink: 0;
}
.section-about.style-2 .awards-item .number {
  font-weight: 700;
  font-size: 76.16px;
  line-height: 84.85px;
}
.section-about.style-2 .awards-item.center {
  margin: 0 -49px;
}

.section-contact .box-author {
  padding: 41px 15px 43px;
}
.section-contact .box-author .avatar {
  max-width: 256px;
  margin-bottom: 14px;
}
.section-contact .box-author .name {
  margin-bottom: 7px;
}
.section-contact .box-social {
  padding: 31px 15px 21px;
}

.section-feature.style-1 .right {
  padding: 48px;
  border-radius: 16px;
  border: 1px solid var(--Mono-gray-2);
}
.section-feature.style-1 .right .category-item:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--Mono-gray-2);
}

.section-most-popular.style-1 .heading-section {
  padding: 23px 47px 22px;
}
.section-most-popular.style-1 .category-item {
  height: 100%;
}
.section-most-popular.style-1 .category-item .content {
  height: 100%;
  justify-content: space-between;
}
.section-most-popular.style-2 .category-item .category-bot {
  margin-top: 40px;
}

.section-cta .content {
  max-width: 721px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.section-cta .title {
  padding: 22px 0 22px;
  border-top: 1px solid var(--Mono-gray-2);
  border-bottom: 1px solid var(--Mono-gray-2);
  margin-bottom: 33px;
}
.section-cta .list {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.section-cta .list a {
  padding: 3px 16px;
  border-radius: 999px;
  border: 1px solid var(--Mono-gray-2);
}
.section-cta .list a:hover {
  border-color: var(--Black);
}
.section-cta .shape {
  top: 71%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}
.section-cta .tf-btn {
  margin-bottom: 40px;
  padding: 0 40px;
}
.section-cta.style-1 {
  padding: 48px 70px 40px;
  border: 1px solid var(--Mono-gray-5);
  border-radius: 9999px;
}
.section-cta.style-1 .title {
  margin-top: 46px;
  padding: 5px 0 3px;
  margin-bottom: 25px;
}
.section-cta.style-1 .description {
  margin-bottom: 36px;
}
.section-cta.style-1 .content {
  max-width: 902px;
}
.section-cta.style-1 .list {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.section-cta.style-1 .list a {
  border-color: var(--Mono-gray-5);
}
.section-cta.style-1 .list a:hover {
  border-color: var(--Black);
}

.section-latest-blogs.style-1 .category-item .category-tag {
  height: 37px;
  padding: 0 14px;
}
.section-latest-blogs.style-1 .category-item .img-style {
  margin-top: 22px;
}
.section-latest-blogs.style-1 .category-item .category-bot {
  padding-top: 23px;
  margin-top: 54px;
}
.section-latest-blogs.style-1 .shopify-banner .banner {
  height: 100%;
}
.section-latest-blogs.style-1 .shopify-banner .banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-post .swiper:hover .sw-button {
  opacity: 1;
  transform: translate(0, -50%);
}
.section-post .swiper .category-item {
  overflow: hidden;
}
.section-post .sw-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY();
  z-index: 1;
  -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-post .sw-button.nav-prev-layout {
  left: 7.9%;
  transform: translate(30px, -50%);
}
.section-post .sw-button.nav-next-layout {
  right: 8%;
  transform: translate(-30px, -50%);
}

/*-------------- Responsive ----------------- */
@media (min-width: 576px) {
  .tf-grid-layout-2.sm-col-2,
  .tf-grid-layout.sm-col-2,
  .tf-grid-layout-md.sm-col-2,
  .tf-grid-layout-lg.sm-col-2,
  .tf-grid-layout-sm.sm-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout-2.sm-col-3,
  .tf-grid-layout.sm-col-3,
  .tf-grid-layout-md.sm-col-3,
  .tf-grid-layout-lg.sm-col-3,
  .tf-grid-layout-sm.sm-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-2.sm-col-4,
  .tf-grid-layout.sm-col-4,
  .tf-grid-layout-md.sm-col-4,
  .tf-grid-layout-lg.sm-col-4,
  .tf-grid-layout-sm.sm-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-btn {
    height: 56px;
  }
  .tf-btn.w-2 {
    width: 221px;
  }
  .sw-button.sz-56 {
    width: 56px !important;
    height: 56px !important;
  }
  .sw-button.sz-56.v2 {
    font-size: 24px !important;
  }
}
@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);
  }
  .section-single-post .bot .slide-inner {
    padding: 45px 48px 48px;
  }
  .section-single-post .bot .slide-inner.right {
    text-align: end;
  }
  .section-single-post .bot .slide-inner.right .tag {
    margin-left: auto;
  }
  .tf-social a i {
    width: 44px;
    height: 44px;
    font-size: 24px;
  }
  .section-about.style-1 .about-number {
    flex-direction: row;
    gap: 12px;
  }
  .section-about.style-1 .about-number .left {
    width: 62.1291666667%;
  }
  .section-about.style-1 .about-number .right {
    width: 36.8333333333%;
  }
  .box-portfolio .left {
    padding: 40px 24px 20px;
  }
  .box-portfolio .right {
    padding: 20px 0 40px 24px;
  }
  .hero-banner.style-default.v2 .img-thumbs img {
    min-height: 500px;
  }
  .hero-banner.style-default.v2 .content {
    padding: 86px 12px 86px;
  }
  .page-title.style-sigle-post.v2 .category-item {
    padding: 83px 12px;
    margin-bottom: 0;
  }
  .category-item .icon-play.sz-1 i {
    width: 57.6px;
    height: 57.6px;
  }
  .category-item .icon-play.sz-2 i {
    width: 70px;
    height: 70px;
  }
  .category-item .icon-play.sz-3 i {
    width: 120px;
    height: 120px;
    font-size: 45px;
  }
  .category-item .icon-play.sz-4 i {
    width: 76.8px;
    height: 76.8px;
    font-size: 27px;
  }
}
@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);
  }
  .sw-button.style-default {
    height: 46px;
    width: 46px;
  }
  .sw-button.style-2 {
    height: 80px;
    width: 80px;
  }
  .tf-btn.height-1 {
    height: 61px;
  }
  .tf-btn.w-1 {
    width: 179px;
  }
  .tf-btn.btn-px-35 {
    padding: 0 35px;
  }
  .tf-btn.btn-px-40 {
    padding: 0 40px;
  }
  .footer.style-3 .footer-body {
    display: flex;
  }
  .footer.style-3 .footer-body .footer-col-block.categories {
    flex: 21%;
  }
  .footer.style-3 .footer-body .footer-col-block.demo {
    flex: 16%;
  }
  .footer.style-3 .footer-body .footer-col-block.page {
    flex: 10%;
  }
  .footer.style-3 .footer-body .left {
    width: 63.9166666667%;
  }
  .footer.style-3 .footer-body .right {
    width: 41.6666666667%;
  }
  .footer.style-3 .wrapper {
    border-top: 1px solid var(--Mono-gray-2);
    margin-top: 125px;
    padding-top: 31px;
    padding-bottom: 48px;
  }
  .page-title.style-sigle-post.v2 .category-item {
    padding: 83px 12px;
  }
  .tf-grid-layout-lg {
    display: grid;
  }
  .wg-pagination a {
    height: 46px;
    width: 46px;
  }
  .wrap-main-blog .leftBar .wrapper {
    position: sticky;
    top: -64px;
  }
  .wrap-main-blog .header .wrap {
    gap: 60px;
  }
  .wrap-main-blog .categories .item {
    height: 132px;
  }
  .wrap-main-blog .categories .item.style-2 {
    height: 118px;
  }
  .wrap-main-blog .most-popular .swiper-slide {
    margin-top: 32px !important;
  }
  .wrap-main-blog .latest-blogs .swiper-slide {
    margin-top: 64px !important;
  }
  .section-newsletter .heading-section {
    max-width: 532px;
  }
  .section-newsletter.style-2.v2 .wrap-form {
    display: flex;
  }
  .section-newsletter.style-2.v2 .left {
    width: 64.1666666667%;
  }
  .section-newsletter.style-2.v2 .right {
    width: 41.6666666667%;
  }
  .section-newsletter.style-2.v2 .wrap-ins {
    margin-bottom: 93px;
  }
  .section-newsletter.style-2.v2 .image-rotate img {
    height: 361px;
  }
  .section-newsletter.style-2.v2 .box-item {
    padding: 48px 47px 44px;
  }
  .section-newsletter.style-2.v2 .box-item .icon {
    height: 49.6px;
    width: 49.6px;
    margin-bottom: 17px;
    line-height: 39.91px;
  }
  .section-newsletter.style-2.v2 .box-item .title {
    margin-bottom: 31px;
  }
  .section-newsletter.style-2.v2 .box-item .title span {
    font-style: italic;
  }
  .section-newsletter.style-2.v2 .box-item .tf-btn {
    width: 140px;
    height: 58px;
  }
  .section-newsletter.style-2.v2 .box-item.v2 {
    padding: 118px 99px 64px;
  }
  .section-newsletter.style-2.v2 .box-item.v2 .title {
    font-size: 28px;
    line-height: 36.08px;
    margin-bottom: 36px;
  }
  .section-newsletter.style-2.v2 .box-item.v2 .tf-btn-link {
    font-size: 21.82px;
    line-height: 30.55px;
  }
  .section-newsletter.style-2.v2 .box-item.v2 .tf-btn-link i {
    font-size: 15.15px;
    width: 32.83px;
    height: 32.83px;
  }
  .section-newsletter.style-2.v2 .tf-btn {
    width: 152px;
  }
  .box-portfolio::after {
    content: "";
    position: absolute;
    background-color: var(--Mono-gray-2);
    height: 291px;
    width: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hero-banner.style-default.v2 .img-thumbs img {
    min-height: 746px;
  }
  .hero-banner.style-default.v2 .content {
    padding: 263px 12px 86px;
  }
  .section-single-post .wrap-content {
    justify-content: end;
  }
}
@media (min-width: 1200px) {
  .tf-grid-layout-2.xl-col-2,
  .tf-grid-layout.xl-col-2,
  .tf-grid-layout-md.xl-col-2,
  .tf-grid-layout-lg.xl-col-2,
  .tf-grid-layout-sm.xl-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout-2.xl-col-3,
  .tf-grid-layout.xl-col-3,
  .tf-grid-layout-md.xl-col-3,
  .tf-grid-layout-lg.xl-col-3,
  .tf-grid-layout-sm.xl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .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);
  }
  .wrap-main-blog {
    --spacing-left: 473px;
  }
  .wrap-main-blog .leftBar {
    max-width: 473px;
  }
  .page-title.style-sigle-post.v2 .category-item {
    padding: 182.5px 23px 179.5px 113px;
  }
}
@media (min-width: 1441px) {
  .hero-banner.style-2 .wrap-logo {
    gap: 24px;
  }
  .box-portfolio .left {
    padding: 58px 70px 64px 80px;
  }
  .box-portfolio .right {
    padding: 58px 0 64px 74px;
  }
  .category-item.style-1.v2 .title {
    line-height: 44px;
  }
  .page-title.style-sigle-post.v2 .category-item {
    padding: 182.5px 153px 179.5px;
  }
}
@media (max-width: 1549px) {
  .section-about.style-2 .avatar {
    width: 300px;
    height: 300px;
  }
  .awards-item.style-1 {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1440px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 54px;
  }
  h4,
  .h4 {
    font-size: 28px;
    line-height: 36px;
  }
  h5,
  .h5 {
    font-size: 24px;
    line-height: 32px;
  }
  .text-body-5 {
    font-size: 28px;
    line-height: 1.2;
  }
  .tf-container {
    max-width: 1374px;
  }
  .tf-container-2 {
    max-width: 922px;
  }
  .tf-container-3 {
    max-width: 1148px;
  }
  .tf-container-4 {
    max-width: 950px;
  }
  .heading-section.style-border {
    padding-left: 32px;
    padding-right: 32px;
  }
  .nav-tabs-wrap.style-1 .nav-link {
    height: 63px;
    width: 213px;
    font-size: 16px;
  }
  .hero-banner.style-default .content {
    padding: 92px 24px 24px 48px;
  }
  .box-social .tf-social {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  .box-social .tf-social a {
    justify-content: center;
  }
  .shopify-banner .content {
    margin-left: 42px;
    margin-right: 42px;
  }
  .shopify-banner .title {
    font-size: 32px;
    line-height: 48px;
  }
  .section-feature.style-1 .right {
    padding: 32px;
  }
  .category-item.style-default {
    padding: 32px;
  }
  .category-item.style-default.v2 .img-style {
    height: 193px;
  }
  .category-item.style-default.v2 .credit {
    display: flex;
    flex-direction: column;
  }
  .category-item.style-default.v3 .img-style {
    height: 219px;
  }
  .category-item.style-default.v4 .img-style {
    height: 282px;
  }
  .category-item.style-default.v5 .img-style {
    height: 233px;
  }
  .category-item.style-1 {
    height: 100%;
  }
  .category-item.style-1 .img-style {
    height: 100%;
  }
  .category-item.style-1 .img-style img {
    height: 100%;
    object-fit: cover;
  }
  .category-item.style-1 .content {
    bottom: 48px;
    left: 48px;
    right: 48px;
  }
  .section-newsletter .sub-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .section-newsletter .box-item {
    padding: 18.4px 11px 18.4px 20.5px;
  }
  .section-newsletter .box-item .icon {
    margin-bottom: 6px;
  }
  .section-newsletter.style-1 .image-rotate {
    height: 185.5px;
  }
  .section-newsletter.style-1 .wrap-form {
    padding: 32px;
    display: flex;
  }
  .section-newsletter.style-2 .tf-grid-layout {
    gap: 24px 12px;
  }
  .section-newsletter.style-2 .title-box {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .section-newsletter.style-2 .image-rotate {
    height: 221px;
  }
  .section-newsletter.style-2 .box-item {
    padding: 18.4px 11px 18.4px 20.5px;
  }
  .section-newsletter.style-2 .box-item .icon {
    margin-bottom: 6px;
  }
  .section-newsletter.style-2 .box-item.v2 {
    padding: 48px 48px 48px;
  }
  .section-newsletter.style-2.v2 .image-rotate {
    height: 270.5px;
  }
  .section-newsletter.style-2.v2 .box-item {
    padding: 24px;
  }
  .section-newsletter.style-2.v2 .box-item .icon {
    margin-bottom: 12px;
  }
  .section-newsletter.style-2.v2 .box-item.v2 {
    padding: 64px;
  }
  .section-about.style-2 .wrap-award {
    flex-wrap: wrap;
  }
  .section-about.style-2 .wrap-award .awards-item.center {
    margin: 0;
  }
  .section-about.style-2 .item-1 {
    order: 2;
    width: 50%;
  }
  .section-about.style-2 .item-1 .awards-item {
    margin-right: auto;
  }
  .section-about.style-2 .item-5 {
    width: 50%;
  }
  .section-about.style-2 .item-5 .awards-item {
    margin-left: auto;
  }
  .section-about.style-2 .avatar {
    width: 300px;
    height: 300px;
    margin: 0 -60px;
  }
  .awards-item.style-1 {
    width: 300px;
    height: 300px;
  }
  .awards-item.style-1 .description {
    max-width: 195px;
  }
  .wrap-main-blog {
    --spacing-left: 424px;
  }
  .wrap-main-blog .leftBar {
    max-width: 424px;
  }
  .wrap-main-blog .featured-blog .wrap-swiper {
    max-width: 984px;
  }
  .section-single-post .bot .slide-inner {
    padding: 32px;
  }
  .section-about.style-1 .about-number .left,
  .section-about.style-1 .about-number .right {
    width: 50%;
  }
  .section-about.style-1 .box-author {
    padding: 44px 14px;
  }
  .box-about-info,
  .box-about-work {
    padding: 32px;
  }
  .tf-box-icon .icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }
  .tf-box-icon .sub-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .education-item .content p {
    font-size: 14px;
    line-height: 20px;
  }
  .form-contact {
    padding: 32px;
  }
  .categories-sidebar,
  .popular-tags-sidebar,
  .post-sidebar,
  .newsletter-sidebar {
    padding: 32px;
  }
  .newsletter-sidebar {
    padding: 32px 13px;
  }
  .newsletter-sidebar .form-newsletter {
    max-width: 231px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 53px;
    line-height: 61px;
  }
  h2,
  .h2 {
    font-size: 40px;
    line-height: 48px;
  }
  h3,
  .h3 {
    font-size: 33px;
    line-height: 41px;
  }
  .text-display-3 {
    font-size: 60px;
    line-height: 68px;
  }
  .text-body-5 {
    font-size: 26px;
    line-height: 34px;
  }
  .footer.style-2 .footer-bottom .wrapper .left {
    gap: 19px;
    align-items: center;
    flex: 16.3%;
  }
  .footer.style-2 .footer-bottom .wrapper .center {
    gap: 20px;
    flex: 15%;
  }
  .category-item.style-default {
    padding: 24px 12px;
  }
  .section-feature.style-1 .right {
    padding: 48px 24px;
  }
  .section-single-post .wrap-content {
    position: relative;
  }
  .section-single-post .metabar {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
  }
  .section-single-post .content-inner {
    padding: 40px 12px 48px;
  }
  .section-single-post .sidebar {
    column-count: 2;
    column-gap: 12px;
  }
  .wrap-main-blog {
    --spacing-left: 354px;
  }
  .wrap-main-blog .leftBar {
    max-width: 354px;
  }
}
@media (max-width: 991px) {
  br {
    display: none;
  }
  .hide-lg {
    display: none !important;
  }
  h1,
  .h1 {
    font-size: 44px;
    line-height: 52px;
  }
  h2,
  .h2,
  h3,
  .h3 {
    font-size: 33px;
    line-height: 41px;
  }
  h4,
  .h4 {
    font-size: 30px;
    line-height: 38px;
  }
  .text-display-3 {
    font-size: 50px;
    line-height: 58px;
  }
  .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-10,
  .tf-spacing-11,
  .tf-spacing-12 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .heading-section {
    margin-bottom: 12px;
  }
  .show-sidebar {
    display: flex;
  }
  .mobile-button {
    display: block;
  }
  .header .main-logo {
    flex: unset;
  }
  .header .find::after {
    display: none;
  }
  .footer {
    padding-top: 0;
  }
  .footer .footer-about {
    margin-bottom: 40px;
  }
  .footer .footer-description {
    margin-bottom: 20px;
  }
  .footer .footer-col-block {
    margin-bottom: 8px;
  }
  .footer .footer-bottom .left,
  .footer .footer-bottom .center,
  .footer .footer-bottom .right {
    flex: unset;
  }
  .footer .footer-bottom .left {
    width: 100%;
  }
  .footer .footer-bottom .left p {
    max-width: 211px;
  }
  .footer .footer-bottom .wrapper {
    flex-wrap: wrap;
    margin-top: 28px;
    padding-top: 34px;
    padding-bottom: 24px;
    gap: 0;
    justify-content: space-between;
  }
  .footer.style-2 {
    padding-top: 55px;
  }
  .footer.style-2 .sign {
    margin-bottom: 14px;
  }
  .footer.style-2 .footer-about {
    margin-bottom: 40px;
  }
  .footer.style-2 .footer-description {
    margin-bottom: 12px;
  }
  .footer.style-2 .footer-bottom .wrapper .left {
    flex: unset;
  }
  .page-title.style-1 .swiper {
    padding-bottom: 12px;
  }
  .page-title.style-1 .pagination-wrap {
    left: 24px;
  }
  .page-title.style-sigle-post {
    padding-top: 9px;
  }
  .hero-banner.style-default .content {
    padding: 92px 24px 24px;
  }
  .hero-banner.style-default .img-thumbs img {
    min-height: 591px;
  }
  .hero-banner.style-2 .content {
    padding-top: 20px;
    padding-bottom: 59px;
  }
  .hero-banner.style-2 .wrap-logo {
    padding-bottom: 0;
    justify-content: end;
  }
  .wrap-main-blog {
    --spacing-left: 0;
  }
  .wrap-main-blog .leftBar {
    height: 100%;
    z-index: 999;
    transform: translateX(-100%);
    position: fixed;
  }
  .wrap-main-blog .leftBar .categories-list {
    overscroll-behavior-y: contain;
    overflow-y: auto;
  }
  .wrap-main-blog .leftBar .categories-list a {
    width: 100%;
    padding: 10px 24px 10px;
  }
  .wrap-main-blog .leftBar .categories-list::-webkit-scrollbar {
    height: 3px;
    background-color: var(--Mono-gray-2);
  }
  .wrap-main-blog .leftBar .categories-list::-webkit-scrollbar-thumb {
    background: var(--Primary);
    border-radius: 999px;
  }
  .wrap-main-blog .leftBar .canvas-body {
    overscroll-behavior-y: contain;
    overflow-y: auto;
  }
  .wrap-main-blog .most-popular {
    padding-bottom: 50px;
  }
  .section-cta.style-1 {
    padding: 24px 12px;
    border-radius: 99px;
  }
  .section-cta.style-1 .content {
    max-width: 100%;
  }
  .section-cta.style-1 .title {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .section-cta.style-1 .description {
    margin-bottom: 12px;
  }
  .section-cta.style-1 .list {
    margin-bottom: 19px;
  }
  .box-author.style-1 {
    padding: 27px 15px 41px;
  }
  .box-author.style-1 .avatar {
    max-width: 156px;
    border-radius: 999px;
    overflow: hidden;
  }
  .box-author.style-1 .content {
    margin-bottom: 17px;
  }
  .section-cta .title {
    margin-top: 12px;
    margin-bottom: 22px;
  }
  .section-cta .tf-btn {
    margin-bottom: 15px;
  }
  .box-portfolio .left {
    border-bottom: 1px solid var(--Mono-gray-2);
    border-radius: 0;
  }
  .section-newsletter.style-1 .wrap-form {
    margin-bottom: 12px;
    padding: 43px 30px;
  }
  .section-newsletter.style-1 .right {
    margin-top: 12px;
  }
  .section-newsletter.style-2.v2 .heading-section {
    margin-bottom: 24px;
  }
  .section-newsletter.style-2.v2 .wrap-ins {
    margin-bottom: 50px;
  }
  .section-about.style-2 .avatar {
    margin: 0 -41px;
  }
  .section-about.style-2 .avatar,
  .section-about.style-2 .awards-item {
    width: 270px;
    height: 270px;
  }
  .section-about.style-2 .awards-item {
    padding-top: 56px;
  }
  .section-about.style-2 .awards-item .number {
    font-size: 63px;
    line-height: 71px;
  }
  .form-contact.style-2 {
    margin-top: 50px;
  }
  .section-about.style-1 .wrap-infor {
    margin-bottom: 40px;
  }
  .section-about.style-1 .tf-grid-layout {
    gap: 40px 12px;
  }
  .section-single-post .metabar {
    position: sticky;
    top: 0;
  }
  .section-single-post .wrap-progress-share {
    margin-left: 0;
  }
  .section-single-post .wrap-content {
    position: relative;
    justify-content: center;
  }
  .section-single-post .metabar {
    display: none;
  }
  .section-single-post .box-music {
    max-width: 100%;
  }
  .section-single-post .shopify-banner .banner img {
    width: 100%;
    object-fit: cover;
  }
  .section-single-post .sidebar {
    margin-top: 12px;
  }
  .video-thumb {
    height: 500px;
  }
  .section-feature.style-1 .right {
    margin-top: 12px;
  }
  .box-social .tf-social {
    display: flex !important;
  }
  .category-item.style-1.v2 .img-style img {
    height: 450px;
  }
  .category-item.style-1.v2 .content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tf-container,
  .tf-container-2,
  .tf-container-3,
  .tf-container-4 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .row {
    margin-top: 0 !important;
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .row > * {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .text-display-3 {
    font-size: 41px;
    line-height: 49px;
  }
  h1,
  .h1 {
    font-size: 30px;
    line-height: 38px;
  }
  h2,
  .h2,
  h3,
  .h3 {
    font-size: 27px;
    line-height: 35px;
  }
  h4,
  .h4 {
    font-size: 25px;
    line-height: 33px;
  }
  h5,
  .h5 {
    font-size: 23px;
    line-height: 31px;
  }
  h6,
  .h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .text-body-5 {
    font-size: 21px;
    line-height: 29px;
  }
  .header .header-right {
    gap: 22px;
  }
  .heading-section.style-border {
    padding: 24px 12px !important;
  }
  .hero-banner.style-default .img-thumbs img {
    min-height: 513px;
  }
  .hero-banner.style-default .content {
    padding: 50px 12px;
  }
  .hero-banner.style-default .content .title {
    margin-bottom: 15px;
  }
  .hero-banner.style-default .bot {
    justify-content: start;
  }
  .hero-banner.style-default .tf-btn-link i {
    height: 30.86px;
    width: 30.86px;
    font-size: 17.47px;
  }
  .hero-banner.style-2 .wrap-logo img {
    height: 30px;
    width: 30px;
  }
  .page-title.style-default.v2 .page-inner {
    background-color: var(--White);
    padding: 23px 15px 30px;
  }
  .page-title .thumbs-sw-pagi {
    overflow: hidden;
    padding-bottom: 29px;
    margin-bottom: -29px;
  }
  .page-title .thumbs-sw-pagi .swiper-slide {
    width: auto !important;
  }
  .page-title .thumbs-sw-pagi .img-thumb-pagi {
    width: 90px;
    height: 90px;
  }
  .page-title.style-1 {
    padding-top: 0;
  }
  .page-title.style-1 .pagination-wrap {
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
  }
  .page-title.style-1 .box-author {
    padding: 24px 15px;
  }
  .page-title.style-1 .box-social {
    padding: 24px 15px;
  }
  .form-contact.style-2 {
    padding: 30px 12px;
  }
  .box-portfolio .sub {
    margin-bottom: 14px;
  }
  .box-portfolio .left .heading {
    margin-bottom: 9px;
  }
  .box-portfolio .left .swiper-wrapper {
    margin-bottom: 21px;
  }
  .wrap-main-blog .categories .item {
    height: 80px;
    padding: 0 15px;
  }
  .wrap-main-blog .categories .item .icon {
    font-size: 16px;
  }
  .section-newsletter.style-2 .image-rotate {
    height: 250px;
  }
  .section-newsletter.style-2 .tf-grid-layout,
  .section-newsletter.style-2 .wrap-ins {
    gap: 12px;
  }
  .section-newsletter.style-2 .box-item.v2 {
    padding: 24px 10px;
  }
  .section-newsletter.style-2.v2 .wrap-form {
    padding-bottom: 50px;
  }
  .footer .footer-col-block .tf-collapse-content {
    display: none;
  }
  .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 .footer-menu-list {
    padding-bottom: 20px;
  }
  .footer .footer-heading {
    margin-bottom: 10px;
  }
  .footer .footer-body .right {
    flex-direction: column;
  }
  .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-2);
    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-2);
    transition: 0.25s ease-in-out;
  }
  .footer.style-2 .footer-bottom .wrapper {
    padding-top: 40px;
  }
  .box-music {
    padding: 15px;
  }
  .box-music .thumbs-song {
    width: 82px;
    height: max-content;
  }
  .box-music .song-info {
    margin-bottom: 5px;
  }
  .shopify-banner .content {
    margin-left: 12px;
    margin-right: 12px;
    bottom: 30px;
  }
  .box-text .heading-section {
    margin-bottom: 13px;
  }
  .box-text .heading-section .heading-title {
    margin-bottom: 4px;
  }
  .category-item.style-overlay .content {
    margin-left: 12px;
    margin-right: 12px;
    bottom: 24px;
  }
  .category-item.style-1 .img-style img {
    height: 350px;
  }
  .category-item.style-1 .content {
    bottom: 24px;
    left: 12px;
    right: 12px;
  }
  .category-item.style-1 .popup-youtube i {
    width: 90px;
    height: 90px;
    font-size: 32px;
  }
  .category-item.style-1.v2 .content {
    position: absolute;
    bottom: 24px;
    left: 12px;
    right: 12px;
    z-index: 1;
  }
  .category-item.style-default.v7 .img-style {
    height: 288px;
    border-radius: 12px;
  }
  .section-feature.style-1 .right {
    padding: 24px 12px;
  }
  .section-newsletter.style-1 .wrap-form {
    padding: 30px 12px;
  }
  .section-newsletter.style-1 .heading-section {
    margin-bottom: 30px;
  }
  .form-newsletter.style-2 .wrap {
    margin-bottom: 20px;
  }
  .nav-tabs-wrap.style-1 .nav-link {
    width: 208px;
    height: 57px;
  }
  .section-about.style-2 .wrap-award {
    display: grid;
    gap: 12px;
  }
  .section-about.style-2 .avatar,
  .section-about.style-2 .awards-item {
    width: 250px;
    height: 250px;
    margin: 0;
  }
  .section-about.style-2 .awards-item .logo {
    width: 53px;
  }
  .section-about.style-2 .awards-item .number {
    font-size: 52px;
    line-height: 60px;
  }
  .education-item {
    flex-wrap: wrap;
  }
  .about-number .img-style {
    margin-bottom: 40px;
  }
  .section-about.style-1 .about-awards .list {
    padding: 32px 12px;
  }
  .newsletter-sidebar {
    padding: 34px 12px;
  }
  .leave-comment {
    padding: 34px 12px;
  }
  .section-single-post .sidebar {
    column-count: 1;
    column-gap: 12px;
  }
  .section-single-post .post-sidebar,
  .section-single-post .popular-tags-sidebar,
  .section-single-post .categories-sidebar {
    padding: 24px 12px;
  }
  .reply-comment .wrap-reply {
    padding-left: 15px;
    padding-top: 24px;
  }
  .reply-comment .comment-item.style-reply {
    padding-left: 45px;
  }
  .quote {
    padding: 8px 12px 7px;
  }
  .quote p {
    font-size: 20px;
    line-height: 28px;
  }
  .popup-form-search {
    width: 100%;
    padding: 21px 12px;
  }
  .section-about.style-1 .about-number .right,
  .section-about.style-1 .about-number .left {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sm-hide {
    display: none !important;
  }
  .text-display-3 {
    font-size: 27px;
    line-height: 35px;
  }
  h3,
  .h3 {
    font-size: 22px;
    line-height: 30px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 28px;
  }
  h5,
  .h5 {
    font-size: 19px;
    line-height: 27px;
  }
  h6,
  .h6 {
    font-size: 17px;
    line-height: 25px;
  }
  .text-body-1,
  .sub-heading {
    font-size: 16px;
    line-height: 26px;
  }
  .text-body-2 {
    font-size: 14px;
    line-height: 22px;
  }
  .text-body-5 {
    font-size: 19px;
    line-height: 27px;
  }
  .tf-btn-link {
    font-size: 14px;
    line-height: 22px;
  }
  .header .find {
    font-size: 32px;
  }
  .page-title.style-2 .thumbs {
    height: 428px;
  }
  .footer .footer-about {
    margin-bottom: 40px;
  }
  .footer .footer-description {
    margin-bottom: 20px;
  }
  .footer .footer-col-block {
    margin-bottom: 8px;
  }
  .footer .footer-bottom .left,
  .footer .footer-bottom .center,
  .footer .footer-bottom .right {
    flex: unset;
    width: 100%;
    justify-content: center;
  }
  .footer .footer-bottom .left {
    flex-direction: column;
    gap: 19px;
  }
  .footer .footer-bottom .left p {
    max-width: 100% !important;
  }
  .footer .footer-bottom .wrapper {
    gap: 12px;
    justify-content: center;
  }
  .footer.style-2 .footer-bottom .wrapper {
    flex-direction: column;
  }
  .site-logo {
    width: 95px;
    height: auto;
  }
  .wrap-main-blog .heading-title {
    margin-bottom: 6px;
  }
  .form-newsletter.style-2 .wrap {
    flex-wrap: wrap;
  }
  .form-newsletter.style-2 .wrap .tf-btn {
    width: 100%;
  }
  .section-newsletter .box-item {
    padding: 24px 12px !important;
  }
  .section-newsletter.style-2 .box-item .tf-btn {
    height: 36px;
    width: max-content;
  }
  .popup-form-search .form-search,
  .popup-form-search .wrap-tag {
    gap: 6px;
  }
  .category-item.style-1 .popup-youtube i {
    width: 60px;
    height: 60px;
    font-size: 32px;
  }
  .hero-banner.style-2 p {
    margin-bottom: 12px;
  }
  .hero-banner.style-2 .content {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .hero-banner.style-2 .content .left {
    margin-bottom: 30px;
  }
  .hero-banner.style-2 .wrap-logo {
    padding-top: 0;
  }
  .tf-btn {
    padding: 0 15px;
  }
  .tf-btn span {
    font-size: 12px;
  }
  .form-newsletter.style-2 .wrap fieldset {
    max-width: 100%;
  }
  .form-newsletter.style-2 .wrap fieldset input {
    height: 44px;
    font-size: 14px;
    line-height: 24px;
  }
}

/*# sourceMappingURL=styles.css.map */
