@media(min-width:768px) and (max-width:992px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}

@media(min-width:768px) {
    .no-break {
        white-space: nowrap;
    }

    .recaptch-cover-body {
        width: 65%;
        margin: 0 auto
    }

}

@media(min-width:992px) and (max-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {}
}

@media(min-width:992px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 972px;
    }

    .col-pe {
        padding-right: 40px;
    }

    .col-ps {
        padding-left: 40px;
    }
}

@media(min-width:1200px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 1200px;
    }
}

@media(min-width:1200px) and (min-height:600px) {
    .menu-content {
        padding: 30px 0px 0px 70px;
    }

    .services-open .menu-item {
        padding: 14px 0px;
    }
}

@media(min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}


@media(min-width:1600px) and (min-height:600px) {
    .menu-content {
        padding: 80px 0px 0px 70px;
    }

    .services-open .menu-item {
        padding: 14px 0px;
    }
}

@media(min-width:1600px) {}

@media(max-width:1200px) {}

@media(max-width:992px) {}

@media(max-width:768px) {
    body {
        font-size: 16px;
    }

    .logo {
        width: 130px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 18px;
    }

    .header {
        padding: 16px 12px;
    }

    .header.sticky {
        position: fixed;
        padding: 12px 12px;
    }

    .header-right {
        gap: 10px;
    }

    .theme-toggle-container {
        padding-left: 10px;
    }

    .menu-header {
        padding: 16px 12px;
    }

    .menu-images {
        display: none;
    }

    .menu-content {
        width: 100%;
        padding: 0px 12px;
        justify-content: start;
    }

    .menu-item.services i {
        right: 10px;
    }

    .menu-item {
        padding: 30px 0px;
    }

    .services-open .menu-item {
        padding: 20px 0px;
    }

    .menu-text {
        font-size: 24px;
    }

    .hamburger-btn-text {
        display: none;
    }

    .hero h2 {
        font-size: 18px;
    }

    .hero {
        padding-top: 120px;
        align-items: start;
    }

    .home-card {
        padding: 15px 20px 15px 20px;
    }

    .home-card img.shape-divider {
        left: -24px;
    }

    .services-item img.service-image {
        height: 210px;
        object-fit: cover;
    }

    .cta-section {
        background-position: top right;
    }

    .cta-section::before {
        background: -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(255, 255, 255, .9)), to(rgba(87, 30, 136, 0)));
        background: linear-gradient(to right, rgba(255, 255, 255, .9) 60%, rgba(87, 30, 136, 0) 100%);
    }

    html.dark-mode .cta-section::before {
        background: -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(0, 0, 0, .7)), to(rgba(87, 30, 136, 0)));
        background: linear-gradient(to right, rgba(0, 0, 0, .7) 60%, rgba(87, 30, 136, 0) 100%);
    }

    .footer-row {
        flex-direction: column;
    }

    .footer-item {
        width: 100%;
        flex: 0 0 100%;
        padding: 30px 0px;
        border: 0px;
        position: relative;
    }
