@charset "UTF-8";
    *, ul {
    margin: 0;
    padding: 0;
}
body, p {
    line-height: 30px;
}
a, a:focus, a:hover {
    text-decoration: none;
}
*, ul {
    padding: 0;
}
.mean-container .mean-nav ul li a.mean-expand:hover, .offcanvas__contact ul li:hover i, div.basic-pagination ul li a.current, div.basic-pagination ul li a:hover, div.basic-pagination ul li span.current, div.basic-pagination ul li span:hover, div.basic-pagination ul li.active a {
    background: var(--vl-theme-1);
    color: var(--vl-theme-5);
    border-color: var(--vl-theme-1);
}
.header-btn, .link-btn, .link-btn-2, .link-btn-3, .section__title-pre, .tp-btn {
    font-weight: 500;
    display: inline-block;
}
.header-btn, .link-btn, .link-btn-2, .link-btn-3, .pulse-btn, .section__title-pre, .tp-btn, div.basic-pagination ul li {
    display: inline-block;
}
.breadcrumb__list-2 span, .breadcrumb__list>span {
    margin-right: 3px;
    padding-right: 3px;
    font-size: 18px;
}
.page__title-shape img, .z-index-1 {
    z-index: 1;
}
#loading, .body-overlay, input[type=color] {
    height: 100%;
    width: 100%}
.blog__meta ul li span svg path, .header__search-3 button svg path {
    stroke: var(--vl-theme-3);
}
.body-overlay:hover, .hamurger-btn, .postbox__comment-agree input:hover, .postbox__comment-agree label:hover, button:hover {
    cursor: pointer;
}
:root {
    --vl-ff-body: 'Figtree', sans-serif;
    --vl-ff-heading: 'Figtree', sans-serif;
    --vl-ff-p: 'Figtree', sans-serif;
    --vl-ff-fontawesome: "Font Awesome 6 Pro";
    --vl-theme-1: #4E2FDA;
    --vl-theme-2: #090B0E;
    --vl-theme-3: #3D4C5E;
    --vl-theme-4: #E2E0F2;
    --vl-theme-5: #ffffff;
    --vl-grey-1: #F5F6F8;
    --vl-common-green: #26C089;
    --vl-common-green-2: #3E8454;
    --vl-common-green-3: #27AA4D;
    --vl-common-green-4: #20AD96;
    --vl-common-blue: #4356FF;
    --vl-common-blue-2: #4270FF;
    --vl-common-blue-3: #3C66ED;
    --vl-common-blue-4: #3083FF;
    --vl-common-cream: #FFF1E0;
    --vl-common-pink: #FF6470;
    --vl-common-pink-2: #FC4C56;
    --vl-common-orange: #F37F43;
    --vl-common-orange-2: #EE6002;
    --vl-common-orange-3: #FF9F4B;
    --vl-common-purple: #E33CFF;
    --vl-common-purple-2: #E64DFF;
    --vl-common-yellow: #F5B455;
    --vl-common-yellow-2: #F47F42;
    --vl-common-yellow-3: #F4930E;
    --vl-common-yellow-4: #FFAA2C;
    --vl-common-yellow-5: #FF8D00;
    --vl-common-violet: #6151FB;
    --vl-common-violet-2: #A794C8;
    --vl-header-primary: #031220;
    --vl-fw-normal: normal;
    --vl-fw-elight: 200;
    --vl-fw-light: 300;
    --vl-fw-regular: 400;
    --vl-fw-medium: 500;
    --vl-fw-sbold: 600;
    --vl-fw-bold: 700;
    --vl-fw-ebold: 800;
    --vl-fw-black: 900;
    --vl-fz-body: 16px;
    --vl-fz-p: 16px;
    --vl-fz-h1: 64px;
    --vl-fz-h2: 44px;
    --vl-fz-h3: 24px;
    --vl-fz-h4: 20px;
    --vl-fz-h5: 16px;
    --vl-fz-h6: 14px;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: var(--vl-ff-body);
    font-size: var(--vl-fz-body);
    font-weight: 400;
    color: var(--vl-theme-3);
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--vl-ff-heading);
    color: var(--vl-header-primary);
    margin-top: 0;
    font-weight: var(--vl-fw-sbold);
    line-height: 1.2;
}
h1 {
    font-size: var(--vl-fz-h1);
}
h2 {
    font-size: var(--vl-fz-h2);
}
h3 {
    font-size: var(--vl-fz-h3);
}
h4 {
    font-size: var(--vl-fz-h4);
}
h5 {
    font-size: var(--vl-fz-h5);
}
h6 {
    font-size: var(--vl-fz-h6);
}
p {
    font-family: var(--vl-ff-p);
    font-size: var(--vl-fz-p);
    font-weight: var(--vl-fw-normal);
    color: var(--vl-text-body);
    margin-bottom: 15px;
}
.btn, .transition-3, ::after, ::before, a, button, h1, h2, h3, h4, h5, h6, i, img, input, li, p, select, span, svg path, textarea {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.button:focus, a:focus {
    text-decoration: none;
    outline: 0;
}
a:focus, a:hover {
    color: inherit;
}
a, button {
    color: inherit;
    outline: 0;
    border: none;
    background: 0 0;
}
button:focus {
    outline: 0;
    border: 0;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize, .header-btn, .section__title-pre, .tp-btn {
    text-transform: capitalize;
}
input {
    outline: 0;
}
input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 0;
    border-radius: 50%}
::-moz-selection {
    background: var(--vl-theme-2);
    color: var(--vl-theme-5);
    text-shadow: none;
}
::selection {
    background: var(--vl-theme-2);
    color: var(--vl-theme-5);
    text-shadow: none;
}
.pulse-btn, .pulse-btn:hover {
    color: var(--vl-theme-2);
}
::-moz-placeholder {
    color: var(--vl-theme-2);
    font-size: var(--vl-fz-body);
    opacity: 1;
}
::placeholder {
    color: var(--vl-theme-2);
    font-size: var(--vl-fz-body);
    opacity: 1;
}
.w-img img, div#loading-icon img {
    width: 100%}
.m-img img {
    max-width: 100%}
