.mobile-nav {
    position: fixed;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: #e9e9e9;
}

.mobile-nav .logo-main {
    font-size: 16px;
    color: var(--black);
    padding: 30px 0 15px 24px;
    display: inline-block;
    background-color: transparent;
}

.mobile-nav .logo-main img {
    width: 90%;
}

.mobile-nav nav {
    height: 100%
}

.mobile-nav nav li a {
    color: #000;
    font-weight: 400 !important;
    display: block;
    padding: 15px 24px;
    border-top: 1px solid #d6d8db;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 15px;
    text-decoration: none
}

.mobile-nav nav li a .fa {
    font-size: 20px;
    float: right
}

.mobile-nav nav li ul {
    /* display: none; */
    background: #fff
}

.mobile-nav nav li ul li a {
    font-weight: 400;
    font-size: 15px;
    color: #000
}

.app-container {
    position: relative;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: none
}

.app-container {
    display: block;
}

.mobile-nav-btn {
    display: none !important;
    position: absolute;
    top: 4px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 2%;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 14
}

.mobile-nav-btn {
    display: block;
    z-index: 99999;
    top: -10px;
}

.mobile-nav-btn.active {
    right: 80%;
    z-index: 999999999;
    top: 0;
}

.mobile-nav-btn span {
    display: none;
    height: 3px;
    width: 22px;
    background-color: var(--primary-color);
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    top: 8px
}

.lines:before,
.lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease
}

.mobile-nav-btn .lines:before {
    top: 10px;
    content: "\f0c9";
    /* hamburger icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    padding: 5px 15px;
    border-radius: 5px;
    background: var(--secondary_color);
}

.mobile-nav-btn.active .lines:before {
    content: "\f00d";
    background: var(--secondary_color);
    color: #fff;
}

.mobile-nav.active {
    z-index: 9999999;
}

.mobile-nav.active {
    height: 100%;
    right: 0;
}

.mobile-nav ul {
    /* padding-top: 40px; */
}

p.mobile-menu {
    background: #e9e9e9;
    margin: 0px;
}


.mobile_drop_down {
    display: none;
}

.mobile_drop_down.active {
    display: block;
}

.toggle-menu i {
    transition: 0.3s;
}

.toggle-menu i.rotate {
    transform: rotate(180deg);
}

h4.mobile-menu {
    padding: 19px 24px
}

@media (max-width:1366px) {

    html,
    body {
        overflow-x: hidden;
    }
}

@media (max-width:1024px) {

    html,
    body {
        overflow-x: hidden;
    }
}

@media (max-width:992px) {

    html,
    body {
        overflow-x: hidden;
    }

    .mobile-text-center {
        text-align: center;
    }

    .digitalstates {
        margin-top: 15px;
    }

    img.trust-img {
        margin-top: 20px;
    }

    .service-box-wrapper {
        margin-top: 40px;
    }

    .ft__nav h4::after {
        width: 40%;
        left: 30%;
    }

    .mobile-nav-btn {
        display: block !important;
    }

    .main-navigation {
        display: none !important;
    }

    .ct-head-buttons {
        display: none !important;
    }

    .service-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .process-line {
        display: none;
    }

    .process-text {
        margin-bottom: 70px;
    }

    .process-sec {
        padding: 40px 0 80px;
    }

}

