
/*CSS Table Of Content Ends Here*/
/*@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@100..800&display=swap');*/
:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #0fd76a;
    --theme2: #FFD531;
    --header: #121212;
    --text: #f5f5f4cc;
    --border: #2A2A2A;
    --body-bg: #121212;
    --bg: #171717;
    --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.theme-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--theme);
    color: var(--header);
    font-size: 18px;
    font-weight: 400;
    padding: 22px 40px;
    transition: 0.5s ease-in-out;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    border-radius: 120px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
}

    .theme-btn::after {
        content: "";
        background-color: var(--white);
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        clip-path: circle(0% at 50% 50%);
        transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
        z-index: -1;
    }

    .theme-btn i {
        margin-left: 10px;
    }

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

        .theme-btn:hover::after {
            clip-path: circle(100% at 50% 50%);
            transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
        }

@media (max-width: 767px) {
    .theme-btn {
        padding: 20px 32px;
    }
}

@media (max-width: 575px) {
    .theme-btn {
        padding: 10px 22px;
        font-size: 14px;
    }
}

.theme-btn-2 {
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    color: var(--theme);
    text-transform: capitalize;
}

    .theme-btn-2 i {
        margin-left: 10px;
    }

    .theme-btn-2:hover {
        color: var(--theme2);
    }

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
/*    font-family: "Roboto", sans-serif;*/
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

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: "Plus Jakarta Sans", sans-serif;*/
    font-family: "Anek Telugu Expanded";
    margin: 0px;
    padding: 0;
    color: var(--white);
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 100px;
    font-weight: 700;
    line-height: 120%;
}

h2 {
    font-size: 40px;
    line-height: 120%;
    font-weight: 700;
}

@media (max-width: 575px) {
    h2 {
        font-size: 36px;
    }
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 145%;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

.about-wrapper .about-image-items {
    margin-top: 30px;
    margin-right: 40px;
}

@media (max-width: 1199px) {
    .about-wrapper .about-image-items {
        margin-right: 0;
    }
}

.about-wrapper .about-image-items .support-content {
    background-color: var(--theme);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 24px;
}

    .about-wrapper .about-image-items .support-content h3 {
        font-size: 32px;
        font-weight: 700;
        color: var(--header);
    }

    .about-wrapper .about-image-items .support-content .text-area {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .about-wrapper .about-image-items .support-content .text-area p {
            font-size: 16px;
            color: var(--header);
            font-weight: 400;
        }

        .about-wrapper .about-image-items .support-content .text-area .icon {
            display: inline-block;
            width: 48px;
            height: 48px;
            border-radius: 48px;
            text-align: center;
            line-height: 48px;
            color: var(--white);
            background-color: var(--header);
        }

            .about-wrapper .about-image-items .support-content .text-area .icon i {
                transform: rotate(-40deg);
            }

.about-wrapper .about-image-items .about-image-2 {
    position: relative;
}

.about-wrapper .about-image-items .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.about-wrapper .about-image-items .about-image.style-2 {
    position: relative;
}

    .about-wrapper .about-image-items .about-image.style-2 img {
        object-fit: cover;
    }

.about-wrapper .about-content {
    margin-left: 70px;
    margin-top: 30px;
}

@media (max-width: 1600px) {
    .about-wrapper .about-content {
        margin-left: 0;
    }
}

.about-wrapper .about-content .about-icon-items {
    display: flex;
    gap: 16px;
    margin-bottom: 50px;
}

    .about-wrapper .about-content .about-icon-items .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        text-align: center;
        background-color: var(--theme);
        color: var(--header);
        font-size: 24px;
        position: relative;
    }

        .about-wrapper .about-content .about-icon-items .icon .line-bar {
            position: absolute;
            bottom: -68px;
            left: 50%;
            transform: translateX(-50%);
        }

    .about-wrapper .about-content .about-icon-items .content {
        flex-basis: 80%;
    }

        .about-wrapper .about-content .about-icon-items .content h3 {
            margin-bottom: 5px;
        }

.about-wrapper-2 .about-video-image {
    position: relative;
    margin-top: 30px;
    height: 460px;
}

    .about-wrapper-2 .about-video-image img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        object-fit: cover;
    }

    .about-wrapper-2 .about-video-image .video-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        background-color: var(--theme);
        font-size: 24px;
        font-weight: 600;
        color: var(--header);
        padding: 16px 30px;
        text-transform: capitalize;
        border-radius: 32px;
        line-height: 1;
    }

        .about-wrapper-2 .about-video-image .video-text i {
            margin-left: 10px;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            border-radius: 50%;
            background-color: var(--header);
            color: var(--white);
            font-size: 14px;
        }

        .about-wrapper-2 .about-video-image .video-text.ripple::before, .about-wrapper-2 .about-video-image .video-text.ripple::after {
            width: 150px;
            height: 53px;
            border-radius: 100px;
        }

.about-wrapper-2 .abour-right-items {
    border-radius: 12px;
    border: 1px solid #2A2A2A;
    background: #1D1D1D;
    margin-top: 30px;
    padding: 24px;
}

    .about-wrapper-2 .abour-right-items .content-box {
        padding: 24px;
        background-color: var(--theme);
        border-radius: 12px;
    }

        .about-wrapper-2 .abour-right-items .content-box:last-child {
            background-color: var(--white);
        }

        .about-wrapper-2 .abour-right-items .content-box:not(:last-child) {
            margin-bottom: 24px;
        }

        .about-wrapper-2 .abour-right-items .content-box h3 {
            color: var(--header);
            margin-bottom: 5px;
        }

        .about-wrapper-2 .abour-right-items .content-box p {
            color: var(--header);
        }

.about-wrapper-3 .about-image {
    max-width: 550px;
    position: relative;
}

    .about-wrapper-3 .about-image img {
        width: 100%;
        height: 100%;
    }

    .about-wrapper-3 .about-image .video-box {
        width: 115px;
        height: 108px;
        line-height: 108px;
        background-color: var(--theme);
        border-radius: 12px;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .about-wrapper-3 .about-image .video-box .video-icon {
            width: 80px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            border-radius: 50%;
            background-color: var(--header);
            color: var(--white);
            display: inline-block;
            font-size: 22px;
        }

.about-wrapper-3 .about-content .about-content-items {
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .about-wrapper-3 .about-content .about-content-items {
        flex-wrap: wrap;
        gap: 25px;
    }
}

.about-wrapper-3 .about-content .about-content-items .content h3 {
    margin-bottom: 5px;
}

.about-wrapper-3 .about-content .about-content-items .content:not(:last-child) {
    margin-bottom: 25px;
}

.about-wrapper-3 .about-content .about-content-items .growth-content {
    border-radius: 12px;
    background-color: var(--theme);
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 40px;
}

    .about-wrapper-3 .about-content .about-content-items .growth-content .text-left h3 {
        color: var(--header);
    }

    .about-wrapper-3 .about-content .about-content-items .growth-content .text-left p {
        color: var(--header);
        font-size: 16px;
        font-weight: 400;
    }

    .about-wrapper-3 .about-content .about-content-items .growth-content .icon {
        text-align: center;
    }

        .about-wrapper-3 .about-content .about-content-items .growth-content .icon .arrow-icon {
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            border-radius: 50%;
            background-color: var(--header);
            color: var(--white);
            display: inline-block;
            transition: all 0.4s ease-in-out;
            margin: 0 auto;
        }

            .about-wrapper-3 .about-content .about-content-items .growth-content .icon .arrow-icon:hover {
                background-color: var(--white);
                color: var(--header);
            }

        .about-wrapper-3 .about-content .about-content-items .growth-content .icon h4 {
            font-size: 20px;
            font-weight: 400;
            color: var(--header);
            font-family: "Roboto", sans-serif;
            margin-top: 15px;
        }

@-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 up-down {
    0% {
        transform: translateY(10px);
    }

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

@-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);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

.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;
}

@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 rotated2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.brand-text {
    position: relative;
    margin-bottom: 50px;
}

    .brand-text::before {
        position: absolute;
        content: "";
        height: 2px;
        width: 86px;
        background-color: var(--border);
        top: 8px;
    }

@media (max-width: 1399px) {
    .brand-text::before {
        display: none;
    }
}

.brand-text::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 985px;
    background-color: var(--border);
    top: 8px;
    right: 0;
}

@media (max-width: 1399px) {
    .brand-text::after {
        display: none;
    }
}

.brand-text h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme);
    padding-left: 110px;
}

.brand-section .brand-slider {
    margin-right: -20%;
}

@media (max-width: 1199px) {
    .brand-section .brand-slider {
        margin-right: 0;
    }
}

.lets-talk-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    background: #0fd76a;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ffffff3d;
}

@media (max-width: 767px) {
    .lets-talk-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.lets-talk-wrapper h2 {
    font-size: 55px;
}

.content_box1 {
    padding-left: 20px;
}

    .content_box1 p {
        color: #fff;
        font-size: 22px;
    }

.contact-box-items {
    /*background-color: #171717;*/
    border-radius: 12px;
    text-align: center;
    padding: 40px;
    min-height: 275px;
    background: radial-gradient(150px at top, #0fd76a38, transparent);
    border: 1px solid #ffffff0f;
}

    .contact-box-items .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--theme);
        margin: 0 auto;
    }

    .contact-box-items .content {
        margin-top: 30px;
    }
    .contact-box-items .content h3{
        font-size:20px;
    }
    .contact-wrapper .map-items .googpemap iframe {
        width: 100%;
        border-radius: 12px;
        height: 740px;
    }

.contact-wrapper .contact-content {
    background-color: #171717;
    padding: 60px 40px;
    border-radius: 12px;
}

    .contact-wrapper .contact-content .contact-form-items {
        margin-top: 30px;
    }

        .contact-wrapper .contact-content .contact-form-items .form-clt span {
            color: var(--text);
            text-transform: capitalize;
            display: block;
            font-size: 16px;
            margin-bottom: 20px;
        }

        .contact-wrapper .contact-content .contact-form-items .form-clt input, .contact-wrapper .contact-content .contact-form-items .form-clt textarea {
            color: var(--text);
            padding: 18px 20px;
            width: 100%;
            background-color: transparent;
            border: none;
            border: 1px solid var(--border);
        }

            .contact-wrapper .contact-content .contact-form-items .form-clt input::placeholder, .contact-wrapper .contact-content .contact-form-items .form-clt textarea::placeholder {
                color: var(--text);
            }

        .contact-wrapper .contact-content .contact-form-items .form-clt textarea {
            padding-bottom: 150px;
        }

.faq-wrapper .faq-image {
    max-width: 540px;
}

    .faq-wrapper .faq-image img {
        width: 100%;
        height: 100%;
    }

.faq-wrapper .faq-content .accordion-item {
    border: none !important;
    background-color: var(--white);
}

    .faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button {
        font-weight: 400;
        color: var(--white);
        border: none !important;
        border-radius: 0;
        box-shadow: none;
        background-color: #171717;
        padding: 30px 30px 0;
        text-transform: capitalize;
        font-size: 20px;
        font-family: "Roboto", sans-serif;
    }

@media (max-width: 1199px) {
    .faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
        padding: 20px 20px 0;
    }
}

.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button span {
    margin-right: 20px;
}

.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button::after {
    content: "\f324";
    font-family: "Font Awesome 6 Pro";
    background: transparent;
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    color: var(--white);
    font-size: 16px;
}

.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f325";
    font-family: "Font Awesome 6 Pro";
    background: transparent;
    font-weight: 500;
    color: var(--theme);
}

