﻿body {
}
@media only screen and (min-width: 1024px) {.services-style-four-box {
    width: 90%;
    margin: auto;
    max-width: 2000px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
}}

.services-style-four-box {
    position: relative;
    z-index: 1;
    background: #5138ee;
    padding: 120px 30px;
    padding-bottom: 90px;
}
.asx-technology__block {
    width: 100%;
    float: left;
    position: relative;
    padding: 0.5px;
}

    .asx-technology__block .content {
        width: 100%;
        height: 130px;
        border-radius: 5px;
        border: 1px solid transparent;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

.default-padding {
    padding-top: 49px !important;
    padding-bottom: -37px !important;
}

.business-groth-area default-padding {
    background-image: url(assets/img/shape/6.png);
}

body, .banner-area, .banner-area div {
    height: 100%;
}

.align-center {
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .row {
        --bs-gutter-x: 30px;
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }
}

* {
    padding: 0;
    margin: 0;
}

.banner-style-three {
    background-size: cover;
    background-position: bottom right;
}

.banner-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .banner-area .shape-left {
        position: absolute;
        left: 0;
        top: 0;
        height: 500px;
        width: 100%;
        background-size: contain;
        background-position: left top;
        background-repeat: no-repeat;
    }

@media only screen and (max-width: 767px) {
    body, .banner-area, .banner-area div {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    body, .banner-area, .banner-area div {
        height: auto;
    }
}

body, .banner-area, .banner-area div {
    height: 100%;
}
.half-bg-top-gray {
    height: 120px;
    width: 100%;
    background: #edf5ff;
    position: absolute;
    left: 0;
    top: 0;
}

* {
    padding: 0;
    margin: 0;
}

.services-details-items h2,
.services-details-items h3,
.services-details-items h4,
.services-details-items h5,
.services-details-items h6 {
    font-weight: 900;
}

.services-details-items .services-sidebar .single-widget {
    margin-top: 50px;
}

    .services-details-items .services-sidebar .single-widget:first-child {
        margin-top: 0;
    }

.services-details-items .services-sidebar .widget-title {
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 22px;
    display: inline-block;
    padding-bottom: 15px;
}

    .services-details-items .services-sidebar .widget-title::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 2px;
        width: 50px;
        border-bottom: 2px solid var(--color-primary);
    }

.services-details-items .services-sidebar .services-list a {
    display: block;
    padding: 18px 25px;
    background: rgba(237, 245, 255, 1);
    margin-top: 15px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    overflow: hidden;
    border-radius: 5px;
}

    .services-details-items .services-sidebar .services-list a::after {
        position: absolute;
        right: 50px;
        top: 50%;
        content: "\f105";
        transform: translateY(-50%);
        transition: all 0.25s ease-in-out;
        font-family: "Font Awesome 5 Pro";
        height: 30px;
        width: 50px;
        text-align: right;
        opacity: 0;
        visibility: hidden;
        font-size: 26px;
        margin-top: 1px;
        font-weight: 100;
    }

    .services-details-items .services-sidebar .services-list .current-item a::after,
    .services-details-items .services-sidebar .services-list a:hover::after {
        right: 20px;
        opacity: 1;
        visibility: visible;
        color: var(--white);
    }

    .services-details-items .services-sidebar .services-list a::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 60%;
        background: var(--color-primary);
        z-index: -1;
        transition: all 0.35s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

.services-details-items .services-sidebar .services-list li.current-item a::before {
    width: 100%;
}

.services-details-items .services-sidebar .services-list li.current-item a,
.services-details-items .services-sidebar .services-list li a:hover {
    color: var(--white);
}

    .services-details-items .services-sidebar .services-list a:hover::before,
    .services-details-items .services-sidebar .services-list li.current-item a::before {
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

.services-details-items .services-sidebar {
    padding-left: 35px;
}

    .services-details-items .services-sidebar .single-widget.quick-contact {
        position: relative;
        z-index: 1;
        background-size: cover;
        background-position: center;
    }

        .services-details-items .services-sidebar .single-widget.quick-contact::after {
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            height: 100%;
            width: 100%;
            background: #1d2746;
            opacity: 0.7;
        }

        .services-details-items .services-sidebar .single-widget.quick-contact .content {
            padding: 50px 30px;
            position: relative;
            z-index: 1;
        }

            .services-details-items .services-sidebar .single-widget.quick-contact .content i {
                display: inline-block;
                font-size: 25px;
                color: var(--white);
                margin-bottom: 35px;
                height: 70px;
                width: 70px;
                line-height: 70px;
                background: var(--color-primary);
                border-radius: 50%;
                position: relative;
                z-index: 1;
                text-align: center;
                font-weight: 100;
            }

                .services-details-items .services-sidebar .single-widget.quick-contact .content i.fas.fa-phone {
                    transform: rotate(90deg);
                }

                .services-details-items .services-sidebar .single-widget.quick-contact .content i::after {
                    position: absolute;
                    left: -10%;
                    top: -10%;
                    content: "";
                    height: 120%;
                    width: 120%;
                    background: var(--color-primary);
                    z-index: -1;
                    border-radius: 50%;
                    opacity: 0.3;
                }

            .services-details-items .services-sidebar .single-widget.quick-contact .content p {
                color: var(--white);
            }

            .services-details-items .services-sidebar .single-widget.quick-contact .content h2 {
                font-size: 16px;
                font-weight: 900;
                color: var(--white);
                margin: 0;
                margin-top: 25px;
            }

    .services-details-items .services-sidebar .single-widget.brochure ul {
        margin-top: 15px;
    }

    .services-details-items .services-sidebar .single-widget.brochure a {
        display: flex;
        align-items: center;
        margin-top: 15px;
        background: var(--white);
        padding: 18px 25px;
        border-radius: 5px;
        border: 2px solid rgb(205 223 247);
    }

        .services-details-items .services-sidebar .single-widget.brochure a i {
            font-size: 30px;
            font-weight: 100;
            margin-right: 16px;
        }

    .services-details-items .services-sidebar .single-widget.brochure li:first-child a {
        margin-top: 0;
    }

    .services-details-items .services-sidebar .single-widget.brochure a:hover {
        color: var(--color-primary);
    }

.services-details-items .services-single-content h2 {
    font-weight: 900;
    margin-bottom: 20px;
}

.services-details-items .services-single-content > .row {
    margin-top: 35px;
    margin-bottom: 35px;
}

.services-details-area .features .col-lg-6 {
    display: flex;
}

.services-details-area .thumb {
    margin-bottom: 30px;
}

.services-details-area .features i {
    display: inline-block;
    font-size: 50px;
    color: var(--color-primary);
    margin-right: 25px;
}

.services-details-area .features p {
    margin: 0;
}

.services-details-area .features {
    margin: 25px 0;
}

.services-details-area .services-single-content ul {
    list-style: disc;
    margin-left: 20px;
}

    .services-details-area .services-single-content ul li {
        line-height: 32px;
    }

.services-details-items .services-single-content .list-item h2 {
    margin-bottom: 20px;
}

.services-details-items .services-single-content .list-item {
    margin-top: 20px;
}

.services-more .item {
    padding: 30px;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    background: var(--white);
    margin-top: 30px;
}

    .services-more .item i {
        display: inline-block;
        font-size: 50px;
        color: var(--color-primary);
        margin-bottom: 30px;
    }

    .services-more .item p {
        margin: 0;
    }

    .services-more .item h4 {
        font-size: 20px;
    }

    .services-more .item a {
        font-weight: 900;
    }

.services-more h2 {
    margin: 0 !important;
    margin-top: 25px !important;
}
.services-style-four-box {
    position: relative;
    z-index: 1;
    background: #040836;
    padding: 120px 30px;
    padding-bottom: 90px;
}
    .services-style-four-box .single-item:nth-child(2) {
        margin-top: 50px;
    }

@media only screen and (min-width: 1024px) {
    .services-style-four-box {
        width: 90%;
        margin: auto;
        max-width: 2000px;
        border-radius: 20px;
        box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
    }
}

.services-style-four-box .shape-right-top {
    height: 100%;
    width: 50%;
    top: 50px;
}
.shape-right-top {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: -1;
}
.services-style-four img {
    width: 120px;
    margin-right: 30px;
    max-width: 120px;
    min-width: 120px;
}

.services-style-four {
    padding: 50px 37px;
    border-radius: 10px;
    background: #5138ee !important;
    display: flex;
    margin-bottom: 30px;
}

    .services-style-four p {
        opacity: 0.8;
        margin: 0;
    }

@media only screen and (min-width: 992px) {
    .process-style-four.info {
        padding-left: 80px;
    }
}

.process-style-four-area {
    overflow: hidden;
}

.process-style-four .thumb {
    position: relative;
    z-index: 1;
}

    .process-style-four .thumb::after {
        position: absolute;
        left: -200px;
        bottom: 0;
        content: "";
        height: 400px;
        width: 400px;
        border: 100px solid #edf5ff;
        z-index: -1;
        border-radius: 50%;
    }

.process-style-four > h4 {
    text-transform: capitalize;
    font-weight: 900;
    color: var(--color-primary);
}

.process-style-four h2 {
    font-weight: 900;
    margin-bottom: 30px;
}

.single-process {
    display: flex;
    background: var(--white);
    padding: 40px;
    box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
    margin-top: 30px;
    border-radius: 20px;
}

    .single-process .number {
        font-weight: 900;
        font-size: 17px;
        color: var(--color-heading);
        margin-right: 15px;
    }

    .single-process h4 {
        font-weight: 900;
    }

    .single-process p {
        margin: 0;
    }

    .single-process:nth-child(2n) {
        background: var(--bg-gradient);
        margin-left: 50px;
        margin-right: -50px;
    }

        .single-process:nth-child(2n) h4,
        .single-process:nth-child(2n) a,
        .single-process:nth-child(2n) .number {
            color: #ffffff;
        }

        .single-process:nth-child(2n) p {
            color: var(--white);
            opacity: 0.9;
        }

.team-style-two-box .single-item {
    margin-bottom: 30px;
}

.team-style-two {
    position: relative;
}

    .team-style-two .thumb {
        position: relative;
        z-index: 1;
    }

        .team-style-two .thumb img {
            border-radius: 50%;
            padding: 30px;
        }

        .team-style-two .thumb .shape {
            position: absolute;
            left: 50%;
            bottom: 25px;
            height: 90%;
            width: 90%;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: -1;
            transform: translateX(-50%);
        }

    .team-style-two h4 {
        font-weight: 700;
        margin-bottom: 3px;
    }

    .team-style-two span {
        font-weight: 400;
        color: #959595;
    }


/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.banner-style-four .double-items {
        padding-top: 120px;
    }

    .banner-area.banner-style-four {
        background: var(--bg-gray);
    }

        .banner-area.banner-style-four img {
            padding: 0;
            width: 70%;
            margin: auto;
        }

    .banner-style-four .thumb {
        text-align: center;
    }

    .features-style-four-area.shape-center {
        background-repeat: no-repeat;
    }

    .about-style-four img {
        margin-bottom: 40px;
    }

    .services-style-four-box .single-item:nth-child(2) {
        margin-top: 0;
    }

    .services-style-four {
        display: block;
        text-align: center;
    }

        .services-style-four img {
            margin: 0;
            margin-bottom: 30px;
        }

    .process-style-four .thumb {
        margin-bottom: 50px;
    }

    .single-process:nth-child(2n) {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .banner-area.banner-style-four .double-items {
        padding-top: 70px;
    }

    .banner-area.banner-style-four {
        background: var(--bg-gray);
    }

        .banner-area.banner-style-four img {
            padding: 0;
            width: 80%;
            margin: auto;
        }

    .banner-style-four .thumb {
        text-align: center;
    }

    .features-style-four-area.shape-center {
        background-repeat: no-repeat;
    }

    .about-style-four img {
        margin-bottom: 40px;
    }

    .services-style-four-box {
        padding: 50px 0;
        padding-bottom: 20px;
    }

        .services-style-four-box .single-item:nth-child(2) {
            margin-top: 0;
        }

    .services-style-four {
        display: block;
        text-align: center;
    }

        .services-style-four img {
            margin: 0;
            margin-bottom: 30px;
        }
    .shape-right-top {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        background-size: contain;
        background-position: right top;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .process-style-four .thumb {
        margin-bottom: 50px;
    }

    .single-process:nth-child(2n) {
        margin-left: 0;
        margin-right: 0;
    }
}