.fix {
    overflow: hidden;
}
.clear {
    clear: both;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.z-index-11 {
    z-index: 11;
}
.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}
.breadcrumb__overlay, .header__category-content ul li, .header__lang ul li, .header__search-input, .main-menu ul li.has-dropdown>a, .main-menu-border, .p-relative {
    position: relative;
}
#loader, #loading-center-absolute, .hamurger-btn span, .link-btn-2 i, .link-btn-3 i, .p-absolute, .page__title-shape img, div#scroll-progress {
    position: absolute;
}
#bttp, #loading, .body-overlay {
    position: fixed;
}
.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.body-overlay {
    background-color: rgba(var(--vl-theme-2), .5);
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}
.footer-col-4, .tp-blog-area .wp-block-social-links, div.basic-pagination ul, ul.wp-block-page-list, ul.wp-block-post-template {
    padding-left: 0;
}
div.basic-pagination ul li {
    margin-right: 10px;
}
div.basic-pagination ul li a, div.basic-pagination ul li span {
    position: relative;
    overflow: hidden;
    background: 0 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    border: 2px solid #eef0f6;
    color: var(--vl-theme-2);
}
.header__info ul li a svg, .header__login a svg {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}
.black-bg, .black-bg-1 {
    background: var(--vl-theme-2);
}
.header-1 span.button-icon, .white-bg {
    background: var(--vl-theme-5);
}
#loading, .pulse-btn {
    background-color: var(--vl-theme-5);
}
.pulse-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    animation: 2s infinite pulse;
}
.header-btn, .pulse-btn:hover {
    background-color: var(--vl-theme-2);
}
.header-1 .theme-btn-1, .header-btn {
    color: var(--vl-theme-5);
    font-size: 18px;
}
.pulse-btn i {
    padding-left: 2px;
}
.header-1 .theme-btn-1 {
    border-radius: 230px;
    background: var(--vl-theme-1);
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 8px 8px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header-1 span.button-icon {
    width: 36px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-left: 8px;
    transition: .3s;
}
.header-1 .theme-btn-1:hover span.button-icon {
    transform: rotate(45deg);
    transition: .3s;
}
.header-btn {
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0 25px;
}
.header-btn:focus, .header-btn:hover, .tp-btn {
    background-color: var(--vl-theme-1);
    color: var(--vl-theme-5);
}
.tp-btn {
    font-size: 18px;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
}
.tp-btn:focus, .tp-btn:hover {
    color: var(--vl-theme-5);
    background-color: var(--vl-theme-2);
}
.link-btn {
    font-size: 18px;
    color: var(--vl-theme-2);
}
.link-btn i {
    margin-left: 5px;
}
.link-btn-2:hover, .link-btn:hover {
    color: var(--vl-theme-1);
}
.link-btn-2 {
    position: relative;
    font-size: 18px;
    color: var(--vl-text-11);
    padding-right: 21px;
}
.link-btn-2 i {
    font-size: 18px;
    top: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.header__search-btn, .link-btn-3 i {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.link-btn-2 i:first-child {
    right: 10%;
    visibility: hidden;
    opacity: 0;
}
.link-btn-2 i:last-child {
    right: 0;
}
.link-btn-2:hover i:first-child {
    right: 0;
    visibility: visible;
    opacity: 1;
}
.link-btn-2:hover i:last-child {
    right: -10%;
    visibility: hidden;
    opacity: 0;
}
.link-btn-2.link-prev {
    padding-right: 0;
    padding-left: 21px;
}
.link-btn-2.link-prev i:first-child {
    left: 10%;
    right: auto;
}
.link-btn-2.link-prev i:last-child, .link-btn-2.link-prev:hover i:first-child {
    left: 0;
    right: auto;
}
.link-btn-2.link-prev:hover i:last-child {
    left: -10%;
    right: auto;
}
.link-btn-3 {
    position: relative;
    font-size: 12px;
    color: var(--vl-common-black);
    text-transform: uppercase;
    padding-right: 25px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(3, 18, 32, .2);
    overflow: hidden;
}
.link-btn-3 i {
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.link-btn-3 i:first-child {
    left: -100%;
    visibility: hidden;
    opacity: 0;
}
.link-btn-3 i:last-child {
    right: 35%}
.link-btn-3:hover {
    color: var(--vl-theme-5);
    background-color: var(--vl-theme-1);
}
.link-btn-3:hover i:first-child {
    left: 35%;
    visibility: visible;
    opacity: 1;
}
.link-btn-3:hover i:last-child {
    right: -100%;
    visibility: hidden;
    opacity: 0;
}
.hamurger-btn {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background: 0 0;
    border: 0;
    outline: 0;
}
.hamurger-btn span {
    background: var(--vl-theme-2);
    display: block;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    z-index: 1;
}
.hamurger-btn span:first-child {
    top: 0;
}
.hamurger-btn span:nth-child(2) {
    top: 10px;
}
.hamurger-btn span:nth-child(3) {
    top: 20px;
}
.section__title {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 3px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .section__title {
    font-size: 42px;
}
}.section__title-2, .section__title-3 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--vl-theme-2);
}
.section__title-2-30 {
    font-size: 30px;
}
.section__title-3-30, .section__title-30 {
    font-size: 30px;
}
.section__title-wrapper p {
    font-size: 18px;
}
.section__title-44 {
    font-size: 44px;
}
.section__title-40 {
    font-size: 40px;
}
@media (max-width:575px) {
    .progress-wrap {
    right: 15px;
    bottom: 15px;
}
div.basic-pagination ul li {
    margin-right: 5px;
}
.section__title {
    font-size: 32px;
}
.section__title-2, .section__title-3 {
    font-size: 28px;
}
.section__title-44 {
    font-size: 35px;
}
.section__title-40 {
    font-size: 30px;
}
}.section__title-pre {
    font-size: 18px;
    color: var(--vl-theme-1);
    margin-bottom: 5px;
}
.section__title-pre-2, .section__title-pre-3 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
}
.section__title-pre-2 {
    color: var(--vl-theme-2);
}
.section__title-pre-3 {
    color: var(--vl-theme-1);
}
.breadcrumb__title {
    font-size: 56px;
    color: var(--vl-theme-5);
    font-weight: 700;
}
.breadcrumb__list {
    margin-top: 12px;
}

.breadcrumb__title-2 {
    font-size: 50px;
    line-height: 1.1;
    margin-top: 12px;
}
.breadcrumb__title-pre {
    display: inline-block;
    height: 24px;
    line-height: 26px;
    font-size: 18px;
    color: var(--vl-theme-5);
    font-weight: 500;
    background: var(--vl-theme-2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 7px;
    margin-bottom: 12px;
}
.backtotop-text, .breadcrumb__list-2 span a:hover, .breadcrumb__list>span a:hover, .header__info ul li a:hover {
    color: var(--vl-theme-1);
}
.breadcrumb__list>span {
    color: var(--vl-theme-5);
    font-weight: 500;
    text-transform: capitalize;
}
.breadcrumb__list-2 span {
    color: var(--vl-theme-3);
    font-weight: 500;
    text-transform: capitalize;
}
.breadcrumb__overlay::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 3, 32, .6);
    background-size: cover;
}
.page__title-shape img.page-title-shape-1 {
    left: 0;
    bottom: 105px;
}
.page__title-shape img.page-title-shape-2 {
    left: 105px;
    top: 35%}
