/*CSS Table Of Content Ends Here*/
/*@import url("https://fonts.googleapis.com/css2?family=Krona+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Krona+One&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");*/

/* Define Krona One */
@font-face {
    font-family: 'Krona One';
    src: url('/_includes/fonts/KronaOne-Regular.ttf') format('truetype'), url('/_includes/fonts/KronaOne-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Define Lato with weights and italics */
@font-face {
    font-family: 'Lato';
    src: url('/_includes/fonts/Lato-Light.ttf') format('truetype'), url('/_includes/fonts/Lato-Light.woff') format('woff'), url('/_includes/fonts/Lato-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/_includes/fonts/Lato-Regular.ttf') format('truetype'), url('_includes/fonts/Lato-Regular.woff') format('woff'), url('/_includes/fonts/Lato-Regular.woff2') format('woff2'), url('/_includes/fonts/Lato-Regular.eot') format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/_includes/fonts/Lato-Bold.ttf') format('truetype'), url('/_includes/fonts/Lato-Bold.woff') format('woff'), url('/_includes/fonts/Lato-Bold.eot') format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/_includes/fonts/Lato-Italic.ttf') format('truetype'), url('/_includes/fonts/Lato-Italic.woff2') format('woff2'), url('/_includes/fonts/Lato-Italic.woff') format('woff'), url('/_includes/fonts/Lato-Italic.eot') format('embedded-opentype');
    font-weight: 400;
    font-style: italic;
}

/* Additional weights and styles can be added similarly */

:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #90cb01;
    --theme-2: #ffa800;
    --theme-3: #00aaff;
    --fall: #CF6400;
    --fall-2: #BE5D00;
    --header: #1F242C;
    --base: #5C30FD;
    --text: #222222;
    --border: #E3E3E3;
    --border2: #373737;
    --border3: #1F242C;
    --ratting: #F8BC26;
    /*--bg: #F7F7F7;*/
    --bg: #DCDCDC;
    --bglt: #DDDDDD;
    --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

.brandName1 {
    color: var(--theme) !important;
}

.brandName2 {
    color: var(--theme-3) !important;
}

.color-white {
    color: white;
}

.punch {
    font-style: italic;
    font-size: 1.5em;
    color: var(--header);
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.wide-100 {
    width: 100%;
}

.theme-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: var(--theme);
    /*color: var(--white);*/
    color: var(--header);
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 0;
    padding: 14px 40px;
    transition: 500ms;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 9;
}

    .theme-btn i {
        margin-left: 5px;
    }

    .theme-btn::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-top: 35px solid var(--header);
        border-bottom: 35px solid var(--header);
        border-right: 35px solid transparent;
        transform: translateX(-100%);
        transition: 0.6s;
        z-index: -1;
    }

    .theme-btn::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-top: 35px solid var(--header);
        border-bottom: 35px solid var(--header);
        border-left: 35px solid transparent;
        transform: translateX(100%);
        transition: 0.6s;
        z-index: -1;
    }

    .theme-btn:hover {
        color: var(--white);
    }

        .theme-btn:hover::before {
            transform: translateX(-20%);
        }

        .theme-btn:hover::after {
            transform: translateX(20%);
        }

    .theme-btn.theme-color-1 {
        background-color: var(--theme);
    }

    .theme-btn.theme-color-2 {
        background-color: var(--theme-2);
    }

    .theme-btn.theme-color-3 {
        background-color: var(--theme-3);
    }

    .theme-btn.bg-color {
        background-color: #333F4D;
    }

        .theme-btn.bg-color::before {
            border-top: 35px solid var(--white);
            border-bottom: 35px solid var(--white);
        }

        .theme-btn.bg-color::after {
            border-top: 35px solid var(--white);
            border-bottom: 35px solid var(--white);
        }

        .theme-btn.bg-color:hover {
            color: var(--header);
        }

@media (max-width: 767px) {
    .theme-btn {
        padding: 16px 32px;
    }
}

@media (max-width: 575px) {
    .theme-btn {
        padding: 14px 30px;
    }
}

.padding-left {
    padding-left: 30px;
}
.link-btn {
    text-transform: capitalize;
    color: var(--header);
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
}

    .link-btn i {
        margin-left: 8px;
    }

    .link-btn:hover {
        color: var(--theme);
    }
.strike {
    text-decoration: line-through;
}
.title-quote h3 {
    font-style: italic;
    color: #292930;
}

.arrow-btn {
    font-size: 16px;
    position: relative;
    transform: translateX(0);
    transition: 0.7s;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    color: var(--theme);
    text-decoration: underline;
}

    .arrow-btn i {
        font-size: 18px;
        transform: rotate(-40deg);
    }

    .arrow-btn::before {
        position: absolute;
        content: "Read More";
        font-weight: 700;
        color: var(--theme);
        font-size: 16px;
        left: -95px;
        top: -2px;
        transition: all 0.4s ease-in-out;
        opacity: 0;
    }

    .arrow-btn:hover {
        transform: translateX(95px);
        color: var(--theme);
    }

        .arrow-btn:hover i {
            transform: rotate(0);
        }

        .arrow-btn:hover::before {
            opacity: 1;
        }

.signature-img img {
    max-width: 200px;
}
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    display: flex;
    min-height: 100vh; /* Ensure the body takes at least the full viewport height */
    flex-direction: column; /* Align items vertically */
    background: url(/_includes/images/bg/login-bg.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

/*input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Krona One", sans-serif;
    margin: 0px;
    padding: 0;
    color: var(--header);
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    font-weight: 400;
}
.subTitle {
    /*font-family: "Krona One", sans-serif;*/
    margin: 0px;
    padding: 0;
    color: var(--header);
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    font-weight: 400;
}
h1 {
    font-size: 60px;
    line-height: 125%;
    font-weight: 400;
}

h2 {
    font-size: 48px;
    line-height: 125%;
    font-weight: 400;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 32px;
    }
}

h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 130%;
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 20px;
    line-height: 137%;
}

h5 {
    font-size: 18px;
    line-height: 150%;
}

h6 {
    font-size: 16px;
    line-height: 145%;
}
.subTitle {
    font-size: 16px;
    line-height: 145%;
}
h4 a {
    color: white;
    text-align: left;
}
a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

.sidebar-widget a {
    color: var(--theme-3);
}

    .sidebar-widget a:hover {
        color: var(--white) !important;
    }

.sidebar-widget h5:hover {
    color: var(--white);
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}
#preloader {
    display: none;
}
.preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.9);
}

    .preloader .animation-preloader {
        z-index: 1000;
    }

        .preloader .animation-preloader .spinner {
            animation: spinner 1s infinite linear;
            border-radius: 50%;
            border: 3px solid rgba(0, 0, 0, 0.2);
            border-top-color: var(--theme);
            height: 9em;
            margin: 0 auto 3.5em auto;
            width: 9em;
        }

@media (max-width: 767px) {
}

.preloader .animation-preloader .txt-loading {
    font: bold 5em "Krona One", sans-serif, "Lato", sans-serif;
    text-align: center;
    user-select: none;
}

@media (max-width: 930px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 3.0em;
    }
}

@media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 2.5em;
    }
}

@media (max-width: 575px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 1.5em;
    }

    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}

@media (max-width: 405px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 1.0em;
    }
}

@media (max-width: 345px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 0.5em;
    }
}

.preloader .animation-preloader .txt-loading .letters-loading {
    /*color: var(--theme);*/
    position: relative;
}

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
        animation-delay: 0.2s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
        animation-delay: 0.4s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
        animation-delay: 0.6s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
        animation-delay: 0.8s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
        animation-delay: 1s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
        animation-delay: 1.2s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
        animation-delay: 1.4s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading::before {
        animation: letters-loading 4s infinite;
        color: var(--header);
        content: attr(data-text-preloader);
        left: 0;
        opacity: 0;
        font-family: "Krona One", sans-serif;
        position: absolute;
        top: -3px;
        transform: rotateY(-90deg);
    }

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--theme);
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

    .preloader .loader .row {
        height: 100%;
    }

    .preloader .loader .loader-section {
        padding: 0px;
    }

        .preloader .loader .loader-section .bg {
            background-color: #fff;
            height: 100%;
            left: 0;
            width: 100%;
            transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
        }

.preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.9);
}

    .search-wrap .search-inner {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .search-wrap .search-cell {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }

    .search-wrap .search-field-holder {
        width: 50%;
        margin: auto;
        position: relative;
        animation: slideInUp 0.3s;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap .search-field-holder {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .search-wrap .search-field-holder {
        width: 80%;
    }
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: capitalize;
    background: transparent;
    font-size: 25px;
    color: var(--header);
    border-bottom: 2px solid var(--header);
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width: 575px) {
    .search-wrap .main-search-input {
        height: 50px;
        padding: 0 0;
        line-height: 50px;
        font-size: 18px;
    }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: var(--header);
}

input.main-search-input::placeholder {
    color: var(--header);
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 575px) {
    input.main-search-input::placeholder {
        font-size: 18px;
    }
}
.search-content input {
    color: black;
}
.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: var(--theme);
    cursor: pointer;
}

.scroll-up {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 25px;
    bottom: 35px;
    height: 50px;
    width: 50px;
    transition: all 0.4s ease-in-out;
}

    .scroll-up::after {
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        content: "\f176";
        text-align: center;
        line-height: 50px;
        font-weight: 700;
        font-size: 18px;
        color: var(--theme);
        left: 0;
        top: 0;
        height: 50px;
        width: 50px;
        cursor: pointer;
        display: block;
        z-index: 1;
        transition: all 0.4s ease-in-out;
    }

    .scroll-up svg path {
        fill: none;
    }

    .scroll-up svg.scroll-circle path {
        stroke: var(--theme);
        stroke-width: 4px;
        box-sizing: border-box;
        transition: all 0.4s ease-in-out;
    }

    .scroll-up.active-scroll {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

@media (max-width: 767px) {
    .mouse-cursor {
        display: none;
    }
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--theme-2);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

    .cursor-inner.cursor-hover {
        margin-left: -35px;
        margin-top: -35px;
        width: 70px;
        height: 70px;
        background-color: var(--theme-2);
        opacity: 0.3;
    }

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme-2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    -o-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}

    .cursor-outer.cursor-hover {
        opacity: 0;
    }
.client-content {
    /*position: relative;*/
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);  /*Adjust the alpha value (0.5) for darkness */
    /*overflow: auto;*/
    flex: 1; /* Allow the content to grow and push the footer down */
    min-height: 95vh; /* Ensure takes at least the full viewport height */
    /*flex-direction: column;*/ /* Align items vertically */
}
.client-section .container, .client-section h2 {
    color: var(--white);

}
.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
    margin-top: -10px;
    width: 100%;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 0;
    }
}
/*.section-title span {*/
.section-title {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--theme);
    margin-bottom: 15px;
    line-height: 1;
    letter-spacing: 1.8px;
    /* min-height:150px;*/
}

    .section-title h2 {
        text-transform: capitalize;
        font-size: 48px;
    }

    .section-title h3 {
        text-transform: capitalize;
        font-size: 40px;
    }

@media (max-width: 1199px) {
    .section-title h2 {
        font-size: 42px;
    }

    .section-title h3 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 36px;
    }

    .section-title h3 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .section-title h2 {
        font-size: 28px;
    }

    .section-title h3 {
        font-size: 24px;
    }
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.center {
    text-align: center;
    margin: 0 auto;
}

.section-bg {
    background-color: var(--bg) !important;
}

.section-padding {
    padding: 100px 0 50px;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 90px 0 45px;
    }

    .section-padding-small {
        padding: 30px 0 45px;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0 40px;
    }

    .section-padding-small {
        padding: 30px 0 40px;
    }
}

.section-padding-small {
    padding: 30px 0 50px;
}

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(15deg);
    }
}

@keyframes rounded-2 {
    50% {
        transform: rotate(5deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.animation__rotate {
    -webkit-animation: rotate 40s linear infinite;
    animation: rotate 40s linear infinite;
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes top-image-bounce {
    0% {
        transform: translateX(-8px);
    }

    50% {
        transform: translateX(12px);
    }

    100% {
        transform: translateX(-8px);
    }
}

@keyframes top-image-bounce-2 {
    0% {
        transform: translatey(-8px);
    }

    50% {
        transform: translatey(12px);
    }

    100% {
        transform: translatey(-8px);
    }
}

@keyframes toggle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes moveCursor1 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes moveCursor1 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes moveCursor2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes moveCursor2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes icon-animation {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    
}

    .header-main .main-menu ul {
        margin-bottom: 0;
    }

        .header-main .main-menu ul li {
            position: relative;
            list-style: none;
            display: inline-block;
            margin-inline-end: 40px;
        }

            .header-main .main-menu ul li:last-child {
                margin-inline-end: 0;
            }

            .header-main .main-menu ul li a {
                display: inline-block;
                font-size: 16px;
                font-weight: 600;
                color: var(--white);
                padding: 20px 0;
                text-align: left;
                position: relative;
                text-transform: capitalize;
                transition: all 0.4s ease-in-out;
            }

                .header-main .main-menu ul li a:hover {
                    color: var(--theme) !important;
                }

            .header-main .main-menu ul li .submenu {
                position: absolute;
                top: 100%;
                inset-inline-start: 0;
                min-width: 240px;
                background: var(--white);
                z-index: 99999;
                visibility: hidden;
                opacity: 0;
                transform-origin: top center;
                color: var(--header);
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                transform: translateY(10px);
                transition: all 0.4s ease-in-out;
            }

                .header-main .main-menu ul li .submenu li {
                    display: block;
                    width: 100%;
                    margin: 0;
                    padding: 0;
                }

                    .header-main .main-menu ul li .submenu li a {
                        position: relative;
                        z-index: 11;
                        font-size: 16px;
                        font-weight: 600;
                        color: var(--header);
                        padding: 0 25px;
                        padding-bottom: 11px;
                        padding-top: 11px;
                        width: 100%;
                        border-bottom: 1px solid #eeeeee;
                    }

                    .header-main .main-menu ul li .submenu li:last-child a {
                        border: none;
                    }

                    .header-main .main-menu ul li .submenu li .submenu {
                        inset-inline-start: 100%;
                        top: 0;
                        visibility: hidden;
                        opacity: 0;
                    }

                    .header-main .main-menu ul li .submenu li:hover > a {
                        background: var(--theme);
                        color: var(--white) !important;
                    }

                        .header-main .main-menu ul li .submenu li:hover > a::after {
                            color: var(--theme);
                        }

                    .header-main .main-menu ul li .submenu li:hover > .submenu {
                        -webkit-transform: translateY(1);
                        -moz-transform: translateY(1);
                        -ms-transform: translateY(1);
                        -o-transform: translateY(1);
                        transform: translateY(1);
                        visibility: visible;
                        opacity: 1;
                    }

                    .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
                        position: absolute;
                        top: 50%;
                        inset-inline-end: 25px;
                        -webkit-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                        transform: translateY(-50%);
                        color: var(--theme);
                    }

            .header-main .main-menu ul li .has-homemenu {
                width: 810px;
                padding: 30px 30px 10px 30px;
                opacity: 0;
                left: -250px;
                visibility: hidden;
                padding: 30px 30px 10px 30px;
            }

                .header-main .main-menu ul li .has-homemenu .homemenu-items {
                    display: flex;
                    align-items: center;
                    gap: 30px;
                    justify-content: space-between;
                }

@media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        flex-wrap: wrap;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-thumb {
    position: relative;
}

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-thumb .demo-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        gap: 10px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
        margin-top: 20px;
    }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-thumb .demo-button .theme-btn {
            padding: 10px 30px;
            color: var(--white) !important;
            width: initial;
            font-size: 14px;
            text-align: center;
        }

            .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-thumb .demo-button .theme-btn:hover {
                color: var(--white) !important;
            }

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-thumb::before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#292930));
        background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        content: "";
    }

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-thumb:hover::before {
        visibility: visible;
        opacity: 1;
    }

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-thumb:hover .demo-button {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-thumb:hover .homemenu-btn {
        opacity: 1;
        visibility: visible;
        bottom: 50%;
        transform: translateY(50%);
    }

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-thumb img {
        width: 100%;
    }

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 14px;
}

.header-main .main-menu ul li:hover > a {
    color: var(--theme);
}

    .header-main .main-menu ul li:hover > a::after {
        color: var(--theme);
    }

.header-main .main-menu ul li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
}

.header-top {
    /*background-color: var(--theme-2);*/
    background-color: var(--theme-3);
    /*background-color: var(--header);*/
    padding: 12px 0;
}

@media (max-width: 991px) {
    .header-top {
        display: none;
    }
}

.header-top .container-fluid {
    padding: 0 100px;
}

@media (max-width: 1600px) {
    .header-top .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1399px) {
    .header-top .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .header-top .container-fluid {
        padding: 0 20px;
    }
}