.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
    border: 1px solid rgba(42, 42, 42, 0.3);
    box-shadow: var(--box-shadow);
    padding: 25px 30px;
    color: var(--white);
    background-color: #171717;
}

.faq-wrapper .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-left: 30px;
    padding-top: 25px;
    color: rgba(255, 255, 255, 0.7019607843);
    background-color: #171717;
    padding-bottom: 28px;
}

.faq-wrapper .faq-content-2 {
    margin-right: 50px;
}

@media (max-width: 1199px) {
    .faq-wrapper .faq-content-2 {
        margin-right: 0;
    }
}

.faq-wrapper .faq-content-2 .faq-client-items {
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(42, 42, 42, 0.32);
    background: #171717;
    margin-top: 50px;
}

    .faq-wrapper .faq-content-2 .faq-client-items .client-info {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 30px;
    }

        .faq-wrapper .faq-content-2 .faq-client-items .client-info .content h4 {
            font-size: 20px;
            font-weight: 500;
            font-family: "Roboto", sans-serif;
        }

        .faq-wrapper .faq-content-2 .faq-client-items .client-info .content span {
            font-size: 16px;
        }

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

    .counter-items h2 {
        font-size: 80px;
        font-weight: 600;
    }

    .counter-items p {
        font-size: 18px;
    }

    .counter-items.style-2 h2 {
        -webkit-text-stroke: 1px #BFF747;
        -webkit-text-fill-color: transparent;
    }

.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 20px;
}

    .scrolling-wrap .comm {
        display: flex;
        align-items: center;
        animation: scroll 40s linear infinite;
        gap: 30px;
        cursor: pointer;
    }

        .scrolling-wrap .comm .cmn-textslide {
            font-size: 160px;
            font-weight: 400;
            line-height: 150%;
            text-transform: uppercase;
            color: #2A2A2A;
        }

        .scrolling-wrap .comm .text-custom-storke {
            -webkit-text-stroke: 1px rgb(42, 42, 42);
            -webkit-text-fill-color: transparent;
        }

    .scrolling-wrap:hover .comm {
        animation-play-state: paused;
    }

@media (max-width: 991px) {
    .scrolling-wrap .comm {
        gap: 20px;
    }

        .scrolling-wrap .comm .cmn-textslide {
            font-size: 90px;
            line-height: 100px;
        }

        .scrolling-wrap .comm img {
            width: 70px;
        }
}

@media (max-width: 575px) {
    .scrolling-wrap .comm {
        gap: 20px;
    }

        .scrolling-wrap .comm .cmn-textslide {
            font-size: 60px;
            line-height: 65px;
        }

        .scrolling-wrap .comm img {
            width: 70px;
        }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-200%);
    }
}

.digital-marketing {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 20px;
}

    .digital-marketing .comm {
        display: flex;
        align-items: center;
        animation: scroll 40s linear infinite;
        gap: 30px;
        cursor: pointer;
    }

        .digital-marketing .comm .cmn-textslide {
            font-size: 80px;
            font-weight: 600;
            line-height: 110px;
            opacity: 25%;
            transition: all 0.5s;
            text-transform: capitalize;
        }

            .digital-marketing .comm .cmn-textslide .serial-badge {
                padding: 7px 15px;
                width: 80px;
                line-height: initial;
                font-size: 16px;
                border: 1px solid #454750;
                border-radius: 100px;
                gap: 10px !important;
                text-align: center;
            }

                .digital-marketing .comm .cmn-textslide .serial-badge i {
                    transform: rotate(-40deg);
                    color: var(--theme);
                }

            .digital-marketing .comm .cmn-textslide .digital-thumb {
                max-width: 330px;
                max-height: 235px;
                margin: -150px auto 0;
                transform: scale(0);
                visibility: hidden;
                transition: all 0.6s;
            }

                .digital-marketing .comm .cmn-textslide .digital-thumb img {
                    width: 100%;
                    height: 100%;
                }

            .digital-marketing .comm .cmn-textslide:hover {
                opacity: 1;
            }

                .digital-marketing .comm .cmn-textslide:hover .digital-thumb {
                    transform: scale(1);
                    visibility: visible;
                }

@media (max-width: 1199px) {
    .digital-marketing .comm {
        display: flex;
        align-items: center;
        animation: scroll 40s linear infinite;
        gap: 30px;
        cursor: pointer;
    }

        .digital-marketing .comm .cmn-textslide {
            font-size: 48px;
            line-height: 110px;
        }

            .digital-marketing .comm .cmn-textslide .digital-thumb {
                max-width: 230px;
                max-height: 235px;
                margin: -150px auto 0;
            }
}

@media (max-width: 991px) {
    .digital-marketing .comm {
        gap: 16px;
        cursor: pointer;
    }

        .digital-marketing .comm .cmn-textslide {
            font-size: 36px;
        }

            .digital-marketing .comm .cmn-textslide .digital-thumb {
                max-width: 170px;
                max-height: 105px;
                margin: -100px auto 0;
            }
}

.text-slie-reverse .comm {
    display: flex;
    align-items: center;
    animation: scroll 80s linear infinite;
}

.digital-software .comm .cmn-textslide {
    font-size: 40px;
    font-weight: 700;
    line-height: 58px;
}

.digital-software .comm img {
    width: 65px;
}

@media (max-width: 575px) {
    .digital-software .comm .cmn-textslide {
        font-size: 30px;
        font-weight: 700;
        line-height: 58px;
    }

    .digital-software .comm img {
        width: 55px;
    }
}

.footer-widgets-wrapper {
    padding: 50px 0 80px;
    position: relative;
    z-index: 9;
}

    .footer-widgets-wrapper .single-footer-widget {
        margin-top: 30px;
    }

        .footer-widgets-wrapper .single-footer-widget .widget-head {
            margin-bottom: 30px;
        }

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .widget-head {
        margin-bottom: 20px;
    }
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-weight: bold;
    color: var(--white);
    font-size: 18px;
    display: inline-block;
}

@media (max-width: 767px) {
    .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
        font-size: 23px;
    }
}

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
        font-size: 20px;
    }
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    gap: 10px;
    margin-top: 30px;
}

    .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        display: inline-block;
        background-color: #2A2A2A;
        color: var(--white);
        transition: all 0.4s ease-in-out;
    }

        .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
            background-color: var(--theme);
            color: var(--header);
        }

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-text {
    margin-top: 25px;
}

    .footer-widgets-wrapper .single-footer-widget .footer-content .contact-text h4 {
        font-size: 20px;
        font-weight: 400;
/*        font-family: "Roboto", sans-serif;*/
        text-transform: lowercase;
        text-decoration: underline;
    }

        .footer-widgets-wrapper .single-footer-widget .footer-content .contact-text h4 a {
            color: var(--text);
        }

    .footer-widgets-wrapper .single-footer-widget .footer-content .contact-text h5 {
        font-size: 20px;
        font-weight: 400;
/*        font-family: "Roboto", sans-serif;*/
        text-transform: lowercase;
    }

        .footer-widgets-wrapper .single-footer-widget .footer-content .contact-text h5 a {
            color: var(--text);
        }

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
    position: relative;
}

    .footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
        outline: none;
        width: 100%;
        color: rgba(245, 245, 244, 0.6);
        background-color: transparent;
        border: none;
        font-size: 16px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--border);
    }

        .footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
            color: rgba(245, 245, 244, 0.6);
        }

    .footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
        background-color: #2A2A2A;
        width: 36px;
        height: 36px;
        line-height: 36px;
        display: inline-block;
        text-align: center;
        border-radius: 4px;
        color: var(--white);
        position: absolute;
        top: 0;
        right: 0;
    }

.footer-widgets-wrapper .single-footer-widget .list-items li {
    text-transform: capitalize;
    background-image: linear-gradient(var(--theme), var(--theme));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    display: table;
    transition: all 0.4s ease-in-out;
    position: relative;
}

    .footer-widgets-wrapper .single-footer-widget .list-items li::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\f061";
        font-family: "Font Awesome 6 Pro";
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
    }

    .footer-widgets-wrapper .single-footer-widget .list-items li:not(:last-child) {
        margin-bottom: 20px;
    }

    .footer-widgets-wrapper .single-footer-widget .list-items li a {
        font-size: 18px;
        color: var(--text);
        position: relative;
        font-weight: 400;
    }

    .footer-widgets-wrapper .single-footer-widget .list-items li:hover {
        background-size: 100% 1px;
    }

        .footer-widgets-wrapper .single-footer-widget .list-items li:hover::before {
            opacity: 1;
            visibility: visible;
            color: var(--theme);
        }

        .footer-widgets-wrapper .single-footer-widget .list-items li:hover a {
            padding-left: 25px;
            color: var(--theme);
        }

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid var(--border);
}
/*.footer-bottom .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}*/
@media (max-width: 575px) {
    .footer-bottom .footer-bottom-wrapper {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
}

.footer-bottom p {
    color: var(--white);
    font-weight: 400;
}

    .footer-bottom p a {
        color: var(--theme);
        font-weight: 400;
        text-decoration: underline;
    }

.footer-right-content {
    padding-top: 80px;
    margin-right: -350px;
    text-align: center;
}

@media (max-width: 1899px) {
    .footer-right-content {
        margin-right: -75px;
    }
}

@media (max-width: 1399px) {
    .footer-right-content {
        margin-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.footer-right-content h2 {
    font-size: 40px;
    text-align: center;
}

.footer-right-content .radius-btn {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid var(--border);
    margin: 50px auto 0;
    padding-top: 50px;
}

    .footer-right-content .radius-btn i {
        display: block;
        transform: rotate(-40deg);
        margin-bottom: 5px;
    }

    .footer-right-content .radius-btn:hover {
        background-color: var(--theme);
        color: var(--header);
    }

.footer-right-content h4 {
    font-size: 20px;
    font-weight: 500;
/*    font-family: "Roboto", sans-serif;*/
    margin-top: 50px;
}

.footer-right-content p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.footer-section.style-2 {
    position: relative;
    z-index: 9;
}

    .footer-section.style-2::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #1D1D1D;
        z-index: -1;
        left: 73%;
    }

@media (max-width: 1399px) {
    .footer-section.style-2::before {
        left: 0;
    }
}

@media (max-width: 1199px) {
    .menu-thumb {
        display: none !important;
    }
}

.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: 32px;
        }

            .header-main .main-menu ul li:last-child {
                margin-inline-end: 0;
            }

            .header-main .main-menu ul li a {
                display: inline-block;
                font-size: 18px;
                font-weight: 400;
                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 i {
                    margin-left: 4px;
                    font-size: 14px;
                }

                .header-main .main-menu ul li a:hover {
                    color: var(--theme) !important;
                }

            .header-main .main-menu ul li .submenu {
                position: absolute;
                top: 115%;
                inset-inline-start: 0;
                min-width: 240px;
                background: #120f0f;
                padding: 20px 0;
                z-index: 99999;
                visibility: hidden;
                opacity: 0;
                transform-origin: top center;
                color: var(--header);
                transform: translateY(-10px);
                transition: all 0.4s ease-in-out;
                border-top: 6px solid var(--theme);
            }

                .header-main .main-menu ul li .submenu li {
                    display: block;
                    width: 100%;
                    margin: 0;
                }

                    .header-main .main-menu ul li .submenu li a {
                        position: relative;
                        z-index: 11;
                        font-size: 18px;
                        font-weight: 400;
                        color: var(--white);
                        line-height: 38px;
                        padding: 0px 0px 0px 32px;
                        width: 100%;
                    }

                        .header-main .main-menu ul li .submenu li a::before {
                            content: "";
                            position: absolute;
                            width: 0px;
                            height: 2px;
                            background: var(--theme);
                            left: 14px;
                            bottom: 18px;
                            transition: all 0.4s ease-in-out;
                        }

                        .header-main .main-menu ul li .submenu li a:hover {
                            color: var(--white) !important;
                        }

                    .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 {
                        color: var(--theme) !important;
                        margin-left: 10px;
                    }

                        .header-main .main-menu ul li .submenu li:hover > a::before {
                            width: 10px;
                        }

                        .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: 1000px;
                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 {
    position: relative;
}

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
        position: relative;
    }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70%;
            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 .homemenu-thumb .demo-button .theme-btn {
                padding: 14px 20px;
                color: var(--header) !important;
                width: initial;
                font-size: 16px;
                text-align: center;
                border-radius: 0px !important;
                background-color: var(--theme);
                line-height: initial;
            }

                .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
                    color: var(--header) !important;
                }

                    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover::before {
                        background-color: var(--header) !important;
                    }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
            background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 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 .homemenu-thumb:hover::before {
            visibility: visible;
            opacity: 1;
        }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
            opacity: 1;
            visibility: visible;
            margin-top: 0;
        }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .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 .homemenu-thumb img {
            width: 100%;
        }

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
        text-align: center;
        margin: 15px auto;
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
    }