@media only screen and (min-width:1400px) and (max-width:1600px) {
    .page__title-shape img.page-title-shape-2 {
    left: 40px;
}
}@media only screen and (min-width:1200px) and (max-width:1399px) {
    .page__title-shape img.page-title-shape-2 {
    top: 28%}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .page__title-shape img.page-title-shape-2 {
    top: 24%}
}.page__title-shape img.page-title-shape-3 {
    bottom: 35%;
    right: 0;
}
.page__title-shape img.page-title-shape-4 {
    bottom: 41%;
    right: 0;
}
.page__title-shape img.page-title-shape-5 {
    top: 61%;
    left: 0;
    z-index: -1;
}
.page__title-shape img.page-title-shape-6 {
    top: 43%;
    left: 5%;
    z-index: -1;
}
.page__title-shape img.page-title-shape-7 {
    top: 27%;
    right: 0;
    z-index: -1;
}
.page__title-shape img.page-title-shape-8 {
    top: 38%;
    right: 25%;
    z-index: -1;
}
@-webkit-keyframes pulse {
    0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
}
70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}@keyframes pulse {
    0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
}
70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}#loading {
    z-index: 999999;
    margin-top: 0;
    top: 0;
}
#loader {
    height: 50px;
    width: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    left: 50%;
    top: 50%;
    width: 25%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.loading-icon {
    max-width: 100px;
    max-height: 100px;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.loading-text h4 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 20px;
    letter-spacing: 2px;
}
@keyframes spin {
    from {
    transform: rotate(0);
}
to {
    transform: rotate(360deg);
}
}.backtotop-text {
    font-size: 18px;
    -webkit-transform: rotate(-90deg) translate(38%, -1px);
    -moz-transform: rotate(-90deg) translate(38%, -1px);
    -ms-transform: rotate(-90deg) translate(38%, -1px);
    -o-transform: rotate(-90deg) translate(38%, -1px);
    transform: rotate(-90deg) translate(38%, -1px);
    font-weight: 500;
}
.header__login a, .header__search-btn {
    color: var(--vl-common-black);
}
#bttp {
    transition: transform 1.25s cubic-bezier(.19,  1,  .22,  1);
    top: 50%;
    right: 40px;
    -webkit-transform: translate(calc(100% + 80px), -50%);
    -moz-transform: translate(calc(100% + 80px), -50%);
    -ms-transform: translate(calc(100% + 80px), -50%);
    -o-transform: translate(calc(100% + 80px), -50%);
    transform: translate(calc(100% + 80px), -50%);
    z-index: 99999;
}
#bttp.show {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.tp-backtotop-line {
    width: 1px;
    height: 60px;
    -webkit-transform: rotate(0) translate3d(0, 0, 0);
    -moz-transform: rotate(0) translate3d(0, 0, 0);
    -ms-transform: rotate(0) translate3d(0, 0, 0);
    -o-transform: rotate(0) translate3d(0, 0, 0);
    transform: rotate(0) translate3d(0, 0, 0);
    background-color: var(--vl-theme-1);
    position: relative;
}
div#scroll-progress {
    display: inline-block;
    width: 7px;
    height: 7px;
    top: -3px;
    left: -3px;
    border-radius: 8px;
    background-color: var(--vl-theme-1);
}
.header__transparent {
    position: fixed!important;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    background: 0 0;
}
.header__info ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
.header__info ul li:last-child, .main-menu ul li:last-child {
    margin-right: 0;
}
.header__info ul li a {
    color: var(--vl-theme-3);
    font-size: 13px;
}
.header__info ul li a i {
    margin-right: 5px;
}
.blog__meta ul li span i, .blog__meta ul li span svg, .blog__meta-float ul li span i, .blog__meta-float ul li span svg {
    margin-right: 10px;
}
.header__info ul li a svg path {
    fill: var(--vl-theme-3);
}
.header__border {
    border-bottom: 1px solid rgba(3, 18, 32, .07);
}
.header__search-input input {
    width: 100%;
    height: 40px;
    background-color: var(--vl-theme-4);
    border: 1px solid var(--vl-theme-4);
    padding: 0 60px 0 20px;
}
.header__search-input input::-webkit-input-placeholder {
    color: var(--vl-text-3);
}
.header__search-input input:-moz-placeholder {
    color: var(--vl-text-3);
}
.header__search-input input::-moz-placeholder {
    color: var(--vl-text-3);
}
.header__search-input input:-ms-input-placeholder {
    color: var(--vl-text-3);
}
.header__search-btn {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 18px;
    padding-left: 17px;
    background-color: var(--vl-grey-1);
}
.header__search-btn::after {
    position: absolute;
    content: "";
    left: 0;
    top: 57%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background-color: rgba(3, 18, 32, .1);
}
.header__search-2 {
    margin-left: 13px;
}
.header__search-2 input {
    height: 44px;
    line-height: 44px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: var(--vl-grey-5);
}
.header__search-2 input::-webkit-input-placeholder {
    color: var(--vl-text-10);
}
.header__search-2 input:-moz-placeholder {
    color: var(--vl-text-10);
}
.header__search-2 input::-moz-placeholder {
    color: var(--vl-text-10);
}
.header__search-2 input:-ms-input-placeholder {
    color: var(--vl-text-10);
}
.header__search-2 button::after {
    background-color: rgba(62, 132, 84, .14);
}
.header__call-content h4 a:hover, .header__call-content p, .header__call-content p a:hover, .header__lang .nice-select, .header__lang .nice-select .list .option.selected.focus, .header__lang .nice-select .list .option:hover, .header__login-content p {
    color: var(--vl-theme-3);
}
.header__login a:hover, .main-menu ul li .submenu li:hover>a, .main-menu ul li .submenu li:hover>a::after, .main-menu ul li:hover>a, .main-menu ul li:hover>a::after, .mean-container .mean-nav ul li a:hover {
    color: var(--vl-theme-1);
}
.header__login a svg path {
    stroke: var(--vl-common-black);
}
.header__login-2 {
    border-left: 1.5px solid rgba(12, 20, 15, .08);
}
.header__action ul li a:hover, .header__login-icon a:hover {
    border-color: var(--vl-theme-2);
}
.header__login-icon a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    border: 1.5px solid rgba(12, 20, 15, .08);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%}
.header__login-content p {
    margin-bottom: 4px;
    line-height: 1;
}
.header__bottom-3 {
    padding-top: 18px;
    padding-bottom: 18px;
}
.header__hamburger {
    margin-top: 3px;
}
.header__action ul li, .sidebar__widget ul li {
    list-style: none;
}
.header__action ul li a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 38px;
    text-align: center;
    border: 2px solid rgba(12, 20, 15, .08);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%}