.header-top.style-bg {
    background-color: #1F242C;
    padding: 20px 0;
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header-top-wrapper .contact-list {
        display: flex;
        align-items: center;
        gap: 50px;
    }

        .header-top-wrapper .contact-list li {
            /*color: var(--header);*/
            color: white;
            font-weight: 600;
        }

            .header-top-wrapper .contact-list li a {
                /*color: var(--header);*/
                color: white;
            }

            .header-top-wrapper .contact-list li i {
                color: var(--theme);
                margin-right: 5px;
            }

    .header-top-wrapper .top-right {
        display: flex;
        align-items: center;
        gap: 30px;
    }

        .header-top-wrapper .top-right .social-icon {
            gap: 15px;
        }

            .header-top-wrapper .top-right .social-icon span {
                /*color: var(--header);*/
                color: var(--white);
                font-weight: 700;
            }

            .header-top-wrapper .top-right .social-icon a {
                /*color: var(--header);*/
                color: var(--white);
            }

    .header-top-wrapper.style-2 .contact-list {
        display: flex;
        align-items: center;
        gap: 50px;
    }

        .header-top-wrapper.style-2 .contact-list li {
            color: var(--white);
        }

            .header-top-wrapper.style-2 .contact-list li a {
                color: var(--white);
            }

    .header-top-wrapper.style-2 .top-right .social-icon span {
        color: var(--white);
    }

    .header-top-wrapper.style-2 .top-right .social-icon a {
        color: var(--white);
    }

.header-1 .container-fluid {
    padding: 0 100px;
    background-color: var(--header)
}

@media (max-width: 1600px) {
    .header-1 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1399px) {
    .header-1 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 990px) {
    .header-1 .container-fluid {
        padding: 0 20px;
    }
}

.header-1 .header-right {
    gap: 50px;
}

@media (max-width: 990px) {
    .header-1 .header-right {
        gap: 20px;
    }
}

@media (max-width: 990px) {
    .header-1 .header-right .header-button {
        display: none;
    }
}

.header-1 .header-right .sidebar__toggle {
    color: var(--white);
}

.header-section-1 {
    position: relative;
}

    .header-section-1::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--theme);
        width: 16%;
        z-index: 9;
    }

@media (max-width: 1899px) {
    .header-section-1::before {
        display: none;
    }
}

.header-2 {
    margin-left: 250px;
    position: relative;
}

@media (max-width: 1899px) {
    .header-2 {
        margin-left: 0;
    }
}

.header-2 .main-logo {
    position: absolute;
    top: -10px;
    left: -200px;
    z-index: 9;
}

.header-2 .container-fluid {
    padding: 0 130px;
}

@media (max-width: 1399px) {
    .header-2 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .header-2 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 575px) {
    .header-2 .container-fluid {
        padding: 0 15px;
    }
}

@media (max-width: 1899px) {
    .header-2 .header-main .logo {
        display: block !important;
    }
}

@media screen and (max-width: 1025px) {
    .header-2 .header-main .main-menu ul li {
        margin-inline-end: 25px;
    }
}

.header-2 .header-main .main-menu ul li .has-homemenu {
    left: -200px;
}

@media (max-width: 1600px) {
    .header-2 .header-main .main-menu ul li .has-homemenu {
        left: -300px;
    }
}

.header-2 .header-main .header-right {
    gap: 40px;
}

@media (max-width: 991px) {
    .header-2 .header-main .header-right {
        gap: 25px;
    }
}

.header-2 .header-main .header-right .header-button .theme-btn {
    padding: 16px 30px;
    background-color: var(--theme);
}

@media (max-width: 1899px) {
    .header-2 .header-main .header-right .header-button {
        margin-right: 0;
    }
}

@media (max-width: 1600px) {
    .header-2 .header-main .header-right .header-button {
        display: none;
    }
}

.header-2 .header-main .header-right .sidebar__toggle {
    color: var(--header);
}

.header-top-section {
    background-color: var(--header);
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .header-top-section {
        display: none;
    }
}

.header-top-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    z-index: -1;
    left: 81%;
}

@media (max-width: 1899px) {
    .header-top-section::before {
        display: none;
    }
}

.header-top-section .container-fluid {
    padding: 0 130px;
}

@media (max-width: 1399px) {
    .header-top-section .container-fluid {
        padding: 0 50px;
    }
}

.header-top-wrapper-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 250px;
}

@media (max-width: 1899px) {
    .header-top-wrapper-2 {
        margin-left: 0;
    }
}

.header-top-wrapper-2 .contact-list {
    display: flex;
    align-items: center;
    gap: 25px;
}

    .header-top-wrapper-2 .contact-list li {
        font-size: 15px;
        color: var(--white);
    }

        .header-top-wrapper-2 .contact-list li a {
            color: var(--white);
        }

        .header-top-wrapper-2 .contact-list li i {
            color: var(--white);
            margin-right: 10px;
        }

.header-top-wrapper-2 .top-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .header-top-wrapper-2 .top-right .social-icon {
        gap: 15px;
    }

        .header-top-wrapper-2 .top-right .social-icon span {
            color: var(--white);
            font-weight: 500;
        }

        .header-top-wrapper-2 .top-right .social-icon a {
            color: var(--white);
        }

.header-section-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header-3 {
    position: relative;
    z-index: 9;
}

    .header-3::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
        background-color: #1F242C;
        height: 50%;
    }

    .header-3 .header-main {
        background-color: var(--white);
        padding: 20px 25px;
    }

        .header-3 .header-main .sidebar__toggle {
            color: var(--header);
        }

    .header-3 .header-left .logo .header-logo {
        display: none;
    }

.header-logo img {
    max-width: 225px;
}

.header-3 .header-right {
    gap: 30px;
}

@media (max-width: 1399px) {
    .header-3 .header-right {
        gap: 20px;
    }
}

.header-3 .header-right .search-icon {
    color: var(--text);
    border-right: 1px solid rgba(15, 13, 29, 0.5);
    padding-right: 30px;
}

@media (max-width: 1399px) {
    .header-3 .header-right .search-icon {
        padding-right: 0;
        border: none !important;
    }
}

@media (max-width: 1399px) {
    .header-3 .header-right .header-button {
        display: none;
    }
}

.header-3 .header-right .header-button .theme-btn {
    background-color: var(--theme);
}

    .header-3 .header-right .header-button .theme-btn::before {
        background-color: var(--header);
    }

    .header-3 .header-right .header-button .theme-btn:hover {
        color: var(--white);
    }

.sticky {
    /*position: fixed !important;*/
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.9s;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

    .sticky.header-2 {
        margin-left: 0;
    }

        .sticky.header-2 .main-logo {
            display: none;
        }

        .sticky.header-2 .header-main .logo {
            display: block !important;
        }

    .sticky.header-3 {
        margin-top: 0;
    }

        .sticky.header-3::before {
            background-color: var(--white);
            height: 100%;
        }

        .sticky.header-3 .header-main {
            background-color: var(--white);
            padding-left: 0;
            padding-right: 0;
            border-radius: 0;
        }

.offcanvas__info {
    background: var(--white) none repeat scroll 0 0;
    border-left: 2px solid var(--theme-2);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

    .offcanvas__info::-webkit-scrollbar {
        display: none;
    }

    .offcanvas__info.info-open {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

    .offcanvas__wrapper .offcanvas__content .text {
        color: var(--text);
    }

    .offcanvas__wrapper .offcanvas__content .offcanvas__close {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--theme-2);
        position: relative;
        z-index: 9;
        cursor: pointer;
    }

.offcanvas__logo img {
    max-width: 150px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
}

    .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
        margin-top: 20px;
    }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
            font-size: 16px;
            font-weight: 600;
        }

            .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
                margin-bottom: 15px;
            }

            .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
                margin-right: 20px;
            }

                .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
                    color: var(--theme);
                }

    .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
        width: 100%;
        padding: 16px 40px;
        background-color: var(--theme);
    }

@media (max-width: 575px) {
    .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
        padding: 14px 30px;
    }
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 10px;
}

    .offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 16px;
        display: block;
        background: transparent;
        color: var(--header);
        border-radius: 50%;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        text-align: center;
        border: 1px solid var(--border);
    }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
            background-color: var(--theme-2);
            color: var(--white);
        }

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

    .offcanvas__overlay.overlay-open {
        opacity: 0.8;
        visibility: visible;
    }

@media (max-width: 450px) {
    .offcanvas__info {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.page-banner-wrap {
    background-color: var(--theme);
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

    .page-banner-wrap::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--theme);
        opacity: 0.8;
        z-index: -1;
    }

    .page-banner-wrap h1 {
        color: var(--white);
        text-transform: capitalize;
        text-shadow: 0 0 3px #666666, 0 0 5px #000000;
    }

@media (max-width: 991px) {
    .page-banner-wrap h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .page-banner-wrap h1 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .page-banner-wrap h1 {
        font-size: 28px;
    }
}

.page-banner-wrap-home {
    background-color: var(--theme-3);
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

    .page-banner-wrap-home::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--theme-3);
        opacity: 0.8;
        z-index: -1;
    }

    .page-banner-wrap-home h1 {
        color: var(--white);
    }

@media (max-width: 991px) {
    .page-banner-wrap-home h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .page-banner-wrap-home h1 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .page-banner-wrap-home h1 {
        font-size: 28px;
    }
}

.page-banner-wrap-land {
    background-color: var(--fall-2);
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

    .page-banner-wrap-land::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--fall-2);
        opacity: 0.8;
        z-index: -1;
    }

    .page-banner-wrap-land h1 {
        color: var(--white);
    }

@media (max-width: 991px) {
    .page-banner-wrap-land h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .page-banner-wrap-land h1 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .page-banner-wrap-land h1 {
        font-size: 28px;
    }
}

.page-banner-wrap-lights {
    background-color: var(--header);
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

    .page-banner-wrap-lights::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--header);
        opacity: 0.8;
        z-index: -1;
    }

    .page-banner-wrap-lights h1 {
        color: var(--white);
    }

@media (max-width: 991px) {
    .page-banner-wrap-lights h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .page-banner-wrap-lights h1 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .page-banner-wrap-lights h1 {
        font-size: 28px;
    }
}

.breadcrumb-wrapper {
    background-color: var(--bg);
    padding: 20px 0px;
    color: var(--theme);
    margin:0 0 0 0;
}

    .breadcrumb-wrapper a:hover {
        color: var(--theme);
    }

    .breadcrumb-wrapper .breadcrumb {
        background: transparent;
        padding: 0;
        margin: 0;
    }

        .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
            font-size: 16px;
            font-weight: 500;
            text-transform: capitalize;
            color: var(--header);
        }

            .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
                color: var(--theme-3);
                font-weight: 500;
            }

                .breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
                    color: var(--theme-2);
                }

            .breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                content: "\f054";
                font-family: "Font Awesome 5 Pro";
                font-size: 16px;
                color: var(--header);
            }

.error-content h2 {
    font-weight: 700;
    font-size: 320px;
    color: var(--theme);
    line-height: 1;
}

    .error-content h2 span {
        color: var(--theme-2);
    }

@media (max-width: 1199px) {
    .error-content h2 {
        font-size: 300px;
    }
}

@media (max-width: 991px) {
    .error-content h2 {
        font-size: 200px;
    }
}

@media (max-width: 575px) {
    .error-content h2 {
        font-size: 110px;
    }
}

.error-content h3 {
    font-weight: 700;
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

    .mean-container .mean-nav > ul .homemenu {
        position: relative;
    }

        .mean-container .mean-nav > ul .homemenu .homemenu-thumb {
            position: relative;
            width: 280px;
        }

            .mean-container .mean-nav > ul .homemenu .homemenu-thumb .demo-button {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 60%;
                gap: 10px;
                display: flex;
                justify-content: center;
                flex-direction: column;
                opacity: 0;
                visibility: hidden;
                transition: all 0.4s ease-in-out;
            }

                .mean-container .mean-nav > ul .homemenu .homemenu-thumb .demo-button .theme-btn {
                    padding: 10px 30px;
                    color: var(--white) !important;
                    width: initial;
                    font-size: 14px;
                    text-align: center;
                }

                    .mean-container .mean-nav > ul .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
                        color: var(--white) !important;
                    }

            .mean-container .mean-nav > ul .homemenu .homemenu-thumb::before {
                background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#292930));
                background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                overflow: hidden;
                opacity: 0;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                content: "";
            }

            .mean-container .mean-nav > ul .homemenu .homemenu-thumb:hover::before {
                visibility: visible;
                opacity: 1;
            }

            .mean-container .mean-nav > ul .homemenu .homemenu-thumb:hover .demo-button {
                opacity: 1;
                visibility: visible;
                margin-top: 0;
            }

            .mean-container .mean-nav > ul .homemenu .homemenu-thumb:hover .homemenu-btn {
                opacity: 1;
                visibility: visible;
                bottom: 50%;
                transform: translateY(50%);
            }

            .mean-container .mean-nav > ul .homemenu .homemenu-thumb img {
                width: 100%;
            }

        .mean-container .mean-nav > ul .homemenu .homemenu-content .homemenu-title {
            margin-top: 15px;
            display: inline-block;
            font-size: 16px;
        }

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--header);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

    .mean-container .mean-nav ul li a:hover {
        color: var(--theme-2);
    }

    .mean-container .mean-nav ul li a:last-child {
        border-bottom: 0;
    }

    .mean-container .mean-nav ul li a:hover {
        color: var(--theme-2);
    }

    .mean-container .mean-nav ul li a.mean-expand {
        margin-top: 5px;
        padding: 0 !important;
    }

.mean-container .mean-nav ul li > a > i {
    display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
}

.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);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .mean-container .mean-nav ul li.menu-thumb {
        display: none;
    }
}

.hero-1 {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

    .hero-1 .array-button {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

        .hero-1 .array-button .array-prev, .hero-1 .array-button .array-next {
            border-radius: 50%;
        }

        .hero-1 .array-button .array-next {
            border-radius: 50%;
            background-color: var(--theme-2);
            color: var(--white);
            border: none;
        }

    .hero-1 .swiper-slide-active .hero-image {
        -webkit-transform: scale(1.12);
        -moz-transform: scale(1.12);
        transform: scale(1.12);
    }

    .hero-1 .hero-image {
        overflow: hidden;
        position: absolute !important;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: -2;
        background-size: cover;
        transform: scale(1);
        -webkit-transition: all 8s ease-out 0s;
        -moz-transition: all 8s ease-out 0s;
        -ms-transition: all 8s ease-out 0s;
        -o-transition: all 8s ease-out 0s;
        transition: all 8s ease-out 0s;
    }

        .hero-1 .hero-image::before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: "";
            /*background: linear-gradient(90deg, rgba(0, 170, 255, 0.88) 33.64%, rgba(0, 170, 255, 0.88) 41.74%, rgba(255, 255, 255, 0) 59.42%);*/
            /*background: linear-gradient(90deg, rgba(0, 155, 55, 0.88) 33.64%, rgba(91, 155, 55, 0.88) 41.74%, rgba(255, 255, 255, 0) 59.42%);*/
            background: linear-gradient(90deg, rgba(31, 36, 44, 0.88) 33.64%, rgba(31, 36, 44, 0.88) 41.74%, rgba(255, 255, 255, 0) 59.42%);
            z-index: -1;
        }

    .hero-1 .hero-content {
        padding: 200px 0;
    }

.hero-content h1 {
    font-size: 60px;
}

@media (max-width: 767px) {
    .hero-1 .hero-content {
        text-align: center;
        padding: 140px 0;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content {
        padding: 110px 0;
    }
}

.hero-1 .hero-content h6 {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
}

.hero-1 .hero-content h1 {
    letter-spacing: -2.6px;
    color: var(--white);
    margin-top: 20px;
}

@media (max-width: 1399px) {
    .hero-1 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .hero-1 .hero-content h1 {
        font-size: 56px;
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content h1 {
        font-size: 30px;
    }
}

.hero-1 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .hero-1 .hero-content .hero-button {
        gap: 15px;
        margin-top: 20px;
        justify-content: center;
    }
}

.hero-1.hero-2 {
    padding: 200px 0;
}

@media (max-width: 767px) {
    .hero-1.hero-2 {
        padding: 140px 0;
    }
}

@media (max-width: 575px) {
    .hero-1.hero-2 {
        padding: 110px 0;
    }
}

.hero-1.hero-2::before {
    display: none;
}

.hero-1.hero-2 .hero-content {
    padding: 0;
}

    .hero-1.hero-2 .hero-content h6 {
        color: var(--theme);
        letter-spacing: 2px;
        font-size: 16px;
    }

    .hero-1.hero-2 .hero-content h1 span {
        color: var(--theme-2);
    }

    .hero-1.hero-2 .hero-content .theme-btn {
        margin-top: 40px;
    }

        .hero-1.hero-2 .hero-content .theme-btn::before {
            border-top: 35px solid var(--white);
            border-bottom: 35px solid var(--white);
        }

        .hero-1.hero-2 .hero-content .theme-btn::after {
            border-top: 35px solid var(--white);
            border-bottom: 35px solid var(--white);
        }

        .hero-1.hero-2 .hero-content .theme-btn:hover {
            color: var(--header);
        }

.hero-3 {
    position: relative;
    padding: 360px 0 190px;
    z-index: 9;
}

@media (max-width: 1199px) {
    .hero-3 {
        padding: 270px 0 170px;
    }
}

@media (max-width: 991px) {
    .hero-3 {
        padding: 240px 0 150px;
    }
}

@media (max-width: 767px) {
    .hero-3 {
        padding: 220px 0 130px;
    }
}

@media (max-width: 575px) {
    .hero-3 {
        padding: 190px 0 100px;
    }
}

.hero-3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, #1F242C 0%, rgba(31, 36, 44, 0) 100%);
    z-index: -1;
}

.hero-3 .hero-content h6 {
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--white);
}