.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 .header-right {
    gap: 24px;
}

@media (max-width: 1399px) {
    .header-main .header-right {
        gap: 20px;
    }
}

.header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
}

.header-1 {
    border-bottom: 1px solid #2A2A2A;
    z-index: 99;
    backdrop-filter: blur(5px);
    background: #00000052;
    position: absolute;
    width: 100%;
}

    .header-1 .mean__menu-wrapper {
        margin-left: -200px;
    }

@media (max-width: 767px) {
    .header-1 .header-right {
        gap: 15px;
    }
}

.header-1 .header-right .header-button {
    display: flex;
    align-items: center;
    gap: 0;
}

    .header-1 .header-right .header-button .search-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--theme);
        color: var(--header);
        display: inline-block;
    }

    .header-1 .header-right .header-button .theme-btn {
        padding: 19px 30px;
    }

@media (max-width: 1399px) {
    .header-1 .header-right .header-button .theme-btn {
        display: none;
    }
}

.header-1 .header-right .sidebar__toggle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--header);
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.9s;
    background-color: #181818;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.offcanvas__info {
    background: var(--bg) none repeat scroll 0 0;
    border-left: 2px solid var(--theme);
    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__logo a img {
    width: 110px;
}

.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);
        position: relative;
        z-index: 9;
        cursor: pointer;
    }

        .offcanvas__wrapper .offcanvas__content .offcanvas__close i {
            color: var(--header);
        }

    .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;
                text-transform: capitalize;
            }

                .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
                    color: var(--text);
                }

                .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 span {
            text-transform: initial;
        }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
            width: 100%;
            padding: 20px 40px;
            text-transform: capitalize !important;
        }

        .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(--text);
                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);
                    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;
    }
}

.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
}

    .breadcrumb-wrapper .arrow-shape {
        position: absolute;
        top: 50px;
        left: 50px;
    }

    .breadcrumb-wrapper .circle-shape {
        position: absolute;
        top: -25%;
        right: 0;
    }

    .breadcrumb-wrapper .page-heading {
        position: relative;
        padding: 160px 0 100px;
        z-index: 9;
        text-align: center;
    }

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading {
        padding: 140px 0;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading {
        padding: 110px 0;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading {
        padding: 130px 0 80px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading {
        padding: 100px 0 60px;
    }
}

.breadcrumb-wrapper .page-heading h1 {
    color: var(--white);
    font-size: 56px;
    position: relative;
    z-index: 9;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 42px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
    justify-content: center;
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items {
        margin-top: 15px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: var(--theme);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
}

    .breadcrumb-wrapper .page-heading .breadcrumb-items li a {
        color: var(--white);
        transition: all 0.4s ease-in-out;
    }

        .breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
            color: var(--theme);
        }

    .breadcrumb-wrapper .page-heading .breadcrumb-items li i {
        color: var(--theme);
    }

.breadcrumb-wrapper .page-heading .breadcrumb-image {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

    .breadcrumb-wrapper .page-heading .breadcrumb-image img {
        width: 100%;
        height: 100%;
        max-width: 336px;
    }

.error-content h2 {
    font-weight: 600;
    font-size: 320px;
    color: var(--theme);
    line-height: 1;
}

    .error-content h2 span {
        color: var(--white);
    }

@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;
    font-size: 40px;
}

.error-content p {
    max-width: 640px;
    margin: 20px auto 0;
}

::-webkit-scrollbar {
    width: 4px;
    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;
}

.ralt {
    position: relative;
}

.ripple {
    position: relative;
}

    .ripple::before, .ripple::after {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgba(191, 247, 71, 0.5);
        -webkit-animation: rippleOne 3s infinite;
        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: 40px;
    height: 8px;
    transition: 0.6s;
    background-color: #2A2A2A;
    opacity: 1;
    border-radius: 10px;
    position: relative;
}

    .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--theme);
        transition: 0.6s;
        position: relative;
        width: 40px;
    }

@media (max-width: 767px) {
    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: 8px;
        width: 8px;
        right: -25px;
        top: 15px;
        border-color: var(--header);
        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;
        right: -50px;
    }

        .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);
    }

.page-nav-wrap ul li {
    display: inline-block;
}

    .page-nav-wrap ul li .page-numbers {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: transparent;
        font-weight: 600;
        transition: all 0.3s ease-in-out;
        margin: 0 2px;
        border: 1px solid var(--border);
        color: var(--white);
        border-radius: 50%;
    }

        .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.icon {
    border: none;
    background-color: transparent;
    color: var(--theme);
}

    .page-nav-wrap ul li .page-numbers.icon:hover {
        border: none;
        background-color: transparent;
        color: var(--theme);
    }

.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme);
    color: var(--header);
    border: 1px solid transparent;
}

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

.hero-1 {
    position: relative;
}

@media (max-width: 1199px) {
    .hero-1 .hero-content h1 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-content h1 {
        font-size: 65px;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content h1 {
        font-size: 44px;
    }
}

.hero-1 .hero-content h1 span {
    color: var(--theme);
    text-decoration: underline;
}

@media (max-width: 575px) {
    .hero-1 .hero-content h1 img {
        width: 80px;
    }
}

.hero-1 .hero-content p {
    max-width: 600px;
    font-size: 20px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .hero-1 .hero-content p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content p {
        font-size: 16px;
    }
}

.hero-1 .hero-image {
    margin-top: 50px;
}

    .hero-1 .hero-image img {
        width: 100%;
        height: 100%;
    }

.hero-1 .hero-counter {
    padding: 40px;
    background-color: var(--theme);
    display: inline-block;
    width: 340px;
    position: absolute;
    top: 120px;
    right: 172px;
}

@media (max-width: 1600px) {
    .hero-1 .hero-counter {
        right: 0;
    }
}

@media (max-width: 1600px) {
    .hero-1 .hero-counter {
        position: static;
        max-width: 1500px;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-counter {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
}

.hero-1 .hero-counter .counter-items {
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 1600px) {
    .hero-1 .hero-counter .counter-items {
        margin-bottom: 0;
    }
}

.hero-1 .hero-counter .counter-items:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--header);
}

@media (max-width: 1600px) {
    .hero-1 .hero-counter .counter-items:not(:last-child) {
        padding-bottom: 0;
        border: none;
    }
}

.hero-1 .hero-counter .counter-items h2 {
    font-size: 80px;
    font-weight: 600;
    color: var(--header);
}

@media (max-width: 991px) {
    .hero-1 .hero-counter .counter-items h2 {
        font-size: 55px;
    }
}

.hero-1 .hero-counter .counter-items p {
    text-transform: uppercase;
    color: var(--header);
    font-weight: 400;
}

.hero-1 .circle-item {
    width: 170px;
    height: 170px;
    line-height: 179px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--white);
    position: absolute;
    right: 30%;
    top: 25%;
}

@media (max-width: 991px) {
    .hero-1 .circle-item {
        display: none;
    }
}

.hero-1 .circle-item .circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    top: -4%;
    left: 7%;
    animation: cir36 10s linear infinite;
}

.hero-1 .circle-item .border-line {
    border: 1px solid var(--white);
    border-radius: 50%;
    width: 76px;
    height: 76px;
    line-height: 76px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .hero-1 .circle-item .border-line .arrow-icon {
        width: 40px;
        height: 40px;
        position: relative;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--theme);
        color: var(--header);
        display: inline-block;
    }

        .hero-1 .circle-item .border-line .arrow-icon i {
            transform: rotate(-40deg);
        }