.header__sticky.header__sticky {
    position: fixed!important;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 99;
    -webkit-animation: .3s ease-in-out fadeInDown;
    animation: .3s ease-in-out fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    background: var(--vl-theme-5);
}
.header__call-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}
.header__call-content p {
    margin-bottom: 0;
    line-height: 1;
}
.header__lang .nice-select {
    padding: 0 17px 0 0;
    font-size: 18px;
    border: 0;
}
.header__lang .nice-select .current {
    color: var(--vl-theme-3);
    font-size: 18px;
}
.header__category-content .nice-select, .header__category-content .nice-select .current {
    color: var(--vl-theme-5);
    font-size: 18px;
}
.header__lang .nice-select::after {
    right: 0;
    border-width: 1.5px;
    border-color: var(--vl-theme-3);
    height: 6px;
    width: 6px;
    margin-top: -6px;
}
.header__lang .nice-select .list {
    border-radius: 0;
    margin-top: 0;
    left: auto;
    right: 0;
}
.header__category-content .nice-select {
    padding: 0 17px 0 0;
    border: 0;
    background-color: transparent;
    height: 20px;
    line-height: 20px;
}
.header__category-content .nice-select::after {
    right: 0;
    border-width: 1.5px;
    border-color: var(--vl-theme-5);
    height: 6px;
    width: 6px;
    margin-top: -4px;
}
.header__category-content .nice-select .list {
    border-radius: 0;
    left: auto;
    right: 0;
}
.header__category-content .nice-select .list .option, .main-menu-mobile ul li.has-dropdown>a::after, .mean-container .mean-nav ul li a.mean-expand.mean-clicked, .offcanvas__contact ul li:hover a {
    color: var(--vl-theme-2);
}
.header__category-content .nice-select .list .option.selected.focus, .header__category-content .nice-select .list .option:hover, .header__lang ul ul li a:hover, .main-menu ul li .submenu li>a, .main-menu-mobile ul li .submenu li:hover a, .main-menu-mobile ul li.has-dropdown:hover a::after, .main-menu-mobile ul li:hover>a, .main-menu-mobile ul li:hover>a::after {
    color: var(--vl-theme-3);
}
.logo img {
    width: 130px;
}
.main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
}
.main-menu ul li a {
    padding: 16px;
    color: var(--vl-theme-2);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
    display: block;
}
.main-menu ul li.has-dropdown>a::after {
    content: "\f107";
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 18px;
    color: var(--vl-theme-2);
    font-family: var(--vl-ff-fontawesome);
    font-weight: 400;
    margin-left: 5px;
    display: inline-block;
}
.main-menu ul li .submenu {
    position: absolute;
    top: 120%;
    left: 0;
    width: 180px;
    padding: 10px 0;
    background: var(--vl-theme-5);
    -webkit-box-shadow: 0 10px 20px 0 rgba(8, 0, 42, .08);
    -moz-box-shadow: 0 10px 20px 0 rgba(8, 0, 42, .08);
    -ms-box-shadow: 0 10px 20px 0 rgba(8, 0, 42, .08);
    -o-box-shadow: 0 10px 20px 0 rgba(8, 0, 42, .08);
    box-shadow: 0 10px 20px 0 rgba(8, 0, 42, .08);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .1s ease-out;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
    text-align: left;
    border-radius: 8px;
    transform-origin: top;
    -webkit-transform: perspective(300px) rotateX(-18deg);
    -moz-transform: perspective(300px) rotateX(-18deg);
    -ms-transform: perspective(300px) rotateX(-18deg);
    -o-transform: perspective(300px) rotateX(-18deg);
    transform: perspective(300px) rotateX(-18deg);
}
.main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
}
.main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    

}

.header-9 .main-menu ul li .submenu li.has-dropdown>a::after{
     color: #090b0e;
}