.hero-3 .hero-content h1 {
    font-size: 80px;
    letter-spacing: -6.4px;
    line-height: 125%;
    color: var(--white);
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .hero-3 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .hero-3 .hero-content h1 {
        font-size: 56px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content h1 {
        font-size: 48px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content h1 {
        font-size: 32px;
    }
}

.counter-section {
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

    .counter-section::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--theme);
        opacity: 0.9;
        z-index: -1;
    }

    .counter-section::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        /*  background-color: var(--white);*/
        z-index: -1;
        top: 60%;
    }

.counter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .counter-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.counter-wrapper .counter-items {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .counter-wrapper .counter-items .icon {
        width: 80px;
        height: 80px;
        line-height: 74px;
        text-align: center;
        border: 2px solid var(--white);
        background-color: transparent;
        border-radius: 50px;
    }

    .counter-wrapper .counter-items .content h2 {
        font-size: 50px;
        color: var(--white);
    }

@media (max-width: 767px) {
    .counter-wrapper .counter-items .content h2 {
        font-size: 44px;
    }
}

@media (max-width: 575px) {
    .counter-wrapper .counter-items .content h2 {
        font-size: 36px;
    }
}

.counter-wrapper .counter-items .content p {
    color: var(--white);
}

.work-process-left span {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme);
    letter-spacing: 4px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.work-process-left h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .work-process-left h2 {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .work-process-left h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .work-process-left h2 {
        font-size: 32px;
    }
}

.work-process-card-items {
    border: 1px solid var(--border);
    border-radius: 5px;
    padding: 30px;
}

    .work-process-card-items h2 {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: var(--theme);
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: var(--theme);
        -webkit-text-fill-color: transparent;
        font-size: 50px;
        margin-bottom: 15px;
    }

    .work-process-card-items h5 {
        margin-bottom: 10px;
    }

    .work-process-card-items .link-btn {
        text-transform: uppercase;
        letter-spacing: 1.28px;
        color: var(--theme);
        margin-top: 20px;
    }

        .work-process-card-items .link-btn:hover {
            color: var(--theme-2);
        }

.feature-wrapper .feature-image img {
    width: 100%;
    height: 100%;
}

.feature-wrapper .feature-content {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .feature-wrapper .feature-content {
        margin-left: 0;
    }
}

.feature-wrapper .feature-content .list {
    margin-top: 30px;
}

    .feature-wrapper .feature-content .list li {
        font-size: 18px;
        color: var(--header);
        font-family: "Krona One", sans-serif;
    }

@media (max-width: 767px) {
    .feature-wrapper .feature-content .list li {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .feature-wrapper .feature-content .list li {
        font-size: 14px;
    }
}

.feature-wrapper .feature-content .list li:not(:last-child) {
    margin-bottom: 10px;
}

.feature-wrapper .feature-content .list li i {
    margin-right: 5px;
    color: var(--theme);
}

.feature-wrapper .feature-content .circle-progress-bar-wrapper {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: 50px;
    flex-wrap: wrap;
}

@media (max-width: 1399px) {
    .feature-wrapper .feature-content .circle-progress-bar-wrapper {
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .feature-wrapper .feature-content .circle-progress-bar-wrapper {
        margin-top: 40px;
        gap: 70px;
    }
}

@media (max-width: 991px) {
    .feature-wrapper .feature-content .circle-progress-bar-wrapper {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .feature-wrapper .feature-content .circle-progress-bar-wrapper {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar span {
        font-size: 16px;
        line-height: 1;
        font-weight: 700;
    }

    .feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .content h6 {
        display: block;
        margin-bottom: 0;
    }

@media (max-width: 575px) {
    .feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .content br {
        display: block;
    }
}

.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
    position: relative;
    height: 120px;
    width: 120px;
}

    .feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
        position: absolute;
        height: 100px;
        width: 100px;
        border-radius: 50%;
    }

        .feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
            position: absolute;
            font-size: 30px;
            line-height: 92px;
            height: 90px;
            width: 90px;
            left: 5px;
            top: 5px;
            font-weight: 700;
            text-align: center;
            border-radius: 50%;
            background-color: var(--white);
            color: var(--header);
        }

@media (max-width: 575px) {
    .feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
        font-size: 24px;
    }
}

.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .background {
    background-color: #E3E3E3 !important;
}

.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
    clip: rect(0 50px 100px 0);
    background-color: var(--theme) !important;
}

.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .left {
    clip: rect(0 50px 100px 0);
    opacity: 1;
    background-color: #E3E3E3 !important;
}

.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .right {
    clip: rect(0 50px 100px 0);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
    background-color: var(--theme) !important;
}

.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar span {
        font-size: 16px;
        line-height: 1;
        font-weight: 700;
    }

    .feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .content h6 {
        display: block;
        margin-bottom: 0;
    }

@media (max-width: 575px) {
    .feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .content br {
        display: block;
    }
}

.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar {
    position: relative;
    height: 120px;
    width: 120px;
}

    .feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar div {
        position: absolute;
        height: 100px;
        width: 100px;
        border-radius: 50%;
    }

        .feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar div span {
            position: absolute;
            font-size: 30px;
            line-height: 92px;
            height: 90px;
            width: 90px;
            left: 5px;
            top: 5px;
            font-weight: 700;
            text-align: center;
            border-radius: 50%;
            background-color: var(--white);
            color: var(--header);
        }

@media (max-width: 575px) {
    .feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar div span {
        font-size: 24px;
    }
}

.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .background {
    background-color: var(--bg) !important;
}

.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .rotate {
    background-color: var(--theme) !important;
}

.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .left {
    clip: rect(0 50px 100px 0);
    opacity: 1;
    background-color: var(--bg) !important;
}

.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .right {
    background-color: var(--theme) !important;
}

.work-process-box-items {
    margin-top: 30px;
    position: relative;
    z-index: 9;
    /*max-width: 200px;*/
    background-color: var(--box-shadow);
    text-align: left;
}
    .work-process-box-items ul {
        list-style: inside;
    }

    .work-process-box-items .post-cat {
        background-color: var(--theme);
        color: var(--white);
        padding: 4px 15px;
        display: inline-block;
        font-weight: 500;
    }

    .work-process-box-items .icon-items {
        display: flex;
        align-items: center;
        gap: 22px;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .work-process-box-items p {
        color: var(--header);
        font-size: 17px;
        margin-bottom: 30px;
    }

    .work-process-box-items .theme-btn {
        background-color: transparent;
        border: 2px solid var(--border);
        color: var(--theme);
        font-family: "Krona One", sans-serif;
    }

        .work-process-box-items .theme-btn::before {
            border-top: 35px solid var(--theme);
            border-bottom: 35px solid var(--theme);
        }

        .work-process-box-items .theme-btn::after {
            border-top: 35px solid var(--theme);
            border-bottom: 35px solid var(--theme);
        }

        .work-process-box-items .theme-btn:hover {
            color: var(--white);
            border: 2px solid var(--theme);
        }

.work-process-section {
    position: relative;
}

    .work-process-section .map-shape {
        position: absolute;
        left: 50%;
        top: 10%;
        transform: translateX(-50%);
    }

.map-section {
    position: relative;
}

    .map-section .map-shape {
        position: absolute;
        left: 50%;
        top: 10%;
        transform: translateX(-50%);
    }

.map-section-title {
    /*    display: inline-block;*/
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--theme);
    margin-bottom: 15px;
    line-height: 1;
    letter-spacing: 1.8px;
    /* min-height:150px;*/
    text-align: center;
}

.map-section-locations {
    position: relative;
    width: 100%;
}

    .map-section-locations .map-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .map-section-locations .post-cat {
        padding: 12px 20px;
        line-height: 1;
        background-color: var(--theme);
        border-radius: 5px;
        color: var(--white);
        display: inline-block;
        font-size: 15px;
        transition: all 0.4s ease-in-out;
    }

.map-item {
    margin: 20px 20px;
    padding: 0px 20px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    max-width: 300px;
    min-width: 250px;
    /*    background-color: var(--bg);*/
}

    .map-item ul li i {
        color: var(--theme);
    }

.fa-times-circle {
    color: red !important;
}

.work-process-thumb {
    margin-top: 30px;
}

    .work-process-thumb img {
        width: 100%;
        height: 100%;
    }

.work-process-right-items {
    border: 1px solid var(--border);
    margin-top: 30px;
    padding: 54px 30px;
}

    .work-process-right-items .icon-items {
        display: flex;
        gap: 20px;
    }

@media (max-width: 767px) {
    .work-process-right-items .icon-items {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

        .work-process-right-items .icon-items br {
            display: none;
        }
}

.work-process-right-items .icon-items:not(:last-child) {
    border-bottom: 1px solid var(--border);
    padding-bottom: 55px;
    margin-bottom: 55px;
}

.work-process-right-items .icon-items .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-color: rgba(91, 155, 55, 0.1);
}

.number-talks-section {
    position: relative;
    z-index: 9;
}

    .number-talks-section::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--white);
        z-index: -1;
        top: 35%;
    }

.number-talks-wrapper {
    background-color: var(--bg);
    padding-right: 30px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .number-talks-wrapper {
        padding-right: 0;
        padding: 30px;
    }
}

@media (max-width: 1199px) {
    .number-talks-wrapper {
        margin-bottom: -20px;
    }
}

@media (max-width: 991px) {
    .number-talks-wrapper {
        margin-bottom: -40px;
    }
}

.number-talks-wrapper .number-talks-thumb img {
    width: 100%;
    height: 100%;
}

.number-talks-wrapper .counter-box {
    text-align: center;
    margin-top: 30px;
}

    .number-talks-wrapper .counter-box .icon {
        padding: 30px;
        background-color: var(--white);
        border-bottom: 4px solid var(--theme);
    }

        .number-talks-wrapper .counter-box .icon h2 {
            font-size: 30px;
            margin-top: 20px;
        }

    .number-talks-wrapper .counter-box p {
        font-size: 17px;
        color: var(--header);
        margin-top: 15px;
    }

.about-wrapper .about-image img {
    width: 100%;
    height: 100%;
}

.about-wrapper-2 .about-content .about-author .author-image img {
    max-width: 240px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-content br {
        display: none;
    }
}

.about-wrapper .about-content .nav {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--border);
    border-radius: 21px;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .about-wrapper .about-content .nav {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: start;
    }
}

@media (max-width: 575px) {
    .about-wrapper .about-content .nav {
        gap: 15px;
    }
}

.about-wrapper .about-content .nav .nav-link {
    text-align: center;
    padding: 14px 14px;
    border-radius: 20px 0px 20px 20px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--header);
    transition: all 0.3s ease-in-out;
    line-height: 1;
}