.hero-2 .hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .hero-2 .hero-content {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.hero-2 .hero-content h1 span {
    text-decoration: underline;
    color: var(--theme);
}

@media (max-width: 1199px) {
    .hero-2 .hero-content h1 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-2 .hero-content h1 {
        font-size: 65px;
    }
}

@media (max-width: 767px) {
    .hero-2 .hero-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-content h1 {
        font-size: 44px;
        margin-bottom: -10px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-content h1 img {
        width: 80px;
    }
}

.hero-2 .hero-content .content {
    flex-basis: 35%;
}

@media (max-width: 1199px) {
    .hero-2 .hero-content .content {
        flex-basis: 100%;
    }
}

.hero-2 .hero-content .content p {
    font-size: 20px;
    margin-left: -50px;
}

@media (max-width: 1199px) {
    .hero-2 .hero-content .content p {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .hero-2 .hero-content .content p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-content .content p {
        font-size: 16px;
    }
}

.hero-2 .hero-content .content .theme-btn {
    border-radius: 12px;
    margin-top: 60px;
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .hero-2 .hero-content .content .theme-btn {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .hero-2 .hero-content .content .theme-btn {
        margin-top: 30px;
    }
}

.hero-2 .hero-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.hero-2 .hero-counter .counter-items {
    text-align: center;
    background-color: #1D1D1D;
    padding: 30px;
    border-radius: 12px;
    transition: all 0.4s ease-in-out;
}

    .hero-2 .hero-counter .counter-items:not(:last-child) {
        margin-bottom: 10px;
    }

    .hero-2 .hero-counter .counter-items h2 {
        font-size: 80px;
        color: var(--white);
        line-height: 1;
        transition: all 0.4s ease-in-out;
    }

@media (max-width: 767px) {
    .hero-2 .hero-counter .counter-items h2 {
        font-size: 55px;
    }
}

.hero-2 .hero-counter .counter-items p {
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
    .hero-2 .hero-counter .counter-items p {
        font-size: 16px;
    }
}

.hero-2 .hero-counter .counter-items:hover {
    background-color: var(--theme);
    color: var(--header);
}

    .hero-2 .hero-counter .counter-items:hover h2 {
        color: var(--header);
    }

.hero-2 .hero-counter .counter-items.active {
    background-color: var(--theme);
    color: var(--header);
}

    .hero-2 .hero-counter .counter-items.active h2 {
        color: var(--header);
    }

/*.hero-3 {
    padding: 20px 0 40px;
    position: relative;
    background: linear-gradient(#000000, #000000bd, transparent), url(../images/hero3.jpg) no-repeat;
    background-size:cover;
    min-height:100vh;
}*/
.slider2 {
    background: linear-gradient(#000000, #000000bd, transparent), url(../images/hero3.jpg) no-repeat;
    background-size: cover;
    padding:100px 0;
    min-height:100vh;
}
.slider {
    background: linear-gradient(#000000, #000000bd, transparent), url(../images/hero1.jpg) no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 100px 0;
}
    .hero-3 .hero-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

        .hero-3 .hero-bg img {
            width: 100%;
            height: 100%;
        }

    .hero-3 .hero-content h6 {
        font-size: 20px;
        color: var(--theme);
        font-weight: 600;
        display: inline-block;
        margin-bottom: 20px;
    }

    .hero-3 .hero-content h1 {
        font-size: 70px;
        font-weight: 600;
        line-height: 120%;
        margin-bottom: 10px;
        font-family: "Anek Telugu Expanded";
        text-transform: capitalize;
    }
    }

@media (max-width: 767px) {
    .hero-3 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content h1 {
        font-size: 50px;
    }
}

.hero-3 .hero-content h1 span {
    /*  text-decoration: underline;*/
    color: var(--theme);
}

.hero-3 .hero-content p {
    font-size: 20px;
}

.hero-3 .hero-content .hero-button {
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 12px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .hero-3 .hero-content .hero-button {
        margin-top: 35px;
        flex-wrap: wrap;
    }
}

.hero-3 .hero-content .hero-button .theme-btn {
    border-radius: 12px;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

    .hero-3 .hero-content .hero-button .theme-btn.style-2 {
        background-color: #00000066;
        color: var(--white);
        border: 1px solid #ffffff82;
    }

        .hero-3 .hero-content .hero-button .theme-btn.style-2:hover {
            color: var(--header);
        }

.hero-3 .hero-image-items {
    position: relative;
}

    .hero-3 .hero-image-items .hero-image {
        max-width: 410px;
        position: relative;
    }

        .hero-3 .hero-image-items .hero-image img {
            width: 100%;
            height: 100%;
        }

    .hero-3 .hero-image-items .hero-image-2 {
        position: absolute;
        right: 0;
        top: 137px;
    }

@media (max-width: 991px) {
    .hero-3 .hero-image-items .hero-image-2 {
        right: 70px;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-image-items .hero-image-2 {
        right: initial;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-image-items .hero-image-2 {
        height: 200px;
    }

        .hero-3 .hero-image-items .hero-image-2 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
}

.hero-3 .hero-image-items .hero-image-2 img {
    border-radius: 16px;
}

.hero-3 .hero-image-items .hero-image-3 {
    position: absolute;
    bottom: -138px;
    right: 0;
    max-width: 297px;
}

@media (max-width: 991px) {
    .hero-3 .hero-image-items .hero-image-3 {
        right: 80px;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-image-items .hero-image-3 {
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-image-items .hero-image-3 {
        right: initial;
        left: 0;
    }
}

.hero-3 .hero-image-items .hero-image-3 img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

.hero-3 .hero-image-items .circle-item {
    width: 170px;
    height: 170px;
    line-height: 179px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--white);
    position: absolute;
    right: 0;
    top: -50px;
}

@media (max-width: 991px) {
    .hero-3 .hero-image-items .circle-item {
        display: none;
    }
}

.hero-3 .hero-image-items .circle-item .circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    top: -4%;
    left: 7%;
    animation: cir36 10s linear infinite;
}

.hero-3 .hero-image-items .circle-item .border-line {
    border: 1px solid var(--white);
    border-radius: 50%;
    width: 76px;
    height: 76px;
    line-height: 76px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .hero-3 .hero-image-items .circle-item .border-line .arrow-icon {
        width: 40px;
        height: 40px;
        position: relative;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--theme);
        color: var(--header);
        display: inline-block;
    }

        .hero-3 .hero-image-items .circle-item .border-line .arrow-icon i {
            transform: rotate(-40deg);
        }

.hero-3 .hero-image-items .client-image {
    position: absolute;
    bottom: -24%;
    left: 8%;
    text-align: center;
}

    .hero-3 .hero-image-items .client-image h5 {
        font-size: 18px;
        font-weight: 400;
        color: var(--white);
        font-family: "Roboto", sans-serif;
        margin-top: 20px;
    }

        .hero-3 .hero-image-items .client-image h5 span {
            color: var(--theme);
            font-weight: 600;
            font-size: 24px;
        }

.hero-4 {
    padding: 120px 0 120px;
    position: relative;
}

    .hero-4 .number-list {
        display: grid;
        gap: 12px;
        position: absolute;
        right: 40px;
        top: 120px;
    }

@media (max-width: 1199px) {
    .hero-4 .number-list {
        display: none;
    }
}

.hero-4 .number-list li {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #1D1D1D;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}

    .hero-4 .number-list li:hover {
        background-color: var(--theme);
        color: var(--header);
    }

    .hero-4 .number-list li.active {
        background-color: var(--theme);
        color: var(--header);
    }

.hero-4 .hero-content {
    position: relative;
    z-index: 9;
}

    .hero-4 .hero-content h6 {
        font-size: 20px;
        color: var(--theme);
        font-weight: 600;
        display: inline-block;
        margin-bottom: 20px;
    }

    .hero-4 .hero-content h1 {
        margin-bottom: 10px;
    }

@media (max-width: 1199px) {
    .hero-4 .hero-content h1 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-content h1 {
        font-size: 65px;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-content h1 {
        font-size: 44px;
    }
}

.hero-4 .hero-content h1 .video-img {
    position: relative;
}

    .hero-4 .hero-content h1 .video-img img {
        border-radius: 120px;
    }

    .hero-4 .hero-content h1 .video-img .video-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 48px;
        height: 48px;
        line-height: 52px;
        border-radius: 50%;
        background-color: var(--header);
        color: var(--white);
        display: inline-block;
        font-size: 16px;
        text-align: center;
    }

.hero-4 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .hero-4 .hero-content .hero-button {
        margin-top: 35px;
        flex-wrap: wrap;
    }
}

.hero-4 .hero-content .hero-button .theme-btn {
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid transparent;
}

    .hero-4 .hero-content .hero-button .theme-btn.style-2 {
        background-color: transparent;
        color: var(--white);
        border: 2px solid #2A2A2A;
    }

        .hero-4 .hero-content .hero-button .theme-btn.style-2:hover {
            color: var(--header);
        }

.hero-4 .hero-content .counter-items {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 1199px) {
    .hero-4 .hero-content .counter-items {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.hero-4 .hero-content .counter-items .counter-content h2 {
    font-size: 64px;
    font-weight: 600;
    color: var(--white);
}

    .hero-4 .hero-content .counter-items .counter-content h2 span {
        color: var(--theme);
    }

.hero-4 .hero-content .counter-items .counter-content p {
    font-size: 16px;
    color: var(--white);
}

.hero-4 .hero-image {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1199px) {
    .hero-4 .hero-image {
        display: none;
    }
}

.hero-4 .client-image {
    margin-top: -160px;
    text-align: center;
}

@media (max-width: 1199px) {
    .hero-4 .client-image {
        display: none;
    }
}

.hero-4 .client-image h5 {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
}

    .hero-4 .client-image h5 span {
        color: var(--theme);
        font-weight: 600;
        font-size: 24px;
    }

.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-items {
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: space-between;
    }

@media (max-width: 1199px) {
    .mean-container .mean-nav > ul .homemenu-items {
        flex-wrap: wrap;
    }
}

.mean-container .mean-nav > ul .homemenu-items .homemenu {
    position: relative;
}

@media (max-width: 1199px) {
    .mean-container .mean-nav > ul .homemenu-items .homemenu {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--border);
        padding: 10px;
    }
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

    .mean-container .mean-nav > ul .homemenu-items .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;
        margin-top: 20px;
    }

        .mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
            padding: 12px 20px;
            color: var(--white) !important;
            width: initial;
            font-size: 16px;
            text-align: center;
            border-radius: 0;
        }

            .mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
                color: var(--white) !important;
            }

    .mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
        background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 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-items .homemenu .homemenu-thumb:hover::before {
        visibility: visible;
        opacity: 1;
    }

    .mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    .mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
        opacity: 1;
        visibility: visible;
        bottom: 50%;
        transform: translateY(50%);
    }

    .mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
        width: 100%;
    }

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    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(--white);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border) !important;
    border: none;
}

    .mean-container .mean-nav ul li a:hover {
        color: var(--theme);
    }

    .mean-container .mean-nav ul li a:last-child {
        border-bottom: 0;
    }

    .mean-container .mean-nav ul li a:hover {
        color: var(--theme);
    }

    .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;
    font-size: 18px;
}

.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;
}

.news-box-items {
    margin-top: 30px;
}

    .news-box-items .news-image {
        position: relative;
        overflow: hidden;
    }

        .news-box-items .news-image img {
            transition: 0.5s;
            background-size: cover;
            width: 100%;
            border-radius: 8px;
        }

            .news-box-items .news-image img:nth-child(2) {
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover;
                visibility: hidden;
                height: 100%;
                width: 0;
                transition: 1s;
                overflow: hidden;
            }

    .news-box-items .news-content {
        margin-top: 20px;
    }

        .news-box-items .news-content p {
            margin-bottom: 5px;
        }

        .news-box-items .news-content h3 {
            font-size: 32px;
        }

            .news-box-items .news-content h3 a:hover {
                color: var(--theme);
            }

        .news-box-items .news-content .news-btn {
            margin-top: 30px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .news-box-items .news-content .news-btn .link-btn {
                font-size: 20px;
                font-weight: 600;
                font-family: "Teko", sans-serif;
                text-transform: capitalize;
                display: inline-block;
            }

    .news-box-items:hover .news-image img:nth-child(2) {
        width: 100%;
        visibility: visible;
    }

    .news-box-items:hover .news-content .news-btn .arrow-icon, .news-box-items:hover .news-content .news-btn .link-btn {
        color: var(--theme);
    }

.news-card-items-2 {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 767px) {
    .news-card-items-2 {
        flex-wrap: wrap;
    }
}

.news-card-items-2 .news-image {
    max-width: 306px;
}

    .news-card-items-2 .news-image img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

.news-card-items-2 .news-content {
    max-width: 300px;
}

    .news-card-items-2 .news-content span {
        font-weight: 400;
        font-size: 16px;
        display: inline-block;
        margin-bottom: 15px;
    }

    .news-card-items-2 .news-content h3 {
        font-size: 32px;
        margin-bottom: 10px;
    }

@media (max-width: 575px) {
    .news-card-items-2 .news-content h3 {
        font-size: 25px;
    }
}

.news-card-items-2 .news-content h3 a:hover {
    color: var(--theme);
}

.news-card-items-2 .news-content .news-btn {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .news-card-items-2 .news-content .news-btn .link-btn {
        font-size: 20px;
        font-weight: 600;
        font-family: "Teko", sans-serif;
        text-transform: capitalize;
        display: inline-block;
    }

.news-card-items-2:hover .news-content .news-btn .arrow-icon, .news-card-items-2:hover .news-content .news-btn .link-btn {
    color: var(--theme);
}

.news-list-wrapper .news-list-area .news-list-items {
    display: flex;
    align-items: center;
    background-color: #171717;
    padding: 12px;
    border-radius: 12px;
    gap: 24px;
}

@media (max-width: 1399px) {
    .news-list-wrapper .news-list-area .news-list-items {
        flex-wrap: wrap;
        padding: 20px;
    }
}

.news-list-wrapper .news-list-area .news-list-items:not(:last-child) {
    margin-bottom: 24px;
}

.news-list-wrapper .news-list-area .news-list-items .thumb {
    max-width: 306px;
}

    .news-list-wrapper .news-list-area .news-list-items .thumb img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }

.news-list-wrapper .news-list-area .news-list-items .content {
    max-width: 500px;
    padding-right: 30px;
}

    .news-list-wrapper .news-list-area .news-list-items .content span {
        font-size: 16px;
        display: inline-block;
        margin-bottom: 5px;
    }

    .news-list-wrapper .news-list-area .news-list-items .content h3 {
        font-size: 32px;
        margin-bottom: 10px;
    }

@media (max-width: 575px) {
    .news-list-wrapper .news-list-area .news-list-items .content h3 {
        font-size: 28px;
    }
}

.news-list-wrapper .news-list-area .news-list-items .content h3 a:hover {
    color: var(--theme);
}

.news-list-wrapper .news-list-area .news-list-items .content p {
    font-size: 16px;
}

.news-list-wrapper .news-list-area .news-list-items .content .news-btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .news-list-wrapper .news-list-area .news-list-items .content .news-btn .link-btn {
        font-size: 20px;
        font-weight: 600;
        font-family: "Teko", sans-serif;
        text-transform: capitalize;
        display: inline-block;
    }

.news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
    height: 480px;
    border-radius: 12px;
}

.news-details-area .blog-post-details .single-blog-post .post-content {
    margin-top: 30px;
}

    .news-details-area .blog-post-details .single-blog-post .post-content .post-list {
        gap: 30px;
        margin-bottom: 20px;
    }

        .news-details-area .blog-post-details .single-blog-post .post-content .post-list li {
            font-size: 14px;
            font-weight: 500;
        }

            .news-details-area .blog-post-details .single-blog-post .post-content .post-list li i {
                color: var(--theme);
                margin-right: 5px;
            }

    .news-details-area .blog-post-details .single-blog-post .post-content p {
        color: var(--text);
    }

    .news-details-area .blog-post-details .single-blog-post .post-content h3 {
        margin-bottom: 20px;
        font-size: 48px;
        font-weight: 600;
    }

@media (max-width: 575px) {
    .news-details-area .blog-post-details .single-blog-post .post-content h3 {
        font-size: 28px;
    }
}

.news-details-area .blog-post-details .single-blog-post .post-content h3 a:hover {
    color: var(--theme);
}

.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
    border-left: 4px solid var(--theme);
    padding: 40px;
    background-color: #171717;
}

    .news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p {
        font-weight: 600;
        text-transform: capitalize;
        font-style: italic;
        line-height: 26px;
        color: var(--text);
        line-height: 162%;
        font-size: 20px;
    }

    .news-details-area .blog-post-details .single-blog-post .post-content .hilight-text svg {
        float: right;
        margin-top: -30px;
    }

