/***
 Theme Name: Vexon
 Description: Creative Personal Blog HTML Template
 Version: 2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
 Import Google Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/
/*RESET*/
html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
a,
abbr,
acronym,
address,
big,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

main {
  display: block;
  clear: both;
  height: 100%;
  background-color:var(--vexon-body-background);
}

thead {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:root {
  --vexon-white: #fff;
  --vexon-white-rgb: 255, 255, 255;
  --vexon-black: #0a0d12;
  --vexon-black-rgb: 10, 13, 18;
  --vexon-primary:#4b1ab3;
  --vexon-primary-rgb: 75, 26, 179;
  --vexon-body-color: #6b7280;
  --vexon-body-color-rgb: 107, 114, 128;
  --vexon-body-background: #fff;
  --vexon-body-background-rgb: 255, 255, 255;
  --vexon-headings-color: #0a0d12;
  --vexon-headings-color-rgb: 10, 13, 18;
  --vexon-menu-color: #0a0d12;
  --vexon-menu-color-rgb: 10, 13, 18;
  --vexon-color-link:#4b1ab3;
  --vexon-color-link-rgb: 75, 26, 179;
  --vexon-bg-common:#f3f4f6;
  --vexon-bg-common-rgb: 243, 244, 246;
  --vexon-border:#d3d5d9;
  --vexon-border-rgb: 211, 213, 217;
  --linear-1: #6740d0;
  --linear-1-rgb: 103, 64, 208;
  --linear-2: #726efc;
  --linear-2-rgb: 114, 110, 252;
  --linear-3: #ff5000;
  --linear-3-rgb: 255, 80, 0;
  --linear-4: #ff00b8;
  --linear-4-rgb: 255, 0, 184;
  --vtc-bg-main2: linear-gradient(90deg, var(--linear-1) 0%, var(--linear-2) 100%);
  --vtc-bg-main2-reverse: linear-gradient(90deg, var(--linear-2) 0%, var(--linear-1) 100%);
  --vtc-bg-main3: #726efc;
  --vtc-bg-main3-rgb: 114, 110, 252;
  --vtc-bg-main4: #ff138c;
  --vtc-bg-main4-rgb: 255, 19 , 140;
  --vtc-bg-main5: linear-gradient(135deg, var(--linear-3) 0%, var(--linear-4) 100%);
  --vtc-bg-main6: #2051ff;
  --vtc-bg-main6-rgb: 32, 81 , 255;
  
}
:root {
    --vexon-font-heading: Figtree;
    --vexon-body-font-family: Figtree;
    --f-fw-regular: 400;
    --f-fw-medium: 500;
    --f-fw-semibold: 600;
    --f-fw-bold: 700;
    --f-fw-ex-bold: 800;
    --f-ff-font-1: 'Figtree', sans-serif;
    --f-fs-font-fs16: 16px;
    --f-fs-font-fs18: 18px;
    --f-fs-font-fs20: 20px;
    --f-fs-font-fs22: 22px;
    --f-fs-font-fs24: 24px;
    --f-fs-font-fs26: 26px;
    --f-fs-font-fs28: 28px;
    --f-fs-font-fs30: 30px;
    --f-fs-font-fs32: 32px;
    --f-fs-font-fs34: 34px;
    --f-fs-font-fs36: 36px;
    --f-fs-font-fs40: 40px;
    --f-fs-font-fs42: 42px;
    --f-fs-font-fs44: 44px;
    --f-fs-font-fs48: 48px;
    --f-fs-font-fs50: 50px;
    --f-fs-font-fs52: 52px;
    --f-fs-font-fs54: 54px;
    --f-fs-font-fs56: 56px;
    --f-fs-font-fs58: 58px;
    --f-fs-font-fs60: 60px;
    --f-fs-font-fs62: 62px;
    --f-fs-font-fs64: 64px;
    --f-fs-font-fs66: 66px;
    --f-fs-font-fs68: 68px;
    --f-fs-font-fs70: 70px;
    --f-fs-font-fs72: 72px;
    --f-fs-font-fs74: 74px;
    --f-fs-font-fs76: 76px;
    --f-fs-font-fs78: 78px;
    --f-fs-font-fs80: 80px;
    --f-fs-font-fs82: 82px;
    --f-fs-font-fs84: 84px;
    --f-fs-font-fs86: 86px;
    --f-fs-font-fs88: 88px;
    --f-fs-font-fs100: 100px;
}

html,
body {
  min-height: 100vh;
  /* overflow-x: hidden; */
  max-width: 100%;
}

body {
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  line-height: 1;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  body {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
  }
}
footer {
  margin-top: auto;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  font-size: var(--vexon-font-sm, 14px);
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

/*--- Common Classes---------------------*/
::placeholder {
  color: #6b7280;
  opacity: 0.5;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #6b7280;
  opacity: 0.5;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.border-radius {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
  transform: translateY(-2px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-shadow {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-shadow:hover {
  box-shadow: var(--vexon-box-shadow-1, rgba(11, 209, 209, 0.2) 0px 3px 20px);
}

.card-hover-border {
  border: 1px solid var(--vexon-color-gray-800, #222F43);
}
.card-hover-border:hover {
  /* background: linear-gradient(var(--vexon-color-gray-850, #131C31), var(--vexon-color-gray-850, #131C31)) padding-box, linear-gradient(to right, rgb(14, 165, 234), rgb(11, 209, 209)) border-box; */
  border-radius: 16px;
  border: 1px solid transparent;
}

a {
  text-decoration: none;
  color: var(--vexon-color-link, #4b1ab3);
}

a:hover {
  color: var(--vexon-primary, #4b1ab3);
}

*:hover {
  transition-duration: 0.2s;
}

.img-responsive {
  max-width: 100%;
}

body {
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
}

.text-heading-2 {
  font-family: var(--vexon-font-heading, "Figtree", sans-serif);
  font-weight: 700;
  font-size: 45px;
  line-height: 61px;
}

.text-head-2 {
  font-size: 42px;
  line-height: 44px;
  font-weight: bold;
  font-family: var(--vexon-font-heading, "Figtree", sans-serif);
}

.text-heading-4 {
  color: var(--vexon-headings-color, #0a0d12);
  font-size: 28px;
  line-height: 1.29;
  font-family: var(--vexon-font-heading, "Figtree", sans-serif);
}

.text-base {
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.text-3xl {
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  font-weight: 400;
  font-size: var(--vexon-font-3xl, 58px);
  line-height: 36px;
}

.text-2xl {
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  font-weight: 400;
  font-size: var(--vexon-font-2xl, 22px);
  line-height: 32px;
}

.text-xl {
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  font-weight: 400;
  font-size: var(--vexon-font-xl, 20px);
  line-height: 28px;
}

.text-lg {
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  font-weight: 400;
  font-size: var(--vexon-font-lg, 18px);
  line-height: 28px;
}

.text-md {
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  font-size: var(--vexon-font-md, 16px);
  line-height: 22px !important;
  font-weight: 400;
}

.text-sm {
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  font-size: var(--vexon-font-sm, 14px);
  line-height: 20px !important;
  font-weight: 400;
}

.text-sm-bold {
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  font-size: var(--vexon-font-sm, 14px);
  line-height: 20px !important;
  font-weight: 700;
}

.text-xs {
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  font-weight: 400;
  font-size: var(--vexon-font-xs, 13px);
  line-height: 16px !important;
}

.heading-1,
h1 {
  font-family: var(--vexon-font-heading, "Figtree", sans-serif);
  font-weight: 700;
  font-size: 60px;
  line-height: 66px;
}
@media (max-width: 767px) {
.heading-1,
h1 {
    font-size: 40px;
    line-height: 52px;
  }
}

.heading-2,
h2 {
  font-family: var(--vexon-font-heading, "Figtree", sans-serif);
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .heading-2,
  h2 {
      font-size: 32px;
      line-height: 40px;
    }
  }

.heading-3,
h3 {
  font-family: var(--vexon-font-heading, "Figtree", sans-serif);
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .heading-3,
  h3 {
      font-size: 24px;
      line-height: 28px;
    }
  }

h4,
.heading-4 {
  font-family: var(--vexon-font-heading, "Figtree", sans-serif);
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}

.heading-5,
h5 {
  font-family: var(--vexon-font-heading, "Figtree", sans-serif);
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}

.heading-6,
h6 {
  font-family: var(--vexon-font-heading, "Figtree", sans-serif);
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.color-menu{
  color: var(--vexon-menu-color, #0a0d12);
}

.color-gray-50 {
  color: var(--vexon-color-gray-50, #E6F0FF);
}

.color-gray-100 {
  color: var(--vexon-color-gray-100, #D8E6FB);
}

.color-gray-200 {
  color: var(--vexon-color-gray-200, #C9DAF5);
}

.color-gray-300 {
  color: #6b7280;
}

.color-gray-400 {
  color: var(--vexon-color-gray-400, #A7BDDD);
}

.color-gray-500 {
  color: var(--vexon-color-gray-500, #94A9C9);
}

.color-gray-600 {
  color: var(--vexon-color-gray-600, #7F92B0);
}

.color-gray-700 {
  color: var(--vexon-color-gray-700, #66768F);
}

.color-gray-800 {
  color: var(--vexon-color-gray-800, #222F43);
}

.color-gray-850 {
  color: var(--vexon-color-gray-850, #131C31) !important;
}

.color-gray-900 {
  color: var(--vexon-color-gray-900, #0F172A) !important;
}

.color-gray-950 {
  color: var(--vexon-color-gray-950, #0B1222) !important;
}

.bg-gray-50 {
  background-color: var(--vexon-color-gray-50, #E6F0FF);
}

.bg-gray-100 {
  background-color: var(--vexon-color-gray-100, #D8E6FB);
}

.bg-gray-200 {
  background-color: var(--vexon-color-gray-200, #C9DAF5);
}

.bg-gray-300 {
  background-color: #6b7280;
}

.bg-gray-400 {
  background-color: var(--vexon-color-gray-400, #A7BDDD);
}

.bg-gray-500 {
  background-color: var(--vexon-color-gray-500, #94A9C9);
}

.bg-gray-600 {
  background-color: var(--vexon-color-gray-600, #7F92B0);
}

.bg-gray-700 {
  background-color: var(--vexon-color-gray-700, #66768F);
}

.bg-gray-800 {
  background-color: var(--vexon-color-gray-800, #222F43) !important;
}

.bg-gray-850 {
  background-color: var(--vexon-color-gray-850, #131C31);
}

.bg-gray-900 {
  background-color: var(--vexon-color-gray-900, #0F172A) !important;
}

.bg-gray-950 {
  background-color: var(--vexon-color-gray-950, #0B1222) !important;
}

.border-gray-800 {
  border-color: var(--vexon-color-gray-800, #222F43) !important;
}

.border-gray-850 {
  border-color: var(--vexon-color-gray-850, #131C31) !important;
}

.border-gray-500 {
  border-color: var(--vexon-color-gray-500, #94A9C9) !important;
}

.color-linear {
  color:var(--vexon-headings-color);
}

.color-white {
  color: var(--vexon-color-white, #d9d9d9) !important;
}

.form-control {
  border-radius: 8px;
  padding: 20px;
  border: none !important;
}

.form-control:focus {
  border: none !important;
}

.theme-day .color-white {
  color: var(--vexon-color-gray-600, #7F92B0) !important;
}
.theme-day .color-gray-50 {
  color: var(--vexon-color-gray-50-day, #344161);
}
.theme-day .color-gray-100 {
  color: var(--vexon-color-gray-100-day, #4A576A);
}
.theme-day .color-gray-200 {
  color: var(--vexon-color-gray-200-day, #66768F);
}
.theme-day .color-gray-300 {
  color: var(--vexon-color-gray-300-day, #7F92B0);
}
.theme-day .color-gray-400 {
  color: var(--vexon-color-gray-400-day, #94A9C9);
}
.theme-day .color-gray-500 {
  color: var(--vexon-color-gray-500-day, #2E548C) !important;
}
.theme-day .color-gray-600 {
  color: var(--vexon-color-gray-600-day, #7E9CC7);
}
.theme-day .color-gray-700 {
  color: var(--vexon-color-gray-700-day, #4E658A);
}
.theme-day .color-gray-800 {
  color: var(--vexon-color-gray-800-day, #C8D5E8);
}
.theme-day .color-gray-850 {
  color: var(--vexon-color-gray-850-day, #E8EDF5);
}
.theme-day .color-gray-900 {
  color: var(--vexon-color-gray-900-day, #F9FBFF);
}
.theme-day .color-gray-950 {
  color: var(--vexon-color-gray-950-day, #F9FBFF);
}
.theme-day .bg-gray-50 {
  background-color: var(--vexon-color-gray-50-day, #344161);
}
.theme-day .bg-gray-100 {
  background-color: var(--vexon-color-gray-100-day, #4A576A);
}
.theme-day .bg-gray-200 {
  background-color: var(--vexon-color-gray-200-day, #66768F);
}
.theme-day .bg-gray-300 {
  background-color: var(--vexon-color-gray-300-day, #7F92B0);
}
.theme-day .bg-gray-400 {
  background-color: var(--vexon-color-gray-400-day, #94A9C9);
}
.theme-day .bg-gray-500 {
  background-color: var(--vexon-color-gray-500-day, #2E548C);
}
.theme-day .bg-gray-600 {
  background-color: var(--vexon-color-gray-600-day, #7E9CC7);
}
.theme-day .bg-gray-700 {
  background-color: var(--vexon-color-gray-700-day, #4E658A);
}
.theme-day .bg-gray-800 {
  background-color: var(--vexon-color-gray-800-day, #C8D5E8) !important;
}
.theme-day .bg-gray-850 {
  background-color: var(--vexon-color-gray-850-day, #E8EDF5) !important;
}
.theme-day .bg-gray-900 {
  background-color: var(--vexon-color-gray-900-day, #F9FBFF) !important;
}
.theme-day .bg-gray-950 {
  background-color: var(--vexon-color-gray-950-day, #F9FBFF) !important;
}
.theme-day .btn.btn-tags {
  color: var(--vexon-color-gray-950, #0B1222);
}
.theme-day .form-control {
  color: var(--vexon-color-gray-900, #0F172A) !important;
}
.theme-day .form-control:focus {
  border-color: var(--vexon-color-gray-800-day, #C8D5E8);
  background-color: var(--vexon-color-gray-850-day, #E8EDF5);
}
.theme-day .btn.btn-border-linear {
  color: var(--vexon-color-gray-700, #66768F);
}

.timeread {
  background: url(../imgs/page/homepage1/clock.svg) no-repeat left center;
  display: inline-block;
  padding: 0px 0px 0px 20px;
}

.pagination li {
  margin-right: 8px;
}
.pagination li:first-child a {
  /* border-top-left-radius: 50% !important; */
  /* border-bottom-left-radius: 50% !important; */
}
.pagination li:last-child a {
  /* border-top-right-radius: 50% !important; */
  /* border-bottom-right-radius: 50% !important; */
}
.pagination li a {
  width: 55px;
  height: 55px;
  border-radius: 2px;
  color: var(--vexon-black, #000000);
  margin: 0 2px;
  font-size: 19px;
  font-weight: bold;
  line-height: 55px;
  background-color: #e9e7f2;
  border: 0px;
  padding: 0px;
  text-align: center;
}
.pagination li a i {
  vertical-align: middle;
}
/* .pagination li a.active, .pagination li a:hover {
  background-image: var(--vexon-background-linear, linear-gradient(90deg, var(--vexon-color-gradient-1, rgb(14, 165, 234)), var(--vexon-color-gradient-2, rgb(11, 209, 209)) 51%, var(--vexon-color-gradient-1, rgb(14, 165, 234))) var(--x, 0)/200%);
} */

.theme-day .pagination li a {
  background-color: var(--vexon-color-gray-800-day, #C8D5E8);
}

.bdrd-8 {
  border-radius: 8px;
}

.post-type {
  background: url(../imgs/template/icons/post-type.svg) no-repeat center;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.post-type.post-audio {
  background: url(../imgs/template/icons/post-audio.svg) no-repeat center;
}
.post-type.post-image {
  background: url(../imgs/template/icons/post-image.svg) no-repeat center;
}

.border-bottom {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}

.item-cats {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  border-radius: 16px;
  margin-bottom: 24px;
}
.item-cats .cat-left {
  width: 100%;
  display: flex;
  align-items: center;
}
.item-cats .cat-left .image-cat {
  min-width: 32px;
  margin-right: 7px;
}
.item-cats .cat-left .image-cat img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  vertical-align: middle;
}
.item-cats .cat-left .info-cat {
  width: 100%;
}
.item-cats .cat-left .info-cat a:hover {
  color: var(--vexon-primary, #4b1ab3);
}
.item-cats .cat-right {
  position: relative;
  min-width: 100px;
  text-align: right;
}

.support {
  background: url(../imgs/page/contact/contact-page-box1.svg) no-repeat left center;
  padding: 10px 30px 10px 50px;
}

.location {
  background: url(../imgs/page/contact/contact-page-box2.svg) no-repeat left center;
  padding: 10px 30px 10px 50px;
}

.plane {
  background: url(../imgs/page/contact/contact-page-box3.svg) no-repeat left center;
  padding: 10px 30px 10px 50px;
}

.form-group {
  margin-bottom: 24px;
}

.img-bdrd-16 {
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
}
.img-bdrd-02 {
  border-radius: 2px;
  width: 100%;
  object-fit: cover;
}
.img-bdrd-08 {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}

.bdrd16 {
  border-radius: 16px !important;
}

.typewrite {
  margin-left: 0;
}

.hover-neon {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  border: 1px solid var(--vexon-color-gray-800, #222F43);
  background-color: var(--vexon-color-gray-850, #131C31);
}
.hover-neon:hover {
  /* background: linear-gradient(var(--vexon-color-gray-850, #131C31), var(--vexon-color-gray-850, #131C31)) padding-box, linear-gradient(to right, rgb(14, 165, 234), rgb(11, 209, 209)) border-box; */
  border-radius: 16px;
  border: 1px solid transparent;
  box-shadow: var(--vexon-box-shadow-1, rgba(11, 209, 209, 0.2) 0px 3px 20px);
  transform: translateY(-2px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-neon-2 {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  border-radius: 50px;
}
.hover-neon-2:hover {
  box-shadow: var(--vexon-box-shadow-7, rgba(11, 209, 209, 0.3) 0px 3px 20px);
}

.page-link {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.page-link.active, .page-link:hover {
  color: #ffffff;
  background-color: var(--vexon-primary, #4b1ab33);
  border-color: var(--vexon-primary, #4b1ab33);
  /* transform: translateY(-1px); */
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.comment-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  font-size: 1.25rem;
  font-weight: 500;
}

.trackback,
.pingback {
  color: var(--vexon-black);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  background-color: #f3f4f6;
  border-radius: 8px;
  padding: 24px;
  margin-top: 30px;
}

a,
button,
img,
input,
span,
h4 {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@keyframes slideleft {
  10% {
    opacity: 0;
    transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(0);
    right: 100%;
  }
}
[data-loader=spinner] {
  width: 35px;
  height: 35px;
  display: inline-block;
  -webkit-animation: spinner 1.2s infinite ease-in-out;
  -o-animation: spinner 1.2s infinite ease-in-out;
  animation: spinner 1.2s infinite ease-in-out;
  background: url(../imgs/template/favicon.svg);
  box-shadow: 0 0 10px #fff;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -ms-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -ms-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -ms-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -ms-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes jump {
  0% {
    transform: translate3d(0, 20%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.jump {
  transform-origin: 0;
  animation: jump 0.5s linear alternate infinite;
}

@-webkit-keyframes wiggle {
  0%, 100% {
    transform: scale(1.2) rotate(7deg);
  }
  50% {
    transform: scale(0.8) rotate(-7deg);
  }
}
@keyframes wiggle {
  0%, 100% {
    transform: scale(1.2) rotate(7deg);
  }
  50% {
    transform: scale(0.8) rotate(-7deg);
  }
}
/*animation*/
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}
/* End Shape rotate */
@keyframes moveBounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveLeftBounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes rotateMe {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moveScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
/*TYPOGRAPHY*/
body {
  color: var(--vexon-body-color, #6b7280);
  background-color: var(--vexon-body-background, #fff);
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  font-size: 14px;
  line-height: 1.29;
  font-style: normal;
  font-weight: 400;
}

.theme-day body {
  background-color: var(--vexon-color-gray-900-day, #F9FBFF);
}

.font-heading,
.display-1,
.display-2,
.heading-lg,
.heading-sm-1 {
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  color: var(--vexon-primary, #4b1ab3);
  font-weight: 700;
  line-height: 1.2;
}

.page-content {
  line-height: 1.25;
}
.page-content p {
  margin-bottom: 10px;
}
.page-content h5 {
  margin-bottom: 15px;
}

a.text-brand-3 {
  color: var(--vexon-primary, #4b1ab3);
}
a.text-brand-3:hover {
  color: var(--vexon-color-black, #000000);
}

.font-xs {
  font-size: 12px;
}

.btn {
  border-radius: 6px;
  padding: 10px 16px;
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: var(--vexon-color-white, #d9d9d9);
}
.btn.btn-circle {
  border-radius: 50px;
}
.btn.btn-lg {
  padding: 0.85rem 1.85rem;
}
.btn:hover {
  color: var(--vexon-white, #ffffff) !important;
}
/* .btn.btn-linear {
  background: rgb(14, 165, 234);
  background: var(--vexon-background-linear, linear-gradient(90deg, var(--vexon-color-gradient-1, rgb(14, 165, 234)), var(--vexon-color-gradient-2, rgb(11, 209, 209)) 51%, var(--vexon-color-gradient-1, rgb(14, 165, 234))) var(--x, 0)/200%);
  --vexon-color-white: #ffffff;
  transition: 0.5s;
}
.btn.btn-linear:hover {
  --x: 100%;
  color: var(--vexon-color-white, #d9d9d9) !important;
  transition: 0.5s;
}
.btn.btn-linear i {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.btn.btn-linear-small {
  background: rgb(14, 165, 234);
  background: var(--vexon-background-linear, linear-gradient(90deg, var(--vexon-color-gradient-1, rgb(14, 165, 234)), var(--vexon-color-gradient-2, rgb(11, 209, 209)) 51%, var(--vexon-color-gradient-1, rgb(14, 165, 234))) var(--x, 0)/200%);
  color: var(--vexon-color-white, #d9d9d9);
  padding: 6px 18px;
  border-radius: 50px;
}
.btn.btn-linear-small:hover {
  color: var(--vexon-color-gray-700, #66768F) !important;
}
.btn.btn-linear-small i {
  vertical-align: middle;
  display: inline-block;
} */
.btn.btn-search {
  height: 42px;
  width: 42px;
  background: url(../imgs/template/icons/icon-search.svg) no-repeat center;
}
.btn.btn-load-more {
  border-radius: 80px;
  padding: 18px 30px;
  --vexon-color-white: #ffffff;
}
.btn.btn-load-more i {
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-tag {
  border-radius: 50px;
  padding: 6px 15px;
  font-size: var(--vexon-font-xs, 13px);
  line-height: 16px;
  color: var(--vexon-color-white, #d9d9d9);
}
.btn.btn-tag:hover {
  background-color: var(--vexon-primary, #4b1ab3) !important;
  color: #ffffff !important;
}
.btn.btn-small {
  font-weight: 400;
  border-radius: 16px;
  padding: 3px 15px;
}
.btn.btn-radius-8 {
  border-radius: 8px;
}
.btn.btn-border-linear {
  background-color: #f3f4f6;
  border-radius: 111px;
  color: var(--vexon-black);
  padding: 16px 24px;
  font-size: var(--f-fs-font-fs16);
  line-height: 20px;
}
.btn.btn-border-linear:hover {
  color: var(--vexon-white);
  background: var(--vexon-primary);
}
.btn.btn-link-more {
  color: var(--vexon-color-gray-700, #66768F);
  text-decoration: underline;
  font-size: var(--vexon-font-sm, 14px);
  line-height: 20px;
}
.btn.btn-tags {
  display: inline-block;
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-fs16);
  padding: 12px 16px;
  border-radius: 20px;
  background-color: #f3f4f6;;
  margin-left: 10px;
  transition: all 0.4s;
}
.btn.btn-tags:hover {
  color: var(--vexon-white);
  background-color:var(--vexon-primary) !important;
}

.btn.btn-filter {
  margin: 5px;
}
.btn.btn-filter.active {
  color: var(--vexon-white);
  background: var(--vexon-primary);
}

.color-gray-500 a.btn.btn-load-more {
  color: #ffffff;
}

.btn-tooltip {
  position: relative;
}
.btn-tooltip:after {
  bottom: 0;
  right: 34px;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 11px;
  padding: 7px 10px;
  color: var(--vexon-primary, #4b1ab3);
  background-color: var(--vexon-color-border-1, #D5DFE4);
  content: attr(aria-label);
  line-height: 1.3;
  box-shadow: 0;
  transition: 0;
  opacity: 0;
  visibility: hidden;
  transform: 0;
  transition-duration: 0.2s;
}
.btn-tooltip:before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 0;
  transition-delay: 0.1s;
  border: 7px solid transparent;
  border-left-color: transparent;
  border-left-color: var(--vexon-color-border-1, #D5DFE4);
  z-index: 9;
  margin-bottom: 0;
  transition: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
}
.btn-tooltip:hover:after {
  opacity: 1;
  visibility: visible;
  transform: 0;
  transition-duration: 0.2s;
}
.btn-tooltip:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  transition-duration: 0.2s;
}

.cb-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: var(--vexon-background-white, #ffffff);
  border: 2px solid var(--vexon-color-gray-200, #C9DAF5);
  border-radius: 4px;
}

.cb-container input:checked ~ .checkmark {
  border: 2px solid var(--vexon-primary, #4b1ab33);
}

.cb-container .text-small {
  color: var(--vexon-color-gray-500, #94A9C9);
}

.cb-container input:checked ~ .text-small {
  color: var(--vexon-color-gray-900, #0F172A);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb-container input:checked ~ .checkmark:after {
  display: block;
}

.cb-container input:checked ~ .text-lbl {
  color: var(--vexon-color-gray-900, #0F172A);
}

.cb-container .checkmark:after {
  left: -1px;
  top: -1px;
  width: 16px;
  height: 16px;
  background: var(--vexon-primary, #4b1ab3) url(../imgs/page/shop/tick.svg) no-repeat center;
}

.cb-container-2 {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 4px;
  cursor: pointer;
  line-height: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cb-container-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: var(--vexon-background-white, #ffffff);
  border: 1px solid var(--vexon-color-gray-900, #0F172A);
  border-radius: 0px;
}

.cb-container-2 input:checked ~ .checkmark {
  border: 1px solid var(--vexon-color-gray-900, #0F172A);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb-container-2 input:checked ~ .checkmark:after {
  display: block;
}

.cb-container-2 input:checked ~ .text-lbl {
  color: var(--vexon-color-gray-900, #0F172A);
}

.cb-container-2 .checkmark:after {
  left: 0px;
  top: 1px;
  width: 16px;
  height: 16px;
  background: url(../imgs/page/product/checked.svg) no-repeat center;
}

/*COMPONENTS -> FORM*/
.form-control::-webkit-date-and-time-value {
  color: var(--vexon-color-gray-700, #66768F);
  font-size: var(--vexon-font-sm, 14px);
  line-height: 18px;
}

.input-name, .input-email {
  border: 0px;
  padding: 12px 12px 12px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: transparent;
  width: 100%;
  color: var(--vexon-color-white, #d9d9d9);
  background: url(../imgs/template/icons/user.svg) no-repeat left center;
}

.input-name.border-gray-500,
.input-email.border-gray-500 {
  border-color: rgb(34, 47, 67) !important;
}

.input-email {
  background: url(../imgs/template/icons/email.svg) no-repeat left center;
}

input {
  color: var(--vexon-color-gray-600, #7F92B0);
}

.box-swiper {
  position: relative;
  width: 100%;
}
.box-swiper .swiper-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.box-swiper .swiper-container .item-logo {
  border: 1px solid var(--vexon-color-gray-500, #94A9C9);
  padding: 39px 0px 36px 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  box-shadow: var(--vexon-box-shadow-2, 0px 45px 80px rgba(0, 0, 0, 0.04));
}
.box-swiper .swiper-container .item-logo img {
  max-width: 100%;
}
.box-swiper .swiper-container .item-logo:hover {
  border: 1px solid var(--vexon-color-gray-800, #222F43);
  box-shadow: var(--vexon-box-shadow-3, 0px 47px 65px rgba(21, 28, 38, 0.1));
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-next.swiper-button-next-style-2 {
  background: url(../../assets/imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}
.swiper-button-next.swiper-button-next-style-2:hover {
  background: url(../../assets/imgs/slider/swiper/next-active.svg) no-repeat 0px 0px;
}

.swiper-button-prev.swiper-button-prev-style-2 {
  background: url(../../assets/imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
}
.swiper-button-prev.swiper-button-prev-style-2:hover {
  background: url(../../assets/imgs/slider/swiper/prev-active.svg) no-repeat 0px 0px;
}

.swiper-button-next.swiper-button-next-style-2,
.swiper-button-prev.swiper-button-prev-style-2 {
  width: 34px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}

.swiper-button-next.swiper-button-next-style-2 {
  right: -50px;
}

.swiper-button-prev.swiper-button-prev-style-2 {
  left: -50px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-pagination {
  text-align: center;
  width: 100%;
  position: relative;
}

.swiper-pagination-bullet {
  margin: 10px;
}

/*Style of the location of the div that wraps the custom pager*/
.swiper-pagination-custom {
  bottom: 40px;
  padding-left: 70px;
}

.swiper-pagination-customs {
  background: url(../imgs/slider/swiper/dot.svg) no-repeat 0px 0px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-right: 4px;
}

/*Customize the style representation when pager is activated*/
.swiper-pagination-customs-active,
.swiper-pagination-customs:hover {
  background: url(../imgs/slider/swiper/dot-active.svg) no-repeat 0px 0px;
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  margin-left: 3px;
  margin-right: 3px;
}

.box-button-slider {
  position: absolute;
  top: 10px;
  right: 0px;
}

.box-buttons-slider {
  min-height: 40px;
}

.swiper-button-prev-style-1,
.swiper-button-next-style-1 {
  height: 32px;
  width: 33px !important;
  top: 50%;
  transition: all 0.2s;
}

.swiper-button-next.swiper-button-next-style-1 {
  left: 40px;
  transition: all 0.2s;
  background: url(../imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}
.swiper-button-next.swiper-button-next-style-1:hover {
  background: url(../imgs/slider/swiper/next-active.svg) no-repeat 0px 0px;
  transition: all 0.2s;
}

.swiper-button-prev.swiper-button-prev-style-1 {
  left: 0px;
  transition: all 0.2s;
  background: url(../../assets/imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
}
.swiper-button-prev.swiper-button-prev-style-1:hover {
  background: url(../imgs/slider/swiper/prev-active.svg) no-repeat 0px 0px;
  transition: all 0.2s;
}

.swiper-buttons {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: -60px;
}
.swiper-buttons .swiper-button-prev.swiper-button-prev-style-3 {
  background: url(../../assets/imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  margin-left: -40px;
  width: 33px;
}
.swiper-buttons .swiper-button-prev.swiper-button-prev-style-3:hover {
  background: url(../imgs/slider/swiper/prev-active.svg) no-repeat 0px 0px;
  transition: all 0.2s;
}
.swiper-buttons .swiper-button-next.swiper-button-next-style-3 {
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  position: relative;
  display: block;
  width: 33px;
  margin-right: -40px;
  background: url(../../assets/imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}
.swiper-buttons .swiper-button-next.swiper-button-next-style-3:hover {
  background: url(../imgs/slider/swiper/next-active.svg) no-repeat 0px 0px;
  transition: all 0.2s;
}

.swiper-group-2 .swiper-pagination {
  text-align: center;
}
.swiper-group-2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #6b7280;
}
.swiper-group-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--vexon-primary, #4b1ab3);
}

.card-style-1 {
  position: relative;
  width: 100%;
}
.card-style-1 .color-white {
  --vexon-color-white: #d9d9d9;
}
.card-style-1 .color-white a {
  color: inherit;
}
.card-style-1 .color-gray-500 {
  --vexon-color-gray-500: #94A9C9;
}
.card-style-1:hover h6 {
  color: var(--vexon-primary, #4b1ab3) !important;
}
.card-style-1:hover .card-image img {
  transform: scale(1.1);
}
.card-style-1 .card-image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  min-height: 190px;
}
.card-style-1 .card-image img {
  width: 100%;
  border-radius: 8px;
}
.card-style-1 .card-image .link-post:hover h4 {
  color: var(--vexon-primary, #4b1ab3) !important;
}
.card-style-1 .card-image .card-info {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background: url(../imgs/page/homepage1/bg-trans.png) repeat-x left bottom;
}
.card-style-1 .card-image .card-info.card-bg-2 {
  background: url(../imgs/page/homepage3/bg-trans.png) repeat-x left bottom;
}
.card-style-1 .card-image .card-info .info-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px;
}
.card-style-1 .card-image .card-info .box-author img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
}
.card-style-1 .card-image .card-info .box-author .author-info {
  display: flex;
  align-items: center;
}
.card-style-1 .card-image .card-info .box-author .author-info h6 {
  line-height: 20px !important;
}

.card-blog-1 {
  padding: 20px;
  position: relative;
  width: 100%;
  border-radius: 16px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 30px;
  border: 1px solid var(--vexon-color-gray-800, #222F43);
  /* background-color: var(--vexon-color-gray-850, #131C31); */
}
.card-blog-1 .card-image {
  position: relative;
}
.card-blog-1 .card-image img {
  border-radius: 16px;
  width: 100%;
}
.card-blog-1 .card-info a:hover h4,
.card-blog-1 .card-info a:hover h5 {
  color: var(--vexon-primary, #4b1ab33) !important;
}
.card-blog-1:hover h4.color-white {
  color: var(--vexon-primary, #4b1ab3) !important;
}

.info-bottom h4 a:hover {
  color: var(--vexon-primary, #4b1ab3) !important;
}

.card-blog-2 {
  padding: 0px;
}
.card-blog-2 .card-image img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  min-height: 385px;
  max-height: 425px;
  object-fit: cover;
}
.card-blog-2 .card-info {
  padding: 0px 20px 20px 20px;
}

.box-list-posts-index .card-blog-1.card-blog-2 {
  margin-bottom: 0px;
}

.card-style-2 {
  border-width: 1px;
  border-style: solid;
  padding: 19px;
  position: relative;
  display: flex;
  border-radius: 16px;
  align-items: center;
  margin-bottom: 30px;
  font-size: 14px;
}
.card-style-2 .card-image {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  min-width: 32px;
}
.card-style-2 .card-image img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.card-style-2 .card-info a {
  font-size: inherit;
  display: block;
}
.card-style-2 .card-info a:hover {
  color: var(--vexon-primary, #4b1ab33);
}

.card-list-posts {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}
.card-list-posts:hover h5.color-white {
  color: var(--vexon-primary, #4b1ab3) !important;
}
.card-list-posts .card-image {
  width: 270px;
  min-width: 270px;
  margin-right: 20px;
}
.card-list-posts .card-image img {
  width: 100%;
  border-radius: 16px;
}
.card-list-posts .card-info {
  width: 100%;
}
.card-list-posts .card-info a:hover h3,
.card-list-posts .card-info a:hover h4,
.card-list-posts .card-info a:hover h5 {
  color: var(--vexon-primary, #4b1ab3) !important;
}
.card-list-posts .card-info .col-7 a:hover {
  color: var(--vexon-primary, #4b1ab3) !important;
}
.card-list-posts.card-list-posts-small .card-image {
  max-width: 170px;
  min-width: 170px;
}

.card-pricing {
  border-width: 1px;
  border-style: solid;
  border-radius: 16px;
  padding: 25px;
  position: relative;
  background-position: bottom right;
}
.card-pricing:hover {
  border-color: var(--vexon-color-gray-700, #66768F) !important;
  background: url(../imgs/page/about/shadow-1.svg) no-repeat bottom right;
}
.card-pricing .badge {
  border-radius: 16px;
  padding: 5px 15px;
  position: absolute;
  top: 30px;
  right: 20px;
}
.card-pricing .lbl-success {
  background-color: var(--vexon-color-success, #6CFFC1);
}
.card-pricing .lbl-danger {
  background-color: var(--vexon-color-danger, #FF756C);
}
.card-pricing .card-pricing-top {
  padding-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 30px;
}

.card-testimonials {
  position: relative;
  background: url(../imgs/page/about/quote.svg) no-repeat bottom right 15px;
  padding: 30px 24px 50px 24px;
  border-width: 1px;
  border-style: solid;
  border-radius: 16px;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.swiper-pagination {
  text-align: left;
}
.swiper-pagination .swiper-pagination-customs {
  background: var(--vexon-primary, #4b1ab3);
  border-radius: 50%;
}
.swiper-pagination .swiper-pagination-customs:hover {
  background: var(--vexon-primary, #4b1ab33);
}
.swiper-pagination .swiper-pagination-customs-active {
  background: var(--vexon-primary, #4b1ab33);
}
.swiper-pagination.swiper-pagination-2 {
  top: auto;
  height: auto;
  z-index: 123;
  line-height: 30px;
  text-align: center;
}

.box-newsletter {
  padding: 90px 0px;
  background: var(--vexon-color-gray-900, #0F172A) url(../imgs/template/bg-newsletter.svg) no-repeat right 10px bottom 10px;
}
.box-newsletter .box-form-newsletter {
  position: relative;
}
.box-newsletter .box-form-newsletter .input-newsletter {
  width: 100%;
  background-color: var(--vexon-background-white, #ffffff);
  border-radius: 4px;
  border: 0px;
  height: 50px;
  padding: 5px 20px;
}
.box-newsletter .box-form-newsletter .btn-brand-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0%, 49.999%, 100% {
    transform: none;
  }
  50%, 99.999% {
    transform: rotate(90deg);
  }
}
@keyframes shift-left {
  0%, 100% {
    transform: translateX(0%);
  }
  50% {
    transform: scale(0.65) translateX(-75%);
  }
}
@keyframes shift-right {
  0%, 100% {
    transform: translateX(0%);
  }
  50% {
    transform: scale(0.65) translateX(75%);
  }
}
.preloader-dots {
  --uib-size: 40px;
  --uib-speed: .9s;
  color: var(--vexon-primary, #4b1ab3);
  position: relative;
  height: calc(var(--uib-size) / 2);
  width: var(--uib-size);
  filter: url("#uib-jelly-ooze");
  animation: rotate calc(var(--uib-speed) * 2) linear infinite;
  margin: 0 auto;
}
.preloader-dots::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 25%;
  width: 20px;
  height: 20px;
  background: var(--vexon-primary, #4b1ab3);
  border-radius: 100%;
  animation: shift-left var(--uib-speed) ease infinite;
}
.preloader-dots::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 25%;
  width: 20px;
  height: 20px;
  background: var(--vexon-primary, #4b1ab3);
  border-radius: 100%;
  animation: shift-right var(--uib-speed) ease infinite;
}

/*select 2 style*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--vexon-primary, #4b1ab3);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--vexon-primary, #4b1ab3) transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

.select2-search--dropdown {
  padding: 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--vexon-color-gray-200, #C9DAF5);
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 8px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--vexon-color-border-1, #D5DFE4);
  color: var(--vexon-primary, #4b1ab3);
}

.modal-header .btn-close {
  margin: -0.5rem 0rem -0.5rem auto;
}

.widget .wp-block-archives-list h2,
.widget .wp-block-group__inner-container h2 {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 28px;
  margin-bottom: 30px;
  position: relative;
  display: block;
}
.widget .wp-block-archives-list a,
.widget .wp-block-group__inner-container a {
  color: var(--vexon-black);
}

.box-sidebar .wp-block-archives-list a {
  color: var(--vexon-black);
}
.box-sidebar .wp-block-search .wp-block-search__label,
.box-sidebar .wp-block-search h2,
.box-sidebar .wp-block-group__inner-container .wp-block-search__label,
.box-sidebar .wp-block-group__inner-container h2 {
  font-weight: 600;
  font-size: 24px !important;
  line-height: 27px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background:var(--vexon-headings-color, #0a0d12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: block;
}
.box-sidebar .wp-block-search .wp-block-search__label::after,
.box-sidebar .wp-block-search h2::after,
.box-sidebar .wp-block-group__inner-container .wp-block-search__label::after,
.box-sidebar .wp-block-group__inner-container h2::after {
  position: absolute;
  content: none;
  background-color: var(--vexon-primary, #4b1ab3);
  width: 96px;
  height: 3px;
  bottom: 0;
  left: 0;
}

.box-sidebar .wp-block-group__inner-container h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.head-sidebar {
  position: relative;
}
.head-sidebar .line-bottom {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* .head-sidebar .line-bottom::before {
  height: 3px;
  width: 96px;
  content: "";
  background-color: var(--vexon-primary, #4b1ab3);
  position: absolute;
  bottom: 0px;
  left: 0px;
} */

.box-sidebar {
  border-style: solid;
  border-width: 1px;
  border-radius: 16px;
  padding: 25px 25px 0px 25px;
  margin-bottom: 30px;
}

.list-posts .item-post {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 20px;
}
.list-posts .item-post .image-post {
  min-width: 64px;
  max-width: 64px;
  margin-right: 15px;
}
.list-posts .item-post .image-post img {
  height: 64px;
  width: 64px;
  border-radius: 50%;
}
.list-posts .item-post .info-post {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.list-posts .item-post .info-post a:hover h6 {
  color: var(--vexon-primary, #4b1ab3) !important;
}
.list-posts .item-post .info-post ul {
  padding-left: 25px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.list-posts .item-post .info-post ul li {
  list-style: disc;
}
.list-posts .item-post:last-child {
  margin-bottom: 0px;
}
.list-posts .item-post:last-child .info-post {
  border-bottom-width: 0px;
}

.box-author-small {
  display: flex;
  align-items: center;
}
.box-author-small img {
  display: inline-block;
  margin-right: 15px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.box-author-small .author-info {
  width: 100%;
}

.list-comments {
  position: relative;
}
.list-comments .item-comment {
  border-bottom-width: 1px;
  border-style: solid;
  padding-bottom: 23px;
  margin-bottom: 23px;
}
.list-comments .item-comment:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.banner-hero {
  padding: 24px 0px 20px 0px;
  position: relative;
}

@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-thumb-animation-2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes hero-thumb-sm-animation {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    -moz-transform: translateY(-20px) translateX(50px);
    -ms-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
    -moz-transform: translateY(-20px) translateX(0px);
    -ms-transform: translateY(-20px) translateX(0px);
    transform: translateY(-20px) translateX(0px);
  }
}
@keyframes hero-thumb-sm-2-animation {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.shape-1 {
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
  -moz-animation: hero-thumb-animation 2s linear infinite alternate;
  -o-animation: hero-thumb-animation 2s linear infinite alternate;
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-1-2 {
  -webkit-animation: hero-thumb-animation-2 2s linear infinite alternate;
  -moz-animation: hero-thumb-animation-2 2s linear infinite alternate;
  -o-animation: hero-thumb-animation-2 2s linear infinite alternate;
  animation: hero-thumb-animation-2 2s linear infinite alternate;
}

.shape-2 {
  -webkit-animation: hero-thumb-sm-animation 4s linear infinite alternate;
  -moz-animation: hero-thumb-sm-animation 4s linear infinite alternate;
  -o-animation: hero-thumb-sm-animation 4s linear infinite alternate;
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
  -webkit-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
  -moz-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
  -o-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.header {
  padding: 10px 0px;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
}
.header.sticky.sticky-animation {
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  position: fixed;
}
.header.sticky {
  position: fixed;
}
.header .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 0px;
}
.header .main-header .header-logo {
  max-width: var(--vexon-logo-size, 150px);
  width: 100%;
}
.header .main-header .header-logo a {
  display: block;
}
.header .main-header .header-logo img {
  width: 100%;
}
.header .main-header .header-nav {
  display: inline-block;
  text-align: center;
}
.header .main-header .header-nav ul {
  list-style: none;
  padding-left: 0;
}
.header .main-header .header-search {
  width: 35%;
}
.header .main-header .header-search .box-header-search {
  border-radius: 8px;
  border: 1px solid var(--vexon-color-border-1, #D5DFE4);
  padding: 5px;
}
.header .main-header .header-search .box-header-search .form-search {
  display: flex;
}
.header .main-header .header-search .box-header-search .box-keysearch {
  width: 100%;
}
.header .main-header .header-search .box-header-search .box-keysearch input {
  border: 0px !important;
}
.header .main-header .header-search .box-header-search .box-category {
  position: relative;
  margin-right: 15px;
  min-width: 120px;
}
.header .main-header .header-search .box-header-search .box-category::before {
  content: "";
  height: 14px;
  width: 1px;
  background-color: #EBF0F3;
  position: absolute;
  top: 8px;
  right: -14px;
}
.header .main-header .header-search .box-header-search .box-category select {
  height: 100%;
  width: 100%;
  border: 0px;
  padding: 0px 20px 0px 5px;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../imgs/template/arrow-down.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
.header .main-header .header-shop {
  width: 35%;
  text-align: right;
}
.header .main-header .header-shop .icon-list {
  display: inline-block;
  padding: 0px 15px 0px 30px;
  background-repeat: no-repeat;
  background-position: 0px -1px;
  position: relative;
  font-size: 16px;
  color: var(--vexon-primary, #4b1ab3);
  line-height: 24px;
  cursor: pointer;
}
.header .main-header .header-shop .icon-list:hover {
  color: var(--vexon-color-black, #000000);
}
.header .main-header .header-shop .icon-list:last-child {
  padding-right: 0px;
}
.header .main-header .header-shop .icon-list img {
  float: left;
  margin: 3px 6px 0px 0px;
}
.header .main-header .header-shop .icon-account {
  background-image: url(../imgs/template/account.svg);
}
.header .main-header .header-shop .icon-wishlist {
  background-image: url(../imgs/template/wishlist.svg);
  background-position: 0px 2px;
  padding-left: 35px;
}
.header .main-header .header-shop .icon-cart {
  background-image: url(../imgs/template/cart.svg);
  background-position: 0px 2px;
  padding-left: 35px;
}
.header .main-header .header-shop .icon-compare {
  background-image: url(../imgs/template/compare.svg);
  background-position: 0px 2px;
}
.header .main-header .header-shop .number-item {
  background-color: var(--vexon-primary, #4b1ab33);
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 14px;
  width: 20px;
  height: 20px;
  color: var(--vexon-color-white, #d9d9d9);
  text-align: center;
  line-height: 20px;
  display: inline-block;
}
.header .main-header .header-right .block-signin {
  text-align: right;
}
.header .nav-main-menu {
  width: auto;
  padding: 0px;
  float: none;
}
.header .burger-icon {
  display: none;
}
.header .main-menu {
  display: inline-block;
  padding-top: 4px;
  margin-bottom: 0;
}
.header .main-menu li {
  float: left;
  position: relative;
  text-align: left;
}
.header .main-menu li.has-children > a::after {
  content: "\f151";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  font-size: 14px;
  opacity: 1;
  margin-left: 0px;
  position: relative;
  top: 2px;
}
.header .main-menu li.hr {
  padding: 0px 22px;
}
.header .main-menu li.hr span {
  background-color: var(--vexon-color-gray-100, #D8E6FB);
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
.header .main-menu li a {
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  font-style: normal;
  font-weight: 400;
  font-size: var(--vexon-font-md, 16px);
  line-height: 16px;
  display: block;
  padding: 23px 17px;
  text-decoration: none;
  position: relative;
}
.header .main-menu li a:hover, .header .main-menu li a.active {
  color: var(--vexon-primary, #4b1ab3);
}
.header .main-menu li a:hover i, .header .main-menu li a.active i {
  opacity: 1;
  transition: 0.2s;
}
.header .main-menu li a i {
  font-size: 12px;
  margin-right: 8px;
  opacity: 0.38;
  transition: 0.2s;
}
.header .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: absolute;
  top: calc(100% + 0px);
  left: 0px;
  z-index: 999999;
  min-width: 180px;
  border-radius: 0 0 4px 4px;
  padding: 8px 0px 8px 0;
  background: var(--vexon-white, #fff);
  /* Gray/800 [night] */
  /* border: 1px solid var(--vexon-color-gray-800, #222F43); */
  box-shadow: 0px 23.1405px 69.4215px rgba(0, 0, 0, 0.12);
  border-top: 2px solid var(--vexon-primary);
  transition: all 0.3s;
  transform: translateY(20px) rotateX(45deg);
}
.header .main-menu li ul li {
  width: 100%;
}
.header .main-menu li ul li a {
  font-size: 14px;
  color: var(--vexon-menu-color);
  font-size: var(--vexon-font-md, 16px);
  line-height: 16px;
  position: relative;
  padding: 12px 12px;
  /* background: url(../imgs/template/icons/icon-menu.svg) no-repeat left 20px top 14px; */
  transition: 0.2s;
}
/* .header .main-menu li ul li a:hover {
  transition: 0.2s;
  border-left: 4px solid var(--vexon-primary);
} */


.nav-main-menu ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 0px;
  height: 100%;
  color: var(--vexon-primary);
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.nav-main-menu ul li ul li a:hover::after {
  background-color: var(--vexon-primary);
  border-radius: 4px;
  width: 4px;
  left: 0px;
  opacity: 1;
}

.header .main-menu li ul li a.closer {
  padding: 8px 22px 8px 22px;
}
.header .main-menu li ul li ul {
  top: 0px;
  left: 100%;
}
.header .main-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .main-menu li:hover > ul li {
  width: 100%;
}
.header .text-link-bd-btom {
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  font-style: normal;
  font-weight: 500;
  font-size: var(--vexon-font-md, 16px);
  line-height: 150%;
  color: var(--vexon-color-gray-900, #0F172A);
  display: inline-block;
  position: relative;
  padding-left: 13px;
}
.header .text-link-bd-btom:hover {
  color: var(--vexon-color-gray-900, #0F172A);
}
.header .text-link-bd-btom::before {
  content: "";
  background: var(--vexon-color-gray-900, #0F172A);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  animation: shadow-pulse 1s infinite;
}
.header .block-signin .btn-shadow {
  box-shadow: var(--vexon-box-shadow-3, 0px 47px 65px rgba(21, 28, 38, 0.1));
}
.header.stick {
  padding: 10px 0px;
  margin-top: 0;
}
.header.stick .main-menu {
  padding-top: 3px;
}

.logo-mobile {
  max-width: var(--vexon-logo-size, 120px);
  width: 100%;
}

.preloader-logo img {
  width: var(--vexon-preloader-logo-size, 85px);
  max-width: 100%;
}

.switch-button {
  display: inline-block;
  padding: 0px 15px 0px 5px;
}
.switch-button .form-switch {
  padding-left: 0px;
  display: inline-block;
  vertical-align: middle;
}
.switch-button .form-switch .form-check-input {
  width: 40px;
  height: 22px;
  margin-left: 0px;
  background-image: url(../imgs/template/icons/mode.svg);
  background-position: left 2px center;
  background-color: var(--vexon-color-gray-600, #7F92B0);
  border-color: var(--vexon-color-gray-600, #7F92B0);
  background-size: 18px;
}
.switch-button .form-check-input:checked {
  background-color: var(--vexon-color-gray-800, #222F43);
  border-color: var(--vexon-color-gray-800, #222F43);
}
.switch-button .form-switch .form-check-input:checked {
  background-position: right 2px center;
  background-image: url(../imgs/template/icons/mode.svg);
}

#header.sticky {
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: var(--wp-admin--admin-bar--height);
}

.user-account {
  display: flex;
  align-items: center;
}
.user-account img {
  max-width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.user-account .user-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}

.perfect-scroll {
  height: 100vh;
  width: 100%;
  position: relative;
}

.body-overlay-1 {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 1002;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

.header-top {
  background-color: var(--vexon-color-gray-900, #0F172A);
  color: var(--vexon-color-white, #d9d9d9);
  padding: 15px 0px;
  margin-top: 30px;
}
.header-top span {
  font-family: var(--vexon-font-heading, "Figtree", sans-serif);
  font-size: var(--vexon-font-md, 16px);
  line-height: 24px;
  font-weight: bold;
}
.header-top a {
  color: var(--vexon-color-gray-900, #0F172A);
}
.header-top .line-right {
  position: relative;
  display: inline-block;
  padding-right: 35px;
}
.header-top .line-right::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 15px;
  width: 1px;
  height: 18px;
  border-right: 1px dashed var(--vexon-color-gray-900, #0F172A);
}
.header-top.header-top-green {
  background-color: var(--vexon-color-gray-900, #0F172A);
}
.header-top.header-top-green a {
  color: var(--vexon-color-gray-100, #D8E6FB);
}
.header-top.header-top-green .line-right::before {
  border-right: 1px dashed var(--vexon-color-gray-100, #D8E6FB);
}

@media (min-width: 1400px) {
  .header-container .container {
    max-width: 1360px;
  }
}
.header-container .main-header .header-left .header-nav {
  width: 35%;
}
.header-container .main-header .header-left .header-shop {
  width: 45%;
}

.header-bottom {
  border-top: 1px solid var(--vexon-color-border-1, #D5DFE4);
  padding: 10px 0px 10px 0px;
}
.header-bottom .dropdown-toggle::after {
  display: none;
}
.header-bottom .container {
  display: flex;
}
.header-bottom .dropdown {
  padding: 0px;
}
.header-bottom .header-nav {
  width: 100%;
  padding-left: 20px;
}
.header-bottom .header-nav .main-menu {
  padding-top: 0px;
}
.header-bottom .header-nav .main-menu li a {
  padding: 9px 15px 5px 15px;
}
.header-bottom .header-nav .main-menu li.has-children > a::after {
  content: "";
  background: url(../imgs/page/homepage4/angle-down.svg) no-repeat 0px 0px;
  height: 10px;
  width: 11px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -4px;
}
.header-bottom .discount {
  display: inline-block;
  padding: 9px 0px 9px 42px;
  background-image: url(../imgs/page/homepage4/discount.svg);
  background-position: left center;
  background-repeat: no-repeat;
  min-width: 160px;
  max-height: 53px;
}
.header-bottom .dropdown-right {
  background-image: url(../imgs/page/homepage4/arrow-down.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0px 20px 0px 0px;
  display: block;
  margin-left: 0px;
}
.header-bottom .dropdown-menu {
  width: 100%;
  padding: 3px 0px;
}
.header-bottom .dropdown-menu .dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-menu {
  border: 1px solid var(--vexon-color-border-1, #D5DFE4);
  border-radius: 4px;
}

.menu-topbar-right .dropdown-menu {
  border: 1px solid var(--vexon-color-border-1, #D5DFE4);
  border-radius: 0 0 4px 4px;
}
.menu-topbar-right .dropdown-menu[data-bs-popper] {
  margin-top: 10px;
}

.dropdown-item {
  font-size: 14px;
  color: var(--vexon-primary, #4b1ab3);
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
  color: var(--vexon-primary, #4b1ab3);
  text-decoration: none;
  background-color: var(--vexon-color-border-1, #D5DFE4);
}

.dropdown-language .dropdown-item img {
  margin-right: 5px;
}

.box-dropdown-cart {
  position: relative;
}

.dropdown-cart {
  display: none;
  visibility: hidden;
  position: absolute;
  right: -70px;
  top: calc(100% + 22px);
  z-index: 99;
  width: 320px;
  background-color: #fff;
  padding: 22px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0 0 4px 4px;
  border: 1px solid var(--vexon-color-border-1, #D5DFE4);
}
.dropdown-cart.dropdown-open {
  display: block;
  visibility: visible;
}

.dropdown-account {
  width: 200px;
  left: 0;
  display: none;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 22px);
  z-index: 99;
  width: 220px;
  background-color: #fff;
  padding: 22px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0 0 4px 4px;
  border: 1px solid var(--vexon-color-border-1, #D5DFE4);
}
.dropdown-account.dropdown-open {
  display: block;
  visibility: visible;
}
.dropdown-account ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.dropdown-account ul li:last-child {
  margin: 0;
}
.dropdown-account ul li a {
  color: var(--vexon-primary, #4b1ab3);
}
.dropdown-account ul li a:hover {
  color: var(--vexon-color-black, #000000);
}

.box-breadcrumbs {
  display: inline-block;
}
.box-breadcrumbs .breadcrumb {
  margin-bottom: 0px;
}
.box-breadcrumbs .breadcrumb li {
  position: relative;
  padding: 0px 30px 0px 0px;
}
.box-breadcrumbs .breadcrumb li::before {
  content: "\f105";
	font-family: "Font Awesome 6 Pro" !important;
  position: absolute;
  top: 6px;
  right: 7px;
  height: 15px;
  width: 15px;
}
.box-breadcrumbs .breadcrumb li:last-child {
  padding-right: 0px;
}
.box-breadcrumbs .breadcrumb li:last-child::before {
  display: none;
}
.box-breadcrumbs .breadcrumb li a {
  display: inline-block;
  color: var(--vexon-color-blue, #667085);
  font-size: 14px;
  line-height: 19px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.box-breadcrumbs .breadcrumb li a:hover {
  color: var(--vexon-primary, #4b1ab3);
}
/* .box-breadcrumbs .breadcrumb li a.home {
  background: url(../imgs/template/icons/home.svg) no-repeat left center;
} */
.box-breadcrumbs .breadcrumb li span {
  display: inline-block;
  padding: 5px 0;
}

.form-search {
  position: fixed;
  top: 100%;
  right: 98px;
  width: 100%;
  max-width: 350px;
  z-index: 1234;
  background-color: var(--vexon-color-gray-950, #0B1222);
  padding: 5px 5px;
  display: none;
  border-radius: 8px;
  border: 1px solid var(--vexon-color-gray-800, #222F43);
}
.form-search .form-control {
  height: 46px;
  background-color: var(--vexon-color-gray-900, #0F172A);
  border-color: var(--vexon-color-gray-800, #222F43);
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px 10px 20px;
}
.form-search .btn-search-2 {
  position: absolute;
  top: 22px;
  right: 28px;
  width: 40px;
  height: 40px;
  background: url(../imgs/template/icons/search-555.svg) no-repeat center;
  border: 0px;
}

.popular-keywords a:hover {
  color: var(--vexon-color-white, #d9d9d9);
}

.header-right {
  display: flex;
}

@media (min-width: 1200px) {
  .header-right-menu-only {
    display: none;
  }
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}

.list-comments .item-comment {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

#default_color_mode {
  opacity: 0;
  visibility: collapse;
}

@media screen and (max-width: 600px) {
  .stick + .mobile-header-wrapper-style {
    --wp-admin--admin-bar--height: 0;
  }
}
.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 360px;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: var(--vexon-color-white, #d9d9d9);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999;
  margin-top: var(--wp-admin--admin-bar--height, 0);
}
.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo {
  position: relative;
  border-bottom: 1px solid var(--vexon-color-border-1, #D5DFE4);
  padding-bottom: 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  background-color: var(--vexon-color-white, #d9d9d9);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  border-bottom: 0;
  margin-bottom: 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 100px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 30px 30px 30px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu {
  max-width: 300px;
  padding-left: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 13px 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: var(--vexon-font-md, 16px);
  font-family: var(--vexon-body-font-family, "Figtree", sans-serif);
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: var(--vexon-color-gray-500, #94A9C9);
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 10px 0 0 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0;
  border-bottom: none;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
  top: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
  padding-left: 13px;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: var(--vexon-font-sm, 14px);
  display: block;
  font-weight: 500;
  color: var(--vexon-color-gray-500, #94A9C9);
  padding-left: 10px;
  position: relative;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
  padding-bottom: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.hr {
  padding: 0 0 0 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.hr span {
  background-color: var(--vexon-color-gray-100, #D8E6FB);
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
  color: var(--vexon-color-gray-500, #94A9C9);
  padding-left: 3px;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
  padding: 5px 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid var(--vexon-color-gray-900, #0F172A);
  margin: 17px 0 30px 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: var(--vexon-font-sm, 14px);
  display: block;
  font-weight: 500;
  color: var(--vexon-color-gray-900, #0F172A);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: var(--vexon-color-gray-900, #0F172A);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
  font-size: var(--vexon-font-sm, 14px);
  color: var(--vexon-color-gray-900, #0F172A);
  margin-right: 8px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 11;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: var(--vexon-font-md, 16px);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
  color: var(--vexon-color-gray-900, #0F172A);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
  color: var(--vexon-color-gray-900, #0F172A);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
  font-size: var(--vexon-font-xs, 13px);
  color: var(--vexon-color-gray-500, #94A9C9);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright a {
  color: var(--vexon-color-gray-500, #94A9C9);
}

.burger-icon {
  position: relative;
  width: 24px;
  height: 20px;
  cursor: pointer;
  z-index: 9;
}
.burger-icon > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
.burger-icon > span.burger-icon-top {
  top: 2px;
}
.burger-icon > span.burger-icon-bottom {
  bottom: 2px;
}
.burger-icon > span.burger-icon-mid {
  top: 9px;
}

.burger-icon > span::before,
.burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

.burger-icon.burger-icon-white > span::before,
.burger-icon.burger-icon-white > span::after {
  background-color: var(--vexon-color-gray-500, #94A9C9);
}

.mobile-search form {
  background-color: var(--vexon-background-white, #ffffff);
  border-radius: 8px;
  height: 44px;
  padding: 0px 15px 0px 44px;
  position: relative;
}
.mobile-search form input {
  border: 0;
  background-color: transparent;
  width: 100%;
  padding: 12px 10px;
}
.mobile-search form i {
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 18px;
  color: var(--vexon-color-gray-800, #222F43);
}

.mobile-social-icon h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
.mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: inline-flex;
  background: #efeaff;
  border-radius: 30px;
  line-height: 1;
  align-content: center;
  justify-content: center;
}
.mobile-social-icon a img {
  max-width: 18px;
}
.mobile-social-icon a img:hover {
  opacity: 0.8;
}
.mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
}
.mobile-social-icon a:last-child {
  margin-right: 0;
}

.mobile-account {
  margin: 20px 0 25px 0;
  padding: 30px 0 20px 0;
  border-top: thin solid var(--vexon-color-gray-100, #D8E6FB);
  border-bottom: thin solid var(--vexon-color-gray-100, #D8E6FB);
}
.mobile-account ul.mobile-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.mobile-account h6 {
  font-weight: 600;
  font-size: 18px;
}
.mobile-account ul li {
  padding: 8px 0;
}
.mobile-account ul li a {
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: var(--vexon-color-gray-500, #94A9C9);
  transition-duration: 0.2s;
}
.mobile-account ul li:hover a {
  padding-left: 3px;
  transition-duration: 0.2s;
  color: var(--vexon-color-gray-500, #94A9C9);
}

.topbar {
  padding: 10px 70px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid var(--vexon-color-border-1, #D5DFE4);
  z-index: 9999999;
  position: relative;
  background: var(--vexon-background-white, #ffffff);
}
.topbar .container-topbar {
  display: flex;
}
.topbar .container-topbar .menu-topbar-left,
.topbar .container-topbar .menu-topbar-right,
.topbar .container-topbar .info-topbar {
  width: 33.3%;
}
.topbar .container-topbar .menu-topbar-right {
  text-align: right;
}

.top-gray-1000 {
  background-color: var(--vexon-color-gray-900, #0F172A);
}
.top-gray-1000 .nav-small li a {
  color: var(--vexon-color-white, #d9d9d9);
}
.top-gray-1000 .color-brand-3 {
  color: var(--vexon-color-white, #d9d9d9) !important;
}
.top-gray-1000 .dropdown-right {
  background-image: url(../imgs/page/homepage4/arrow-down.svg);
}

.dropdown-right {
  background-image: url(../imgs/template/arrow-down.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0px 15px 0px 0px;
  display: inline-block;
  margin-left: 10px;
}

.nav-small li {
  position: relative;
  display: inline-block;
}
.nav-small li a {
  display: block;
  padding: 0px 30px 0px 0px;
  color: var(--vexon-primary, #4b1ab3);
}
.nav-small li a:hover {
  color: var(--vexon-primary, #4b1ab33);
}
.nav-small li a::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 15px;
  width: 1px;
  height: 13px;
  background-color: var(--vexon-color-border-1, #D5DFE4);
}
.nav-small li:last-child a::before {
  display: none;
}

.sidebar-left {
  position: absolute;
  top: 0px;
  background-color: var(--vexon-background-white, #ffffff);
  left: 0px;
  width: 50px;
  height: 100%;
  border-right: 1px solid var(--vexon-color-border-1, #D5DFE4);
  z-index: 999999;
  padding-top: 0px;
  padding-bottom: 25px;
}
.sidebar-left.stick .btn.btn-open {
  height: 68px;
  background: #fff url(../imgs/template/open.svg) no-repeat center center;
}
.sidebar-left .menu-icons {
  padding: 142px 0px 0px 0px;
}
.sidebar-left .menu-icons li a {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.sidebar-left .menu-icons li a img {
  vertical-align: middle;
}

.menu-texts {
  position: absolute;
  top: 112px;
  left: 0px;
  background-color: var(--vexon-background-white, #ffffff);
  min-width: 320px;
  border-right: 1px solid var(--vexon-color-border-1, #D5DFE4);
  border-bottom: 1px solid var(--vexon-color-border-1, #D5DFE4);
}
.menu-texts li a {
  display: block;
  padding: 0px 20px 0px 0px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: var(--vexon-primary, #4b1ab3);
  text-decoration: none;
}
.menu-texts li a:hover, .menu-texts li a.active {
  color: var(--vexon-color-black, #000000);
}
.menu-texts li a:hover .img-link, .menu-texts li a.active .img-link {
  position: relative;
}
.menu-texts li a:hover .img-link::before, .menu-texts li a.active .img-link::before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: var(--vexon-primary, #4b1ab3);
  position: absolute;
  top: 0px;
  right: 0px;
}
.menu-texts li a img {
  vertical-align: middle;
}
.menu-texts li a .img-link {
  height: 50px;
  width: 50px;
  display: inline-block;
  border-right: 1px solid var(--vexon-color-border-1, #D5DFE4);
  text-align: center;
  margin-right: 15px;
}
.menu-texts li .sub-menu {
  display: none;
}
.menu-texts li:hover .sub-menu, .menu-texts li.submenu-open .sub-menu {
  display: block;
  position: absolute;
  top: 0px;
  left: 100%;
  min-width: 250px;
  height: auto;
  background-color: var(--vexon-background-white, #ffffff);
  border-left: 1px solid var(--vexon-color-border-1, #D5DFE4);
  border-right: 1px solid var(--vexon-color-border-1, #D5DFE4);
  border-bottom: 1px solid var(--vexon-color-border-1, #D5DFE4);
  padding-top: 8px;
  padding-bottom: 10px;
}
.menu-texts li:hover .sub-menu li a, .menu-texts li.submenu-open .sub-menu li a {
  font-weight: 400;
  color: var(--vexon-color-gray-600, #7F92B0);
  padding-left: 25px;
  line-height: 38px;
}
.menu-texts li:hover .sub-menu li a:hover, .menu-texts li.submenu-open .sub-menu li a:hover {
  color: var(--vexon-color-black, #000000);
}
.menu-texts > li.has-children > a {
  padding-right: 30px;
  background: url(../imgs/template/icons/arrow-gray.svg) no-repeat right 20px center;
}
.menu-texts > li.has-children > a:hover, .menu-texts > li.has-children > a.active {
  color: var(--vexon-color-black, #000000);
  background: url(../imgs/template/icons/arrow-gray-hover.svg) no-repeat right 20px center;
}
.menu-texts.menu-close {
  min-width: auto;
  border: 0;
}
.menu-texts.menu-close li.has-children a {
  padding: 0px;
  background-image: none;
}
.menu-texts.menu-close li a {
  padding: 0px;
}
.menu-texts.menu-close li a .text-link {
  display: none;
}
.menu-texts.menu-close li a .img-link {
  margin-right: 0px;
}

.select2-container {
  max-width: unset;
  min-width: 130px;
}

.sidebar .widget_block h2,
.footer .widget_block h2 {
  font-weight: 700;
  color: var(--vexon-headings-color, #0a0d12);
  background: var(--vexon-headings-color, #0a0d12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sidebar ol {
  list-style: none;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 50%;
  display: block;
  float: left;
  height: 30px;
  margin-right: 0.75em;
  width: 30px;
}

.wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em;
}

.wp-block-latest-comments__comment-link {
  margin-bottom: 0;
}

.footer .icon-socials {
  display: inline-block;
  padding-left: 28px;
  height: 32px;
  width: auto;
  transition-duration: 0.2s;
}
.footer .icon-socials:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
  color: var(--vexon-color-linear, rgb(14, 165, 234)) !important;
}
.footer .icon-socials.icon-twitter {
  background: url(../imgs/template/icons/tw.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.footer .icon-socials.icon-twitter:hover {
  background: url(../imgs/template/icons/tw-hover.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.footer .icon-socials.icon-insta {
  background: url(../imgs/template/icons/insta.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.footer .icon-socials.icon-insta:hover {
  background: url(../imgs/template/icons/insta-hover.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.footer .icon-socials.icon-linked {
  background: url(../imgs/template/icons/linked.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.footer .icon-socials.icon-linked:hover {
  background: url(../imgs/template/icons/linked-hover.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.footer .menu-footer {
  display: inline-block;
}
.footer .menu-footer li {
  list-style: none;
  margin-bottom: 12px;
}
.footer .menu-footer li a {
  font-size: var(--vexon-font-md, 16px);
  line-height: 24px;
  text-decoration: none;
  display: block;
  padding: 0px 0px 0px 0px;
  transition-duration: 0.2s;
}
.footer .menu-footer li a:hover {
  color: var(--vexon-primary, #4b1ab3) !important;
  transition-duration: 0.2s;
  padding-left: 3px;
}
.footer .theme-day .menu-footer li a {
  color: var(--vexon-color-gray-500-day, #2E548C);
}
.footer .theme-day .menu-footer li a:hover {
  color: var(--vexon-primary, #4b1ab3);
}
.footer .footer-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 20px 0px 0px 0px;
  font-size: var(--vexon-font-sm, 14px);
}
.footer .footer-bottom a {
  text-decoration: none;
}
.footer.no-footer-widgets .footer-bottom {
  border-top-width: 0;
  padding-top: 0;
}
.footer.no-footer-widgets .footer-1 {
  padding-top: 66px;
}

#scrollUp {
  width: 54px;
  height: 54px;
  color: var(--vexon-color-white, #d9d9d9);
  right: 30px;
  bottom: 30px;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 999 !important;
  border: 0;
  background: url(../imgs/template/bg-top.png) no-repeat;
  transition-duration: 0.2s;
}
#scrollUp i {
  display: block;
  line-height: 59px !important;
  font-size: 20px;
  color: #fff;
}
#scrollUp:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}

.menu-bottom li {
  display: inline-block;
}
.menu-bottom li a {
  display: block;
  padding: 0px 15px;
}
.menu-bottom li:last-child a {
  padding-right: 0px;
}

.progressCounter {
  z-index: 12345;
  cursor: pointer;
}
.progressCounter span.progressScroll-text {
  font-size: 20px;
  color: #fff;
}

.progressScroll-border {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.progressScroll-border .progressScroll-circle {
  width: 46px !important;
  height: 46px !important;
  bottom: 0 !important;
  right: 0 !important;
  top: 0 !important;
  left: 0 !important;
  margin: auto !important;
  transform: unset !important;
}

.copyright {
  color: var(--vexon-primary, #4b1ab3);
}
.copyright:hover {
  color: var(--vexon-primary, #4b1ab3);
}

.mc-response p {
  font-size: 1rem;
}

/*LAYOUT -> SPACING**/
.section-padding-30 {
  padding: 30px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding {
  padding: 25px 0;
}

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}


.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.banner {
  padding-top: 100px;
}

.banner-img {
  position: relative;
  text-align: center;
}
.banner-img::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -140px;
  height: 500px;
  width: 500px;
  background: url(../imgs/template/shadow-2.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
}
.banner-img img {
  z-index: 3;
  position: relative;
  display: block;
  margin: auto;
}
.banner-img .pattern-1 {
  position: absolute;
  top: 33%;
  left: 0%;
}
.banner-img .pattern-1 img {
  animation: animationFramesOne 20s linear infinite alternate;
}
.banner-img .pattern-2 {
  position: absolute;
  top: 18%;
  right: 15%;
  animation: hero-thumb-animation 2s linear infinite alternate;
}
.banner-img .pattern-2 img {
  animation: rotateMe 10s linear infinite alternate;
}
.banner-img .pattern-3 {
  position: absolute;
  bottom: 4%;
  left: 9%;
  animation: hero-thumb-animation 2s linear infinite alternate;
}
.banner-img .pattern-4 {
  position: absolute;
  bottom: 37%;
  right: 4%;
  animation: wiggle 2s linear infinite alternate;
}

.box-subscriber {
  position: relative;
  max-width: 390px;
}
.box-subscriber .inner-subscriber {
  border-radius: 8px;
  display: flex;
  padding: 10px 10px 10px 20px;
  /* background: linear-gradient(var(--vexon-color-gray-800, #222F43), var(--vexon-color-gray-800, #222F43)) padding-box, linear-gradient(to right, rgb(14, 165, 234), rgb(11, 209, 209)) border-box; */
  border-radius: 8px;
  border: 1px solid transparent;
}
.box-subscriber .inner-subscriber form {
  width: 100%;
}
.box-subscriber .inner-subscriber .input-sybscriber {
  width: 100%;
  background-color: transparent;
  border: 0px;
  padding-left: 20px;
}
.box-subscriber .inner-subscriber .btn-arrow-right {
  min-width: 125px;
}
.box-subscriber .inner-subscriber .btn-arrow-right i {
  display: inline-block;
  vertical-align: middle;
}

.box-topics {
  border-radius: 8px;
  padding: 24px;
  border-width: 1px;
  border-style: solid;
}

.box-author {
  display: flex;
  align-items: center;
}
.box-author img {
  display: inline-block;
  margin-right: 10px;
  height: 48px !important;
  width: 48px !important;
  border-radius: 50% !important;
}
.box-author .author-info {
  width: 100%;
}

.readmore {
  position: relative;
  padding-top: 13px;
  padding-left: 15px;
}
.readmore * {
  z-index: 2;
  position: relative;
}
.readmore::before {
  content: "";
  position: absolute;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  background-color: var(--vexon-color-gray-900, #0F172A);
  z-index: 1;
}

.pagination {
  display: inline-block;
  width: 100%;
}

.pagination li {
  margin-right: 3px;
  display: inline-block;
}

.cat-sliders-sec {
  z-index: 9;
}

.list-tags-col-5 {
  display: flex;
  margin: 0px -10px;
  flex-wrap: wrap;
  justify-content: center;
}
.list-tags-col-5 li {
  flex: 0 0 auto;
  width: 20%;
  padding: 0px 10px;
  min-width: 150px;
  max-width: 180px;
}

.box-topics.box-topics-2 {
  padding: 0px 50px;
  position: relative;
  border: 0px;
  background-color: transparent;
}

.banner-home2 {
  padding-top: 80px;
}

.banner-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
}
.banner-1 img {
  border-radius: 16px;
}

.banner-2 {
  position: absolute;
  top: 160px;
  left: 0px;
  z-index: 2;
}
.banner-2 img {
  border-radius: 16px;
}

.banner-img.no-bg::before {
  display: none;
}
.banner-img.no-bg::after {
  display: none;
}

.banner-home3 {
  padding-bottom: 100px;
  position: relative;
}
.banner-home3 .container {
  z-index: 2;
  position: relative;
}
.banner-home3::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url(../imgs/page/homepage3/shadow-1.svg) no-repeat bottom right;
  z-index: 1;
}

.banner-home4 {
  padding-bottom: 85px;
}

.box-socials {
  display: inline-block;
  margin-top: 0px;
}
.box-socials a {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.2s;
}
.box-socials a span {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.box-socials a span.fb {
  background-image: url(../imgs/page/homepage3/fb.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.box-socials a span.inst {
  background-image: url(../imgs/page/homepage3/inst.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.box-socials a span.snap {
  background-image: url(../imgs/page/homepage3/snap.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.box-socials a span.tw {
  background-image: url(../imgs/page/homepage3/tw.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* .box-socials a:hover {
  background: var(--vexon-background-linear, linear-gradient(90deg, var(--vexon-color-gradient-1, rgb(14, 165, 234)), var(--vexon-color-gradient-2, rgb(11, 209, 209)) 51%, var(--vexon-color-gradient-1, rgb(14, 165, 234))) var(--x, 0)/200%);
  transition: all 0.2s;
} */

.footer .box-socials a {
  border-radius: 0px;
}

.box-banner-4 {
  display: flex;
  width: 100%;
  align-items: center;
}
.box-banner-4 .banner-image {
  max-width: 211px;
  min-width: 211px;
  margin-right: 35px;
}
.box-banner-4 .banner-image img {
  border-radius: 50%;
  width: 100%;
  box-shadow: var(--vexon-box-shadow-1, rgba(11, 209, 209, 0.2) 0px 3px 20px);
  border: 1px solid var(--vexon-primary, #4b1ab3);
  object-fit: cover;
  max-height: 211px;
}
.box-banner-4 .banner-image img:hover {
  box-shadow: var(--vexon-box-shadow-7, rgba(11, 209, 209, 0.3) 0px 3px 20px);
}
.box-banner-4 .banner-info {
  width: 100%;
}
.box-banner-4 .box-socials a {
  height: 32px;
  width: 32px;
}
.box-banner-4 .box-socials a span {
  height: 32px;
  width: 32px;
}
.box-banner-4 .box-socials a span.fb {
  background-size: auto 14px;
}
.box-banner-4 .box-socials a span.inst {
  background-size: auto 14px;
}
.box-banner-4 .box-socials a span.snap {
  background-size: auto 14px;
}
.box-banner-4 .box-socials a span.tw {
  background-size: auto 14px;
}
/* .box-banner-4 .box-socials a:hover {
  background: var(--vexon-background-linear, linear-gradient(90deg, var(--vexon-color-gradient-1, rgb(14, 165, 234)), var(--vexon-color-gradient-2, rgb(11, 209, 209)) 51%, var(--vexon-color-gradient-1, rgb(14, 165, 234))) var(--x, 0)/200%);
} */
.box-banner-4 .box-socials.admin-social a {
  line-height: 2;
}

.calendar-icon {
  background: url(../imgs/template/icons/calendar.svg) no-repeat left center;
  display: inline-block;
  padding-left: 23px;
  padding-top: 2px;
}

.link-brand-1 {
  color: var(--vexon-primary, #4b1ab3);
}
.link-brand-1:hover {
  color: var(--vexon-primary, #4b1ab3);
}

.list-logos {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.list-logos .item-logo {
  width: 20%;
}

.box-banner-4 {
  display: flex;
  width: 100%;
}

.box-map {
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
  display: inline-block;
}

iframe.google-map {
  width: 100%;
  height: 450px;
  border-radius: 16px;
}

.form-login {
  display: inline-block;
  max-width: 405px;
  width: 100%;
  border-radius: 16px;
  margin: auto;
  border-width: 1px;
  border-style: solid;
  padding: 30px;
}
.form-login .btn {
  width: 100%;
  height: 48px;
}

.box-form-login {
  text-align: center;
  position: relative;
}
.box-form-login::before {
  content: "";
  height: 312px;
  width: 329px;
  position: absolute;
  bottom: -50px;
  right: 0px;
  background: url(../imgs/page/login/security.svg) no-repeat bottom right;
}

.box-line {
  position: relative;
  margin: 30px auto;
  max-width: 375px;
}
.box-line::before {
  content: "";
  width: 90%;
  height: 1px;
  background-color: var(--vexon-color-gray-800, #222F43);
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  z-index: 1;
  margin: auto;
}
.box-line span {
  display: inline-block;
  position: relative;
  top: -4px;
  z-index: 2;
  padding: 5px 10px;
}

.box-login-gmail {
  border-radius: 16px;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  max-width: 405px;
  width: 100%;
  padding: 8px;
}

.btn-login-gmail {
  background: url(../imgs/page/login/gmail.svg) no-repeat left center;
  padding: 0px 0px 0px 30px;
}

.viewpass {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 30px;
  background-image: url(../imgs/page/login/view.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 65px;
  width: 50px;
  cursor: pointer;
}

.box-404 {
  max-width: 900px;
  margin: auto;
}
.box-404 .image-404 {
  max-width: 384px;
  margin-right: 40px;
}
.box-404 .info-404 {
  width: 100%;
}

.shadow-page-404 .container {
  position: relative;
  z-index: 2;
}
.shadow-page-404::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0px;
  background: url(../imgs/page/404/shadow-1.svg) no-repeat bottom 100% right 0px;
  z-index: -1;
}

.footer {
  position: relative;
  z-index: 2;
}

.box-features {
  padding: 70px 100px 20px 100px;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  z-index: 2;
}

.item-icon {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
}
.item-icon.icon-motion {
  background: url(../imgs/page/about/motion.svg) no-repeat center;
}
.item-icon.icon-ui {
  background: url(../imgs/page/about/ui.svg) no-repeat center;
}
.item-icon.icon-branding {
  background: url(../imgs/page/about/branding.svg) no-repeat center;
}
.item-icon.icon-product {
  background: url(../imgs/page/about/product.svg) no-repeat center;
}
.item-icon.icon-key {
  background: url(../imgs/page/about/key.svg) no-repeat center;
}
.item-icon.icon-social {
  background: url(../imgs/page/about/social.svg) no-repeat center;
}
.item-icon.item-icon img {
  position: absolute;
  left: 14px;
  top: 15px;
}
.item-icon.item-icon:before {
  position: absolute;
  left: 21px;
  top: 20px;
}

.list-checked {
  padding: 0px 0px 0px 20px;
}
.list-checked li {
  display: inline-block;
  padding: 3px 0px 3px 25px;
  margin: 0px 0px 15px 0px;
  background: url(../imgs/page/about/checked.svg) no-repeat left center;
}

.accordion-button {
  border: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}

.accordion-collapse {
  border-width: 0 0px;
  padding-right: 70px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button::after {
  background-image: url(../imgs/page/about/open.svg);
  height: 54px;
  width: 54px;
  background-size: auto;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../imgs/page/about/close.svg);
  height: 54px;
  width: 54px;
  background-size: auto;
}

.accordion-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.accordion-item:last-child {
  border-bottom: 0px;
}

.accordion-body {
  padding: 10px 0px 30px 0px;
}

.icon-media {
  display: inline-block;
  padding: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 17.5px;
  margin: 0px 10px;
  width: 20px;
}
.icon-media.icon-fb {
  background-image: url(../imgs/page/single/fb.svg);
}
.icon-media.icon-tw {
  background-image: url(../imgs/page/single/tw.svg);
}
.icon-media.icon-printest {
  background-image: url(../imgs/page/single/pi.svg);
}
.icon-media.icon-linkedin {
  background-image: url(../imgs/page/single/linkedin.svg);
}

.box-share {
  width: 100%;
  align-items: center;
  text-align: right;
}
@media screen and (max-width: 991.99px) {
  .box-share {
    text-align: start;
    margin-top: 20px;
  }
}

.box-quote {
  padding: 120px 100px 70px 100px;
  background-image: url(../imgs/page/single/left-quote.svg);
  background-repeat: no-repeat;
  background-position: top 50px center;
  border-radius: 16px;
  text-align: center;
  margin: 50px 0px;
}

.content-detail {
  padding-bottom: 50px;
  border-bottom-width: none;
  border-bottom-style: solid;
  margin-bottom: 50px;
  clear: both;
  overflow: hidden;
  border-bottom: none;
}
.content-detail iframe,
.content-detail figure,
.content-detail img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .gallery-left {
    width: 47%;
  }
  .gallery-right {
    width: 53%;
  }
}
.tags-social-area {
  margin-top: 30px;
  border-top: 1px solid var(--vtc-border-1);
  border-bottom: 1px solid var(--vtc-border-1);
  padding-top: 50px;
  padding-bottom: 50px;
}
.box-comments {
  margin-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.box-comments .comment-list,
.box-comments .children {
  list-style: none;
}

.list-comments-single {
  padding: 40px 0px 0px 0px;
}
.list-comments-single .item-comment {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}

.comment-left {
  max-width: 270px;
  width: 100%;
  padding-right: 20px;
}

.item-comment-sub {
  padding-left: 40px;
}
.item-comment-sub .comment-left {
  max-width: 230px;
}

.comment-right {
  width: 100%;
  overflow-x: hidden;
}

.text-comment {
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  border-radius: 16px;
}
.text-comment p:last-child {
  margin-bottom: 0;
}

.cb-agree {
  float: left;
  margin: 4px 5px 0px 0px;
}

.btn-number-arts {
  position: absolute;
  top: 0px;
  left: 110%;
  min-width: 120px;
  pointer-events: none;
}
.btn-number-arts:hover {
  --vexon-color-gray-700: #fff;
}

@media (max-width: 1550px) {
  .banner-hero.banner-2 .block-2 {
    right: -10px;
  }
  .header .main-header .header-left .header-shop .icon-list {
    padding: 0px 18px 0px 18px;
    width: 25px;
    height: 25px;
  }
  .header-shop a span {
    display: none;
  }
  .header .main-header .header-left .header-shop {
    width: 16%;
  }
}
@media (max-width: 1399.98px) {
  .block-samsung {
    padding: 25px 100px 25px 35px;
    background-size: auto 170px;
  }
  .block-drone {
    padding: 25px 120px 25px 35px;
    background-size: auto 130px;
  }
  .block-iphone {
    background-size: auto 110px;
  }
  .image-gallery .font-33 {
    font-size: 20px;
    line-height: 27px;
  }
  .image-gallery .font-32 {
    font-size: 25px;
    line-height: 32px;
  }
  .bg-metaverse {
    background-size: auto 75%;
  }
  .list-col-5 li {
    padding: 0px 4px;
  }
  .item-list .font-lg-bold {
    font-size: 16px;
    line-height: 24px;
  }
  .card-grid-style-4 .card-grid-inner .info-right {
    width: 60%;
  }
  .card-grid-style-4 .card-grid-inner .image-box {
    width: 40%;
  }
  .banner-homepage3 {
    padding-left: 65px;
  }
  .display-list .card-grid-style-3 .card-grid-inner .image-box {
    min-width: 210px;
    max-width: 210px;
  }
  .box-info-vendor .vendor-contact {
    position: relative;
    top: -40px;
    width: 100%;
  }
  .box-info-vendor {
    flex-wrap: wrap;
  }
  .box-info-vendor .info-vendor {
    width: 70%;
  }
  .border-vendor {
    margin-top: -40px !important;
  }
}
@media (max-width: 1199.98px) {
  .burger-icon {
    display: inline-block;
  }
  .topbar .container-topbar .menu-topbar-right {
    text-align: center;
    width: 100%;
  }
  .list-products-5 .card-grid-style-3 {
    width: 33.333%;
  }
  .list-products-5.list-products-3 .card-grid-style-3 {
    width: 33.333%;
  }
  .header .main-header .header-left .header-shop {
    width: 35%;
    padding-right: 35px;
    min-width: 189px;
  }
  .header .main-header .header-left .header-nav {
    width: 0%;
  }
  .header .main-header .header-left .header-search {
    width: 65%;
  }
  .box-count.box-count-square .deals-countdown {
    padding: 4px 0px;
  }
  .block-iphone {
    background-size: auto 150px;
  }
  .list-9-col li {
    width: 16.66%;
  }
  .top-deals .box-top-deals .top-deals-right,
  .top-deals .box-top-deals .top-deals-left {
    width: 100%;
  }
  .top-deals .card-grid-inner .image-box {
    height: auto;
    line-height: 100%;
  }
  .bg-headphone {
    padding-bottom: 30px;
  }
  .font-xl {
    font-size: 20px;
    line-height: 26px;
  }
  .font-33 {
    font-size: 25px;
  }
  .font-32 {
    font-size: 24px;
  }
  .box-wishlist {
    max-width: 100%;
  }
  .btn.btn-arrow-2 {
    background-position: top 3px right 0px;
    padding: 0px 20px 0px 0px;
    font-size: 14px;
    line-height: 16px;
    background-size: 14px;
  }
  .info-blog .btn.btn-arrow-2 {
    padding: 0px 18px 0px 0px;
    font-size: 12px !important;
    line-height: 16px !important;
    background-size: 12px;
  }
  .gallery-image .image-left {
    min-width: 99px;
    max-width: 99px;
    padding-right: 10px;
  }
  .pl-mb-0 {
    padding-left: 0px !important;
  }
  .list-services li {
    width: 100%;
  }
  .box-form-login::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header .burger-icon {
    display: block;
  }
  main {
    margin-top: 0px;
  }
  .header .main-header .header-nav {
    width: 0%;
  }
  .footer .width-20 {
    width: 50%;
  }
  .footer .width-16 {
    width: 50%;
  }
  .list-products-5 .card-grid-style-3 {
    width: 50%;
  }
  .topbar {
    display: none;
  }
  .header .main-header .header-left .header-shop {
    padding-top: 5px;
  }
  .btn.btn-open {
    background-position: center 15px;
    height: 50px;
    position: absolute;
    background-color: transparent;
  }
  .sidebar-left {
    height: auto;
    min-height: 54px;
    top: 0px;
    border: 0;
    background-color: transparent;
  }
  .sidebar-left .menu-texts {
    border-top: 0;
  }
  .sidebar-left .menu-texts li a .img-link {
    border: 0;
  }
  .sidebar-left .menu-texts li.submenu-open .sub-menu {
    border-top: 1px solid var(--vexon-color-border-1, #D5DFE4);
  }
  .banner {
    padding-top: 0px;
  }
  .banner-hero.banner-1 .banner-big {
    margin-bottom: 25px;
  }
  .list-products-5.list-products-3 .card-grid-style-3 {
    width: 50%;
  }
  .list-col-5 li {
    width: 50%;
    height: 110px;
    margin-bottom: 15px;
  }
  .bg-metaverse {
    padding: 20px 15px 0px 15px;
  }
  .bg-controller {
    background-position: center left 10px;
    background-size: auto 65%;
  }
  .banner-img-left {
    padding: 20px 20px 0px 170px;
    height: 225px;
  }
  .footer .width-25 {
    width: 100%;
  }
  .footer .width-23 {
    width: 50%;
  }
  .menu-texts {
    top: 53px;
  }
  .box-all-hurry {
    bottom: -10px;
    text-align: center;
  }
  .banner-ads::before {
    width: 200px;
  }
  .banner-ads::after {
    width: 150px;
  }
  .bg-headphone {
    background-size: auto 95%;
  }
  .menu-texts {
    display: none;
  }
  .dropdown .menu-texts {
    display: block;
  }
  .nav-tabs {
    text-align: center;
  }
  .gallery-image {
    margin-bottom: 40px;
  }
  .single-product-3 {
    margin-bottom: 20px;
  }
  .content-wishlist .item-wishlist {
    flex-wrap: wrap;
  }
  .item-wishlist .wishlist-cb {
    width: 8%;
  }
  .item-wishlist .wishlist-product {
    width: 92%;
  }
  .item-wishlist .wishlist-price {
    width: 20%;
    margin-top: 15px;
  }
  .item-wishlist .wishlist-status {
    width: 27%;
    margin-top: 15px;
  }
  .item-wishlist .wishlist-action {
    width: 35%;
    margin-top: 15px;
  }
  .item-wishlist .wishlist-remove {
    width: 18%;
    margin-top: 15px;
  }
  .head-wishlist .item-wishlist .wishlist-price,
  .head-wishlist .item-wishlist .wishlist-status,
  .head-wishlist .item-wishlist .wishlist-action,
  .head-wishlist .item-wishlist .wishlist-remove {
    display: none;
  }
  .product-wishlist .product-info {
    padding-right: 0px;
  }
  .box-bought-together {
    flex-wrap: wrap;
  }
  .box-bought-together .box-product-bought .product-bought {
    min-width: auto;
    max-width: none;
    margin-bottom: 30px;
    padding: 10px 0px;
  }
  .box-bought-together .price-bought {
    padding-left: 0px;
  }
  .box-banner-vendor {
    flex-wrap: wrap;
  }
  .box-banner-vendor .vendor-left {
    width: 100%;
  }
  .box-banner-vendor .vendor-right {
    width: 100%;
    max-width: 100%;
  }
  .border-vendor {
    margin-top: 30px !important;
  }
  .list-orders .item-orders {
    flex-wrap: wrap;
  }
  .list-orders .item-orders .info-orders {
    width: 75%;
    padding-right: 0px;
  }
  .list-orders .item-orders .image-orders {
    min-width: auto;
    max-width: none;
    width: 25%;
  }
  .list-orders .item-orders .quantity-orders {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .list-orders .item-orders .price-orders {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .box-orders .head-orders {
    display: inline-block;
  }
  .box-orders .head-orders .head-right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  .list-orders .item-orders .quantity-orders {
    width: 50%;
  }
  .list-orders .item-orders .price-orders {
    width: 50%;
    text-align: right;
    min-width: auto;
    max-width: none;
  }
  .nav-tabs-account {
    text-align: left;
  }
  .list-services {
    margin-bottom: 30px;
  }
  .list-services li {
    width: 50%;
  }
  .footer-bottom .box-socials {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .header.sticky-bar.stick ~ .mobile-header-wrapper-style {
    padding-top: 0px;
  }
  .footer .width-20 {
    width: 100%;
  }
  .footer .width-16 {
    width: 100%;
  }
  .footer .width-23 {
    width: 100%;
  }
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    max-width: 140px;
  }
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 30px;
  }
  .nav.nav-right {
    margin-top: 30px;
  }
  .list-products-5.list-products-3 .hurry-up {
    width: 100%;
  }
  .list-products-5.list-products-3 .hurry-up .card-grid-inner {
    height: auto;
  }
  .image-gallery {
    margin-bottom: 0px;
  }
  .image-gallery .image-big {
    width: 100%;
    margin-bottom: 25px;
  }
  .image-gallery .image-small {
    width: 100%;
    margin-bottom: 25px;
  }
  h1 {
    font-size: 44px;
    line-height: 63px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .box-newsletter {
    padding-bottom: 110px;
  }
  .box-promotions {
    height: auto;
    max-height: 515px;
  }
  .banner-hero.banner-1 .banner-big.banner-big-3 {
    background-position: center top;
  }
  .font-68 {
    font-size: 40px;
    line-height: 42px;
  }
  .list-9-col li {
    width: 25%;
  }
  .card-grid-style-2 .image-box {
    min-width: 110px;
    max-width: 110px;
    padding-right: 10px;
  }
  .nav-tabs li a h4 {
    font-size: 20px;
  }
  .border-1-right {
    margin-right: 15px;
  }
  .border-1-right::before {
    display: none;
  }
  .dropdown .sidebar-left .menu-texts {
    display: block;
  }
  .dropdown .sidebar-left .menu-texts.menu-close {
    min-width: 320px;
  }
  .box-info-vendor .avarta .btn-buy {
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    font-size: 10px !important;
    line-height: 14px !important;
  }
  .box-info-vendor .avarta {
    max-width: 115px;
    padding: 15px 5px 10px 5px;
    top: -40px;
    width: 35%;
  }
  .box-info-vendor .info-vendor {
    width: 65%;
  }
  .box-info-vendor .info-vendor {
    padding: 0px 0px 0px 20px;
  }
  .box-info-vendor .info-vendor h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .box-info-vendor .info-vendor .mr-20 {
    margin-right: 0px;
  }
  .box-info-vendor {
    padding: 5px 5px;
  }
  .box-info-vendor .vendor-contact {
    top: -20px;
  }
  .location,
  .phone {
    font-size: 14px;
    line-height: 22px;
  }
  .form-tracking .box-button {
    min-width: 120px;
    max-width: 120px;
  }
  .form-tracking .btn-buy {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-orders .head-orders .head-left {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .box-orders .head-orders .head-left h5 {
    width: 100%;
    margin-right: 0px !important;
    margin-bottom: 15px;
  }
  .list-notifications .item-notification .button-notification {
    min-width: 110px;
    max-width: 110px;
    text-align: center;
  }
  .list-notifications .item-notification .button-notification .btn-buy {
    padding: 7px 10px;
  }
  .list-notifications .item-notification .info-notification {
    padding-left: 10px;
    padding-right: 10px;
  }
  .list-notifications .item-notification .info-notification h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .list-notifications .item-notification .info-notification .font-md {
    font-size: 12px;
    line-height: 14px;
  }
  .box-account-template {
    padding-top: 35px;
  }
  .nav-tabs-account li a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .card-list-posts .card-image {
    width: 160px;
    min-width: 160px;
  }
  .footer-1 {
    padding: 80px 0px 20px 0px;
  }
  .box-quote {
    padding-left: 20px;
    padding-right: 20px;
  }
  .list-comments-single .item-comment {
    flex-wrap: wrap;
  }
  .comment-left {
    width: 100%;
  }
  .box-share {
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  .header {
    padding: 15px 0;
  }
  .banner-1,
  .banner-2 {
    position: relative;
  }
  .banner-2.shape-2 {
    animation: none;
    top: 0;
  }
  .header-container {
    padding: 5px 0 0px 0;
  }
  .header-container.stick {
    padding: 5px 0 0px 0px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next-style-2,
  .swiper-button-prev-style-2 {
    display: block;
  }
  .header .main-header .header-left .header-shop {
    min-width: 189px;
  }
  .header .main-header .header-left .header-search {
    display: none;
  }
  .header .container {
    max-width: 100%;
  }
  .header .main-header .header-left .header-logo {
    max-width: 100%;
  }
  .header .main-header .header-left .header-shop {
    width: 55%;
  }
  .list-products-5.list-products-3 .card-grid-style-3 {
    width: 100%;
  }
  h1 {
    font-size: 34px;
    line-height: 53px;
  }
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .sidebar-left {
    top: -2px;
  }
  .box-newsletter {
    padding-bottom: 150px;
  }
  .banner-hero.banner-1 .banner-big.banner-big-2 {
    padding: 100px 40px 55px 40px;
  }
  .nav-tabs.pr-100 {
    padding-right: 0px !important;
  }
  .product-wishlist .product-image {
    min-width: 90px;
    max-width: 90px;
    padding: 1px;
    margin-right: 10px;
  }
  .product-wishlist .product-info h5 {
    font-size: 15px;
    line-height: 20px;
  }
  .listCheckout .product-wishlist .product-info h5 {
    font-size: 12px;
    line-height: 16px;
  }
  .mb-mobile {
    margin-bottom: 15px;
  }
  .list-services li {
    width: 100%;
  }
  .box-images-logo img {
    max-height: 16px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .banner-img::after {
    display: none;
  }
  .header .main-header .header-right {
    padding-right: 25px;
  }
  .swiper-button-prev-style-1,
  .swiper-button-next-style-1 {
    display: block;
  }
}
@media (max-width: 499.98px) {
  .banner-home3 .banner-img {
    margin-top: 80px;
  }
  .box-banner-4 {
    display: block;
  }
  .box-banner-4 .banner-image {
    margin-bottom: 30px;
  }
  .box-features {
    padding: 50px 50px 20px 50px;
  }
  .form-search {
    right: 0;
  }
  .list-col-5 li {
    width: 100%;
    height: auto;
  }
  .banner-2 {
    padding: 20px 15px;
  }
  .font-33 {
    font-size: 20px;
    line-height: 23px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 20px;
  }
  .bg-phone {
    background-color: #DDD3FA;
    padding: 30px 30px 30px 30px;
  }
  .nav-tabs li {
    padding: 0px 0px 0px 0px;
  }
  .nav-tabs-product li {
    padding: 5px 0px 5px 0px;
    width: 100%;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
  }
  .nav-tabs li a {
    padding: 0px 5px;
    font-size: 12px;
    line-height: 20px;
  }
  h3 {
    font-size: 22px;
    line-height: 31px;
  }
  .font-base {
    font-size: var(--vexon-font-sm, 14px);
    line-height: 18px;
  }
  .box-count.box-count-square .deals-countdown .countdown-section {
    margin: 0px 4px;
  }
  .box-count.box-count-square .deals-countdown .countdown-section::before {
    right: -6px;
  }
  .box-count .deals-countdown {
    padding-left: 0px;
    padding-right: 0px;
  }
  .card-grid-style-2 .image-box {
    min-width: 95px;
    max-width: 95px;
    padding-right: 10px;
  }
  .list-brands {
    padding: 10px 5px;
  }
  h1 {
    font-size: 29px;
    line-height: 45px;
  }
  .banner-hero.banner-1 .banner-big {
    padding: 60px 20px 25px 20px;
    background-position: center bottom;
  }
  .box-newsletter {
    padding-bottom: 190px;
  }
  .block-drone,
  .block-samsung {
    padding-right: 35px;
  }
  .header-bottom .dropdown-right {
    width: 0%;
    overflow: hidden;
    padding: 0px;
  }
  .btn.btn-category {
    padding: 10px 20px 10px 35px;
    min-width: 33px;
    width: 33px;
  }
  .banner-ads::before {
    width: 150px;
  }
  .banner-ads::after {
    width: 100px;
  }
  .font-46 {
    font-size: 35px;
    line-height: 49px;
  }
  .banner-hero.banner-1 .banner-small {
    padding: 10px;
  }
  .list-9-col li {
    width: 33.33%;
  }
  .dropdown .sidebar-left {
    min-width: 58px;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    width: 58px;
  }
  .dropdown .sidebar-left .menu-texts {
    display: block;
  }
  .dropdown .sidebar-left .menu-texts.menu-close {
    min-width: auto;
  }
  .dropdown .sidebar-left .menu-texts.menu-close li a .text-link {
    display: none;
  }
  .dropdown .sidebar-left .menu-texts.menu-close li .sub-menu {
    bottom: -6px;
    top: -6px;
  }
  .list-products-5 .card-grid-style-3 {
    width: 100%;
  }
  .box-bought-together .box-product-bought .product-bought {
    padding: 5px;
    margin-right: 30px;
  }
  .box-bought-together .box-product-bought .product-bought::before {
    left: -39px;
  }
  .gallery-image .image-left {
    min-width: 69px;
    max-width: 69px;
    width: 25%;
    padding-right: 10px;
  }
  .slider-nav-thumbnails {
    width: 75px;
  }
  .galleries {
    padding-left: 90px;
  }
  .list-orders .item-orders .image-orders {
    min-width: auto;
    max-width: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .list-orders .item-orders .info-orders {
    width: 100%;
    padding-left: 0px;
  }
  .list-orders .item-orders .info-orders h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .list-orders .item-orders .quantity-orders {
    margin-top: 10px;
  }
  .list-orders .item-orders .price-orders {
    margin-top: 10px;
  }
  .list-notifications .item-notification {
    flex-wrap: wrap;
  }
  .list-notifications .item-notification .image-notification {
    min-width: auto;
    max-width: none;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .list-notifications .item-notification .info-notification {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .nav-tabs-account li a {
    font-size: 14px;
    line-height: 20px;
  }
  .card-list-posts {
    flex-wrap: wrap;
  }
  .banner-img::before {
    display: none;
  }
  .card-list-posts .card-image {
    width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 449.98px) {
  .box-quantity {
    flex-wrap: wrap;
  }
  .button-buy {
    margin-top: 20px;
    width: 100%;
  }
  .item-wishlist .wishlist-price {
    width: 50%;
  }
  .item-wishlist .wishlist-status {
    width: 50%;
  }
  .item-wishlist .wishlist-action {
    width: 50%;
  }
  .item-wishlist .wishlist-remove {
    width: 50%;
  }
  .listCheckout .item-wishlist .wishlist-status {
    width: 20%;
  }
  .listCheckout .item-wishlist .wishlist-price {
    width: 30%;
  }
  .listCheckout .product-wishlist .product-image {
    min-width: 60px;
    max-width: 60px;
  }
  .listCheckout .item-wishlist {
    padding: 7px;
  }
  .box-border {
    padding: 10px;
  }
  .slider-nav-thumbnails {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .galleries {
    padding-left: 0px;
  }
  .slider-nav-thumbnails .slick-slide {
    padding: 0px 5px;
  }
  .slider-nav-thumbnails .slick-slide .item-thumb {
    margin-top: 15px;
  }
  .slider-nav-thumbnails .slick-slide .item-thumb {
    height: auto;
    line-height: 100%;
    padding: 5px;
  }
  .product-image-slider.slick-slider .slick-track figure {
    height: auto;
    padding: 20px 0px;
  }
  .box-orders .head-orders .head-left .font-md {
    margin-bottom: 10px;
    margin-right: 0px !important;
    display: inline-block;
    width: 100%;
  }
  .nav-tabs-account li {
    width: 100%;
    border: 1px solid var(--vexon-color-gray-100, #D8E6FB);
    margin-bottom: 10px;
    text-align: center;
  }
  .nav-tabs-account li a {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .nav-tabs-account li a {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .pagination li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .list-posts .item-post .image-post {
    margin-right: 10px;
    min-width: 54px;
    max-width: 54px;
  }
  .list-posts .item-post .image-post img {
    height: 54px;
    width: 54px;
  }
}
@media (max-width: 349.98px) {
  .list-9-col li {
    width: 50%;
  }
  .box-quantity {
    flex-wrap: wrap;
  }
  .box-bought-together .box-product-bought {
    flex-wrap: wrap;
  }
  .box-bought-together .box-product-bought .product-bought {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .box-bought-together .box-product-bought .product-bought::before {
    content: "";
    top: -50px;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-top: 0px;
  }
  .btn.arrow-next {
    background-position: right 12px center;
    padding-right: 35px;
  }
  .arrow-back-1 {
    padding: 7px 0px 9px 15px;
    background-size: 12px;
  }
  .readmore {
    padding-left: 15px;
  }
  .box-author img {
    margin-right: 10px;
    height: 32px;
    width: 32px !important;
  }
}
@media (min-width: 1400px) {
  .container.wide {
    max-width: 1544px;
  }
}
/*OTHER SCREEN*/
@media screen and (max-width: 1025px) {
  .icon-list span:first-child {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header {
    --wp-admin--admin-bar--height: 0px ;
  }
}
.posts-loading .skeleton-card {
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  animation: skeleton-loading 1s linear infinite alternate;
  background-image: url("../imgs/skeleton/grig-view-lg.png");
}
.posts-loading .skeleton-card.card-list-posts-small {
  background-image: url("../imgs/skeleton/list-view2.png");
}
.posts-loading .skeleton-card.card-list-posts {
  background-image: url("../imgs/skeleton/list-view2.png");
}
.posts-loading .skeleton-card.card-style-1, .posts-loading .skeleton-card.card-blog-1, .posts-loading .skeleton-card.card-blog-1.card-blog-2 {
  background-image: url("../imgs/skeleton/grig-view-lg.png");
  background-size: cover;
}

.posts-loading .skeleton-card > *,
.posts-loading .card-list-posts > * {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.posts-loading .card-list-posts {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
.page-content p {
  margin-bottom: 15px;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}    
.list-comments .item-comment { 
border-left: 0;
border-right: 0;
border-top: 0;
}

/*Unit test css  */
.wp-block-cover__inner-container p.has-text-align-center.has-large-font-size {
  color: #ffffff;
}
.wp-block-file *+.wp-block-file__button {
  margin-left: .75em;
  padding: 5px;
}
.is-style-squared .wp-block-button__link {
  border-radius:6px;
}
.wp-block-query-pagination-numbers{
display:flex;
gap: 3px;
}

h1,h2,h3,h4,h5,h6{
color:var(--vexon-headings-color, #0a0d12);
}
.comment-box {
  background-color: var(--vtc-bg-common-1);
  border-radius: 8px;
  padding: 24px;
  margin-top: 30px;
}
.comment-box .top-area {
  display: flex
;
  align-items: center;
  justify-content: space-between;
}
.comment-box .top-area .author-area {
  display: flex
;
  align-items: center;
}



.post-card:hover {
  transform: translateY(-5px);
}

/* Image styling */
.post-card-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 9px 9px 0 0;
  position: relative;
}
.post-card{
  border-radius: 9px;
}

.post-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Post content */
.post-card-content {
  padding: 16px;
}

/* Excerpt */
.post-excerpt {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

/* Post meta */
.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #777;
}

/* Date and Time */
.date-time {
  display: flex;
  align-items: center;
  gap: 5px;
}


.post-category a{
color:var(--vexon-headings-color, #0a0d12);
}
.post-category a:hover{
color: var(--vexon-primary, #4b1ab3) !important;
}

.btn {
  display: inline-block;
  border-radius: 999px;
  border: none;
  color: var(--vexon-white);
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-fs16);
  padding: 18px 22px;
  transition: all 0.4s;
  position: relative;
  z-index: 3;
  overflow: hidden;
 background-color:var(--vexon-primary);
}
.btn:hover {
  color: var(--vexon-white);
}

p{
color:var(--vexon-body-color, #6b7280);
}

.header-area1 .search-open-btn {
  border: none;
  font-size: 20px;
  background: none;
  margin-right: 36px;
  position: relative;
  color: var(--vexon-black);
  padding-top: 2px;
}
.header-area1 .search-open-btn:hover{
color: var(--vexon-black);
}
.header-area2 .search-open-btn {
  border: none;
  font-size: 20px;
  background: none;
  margin-right: 36px;
  position: relative;
  color: var(--vexon-white);
}
.header-area2 .search-open-btn:hover{
color: var(--vexon-white);
}
.search-open-btn::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 4px;
  height: 20px;
  width: 1px;
  background-color: #d8dade;

}
@media (min-width: 1400px) {
  .container{
      max-width: 1320px !important;
  }
}
.wp-block-search__input {
  background-color: #f3f4f6;
  border: none;
padding: 16px;
  border-radius: 8px;
}
.post-card a:hover h3{
color: var(--vexon-primary, #4b1ab3) !important;
}
.border-up{
color:#d3d5d9;
}
.footer-bottom p.text-base{
color:var(--vexon-headings-color, #0a0d12) !important;
}
.footer-bottom a{
color:var(--vexon-headings-color, #0a0d12) !important;
}
.footer-bottom a:hover{
color: var(--vexon-primary, #4b1ab3) !important;
}
.card-blog-1 {
  border: 1px solid #d8dade; 
}
.box-sidebar {
border: 1px solid #d8dade; 
}
.btn-tag {
  display: inline-block;
  border-radius: 999px;
  border: none;
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-fs16);
  padding: 18px 22px;
  transition: all 0.4s;
  position: relative;
  z-index: 3;
  overflow: hidden;
 background-color:#f3f4f6;
}
.btn-tag:hover {
  color: var(--vexon-white);
background-color:var(--vexon-primary);
}

.box-sidebar {
  border: none;
}
.box-sidebar {
  padding: 32px 24px;
  border-radius: 8px;
}

.box-sidebar {
  background-color: var(--vexon-bg-common ,#f3f4f6);
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image img {
  height: 82px;
  width: 82px;
  object-fit: cover;
  border-radius: 10%;
}
.header .main-menu li a {
  font-weight: 500;
  color: var(--vexon-menu-color);
}
.header .main-menu li.has-children > a::after {
 font-family: "Font Awesome 6 Pro" !important;
  content: "\f107";
  font-style: normal;
  font-weight: 900 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  font-size: 15px;
  opacity: 1;
  margin-left: 0px;
  position: relative;
  top: 2px;
}

.hero1 .hero1-bg .main-heading1 .form-area {
  position: relative;
  margin-top: 30px;
  margin-right: 130px;
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.hero1 .hero1-bg .main-heading1 .form-area input {
  border: none;
  border-radius: 999px;
  padding: 20px;
  width: 100%;
}
.hero1 .hero1-bg .main-heading1 .form-area .button {
  position: absolute;
  bottom: 6px;
  right: 7px;
}
.box-subscriber .inner-subscriber {
  background: var(--vexon-white);
  border-radius: 44px;
  border: none;
  padding: 5px 5px 5px 10px;

}
.box-subscriber{
max-width: 100%;
}
.bg-cover {
  background-size: cover;
  background-position: center center;
}
.hero-2-title{
color:#fff;
}
.hero2 .images-all {
  height: 350px;
  position: relative;
  text-align: end;
}
.hero2 .images-all .image1 {
  position: relative;
  z-index: 3;
  top: 30px;
  border-radius: 16px;
  overflow: hidden;
  display: inline-block;
}
.hero2 .images-all .shape {
  position: absolute;
  right: -90px;
  top: -30px;
  z-index: 0;
}
.animate2 {
  position: relative;
  animation-name: animate2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@keyframes animate2 {
0% {
    transform: translateY(0px);
}

100% {
    transform: translateY(20px);
}
}
.hero3{
min-height: 800px;
}
.hero3 .main-heading3 {
  padding-top: 150px;
}
.footer-bottom p.text-base {
  margin-bottom: 0;
}

.mt-16, .my-16 {
  margin-top: 16px;
}
.hero3 p{
margin-bottom:0;
}
.hero4 {
  min-height: 880px;
}
.mt-190 {
  margin-top: 190px;
}
.hero4 .main-heading4 .sub-title {
  color: var(--vexon-white);
  font-size: var(--f-fs-font-fs24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs24);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hero4 p img, svg {
  vertical-align: middle;
}
.hero4 .main-heading4 .sub-title img {
  width: 24px;
  margin-right: 4px;
  transform: translateY(-3px);
}
.hero4 .main-heading4 h1 {
  color: var(--vexon-white);
  font-size: var(--f-fs-font-fs64);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs80);
}
.hero4 .image-shape a.text {
  background-color: var(--vexon-white);
  display: inline-block;
  color: #070a1d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 8px;
  bottom: 10px;
}
.hero2 {
  min-height: 650px;
  margin: 24px 40px 0px 40px;
  border-radius: 16px;
  display: flex
;
  align-items: center;
}
.hero2 .main-heading2 h1 {
  color: var(--vexon-white, #fff);
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
.hero-mail .inner-subscriber {
  background: var(--vexon-white);
  border-radius: 8px;
  border: none;
  padding: 5px 5px 5px 10px;
}
.hero-mail .btn{
border-radius: 8px
}
input::placeholder {
  color: #000000; 
  font-size: 18px;
}
input{
color:#000000;
font-size: 18px;
}
.hero1-bg {
  padding: 40px;
  border-radius: 8px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.inner-main-heading {
  padding-top: 60px;
  text-align: center;
}
.inner-main-heading .page-prog {
  display: flex
;
  align-items: center;
  justify-content: center;
}
.login-form {
  background-color: var(--vexon-white);
  padding: 50px;
  border-radius: 4px;
  margin-top: 100px;
}
.inner-main-heading .page-prog span {
  margin: 0px 8px;
  display: inline-block;
}

.inner-main-heading .page-prog a, .inner-main-heading .page-prog p, .inner-main-heading .page-prog span {
  display: inline-block;
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs16);
}
.page-prog p{
margin-bottom:0px;
}
.inner-main-heading .page-prog p.bold {
  font-weight: var(--f-fw-bold);
}
.login-form h3 {
  color: var(--Home-Page-1-Text-Color, #0A0D12);
  font-size: var(--f-fs-font-fs40);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-fs40);
}
.mbr-2 {
  margin-bottom: .5rem !important;
}
.mtr-5 {
  margin-top: 3rem !important;
}
.mbr-5{
margin-bottom:3rem !important;
}
.login-form p {
  color: #6b7280;
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs28);
  margin-top: 10px;
}
.login-form .theme-btn1 {
  width: 100%;
}
.theme-btn1::after {
transition: all 0.4s;
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  background-color: var(--vexon-black);
  z-index: -1;
  border-radius: 999px;
}
.theme-btn1:hover::after {
  width: 100%;
  transition: all 0.4s ease-in-out;
  left: 0;
  right: auto;
}

.wp-block-latest-posts__post-author { display: none; }
.wp-block-latest-posts__post-date { position: relative; display: flex;
}
.wp-block-latest-posts__post-date:before {
content: '';
display: inline-block;
margin-right: 5px;
background: url(../imgs/page/date1.svg) no-repeat bottom right;
/* background-repeat: no-repeat; */
background-size: 16px;
/* background-position: left center; */
width: 16px;
height: 16px;
margin-top: -1px;
}
.form-search {
  padding: 70px;
  padding-top: 70px;
  padding-bottom: 100px;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
border-radius:0px;
background-color: rgba(0, 0, 0, 0.9);
}
.form-search .form-control {
  height: 46px;
  background-color: transparent;
  border-color: var(--vexon-color-gray-800, #222F43);
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px 10px 20px;
  border-top: none;
  border-right: none !important;
  border-left: none;
  border-radius: 0;
  padding-left:0;
}
.form-search .btn-search-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  border: 0px;
text-indent: -999999px;
background-position: right center;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 999;
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #03256c;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg.progress-circle path {
  stroke: #03256c;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}
.search__top {
  margin-bottom: 80px;
}
.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
  border: none;
  background: none;
}
.form-search .form-control {
  height: 46px;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  font-size: 24px;
  line-height: 1;
  padding: 10px 15px 10px 20px;
  border-top: none;
  border-right: none !important;
  border-left: none;
  border-radius: 0;
  padding-left: 0;
  color: #ffffff;
}
.form-search .form-control::placeholder {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.3);
}
.form-search .form-control:focus {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.box-tags .text {
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs24);
}
.box-share h6{
color: var(--vexon-black);
  font-size: var(--f-fs-font-fs24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs24);
}
a.icon-media {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 1.6;
  border-radius: 50%;
  border: 1px solid #6b7280;
  font-size:16px;
  color: #6b7280;
  margin: 0px 2px;
  transition: all 0.4s;
  margin: 0px 5px;
}
a.icon-media:hover {
  transition: all 0.4s;
  background-color: var(--vexon-primary);
  border: 1px solid var(--vexon-primary);
  color: var(--vexon-white);
}
.blog-page3-single-box {
  border: none;
  border-radius: 9px;
  transition: all 0.4s;
}
.blog-page3-single-box .heading1 {
  padding: 16px 0;
}
.blog-page3-single-box .heading1 .social-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.blog-page3-single-box .heading1 .author-area {
  display: flex
;
  align-items: center;
  padding-top: 16px;
}
.blog-page3-single-box .heading1 .author-area .author {
  display: flex
;
  align-items: center;
}
.blog-page3-single-box .heading1 .author-area .date {
  padding-left: 40px;
  position: relative;
}
.blog-page3-single-box .heading1 .author-area .date a {
  display: inline-block;
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs16);
margin-top: 1px;
}
.blog-page3-single-box .heading1 .author-area .date::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 16px;
  height: 16px;
  width: 1px;
background-color: #d8dade;
}

.blog-page3-single-box .heading1 .social-area a.time {
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs16);
}
.blog-page3-single-box .heading1 .author-area .author .author-text {
  display: inline-block;
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs16);
  padding-left: 4px;
}
.blog-page3-single-box .heading1 .author-area .author .author-tumb {
  height: 28px;
  width: 28px;
}
.blog-page3-single-box .heading1 .author-area .author .author-tumb img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.blog-page3-single-box .heading1 .author-area .date a img {
  transform: translateY(2px);
}
.blog-page3-single-box .heading1 .social-area a.time img {
  transform: translateY(3px);
}
.mt-08{
margin-top:9px;
}
.heading1 p {
  color: var(--vexon-body-color, #6b7280);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs26);
}
.content-detail {
font-size: 16px;
line-height: 1.56;
}
.single .box-sidebar {
  background-color: var(--vtc-bg-common-1 ,#f3f4f6);
}
.single .box-sidebar .wp-block-search__input {
background-color: var(--vexon-white);
}
.wp-block-quote {
  border-left:none;
  margin: 0 0 1.75em;
  padding-left:0;
  background-color: var(--vexon-primary);
  padding: 24px;
  border-radius: 8px;
  margin-top: 40px;
}
.wp-block-quote p{
  color: var(--vexon-white);
  font-size: var(--f-fs-font-fs24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs32);
  text-transform: capitalize;
}
.wp-block-quote span{
  color: var(--vexon-white);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16);
  padding-top: 20px;
}
.comment-box .image img{
border-radius:50%;
}
.comment-box h4 a{
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs28);
  transition: all 0.4s;
}
.comment-box h4 a:hover{
color: var(--vexon-primary);
}
.comment-box .comment-reply-link{
color: var(--vexon-black);
font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs16);
}
.comment-box .comment-reply-link:hover{
color: var(--vexon-primary);
}

#comments .text-heading-4 {
  color: var(--vexon-headings-color, #0a0d12);
  font-size: var(--f-fs-font-fs32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs32);
  text-transform: capitalize;
}
.tag-share{
    padding: 25px 0px;
  margin-top: 30px;
  border-top: 1px solid #d3d5d9;
  border-bottom: 1px solid #d3d5d9;
}
.content-detail {
  padding-bottom: 0px;
  margin-bottom: 0;
  border-bottom: none;
}
.nav-previous a{
color: var(--vexon-black);
}
.nav-previous a:hover{
color: var(--vexon-primary);
}
.nav-next a{
color: var(--vexon-black);
}
.nav-next a:hover{
color: var(--vexon-primary);
}
p.logged-in-as{
color: var(--vexon-body-color, #6b7280);}
textarea::placeholder {
  color: var(--vexon-body-color) !important ;
opacity:1 !important;
font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs26);
}
.inner-hero {
  min-height: 350px;
  display: flex
;
  align-items: center;
}
.inner-hero .main-heading {
  padding-top: 60px;
  text-align: center;
}
.inner-hero .main-heading .page-prog {
  display: flex
;
  align-items: center;
  justify-content: center;
}
.box-breadcrumbs .breadcrumb li a{
  display: inline-block;
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs16);
}
.box-breadcrumbs .breadcrumb li a:hover{
  color: var(--vexon-primary);
}
.box-breadcrumbs .breadcrumb li{
  display: inline-block;
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-fs16);
}
.img-bdrd-16: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;
}
.img-bdrd-16:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.blog-page3-single-box .thumbnail {
  position: relative;
  border-radius: 8px 8px 8px 8px;
}
.blog-page3-single-box .thumbnail img {
  transition: all 0.4s;
  width: 100%;
}
.blog-details-overly-item {
  border: none;
  border-radius: 9px;
  transition: all 0.4s;
  padding: 32px;
  margin-top:10px
}
.blog-details-overly-item .heading1-w .social-area {
  display: flex
;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.blog-details-overly-item .heading1-w .author-area {
  display: flex
;
  align-items: center;
  padding-top: 16px;
}
.blog-details-overly-item .heading1-w .author-area .author {
  display: flex
;
  align-items: center;
}
.blog-details-overly-item .heading1-w .author-area .author .author-tumb {
  height: 28px;
  width: 28px;
}
.blog-details-overly-item .heading1-w .author-area .author .author-tumb img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.blog-details-overly-item .heading1-w .author-area .author .author-text {
  display: inline-block;
  color: var(--vexon-white);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  padding-left: 12px;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs16);
}
.heading1-w .author-area .date a {
  display: inline-block;
  color: var(--vexon-white);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs16);
margin-top: 1px;
}
.heading1-w .social-area a.time {
  color: var(--vexon-white);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs16);
}
.heading1-w .author-area .date a img {
  transform: translateY(2px);
  filter: brightness(40);
}
.heading1-w .social-area a.time img {
  transform: translateY(3px);
  filter: brightness(40);
}
.blog-details-overly-item .heading1-w h2 {
  padding-top: 300px;
}
.blog-details-overly-item:hover {
  transition: all 0.4s;
  background-color: var(--vexon-white);
}
.heading1-w .author-area .date::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 16px;
  height: 16px;
  width: 1px;
  background-color: var(--vexon-white);
}
.heading1-w .author-area .date {
  padding-left: 40px;
  position: relative;
}
.def-post h2, .def-post p{
text-align:center;
}
.author-info h6 a{
color:var(--vexon-black);
}
.author-info h6 a:hover{
color:var(--vexon-primary);
}
.author-info span{
color:var(--vexon-black);
}
.categories-buttons {
  border-radius: 72px;
  background: var(--vexon-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 12px 32px;
margin-bottom: 30px;
}
.post-card-content .social-area {
  display: flex
;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.post-card-content .social-area a.time {
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs16);
display: inline-block;
    margin-top: -4px;
}
.post-card-content .social-area a.time img {
  transform: translateY(3px);
}
/* Category */
.post-category {
color: var(--vexon-black);
}
.post-card-content .author-area {
  display: flex
;
  align-items: center;
  padding-top: 16px;
}
.post-card-content .author-area .author {
  display: flex
;
  align-items: center;
}
.post-card-content .author-area .author .author-name {
  display: inline-block;
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs16);
  padding-left: 8px;
}
.post-card-content .author-area .date-time {
  padding-left: 40px;
  position: relative;
}
.post-card-content .author-area .date-time a {
   display: inline-block;
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs16);
  padding-left: 4px;
margin-bottom:1px;
}
.post-card-content .author-area .date-time::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 16px;
  height: 16px;
  width: 1px;
  background-color: #d8dade;
}
.social-area span{
color:var(--vexon-black);
}
.social-area .social a {
  color: var(--vtc-text-black1);
    font-size: var(--f-fs-font-fs16);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-fs16);
    transition: all 0.4s;
}
.social-area .social a:hover {
color: var(--vexon-primary);
}
.post-card-content .author-area .date-time img {
  transform: translateY(2px);
}
.post-card {
  background: transparent;
border: 1px solid #d8dade;
}
.post-card:hover {
  background: var(--vexon-white);
border: 1px solid var(--vexon-white);
box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.4s;
  transform: translateY(-10px);
}
.post-card-content .author-area .author {
  display: flex;
  align-items: center;
}
.skeleton-card .author-area .author .author-name {
  display: inline-block;
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs16);
  padding-left: 4px;
}
.skeleton-card .author-area .date-time {
  padding-left: 40px;
  position: relative;
}
.skeleton-card .author-area .date-time a {
   display: inline-block;
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs16);
  padding-left: 4px;
margin-bottom:1px;
}
.skeleton-card .author-area .date-time a:hover {
   color: var(--vexon-black);
}
.skeleton-card .author-area {
justify-content: space-between;
}
.skeleton-card .author-area .date-time img {
  transform: translateY(2px);
}
.skeleton-card:hover {
  background: var(--vexon-white);
border: 1px solid var(--vexon-white);
box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.4s;
  transform: translateY(-10px);
}
.sidebar {
  position: sticky !important;
  top: 120px !important;
  left: 0;
}
.blog1-category-box .heading1 h4 a {
  display: inline-block;
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs28);
  transition: all 0.4s;
}
.blog1-category-box .heading1 h4 a:hover {
  color: var(--vexon-primary);
}
/* .slick-arrow.slick-hidden {
  display: block;
} */
.blog2-meets-btns button {
  border: none;
  height: 56px;
  width: 56px;
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--vexon-white);
  z-index: 2;
  margin: 0px 5px;
  position: relative;
  color: var(--vexon-primary);
}
.bg-grey {
  background: #f3f4f6;
}
.blog2-meets-single .heading-area {
  background-color: var(--vexon-white);
  display: inline-block;
  border-radius: 99px;
  padding: 8px 8px 8px 16px;
  margin-top: 20px;
}
.blog2-meets-single .heading-area a {
  color: #010206;
  font-size: var(--f-fs-font-fs20);
  font-style: normal;
  font-weight: 600;
  line-height: var(--f-fs-font-fs20);
  display: inline-block;
}
.blog2-meets .heading2 h2 {
  color: var(--vexon-black);
  font-size: var(--f-fs-font-fs44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs44);
}
.blog2-meets .heading2 .sub-titile {
  display: inline-block;
  color: var(--vexon-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.blog2-meets-btns button:hover {
  background-color: var(--vexon-primary);
color: var(--vexon-white);
}
@media screen and (min-width: 768px) {
  .reveal {
    position: relative;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
	}
}
@media screen and (min-width: 768px) {
  .reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
  }
}

/* unit-2603-2025 */

.wp-block-button a.wp-block-button__link:hover {
  color: #fff;
}

.wp-block-button.is-style-outline--1 .wp-block-button__link:hover{
  color: currentColor;
}
.wp-block-quote cite, .wp-block-quote footer {
  color: var(--vexon-white);
}

.wp-block-quote a{
  color:var(--vexon-white);
}
table.table.table-dark.table-striped a {
  color: var(--vexon-white);
}
.post-card-content h4 a {
  display: inline-block;
  color: var(--vtc-text-black1);
  font-size: var(--f-fs-font-fs20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs28);
  transition: all 0.4s;
}
.post-card-content p {
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs26);
}
.post-card-content .author-area .author img {
  border-radius: 50%;
  width: 28px !important;
  height: 28px !important;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a {
  color: var(--vexon-menu-color);
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a {
  color: var(--vexon-menu-color);
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a {
  color: var(--vexon-menu-color);
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul li a {
  color: var(--vexon-menu-color);
}

.image.image-anime{
	position:relative;
}

input::placeholder {
  color: #6b7280 !important;
  opacity: 1;
  font-size: 16px;
  line-height: 16px;
}