.footer-item:nth-child(2) {
    padding-left: 0px;
}
    .footer-item::after {
        content: '';
        width: calc(100% + 48px);
        height: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        position: absolute;
        right: -24px;
        top: 0px;
    }
    html.dark-mode .footer-item::after{
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    html.dark-mode .footer-item {
        border-right: 0px;
    }

    .footer-logo-cover {
        display: block;
        padding: 30px 0px;
    }

    .footer-logo-2 {
        display: none;
    }

    .smm-2 .main-card {
        border-radius: 12px;
        flex-direction: column;
        align-items: start;
    }

    .image-design {
        padding-right: 40px;
    }

    .image-design-2-cover {
        width: 60%;
    }

    .image-design-2-cover::after {
        content: '';
        width: calc(100% + 12px);
        height: calc(100% + 12px);
        left: -6px;
        top: -6px;
    }

    .design-shape-1 {
        top: 0px;
        right: -12px;
    }

    .design-shape-2 {
        right: 60%;
    }

    .image-design-invert {
        padding-left: 40px;
        padding-right: 0px;
    }

    .image-design-invert .design-shape-1 {
        top: 0px;
        right: 0px;
        left: -12px;
    }

    .image-design-invert .design-shape-2 {
        right: auto;
        left: 60%;
    }

    .ymp-card {
        padding: 20px;
        height: auto;
    }

    .ymp-card:after {
        top: -50px;
    }

    .ymp-card.ymp-card-2:after {
        right: 0;
        top: -50px;
        left: auto;
        -webkit-transform: translate(calc(100% - 215px), calc(-100% + 202px));
        -ms-transform: translate(calc(100% - 215px), calc(-100% + 202px));
        transform: translate(calc(100% - 215px), calc(-100% + 202px));
    }

    .ymp-1 .check-list-row {
        flex-wrap: wrap;
    }

    .seo-card img {
        display: none;
    }

    .sem-card {
        position: relative;
        padding: 5px 0px 10px 58px;
    }

    .db-card {
        margin-left: 0px;
        width: 100% !important;
        padding: 20px 12px;
    }

    .db-3 .main-card {
        height: auto;
        margin-bottom: 60px;
    }

    .smm-1 .main-card:before {
        content: '';
        position: absolute;
        height: 300px;
        width: 300px;
        border: 25px solid var(--white-2);
        border-radius: 50%;
        right: auto;
        left: 0px;
        top: 0;
        -webkit-transform: translate(calc(-100% + 134px), calc(-100% + 126px));
        -ms-transform: translate(calc(-100% + 134px), calc(-100% + 126px));
        transform: translate(calc(-100% + 134px), calc(-100% + 126px));
        opacity: 1;
        visibility: visible;
    }

    .smm-1 .main-card.main-card-2:after {
        left: auto;
        right: 0px;
        top: 0;
        -webkit-transform: translate(calc(100% - 134px), calc(-100% + 126px));
        -ms-transform: translate(calc(100% - 134px), calc(-100% + 126px));
        transform: translate(calc(100% - 134px), calc(-100% + 126px));
    }

    .smm-1 .main-card.main-card-3:after {
        left: auto;
        right: 0px;
        top: 0;
        -webkit-transform: translate(calc(100% - 134px), calc(-100% + 126px));
        -ms-transform: translate(calc(100% - 134px), calc(-100% + 126px));
        transform: translate(calc(100% - 134px), calc(-100% + 126px));
    }

    .smm-2 .image-cover p {
        left: 10px;
        bottom: 20px;
        background-color: var(--white);
        padding: 12px;
        width: calc(100% - 20px);
        font-size: 14px;
    }

    .smm-2 .image-cover p strong {
        font-weight: 400 !important;
    }

    .recaptch-cover .recaptch-cover-header {
        padding: 10px;
    }

    .captcha-instruction-row {
        flex-direction: column;
        padding: 12px;
        gap: 20px;
        justify-content: start;
        align-items: start;
    }

    .captcha-instruction-text {
        font-size: 16px;
        font-weight: 400;
    }

    .captcha-sequence {
        gap: 15px;
        padding: 0px 10px;
    }

    .captcha-option {
        width: auto;
        height: auto;
        border-radius: 0px;
        border: 0px !important;
        background: transparent !important;
    }

    .captcha-selection-area {
        padding: 12px;
    }

    .selection-number {
        width: 20px;
        height: 20px;
        font-size: 12px;
        position: absolute;
        top: -5px;
        right: -5px;
        background-color: var(--blue-1);
    }

    .captcha-status {
        margin-top: 15px;
        padding: 10px;
        border-radius: 5px;
        font-weight: 400;
        font-size: 14px;
    }

    .hero::after {
        height: 300px;
        width: 300px;
        border: 20px solid #f9fafb6b;
        -webkit-transform: translate(calc(100% - 120px), calc(-100% + 140px));
        -ms-transform: translate(calc(100% - 120px), calc(-100% + 140px));
        transform: translate(calc(100% - 120px), calc(-100% + 140px));
    }

    html.dark-mode .hero::after {
        border: 20px solid #333333a6;
    }

    .hero .hero-shape-4 {
        display: none;
    }

    .hero .hero-shape-1 {
        top: -45px;
        right: 38px;
        opacity: .3;
        width: 36px;
    }

    @keyframes moveAround {

        /* Start */
        0% {
            transform: translate(0, 0);
        }

        /* Move top */
        25% {
            transform: translate(0, -20px);
        }

        /* Diagonal right bottom */
        50% {
            transform: translate(20px, 10px);
        }

        /* Move left */
        75% {
            transform: translate(-20px, 10px);
        }

        /* Back to start */
        100% {
            transform: translate(0, 0);
        }
    }

    .hero .hero-shape-2 {
        right: 10%;
        bottom: -41px;
        width: 60px;
    }

    .legal-hero.hero {
        min-height: auto;
        padding-bottom: 90px;
    }

    .legal-hero.hero .hero-shape-2 {
        bottom: -55px;
    }

    .legal-pages h2 {
        font-size: 24px;
    }
    .image-cover.img-mobile-height{
        min-height:500px;
    }
}





























@media(max-height:580px) {
    .services-open .menu-item {
        padding: 12px 0px;
    }
}

@media(max-width:576px) {}