.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.news-details-area .blog-post-details .tag-share-wrap {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 30px 0;
}

    .news-details-area .blog-post-details .tag-share-wrap .tagcloud span {
        display: inline-block;
        font-weight: 600;
        color: var(--text);
        margin-right: 15px;
    }

    .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
        display: inline-block;
        padding: 12px 26px;
        line-height: 1;
        background: #171717;
        margin-right: 8px;
        text-transform: capitalize;
        font-weight: 500;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-radius: 0;
        color: var(--text);
    }

@media (max-width: 575px) {
    .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
        margin-bottom: 5px;
    }
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--header);
}

.news-details-area .blog-post-details .tag-share-wrap .social-share span {
    font-size: 16px;
    color: var(--text);
    font-weight: 600;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a {
    font-size: 16px;
    color: var(--text);
}

    .news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
        margin-right: 10px;
    }

    .news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
        color: var(--theme);
    }

.news-details-area .blog-post-details .comments-area {
    margin-top: 40px;
}

    .news-details-area .blog-post-details .comments-area .comments-heading {
        margin-bottom: 30px;
    }

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comments-area .comments-heading {
        margin-bottom: 20px;
    }
}

.news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comments-area .comments-heading h3 {
        font-size: 22px;
    }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment {
    border-bottom: 1px solid var(--border);
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comments-area .blog-single-comment {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

    .news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a {
        color: var(--white);
    }

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .star i {
    color: var(--theme);
    font-size: 14px;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 400;
    background-color: #171717;
    color: var(--theme);
}

.news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comment-form-wrap h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt span {
    color: var(--text);
    display: inline-block;
    margin-bottom: 10px;
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    border: 1px solid var(--border);
    padding: 16px 20px;
    font-weight: 500;
    border-radius: 8px;
    color: var(--text);
}

    .news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
        color: var(--text);
    }

.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
    padding-bottom: 100px;
}

.main-sidebar .single-sidebar-widget {
    padding: 40px 30px;
    background-color: #171717;
    margin-bottom: 30px;
    border-radius: 12px;
}

    .main-sidebar .single-sidebar-widget .wid-title {
        margin-bottom: 25px;
    }

        .main-sidebar .single-sidebar-widget .wid-title h3 {
            position: relative;
            padding-bottom: 15px;
            display: inline-block;
            font-size: 24px;
            font-weight: 600;
        }

            .main-sidebar .single-sidebar-widget .wid-title h3::before {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 50px;
                height: 2px;
                content: "";
                background-color: var(--theme);
            }

    .main-sidebar .single-sidebar-widget .search-widget form {
        width: 100%;
        position: relative;
    }

        .main-sidebar .single-sidebar-widget .search-widget form input {
            background-color: #2A2A2A;
            font-size: 16px;
            padding: 20px;
            width: 100%;
            border: none;
            color: var(--white);
            border-radius: 4px;
        }

            .main-sidebar .single-sidebar-widget .search-widget form input::placeholder {
                color: var(--white);
            }

        .main-sidebar .single-sidebar-widget .search-widget form button {
            position: absolute;
            right: 0;
            top: 0;
            width: 70px;
            font-size: 18px;
            height: 100%;
            background-color: var(--theme);
            color: var(--header);
            text-align: center;
            transition: all 0.3s ease-in-out;
            border-radius: 0 4px 4px 0;
        }

            .main-sidebar .single-sidebar-widget .search-widget form button:hover {
                background-color: var(--header);
            }

    .main-sidebar .single-sidebar-widget .news-widget-categories ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 22px 20px;
        background-color: #1D1D1D;
        font-weight: 500;
        transition: all 0.4s ease-in-out;
        border-radius: 0;
        font-size: 16px;
        line-height: 1;
        border-radius: 8px;
    }

        .main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
            color: var(--text);
        }

        .main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
            transition: all 0.4s ease-in-out;
            color: var(--text);
        }

        .main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
            margin-bottom: 12px;
        }

        .main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
            background-color: var(--theme);
        }

            .main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
                color: var(--header);
            }

            .main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
                color: var(--header);
            }

        .main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
            background-color: var(--theme);
        }

            .main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
                color: var(--header);
            }

            .main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
                color: var(--header);
            }

    .main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
            margin-bottom: 20px;
        }

        .main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
            border-radius: 8px;
        }

        .main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content span {
            font-size: 16px;
            display: inline-block;
            margin-bottom: 5px;
        }

        .main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
            margin-bottom: 8px;
        }

            .main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
                color: var(--text);
            }

                .main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
                    color: var(--theme);
                    margin-right: 5px;
                }

        .main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
            font-weight: 500;
            font-size: 20px;
            font-family: "Roboto", sans-serif;
        }

            .main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a {
                color: var(--white);
            }

                .main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
                    color: var(--theme);
                }

    .main-sidebar .single-sidebar-widget .tagcloud a {
        display: inline-block;
        padding: 14px 20px;
        line-height: 1;
        font-size: 18px;
        font-weight: 400;
        background-color: #1D1D1D;
        margin-right: 5px;
        text-transform: capitalize;
        margin-bottom: 10px;
        border-radius: 0;
        color: var(--white);
        transition: all 0.4s ease-in-out;
        border-radius: 120px;
    }

        .main-sidebar .single-sidebar-widget .tagcloud a:last-child {
            margin-right: 0;
        }

        .main-sidebar .single-sidebar-widget .tagcloud a:hover {
            background-color: var(--theme);
            color: var(--header);
        }

.preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

    .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 .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}

.preloader .animation-preloader .txt-loading {
    font: bold 5em "Teko", sans-serif, "Kanit", sans-serif;
    text-align: center;
    user-select: none;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 2.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: "Teko", 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: var(--bg);
            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(0, 0, 0, 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(--theme);
    border-bottom: 2px solid var(--theme);
    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(--theme);
}

input.main-search-input::placeholder {
    color: var(--theme);
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 575px) {
    input.main-search-input::placeholder {
        font-size: 18px;
    }
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: var(--theme);
    cursor: pointer;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    display:none;
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--theme);
    -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);
        opacity: 0.3;
    }

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme);
    -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;
    }

.back-to-top {
    border-radius: 50%;
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--header);
    font-size: 18px;
    position: fixed;
    display: inline-block;
    z-index: 99;
    right: 30px;
    bottom: 30px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

    .back-to-top:hover {
        background-color: var(--header);
        color: var(--white);
    }

    .back-to-top.show {
        opacity: 1;
        visibility: visible;
        transform: translate(0);
    }

.pricing-card-items {
    border: 1px solid #08d967;
    background: #191919;
    padding: 40px 32px;
    border-radius: 20px;
    position: relative;
}