@media (max-width: 1200px) {
    .about-wrapper .about-content .nav .nav-link {
        padding: 14px 14px;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .about-wrapper .about-content .nav .nav-link {
        padding: 13px 13px;
        font-size: 13px;
    }
}

@media (max-width: 1000px) {
    .about-wrapper .about-content .nav .nav-link {
        padding: 12px 12px;
        font-size: 18px;
    }
}

@media (max-width: 770px) {
    .about-wrapper .about-content .nav .nav-link {
        padding: 12px 12px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .about-wrapper .about-content .nav .nav-link {
        padding: 12px 12px;
        font-size: 14px;
    }
}
@media (max-width: 500px) {
    .about-wrapper .about-content .nav .nav-link {
        padding: 12px 12px;
        font-size: 12px;
    }
}

@media (max-width: 405px) {
    .about-wrapper .about-content .nav .nav-link {
        padding: 12px 12px;
        font-size: 12px;
    }
}

@media (max-width: 345px) {
    .about-wrapper .about-content .nav .nav-link {
        padding: 12px 5px;
        font-size: 12px;
    }
}

.about-wrapper .about-content .nav .nav-link.active {
    position: relative;
    background-color: var(--theme);
    color: var(--white);
}

.about-wrapper .about-content .technical-site-item p {
    font-size: 15px;
}

.about-wrapper .about-content .technical-site-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.about-wrapper .about-content .icon-area {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .about-wrapper .about-content .icon-area {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .about-wrapper .about-content .icon-area {
        margin-top: 35px;
    }
}

@media (max-width: 575px) {
    .about-wrapper .about-content .icon-area {
        margin-top: 25px;
    }
}

.about-wrapper .about-content .icon-area .icon-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-wrapper-2 {
    /*margin-bottom: 100px;*/
}

@media (max-width: 1399px) {
    .about-wrapper-2 {
        margin-bottom: 90px;
    }
}

@media (max-width: 1199px) {
    .about-wrapper-2 {
        margin-bottom: 0;
    }
}

.about-wrapper-2 .about-image {
    max-width: 555px;
    position: relative;
}

    .about-wrapper-2 .about-image .dot-shape {
        position: absolute;
        left: -47px;
        bottom: -50px;
        z-index: -1;
    }

@media (max-width: 1399px) {
    .about-wrapper-2 .about-image .dot-shape {
        display: none;
    }
}

.about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
}

.about-wrapper-2 .about-image .icon-items {
    padding: 40px 30px;
    background-color: var(--theme-2);
    position: absolute;
    bottom: -22%;
    right: -10%;
}

@media (max-width: 1399px) {
    .about-wrapper-2 .about-image .icon-items {
        right: 0;
    }
}

@media (max-width: 991px) {
    .about-wrapper-2 .about-image .icon-items {
        bottom: 0;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-image .icon-items {
        max-width: 280px;
    }
}

@media (max-width: 470px) {
    .about-wrapper-2 .about-image .icon-items {
        padding: 25px;
    }
}

.about-wrapper-2 .about-image .icon-items::before {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    background-color: var(--white);
    content: "";
}

.about-wrapper-2 .about-image .icon-items .icon {
    margin-bottom: 30px;
}

    .about-wrapper-2 .about-image .icon-items .icon img {
        width: initial;
        height: initial;
    }

@media (max-width: 470px) {
    .about-wrapper-2 .about-image .icon-items .icon {
        width: 40px;
        margin-bottom: 15px;
    }

        .about-wrapper-2 .about-image .icon-items .icon img {
            width: 100%;
            object-fit: cover;
        }
}

@media (max-width: 470px) {
    .about-wrapper-2 .about-image .icon-items h5 {
        font-size: 14px;
    }
}

.about-wrapper-2 .about-content p {
    font-size: 18px;
}

.about-wrapper-2 .about-content .list-items {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .list-items {
        gap: 15px;
    }
}

.about-wrapper-2 .about-content .list-items ul li {
    font-size: 16px;
    color: var(--header);
    font-weight: 600;
}

    .about-wrapper-2 .about-content .list-items ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .about-wrapper-2 .about-content .list-items ul li i {
        color: var(--theme);
        margin-right: 5px;
    }

.about-wrapper-2 .about-content .about-author {
    display: flex;
    align-items: center;
    gap: 50px;
   /* margin-top: 40px;*/
}

@media (max-width: 1399px) {
    .about-wrapper-2 .about-content .about-author {
        gap: 40px;
    }
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .about-author {
        flex-wrap: wrap;
    }
}

.about-wrapper-2 .about-content .about-author .author-image {
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 1px solid var(--border);
    /*padding-right: 50px;*/
}

.about-card-items {
    margin-top: 30px;
    padding: 40px;
    border-radius: 5px;
    border: 1px solid var(--border);
    text-align: center;
}

    .about-card-items .icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        border-radius: 50%;
        background-color: rgba(91, 155, 55, 0.1);
        margin: 0 auto;
    }

    .about-card-items .content {
        margin-top: 20px;
    }

        .about-card-items .content h2 {
            font-size: 40px;
        }

        .about-card-items .content p {
            font-size: 18px;
            font-weight: 600;
            color: var(--header);
            margin-top: 5px;
        }

.about-wrapper-3 {
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .about-wrapper-3 {
        margin-bottom: 0;
    }
}

.about-wrapper-3 .about-image {
    max-width: 495px;
    margin-left: 25px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-image {
        margin-left: 0;
    }
}

.about-wrapper-3 .about-image .frame-shape {
    position: absolute;
    top: -70px;
    right: -70px;
    z-index: -1;
}

.about-wrapper-3 .about-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    z-index: -1;
    top: 20px;
    left: -20px;
}

@media (max-width: 767px) {
    .about-wrapper-3 .about-image::before {
        display: none;
    }
}

.about-wrapper-3 .about-image img {
    width: 100%;
    height: 100%;
}

.about-wrapper-3 .about-image .about-image-2 {
    position: absolute;
    bottom: 40px;
    left: -18%;
}

@media (max-width: 767px) {
    .about-wrapper-3 .about-image .about-image-2 {
        left: 0;
        width: 250px;
    }
}

.about-wrapper-3 .about-content p {
    font-size: 17px;
    color: var(--header);
}

.about-wrapper-3 .about-content .list-items {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-content .list-items {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-3 .about-content .list-items {
        font-size: 14px;
    }
}

.about-wrapper-3 .about-content .list-items ul li {
    font-size: 17px;
    color: var(--header);
    font-family: "Krona One", sans-serif;
}

@media (max-width: 767px) {
    .about-wrapper-3 .about-content .list-items ul li {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-3 .about-content .list-items ul li {
        font-size: 14px;
    }
}

.about-wrapper-3 .about-content .list-items ul li:not(:last-child) {
    margin-bottom: 10px;
}

.about-wrapper-3 .about-content .list-items ul li span {
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    border-radius: 25px;
    display: inline-block;
    border: 2px solid var(--border);
    font-size: 11px;
    color: var(--theme);
    margin-right: 10px;
}

.about-wrapper-3 .about-content .icon-items {
    display: flex;
    gap: 30px;
    padding: 20px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-content .icon-items {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .about-wrapper-3 .about-content .icon-items {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-3 .about-content .icon-items {
        margin-top: 20px;
    }
}

.about-wrapper-3 .about-content .icon-items .content h5 {
    margin-bottom: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme);
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 10px;
}

.fix {
    overflow: hidden;
}

.fix-visible {
    overflow-x: hidden;
    overflow: hidden;
}

.ralt {
    position: relative;
}

.ripple {
    position: relative;
}

    .ripple::before, .ripple::after {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 115px;
        height: 115px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgba(248, 96, 72, 0.5);
        animation: rippleOne 3s infinite;
    }

    .ripple::before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .ripple::after {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

.swiper-dot .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    transition: 0.6s;
    background-color: var(--theme-2);
    opacity: 1;
    border-radius: 10px;
    position: relative;
}

    .swiper-dot .swiper-pagination-bullet:not(:last-child) {
        margin-right: 20px;
    }

    .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--theme-2);
        transition: 0.6s;
        position: relative;
    }

        .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
            position: absolute;
            width: 20px;
            height: 20px;
            line-height: 20px;
            top: -7px;
            left: -7px;
            border-radius: 50%;
            background-color: transparent;
            border: 2px solid var(--theme-2);
            content: "";
        }

.array-button {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .array-button .array-prev {
        width: 58px;
        height: 58px;
        line-height: 58px;
        border-radius: 8px;
        background-color: var(--theme);
        border: 1.5px solid var(--theme);
        color: var(--white);
        font-size: 16px;
        font-weight: 600;
        transition: all 0.4s ease-in-out;
    }

@media (max-width: 575px) {
    .array-button .array-prev {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

.array-button .array-prev:hover {
    background-color: var(--header);
    color: var(--white);
    border: 1.5px solid var(--header);
}

.array-button .array-next {
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 8px;
    background-color: transparent;
    color: var(--theme);
    font-size: 16px;
    font-weight: 600;
    border: 1.5px solid var(--border);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .array-button .array-next {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

.array-button .array-next:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1.5px solid var(--theme);
}

.mt-10 {
    margin-top: 10px;
}

@media (max-width: 575px) {
    br {
        display: none;
    }
}

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.nice-select {
    background-color: transparent;
    border: transparent;
    float: initial;
    overflow: initial;
    height: initial;
    padding: 0;
    display: inline-flex;
    align-items: center;
    line-height: 150%;
    width: 100%;
    border: none;
}

    .nice-select:focus, .nice-select:hover {
        border-color: transparent;
    }

    .nice-select::after {
        height: 10px;
        width: 10px;
        right: 15px;
        top: initial;
        border-color: var(--border);
        border-bottom: 2px solid var(--header);
        border-right: 2px solid var(--header);
    }

    .nice-select .list {
        width: initial;
        background-color: var(--theme);
        box-shadow: none;
        overflow: initial;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
        width: 100%;
        top: 100%;
        padding: 0;
        max-height: 50vh;
        overflow-x: auto;
    }

        .nice-select .list::-webkit-scrollbar {
            width: 2px;
            opacity: 1;
            display: block;
        }

        .nice-select .list::-webkit-scrollbar-button, .nice-select .list::-webkit-scrollbar-thumb {
            background: var(--header);
        }

    .nice-select .option {
        background-color: transparent;
        font-size: 16px;
        line-height: 150%;
        padding: 4px 5px;
        min-height: initial;
        font-weight: 500;
    }

        .nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
            background-color: transparent;
        }

    .nice-select .current {
        font-weight: 500;
        color: var(--header);
    }

.footer-bg {
    background-color: #1F242C;
}
.footer-section {
    position:relative;
    /*position: fixed;*/
/*    bottom: 0;
    left: 0;*/
    width: 100%;
}
.bg-white {
    background-color: var(--white) !important;
}

.box-shadow {
    box-shadow: var(--box-shadow);
}

.mt-50 {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .mt-50 {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .mt-50 {
        margin-top: 20px;
    }
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.theme-bg {
    background-color: #202426;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.border-none {
    border: none !important;
}

.team-box-items {
    margin-top: 30px;
}

    .team-box-items .team-image {
        position: relative;
        overflow: hidden;
    }

        .team-box-items .team-image::after {
            background: linear-gradient(90deg, rgba(var(--white-rgb, 255, 255, 255), 0.13) 0px, rgba(var(--white-rgb, 255, 255, 255), 0.13) 77%, rgba(var(--white-rgb, 255, 255, 255), 0.3) 92%, rgba(var(--white-rgb, 255, 255, 255), 0));
            content: "";
            height: 200%;
            left: -210%;
            opacity: 0;
            position: absolute;
            top: -50%;
            transition: all 0.5s ease 0s;
            transition-property: all;
            transition-duration: 0.5s;
            transition-timing-function: ease;
            width: 200%;
        }

        .team-box-items .team-image img {
            width: 100%;
            height: 100%;
        }

        .team-box-items .team-image .team-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 9;
            padding: 20px 30px;
            background-color: rgba(91, 155, 55, 0.9);
        }

            .team-box-items .team-image .team-content p {
                font-size: 15px;
                color: var(--white);
                margin-bottom: 5px;
            }

            .team-box-items .team-image .team-content h3 a {
                color: var(--white);
            }

                .team-box-items .team-image .team-content h3 a:hover {
                    color: var(--theme-2);
                }

            .team-box-items .team-image .team-content .social-profile {
                position: absolute;
                right: 30px;
                bottom: 30px;
                content: "";
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                z-index: 2;
                display: inline-block;
                overflow: hidden;
                cursor: pointer;
            }

@media (max-width: 1399px) {
    .team-box-items .team-image .team-content .social-profile {
        bottom: 90px;
    }
}

@media (max-width: 1199px) {
    .team-box-items .team-image .team-content .social-profile {
        right: 30px;
        bottom: 40px;
    }
}

@media (max-width: 991px) {
    .team-box-items .team-image .team-content .social-profile {
        right: 20px;
        bottom: 70px;
    }
}

@media (max-width: 767px) {
    .team-box-items .team-image .team-content .social-profile {
        right: 10px;
        bottom: 60px;
    }
}

@media (max-width: 575px) {
    .team-box-items .team-image .team-content .social-profile {
        right: 30px;
        bottom: 40px;
    }
}

.team-box-items .team-image .team-content .social-profile ul {
    transform: translateY(100px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

    .team-box-items .team-image .team-content .social-profile ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        background: var(--white);
        color: var(--header);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
    }

        .team-box-items .team-image .team-content .social-profile ul li a:hover {
            color: var(--theme);
        }

.team-box-items .team-image .team-content .social-profile .plus-btn {
    z-index: 9;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: var(--white);
    color: var(--black);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    font-size: 16px;
}

    .team-box-items .team-image .team-content .social-profile .plus-btn:hover {
        background-color: var(--theme-2);
        color: var(--white);
        border-radius: 0 0 5px 5px;
    }

.team-box-items .team-image .team-content .social-profile:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.team-box-items:hover .team-image::after {
    left: -30%;
    opacity: 1;
    top: -20%;
    transition-duration: 0.5s, 0.5s, 0.15s;
    transition-property: left, top, opacity;
    transition-timing-function: linear;
}

.team-card-items {
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

    .team-card-items .team-image img {
        width: 100%;
        height: 100%;
    }

    .team-card-items .team-content {
        text-align: center;
        padding: 30px 20px;
        border: 10px solid rgb(245, 245, 245);
        border-radius: 5px;
        border-top: none;
    }

        .team-card-items .team-content h5 {
            margin-bottom: 5px;
        }

            .team-card-items .team-content h5 a:hover {
                color: var(--theme);
            }

        .team-card-items .team-content p {
            color: var(--theme);
            font-size: 17px;
        }

        .team-card-items .team-content .social-icon {
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }

            .team-card-items .team-content .social-icon a {
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                background-color: var(--bg);
                color: var(--text);
            }

                .team-card-items .team-content .social-icon a:hover {
                    background-color: var(--theme);
                    color: var(--white);
                }

.team-details-wrapper .team-details-content h3 {
    margin-bottom: 5px;
}

.team-details-wrapper .team-details-content p {
    margin-top: 20px;
}

.team-details-wrapper .team-details-content b {
    font-size: 18px;
    color: var(--theme);
    font-weight: 400;
    font-family: "Krona One", sans-serif;
    margin-top: 25px;
    display: inline-block;
}

.team-details-wrapper .team-details-content .button-items {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.team-details-wrapper .details-thumb img {
    width: 100%;
    height: 100%;
}

.team-skill-wrapper .skills-content .progress-wrap {
    margin-top: 30px;
}

    .team-skill-wrapper .skills-content .progress-wrap .pro-items:not(:last-child) {
        margin-bottom: 20px;
    }

    .team-skill-wrapper .skills-content .progress-wrap .pro-items .pro-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .team-skill-wrapper .skills-content .progress-wrap .pro-items .pro-head .title {
            font-size: 16px;
            font-family: "Krona One", sans-serif;
        }

        .team-skill-wrapper .skills-content .progress-wrap .pro-items .pro-head .point {
            font-size: 14px;
            color: var(--header);
            font-family: "Krona One", sans-serif;
        }

    .team-skill-wrapper .skills-content .progress-wrap .pro-items .progress {
        background: var(--bg);
        justify-content: flex-start;
        border-radius: 100px;
        align-items: center;
        position: relative;
        display: flex;
        height: 6px;
        width: 100%;
    }

    .team-skill-wrapper .skills-content .progress-wrap .pro-items .progress-value {
        animation: load 3s normal forwards;
        border-radius: 0;
        background: var(--theme);
        height: 6px;
        width: 0;
    }

    .team-skill-wrapper .skills-content .progress-wrap .pro-items .style-two {
        animation: load2 3s normal forwards;
    }

    .team-skill-wrapper .skills-content .progress-wrap .pro-items .style-three {
        animation: load3 3s normal forwards;
    }

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 90%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 50%;
    }
}

@keyframes load3 {
    0% {
        width: 0;
    }

    100% {
        width: 80%;
    }
}

.team-skill-wrapper .others-Value-text ul {
    margin-bottom: 20px;
}

    .team-skill-wrapper .others-Value-text ul li {
        color: var(--header);
        font-family: "Krona One", sans-serif;
        font-size: 12px;
    }

        .team-skill-wrapper .others-Value-text ul li:not(:last-child) {
            margin-bottom: 10px;
        }

        .team-skill-wrapper .others-Value-text ul li i {
            color: var(--theme);
            margin-right: 5px;
            font-size: 18px;
        }

.faq-content {
    margin-bottom: -40px;
    position: relative;
    z-index: 99;
}

@media (max-width: 991px) {
    .faq-content {
        margin-right: 0;
    }
}

.faq-content .accordion-item {
    border: 0;
    margin-top: 20px;
    border-radius: 10px;
    background-color: var(--white);
}

    .faq-content .accordion-item .accordion-header .accordion-button {
        font-weight: 500;
        color: var(--header);
        letter-spacing: -0.2px;
        border: 0;
        border-radius: 5px 5px 0 0;
        box-shadow: none;
        background-color: var(--theme);
        color: var(--white);
        padding: 26px 25px;
        font-size: 16px;
    }

        .faq-content .accordion-item .accordion-header .accordion-button::after {
            content: "\f067";
            background: transparent;
            font-family: "Font Awesome 5 Pro";
            font-weight: 300;
            transition: all 0.3s ease-in-out !important;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 30px;
            background-color: var(--theme);
            color: var(--white);
        }

        .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
            content: "\f068";
            background: transparent;
            font-family: "Font Awesome 5 Pro";
            font-weight: 300;
            background-color: var(--white);
            color: var(--theme);
        }

        .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
            background-color: var(--white);
            color: var(--header);
        }

    .faq-content .accordion-item .accordion-collapse .accordion-body {
        padding-right: 30px;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 25px;
    }

.faq-content.style-2 {
    margin-bottom: 0;
    margin-right: 20px;
}

@media (max-width: 991px) {
    .faq-content.style-2 {
        margin-right: 0;
    }
}

.faq-content.style-2 .accordion-item .accordion-header .accordion-button::after {
    background-color: var(--theme-2);
    color: var(--white);
}

.faq-section {
    position: relative;
    z-index: 9;
}

    .faq-section::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--bg);
        z-index: 2;
        top: 40px;
        width: 52%;
    }

@media (max-width: 1199px) {
    .faq-section::before {
        top: 0;
        width: 100%;
        z-index: -1;
    }
}

.faq-section .faq-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    max-width: 1150px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .faq-section .faq-image {
        position: static;
        margin-bottom: 50px;
    }
}

.faq-section .faq-image img {
    width: 100%;
    height: 100%;
}

.faq-wrapper .faq-image-2 img {
    width: 100%;
    height: 100%;
    border-radius: 315px 0px 0px 0px;
}

@media (max-width: 991px) {
    .faq-wrapper .faq-image-2 img {
        border-radius: 0;
    }
}

.cta-contact-wrapper {
    background-color: var(--theme);
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 1199px) {
    .cta-contact-wrapper {
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .cta-contact-wrapper {
        padding: 60px 50px;
    }
}

@media (max-width: 767px) {
    .cta-contact-wrapper {
        padding: 50px 40px;
    }
}

@media (max-width: 575px) {
    .cta-contact-wrapper {
        padding: 40px 30px;
    }
}

.cta-contact-wrapper .contact-shape-1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cta-contact-wrapper .contact-shape-2 {
    position: absolute;
    right: 20%;
    bottom: 0;
}

.cta-contact-wrapper .cta-contact-left .icon-items {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .cta-contact-wrapper .cta-contact-left .icon-items .video-btn {
        background-color: var(--theme-2);
        color: var(--white);
        display: inline-block;
        font-size: 16px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        border-radius: 50%;
        text-align: center;
        position: relative;
    }

        .cta-contact-wrapper .cta-contact-left .icon-items .video-btn::before {
            position: absolute;
            top: 50%;
            left: 50%;
            right: 0;
            bottom: 0;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 1px solid var(--theme-2);
            content: "";
            transform: translate(-50%, -50%);
        }

        .cta-contact-wrapper .cta-contact-left .icon-items .video-btn.ripple::before, .cta-contact-wrapper .cta-contact-left .icon-items .video-btn.ripple::after {
            width: 60px;
            height: 60px;
            box-shadow: 0 0 0 0 rgba(248, 188, 38, 0.5);
        }

    .cta-contact-wrapper .cta-contact-left .icon-items .content p {
        color: var(--white);
    }

    .cta-contact-wrapper .cta-contact-left .icon-items .content h5 a {
        color: var(--white);
    }

.cta-contact-wrapper .contact-image {
    max-width: 356px;
    margin-bottom: -70px;
    position: relative;
    z-index: 1;
}

    .cta-contact-wrapper .contact-image img {
        width: 100%;
        height: 100%;
    }



.testimonial-card-items {
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

    .testimonial-card-items::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--white);
        border: 1px solid var(--border);
        border-radius: 5px;
        z-index: -1;
        top: 90px;
        height: initial;
    }

    .testimonial-card-items .client-img {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
        position: relative;
    }

@media (max-width: 767px) {
    .testimonial-card-items .client-img {
        width: 140px;
        height: 140px;
    }
}

.testimonial-card-items .client-img .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 24px;
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid var(--border);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-card-items p {
    padding: 50px 50px 50px;
}

.testimonial-card-items .client-info {
    text-align: center;
    background-color: var(--theme);
    padding: 22px 20px;
}

    .testimonial-card-items .client-info span {
        color: var(--white);
        line-height: 1;
    }

    .testimonial-card-items .client-info h3 {
        color: var(--white);
        margin-top: 10px;
    }

.testimonial-card-items.style-2 {
    text-align: center;
}

    .testimonial-card-items.style-2 .client-img {
        width: 150px;
        height: 150px;
    }

    .testimonial-card-items.style-2 h5 {
        margin-top: 30px;
    }

    .testimonial-card-items.style-2 .star {
        color: var(--theme-2);
        margin: 10px 0;
    }

    .testimonial-card-items.style-2 p {
        padding: 0 40px;
        color: var(--header);
        font-weight: 500;
        font-size: 17px;
    }

    .testimonial-card-items.style-2 .client-info {
        background-color: transparent;
        padding: 40px 20px;
    }

        .testimonial-card-items.style-2 .client-info span {
            color: var(--text);
        }

        .testimonial-card-items.style-2 .client-info h3 {
            color: var(--header);
            margin: 0;
            font-size: 18px;
        }

        .testimonial-card-items.style-2 .client-info p {
            margin-top: 10px;
        }

.testimonial-section {
    position: relative;
}

    .testimonial-section .map-shape {
        position: absolute;
        top: 16%;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-section .left-shape {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .testimonial-section .right-shape {
        position: absolute;
        top: 0;
        right: 0;
    }

.testimonial-box-items {
    padding: 50px 30px 0;
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

    .testimonial-box-items::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--white);
        z-index: -1;
        height: 75%;
    }

    .testimonial-box-items .star {
        color: var(--theme-2);
        margin-bottom: 20px;
    }

    .testimonial-box-items p {
        font-size: 17px;
    }

    .testimonial-box-items .client-info-item {
        margin-top: 40px;
    }

        .testimonial-box-items .client-info-item .client-img {
            width: 60px;
            height: 60px;
            background-color: var(--bg);
            border-radius: 50%;
        }

        .testimonial-box-items .client-info-item .content {
            margin-top: 20px;
        }

            .testimonial-box-items .client-info-item .content span {
                font-size: 17px;
                color: var(--theme);
                margin-top: 10px;
                display: inline-block;
                line-height: 1;
            }

.brand-wrapper {
    background-color: #333F4D;
    padding: 80px 0;
    width: calc(100% - 315px);
    padding-left: 315px;
    background-size: contain !important;
    position: relative;
    z-index: 9;
}

@media (max-width: 1899px) {
    .brand-wrapper {
        padding-left: 0;
        width: initial;
    }
}

@media (max-width: 767px) {
    .brand-wrapper {
        padding: 60px 0;
    }
}

@media (max-width: 575px) {
    .brand-wrapper {
        padding: 40px 0;
    }
}

.brand-section {
    position: relative;
    z-index: 9;
}

    .brand-section::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--bg);
        z-index: 1;
        top: 50%;
    }

.brand-section-2 {
    position: relative;
    z-index: 9;
    background-attachment: fixed;
    margin-bottom: 120px;
}

    .brand-section-2::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--theme);
        opacity: 0.9;
    }