.main-menu ul li .submenu li a:hover {
    padding-left: 28px;
    transition: .3s;
}
.main-menu ul li .submenu li>a {
    z-index: 2;
    width: 100%;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    line-height: 24px;
    text-align: left;
    padding: 8px 20px;
    transition: .3s;
    font-size: 18px;
}
.main-menu ul li .submenu li>a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: var(--vl-theme-1);
    left: 0;
    top: 0;
    z-index: -1;
}
.blog__tag-float a:hover, .footer-col-2-1 .footer__social ul li a:hover, .main-menu-mobile ul li .submenu li a::after {
    background-color: var(--vl-theme-2);
}
.main-menu ul li .submenu li>a:hover:before {
    width: 5px;
}
.main-menu ul li .submenu li>a::after {
    right: 30px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.main-menu ul li .submenu li .submenu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.main-menu ul li .submenu li:hover>a::before {
    left: 0;
    right: auto;
    width: 4px;
}
.main-menu ul li .submenu li:hover>.submenu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}
.main-menu ul li:hover>.submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transition-duration: .3s;
    -webkit-transform: perspective(300px) rotateX(0);
    -moz-transform: perspective(300px) rotateX(0);
    -ms-transform: perspective(300px) rotateX(0);
    -o-transform: perspective(300px) rotateX(0);
    transform: perspective(300px) rotateX(0);
}
.main-menu-border::after, .postbox__slider button {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.main-menu-mobile ul li {
    margin-right: 33px;
}
.main-menu-mobile ul li .submenu li:hover a::after {
    background-color: var(--vl-theme-3);
}
.main-menu-border::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background-color: rgba(12, 20, 15, .14);
}
.main-menu-icon svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
header .logo {
    padding: 15px 0;
}
@media only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    header .logo {
    padding: 0;
}
}.mobile__menu {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%}
.mobile__menu.header__sticky {
    visibility: visible;
    opacity: 1;
}
.header__lang ul ul {
    position: absolute;
    top: 120%;
    background: var(--vl-theme-5);
    width: 110px;
    padding: 16px 16px 4px;
    z-index: 2;
    box-shadow: 0 10px 20px 0 rgba(8, 0, 42, .1);
    right: 0;
    border: 1px solid var(--vl-theme-4);
    display: none;
}
.blog__tag-float a, .mean-container .mean-nav ul li>a.mean-expand i, .offcanvas__social ul li {
    display: inline-block;
}
.header__lang ul ul li {
    line-height: 1;
    margin-bottom: 12px;
}
.header__category-content ul li .submenu {
    background: var(--vl-theme-5);
    width: 200px;
    z-index: 2;
    padding: 25px;
    top: 40px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    position: absolute;
}
.header__category-content ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 34px;
}
.header__category-content ul li .submenu li {
    margin-bottom: 15px;
    line-height: 1;
}
.header__category-content ul li .submenu li:last-child {
    margin-bottom: 0;
}
.header__category-content ul li .submenu li a {
    color: var(--vl-theme-3);
    font-weight: 400;
    font-size: 18px;
}
.header__category-content ul li a {
    color: var(--vl-theme-5);
    font-weight: 500;
}
.mean-container .mean-nav {
    background: 0 0;
    margin-top: 0;
}
.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: 0 0;
}
.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block!important;
}
.mean-container a.meanmenu-reveal {
    display: none!important;
}
.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--vl-theme-2);
    border-top: 1px solid #ebebeb;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0!important;
    border: 1px solid #ebebeb!important;
    height: 30px;
    width: 30px;
    color: var(--vl-theme-2);
    line-height: 30px;
    top: 0;
    font-weight: 400;
}
.mean-container .mean-nav ul li>a>i, button.subscribe-form-button .wpcf7-spinner {
    display: none;
}
.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: var(--vl-theme-2);
}
.main-menu {
    text-align: center;
}
@media screen and (max-width:960px) {
    .mean-container .mean-nav ul li a {
    font-size: 14px;
    font-weight: 500;
}
}.blog__item {
    -webkit-box-shadow: 0 30px 50px -10px rgba(26, 31, 35, .1);
    -moz-box-shadow: 0 30px 50px -10px rgba(26, 31, 35, .1);
    -ms-box-shadow: 0 30px 50px -10px rgba(26, 31, 35, .1);
    -o-box-shadow: 0 30px 50px -10px rgba(26, 31, 35, .1);
    box-shadow: 0 30px 50px -10px rgba(26, 31, 35, .1);
}
.blog__item:hover .blog__thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.blog__item-float {
    min-height: 400px;
    -webkit-box-shadow: 0 30px 50px -10px rgba(26, 31, 35, .1);
    -moz-box-shadow: 0 30px 50px -10px rgba(26, 31, 35, .1);
    -ms-box-shadow: 0 30px 50px -10px rgba(26, 31, 35, .1);
    -o-box-shadow: 0 30px 50px -10px rgba(26, 31, 35, .1);
    box-shadow: 0 30px 50px -10px rgba(26, 31, 35, .1);
}
.blog__item-float:hover .blog__thumb-bg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.blog__item-float .blog__thumb-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog__item-float-overlay, .offcanvas__search, p.subscribe-form {
    position: relative;
}
.blog__item-float-overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(181.6deg, rgba(3, 18, 32, 0) 24.31%, rgba(3, 18, 32, 0) 24.32%, rgba(3, 18, 32, .9) 98.64%);
}
.blog__tag {
    margin-bottom: 4px;
}
.blog__tag a {
    font-size: 18px;
    font-weight: 500;
    color: var(--vl-theme-1);
}
.blog__tag-float a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--vl-theme-1);
    color: var(--vl-theme-5);
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 14px;
}
.blog__meta ul, .blog__meta ul li span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.blog__tag-float a:hover {
    color: var(--vl-theme-5);
}
.blog__meta ul li span:hover, .blog__title a:hover, .postbox__comment-agree label a:hover, .postbox__meta span i, .postbox__meta span:hover, .postbox__meta span:hover i, .postbox__title a:hover, .sidebar__widget ul li a:hover {
    color: var(--vl-theme-1);
}
.blog__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.blog__title-float {
    font-size: 30px;
    font-weight: 800;
    color: var(--vl-theme-5);
    margin-bottom: 12px;
}
.blog__meta ul {
    display: flex;
    align-items: center;
}
.blog__meta ul li, .blog__meta-float ul li {
    display: inline-block;
    list-style: none;
}
.blog__meta ul li:not(:last-child) {
    margin-right: 16px;
}
.blog__meta ul li span {
    font-size: 13px;
    font-weight: 500;
    color: var(--vl-theme-3);
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.blog__meta-float ul li span, .postbox__thumb .play-btn:hover {
    color: var(--vl-theme-5);
}
.blog__meta ul li span svg {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.blog__meta-float ul li span svg path, .category__item:hover .category__icon a svg path, .category__item:hover .category__icon.green-bg a svg path, .category__item:hover .category__icon.green-bg-2 a svg path, .category__item:hover .category__icon.orange-bg a svg path, .category__item:hover .category__icon.pink-bg a svg path, .category__item:hover .category__icon.purple-bg a svg path {
    stroke: var(--vl-theme-5);
}
.blog__meta-float ul li:not(:last-child) {
    margin-right: 20px;
}
.blog__meta-float ul li span svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.blog__content {
    padding: 13px 30px 25px;
}
.blog__content-float {
    width: 65%;
    position: relative;
    left: 40px;
    z-index: 1;
    margin-bottom: 30px;
}
.blog__shape-1, .blog__shape-2, .blog__shape-3, .blog__shape-4 {
    z-index: -1;
    position: absolute;
}
.blog__shape-1 {
    right: 17%;
    bottom: 9%;
    opacity: .3;
}
.blog__shape-2 {
    right: 14%;
    bottom: 4%;
    opacity: .3;
}
.blog__shape-3 {
    right: 0;
    bottom: 0;
}
.blog__shape-4 {
    left: 17%;
    top: 39%}
.postbox__thumb .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.postbox__audio {
    height: 455px;
    width: 100%}
.postbox__audio iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.postbox__thumb img {
    border-radius: 4px 4px 0 0;
}
.postbox__item {
    -webkit-box-shadow: 0 30px 40px 0 rgba(1, 11, 60, .1);
    -moz-box-shadow: 0 30px 40px 0 rgba(1, 11, 60, .1);
    -ms-box-shadow: 0 30px 40px 0 rgba(1, 11, 60, .1);
    -o-box-shadow: 0 30px 40px 0 rgba(1, 11, 60, .1);
    box-shadow: 0 30px 40px 0 rgba(1, 11, 60, .1);
    border-radius: 4px;
}
.postbox__details .postbox__item, .postbox__item:hover {
    -webkit-box-shadow: 0 30px 40px 0 rgba(1, 11, 60, .1);
    -moz-box-shadow: 0 30px 40px 0 rgba(1, 11, 60, .1);
    -ms-box-shadow: 0 30px 40px 0 rgba(1, 11, 60, .1);
    -o-box-shadow: 0 30px 40px 0 rgba(1, 11, 60, .1);
    box-shadow: 0 30px 40px 0 rgba(1, 11, 60, .1);
}
.postbox__item-single:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.postbox__content {
    padding: 33px 40px 40px;
}
.postbox__content-single {
    padding-left: 0;
    padding-right: 0;
    border: none;
}
.postbox__title {
    font-size: 30px;
    margin-bottom: 20px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .page__title-shape img.page-title-shape-6 {
    top: 20%;
    left: 3%}
.blog__sidebar, .header__bottom-right {
    padding-left: 0;
}
.main-menu {
    margin-left: 50px;
}
.main-menu-mobile {
    margin-left: 0;
}
.postbox__title {
    font-size: 28px;
}
.footer-col-1 {
    padding-right: 0;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .section__title-40 {
    font-size: 35px;
}
.page__title-shape img.page-title-shape-2 {
    top: 29%}
.page__title-shape img.page-title-shape-6 {
    top: 20%;
    left: 3%}
.postbox__title {
    font-size: 33px;
}
}.postbox__meta {
    margin-bottom: 10px;
}
.postbox__meta span {
    font-size: 18px;
    font-weight: 500;
    color: #6a727f;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 30px;
}
.postbox__meta span i {
    margin-right: 3px;
}
.postbox__meta-3 span {
    font-size: 18px;
    color: var(--vl-theme-5);
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.offcanvas__social ul li:not(:last-child), .postbox__tag a {
    margin-right: 5px;
}
.postbox__text p {
    margin-bottom: 28px;
}
.postbox__text-single p {
    margin-bottom: 15px;
}
.postbox__slider button {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 30px;
    color: var(--vl-theme-5);
}
.postbox__slider button.postbox-slider-button-next {
    left: auto;
    right: 50px;
}
.postbox__quote {
    padding: 40px 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.postbox__quote blockquote, li.wp-block-pages-list__item.has-child .wp-block-pages-list__item, ul.footer-info li:last-child, ul.wp-block-navigation__submenu-container li.wp-block-pages-list__item, ul.wp-block-page-list li.wp-block-pages-list__item {
    margin-bottom: 0;
}
.postbox__quote p {
    font-size: 24px;
    color: var(--vl-theme-2);
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px;
}
.postbox__quote h4 {
    font-size: 20px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 0;
}
.postbox__quote h4::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 2px;
    background: var(--vl-theme-2);
}
.postbox__quote img.quote {
    position: absolute;
    bottom: -34px;
    right: 50px;
}
.postbox__comment-form {
    margin-bottom: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09);
    background: var(--vl-theme-5);
}
.postbox__comment-title {
    font-size: 27px;
    margin-bottom: 0;
}
.postbox__comment-input {
    position: relative;
    margin-bottom: 20px;
}
.postbox__comment-input span {
    font-weight: 600;
    color: var(--vl-theme-2);
    margin-bottom: 12px;
    display: block;
}
.postbox__comment-input input, .postbox__comment-input textarea {
    color: var(--vl-theme-2);
    border: 1px solid transparent;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    background: var(--vl-theme-4);
}
.postbox__tag h4 {
    font-size: 20px;
    margin-bottom: 17px;
}
.postbox__tag a {
    color: var(--vl-theme-2);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px 8px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    background: var(--vl-theme-4);
}
.postbox__tag a:hover {
    color: var(--vl-theme-5);
    background: var(--vl-theme-2);
}
.postbox__details .postbox__content {
    padding: 35px 40px 30px;
}
.offcanvas__contact ul li:not(:last-child), .postbox__details .postbox__content p {
    margin-bottom: 20px;
}
.postbox__details .postbox__quote p {
    font-size: 24px;
    color: #0e1133;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px;
}
.postbox__comment h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}
.postbox__comment-input input, .postbox__comment-input textarea {
    width: 100%;
    height: 56px;
    line-height: 56px;
    border: 2px solid var(--vl-grey-1);
    background: var(--vl-grey-1);
    color: var(--vl-theme-2);
    font-size: 18px;
    outline: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0 24px;
}
.postbox__comment-input input::placeholder, .postbox__comment-input textarea::placeholder {
    font-size: 18px;
    color: #6d6e75;
}
.blog__sidebar {
    position: sticky;
    top: 20px;
}
.postbox__comment-input input:focus, .postbox__comment-input textarea:focus {
    background: var(---vl-theme-5);
    border-color: var(--vl-theme-1);
}
.postbox__comment-input textarea {
    resize: none;
    height: 180px;
    resize: none;
    line-height: 1.2;
    padding: 19px 23px 23px;
}
.postbox__comment-agree {
    padding-left: 5px;
}
.postbox__comment-agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 14px;
    height: 14px;
    background: var(--vl-theme-5);
    border: 1px solid #b9bac1;
    outline: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    flex: 0 0 auto;
}
.latest-comments ul li, .sidebar__widget ul li:not(:last-child), .tagcloud a {
    margin-bottom: 10px;
}
.postbox__comment-agree input:checked {
    position: relative;
    background-color: var(--vl-theme-1);
    border-color: transparent;
}
.postbox__comment-agree input:checked::after {
    box-sizing: border-box;
    content: "\f00c";
    position: absolute;
    font-family: var(--vl-ff-fontawesome);
    font-size: 10px;
    color: var(--vl-theme-5);
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.postbox__comment-agree label {
    padding-left: 8px;
    color: var(--vl-theme-3);
    line-height: 1;
}
.postbox__comment-agree label a {
    color: var(--vl-theme-2);
    font-weight: 600;
    padding-left: 4px;
}
.sidebar__widget-title {
    font-size: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f5;
}
.sidebar__widget ul li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--vl-theme-3);
    position: relative;
}
.sidebar__widget ul li a:hover::after {
    background: var(--vl-theme-1);
}
.sidebar__widget ul li ul {
    padding-top: 10px;
    padding-left: 15px;
}
.sidebar__search input {
    width: 100%;
    height: 60px;
    line-height: 56px;
    background: var(--vl-grey-1);
    border: 2px solid var(--vl-grey-1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding-left: 30px;
    padding-right: 45px;
}
.sidebar__search input::placeholder {
    color: #8d8e9a;
    font-weight: 500;
}
.sidebar__search input:focus {
    border-color: var(--vl-theme-1);
    background-color: var(--vl-theme-5);
}
.sidebar__search button {
    position: absolute;
    top: 50%;
    right: 20px;
    left: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar__search button svg {
    width: 18px;
    height: 18px;
}
.sidebar__search button svg .st0, .sidebar__search button svg .st1 {
    fill: var(--vl-theme-2);
}
.tagcloud a {
    display: inline-block;
    height: 36px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 16px!important;
    font-weight: 500;
    color: var(--vl-theme-3);
    background: var(--vl-theme-4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-right: 8px;
}
.rc__meta span, .rc__title {
    font-size: 18px;
    font-weight: 500;
}
.comments-replay a:hover, .tagcloud a:hover {
    color: var(--vl-theme-5);
    background: var(--vl-theme-1);
}
.rc__post:not(:last-child), .wp-block-comments, .wp-block-post {
    margin-bottom: 30px;
}
.rc__meta span {
    color: #6a727f;
}
.rc__thumb img {
    width: 75px;
    height: 75px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    object-fit: cover;
}
.rc__title {
    color: var(--vl-common-black);
    line-height: 1.4;
}
.rc__title a:hover {
    color: var(--vl-theme-1);
}
.latest-comments h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.latest-comments ul li.children {
    margin-left: 100px;
}
.latest-comments ul li ul li.children-2 {
    margin-left: 100px;
    margin-top: 10px;
}
.comments-box {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 25px 40px 30px 30px;
}
.comments-avatar img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%}
.avatar-name {
    margin-bottom: 5px;
}
.avatar-name h5 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.avatar-name span {
    font-size: 18px;
    color: var(--vl-text-11);
}
.comments-text p {
    color: var(--vl-text-11);
    margin-bottom: 15px;
}
.comments-replay {
    margin-top: 10px;
}
.comments-replay a {
    display: inline-block;
    color: var(--vl-theme-1);
    background: rgba(61, 108, 231, .1);
    line-height: 19px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
a.wp-block-file__button {
    padding: 2px 10px;
}
.wp-block-media-text, figure.wp-block-video {
    margin-top: 24px;
}
.wp-block-buttons, .wp-block-columns, .wp-block-search, h3.footer__widget-title, li.wp-block-pages-list__item {
    margin-bottom: 24px;
}
.footer-1 .footer__widget ul li:last-child, .format-quote p {
    margin-bottom: 0;
}
.format-quote {
    padding: 30px;
    font-style: italic;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 30px 40px 0 rgba(1, 11, 60, .1);
}
.format-quote p {
    font-size: 24px;
    line-height: 34px;
}
.format-audio {
    border-radius: 4px;
    overflow: hidden;
}
p.form-submit input {
    border-radius: 230px;
    background: var(--Email-Marketing-Color-Main-Color, #6a5cff);
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding: 18px 24px;
    border: 3px solid #e7e8ff;
    margin-bottom: 20px;
}
ul.wp-block-page-list {
    padding-left: 24px;
}
.post-comments .latest-comments ul li, .tp-blog-area .wp-block-social-links li {
    padding: 0;
}
a.comment-reply-link {
    padding: 4px 12px;
    border: 1px solid #ddd;
    margin-top: 10px;
    display: inline-block;
}
.wp-block-query-paginatio a {
    border: 1px solid #ddd;
}
.wp-block-query-pagination-numbers a, .wp-block-query-pagination-numbers span {
    border: 1px solid #ddd;
    padding: 8px 12px;
}
a.wp-block-query-pagination-next {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 4px 12px;
}
.wp-block-query-pagination-numbers span.current {
    border-color: #000;
}
.elementor-widget-container .blog__thumb img {
    min-height: 247px;
    object-fit: cover;
}
.footer-1 .footer-info-widget .social-links a {
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    background: var(--vl-theme-4);
    text-align: center;
    line-height: 40px;
    margin: 0 6px 0 0;
    transition: .4s;
    color: var(--vl-theme-1);
}
.footer-1 .footer-info-widget .social-links a:hover {
    background: var(--vl-theme-1);
    color: var(--vl-theme-5);
    transition: .4s;
}
.footer-1 .footer__top {
    border-bottom: 1px solid #f0f0f5;
    margin-bottom: 20px;
}
.footer-1 ul.footer-info li span {
    display: flex;
    line-height: 24px;
    transition: .4s;
}
.footer-1 ul.footer-info li span i {
    margin: 4px 8px 0 0;
}
.footer-1 ul.footer-info li span:hover {
    color: var(--vl-theme-1);
    transition: .4s;
}
.footer-1 .footer__bottom .copyright-menu {
    text-align: end;
}
.footer-1 .footer__bottom .copyright-menu ul {
    list-style: none;
}
.footer-1 .footer__bottom .copyright-menu ul li {
    list-style: none;
    display: inline-block;
}
.footer-1 .footer__bottom .copyright-menu ul li a:hover {
    color: var(--vl-theme-1);
    transition: .4s;
}
.footer-1 .footer__bottom .copyright-menu ul li:first-child {
    margin: 0 16px 0 0;
}
.footer-1 .seo-subscribe-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: none;
    outline: 0;
    background: var(--vl-theme-1);
    transition: .4s;
    border-radius: 25px;
    color: var(--vl-theme-5);
    padding: 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    position: absolute;
    right: -16px;
    top: -16px;
}
.footer-1 .seo-subscribe-form {
    position: relative;
    z-index: 1;
    border-radius: 25px;
    width: 100%}
.footer-1 .seo-subscribe-form span.wpcf7-form-control-wrap input {
    border: none;
    background: 0 0;
    width: 100%;
    position: relative;
    top: -6px;
}
.footer-1 .seo-subscribe-form span.wpcf7-form-control-wrap input::placeholder {
    color: #090b0e;
    opacity: 80%}
.wpcf7 input[type=email], .wpcf7 input[type=tel]::placeholder, .wpcf7 input[type=url] {
    color: var(--vl-theme-2);
    opacity: 80%}
.footer-1 .tp-footer-subscribe-form {
    width: 395px;
    border-radius: 25px;
    background: var(--vl-theme-5);
    box-shadow: 0 4px 48px 0 rgba(0, 0, 0, .09);
    padding: 16px;
    position: relative;
    height: 50px;
    left: -100px;
}
p.subscribe-form input {
    width: 100%;
    padding: 10px 14px;
    border-radius: 30px;
    border: 1px solid #e5e7eb;
    background: #fff;
}
p.subscribe-form input::placeholder {
    color: var(--vl-theme-3);
}
.footer-9 p.subscribe-form input {
    background: #fff;
    opacity: 1;
}
.footer-9 button.subscribe-form-button input {
    background: no-repeat;
}
button.subscribe-form-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #4e2fda;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    transform: translateY(0);
}
button.subscribe-form-button:hover {
    background: #2e00ff;
    transition: .3s;
    transform: translateY(-5px);
}
button.subscribe-form-button input {
    background: 0 0;
    border: none;
    padding: 0 4px 0 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
button.subscribe-form-button i {
    width: 40px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(-45deg);
    transition: .3s;
}
button.subscribe-form-button:hover i {
    transition: .3s;
    transform: rotate(0);
}
ul#menu-copyright-menu li {
    padding-right: 10px;
}
.footer-col-1, ul#menu-copyright-menu li:last-child {
    padding-right: 0;
}
ul.footer-info li {
    margin-bottom: 12px;
}
.footer-1 .footer__widget ul li {
    margin-left: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    margin-bottom: 10px;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .page__title-shape img.page-title-shape-6 {
    top: 20%;
    left: 3%}
.blog__meta ul li:not(:last-child) {
    margin-right: 10px;
}
.blog__content {
    padding-left: 20px;
    padding-right: 20px;
}
.footer-col-1 {
    padding-right: 0;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .breadcrumb__title, .breadcrumb__title-2 {
    font-size: 40px;
}
.page__title-shape img.page-title-shape-2 {
    left: 50px;
    top: 28%}
.page__title-shape img.page-title-shape-6 {
    top: 20%;
    left: 3%}
.blog__content-float {
    width: 78%}
.postbox__title {
    font-size: 30px;
}
.footer-col-1 {
    padding-right: 0;
}

}

.footer-col-2 {
    padding-left: 50px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-col-2, .footer-col-4 {
    padding-left: 0;
}
}.offcanvas__area .modal.show .modal-dialog {
    transform: none!important;
}
.offcanvas__area .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(100px, 0);
}
.offcanvas__area .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 450px;
    width: 100%;
    height: 100%;
    margin: 0;
    background: var(--vl-theme-5);
}
.offcanvas__area .modal-content {
    border: 0;
}
.offcanvas__wrapper {
    position: relative;
    padding: 45px;
}
.offcanvas__close-btn {
    display: inline-block;
    font-size: 18px;
    height: 45px;
    width: 45px;
    line-height: 46px;
    background: var(--vl-theme-1);
    color: #fff;
    border-radius: 50%}
