/* cyrillic-ext */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url(../fonts/xn7gYHE41ni1AdIRggqxSuXd.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url(../fonts/xn7gYHE41ni1AdIRggOxSuXd.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url(../fonts/xn7gYHE41ni1AdIRggSxSuXd.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url(../fonts/xn7gYHE41ni1AdIRggixSuXd.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url(../fonts/xn7gYHE41ni1AdIRggmxSuXd.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url(../fonts/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --font-default: 'Manrope', sans-serif;
    --font-heading: 'Manrope', sans-serif;
    --fontawesome: "Font Awesome 5 Pro";
    --black: #000000;
    --dark: #0e2a47;
    --dark-secondary: #033120;
    --dark-optional: #00194C;
    --white: #ffffff;
    --color-primary: #1CB098;
    --color-secondary: #05d5b3;
    --color-style-two: #6374ff;
    --color-style-three: #33bfff;
    --color-style-four: #ffe824;
    --color-style-five: #890c25;
    --color-style-six: #e0f7fb;
    --color-heading: #04000b;
    --color-paragraph: #666666;
    --bg-gray: #ededed;
    --bg-gray-secondary: #f0f7ff;
    --bg-gradient: linear-gradient(90deg, var(--color-primary) 50%, var(--color-secondary) 100%);
    --bg-gradient-secondary: linear-gradient(90deg, var(--color-style-two) 50%, var(--color-style-three) 100%);
    --bg-gray-gradient: linear-gradient(90deg, var(--bg-gray-secondary) 30%, var(--bg-gray) 100%);
    --bg-gray-gradient-secondary: linear-gradient(to left, #E5FFF3 0%, #e0f1ff 30%, #FDF2EF 100%);
}


/* ============================================================== 
     # Reset Browsers
=================================================================== */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrapper {
    height: 100%;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
}

a img {
    border: none;
}

a:active {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
    opacity: 1;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
}

a:hover {
    outline: none;
    text-decoration: none;
    color: var(--color-primary);
    opacity: 1;
}

.color-style-two a:hover {
    color: var(--color-style-two);
}

.color-secondary a:hover {
    color: var(--color-secondary);
}

button {
    outline: medium none;
}

iframe {
    border: none;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #6b6b6b;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

ul {
    list-style-type: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

b {
    font-weight: 600;
}

strong {
    font-weight: 600;
}

.row {
    --bs-gutter-x: 30px;
}

i::before {
    line-height: inherit !important;
}


/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
    font-family: var(--font-default);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: var(--white);
    color: var(--color-paragraph);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-heading);
    font-weight: normal;
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

h1 {
    font-size: 40px;
    margin-bottom: 25px;
}

h2 {
    font-size: 36px;
    margin-bottom: 25px;
}

h3 {
    font-size: 28px;
    margin-bottom: 25px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

a,
.btn,
button {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    outline: medium none;
    text-decoration: none;
    font-weight: 800;
    line-height: 26px;
}

p {
    color: var(--color-paragraph);
    margin: 0 0 8px;
    text-transform: none;
    font-family: var(--font-default);
}

.form-group {
    margin-bottom: 20px;
}


@media only screen and (min-width: 768px) {
    .row {
        --bs-gutter-x: 30px;
    }
}

/* Default CSS */
.container-medium {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-fill {
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
}

@media (min-width:576px) {
    .container-medium {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-medium {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-medium {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-medium {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width:576px) {
    .container-full {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-full {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-full {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-full {
        max-width: 1400px;
        width: 90%;
    }
}

@media (min-width:576px) {
    .container-fill {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-fill {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-fill {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-fill {
        width: 90%;
        max-width: 1400px;
    }

    .container-fill a.navbar-brand {
        padding-left: 15px;
    }
}

@media (max-width:1199px) {
    .container-fill {
        padding: 0 15px;
    }
}

.fixed-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.bg-gray {
    background-color: #f0f3f4;
}

.bg-light {
    background-color: var(--white);
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-theme {
    background-color: var(--color-primary);
}

.bg-gradient {
    background: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%) !important;
}

.gradient-bg {
    background-image: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
    background-color: var(--color-primary);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
    color: var(--white);
}

.shadow {
    position: relative;
    z-index: 1;
    box-shadow: inherit !important;
}

.shadow.dark::after {
    background: var(--dark) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.dark-hard::after {
    background: var(--dark) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.theme::after {
    background: var(--color-primary) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.theme-hard::after {
    background: var(--color-primary) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
    position: relative;
}

.default-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.default-padding-top {
    padding-top: 70px;
}

.default-padding-bottom {
    padding-bottom: 70px;
}

.default-padding.bottom-less {
    padding-top: 50px;
    padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
    margin-bottom: -30px;
}

.default-padding-top.bottom-less {
    margin-bottom: -30px;
}

.top-border {
    border-top: 1px solid #e7e7e7;
}

.align-center {
    align-items: center;
}

/* Button */

.btn {
    display: inline-block;
    font-weight: 800;
    line-height: 25px;
    text-transform: capitalize;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
    font-size: 14px;
    text-transform: capitalize;
}

a.btn.circle.btn-theme {
    background: var(--color-primary);
    color: var(--white);
    border-radius: 30px;
}

.btn-theme {
    background: var(--color-primary);
    color: var(--white);
}

.btn-md {
    padding: 15px 45px;
}

.btn-sm {
    padding: 13px 40px;
}

a:hover,
a:active {
    opacity: 1;
    text-decoration: none;
}

.btn.btn-gradient {
    position: relative;
    z-index: 1;
    color: var(--white) !important;
}

.btn.btn-gradient::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #118bba, var(--color-primary), #118bba);
    background-size: 300% 100%;
    text-transform: uppercase;
    display: inline-block;
    color: var(--white) !important;
    background-color: #118bba;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.btn.btn-gradient:hover::after,
.btn.btn-gradient:active {
    background-position: -50% 0;
    color: var(--white);
}

.btn-md i {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 3px;
}

.video-btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 10px;
}

.text-center .video-btn {
    margin-left: 0;
}

.video-btn i {
    display: inline-block;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    background: var(--color-primary);
    border-radius: 50%;
    position: relative;
    margin-right: 20px;
    color: var(--white);
}

.text-light .video-btn i {
    background: var(--white);
    color: var(--color-primary);
}

.video-btn i::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--color-primary) repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.text-light .video-btn i::after {
    background: var(--white) repeat scroll 0 0;
}

.btn.btn-light.effect {
    color: var(--color-heading);
    border: 2px solid transparent;
    overflow: hidden;
    position: relative;
}

.btn.btn-light.effect::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--white);
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.btn.btn-light.effect:hover {
    border: 2px solid var(--white);
    color: var(--white);
    background: transparent;
}

.btn.btn-light.effect:hover::after {
    width: 0;
}

.btn.btn-dark.effect {
    color: var(--white);
    border: 2px solid transparent;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.btn.btn-dark.effect::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--dark);
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.btn.btn-dark.effect:hover {
    border: 2px solid var(--dark);
    color: var(--dark);
    background: transparent;
}

.btn.btn-dark.effect:hover::after {
    width: 0;
}

.btn-light.border {
    background: var(--white);
    border: 2px solid #e7e7e7 !important;
}

.btn-theme-border {
    border: 2px solid var(--color-primary);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.btn-theme-border::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    background: var(--color-primary);
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.btn-theme-border.circle::after {
    border-radius: 30px;
}

.btn-theme-border:hover::after {
    width: 100%;
}

.btn-theme-border:hover {
    color: var(--white);
}

.btn-light-border {
    border: 2px solid var(--white);
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: var(--white);
}

.btn-light-border::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    background: var(--white);
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.btn-light-border.circle::after {
    border-radius: 30px;
}

.btn-light-border:hover::after {
    width: 100%;
}

.btn-light-border:hover {
    color: var(--color-heading);
}

.btn-theme-effect {
    border: 2px solid var(--color-primary);
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: var(--white);
}

.btn-theme-effect::after {
    position: absolute;
    left: -10px;
    top: -10px;
    content: "";
    height: 120%;
    width: 120%;
    background: var(--color-primary);
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.btn-theme-effect.circle::after {
    border-radius: 30px;
}

.btn-theme-effect:hover::after {
    width: 0;
}

.btn-theme-effect:hover {
    color: var(--color-heading);
}


/* End Button */

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

.bg-fixed {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
}

.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}

.overflow-hidden {
    overflow: hidden;
}

button,
button:focus {
    border: none !important;
    box-shadow: inherit !important;
    outline: inherit !important;
}

/* Infinite Up Down Animation */
@keyframes UpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


/* Demo Banner */

.virtual-banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.virtual-banner::after {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    height: 700px;
    width: 700px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    transform: translateX(-50%);
    filter: blur(120px);
    opacity: 0.5;
}

.virtual-banner::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.7;
}

.virtual-banner .virtual-item img {
    position: absolute;
    box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
}

.virtual-banner .virtual-item img:first-child {
    left: 0;
    top: 50%;
    height: 250px;
    transform: translateY(-50%);
}

.virtual-banner .virtual-item img:nth-child(2) {
    right: 0;
    top: 50%;
    height: 250px;
    transform: translateY(-50%);
}

.virtual-banner .virtual-item img:nth-child(3) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -120px;
}

.virtual-banner .content {
    padding-top: 140px;
}

.virtual-banner .content img {
    border-radius: 10px;
}

.virtual-banner .features li {
    display: inline-block;
    height: 80px;
    width: 80px;
    background: #ffffff;
    line-height: 80px;
    border-radius: 50%;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    margin: 10px;
}

.virtual-banner .features li img {
    height: 40px;
    bottom: 0;
    margin: 0;
    position: inherit;
    border-radius: 0;
    transition: 0.3s;
}

.virtual-banner .button .circle:hover {
    box-shadow: 0px 0px 0px 14px rgba(255, 69, 0, 0.15);
}

.virtual-banner .features li:hover img {
    transform: scale(1.5);
}

.virtual-banner .features {
    margin-top: 20px;
    margin-bottom: 20px;
}

.virtual-banner .content h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
}

.virtual-banner.page .content h2 span {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    color: #515151;
}

.virtual-banner.page .content h2 span i {
    margin: 0 5px 0 20px;
}

.virtual-banner.page .content h2 span i:nth-child(1) {
    margin-left: 0;
}

.virtual-banner .content p {
    font-size: 20px;
    line-height: 1.7;
}


.fun-facts-area .fun-fact {
    text-align: center;
}

.fun-facts-area .fun-fact .counter {
    position: relative;
}

.fun-facts-area .fun-fact .counter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-weight: 800;
    color: var(--color-primary);
    line-height: 1;
    margin-bottom: 5px;
    font-family: var(--font-heading);
}

.fun-facts-area .fun-fact .medium {
    font-weight: 500;
    color: var(--color-heading);
    opacity: 0.8;
}

.fun-facts-area .item {
    border-right: 1px solid #e7e7e7;
}

.fun-facts-area .item:last-child {
    border: none;
}

.layout-style-one .thumb {
    margin-left: -50%;
    text-align: center;
}

.virtual-images {
    position: relative;
}

.virtual-images img:nth-child(2) {
    position: absolute;
    height: 270px;
    left: -50px;
    z-index: -1;
    bottom: -50px;
}

.virtual-images img:nth-child(3) {
    position: absolute;
    height: 270px;
    right: -50px;
    z-index: -1;
    bottom: -50px;
}

.virtual-banner .virtual-images img {
    border-radius: inherit;
    box-shadow: inherit;
}

.virtual-images img:first-child {
    position: relative;
    border-radius: 22px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: -5px;
    background: #1f1f1f;
    border: solid 4px #ffffff;
    box-shadow: 1px 3px 30px rgba(0, 0, 0, 0.2);
}

.virtual-images img {
    box-shadow: 0 0 10px #ccc;
}

.plugins-uses .left-info h5 {
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 800;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 280% 150%;
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 1;
    font-size: 20px;
}

.plugins-uses .left-info h2 {
    font-weight: 800;
    margin: 0;
}

.plugins-uses .left-info {
    padding-right: 35px;
}

.plugins-uses .item img {
    height: 80px;
    width: auto;
    margin-bottom: 20px;
}

.plugins-uses .item h5 {
    font-weight: 800;
    margin: 0;
}

.plugins-carousel {
    padding-left: 50px;
    border-left: 1px solid #dddddd;
}


.virtual-area .single-item>a {
    position: relative;
    z-index: 1;
}

.virtual-area .single-item img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: none !important;
}

.virtual-area .single-item img {
    border-radius: 8px !important;
}


.virtual-area .single-item h4 {
    margin: 0;
    margin-top: 30px;
    font-weight: 800;
    font-size: 18px;
}

.virtual-area .site-heading h4 {
    text-transform: uppercase;
    font-weight: 800;
    color: var(--color-primary);
}

.virtual-area .site-heading h2 {
    font-weight: 800;
    margin: 0;
    text-transform: capitalize;
    font-size: 42px;
}

footer.virtual img {
    height: 50px;
    margin: 0;
}

footer.virtual .logo {
    height: auto;
}

footer.virtual {
    padding: 30px 0;
}

.left-copyright {
    text-align: left;
}

.right-copyright {
    text-align: right;
}

a.smooth-menu.infinite-down {
    height: 80px;
    width: 40px;
    border: 2px solid var(--color-primary);
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50px;
    margin-top: 15px;
}

a.smooth-menu.infinite-down i {
    transform: rotate(90deg);
    font-size: 20px;
}

a.smooth-menu.infinite-down img {
    height: auto;
    width: 14px;
    margin: auto;
    border-radius: 0;
    animation: UpDown 1.5s linear infinite;
    -webkit-animation: UpDown 1.5s linear infinite;
}

@media (min-width: 1200px) {

    .virtual-area .container,
    .virtual-area .container-lg,
    .virtual-area .container-md,
    .virtual-area .container-sm,
    .virtual-area .container-xl {
        max-width: 1320px;
    }

}

@media (min-width: 1023px) {
    .navbar.virtual-nav .navbar-collapse.collapse {
        margin-left: 50px;
    }
}



.virtual-area .single-item .button a {
    display: inline-block;
    padding: 11px 35px;
    background: var(--color-primary);
    border-radius: 5px;
    margin: 10px 3px;
    margin-bottom: 0;
    border-radius: 30px;
    color: var(--white);
}

.virtual-area .single-item .button a:nth-child(2) {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 1);
    color: #232323;
}

.virtual-area .single-item .button {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-100%);
    z-index: 9;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.virtual-area .single-item>a h4 {
    position: absolute;
    left: 1px;
    bottom: 0;
    right: 1px;
    display: inline-block;
    z-index: 9;
    color: var(--color-heading);
}

.virtual-area .single-item .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.virtual-area .single-item:hover .button {
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}

.layout-style-one h2 {
    font-weight: 800;
    margin-bottom: 30px;
}

.layout-style-one p {
    margin: 0;
}

.site-heading ul li {
    display: inline-block;
    font-weight: 500;
    position: relative;
    z-index: 1;
    padding-left: 38px;
    margin-top: 30px;
    margin-left: 15px;
    padding-right: 15px;
}

.site-heading ul li::after {
    position: absolute;
    left: 0;
    top: -1px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    background: var(--dark);
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 800;
}

.site-heading h1 {
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 800;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 100px;
    line-height: 1;
    margin-bottom: 10px;
}


.virtual-area .single-item .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.virtual-area .single-item .thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 70%;
    width: 100%;
    background: var(--dark);
    border-radius: 8px;
    opacity: 0;
    transition: all 0.35s ease-in-out;
    visibility: hidden;
}

.virtual-area .single-item.comming-soon .thumb::after {
    display: none;
}

.virtual-area .single-item:hover .thumb::after {
    height: 100%;
    opacity: 0.7;
    visibility: visible;
}

/* review grid */

/* ============================================================== 
     # Gallery 
=================================================================== */

.customer-review-area {
    background-position: center right !important;
}

.customer-review-area .review-items {
    margin: -15px;
}

.review-items.colums-3 .single-item {
    float: left;
    padding: 15px;
    width: 33.3333%;
}

.review-items.colums-2 .single-item {
    float: left;
    padding: 15px;
    width: 50%;
}

.review-items.colums-4 .single-item {
    float: left;
    padding: 15px;
    width: 25%;
}

.customer-review-area h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 30px;
}

.customer-review-area h2 a {
    color: var(--color-primary);
    font-weight: 800;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 280% 150%;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: underline;
    line-height: 1;
}

.customer-review-area .rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-review-area .item h4 {
    font-weight: 700;
    margin: 0;
}

.customer-review-area .item span {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #616161;
    font-weight: 600;
    margin-bottom: 10px;
}

.customer-review-area .item span i {
    font-size: 15px;
    margin-right: 3px;
}

.customer-review-area .rating i {
    color: #FFB422;
}

.customer-review-area .item .top span {
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    display: inline-block;
    text-transform: uppercase;
    background: rgb(28 176 152 / 80%);
    padding: 2px 15px;
    border-radius: 5px;
    margin: 10px;
}

.customer-review-area .item {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
    display: block;
}

.customer-review-area .item .top {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    height: 200px;
}

.customer-review-area .item .provider {
    display: flex;
    align-items: center;
}

.customer-review-area .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.customer-review-area .item .provider h5 {
    margin: 0;
    font-weight: 800;
}

.customer-review-area .item .provider span {
    font-size: 13px;
}

.customer-review-area .item i {
    font-size: 14px;
}

.customer-review-area .item p {
    margin-bottom: -5px;
}


.sub-title {
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 800;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.title {
    font-size: 42px;
    font-weight: 800;
    margin: 0;
}

.feature-single-item {
    margin-bottom: 30px;
}

.feature-single-item {
    display: inline-block;
    background: #ffffff;
    box-shadow: 0 1px 21px rgb(0 0 0 / 10%);
    padding: 10px 20px;
    border-radius: 10px;
    width: 200px;
    margin: 5px;
}


.feature-single-item:hover {
    color: #ffffff;
    background: var(--color-primary) !important;
}

.feature-single-item .thumb img {
    height: 40px;
    width: 40px;
    float: right;
}

.feature-single-item h6 {
    font-size: 16px;
    font-weight: 800;
    text-align: left;
    margin-top: 12px;
    transition: 0.3s;
}

.feature-single-item:hover h6 {
    color: #ffffff !important;
}

.full-features-area {
    z-index: 1;
    position: relative;
}


.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--cretech-primary, #6a2dec);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--color-primary, #6a2dec);
    opacity: 0.5;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: var(--color-primary, #6a2dec);
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .virtual-banner .virtual-item img:first-child {
        left: -50px;
    }

    .virtual-banner .virtual-item img:nth-child(2) {
        right: -50px;
    }

    .virtual-images img:first-child {
        max-width: 70%;
    }

    .virtual-images img:nth-child(2) {
        bottom: -50px;
    }

    .virtual-images img:nth-child(3) {
        bottom: -50px;
    }

    .review-items.colums-3 .single-item {
        width: 50%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .navbar .attr-right .attr-nav li.button>a,
    .navbar .attr-right .attr-nav li.button>a:focus {
        padding: 12px 30px !important;
        font-size: 14px;
    }

    .virtual-banner .content {
        padding-top: 160px;
    }

    .virtual-images img:first-child {
        bottom: -70px;
        margin-top: -50px;
    }

    .virtual-banner .virtual-item img:nth-child(2) {
        display: none;
    }

    .virtual-banner .virtual-item img:first-child {
        display: none;
    }

    .virtual-banner .features {
        margin-top: 50px;
    }

    .plugins-uses .left-info h2 {
        padding: 0 20%;
    }

    .virtual-images img:nth-child(2) {
        display: none;
    }

    .virtual-images img:nth-child(3) {
        display: none;
    }

    .plugins-uses {
        text-align: center;
    }

    .plugins-uses .item img {
        margin: auto auto 15px;
    }

    .plugins-carousel {
        padding: 0;
        border: none;
        text-align: center;
        margin-top: 30px;
    }

    .layout-style-one .thumb {
        margin: 0;
    }

    .layout-style-one {
        text-align: center;
    }

    .review-items.colums-3 .single-item {
        width: 50%;
    }

    .customer-review-area .item {
        text-align: center;
    }

    .customer-review-area .item .top {
        display: block;
    }

    .customer-review-area .item .provider {
        display: block;
    }

    .customer-review-area .item img {
        margin: 0;
        margin-bottom: 20px;
    }

    .customer-review-area .item .info {
        margin-bottom: 15px;
    }




}

@media only screen and (max-width: 767px) {

    nav.navbar.validnavs .navbar-nav .d-none{
        display: block !important;
    }
    .virtual-banner .content {
        padding-top: 130px;
    }

    .virtual-images img:first-child {
        bottom: -70px;
        margin-top: -50px;
    }

    .virtual-banner .virtual-item img:nth-child(2) {
        display: none;
    }

    .virtual-banner .virtual-item img:first-child {
        display: none;
    }

    .virtual-banner .content h2 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .virtual-banner .features li img {
        height: 45px;
    }

    .virtual-banner .features li {
        height: 80px;
        width: 80px;
        line-height: 80px;
        margin: 0 3px;
        margin-top: 15px;
    }

    .virtual-banner .features {
        margin-top: 30px;
    }

    .virtual-images img:nth-child(2) {
        display: none;
    }

    .virtual-images img:nth-child(3) {
        display: none;
    }

    .default-padding {
        padding: 60px 0;
    }

    .default-padding-bottom {
        padding-bottom: 60px;
    }

    .default-padding-top {
        padding-top: 60px;
    }

    .plugins-uses {
        text-align: center;
    }

    .plugins-uses .item img {
        margin: auto auto 15px;
    }

    .plugins-carousel {
        padding: 0;
        border: none;
        text-align: center;
        margin-top: 30px;
    }

    .layout-style-one .thumb {
        margin: 0;
    }

    .layout-style-one {
        text-align: center;
    }

    .review-items.colums-3 .single-item {
        width: 100%;
    }

    .site-heading ul li {
        margin-left: 10px;
        margin-right: 10px;
        padding-right: 0;
    }

    .default-padding.bottom-less {
        padding-bottom: 0;
        padding-top: 60px;
    }

    footer.virtual {
        padding: 25px 0;
    }

    .default-padding.bottom-less.full-features-area {
        padding-bottom: 30px;
    }

    .title {
        font-size: 36px;
    }

    .customer-review-area .item {
        text-align: center;
    }

    .customer-review-area .item .top {
        display: block;
    }

    .customer-review-area .item .provider {
        display: block;
    }

    .customer-review-area .item img {
        margin: 0;
        margin-bottom: 20px;
    }

    .customer-review-area .item .info {
        margin-bottom: 15px;
    }

}

.virtual-banner .content h2 .element {
    position: relative;
    z-index: 1;
}

.virtual-banner .content h2 .element::after {
    position: absolute;
    left: 6px;
    right: 6px;
    content: "";
    bottom: 12px;
    height: 10px;
    background: #63dcc9;
    z-index: -1;
}

.site-heading h2 {
    font-weight: 800;
}

/* Infinite Carousel */
.slick-slide {
    padding: 0 15px;
}

.all-pages-area {
    position: relative;
    z-index: 1;
}

.all-pages-area::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 70%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #f0f3f4 100%) repeat scroll 0 0;
    z-index: -1;
}

.slick-slide:nth-child(2n) {
    position: relative;
    margin-top: 50px;
}

.slick-list.draggable {
    padding: 30px 0;
    margin-top: -30px;
}

.all-pages-area img {
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    padding: 2px;
    background: var(--white);
    border-radius: 10px;
}

/* Elementor Facilty */

.elementor-facility h2 {
    margin-bottom: 25px;
}

.elementor-facility ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    margin-top: 25px;
}

.elementor-facility ul li {
    font-weight: 500;
    color: #232323;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

.elementor-facility ul li::after {
    position: absolute;
    left: 0;
    top: 3px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: #DF0A0A;
    text-align: center;
    color: var(--white);
    border-radius: 50%;
    font-size: 11px;
}

@media (min-width: 1024px) {
    .elementor-facility img {
        max-width: 120%;
    }
}

.portfolio-items.colums-2 .single-item {
    float: left;
    padding: 15px;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .portfolio-items.colums-2 .single-item {
        width: 100%;
    }
}


.virtual-area .single-item .item {
    border-radius: 10px;
    overflow: hidden;
    background: var(--white);
    padding: 15px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    padding-bottom: 30px;
}

.virtual-area .single-item .item .badge {
    background: var(--dark);
    display: inline-block;
    margin-left: 4px;
}

#list-language {
    margin-bottom: 20px;
}

#list-language .btn.btn-gradient {
    font-size: 15px;
    padding: 10px 22px;
}

#list-language .btn.btn-gradient.active {
    color: var(--color-heading) !important;
}

#list-language .btn.btn-gradient.active::after {
    background: none !important;
}

@media (max-width: 900px) {

    .left-copyright,
    .right-copyright {
        text-align: center !important;
    }
}

.faq-style-one-area {
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.question-card {
    border-top: 1px solid;
    padding-top: 30px;
}

.faq-style-one button.accordion-button {
    color: var(--color-heading);
    font-size: 20px;
    font-weight: 600;
    padding: 25px !important;
    background: transparent;
    padding-right: 60px !important;
    position: relative;
    box-shadow: inherit;
    border-bottom: 1px solid transparent !important;
    text-transform: none;
}

.faq-style-one button.accordion-button::after {
    display: none;
}

.faq-style-one button.accordion-button::before {
    background: transparent;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 1;
    font-size: 20px;
    position: absolute;
    top: 25px;
    right: 25px;
}

.faq-style-one button.accordion-button:not(.collapsed)::before {
    transform: none;
    content: "\f068";
}

.faq-style-one button.accordion-button:focus {
    background: transparent;
    color: var(--color-heading);
    border: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    padding-left: 0;
    font-weight: 600;
}

.faq-style-one .accordion-item:first-child {
    margin-top: 0;
}

.faq-style-one.accordion-item h2 {
    margin: 0;
    border: none;
}

.faq-style-one .accordion-body {
    padding: 20px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #e7e7e7;
    font-size: 16px;
}

.faq-style-one .accordion-body p {
    margin: 0;
}

.faq-style-one button.accordion-button strong {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px;
    border: 1px solid #e7e7e7;
}

.faq-style-one.accordion-item {
    background: rgba(255, 255, 255, 0.4);
    border: none;
    margin-top: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
}

.faq-style-one .accordion-item:first-child {
    margin-top: 0;
}

.curriculum-accordion .faq-style-one button.accordion-button:not(.collapsed) {
    background: var(--bg-gradient);
    color: var(--white);
}

.curriculum-accordion .faq-style-one button.accordion-button {
    padding: 20px 30px !important;
    padding-right: 60px !important;
    border: none;
    font-weight: 800;
}

.curriculum-accordion .faq-style-one button.accordion-button::before {
    top: 20px;
    content: "\f107";
    font-size: 30px;
}

.curriculum-accordion .faq-style-one button.accordion-button:not(.collapsed)::before {
    content: "\f106";
}

.faq-style-one-items.curriculum-accordion .faq-style-one.accordion-item {
    border: none;
    box-shadow: 0px 9px 41px -11px rgb(109 117 143 / 43%);
}

.faq-style-one-items.curriculum-accordion .faq-style-one .accordion-body {
    border: none;
}

.curriculum-accordion .faq-style-one button.accordion-button:not(.collapsed) {
    background: var(--bg-gradient);
    color: var(--white);
}

.curriculum-accordion .faq-style-one button.accordion-button {
    padding: 20px 30px !important;
    padding-right: 60px !important;
    border: none;
}

.curriculum-accordion .faq-style-one button.accordion-button::before {
    top: 20px;
    content: "\f107";
    font-size: 30px;
}

.curriculum-accordion .faq-style-one button.accordion-button:not(.collapsed)::before {
    content: "\f106";
}

ul.curriculum-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    border-radius: 10px;
}

ul.curriculum-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    background: var(--bg-gray-gradient);
    padding: 15px 30px;
    border-bottom: 1px solid #c3e2eb;
    flex-wrap: wrap;
    row-gap: 20px;
}

ul.curriculum-list li .left-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

ul.curriculum-list li .right-content {
    display: flex;
    align-items: center;
    gap: 30px;
    min-width: 130px;
    text-align: right;
    justify-content: space-between;
}

ul.curriculum-list li:last-child {
    border: none;
}

ul.curriculum-list li h5 {
    margin: 0;
}

.form-login {
    margin: auto;
    max-width: 430px;
}

label {
    font-weight: 800;
    color: var(--dark);
}

.alert p {
    margin: 0;
}

.virtual-banner .content .alert p {
    font-size: 17px;
    text-align: left;
}

.home-blog-style-two-item .info {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 15px;
    padding: 20px;
    padding-top: 0;
}

ul.blog-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

ul.blog-meta li {
    display: inline-block;
    transition: all 0.35s ease-in-out;
    font-size: 16px;
}

ul.blog-meta li i {
    font-weight: 100;
    margin-right: 5px;
}

ul.blog-meta li a {
    display: inline-block;
    color: var(--color-paragraph);
    font-weight: 400;
}

ul.blog-meta li a:hover {
    color: var(--color-primary);
}

.color-secondary ul.blog-meta li a:hover {
    color: var(--color-style-two);
}

.theme-style-three ul.blog-meta li a:hover {
    color: var(--color-style-five);
}

.theme-skyblue ul.blog-meta li a:hover {
    color: var(--color-style-three);
}

.home-blog-style-two-item .blog-title {
    line-height: 1.3;
}

.home-blog-style-two-item .thumb {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.home-blog-style-two-item .thumb ul.blog-meta {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--white);
    margin: 0;
    padding: 10px 20px 20px;
    border-top-right-radius: 10px;
    padding-bottom: 2px;
}

.home-blog-style-two-item {
    overflow: hidden;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0px 15px 20px -10px rgb(109 117 143 / 33%);
}

.home-blog-style-two-item .thumb ul.blog-meta::after {
    position: absolute;
    right: -15px;
    bottom: 0px;
    content: "";
    height: 35px;
    width: 15px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 20px 0 0 var(--white);
}

.home-blog-style-two-item .thumb img {
    transition: all 0.35s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-blog-style-two-item:hover .thumb img {
    transform: scale(1.1);
}

.home-blog-style-two-item .thumb ul.blog-meta li a {
    display: inline-block;
    border-radius: 30px;
    padding: 0px 11px;
    font-size: 14px;
    border: 1px solid var(--color-primary);
}

.color-secondary .home-blog-style-two-item .thumb ul.blog-meta li a {
    border: 1px solid var(--color-style-two);
}

.theme-style-three .home-blog-style-two-item .thumb ul.blog-meta li a {
    border: 1px solid var(--color-style-five);
}

.theme-skyblue .home-blog-style-two-item .thumb ul.blog-meta li a {
    border: 1px solid var(--color-style-three);
}

a.btn-read-more {
    text-transform: uppercase;
    color: var(--color-paragraph);
}

a.btn-read-more i {
    display: inline-block;
    font-weight: 100;
    transform: rotate(-45deg);
    font-size: 20px;
    position: relative;
    top: 2px;
}

a.btn-read-more:hover {
    color: var(--color-primary);
}

.color-secondary a.btn-read-more:hover {
    color: var(--color-style-two);
}

.theme-skyblue a.btn-read-more:hover {
    color: var(--color-style-three);
}

.color-secondary a.btn-read-more:hover {
    color: var(--color-style-two);
}

.theme-style-three a.btn-read-more:hover {
    color: var(--color-style-five);
}

.blog-area.single .item .blog-item-box h2 {
    font-weight: 600;
}

.blog-area.single .item .blog-item-box h3 {
    font-weight: 600;
}

.blog-area.single .item .blog-item-box h4 {
    font-weight: 600;
}

.blog-area.single .item .blog-item-box .cats {
    float: left;
    margin-right: 5px;
}

.blog-area.single .item .blog-item-box .meta {
    overflow: hidden;
    width: 100%;
    border: none;
    padding: 0;
}

.blog-area.single .item .blog-item-box .meta .date {
    float: right;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-area.single .item .blog-item-box .meta li {
    margin-right: 20px;
    font-weight: 500;
    margin-left: 1px;
    display: inline-block;
}

.blog-area.single .item .blog-item-box .meta li::after {
    display: none;
}

.blog-area.single .item .blog-item-box .meta li a {
    font-weight: 500;
}

.blog-area.single .item .blog-item-box .meta li i {
    color: var(--color-primary);
    font-weight: 100;
    font-size: 15px;
    position: relative;
    font-weight: 3;
}

.blog-area.single .info>ul {
    margin-bottom: 25px;
    margin-top: 25px;
    list-style: disc;
    padding-left: 20px;
}

.blog-area.single .info>ul li {
    list-style: disc;
}

.table.table-bordered>:not(caption)>*>* {
    border: solid 1px #979797;
}

.blog-area.single h2,
.blog-area.single h3,
.blog-area.single h4,
.blog-area.single h5 {
    font-size: 25px;
    margin-bottom: 8px;
}

.blog-area.single h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.blog-area.single hr {
    margin: 15px 0;
}

.blog-area.single ul,
.blog-area.single ol,
.accordion-collapse ul,
.accordion-collapse ol {
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    list-style-type: disc;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.blog-area.single ol,
.accordion-collapse ol {
    list-style-type: decimal;
}

.blog-area.single ol li,
.accordion-collapse ol li {
    list-style-type: decimal;
}

.blog-area.single ul li,
.accordion-collapse ul li {
    list-style-type: disc;
}

.blog-area.single iframe {
    margin: 10px auto 15px;
    display: table;
}

.category-style-three-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.category-style-three-area .shape img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.row.gutter-sm {
    --bs-gutter-x: 10px;
}

.category-style-three-item a {
    display: block;
    background: rgba(255, 255, 255, 0.7);
    padding: 50px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    backdrop-filter: blur(30px);
}

.category-style-three-item a .icon img {
    height: 50px;
    position: absolute;
    right: 50px;
}

.category-style-three-item a .icon h6 {
    margin: 0;
    font-size: 17px;
}

.category-style-three-item a .right .thumb {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 10px;
}

.category-style-three-item a .right .thumb img {
    height: 41px;
    width: 41px;
    border-radius: 50%;
    margin-left: -15px;
    border: 2px solid var(--white);
}

.category-style-three-item a .right .thumb i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 36px;
    background: var(--dark);
    text-align: center;
    border-radius: 50%;
    font-weight: 300;
    margin-left: -15px;
    color: var(--white);
    border: 2px solid var(--white);
}

.category-style-three-item a .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.category-style-three-item a .bottom .right {
    display: flex;
    align-items: center;
}

.category-style-three-item a span {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 30px;
    margin-bottom: 20px;
    border: 1px solid #1cb098;
    background: rgba(255, 255, 255, 0.8);
}

.category-style-three-item a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 40%;
    width: 100%;
    background: var(--color-primary);
    z-index: -1;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.category-style-three-item a:hover:after,
.active .category-style-three-item a:after {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.category-style-three-item a:hover .icon img,
.active .category-style-three-item a .icon img {
    filter: brightness(0) invert(1);
}

.category-style-three-item a:hover,
.active .category-style-three-item a {
    color: var(--color-heading);
}

.category-style-three-item a:hover span,
.active .category-style-three-item a span {
    border-color: #e2f5ec;
}

.category-style-three-item a .icon img,
.category-style-three-item a h4,
.category-style-three-item a .right,
.category-style-three-item a i {
    transition: all 0.35s ease-in-out;
}

.category-style-three-item a:hover h4,
.category-style-three-item a:hover .right,
.active .category-style-three-item a h4,
.active .category-style-three-item a .right {
    color: var(--white);
}

.category-style-three-item a:hover .right .thumb i,
.active .category-style-three-item a .right .thumb i {
    background: var(--white);
    color: var(--color-heading);
}

@media (max-width:991px) {
    .category-style-three-item a .icon img {
        display: none;
    }

    .category-style-three-item a {
        text-align: center;
        padding: 20px;
    }
}