.project-card-items {
    margin-top: 30px;
}

    .project-card-items .project-image {
        position: relative;
    }

        .project-card-items .project-image img {
            width: 100%;
            height: 100%;
            border-radius: 5px;
        }

        .project-card-items .project-image::before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: "";
            border-radius: 5px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        }

        .project-card-items .project-image .project-content {
            position: absolute;
            bottom: 30px;
            left: 30px;
            z-index: 9;
        }

            .project-card-items .project-image .project-content p {
                color: var(--white);
                margin-bottom: 5px;
            }

            .project-card-items .project-image .project-content h3 a {
                color: var(--white);
            }

                .project-card-items .project-image .project-content h3 a:hover {
                    color: var(--theme);
                }

.project-box-items {
    text-align: center;
    padding: 80px 10px;
    background-color: var(--bg);
    height: 100%;
}

@media (max-width: 1399px) {
    .project-box-items {
        padding: 36px 10px;
    }
}

@media (max-width: 1199px) {
    .project-box-items {
        padding: 80px 10px;
    }
}

@media (max-width: 991px) {
    .project-box-items {
        padding: 26px 15px;
    }
}

@media (max-width: 767px) {
    .project-box-items {
        padding: 50px 30px;
    }
}

.project-box-items .section-title h2 {
    font-size: 42px;
}

@media (max-width: 767px) {
    .project-box-items .section-title h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .project-box-items .section-title h2 {
        font-size: 32px;
    }
}

.project-thumb {
    position: relative;
}

    .project-thumb img {
        width: 100%;
        height: 100%;
    }

    .project-thumb::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
    }

    .project-thumb .project-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
    }

        .project-thumb .project-content p {
            color: var(--white);
            margin-bottom: 5px;
        }

        .project-thumb .project-content h4 a {
            color: var(--white);
        }

            .project-thumb .project-content h4 a:hover {
                color: var(--theme-2);
            }

    .project-thumb:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .project-thumb:hover .project-content {
        opacity: 1;
        visibility: visible;
    }

.portfolio-card-items {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

    .portfolio-card-items::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(91, 155, 55, 0.9);
        visibility: hidden;
        opacity: 0;
        z-index: 9;
        transition: all 0.4s ease-in-out;
    }

    .portfolio-card-items .portfolio-image {
        position: relative;
    }

        .portfolio-card-items .portfolio-image img {
            width: 100%;
            height: 100%;
        }

        .portfolio-card-items .portfolio-image::before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
        }

        .portfolio-card-items .portfolio-image .content {
            position: absolute;
            bottom: 40px;
            left: 30px;
            z-index: 9;
            transform: translateY(80%);
            transition: all 0.4s ease-in-out;
        }

@media (max-width: 1399px) {
    .portfolio-card-items .portfolio-image .content {
        bottom: 50px;
    }
}

.portfolio-card-items .portfolio-image .content span {
    font-size: 17px;
    color: var(--white);
    margin-bottom: 5px;
    display: inline-block;
}

.portfolio-card-items .portfolio-image .content p {
    color: var(--white);
    font-size: 17px;
}

.portfolio-card-items .portfolio-image .content h5 {
    margin-bottom: 20px;
}

    .portfolio-card-items .portfolio-image .content h5 a {
        color: var(--white);
    }

        .portfolio-card-items .portfolio-image .content h5 a:hover {
            color: var(--theme-2);
        }

.portfolio-card-items:hover::before {
    opacity: 0.9;
    visibility: visible;
}

.portfolio-card-items:hover .portfolio-image .content {
    transform: translateY(0);
}

    .portfolio-card-items:hover .portfolio-image .content h5 {
        margin-bottom: 10px;
    }

    .portfolio-card-items:hover .portfolio-image .content p {
        margin-bottom: -15px;
    }

.project-box-items-2 .project-image {
    position: relative;
}

    .project-box-items-2 .project-image .project-content {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: var(--bg);
        padding: 30px;
        right: 50px;
    }

        .project-box-items-2 .project-image .project-content h5 a:hover {
            color: var(--theme);
        }

        .project-box-items-2 .project-image .project-content p {
            margin-bottom: 5px;
            color: var(--theme);
            font-weight: 500;
        }

        .project-box-items-2 .project-image .project-content .icon-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 30px;
            display: inline-block;
            width: 45px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            border-radius: 5px;
            background-color: var(--theme);
            color: var(--white);
        }

            .project-box-items-2 .project-image .project-content .icon-btn:hover {
                background-color: var(--theme-2);
            }

.project-details-wrapper .project-details-content .content h2 {
    margin-bottom: 20px;
}

.project-details-wrapper .project-details-content .details-image img {
    width: 100%;
    height: 100%;
}

.project-details-wrapper .project-details-content .list-items {
    margin-top: 30px;
}

    .project-details-wrapper .project-details-content .list-items span {
        display: inline-block;
        color: var(--header);
        font-family: "Krona One", sans-serif;
        margin-bottom: 10px;
    }

        .project-details-wrapper .project-details-content .list-items span i {
            color: var(--theme);
            margin-right: 5px;
        }

.news-card-items {
    margin-top: 30px;
}

    .news-card-items .news-image {
        position: relative;
        overflow: hidden;
    }

        .news-card-items .news-image img {
            width: 100%;
            height: 100%;
            transition: 0.5s;
            background-size: cover;
        }

            .news-card-items .news-image img:nth-child(1) {
                perspective: 300px;
                transition: transform 500ms ease;
                transform-origin: top center;
                transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
            }

            .news-card-items .news-image img:nth-child(2) {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                object-fit: cover;
                transition: transform 700ms ease, top 700ms ease;
                transform: translateX(0%) translateX(150px) scaleX(0) rotateY(90deg);
                transform-origin: bottom center;
                width: 100%;
            }

    .news-card-items .news-content {
        margin-top: -20px;
        position: relative;
        z-index: 9;
    }

        .news-card-items .news-content .post-cat {
            padding: 12px 20px;
            line-height: 1;
            background-color: var(--theme);
            border-radius: 5px;
            color: var(--white);
            display: inline-block;
            font-size: 15px;
            transition: all 0.4s ease-in-out;
        }

            .news-card-items .news-content .post-cat:hover {
                background-color: var(--header);
            }

        .news-card-items .news-content .post-date {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
            margin-top: 20px;
        }

            .news-card-items .news-content .post-date li i {
                color: var(--theme);
                margin-right: 5px;
            }

        .news-card-items .news-content h3 {
            border-bottom: 1px solid var(--border);
            padding-bottom: 25px;
            margin-bottom: 25px;
        }

            .news-card-items .news-content h3 a:hover {
                color: var(--theme);
            }

        .news-card-items .news-content .link-btn {
            text-transform: uppercase;
            margin-top: 25px;
            color: var(--header);
        }

            .news-card-items .news-content .link-btn i {
                margin-left: 15px;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                border-radius: 5px;
                background-color: var(--theme);
                color: var(--white);
            }

            .news-card-items .news-content .link-btn:hover {
                color: var(--theme);
            }

    .news-card-items:hover .news-image img:nth-child(1) {
        transform-origin: bottom center;
        transform: translateX(-100%) translateX(150px) scaleX(0) rotateY(90deg);
    }

    .news-card-items:hover .news-image img:nth-child(2) {
        transition: transform 500ms ease, top 500ms ease;
        transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
    }

.news-box-items {
    margin-top: 30px;
}

    .news-box-items .news-image img {
        width: 100%;
        height: 100%;
    }

    .news-box-items .news-content {
        padding: 30px;
        background-color: var(--white);
        box-shadow: var(--box-shadow);
        margin: -50px 20px 0;
        position: relative;
        z-index: 9;
    }

@media (max-width: 1399px) {
    .news-box-items .news-content {
        margin: 0;
    }
}

.news-box-items .news-content .cat {
    padding: 6px 22px;
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    top: -20px;
    left: 30px;
}

.news-box-items .news-content ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

    .news-box-items .news-content ul li {
        color: var(--header);
    }

.news-box-items .news-content h3 {
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
}

@media (max-width: 1399px) {
    .news-box-items .news-content h3 {
        font-size: 18px;
    }
}

.news-box-items .news-content h3 a:hover {
    color: var(--theme);
}

.news-box-items .news-content .link-btn {
    margin-top: 15px;
}

    .news-box-items .news-content .link-btn i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--theme);
        color: var(--white);
        font-size: 14px;
        margin-right: 5px;
    }

    .news-box-items .news-content .link-btn:hover {
        color: var(--theme);
    }

.news-section-2 .section-title-area .theme-btn {
    background-color: transparent;
    border: 2px solid var(--border);
    border-radius: 5px;
    font-family: "Krona One", sans-serif;
    color: var(--header);
}

    .news-section-2 .section-title-area .theme-btn::before {
        border-top: 35px solid var(--theme);
        border-bottom: 35px solid var(--theme);
    }

    .news-section-2 .section-title-area .theme-btn::after {
        border-top: 35px solid var(--theme);
        border-bottom: 35px solid var(--theme);
    }

    .news-section-2 .section-title-area .theme-btn:hover {
        color: var(--white);
        border: 2px solid var(--theme);
    }

.news-card-items-2 {
    margin-top: 30px;
    background-color: var(--bg);
}

    .news-card-items-2 .news-content {
        padding: 35px 30px;
    }

        .news-card-items-2 .news-content .post-date {
            margin-bottom: 15px;
        }

            .news-card-items-2 .news-content .post-date li i {
                color: var(--theme);
                margin-right: 5px;
            }

        .news-card-items-2 .news-content h5 a:hover {
            color: var(--theme);
        }

    .news-card-items-2 .news-image img {
        width: 100%;
        height: 100%;
    }

    .news-card-items-2 .news-button {
        padding: 25px 30px;
    }

        .news-card-items-2 .news-button .link-btn {
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-transform: uppercase;
        }

            .news-card-items-2 .news-button .link-btn i {
                margin-left: 15px;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                background-color: var(--theme);
                color: var(--white);
            }

.border-wrap {
    border: 2px solid #ededed;
}

.blog-wrapper h1, .blog-wrapper h2, .blog-wrapper h3, .blog-wrapper h4, .blog-wrapper h5, .blog-wrapper h6 {
    font-weight: 500;
}

.blog-wrapper .border-wrap {
    padding: 50px;
}

@media (max-width: 767px) {
    .blog-wrapper .border-wrap {
        padding: 50px 15px;
    }
}

.blog-wrapper .border-wrap .single-blog-post .post-content {
    padding: 0px;
}

.blog-wrapper .single-blog-post {
    margin-bottom: 40px;
    position: relative;
}

    .blog-wrapper .single-blog-post .video__button {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

        .blog-wrapper .single-blog-post .video__button .video__btn__wrp {
            margin-bottom: 0;
        }

    .blog-wrapper .single-blog-post.post-details.format-quote .post-content {
        position: relative;
        background: transparent;
        border: none;
    }

    .blog-wrapper .single-blog-post.post-details .post-content {
        border: none;
    }

        .blog-wrapper .single-blog-post.post-details .post-content img {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .blog-wrapper .single-blog-post.post-details .post-content h1 {
            font-size: 36px;
            line-height: 1.4;
        }

        .blog-wrapper .single-blog-post.post-details .post-content h1, .blog-wrapper .single-blog-post.post-details .post-content h2, .blog-wrapper .single-blog-post.post-details .post-content h3, .blog-wrapper .single-blog-post.post-details .post-content h4, .blog-wrapper .single-blog-post.post-details .post-content h5, .blog-wrapper .single-blog-post.post-details .post-content h6 {
            margin-top: 10px;
        }

        .blog-wrapper .single-blog-post.post-details .post-content table {
            margin-top: 20px;
        }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post.post-details .post-content h1 {
        font-size: 28px;
    }

    .blog-wrapper .single-blog-post.post-details .post-content h3 {
        font-size: 20px;
    }
}

.blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    background-color: var(--theme);
    color: var(--white);
    font-size: 26px;
    line-height: 1.4;
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    padding: 60px;
    text-align: center;
    margin: 40px 0px;
    position: relative;
    z-index: 1;
}

    .blog-wrapper .single-blog-post.post-details blockquote a, .blog-wrapper .single-blog-post.post-details .wp-block-quote a {
        color: var(--white);
    }

        .blog-wrapper .single-blog-post.post-details blockquote a:hover, .blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
            color: var(--theme);
        }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
        padding: 30px 15px;
        font-size: 18px;
        line-height: 1.5;
    }
}

.blog-wrapper .single-blog-post.post-details blockquote::before, .blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
    right: 30px;
    font-size: 110px;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    content: "\f10d";
    bottom: -20px;
    color: var(--white);
    z-index: -1;
    opacity: 0.1;
    font-weight: 900;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
    z-index: 1;
    position: relative;
}

    .blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        background-color: #282835;
        opacity: 0.3;
        z-index: -1;
    }

.blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
    position: relative;
    background-color: var(--theme);
    background-image: url("../../assets/img/quotepost.png");
    border: none;
}

.blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    overflow: hidden;
}

@media (max-width: 585px) {
    .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
        text-align: center;
        font-size: 24px;
    }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    font-size: 70px;
    line-height: 80px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

@media (max-width: 585px) {
    .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
        font-size: 50px;
        line-height: 60px;
    }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
    overflow: hidden;
}

.blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
    margin-top: -2px;
    font-size: 30px;
    color: var(--white);
}

.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span {
    color: var(--white);
}