.vip_icon {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 111px;
    filter: drop-shadow(2px 4px 16px #fffdb050);
    color: #fffdb0;
}

.pricing-card-items .pricing-header {
    padding-bottom: 18px;
    border-bottom: 1px solid #0fd76a;
    margin-bottom: 18px;
}

    .pricing-card-items .pricing-header span {
        font-size: 36px;
        display: inline-block;
        margin-bottom: 20px;
        font-weight: 700;
        background: -webkit-linear-gradient(#03db65, #0fd76a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .pricing-card-items .pricing-header h2 {
        font-size: 45px;
        font-weight: 600;
    }

        .pricing-card-items .pricing-header h2 sub {
            font-size: 18px;
            font-weight: 400;
            font-family: "Roboto", sans-serif;
        }

    .pricing-card-items .pricing-header p {
        margin-top: 10px;
        font-weight: 300;
    }

.pricing-card-items .pricing-list {
    border-top: 1px solid #2A2A2A;
    padding-top: 30px;
}

    .pricing-card-items .pricing-list li {
        font-weight: 300;
        position: relative;
        padding-left: 20px;
    }

        .pricing-card-items .pricing-list li::before {
            position: absolute;
            top: 11px;
            left: 0;
            content: "";
            height: 8px;
            width: 8px;
            border-radius: 8px;
            background-color: var(--white);
        }

        .pricing-card-items .pricing-list li:not(:last-child) {
            margin-bottom: 20px;
        }

.pricing-card-items .pricing-button {
    margin-top: 40px;
}

    .pricing-card-items .pricing-button .theme-btn {
        border-radius: 15px;
        width: 100%;
        border: 1px solid #0fd76a;
        background-color: transparent;
        color: #0fd76a;
        padding: 20px 40px;
    }

        .pricing-card-items .pricing-button .theme-btn::before, .pricing-card-items .pricing-button .theme-btn::after {
            background-color: var(--theme);
        }

        .pricing-card-items .pricing-button .theme-btn:hover {
            color: var(--header);
        }

.portfolio-box-items {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--border);
    position: relative;
}

@media (max-width: 1199px) {
    .portfolio-box-items {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.portfolio-box-items .project-wrap {
    display: flex;
    align-items: center;
    gap: 80px;
}

@media (max-width: 991px) {
    .portfolio-box-items .project-wrap {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.portfolio-box-items .content {
    padding-right: 80px;
    border-right: 1px solid var(--border);
}

@media (max-width: 1199px) {
    .portfolio-box-items .content {
        padding-right: 0;
        border: none;
    }
}

.portfolio-box-items .content span {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: var(--white);
    margin-bottom: 15px;
}

.portfolio-box-items .content h3 {
    font-size: 32px;
}

    .portfolio-box-items .content h3 a:hover {
        color: var(--theme);
    }

.portfolio-box-items p {
    max-width: 480px;
}

.portfolio-box-items .radius-btn {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid var(--border);
    padding-top: 50px;
}

    .portfolio-box-items .radius-btn i {
        display: block;
        transform: rotate(-40deg);
        margin-bottom: 5px;
    }

    .portfolio-box-items .radius-btn:hover {
        background-color: var(--theme);
        color: var(--header);
    }

.portfolio-box-items .project-hover {
    width: 200px;
    height: 240px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(10deg);
    inset-inline-start: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 75%;
    opacity: 0;
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin: -200px 0 0 -50px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    visibility: hidden;
}

.portfolio-box-items:hover .project-hover {
    opacity: 1;
    visibility: visible;
}

.portfolio-image-items {
    position: relative;
    margin-top: 30px;
}

    .portfolio-image-items::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.15) 0%, rgba(0, 0, 0, 0.9) 100%);
        border-radius: 12px;
    }

@media (max-width: 575px) {
    .portfolio-image-items {
        height: 400px;
    }
}

.portfolio-image-items img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.portfolio-image-items .content {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

    .portfolio-image-items .content p {
        font-weight: 400;
        color: var(--white);
        margin-bottom: 5px;
        font-size: 16px;
    }

    .portfolio-image-items .content h3 {
        font-size: 32px;
    }

        .portfolio-image-items .content h3 a {
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            margin: 0;
            text-transform: none;
            background-position: 0 95%;
            background-repeat: no-repeat;
            background-size: 0% 2px;
            display: inline;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

            .portfolio-image-items .content h3 a:hover {
                background-size: 100% 2px;
                background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme)), to(var(--theme)));
                background-image: linear-gradient(var(--theme), var(--theme));
                color: var(--theme);
            }

.portfolio-section .portfolio-slider {
    margin-left: -10%;
    margin-right: -10%;
}

.portfolio-card-items {
    margin-top: 30px;
}

    .portfolio-card-items .content {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .portfolio-card-items .content .title-header span {
            display: inline-block;
            font-weight: 400;
            font-size: 16px;
            color: var(--white);
            margin-bottom: 5px;
        }

        .portfolio-card-items .content .title-header h3 {
            font-size: 32px;
        }

@media (max-width: 991px) {
    .portfolio-card-items .content .title-header h3 {
        font-size: 26px;
    }
}

.portfolio-card-items .content .title-header h3 a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0;
    text-transform: none;
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

    .portfolio-card-items .content .title-header h3 a:hover {
        background-size: 100% 2px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme)), to(var(--theme)));
        background-image: linear-gradient(var(--theme), var(--theme));
        color: var(--theme);
    }

.portfolio-card-items .content .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #2A2A2A;
    color: var(--white);
}

    .portfolio-card-items .content .icon:hover {
        background-color: var(--theme);
        color: var(--header);
    }

.portfolio-card-items .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.project-details-wrapper .project-details-content h2 {
    font-size: 56px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .project-details-wrapper .project-details-content h2 {
        font-size: 45px;
    }
}