.offcanvas__close-btn:hover {
    background: var(--vl-theme-2);
}
.offcanvas__top {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--vl-theme-4);
}
.offcanvas__search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: 0 0;
    border: none;
    outline: 0;
    border-bottom: 1px solid var(--vl-theme-4);
    font-size: 18px;
}
.offcanvas__contact-icon i, .offcanvas__social ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}
.offcanvas__search input::placeholder {
    color: var(--vl-theme-3);
}
.category__icon.add a, .category__title.add {
    color: var(--vl-theme-1);
}
.offcanvas__search input:focus {
    border-color: var(--vl-theme-2);
}
.offcanvas__search button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--vl-text-1);
}
.offcanvas__text p {
    margin-bottom: 25px;
}
.offcanvas__contact h4 {
    font-size: 22px;
    margin-bottom: 20px;
}
.offcanvas__contact-icon i {
    line-height: 40px;
    border: 1px solid var(--vl-theme-4);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}
.offcanvas__contact-text a {
    font-size: 18px;
    font-weight: 500;
    color: var(--vl-text-2);
}
.offcanvas__map iframe {
    width: 100%;
    height: 200px;
    border: none;
}
.offcanvas__social ul li a {
    line-height: 42px;
    background: var(--vl-theme-4);
    color: var(--vl-theme-1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.offcanvas__social ul li a:hover {
    background: var(--vl-theme-1);
    color: var(--vl-theme-5);
}
.category__wrapper .section__title-wrapper-2 {
    padding-right: 110px;
}
@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px), (max-width:575px) {
    .category__wrapper .section__title-wrapper-2 {
    padding-right: 0;
}
}.category__wrapper p {
    font-size: 18px;
    color: var(--vl-theme-3);
    padding-right: 85px;
    margin-bottom: 25px;
}
@media only screen and (min-width:992px) and (max-width:1199px), (max-width:575px) {
    .category__wrapper p {
    padding-right: 0;
}
}.category__wrapper-3 p {
    font-size: 18px;
    color: var(--vl-theme-3);
    margin-bottom: 5px;
    padding-right: 35px;
}
@media (max-width:575px) {
    .breadcrumb__title {
    font-size: 35px;
}
.breadcrumb__title-2 {
    font-size: 26px;
}
.page__title-shape img.page-title-shape-2 {
    left: 30px;
    top: 28%}
.page__title-shape img.page-title-shape-6 {
    top: 9%;
    left: 3%}
.blog__title-float, .postbox__title {
    font-size: 25px;
}
.blog__content-float {
    width: 80%;
    left: 20px;
}
.postbox__content {
    padding-left: 20px;
    padding-right: 20px;
}
.postbox__meta span {
    margin-right: 9px;
}
.postbox__slider button.postbox-slider-button-next {
    right: 10px;
}
.postbox__slider button {
    left: 10px;
}
.postbox__quote {
    padding: 20px 30px;
}
.postbox__details .postbox__content {
    padding: 35px 30px 30px;
}
.offcanvas__wrapper, .postbox__details .postbox__quote {
    padding: 20px;
}
.postbox__details .postbox__quote p {
    font-size: 18px;
}
.latest-comments ul li ul li.children-2, .latest-comments ul li.children {
    margin-left: 15px;
}
.comments-text {
    margin-left: 0;
    margin-top: 15px;
}
.footer-col-1 {
    padding-right: 0;
}
.offcanvas__area {
    width: 290px;
}
.category__wrapper-3 p {
    margin-bottom: 15px;
}
}@media only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .header__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-menu-border::after {
    display: none;
}
.blog__sidebar {
    padding-left: 0;
    margin-top: 50px;
}
.footer-col-2, .footer-col-4 {
    padding-left: 0;
}
.category__item-wrapper {
    margin-top: 50px;
}
}.category__item:hover .category__icon a {
    background-color: var(--vl-theme-1);
}
.category__item:hover .category__icon.pink-bg a {
    background-color: var(--vl-common-pink);
}
.category__item:hover .category__icon.green-bg a {
    background-color: var(--vl-common-green-3);
}
.category__item:hover .category__icon.green-bg a svg path {
    fill: var(--vl-theme-5);
}
.category__item:hover .category__icon.orange-bg a {
    background-color: var(--vl-common-orange);
}
.category__item:hover .category__icon.purple-bg a {
    background-color: var(--vl-common-purple);
}
.category__item:hover .category__icon.green-bg-2 a {
    background-color: var(--vl-common-green-4);
}
.category__item:hover .category__icon.yellow-bg a {
    background-color: var(--vl-common-yellow);
}
.category__item:hover .category__icon.yellow-bg a svg path {
    stroke: var(--vl-theme-5);
    fill: var(--vl-common-white);
}
.category__item:hover .category__icon.violet-bg a {
    background-color: var(--vl-common-violet);
}
.category__item:hover .category__icon.violet-bg a svg path {
    fill: var(--vl-theme-5e);
}
.category__item:hover .category__icon.add a {
    background-color: var(--vl-common-green-2);
    color: var(--vl-theme-5);
}
.category__item:hover .category__icon.add a svg path {
    fill: var(--vl-theme-5);
}
.category__item-3 {
    border: 2px solid rgba(3, 18, 32, .06);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}