.blog-wrapper .single-blog-post:last-child {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-featured-thumb {
    height: 450px;
    width: 100%;
    position: relative;
    margin-bottom: -2px;
}

@media (max-width: 991px) {
    .blog-wrapper .single-blog-post .post-featured-thumb {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-featured-thumb {
        height: 230px;
    }
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

    .blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 18px;
        background-color: var(--theme);
        display: inline-block;
        text-align: center;
        color: var(--white);
    }

    .blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .ripple::before {
        width: 80px;
        height: 80px;
    }

.blog-wrapper .single-blog-post .post-content {
    padding: 40px;
    border: 2px solid #ededed;
    overflow: hidden;
    box-sizing: border-box;
}

    .blog-wrapper .single-blog-post .post-content h2 {
        line-height: 1.4;
        font-size: 30px;
        font-weight: 500;
    }

        .blog-wrapper .single-blog-post .post-content h2 a:hover {
            color: var(--theme);
        }

    .blog-wrapper .single-blog-post .post-content p {
        font-size: 16px;
    }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content {
        padding: 50px 10px;
    }
}

@media (max-width: 414px) {
    .blog-wrapper .single-blog-post .post-content h2 {
        font-size: 22px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-cat a {
    color: var(--white);
    display: inline-block;
    background-color: var(--theme);
    padding: 14px 18px 12px;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: "League Spartan", sans-serif;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-cat a {
        font-size: 12px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
    background-color: var(--header);
}

.blog-wrapper .single-blog-post .post-content ul {
    margin-bottom: 0;
    list-style-type: disc;
    margin-top: 30px;
}

    .blog-wrapper .single-blog-post .post-content ul ol {
        margin-bottom: 0;
    }

    .blog-wrapper .single-blog-post .post-content ul ul {
        margin-bottom: 0;
    }

    .blog-wrapper .single-blog-post .post-content ul li {
        line-height: 1.5;
        margin-top: 10px;
        list-style-type: disc;
        color: var(--text);
        position: relative;
        font-size: 18px;
        padding-left: 30px;
    }

        .blog-wrapper .single-blog-post .post-content ul li::before {
            position: absolute;
            left: 0;
            top: 0;
            font-family: "Font Awesome 5 Pro";
            content: "\f00c";
            color: var(--theme);
        }

.blog-wrapper .single-blog-post .post-content ol {
    margin-bottom: 0;
    list-style-type: decimal;
}

    .blog-wrapper .single-blog-post .post-content ol ul {
        margin-bottom: 0;
    }

    .blog-wrapper .single-blog-post .post-content ol ol {
        margin-bottom: 0;
    }

    .blog-wrapper .single-blog-post .post-content ol li {
        line-height: 1.5;
        margin-top: 10px;
        list-style-type: decimal;
    }

.blog-wrapper .single-blog-post .post-content p {
    margin-top: 15px;
}

.blog-wrapper .single-blog-post .post-content .post-meta {
    margin-bottom: 15px;
}

    .blog-wrapper .single-blog-post .post-content .post-meta span {
        color: #202426;
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
        display: inline-block;
        margin-right: 25px;
    }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-meta span {
        font-size: 13px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-meta span i {
    margin-right: 5px;
}

.blog-wrapper .single-blog-post .post-content .author-info {
    overflow: hidden;
}

    .blog-wrapper .single-blog-post .post-content .author-info .author-img {
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 50%;
        background-color: #f2f2f2;
        margin-right: 15px;
        float: left;
        overflow: hidden;
        background-position: center;
        background-size: cover;
    }

        @media (max-width: 767px) {
            .blog-wrapper .single-blog-post .post-content .author-info .author-img {
                margin-right: 5px;
            }
        }

        .blog-wrapper .single-blog-post .post-content .author-info h5 {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    margin-top: 9px;
    font-weight: 500;
}

    .blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
        color: var(--theme);
    }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .author-info h5 {
        font-size: 14px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-link a {
    font-weight: 600;
}

    .blog-wrapper .single-blog-post .post-content .post-link a:hover {
        color: var(--theme-2);
    }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-link a {
        font-size: 14px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-link a i {
        margin-right: 3px;
    }
}

@media (min-width: 991px) {
    .main-sidebar {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .main-sidebar {
        margin-top: 40px;
    }
}

.main-sidebar .single-sidebar-widget {
    border: 2px solid #ededed;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 40px;
}

    .main-sidebar .single-sidebar-widget ul {
        padding-left: 0;
    }

        .main-sidebar .single-sidebar-widget ul > li {
            margin-bottom: 10px;
        }

            .main-sidebar .single-sidebar-widget ul > li a {
                font-size: 18px;
                text-transform: capitalize;
            }

                .main-sidebar .single-sidebar-widget ul > li a:hover {
                    color: var(--theme);
                }

        .main-sidebar .single-sidebar-widget ul ul {
            padding-left: 20px;
        }

            .main-sidebar .single-sidebar-widget ul ul li {
                margin-top: 5px;
            }

    .main-sidebar .single-sidebar-widget:last-child {
        margin-bottom: 0;
    }

    .main-sidebar .single-sidebar-widget .wid-title {
        margin-bottom: 25px;
        position: relative;
        padding-left: 45px;
    }

        .main-sidebar .single-sidebar-widget .wid-title h3 {
            font-weight: 500;
            font-size: 22px;
        }

        .main-sidebar .single-sidebar-widget .wid-title::before {
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            content: "";
            height: 4px;
            width: 18px;
            border-radius: 5px;
            position: absolute;
            background-color: var(--theme);
        }

        .main-sidebar .single-sidebar-widget .wid-title::after {
            left: 22px;
            top: 50%;
            transform: translateY(-50%);
            content: "";
            height: 4px;
            width: 4px;
            border-radius: 50%;
            position: absolute;
            background-color: var(--theme);
        }

    .main-sidebar .single-sidebar-widget .social-link a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background-color: #f2f2f2;
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .main-sidebar .single-sidebar-widget .social-link a:hover {
            background-color: var(--theme);
            color: var(--white);
        }

.search_widget form {
    width: 100%;
    position: relative;
}

    .search_widget form input {
        background-color: #f8f8f8;
        font-size: 15px;
        padding: 20px;
        width: 100%;
        border: none;
        color: var(--header);
    }

    .search_widget form button {
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        font-size: 18px;
        height: 100%;
        background-color: var(--theme);
        color: var(--white);
        text-align: center;
        transition: all 0.3s ease-in-out;
    }

        .search_widget form button:hover {
            background-color: var(--header);
        }

    .popular-posts .single-post-item:last-child, .popular_posts .single-post-item:last-child {
        margin-bottom: 0;
        border: none;
        padding-bottom: 0;
    }

    .popular-posts .single-post-item .thumb, .popular_posts .single-post-item .thumb {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #f2f2f2;
        float: left;
        overflow: hidden;
        margin-right: 20px;
    }

    .popular-posts .single-post-item .post-content, .popular_posts .single-post-item .post-content {
        overflow: hidden;
    }

        .popular-posts .single-post-item .post-content h5, .popular_posts .single-post-item .post-content h5 {
            font-size: 14px;
            line-height: 22px;
            font-weight: 500;
            margin-bottom: 0;
            text-transform: capitalize;
        }

            .popular-posts .single-post-item .post-content h5 a:hover, .popular_posts .single-post-item .post-content h5 a:hover {
                color: var(--theme);
            }

        .popular-posts .single-post-item .post-content .post-date, .popular_posts .single-post-item .post-content .post-date {
            margin-top: 5px;
            color: var(--theme);
            font-weight: 700;
            font-size: 14px;
        }

            .popular-posts .single-post-item .post-content .post-date i, .popular_posts .single-post-item .post-content .post-date i {
                margin-right: 7px;
            }

.widget_categories ul li {
    display: block;
}

    .widget_categories ul li:last-child a {
        margin-bottom: 0;
    }

    .widget_categories ul li a {
        position: relative;
        background: #f8f8f8;
        padding: 17px 30px;
        line-height: 1;
        font-size: 14px;
        display: block;
        margin-bottom: 12px;
        font-weight: 500;
        transition: all 0.4s ease-in-out;
    }

        .widget_categories ul li a:hover {
            color: var(--theme);
        }

        .widget_categories ul li a span {
            position: absolute;
            width: 60px;
            line-height: 55px;
            height: 100%;
            content: "";
            background-color: var(--theme);
            right: 0;
            top: 0;
            text-align: center;
            color: var(--white);
        }

.tagcloud a {
    display: inline-block;
    padding: 11px 26px;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    background: #f8f8f8;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 8px;
    transition: all 0.4s ease-in-out;
}

    .tagcloud a:last-child {
        margin-right: 0;
    }

    .tagcloud a:hover {
        background-color: var(--theme);
        color: var(--white);
    }

.widget_categories ul li {
    display: block;
    margin-bottom: 10px;
}

p.sticky-label {
    position: absolute;
    right: 0;
    background: var(--theme);
    color: var(--white);
    padding: 10px 40px;
    z-index: -1;
    top: 0;
    font-weight: 700;
}

.page-nav-wrap ul li {
    display: inline-block;
}

    .page-nav-wrap ul li .page-numbers {
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        background: #f6f6f6;
        font-weight: 700;
        transition: all 0.3s ease-in-out;
        margin: 0 2px;
    }

        .page-nav-wrap ul li .page-numbers.current {
            background-color: var(--theme);
            color: var(--white);
        }

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme);
    color: var(--white);
}

.social-share a {
    margin-left: 10px;
    transition: all 0.4s ease-in-out;
}

    .social-share a:hover {
        color: var(--theme);
    }

.tag-share-wrap {
    padding-bottom: 50px;
}

    .tag-share-wrap h4 {
        margin-bottom: 25px;
    }

@media (max-width: 767px) {
    .tag-share-wrap h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .tag-share-wrap .tagcloud {
        margin-bottom: 20px;
    }
}

.comments-section-wrap {
    overflow: hidden;
}

.comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
    font-size: 26px;
}

@media (max-width: 767px) {
    .comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
        font-size: 20px;
    }
}

.comments-item-list .single-comment-item {
    margin-top: 30px;
}

    .comments-item-list .single-comment-item ul {
        margin-bottom: 15px;
    }

    .comments-item-list .single-comment-item p, .comments-item-list .single-comment-item span {
        font-size: 16px;
    }

    .comments-item-list .single-comment-item .author-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        float: left;
        overflow: hidden;
        margin-right: 30px;
    }

@media (max-width: 991px) {
    .comments-item-list .single-comment-item .author-img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-img {
        width: 70px;
        height: 70px;
        margin-right: 15px;
    }
}

@media (max-width: 585px) {
    .comments-item-list .single-comment-item .author-img {
        float: none;
        margin-bottom: 20px;
    }
}

.comments-item-list .single-comment-item .author-info-comment {
    overflow: auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
}

    .comments-item-list .single-comment-item .author-info-comment .info {
        position: relative;
    }

        .comments-item-list .single-comment-item .author-info-comment .info .minimal-btn {
            padding: 7px 18px;
            font-size: 14px;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            color: #727475;
            border: 1px solid #ebebeb;
            background: transparent;
            transition: all 0.4s ease-in-out;
            box-shadow: inherit;
        }

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .info .minimal-btn {
        font-size: 12px;
    }
}

.comments-item-list .single-comment-item .author-info-comment .info .minimal-btn i {
    margin-right: 5px;
}

.comments-item-list .single-comment-item .author-info-comment .info .minimal-btn:hover {
    background: var(--theme);
    border: 1px solid var(--theme);
    color: var(--white);
}

    .comments-item-list .single-comment-item .author-info-comment .info .minimal-btn:hover a {
        color: var(--white);
    }

.comments-item-list .single-comment-item .author-info-comment .info h5 {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .info h5 {
        font-size: 16px;
    }
}

.comments-item-list .single-comment-item .author-info-comment span {
    color: var(--theme);
    font-weight: 500;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn {
    padding: 7px 18px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .theme-btn {
        font-size: 12px;
    }
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
    margin-right: 5px;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
    color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .comment-text {
    margin-top: 15px;
}

.comment-form {
    background-color: #f0f0f0;
    padding: 50px;
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .comment-form {
        padding: 30px;
    }
}

@media (max-width: 585px) {
    .comment-form {
        padding: 30px 15px;
    }
}

.comment-form label {
    margin-bottom: 4px;
}

.comment-form input, .comment-form textarea {
    margin-bottom: 20px;
    padding: 20px 30px;
    line-height: 1;
    font-size: 16px;
    width: 100%;
    border: none;
    color: var(--header);
}

@media (max-width: 585px) {
    .comment-form input, .comment-form textarea {
        padding: 15px;
    }
}

.comment-form textarea {
    height: 120px;
    line-height: 1.3;
    border: none;
}

@media (max-width: 767px) {
    .comment-form textarea {
        height: 120px;
    }
}

.comment-form .theme-btn {
    display: inline-block;
    line-height: 1;
    text-transform: capitalize;
    padding: 20px 60px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    margin-top: 20px;
    background-color: var(--theme);
    border-radius: 0;
}

@media (max-width: 767px) {
    .comment-form .theme-btn {
        padding: 20px 40px;
    }
}

@media (max-width: 585px) {
    .comment-form .theme-btn {
        padding: 15px 40px;
        font-size: 14px;
    }
}

.comment-form .theme-btn i {
    margin-right: 10px;
}

.comment ul {
    list-style-type: disc;
}

    .comment ul ol {
        margin-bottom: 0;
    }

    .comment ul li {
        line-height: 1.5;
        margin-top: 10px;
        list-style-type: disc;
    }

.comment ol ul {
    margin-bottom: 0;
}

.comment ol ol {
    margin-bottom: 0;
}

.comment ol li {
    line-height: 1.5;
    margin-top: 10px;
}

.site_info_widget .single-contact-info {
    overflow: auto;
    margin-bottom: 20px;
}

    .site_info_widget .single-contact-info span {
        display: block;
        color: var(--theme);
    }

    .site_info_widget .single-contact-info .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: var(--white);
        background-color: var(--theme);
        float: left;
        text-align: center;
        overflow: hidden;
        font-size: 16px;
        margin-right: 20px;
    }

    .site_info_widget .single-contact-info:nth-child(2n) .icon {
        background-color: var(--theme);
    }

    .site_info_widget .single-contact-info:nth-child(3n) .icon {
        background-color: var(--theme);
    }

.site_info_widget .social-link {
    margin-top: 35px;
}

    .site_info_widget .social-link a {
        margin-right: 8px !important;
    }

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.service-row {
    max-width:1600px;
    width: 100%;
}
.service-card-row {
/*    max-width: 1600px;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.service-card {
    width: 30%;
    flex: 1 1 30%;
    margin: 20px;
    max-width: 520px;
}
.service-card-items {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .service-card {
        width: 50%;
        flex: 1 1 50%;
        margin: 20px;
        max-width: 520px;
    }
}
.service-card-items .service-image img {
        width: 100%;
        height: 100%;
}

    .service-card-items .service-content {
        padding: 30px;
        background-color: var(--white);
        margin-top: -30px;
        margin-left: 30px;
        position: relative;
        z-index: 9;
    }

        .service-card-items .service-content h3 {
            margin-bottom: 10px;
            font-size: 20px;
        }

            .service-card-items .service-content h3 a:hover {
                color: var(--theme);
            }

        .service-card-items .service-content p {
            margin-bottom: 20px;
        }
.menu-box-items {
    margin-top: 30px;
    border: 1px solid var(--border);
    border-radius: 5px;
    background-color: var(--white);
}

    .menu-box-items .menu-content {
        padding: 40px;
    }

        .menu-box-items .menu-content h3 {
            /*margin-top: 20px;*/
            margin-top: 0px;
        }
            .menu-box-items .menu-content h3 a:hover {
                color: var(--theme-3);
            }

        .menu-box-items .menu-content ul {
            margin-top: 20px;
        }

            .menu-box-items .menu-content ul li {
                position: relative;
                padding-left: 15px;
                color: var(--header);
                font-weight: 500;
            }

                .menu-box-items .menu-content ul li:not(:last-child) {
                    margin-bottom: 10px;
                }

                .menu-box-items .menu-content ul li::before {
                    position: absolute;
                    top: 13px;
                    left: 0;
                    width: 5px;
                    height: 5px;
                    border-radius: 5px;
                    content: "";
                    background-color: var(--theme-2);
                }

        .menu-box-items .menu-content .link-btn {
            text-transform: uppercase;
            margin-top: 25px;
            color: var(--theme);
        }

            .menu-box-items .menu-content .link-btn i {
                margin-right: 10px;
                width: 24px;
                height: 24px;
                line-height: 24px;
                text-align: center;
                border-radius: 5px;
                background-color: var(--theme);
                color: var(--white);
                font-size: 14px;
                border-radius: 15px;
            }

            .menu-box-items .menu-content .link-btn:hover {
                color: var(--theme-2);
            }

    .menu-box-items .menu-image {
        position: relative;
        overflow: hidden;
    }

        .menu-box-items .menu-image img {
            width: 100%;
            height: 100%;
            transition: 0.5s;
            background-size: cover;
        }

            .menu-box-items .menu-image img:nth-child(1) {
                perspective: 300px;
                transition: transform 500ms ease;
                transform-origin: top center;
                transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
            }

            .menu-box-items .menu-image img:nth-child(2) {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                object-fit: cover;
                transition: transform 700ms ease, top 700ms ease;
                transform: translateX(0%) translateX(150px) scaleX(0) rotateY(90deg);
                transform-origin: bottom center;
                width: 100%;
            }

    .menu-box-items:hover .menu-image img:nth-child(1) {
        transform-origin: bottom center;
        transform: translateX(-100%) translateX(150px) scaleX(0) rotateY(90deg);
    }

    .menu-box-items:hover .menu-image img:nth-child(2) {
        transition: transform 500ms ease, top 500ms ease;
        transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
    }


.service-box-items {
    margin-top: 30px;
    border: 1px solid var(--border);
    border-radius: 5px;
    background-color: var(--white);
}

    .service-box-items .service-content {
        padding: 40px;
    }

        .service-box-items .service-content h3 {
            margin-top: 20px;
        }

            .service-box-items .service-content h3 a:hover {
                color: var(--theme-2);
            }

        .service-box-items .service-content ul {
            margin-top: 20px;
        }

            .service-box-items .service-content ul li {
                position: relative;
                padding-left: 15px;
                color: var(--header);
                font-weight: 500;
            }

                .service-box-items .service-content ul li:not(:last-child) {
                    margin-bottom: 10px;
                }

                .service-box-items .service-content ul li::before {
                    position: absolute;
                    top: 13px;
                    left: 0;
                    width: 5px;
                    height: 5px;
                    border-radius: 5px;
                    content: "";
                    background-color: var(--theme-2);
                }

        .service-box-items .service-content .link-btn {
            text-transform: uppercase;
            margin-top: 25px;
            color: var(--theme);
        }

            .service-box-items .service-content .link-btn i {
                margin-right: 10px;
                width: 24px;
                height: 24px;
                line-height: 24px;
                text-align: center;
                border-radius: 5px;
                background-color: var(--theme);
                color: var(--white);
                font-size: 14px;
                border-radius: 15px;
            }

            .service-box-items .service-content .link-btn:hover {
                color: var(--theme-2);
            }

    .service-box-items .service-image {
        position: relative;
        overflow: hidden;
    }

        .service-box-items .service-image img {
            width: 100%;
            height: 100%;
            transition: 0.5s;
            background-size: cover;
        }

            .service-box-items .service-image img:nth-child(1) {
                perspective: 300px;
                transition: transform 500ms ease;
                transform-origin: top center;
                transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
            }

            .service-box-items .service-image img:nth-child(2) {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                object-fit: cover;
                transition: transform 700ms ease, top 700ms ease;
                transform: translateX(0%) translateX(150px) scaleX(0) rotateY(90deg);
                transform-origin: bottom center;
                width: 100%;
            }

    .service-box-items:hover .service-image img:nth-child(1) {
        transform-origin: bottom center;
        transform: translateX(-100%) translateX(150px) scaleX(0) rotateY(90deg);
    }

    .service-box-items:hover .service-image img:nth-child(2) {
        transition: transform 500ms ease, top 500ms ease;
        transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
    }

.service-section-2 {
    position: relative;
    z-index: 9;
}

    .service-section-2::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--bg);
        z-index: -1;
        top: 38%;
    }