.project-details-wrapper .project-category-items ul li {
    font-size: 20px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .project-details-wrapper .project-category-items ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .project-details-wrapper .project-category-items ul li span {
        font-size: 18px;
        color: var(--text);
        text-align: right;
        display: block;
    }

.project-details-wrapper .details-image {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .project-details-wrapper .details-image img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

.project-details-wrapper .project-content-2 h2 {
    font-size: 48px;
}

@media (max-width: 575px) {
    .project-details-wrapper .project-content-2 h2 {
        font-size: 40px;
    }
}

.project-details-wrapper .project-details-content-3 h2 {
    font-size: 40px;
}

@media (max-width: 575px) {
    .project-details-wrapper .project-details-content-3 h2 {
        font-size: 35px;
    }
}

.project-details-wrapper .project-details-content-3 .details-list-items {
    display: flex;
    gap: 100px;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .project-details-wrapper .project-details-content-3 .details-list-items {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.project-details-wrapper .project-details-content-3 .details-list-items ul li {
    font-size: 18px;
}

    .project-details-wrapper .project-details-content-3 .details-list-items ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .project-details-wrapper .project-details-content-3 .details-list-items ul li i {
        margin-right: 7px;
        color: var(--theme);
    }

.project-details-wrapper .preview-area {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .project-details-wrapper .preview-area .preview-item {
        color: var(--theme);
        font-size: 20px;
        font-weight: 600;
        font-family: "Teko", sans-serif;
    }

        .project-details-wrapper .preview-area .preview-item i {
            margin-right: 10px;
        }

        .project-details-wrapper .preview-area .preview-item.style-2 {
            color: var(--white);
        }

            .project-details-wrapper .preview-area .preview-item.style-2 i {
                margin-right: 0;
                margin-left: 10px;
            }

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 0;
    }
}

.section-title h6 {
    color: var(--theme);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
    position: relative;
    line-height: 1;
    margin-bottom: 15px;
}

.section-title h2 span {
    color: var(--theme);
    text-decoration: underline;
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

@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);
}

.section-padding {
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

.service-box-items {
    margin-top: 30px;
    padding: 32px 30px;
    border-top: 1px solid var(--border);
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    position: relative;
    z-index: 9;
    transition: all 0.4s ease-in-out;
    min-height:150px;
    display:flex;
    align-items:center;
    justify-content:center;
}

@media (max-width: 1199px) {
    .service-box-items {
        border: none;
    }
}

.service-box-items .icon {
    font-size: 40px;
    color: var(--theme);
    position: relative;
    z-index: 9;
}

.service-box-items .content {
    margin-top: 25px;
    position: relative;
    z-index: 9;
}

    .service-box-items .content h3 {
        /*margin-bottom: 10px;*/
        font-size: 16px;
        text-align:center;
    }
        .service-box-items .content h3 span {
            color: var(--theme);
        }
        .service-box-items .content h3 a:hover {
            color: var(--theme);
        }

    .service-box-items .content p {
        font-size: 17px;
    }

    .service-box-items .content .service-btn {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .service-box-items .content .service-btn .link-btn {
            font-size: 20px;
            font-weight: 600;
            font-family: "Teko", sans-serif;
            text-transform: capitalize;
            display: inline-block;
        }

        .service-box-items .content .service-btn:hover .arrow-icon, .service-box-items .content .service-btn:hover .link-btn {
            color: var(--theme);
        }

.service-box-items.border-none {
    border-right: none;
}

.service-box-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--bg);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: -1;
}

.service-box-items:hover {
    border-right: 1px solid var(--theme);
}

    .service-box-items:hover::before {
        transform: scale(1, 1);
        transform-origin: top center;
    }

.service-box-items.style-2 {
    padding: 30px 15px;
    border-radius: 4px;
    border: 1px solid var(--border);
    position: relative;
}

    .service-box-items.style-2::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: 1px solid var(--theme);
        border-left: 1px solid var(--theme);
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
        transform: initial;
    }

    .service-box-items.style-2::after {
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-bottom: 1px solid var(--theme);
        border-right: 1px solid var(--theme);
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
    }

    .service-box-items.style-2:hover::after {
        width: 100%;
        height: 100%;
        visibility: visible;
        opacity: 1;
    }

    .service-box-items.style-2:hover::before {
        width: 100%;
        height: 100%;
        visibility: visible;
        opacity: 1;
        transform: initial;
        transform-origin: initial;
    }

.service-box-items.style-3::before {
    background-color: #1D1D1D;
}

@media (max-width: 1199px) {
    .service-box-items {
        border-right: 1px solid var(--theme);
    }

        .service-box-items::before {
            transform: scale(1, 1);
            transform-origin: top center;
        }
}

.service-box-items-2 {
    margin-top: 30px;
    padding: 32px;
    border-radius: 4px;
    border: 1px solid #2A2A2A;
    position: relative;
    transition: all 0.4s ease-in-out;
}

    .service-box-items-2 .icon {
        font-size: 40px;
        color: var(--theme);
    }

    .service-box-items-2 .content {
        margin-top: 25px;
    }

        .service-box-items-2 .content h3 {
            margin-bottom: 15px;
        }

            .service-box-items-2 .content h3 a:hover {
                color: var(--theme);
            }

        .service-box-items-2 .content .service-btn {
            margin-top: 30px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .service-box-items-2 .content .service-btn .link-btn {
                font-size: 20px;
                font-weight: 600;
                font-family: "Teko", sans-serif;
                text-transform: capitalize;
                display: inline-block;
            }

    .service-box-items-2 .number {
        font-size: 56px;
        font-weight: 600;
        font-family: "Teko", sans-serif;
        color: #2A2A2A;
        position: absolute;
        top: 40px;
        right: 40px;
    }

    .service-box-items-2:hover .content .service-btn .arrow-icon, .service-box-items-2:hover .content .service-btn .link-btn {
        color: var(--theme);
    }

.service-details-wrapper .details-content h2 {
    font-size: 56px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .service-details-wrapper .details-content h2 {
        font-size: 45px;
    }
}

.service-details-wrapper .details-content h3 {
    font-size: 48px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .service-details-wrapper .details-content h3 {
        font-size: 40px;
    }
}

.service-details-wrapper .details-content .details-list-items {
    display: flex;
    align-items: center;
    gap: 150px;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .service-details-wrapper .details-content .details-list-items {
        gap: 30px;
        flex-wrap: wrap;
    }
}

.service-details-wrapper .details-content .details-list-items ul li {
    color: var(--white);
}

    .service-details-wrapper .details-content .details-list-items ul li:not(:last-child) {
        margin-bottom: 15px;
    }

.service-details-wrapper .details-image {
    border-top: 1px solid var(--border);
    padding-top: 60px;
    margin-top: 60px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .service-details-wrapper .details-image {
        padding-top: 30px;
        margin-top: 30px;
    }
}

.service-details-wrapper .details-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.service-details-wrapper .details-image-2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .service-details-wrapper .details-image-2 img {
        width: 100%;
        height: 100%;
    }

.team-box-items {
    margin-top: 30px;
    overflow: hidden;
}

    .team-box-items .team-image {
        position: relative;
    }

        .team-box-items .team-image img {
            width: 100%;
            height: 100%;
            border-radius: 4px;
        }

        .team-box-items .team-image .social-icon {
            position: absolute;
            top: 12px;
            right: -100px;
            display: grid;
            gap: 8px;
            background-color: #F5F5F4;
            padding: 8px;
            border-radius: 4px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease-in-out;
        }

            .team-box-items .team-image .social-icon .icon {
                width: 44px;
                height: 44px;
                line-height: 44px;
                text-align: center;
                border-radius: 4px;
                border: 1px solid rgba(42, 42, 42, 0.1);
                color: var(--header);
            }

                .team-box-items .team-image .social-icon .icon:hover {
                    background-color: var(--theme);
                }

    .team-box-items .team-content {
        padding: 16px;
        background-color: #1D1D1D;
        border-radius: 4px;
        text-align: center;
        margin-left: 24px;
        margin-right: 24px;
        position: relative;
        z-index: 9;
        margin-top: -50px;
        transition: all 0.4s ease-in-out;
        border-bottom: 4px solid var(--theme);
    }

        .team-box-items .team-content p {
            font-size: 16px;
            font-weight: 400;
        }

    .team-box-items:hover .team-image .social-icon {
        right: 12px;
        opacity: 1;
        visibility: visible;
    }

    .team-box-items:hover .team-content {
        background-color: var(--theme);
    }

        .team-box-items:hover .team-content h3 a {
            color: var(--header);
        }

        .team-box-items:hover .team-content p {
            color: var(--header);
        }

.team-card-items {
    margin-top: 30px;
    position: relative;
    z-index: 9;
    padding: 30px;
    border-radius: 14px;
}

    .team-card-items::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 65%;
        border-radius: 14px;
        background-color: #1D1D1D;
        transition: all 0.35s ease-in-out;
        z-index: -1;
    }

@media (max-width: 575px) {
    .team-card-items::before {
        height: 60%;
    }
}

.team-card-items .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.team-card-items .team-content {
    margin-top: 30px;
}

    .team-card-items .team-content h3 a:hover {
        color: var(--theme);
    }

    .team-card-items .team-content p {
        font-size: 16px;
        font-weight: 400;
    }

    .team-card-items .team-content .social-icon {
        margin-top: 20px;
        gap: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .team-card-items .team-content .social-icon a {
            display: inline-block;
            width: 44px;
            height: 44px;
            line-height: 44px;
            text-align: center;
            border-radius: 8px;
            background-color: #2A2A2A;
            color: var(--white);
        }

            .team-card-items .team-content .social-icon a:hover {
                background-color: var(--theme);
                color: var(--header);
            }

.team-card-items:hover::before {
    height: 100%;
    background-color: #1D1D1D;
}

.team-card-items.active::before {
    height: 100%;
    background-color: #1D1D1D;
}

.team-details-wrapper .team-details-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.team-details-wrapper .details-content {
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .team-details-wrapper .details-content {
        margin-left: 0;
    }
}

.team-details-wrapper .details-content h2 {
    font-size: 56px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .team-details-wrapper .details-content h2 {
        font-size: 42px;
    }
}

.team-details-wrapper .details-content span {
    font-size: 20px;
    display: inline-block;
}

.team-details-wrapper .details-content .team-about-info {
    margin-top: 30px;
}

    .team-details-wrapper .details-content .team-about-info h3 {
        font-size: 32px;
    }

.team-details-wrapper .details-content .details-info {
    margin-top: 30px;
}

    .team-details-wrapper .details-content .details-info .team-details-info {
        font-size: 18px;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        position: relative;
        color: var(--text);
    }

        .team-details-wrapper .details-content .details-info .team-details-info:not(:last-child) {
            margin-bottom: 20px;
        }

        .team-details-wrapper .details-content .details-info .team-details-info span, .team-details-wrapper .details-content .details-info .team-details-info a {
            color: var(--white);
            position: absolute;
            left: 0;
            top: 2px;
            margin-left: 150px;
            line-height: 1;
        }

@media (max-width: 575px) {
    .team-details-wrapper .details-content .details-info .team-details-info span, .team-details-wrapper .details-content .details-info .team-details-info a {
        position: static;
    }
}

.team-details-wrapper .details-content .portfolio-tag {
    margin-top: 30px;
}

    .team-details-wrapper .details-content .portfolio-tag ul {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 30px;
    }

        .team-details-wrapper .details-content .portfolio-tag ul li a {
            line-height: 1;
            border: 1px solid var(--white);
            padding: 7px 15px;
            border-radius: 32px;
        }

            .team-details-wrapper .details-content .portfolio-tag ul li a:hover {
                background-color: var(--theme);
                color: var(--header);
            }

.team-details-wrapper .details-content .social-icon {
    gap: 8px;
    margin-top: 50px;
}

    .team-details-wrapper .details-content .social-icon h3 {
        margin-right: 10px;
    }

    .team-details-wrapper .details-content .social-icon a {
        display: inline-block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border-radius: 8px;
        background-color: #2A2A2A;
        color: var(--white);
    }

        .team-details-wrapper .details-content .social-icon a:hover {
            background-color: var(--theme);
            color: var(--header);
        }

.testimonial-box-items {
    margin-top: 30px;
    background-color: #1D1D1D;
    padding: 40px 35px;
    border-radius: 12px;
    position: relative;
    border: 1px solid #1D1D1D;
    transition: all 0.4s ease-in-out;
}

    .testimonial-box-items .client-info {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
    }

        .testimonial-box-items .client-info .content h5 {
            font-size: 20px;
            font-weight: 500;
        }

        .testimonial-box-items .client-info .content span {
            font-size: 16px;
            color: #F5F5F4;
        }

    .testimonial-box-items p {
        font-size: 18px;
    }

    .testimonial-box-items .testi-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
    }

        .testimonial-box-items .testi-bottom .star {
            color: #55E6A5;
        }

    .testimonial-box-items .icon {
        position: absolute;
        top: 0;
        right: 0;
    }

    .testimonial-box-items:hover {
        border: 1px solid var(--theme);
    }

.tesimonial-wrapper-2 .testimonial-image {
    margin-left: -10%;
}

.gradient_pro {
    font-weight: 800;
    font-size: 36px;
    background: linear-gradient( 90deg, #b8860b, #ffd700, #fff3b0, #ffd700, #b8860b );
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textGoldMove 3s linear infinite;
}

/* Optional animation */
@keyframes textGoldMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

.stage_card {
    background-image: url('../images/reward_icon.png');
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 240px;
    text-align: center;
    padding-top: 62px;
    position: relative;
}

.stage_number {
    background: linear-gradient(180deg,rgba(202, 153, 58, 1) 0%, rgba(252, 249, 194, 1) 51%, rgba(202, 153, 58, 1) 100%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #048940;
    color: #000;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0px;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stage_title {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}

.stage_volume {
    font-size: 20px;
    color: #0fd76a;
    margin-bottom: 6px;
    font-family: "Anton", sans-serif;
    background: #000;
    padding: 4px 0px;
}

.stage_label {
    font-size: 13px;
    color: #fff;
}

.stage_wrapper {
    position: relative;
    margin-bottom: 60px;
}

.stage_reward {
    background: linear-gradient(180deg,rgba(202, 153, 58, 1) 0%, rgba(252, 249, 194, 1) 51%, rgba(202, 153, 58, 1) 100%);
    color: #060606;
    font-weight: 400;
    padding: 10px 20px 10px 15px;
    border-top-right-radius: 30px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 30%);
    width: 185px;
    text-align: center;
}

    .stage_reward span {
        font-weight: 700;
    }

.spacebt {
    margin-bottom: 80px;
}

@media (max-width: 1199px) {
    .tesimonial-wrapper-2 .testimonial-image {
        margin-left: 0;
    }
}

.tesimonial-wrapper-2 .testimonial-image img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.tesimonial-wrapper-2 .testimonial-content {
    margin-left: 80px;
}

@media (max-width: 1199px) {
    .tesimonial-wrapper-2 .testimonial-content {
        margin-left: 0;
    }
}

.tesimonial-wrapper-2 .testimonial-card-items {
    border-radius: 4px;
    border: 1px solid #2A2A2A;
    background: #171717;
    padding: 32px;
    transition: all 0.4s ease-in-out;
}

    .tesimonial-wrapper-2 .testimonial-card-items .testi-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }

        .tesimonial-wrapper-2 .testimonial-card-items .testi-top .star {
            color: #55E6A5;
        }

    .tesimonial-wrapper-2 .testimonial-card-items .client-info {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-top: 30px;
    }

        .tesimonial-wrapper-2 .testimonial-card-items .client-info .content h5 {
            font-size: 20px;
            font-weight: 500;
        }

        .tesimonial-wrapper-2 .testimonial-card-items .client-info .content span {
            font-size: 16px;
            color: #F5F5F4;
        }

    .tesimonial-wrapper-2 .testimonial-card-items:hover {
        border: 1px solid var(--theme);
    }

.tesimonial-wrapper-2 .testimonial-slider-2 {
    margin-right: -50%;
    margin-left: 10%;
    margin-top: -230px;
}

@media (max-width: 1199px) {
    .tesimonial-wrapper-2 .testimonial-slider-2 {
        margin-right: 0;
        margin-left: 0;
        margin-top: -50px;
    }
}

@media (max-width: 991px) {
    .tesimonial-wrapper-2 .testimonial-slider-2 {
        margin-top: 30px;
    }
}
/*# sourceMappingURL=main.css.map */

/*@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1380px;
    }
}*/

.main-menu {
    display: flex;
}

.desk_none {
    display: none;
}

#mobile-menu {
    margin-right: 25px;
}

.space_rt {
    margin-right: 10px;
}

.header-logo img {
    width: 130px;
}

.heading_text {
    text-transform: uppercase;
}

.hero-content {
    padding-top: 160px;
    text-align:center;
}

.bdr1 {
    border-radius: 20px;
}

.first_img img {
    width: 100%;
    border-radius: 20px;
    padding: 10px;
}

.bg_img1 {
    background-size: cover;
    background-image: linear-gradient(30deg, rgb(15 215 106 / 22%), rgb(18 18 18 / 25%)), url(../images/be2.jpg);
    background-size:cover;
}

.about-image {
    position: relative;
}

.front_1 {
    width: 277px;
    position: absolute;
    top: 240px;
    right: -40px;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid #0fd76a;
}

    .front_1 img {
        width: 100%;
    }

.about-wrapper-3 .what_do {
    max-width: 520px;
    position: relative;
}

.what_do img {
    width: 100%;
}

.service_list {
    margin: 0;
    padding: 0;
}

    .service_list li {
        margin-bottom: 10px;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 400;
        list-style: disc;
    }

.box21 {
    margin-top: 0 !important;
}

    .box21 p {
        font-size: 30px !important;
        line-height: 45px;
        text-align: center;
        font-weight: 400;
    }

.testimonial_bg {
    background-image: linear-gradient(360deg, #171717, #02020200), url(../backgroundbg/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.whatwedo_bg {
    background-image: url('../backgroundbg/bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg3 {
    background-image: url('../backgroundbg/bg3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bgbody {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url('../backgroundbg/bgbody.png');*/
    /*height: 100vh;*/
}

.graphic_bg {
    background-image: linear-gradient(360deg, #171717, #02020200), url(../backgroundbg/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg_color {
    background-color: #121212;
}

.blog_main {
    /*background: #000;*/
    background: linear-gradient(45deg, #000000de, transparent, #ffffff17);
    border-radius: 20px;
    /*border: 2px solid #0fd76a;*/
    border: 1px solid #0fd76a70;
    padding: 30px;
    margin-bottom: 50px;
}

.production_list {
    margin: 0;
    padding: 0;
}

    .production_list i {
        color: #0fd76a;
        position: absolute;
        top: 5px;
        left: 0;
    }

    .production_list li {
        padding-left: 30px;
        position: relative;
        margin-bottom: 10px;
    }

        .production_list li b {
            font-weight: 400;
            color: #0fd76a;
        }


.ml_auto {
    margin-left: auto;
}

.service-box-items .icon img {
    filter: hue-rotate(45deg);
}

.Strategy {
    margin-top: 40px;
}

    .Strategy img {
        width: 100%;
        border-radius: 20px;
    }

.main_image {
    width: 100%;
}

    .main_image img {
        width: 100%;
        border-radius: 20px;
        position: relative;
        z-index: 1;
    }


/* Custom column class (no changes here) */
.col-5-custom {
    width: 20%;
    float: left;
}

/* Base style for the amount box */
.amount_box {
    background: #1D1D1D;
    /* Removed static border for the animation effect */
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
    /* --- New: Animation Setup --- */
    position: relative; /* Essential for positioning the pseudo-element */
    overflow: hidden; /* Keeps the glow within the border-radius */
    z-index: 1; /* Ensures content is above the pseudo-element */
}

    /* The animated border/glow effect */
    .amount_box::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        /* Create a conical gradient for the spinning glow */
        background: conic-gradient(transparent, #0fd76a, #0fd76a, transparent);
        animation: rotate 4s linear infinite; /* Apply the rotation animation */
        z-index: -1; /* Place the glow behind the box content */
    }

    /* Ensure a sharp edge/border line using a second pseudo-element or box-shadow */
    .amount_box::after {
        content: '';
        position: absolute;
        inset: 2px; /* Defines the inner cutoff area (adjust for border thickness) */
        background: #1D1D1D; /* Matches the box background color */
        border-radius: 18px; /* Slightly smaller than amount_box radius (20px - 2px inset) */
        z-index: 0; /* Behind content (z-index: 1), but above the glow (z-index: -1) */
    }

    /* Bring the text content to the front */
    .amount_box p, .amount_box h4 {
        position: relative;
        z-index: 2;
    }

/* Define the rotation animation */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Text styles (no significant changes) */
.amount_box p {
    margin-bottom: 4px;
    color: #fff;
    font-size: 15px;
}

.amount_text {
    color: #0fd76a;
    font-weight: bold;
}

.content_background {
    background: #06170d;
    border: 1px solid #0fd76a;
    padding: 50px 20px;
    border-radius: 20px;
    width: 756px;
}



sub {
    bottom: 0 !important;
}

.section_plan_title h3 {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #191919c2;
    background-position: left 20px center;
    background-size: 20px auto;
    border-top: none;
    border-bottom: none;
    border-radius: 100px;
    padding: 8px 30px 8px 30px;
    margin-bottom: 20px;
}

.section_plan_title h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.plan_list {
    margin: 0;
    padding: 0;
}

    .plan_list li {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-bottom: 10px;
    }

/* Starter Plan css start */

.stater_plan li {
    border-bottom: 1px dotted #0fd76aad;
}

.stater_plan h3 {
    border-left: 1px solid #0fd76a;
    border-right: 1px solid #0fd76a;
    color: #0fd76a;
}

.stater_plan {
    border-color: rgb(15 215 106) !important;
    background-image: linear-gradient(35deg, rgb(1 29 14), rgb(0 0 0 / 70%)), url(../images/plan-bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    transition: .3s ease-in-out;
}

    .stater_plan:hover {
        transform: scale(1.03);
    }

    .stater_plan:hover {
        box-shadow: 0px 0px 10px 5px #0fd76a45;
    }

    .stater_plan .amount_num {
        color: #0fd76a;
        font-weight: 500;
    }

.stater_plan_gredient {
    background: -webkit-linear-gradient(#87ffbe, #018e41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Starter Plan css End */

/* growth Plan css start */

.growth_plan li {
    border-bottom: 1px dotted #3091d5;
}

.growth_plan h3 {
    border-left: 1px solid #3091d5;
    border-right: 1px solid #3091d5;
    color: #3091d5;
}

.growth_plan {
    border-color: #3091d5 !important;
    background-image: linear-gradient(35deg, rgb(1 29 14), rgb(0 0 0 / 70%)), url(../images/plan-bg2.jpg);
    width: 100%;
    background-repeat: no-repeat;
    transition: .3s ease-in-out;
}

    .growth_plan:hover {
        transform: scale(1.03);
    }

.growth_btn {
    border: 1px solid #3091d5 !important;
    background-color: transparent;
    color: #3091d5 !important;
}

    .growth_btn:hover {
        color: #000 !important;
    }

    .growth_btn::after {
        background: #3091d5 !important;
    }

.growth_plan:hover {
    box-shadow: 0px 0px 10px 5px #3091d570;
}

.growth_plan .amount_num {
    color: #3091d5;
    font-weight: 500;
}

.growth_plan_gredient {
    background: -webkit-linear-gradient(#87ffbe, #3091d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* growth Plan css End */

/* premium Plan css start */

.premium_plan li {
    border-bottom: 1px dotted #41bfa7;
}

.premium_plan h3 {
    border-left: 1px solid #41bfa7;
    border-right: 1px solid #41bfa7;
    color: #41bfa7;
}

.premium_plan {
    border-color: #41bfa7 !important;
    background-image: linear-gradient(35deg, rgb(1 29 14), rgb(0 0 0 / 70%)), url(../images/plan-bg3.jpg);
    width: 100%;
    background-repeat: no-repeat;
    transition: .3s ease-in-out;
}

    .premium_plan:hover {
        transform: scale(1.03);
    }

.premium_plan {
    border: 1px solid #41bfa7 !important;
    background-color: transparent;
}

.premium_btn {
    border: 1px solid #41bfa7 !important;
    background-color: transparent;
    color: #41bfa7 !important;
}

    .premium_btn:hover {
        color: #000 !important;
    }

    .premium_btn::after {
        background: #41bfa7 !important;
    }

.premium_plan:hover {
    box-shadow: 0px 0px 10px 5px #41bfa74d;
}

.premium_plan .amount_num {
    color: #41bfa7;
    font-weight: 500;
}

.premium_plan_gredient {
    background: -webkit-linear-gradient(#87ffbe, #41bfa7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* premium Plan css End */

/* Executive Plan css start */

.executive_plan li {
    border-bottom: 1px dotted #f9ce5b;
}

.executive_plan h3 {
    border-left: 1px solid #f9ce5b;
    border-right: 1px solid #f9ce5b;
    color: #f9ce5b;
}

.executive_plan {
    border-color: #f9ce5b !important;
    background-image: linear-gradient(35deg, rgb(1 29 14), rgb(0 0 0 / 70%)), url(../images/plan-bg4.jpg);
    width: 100%;
    background-repeat: no-repeat;
    transition: .3s ease-in-out;
}

    .executive_plan:hover {
        transform: scale(1.03);
    }

.executive_plan {
    border: 1px solid #f9ce5b !important;
    background-color: transparent;
}

.executive_btn {
    border: 1px solid #f9ce5b !important;
    background-color: transparent;
    color: #f9ce5b !important;
}

    .executive_btn:hover {
        color: #000 !important;
    }

    .executive_btn::after {
        background: #f9ce5b !important;
    }

.executive_plan:hover {
    box-shadow: 0px 0px 10px 5px #f9ce5b4d;
}

.executive_plan .amount_num {
    color: #f9ce5b;
    font-weight: 500;
}

.executive_plan_gredient {
    background: -webkit-linear-gradient(270deg, #87ffbe, #f9ce5b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Executive Plan css End */

/* Elite Plan css start */

.elite_plan li {
    border-bottom: 1px dotted #c845ff;
}

.elite_plan h3 {
    border-left: 1px solid #c845ff;
    border-right: 1px solid #c845ff;
    color: #c845ff;
}

.elite_plan {
    border-color: #c845ff !important;
    background-image: linear-gradient(35deg, rgb(1 29 14), rgb(0 0 0 / 70%)), url(../images/plan-bg5.jpg);
    width: 100%;
    background-repeat: no-repeat;
    transition: .3s ease-in-out;
}

    .elite_plan:hover {
        transform: scale(1.03);
    }

.elite_plan {
    border: 1px solid #c845ff !important;
    background-color: transparent;
}

.elite_btn {
    border: 1px solid #c845ff !important;
    background-color: transparent;
    color: #c845ff !important;
}

    .elite_btn:hover {
        color: #000 !important;
    }

    .elite_btn::after {
        background: #c845ff !important;
    }

.elite_plan:hover {
    box-shadow: 0px 0px 10px 5px #c845ff5e;
}

.elite_plan .amount_num {
    color: #c845ff;
    font-weight: 500;
}

.elite_plan_gredient {
    background: -webkit-linear-gradient(270deg, #e7afff, #7501a5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Franch Plan css start */

.franch_plan li {
    border-bottom: 1px dotted #ff00b1;
}

.franch_plan h3 {
    border-left: 1px solid #ff00b1;
    border-right: 1px solid #ff00b1;
    color: #ff00b1;
}

.franch_plan {
    border-color: #ff00b1 !important;
    background-image: linear-gradient(35deg, rgb(1 29 14), rgb(0 0 0 / 70%)), url(../images/plan-bg6.jpg);
    width: 100%;
    background-repeat: no-repeat;
    transition: .3s ease-in-out;
}

    .franch_plan:hover {
        transform: scale(1.03);
    }
    .franch_plan .fran-img {
        position: absolute;
        top: 0;
        right: 20px;
        width: 45px;
        filter: drop-shadow(0px 13px 39px #ff00b1);
        color: #ff00b1;
    }
.franch_plan {
    border: 1px solid #ff00b1 !important;
    background-color: transparent;
}

.franch_plan .elite_btn {
    border: 1px solid #ff00b1 !important;
    background-color: transparent;
    color: #ff00b1 !important;
}

    .franch_plan .elite_btn:hover {
        color: #000 !important;
    }

    .franch_plan .elite_btn::after {
        background: #ff00b1 !important;
    }

.franch_plan:hover {
    box-shadow: 0px 0px 10px 5px #ff00b15e;
}

.franch_plan .amount_num {
    color: #ff00b1;
    font-weight: 500;
}

.franch_plan .elite_plan_gredient {
    background: -webkit-linear-gradient(270deg, #ff00b1, #7501a5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Executive Plan css End */
.production_list li img {
    display: inline-block;
    margin-right: 5px;
}


@media(max-width:992px) {
   /* .hero-content {
        padding-top: 35px;
    }*/
}
@media(max-width:1024px) {
    .desk_none {
        display: block;
        margin-left:10px;
    }

}@media(max-width:600px) {
    

    .space_rt {
        margin-right: 3px;
    }

    .header-main .sidebar__toggle {
        margin-left: 6px;
    }

    .header-logo img {
        width: 100px;
    }

    .front_1 {
        width: 250px;
        position: absolute;
        top: 108px;
        right: -3px;
        z-index: 1;
        border-radius: 20px;
        overflow: hidden;
        border: 3px solid #0fd76a;
    }

    .amount_box {
        padding: 15px;
    }

        .amount_box p {
            font-size: 16px;
        }

    .content_background {
        padding: 30px 20px;
        width: 100%;
        margin-bottom: 25px;
    }

    .col-5-custom {
        width: 50%;
        float: left;
    }

    .stage_card {
        height: 270px;
        padding: 90px 0px;
    }
}

.fix-social {
    position: fixed;
    bottom: 44px;
    background: linear-gradient(45deg, black, #0fd76a7a);
    padding: 10px 5px;
    box-shadow: inset 0 0 3px #0fd76a, 0 0 3px #0fd76a;
    border-radius: 50px;
    border: 1px solid #ffffff;
    z-index: 999;
    left: 10px;
}
.fix-social ul li{
    margin-bottom:10px;
}
.fix-social ul li:last-child{
    margin-bottom:0px;
}
    .fix-social ul li img {
        width: 35px;
        filter: drop-shadow(2px 3px 2px black);
        transition:.3s ease;
    }
    .fix-social ul li:hover img{
        scale:1.2;
    }
@media(max-width:1024px) {
    .fix-social ul li img {
        width: 30px;
    }
}
    @media(max-width:1280px) {
        .header-main .main-menu ul li {
            position: relative;
            list-style: none;
            display: inline-block;
            margin-inline-end: 20px;
        }
    }