@media (max-width:576px) {

    html,
    body {
        overflow-x: hidden;
    }

    p {
        font-size: 14px;
    }

    h2 {
        font-size: 30px !important;
    }

    section.hero {
        padding: 80px 0 15px 0;
    }

    section.hero h1 {
        font-size: 30px !important;
    }

    .mobile-text-center {
        text-align: center;
    }

    .list li {
        text-align: left;
    }

    section.process {
        padding: 15px 0 0px 0;
    }

    .process-wrap {
        margin-bottom: 20px;
    }

    section.build-trust {
        padding: 15px 0 35px 0;
    }

    section.build-trust h2 {
        margin-top: 20px !important;
    }

    .introsec {
        padding: 20px 0 20px;
    }

    .digitalstates {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 10px;
        margin-top: 30px;
    }

    .box img {
        display: none;
    }

    .solution-info {
        margin: 20px auto;
    }

    .solution-box img {
        margin: 0 auto;
    }

    section.whychooseussec {
        padding: 20px 0 20px 0;
    }

    .center {
        margin: 0;
    }

    section.cta {
        margin: 0 10px;
        border-radius: 20px;
        padding: 50px 0 25px;
    }

    section.cta:before {
        border-radius: 20px;
    }

    .btnWrap {
        justify-content: center;
    }

    .theme-btn {
        width: 100%;
        margin-top: 10px !important;
    }

    section.future-sec {
        padding: 20px 0 20px 0;
    }

    img.trust-img {
        margin-top: 20px;
    }

    .ft__nav h4::after {
        width: 70%;
        left: 17%;
    }

    .ft__nav {
        margin-bottom: 25px;
    }

    .footer-top {
        padding: 20px 0 0px;
    }

    ul.policy-link {
        display: block;
    }

    section.inner-page-banner {
        padding: 80px 0 15px 0;
    }

    .digital-card {
        margin-bottom: 20px;
    }

    section.inner_service_sec {
        padding: 30px 0 0px 0;
    }

    section.future-sec h2 {
        padding: 20px 0 20px 0;
    }

    .service-box {
        text-align: left;
        margin-top: 25px;
    }

    .contact-section {
        padding: 50px 0px 10px 0px;
    }

    .contact-section h1 {
        padding: 30px 0;
        font-size: 30px !important;
    }

    .form {
        padding: 10px;
    }

    .form-group {
        text-align: left;
    }

    .contact-form-box {
        padding: 20px 0;
    }

    button.theme-btn {
        justify-content: center;
    }

    .service-inner {
        grid-template-columns: 1fr;
    }

    .section-service-process>.container>.row:first-child p {
        margin: 0 auto 20px;
    }

    section.think {
        padding: 20px 0;
    }

    .policy-h h1 {
        font-size: 30px !important;
        padding: 10px 0 30px 0;
    }

    .service-item {
        text-align: center;
    }

    section.service-sec {
        padding: 20px 0 0px 0;
    }

    .servcie-detail {

        margin-top: 20px;
    }

    .inner-text h1 {
        font-size: 30px !important;
    }

    .banner-form {
        margin-top: 20px;
    }

    form.form-get-quote h3 {
        text-align: left;
    }

    .inner-page-h h1 {
        padding: 10px 0px 15px;
        text-align: center;
        font-size: 30px !important;
    }

    .service-box-h h2 {
        margin-top: 30px !important;
    }

        section.introsec {
        padding: 20px 0 0px 0px;
    }

    /*  */

    .process-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 100px;
    }

    .process-item {
        width: 100%;
        max-width: 260px;
    }

    .process-text {
        margin-bottom: 70px;
    }

    .process-sec {
        padding: 40px 0 50px;
    }

    .process-item.mobile-size-small::before {
        width: 130px;
        height: 130px;
    }

    .process-item:nth-child(2) {
        right: 93px;
    }

    .process-item:nth-child(3) {
        left: 70px;
        bottom: 60px;
    }

    .process-item:nth-child(4) {
        right: 80px;
        bottom: 50px;
    }

    .process-item:nth-child(5) {
        left: 30px;
    }

    .process-item:nth-child(6) {
        right: 60px;
        top: 50px;
    }

    .process-item:nth-child(7) {
        left: 90px;
    }

    .process-item.large::before {
        width: 210px;
        height: 210px;
    }

    section.resources-section {
        padding: 20px 0 10px 0;
    }

    .tab-content {
        padding: 10px;
    }

    .inner-img {
        margin-top: 10px;
    }

    .blog-page {
        padding: 0px 0;
    }

    .contact-digital {
        padding: 10px;
    }

    .icon-box {
        margin: 0 auto 20px auto;
    }

    canvas.particle {
        display: none;
    }

    .ftr-address ul {
        display: block;
    }

    .hero-intro-text {
        margin-top: 10px;
    }
}

@media (max-width:768px) {

    html,
    body {
        overflow-x: hidden;
    }

    .digitalstates {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 10px;
        margin-top: 30px;
    }

    .box img {
        display: none;
    }
}