.service-card-items-2 {
    margin-top: 30px;
}

    .service-card-items-2 .service-title h5 {
        line-height: 1;
    }

        .service-card-items-2 .service-title h5 a:hover {
            color: var(--theme);
        }

    .service-card-items-2 .service-title p {
        font-size: 17px;
        color: var(--header);
        margin-top: 5px;
        position: relative;
        margin-bottom: 40px;
    }

        .service-card-items-2 .service-title p::before {
            position: absolute;
            bottom: -20px;
            left: 0;
            width: 50px;
            height: 3px;
            content: "";
            background-color: var(--theme);
        }

    .service-card-items-2 .service-thumb {
        position: relative;
        overflow: hidden;
    }

        .service-card-items-2 .service-thumb img {
            transition: all 0.4s ease-in-out;
        }

        .service-card-items-2 .service-thumb::after {
            background: linear-gradient(90deg, rgba(var(--white-rgb, 255, 255, 255), 0.13) 0px, rgba(var(--white-rgb, 255, 255, 255), 0.13) 77%, rgba(var(--white-rgb, 255, 255, 255), 0.3) 92%, rgba(var(--white-rgb, 255, 255, 255), 0));
            content: "";
            height: 200%;
            left: -210%;
            opacity: 0;
            position: absolute;
            top: -50%;
            transition: all 0.5s ease 0s;
            transition-property: all;
            transition-duration: 0.5s;
            transition-timing-function: ease;
            width: 200%;
        }

        .service-card-items-2 .service-thumb .icon {
            position: absolute;
            left: 20px;
            bottom: 20px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background-color: var(--theme-2);
            z-index: 9;
        }

            .service-card-items-2 .service-thumb .icon img {
                width: initial;
                height: initial;
            }

    .service-card-items-2 .service-text {
        border: 1px solid var(--border);
        background-color: var(--white);
        padding: 30px;
    }

        .service-card-items-2 .service-text p {
            font-size: 17px;
            color: var(--header);
            line-height: 165%;
        }

    .service-card-items-2:hover .service-thumb::after {
        left: -30%;
        opacity: 1;
        top: -20%;
        transition-duration: 0.5s, 0.5s, 0.15s;
        transition-property: left, top, opacity;
        transition-timing-function: linear;
    }

    .service-card-items-2:hover .service-thumb img {
        transform: scale(1.1) rotate(1.1deg);
    }

.service-details-wrapper .service-details-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.service-details-content p a {
    color: var(--header) !important;
    font-weight: 600;
}

@media (max-width: 991px) {
    .service-details-wrapper .service-details-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    .service-details-wrapper .service-details-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .service-details-wrapper .service-details-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .service-details-wrapper .service-details-content h2 {
        font-size: 24px;
    }
}

.service-details-wrapper .service-details-content .details-thumb img {
    width: 100%;
    height: 100%;
}

.service-details-wrapper .service-details-content .list {
    margin-top: 30px;
    margin-bottom: 40px;
}

    .service-details-wrapper .service-details-content .list li {
        font-size: 16px;
        color: var(--header);
        font-weight: 600;
    }

        .service-details-wrapper .service-details-content .list li:not(:last-child) {
            margin-bottom: 10px;
        }

        .service-details-wrapper .service-details-content .list li i {
            color: var(--theme);
            margin-right: 5px;
        }

.service-details-wrapper .service-details-content .list-2 {
    margin-top: 10px;
}

    .service-details-wrapper .service-details-content .list-2 li {
        color: var(--header);
    }

        .service-details-wrapper .service-details-content .list-2 li i {
            color: var(--theme);
            margin-right: 10px;
        }

        .service-details-wrapper .service-details-content .list-2 li:not(:last-child) {
            margin-bottom: 10px;
        }

.service-details-wrapper .service-details-content .download-file {
    background-color: var(--bg);
    padding: 35px 30px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-content .download-file {
        padding: 30px 25px;
        gap: 20px;
        justify-content: center;
        text-align: center;
    }
}

.service-details-wrapper .service-details-content .download-file .download-button {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget {
    background-color: var(--bg);
    padding: 30px;
    margin-bottom: 30px;
}

    .service-details-wrapper .service-details-sidebar .sidebar-widget h3 {
        line-height: 1;
        margin-bottom: 30px;
    }

    .service-details-wrapper .service-details-sidebar .sidebar-widget ul li {
        padding: 18px 20px;
        background-color: var(--bg);
        font-family: "Krona One", sans-serif;
        background-color: var(--white);
        transition: all 0.4s ease-in-out;
    }

        .service-details-wrapper .service-details-sidebar .sidebar-widget ul li:not(:last-child) {
            margin-bottom: 10px;
        }

        .service-details-wrapper .service-details-sidebar .sidebar-widget ul li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .service-details-wrapper .service-details-sidebar .sidebar-widget ul li:hover {
            background-color: var(--theme);
        }

            .service-details-wrapper .service-details-sidebar .sidebar-widget ul li:hover a {
                color: var(--white);
            }

    .service-details-wrapper .service-details-sidebar .sidebar-widget .contact-bg {
        padding: 50px 20px;
        position: relative;
        z-index: 9;
    }

        .service-details-wrapper .service-details-sidebar .sidebar-widget .contact-bg::before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: "";
            z-index: -1;
            background-color: var(--theme);
            opacity: 0.9;
        }

        .service-details-wrapper .service-details-sidebar .sidebar-widget .contact-bg h5 {
            margin-bottom: 10px;
            color: var(--white);
        }

        .service-details-wrapper .service-details-sidebar .sidebar-widget .contact-bg h4 {
            margin-bottom: 10px;
        }

            .service-details-wrapper .service-details-sidebar .sidebar-widget .contact-bg h4 a {
                color: var(--white);
            }

        .service-details-wrapper .service-details-sidebar .sidebar-widget .contact-bg p {
            color: var(--white);
        }

.pricing-section {
    background-color: var(--header);
}
.pricing-save {
    font-size:18px;
    font-style: italic;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}
.pricing-message {
    color: #fff000;
    font-style: italic;
    font-weight: 600;
    text-align: center;
}
.pricing-card-items {
    margin-top: 30px;
    background-color: var(--white);
    border-radius: 8px;
    padding: 30px 30px;
    position: relative;
    z-index: 9;
    text-align: center;
    overflow: hidden;
}

    .pricing-card-items::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        /*background-color: #f4f2e9;*/
        background-color: var(--bg);
        z-index: -1;
        border-radius: 8px 8px 0 0;
        height: 25%;
    }

    .pricing-card-items .pricing-link {
        margin: 15px auto;
        min-height: 60px;
    }

        .pricing-card-items .pricing-link a {
            font-size: 14px;
            font-weight: 600;
            color: var(--theme-3);
        }
    
    .pricing-card-items .tag {
        position: absolute;
        right: 0;
        top: 12px;
        z-index: 9;
        transform: rotate(45deg);
        font-weight: 900;
        font-size: 14px;
        color: var(--white);
    }

        .pricing-card-items .tag::before {
            position: absolute;
            top: -11px;
            right: -15px;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 100px 90px 0;
            border-color: transparent var(--theme) transparent;
            z-index: 0;
            transform: rotate(-42deg);
            z-index: -1;
        }

    .pricing-card-items .pricing-header {
        text-align: center;
        height: 100px;
        min-height: 100px;
        max-height: 100px;
    }

        .pricing-card-items .pricing-header h6 {
            color: var(--theme);
        }

    .pricing-card-items .icon-items {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -10px;
        margin-bottom: 30px;
        gap: 20px;
    }

        .pricing-card-items .icon-items li {
            width: 70px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 50%;
            background-color: var(--white);
            box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
        }

            .pricing-card-items .icon-items li i {
                display: block;
                width: 90%;
                height: 90%;
                margin: auto;
                border-radius: 50%;
                /*font-size: 35px;
                line-height: 85px;
                color: var(--header);*/
            }

    .pricing-card-items .price-list {
        margin: 0 auto;
        padding: 0;
        position: relative;
        display: inline-block;
        text-align: left;
    }

        .pricing-card-items .price-list li:not(:last-child) {
            margin-bottom: 10px;
        }

        .pricing-card-items .price-list li i {
            color: var(--theme);
            margin-right: 5px;
        }

    .pricing-card-items .price {
        font-size: 18px;
        line-height: 1em;
        margin: 25px 0 30px;
        font-weight: 600;
        color: var(--theme);
        vertical-align: middle;
    }

        .pricing-card-items .price span {
            color: var(--header);
        }

.pricing-section-2 {
    background-color: #f5f5f8;
}

.pricing-wrapper {
    background-color: var(--white);
    padding: 60px;
    padding-right: 35px;
}

@media (max-width: 767px) {
    .pricing-wrapper .pricing-content-box {
        flex-wrap: wrap;
        margin-bottom: 30px;
        gap: 30px;
    }
}

.pricing-wrapper .pricing-content-box .price-content p {
    color: var(--text);
    margin-bottom: 5px;
}

.pricing-wrapper .pricing-content-box .price-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.pricing-wrapper .pricing-content-box .price-content span em {
    color: var(--theme);
}

.pricing-wrapper .pricing-content-box .price-icon {
    display: flex;
    align-items: center;
    gap: 25px;
    border: 1px solid #E9EDF3;
    border-radius: 50px;
    padding: 20px;
}

    .pricing-wrapper .pricing-content-box .price-icon .icon {
        height: 60px;
        width: 60px;
        line-height: 70px;
        text-align: center;
        background-color: var(--white);
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
        border-radius: 50%;
        font-size: 36px;
        color: var(--theme);
    }