.category__item-3:hover {
    border-color: var(--vl-theme-3);
}
.category__icon {
    margin-bottom: 10px;
}
.category__icon a {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    background-color: var(--vl-theme-2);
}
.category__icon.pink-bg a {
    background-color: rgba(255, 100, 112, .1);
}
.category__icon.green-bg a {
    background-color: rgba(39, 170, 77, .1);
}
.category__icon.orange-bg a {
    background-color: rgba(243, 127, 67, .1);
}
.category__icon.purple-bg a {
    background-color: rgba(227, 60, 255, .1);
}
.category__icon.green-bg-2 a {
    background-color: rgba(32, 173, 150, .1);
}
.category__icon.yellow-bg a {
    background-color: rgba(245, 180, 85, .1);
}
.category__icon.violet-bg a {
    background-color: rgba(97, 81, 251, .1);
}
.category__icon.violet-bg a svg path {
    fill: var(--vl-theme-1);
}
.category__icon.add a {
    background-color: transparent;
    border: 1px solid var(--vl-theme-1);
    font-size: 35px;
}
.category__list ul li a, .category__title a:hover, .category__title-3 {
    color: var(--vl-theme-2);
}
.category__title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.category__title-3 {
    font-size: 20px;
    font-weight: 700;
    background-color: var(--vl-theme-4);
    margin-bottom: 0;
    padding: 20px 30px;
}
.category__list {
    padding-top: 10px;
    padding-bottom: 5px;
}
.category__list ul li {
    list-style: none;
}
.category__list ul li a {
    font-size: 18px;
    position: relative;
    padding: 7px 30px 10px 40px;
    display: block;
}
.category__list ul li a i {
    margin-left: 30px;
    visibility: hidden;
    opacity: 0;
    color: var(--vl-theme-3);
}
.category__list ul li a::after {
    position: absolute;
    content: "";
    left: 28px;
    top: 44%;
    -webkit-transform: tranlateY(-50%);
    -moz-transform: tranlateY(-50%);
    -ms-transform: tranlateY(-50%);
    -o-transform: tranlateY(-50%);
    transform: tranlateY(-50%);
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--vl-common-black-3);
}
.category__list ul li a:hover {
    background-color: rgba(0, 122, 112, .06);
}
.category__list ul li a:hover i {
    visibility: visible;
    opacity: 1;
}
.category__btn-3 {
    padding: 20px 30px 35px;
}
.category__more {
    flex: 0 0 auto;
}

.footer-info-widget p {
     font-size: 16px;
     line-height: 26px;
 }