@media (max-width: 1199px) {
    .pricing-wrapper .pricing-list-items {
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .pricing-wrapper .pricing-list-items {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.pricing-wrapper .pricing-list-items .price-list {
    flex: 0 0 auto;
    margin-right: 45px;
}

@media (max-width: 1399px) {
    .pricing-wrapper .pricing-list-items .price-list {
        margin-right: 0;
    }
}

.pricing-wrapper .pricing-list-items .price-list li:not(:last-child) {
    margin-bottom: 5px;
}

.pricing-wrapper .pricing-list-items .price-list li i {
    color: var(--theme);
    margin-right: 5px;
}

.pricing-wrapper .pricing-list-items .price-button {
    text-align: center;
}

    .pricing-wrapper .pricing-list-items .price-button h3 {
        margin-bottom: 10px;
        font-size: 48px;
    }

        .pricing-wrapper .pricing-list-items .price-button h3 i {
            margin-left: -10px;
            font-size: 16px;
        }

        .pricing-wrapper .pricing-list-items .price-button h3 span {
            font-size: 14px;
            color: var(--text);
            font-weight: 400;
        }

    .pricing-wrapper .pricing-list-items .price-button .theme-btn {
        background-color: transparent;
        border: 1px solid rgba(50, 57, 74, 0.15);
        border-radius: 0;
    }

        .pricing-wrapper .pricing-list-items .price-button .theme-btn span {
            color: var(--header);
            transition: all 0.4s ease-in-out;
        }

        .pricing-wrapper .pricing-list-items .price-button .theme-btn::before, .pricing-wrapper .pricing-list-items .price-button .theme-btn::after {
            background-color: var(--theme);
            border-radius: 0;
        }

        .pricing-wrapper .pricing-list-items .price-button .theme-btn:hover span {
            color: var(--white);
        }

.price-option input[type="radio"] {
    display: none;
}


.price-button-selected {
    background-color: var(--theme-2) !important; /* Change background color */
    color: var(--header); /* Change text color */
    border: 2px solid var(--header); /* Add a border */
   /* padding: 10px;
    border-radius: 5px;*/
    /*text-decoration: none;*/ /* Remove underline */
}
.pricing-wrapper.active {
    background-color: var(--theme);
}

    .pricing-wrapper.active .pricing-content-box .price-content p {
        color: var(--white);
    }

    .pricing-wrapper.active .pricing-content-box .price-content h3 {
        color: var(--white);
    }

    .pricing-wrapper.active .pricing-content-box .price-content span {
        color: var(--white);
    }

        .pricing-wrapper.active .pricing-content-box .price-content span em {
            color: var(--white);
        }

    .pricing-wrapper.active .pricing-content-box .price-icon {
        border: 1px solid var(--white);
    }

    .pricing-wrapper.active .pricing-list-items .price-list li {
        color: var(--white);
    }

        .pricing-wrapper.active .pricing-list-items .price-list li i {
            color: var(--white);
        }

    .pricing-wrapper.active .pricing-list-items .price-button {
        text-align: center;
    }

        .pricing-wrapper.active .pricing-list-items .price-button h3 {
            color: var(--white);
        }

            .pricing-wrapper.active .pricing-list-items .price-button h3 i {
                color: var(--white);
            }

            .pricing-wrapper.active .pricing-list-items .price-button h3 span {
                color: var(--white);
            }

        .pricing-wrapper.active .pricing-list-items .price-button .theme-btn {
            border: 1px solid var(--white);
        }

            .pricing-wrapper.active .pricing-list-items .price-button .theme-btn span {
                color: var(--white);
            }

            .pricing-wrapper.active .pricing-list-items .price-button .theme-btn::before, .pricing-wrapper.active .pricing-list-items .price-button .theme-btn::after {
                background-color: var(--header);
            }

            .pricing-wrapper.active .pricing-list-items .price-button .theme-btn:hover {
                border: 1px solid transparent;
            }

                .pricing-wrapper.active .pricing-list-items .price-button .theme-btn:hover span {
                    color: var(--white);
                }

.pricing-card-items-2 {
    padding: 40px 50px;
    text-align: center;
    position: relative;
    z-index: 9;
}

    .pricing-card-items-2::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--white);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        height: initial;
        z-index: -1;
        top: 68px;
    }

    .pricing-card-items-2 .pricing-icon {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
        margin-bottom: 30px;
    }

        .pricing-card-items-2 .pricing-icon .icon {
            height: 60px;
            width: 60px;
            line-height: 70px;
            text-align: center;
            background-color: var(--theme2);
            border-radius: 50%;
            font-size: 36px;
            color: var(--white);
            box-shadow: 0px 2px 15px #c6c6c6;
        }

    .pricing-card-items-2 .pricing-header {
        text-align: center;
    }

        .pricing-card-items-2 .pricing-header h2 {
            font-size: 52px;
            margin-top: 20px;
        }

            .pricing-card-items-2 .pricing-header h2 sub {
                font-size: 24px;
                color: var(--header);
                font-weight: 600;
                margin-top: -15px;
                display: inline-block;
            }

            .pricing-card-items-2 .pricing-header h2 span {
                font-size: 16px;
                color: var(--text);
                font-weight: 400;
                margin-left: -15px;
            }

    .pricing-card-items-2 .pricing-list {
        margin-top: 30px;
        text-align: left;
        margin-bottom: 40px;
    }

        .pricing-card-items-2 .pricing-list li {
            color: var(--header);
        }

            .pricing-card-items-2 .pricing-list li i {
                color: var(--theme);
                margin-right: 5px;
            }

            .pricing-card-items-2 .pricing-list li:not(:last-child) {
                margin-bottom: 15px;
            }

    .pricing-card-items-2 .theme-btn {
        padding: 20px 40px;
    }

    .pricing-card-items-2.active::before {
        background-color: var(--theme2);
    }

    .pricing-card-items-2.active .pricing-icon .icon {
        background-color: var(--white);
        color: var(--header);
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .pricing-card-items-2.active .pricing-header h2 {
        color: var(--white);
    }

        .pricing-card-items-2.active .pricing-header h2 sub {
            color: var(--white);
        }

        .pricing-card-items-2.active .pricing-header h2 span {
            color: var(--white);
        }

    .pricing-card-items-2.active .pricing-header p, .pricing-card-items-2.active .pricing-header h5 {
        color: var(--white);
    }

    .pricing-card-items-2.active .pricing-list li {
        color: var(--white);
    }

        .pricing-card-items-2.active .pricing-list li i {
            color: var(--white);
        }

    .pricing-card-items-2.active .theme-btn {
        background-color: var(--white);
        color: var(--header);
    }

        .pricing-card-items-2.active .theme-btn:hover {
            color: var(--white);
        }

.pricing-box-items {
    margin-top: 30px;
    background-color: rgb(22, 22, 22);
}

    .pricing-box-items .pricing-header {
        background-color: var(--theme);
        padding: 30px 40px;
        position: relative;
    }

        .pricing-box-items .pricing-header h3 {
            color: var(--white);
            font-size: 28px;
        }

        .pricing-box-items .pricing-header h4 {
            color: var(--white);
            font-size: 16px;
            font-weight: 500;
            margin-top: 5px;
        }

        .pricing-box-items .pricing-header .icon {
            font-size: 50px;
            color: var(--white);
            position: absolute;
            top: 30px;
            right: 40px;
        }

    .pricing-box-items .pricing-list {
        padding: 30px 40px;
    }

        .pricing-box-items .pricing-list li {
            display: flex;
            gap: 20px;
        }

            .pricing-box-items .pricing-list li:not(:last-child) {
                margin-bottom: 15px;
            }

            .pricing-box-items .pricing-list li .price {
                color: var(--white);
                font-size: 14px;
                line-height: 1.7;
            }

            .pricing-box-items .pricing-list li i {
                color: var(--theme);
                font-size: 18px;
                margin-top: 5px;
            }

    .pricing-box-items .price-button {
        padding: 0 40px 30px;
    }

        .pricing-box-items .price-button .theme-btn::before, .pricing-box-items .price-button .theme-btn::after {
            background-color: var(--white);
        }

        .pricing-box-items .price-button .theme-btn span {
            transition: all 0.4s ease-in-out;
        }

        .pricing-box-items .price-button .theme-btn:hover span {
            color: var(--header);
        }

.sidebar-widget .sidebar-images {
    width: 100%;    
}
    .sidebar-widget .sidebar-images .sidebar-image {
        width: 100%;
    }
        .sidebar-widget .sidebar-images .sidebar-image img {
            width: 100%;
        }

        .popular-posts .single-post-item, .popular_posts .single-post-item {
            overflow: hidden;
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid #f2f2f2;
        }

.map-section {
    width: 100%;
}

.map-container {
    min-width: 100%;
    min-height: 475px;
    background-position: center;
}

.map-content a {
    color: var(--theme-3)
}
.contact-wrapper .contact-image img {
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
    .contact-wrapper .contact-image {
        visibility: hidden;
        display: none;
    }
}
.contact-wrapper .contact-image-top img {
    width: 100%;
    height: 100%;
}

/*@media (max-width: 991px) {
    .contact-wrapper .contact-image-top {
        visibility: hidden;
        display: none;
    }
}*/
    .contact-wrapper .contact-content {
        padding: 50px;
        background-color: var(--white);
        margin-left: -70px;
    }

    @media (max-width: 767px) {
        .contact-wrapper .contact-content {
            padding: 50px 40px;
        }
    }

    @media (max-width: 575px) {
        .contact-wrapper .contact-content {
            padding: 40px 30px;
        }
    }

    @media (max-width: 1199px) {
        .contact-wrapper .contact-content {
            margin-left: 0;
        }
    }

    .contact-wrapper .contact-content .form-clt input, .contact-wrapper .contact-content .form-clt textarea {
        line-height: 1;
        border: 1.5px solid var(--border3);
        padding: 15px 15px;
        color: var(--text);
        outline: none;
        width: 100%;
        border-radius: 5px;
    }

    .contact-wrapper .contact-content .form-clt textarea {
        padding: 15px 15px 15px;
    }

    @media (max-width: 1199px) {
        .contact-wrapper.style-padding-minus {
            margin-bottom: -50px;
        }
    }

    .contact-section-2 {
        position: relative;
        z-index: 9;
    }

        .contact-section-2 .contact-image-2 {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
        }

    @media (max-width: 1199px) {
        .contact-section-2 .contact-image-2 {
            position: static;
            margin-bottom: 50px;
        }
    }

    .contact-section-2 .contact-image-2 img {
        width: 100%;
        height: 100%;
    }

    .contact-wrapper-2 .contact-content .form-clt input, .contact-wrapper-2 .contact-content .form-clt textarea {
        line-height: 1;
        border: 1.5px solid var(--border);
        padding: 17px 20px;
        color: var(--text);
        outline: none;
        width: 100%;
        border-radius: 5px;
        background-color: var(--white);
    }

    .contact-wrapper-2 .contact-content .form-clt textarea {
        padding: 17px 20px 20px;
    }

    .contact-section-3 {
        position: relative;
        margin-top: 87px;
    }

    @media (max-width: 1199px) {
        .contact-section-3 {
            margin-top: 0;
        }
    }

    .contact-section-3 .contact-image {
        position: absolute;
        top: -85px;
        bottom: 0;
        right: 0;
        max-width: 940px;
    }

    @media (max-width: 1399px) {
        .contact-section-3 .contact-image {
            max-width: 610px;
        }
    }

    @media (max-width: 1199px) {
        .contact-section-3 .contact-image {
            top: 0;
            position: static;
            margin-bottom: 40px;
            max-width: 1100px;
        }
    }

    .contact-section-3 .contact-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .single-contact-card {
        background-color: var(--bglt);
        padding: 40px;
        transition: all 0.3s ease-in-out;
    }

    @media (max-width: 585px) {
        .single-contact-card {
            padding: 30px;
        }
    }

    .single-contact-card:hover {
        background-color: var(--header);
    }

        .single-contact-card:hover .icon {
            color: #fff !important;
            background-color: var(--theme) !important;
        }

        .single-contact-card:hover .bottom-part .icon {
            color: var(--theme) !important;
            background-color: #fff !important;
        }

        .single-contact-card:hover p,
        .single-contact-card:hover span, .single-contact-card:hover h4 {
            color: #fff;
        }

        .single-contact-card:hover a,
        .single-contact-card:hover span, .single-contact-card:hover h4 {
            color: var(--theme);
        }

    .single-contact-card .top-part {
        overflow: hidden;
    }

        .single-contact-card .top-part .icon {
            width: 70px;
            height: 70px;
            font-size: 20px;
            line-height: 70px;
            border-radius: 50%;
            background-color: #fff;
            text-align: center;
            float: left;
            color: var(--header);
            overflow: hidden;
            margin-right: 20px;
        }

        .single-contact-card .top-part .title {
            overflow: hidden;
        }

    .single-contact-card .bottom-part {
        margin-top: 25px;
        overflow: hidden;
    }

        .single-contact-card .bottom-part .icon {
            width: 50px;
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            border-radius: 50%;
            background-color: #fff;
            text-align: center;
            float: right;
            overflow: hidden;
            margin-left: 20px;
        }

        .single-contact-card .bottom-part .info {
            display: inline-block;
            overflow: hidden;
        }

    .office-google-map-wrapper {
        margin-top: 50px;
    }

        .office-google-map-wrapper iframe {
            height: 550px;
            width: 100%;
        }

    .main-contact-form-items {
        background-color: var(--bg);
        padding: 70px;
    }

    @media (max-width: 767px) {
        .main-contact-form-items {
            padding: 60px 40px;
        }
    }

    @media (max-width: 575px) {
        .main-contact-form-items {
            padding: 50px 30px;
        }
    }

    .main-contact-form-items .title {
        margin-bottom: 40px;
    }

        .main-contact-form-items .title h2 {
            font-size: 36px;
            margin-bottom: 5px;
        }

    .main-contact-form-items .form-clt input, .main-contact-form-items .form-clt textarea {
        padding: 18px 30px;
        border: none;
        outline: none;
        background-color: var(--white);
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: var(--text);
    }

    @media (max-width: 575px) {
        .main-contact-form-items .form-clt input, .main-contact-form-items .form-clt textarea {
            padding: 12px 20px;
        }
    }

    .main-contact-form-items .form-clt textarea {
        padding: 18px 30px 140px;
    }

    @media (max-width: 575px) {
        .main-contact-form-items .form-clt textarea {
            padding: 12px 20px 90px;
        }
    }

    .main-contact-form-items .form-clt::placeholder {
        color: var(--text);
    }

    .main-contact-form-items .theme-btn {
        border-radius: 0;
        background-color: var(--theme);
        font-weight: 500;
    }
    .form-cb {
       /* text-align: center;*/
    }
    .form-cb input {
        margin:0px 10px;
        width: 20px;
        height: 20px;
    }

    .widget-head a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .widget-head img {
        width: 100%;
        max-width: 300px;
        display: inline-block;
        margin: auto;
    }

    .footer-widgets-wrapper {
        padding: 90px 0 120px;
        position: relative;
        z-index: 9;
    }

    @media (max-width: 1199px) {
        .footer-widgets-wrapper {
            padding: 70px 0 100px;
        }
    }

    @media (max-width: 991px) {
        .footer-widgets-wrapper {
            padding: 50px 0 80px;
        }
    }
.footer-wrapper .footer-image {
    width: 100%;
    height: 100%;
}
.footer-wrapper .footer-image img {
    width: 100%;
    height: 100%;
}
    .footer-widgets-wrapper .single-footer-widget {
        margin-top: 30px;
    }

        .footer-widgets-wrapper .single-footer-widget .widget-head {
            margin-bottom: 30px;
        }

            .footer-widgets-wrapper .single-footer-widget .widget-head h4 {
                font-size: 20px;
                color: var(--white);
                position: relative;
                padding-bottom: 20px;
            }

                .footer-widgets-wrapper .single-footer-widget .widget-head h4::before {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    content: "";
                    width: 50px;
                    height: 3px;
                    background-color: var(--theme);
                }

        .footer-widgets-wrapper .single-footer-widget .footer-content p {
            color: var(--white);
        }

    @media (max-width: 520px) {
        .footer-contact-wrapper .contact-items p {
            font-size: 0.75em;
        }
    }

    @media (max-width: 425px) {
        .footer-contact-wrapper .contact-items p {
            font-size: 0.70em;
        }

        .prefix-vis {
            display: none;
        }
    }

    .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
        margin-top: 40px;
        gap: 10px;
    }

        .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
            background-color: #222832;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            transition: all 0.3s ease-in-out;
            text-align: center;
            display: inline-block;
            border-radius: 50%;
            color: var(--white);
        }

            .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
                background-color: var(--theme);
                color: var(--white);
            }

    .footer-widgets-wrapper .single-footer-widget .footer-content .contact-info {
        margin-top: 20px;
    }

        .footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li {
            color: var(--white);
        }

            .footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li:not(:last-child) {
                margin-bottom: 20px;
            }

            .footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li i {
                font-size: 16px;
                color: var(--theme);
                margin-right: 10px;
                font-size: 20px;
            }

            .footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li a {
                color: var(--white);
            }

    .footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
        margin-bottom: 15px;
    }

    .footer-widgets-wrapper .single-footer-widget .list-area li a {
        color: var(--white);
        display: block;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        font-weight: 500;
        text-transform: capitalize;
        padding-left: 22px;
        position: relative;
    }

        .footer-widgets-wrapper .single-footer-widget .list-area li a::before {
            position: absolute;
            top: 9px;
            left: 0;
            width: 10px;
            height: 10px;
            content: "";
            background-color: var(--theme);
            border-radius: 10px;
        }

        .footer-widgets-wrapper .single-footer-widget .list-area li a:hover {
            color: var(--theme);
            margin-left: 5px;
        }

    .footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item:not(:last-child) {
            margin-bottom: 10px;
        }

        .footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
            position: relative;
        }

    @media (max-width: 575px) {
        .footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
            width: 100px;
        }
    }

    .footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb img {
        width: 100%;
        height: 100%;
    }

    .footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        text-align: center;
        transition: 0.3s;
        opacity: 0;
        width: 100%;
        height: 100%;
    }

        .footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(134, 187, 70, 0.85);
            transition: 0.4s;
            opacity: 0;
            width: 100%;
            height: 100%;
        }

        .footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon i {
            color: var(--white);
            font-size: 22px;
            z-index: 99;
            position: relative;
            margin-top: 25px;
        }

    .footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
        opacity: 1;
    }

        .footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
            opacity: 1;
        }

    .footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items:not(:last-child) {
            margin-bottom: 25px;
        }

        .footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items .post-img {
            width: 80px;
            height: 80px;
        }

        .footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items .post-content {
            flex-basis: 60%;
        }

            .footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items .post-content span {
                font-size: 14px;
                line-height: 1;
                font-weight: 500;
                color: var(--white);
            }

                .footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items .post-content span i {
                    color: var(--theme);
                    margin-right: 5px;
                }

            .footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items .post-content h5 {
                font-size: 14px;
                margin-top: 5px;
            }

                .footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items .post-content h5 a {
                    color: var(--white);
                }

                    .footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items .post-content h5 a:hover {
                        color: var(--theme);
                    }

    .footer-bottom {
        border-top: 1px solid #333F4D;
        padding: 20px 0;
    }

    @media (max-width: 991px) {
        .footer-bottom .footer-bottom-wrapper {
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center !important;
            text-align: center;
        }
    }

    .footer-bottom .footer-bottom-wrapper p {
        color: var(--white);
    }

        .footer-bottom .footer-bottom-wrapper p a {
            color: var(--white);
        }

            .footer-bottom .footer-bottom-wrapper p a:hover {
                color: var(--theme);
            }

        .footer-bottom .footer-bottom-wrapper p span {
            /*color: var(--theme);*/
        }

    .footer-bottom .footer-bottom-wrapper .footer-menu {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    @media (max-width: 991px) {
        .footer-bottom .footer-bottom-wrapper .footer-menu {
            flex-wrap: wrap;
            justify-content: center !important;
            text-align: center;
        }
    }

    .footer-bottom .footer-bottom-wrapper .footer-menu li:not(:last-child) {
        border-right: 1px solid var(--white);
        padding-right: 20px;
    }

    .footer-bottom .footer-bottom-wrapper .footer-menu li a {
        color: var(--white);
    }

        .footer-bottom .footer-bottom-wrapper .footer-menu li a:hover {
            color: var(--theme);
        }

    .footer-contact-wrapper {
        background-color: var(--theme);
        padding: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    @media (max-width: 1199px) {
        .footer-contact-wrapper {
            flex-wrap: wrap;
            gap: 30px;
            padding: 50px 40px;
        }
    }

    .footer-contact-wrapper .contact-items {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .footer-contact-wrapper .contact-items .icon {
            font-size: 32px;
            color: var(--white);
        }

        .footer-contact-wrapper .contact-items .content p, .footer-contact-wrapper .contact-items .content a {
            color: var(--white);
            font-family: "Krona One", sans-serif;
        }

    .footer-contact-section {
        position: relative;
        z-index: 9;
    }

        .footer-contact-section::before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: "";
            z-index: -1;
            background-color: #1F242C;
            top: 68%;
        }

        .footer-contact-section::after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: "";
            z-index: -1;
            background-color: var(--bg);
            height: 68%;
        }

        .footer-contact-section.remove-bg::after {
            display: none;
        }

    .section-title .title {
        font-size: 26px;
    }
    /*.wow .content {
    font-size:16px;
}
@media (max-width: 1399px) {
    .wow .content {
        font-size:14px;
    }

}*/

.hl-hl-icon {
/*    width: 30px;
    height: 30px;*/
    background: url('/images/hl-hl.svg?v=1') no-repeat center;
    background-color: var(--theme); /* Fallback color if SVG doesn't load */
    background-size: contain;
}
.hl-h-icon {
/*    width: 30px;
    height: 30px;*/
    background: url('/images/hl-h.svg?v=1') no-repeat center;
    background-size: contain;
}
.hl-l-icon {
/*    width: 30px;
    height: 30px;*/
    background: url('/images/hl-l.svg?v=1') no-repeat center;
    background-size: contain;
}

/* Ensure the UpdatePanel covers the entire viewport */
#upTimeOutPopUp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; /* Ensure it's on top of other elements */
}

/* Opacity layer styles */
.Opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
}

/* Popup container styles */
.PopUP {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the popup */
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Additional styles for content, title, buttons, etc. */
.PopUPTitle {
    font-weight: bold;
    margin-bottom: 10px;
}

.PopUPMsg {
    margin-bottom: 15px;
}

.PopUpButton {
    /* ... your button styles ... */
}

/* MEDIA BREAK POINTS */
/*
    2299
    1899
    1600
    1399
    1199
    1025
    991
    930
    767
    575
    405
    345
*/
    @media (max-width: 600px) {
        [data-animation] {
            animation: none !important;
        }
    }