

.align-items-center .img-slider {
    margin-top: 30px
}

.zeropadding {
    padding: 0;
}

.pl0 {
    padding-left: 0;
}


/************************************** ** - Network Section **************************************/
.network-area {
    position: relative;
    z-index: 1;
}

.network-content h6 {
    color: #7b68ee;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.network-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.network-content-text p {
    margin-bottom: 15px;
}

.network-content-text .button {
    margin-top: 10px;
}

.network-btn-box {
    margin-top: 35px;
    display: inline-block;
}

.network-image {
    position: relative;
    text-align: center;
    margin-left: 0px;
}

    .network-image img {
        border-radius: 3px;
    }

.network-area .shadowImage {
    position: relative;
    align-items: center;
    justify-content: center;
}

    .network-area .shadowImage::before {
        content: "";
        background-image: url(/assets/img/services-details/network-service.png);
        background-size: contain;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.15;
    }

.network-area-details-desc {
    margin-top: 5px;
    margin-bottom: 10px;
}




/************************************** ** - data-recovery Section **************************************/
.data-recovery-area {
    position: relative;
    z-index: 1;
}

.data-recovery-content h6 {
    color: #7b68ee;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.data-recovery-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.data-recovery-content-text p {
    margin-bottom: 15px;
}

.data-recovery-content-text .button {
    margin-top: 10px;
}

.data-recovery-btn-box {
    margin-top: 35px;
    display: inline-block;
}

.data-recovery-image {
    position: relative;
    text-align: center;
    margin-left: 0px;
}

    .data-recovery-image img {
        border-radius: 3px;
    }

.data-recovery-area .shadowImage {
    position: relative;
    align-items: center;
    justify-content: center;
}

    .data-recovery-area .shadowImage::before {
        content: "";
        background-image: url(/assets/img/services-details/repair.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        margin: 100px;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.10;
    }

.data-recovery-content .features-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 16px;
    margin-left: -10px;
    margin-right: -10px;
}

    .data-recovery-content .features-list li {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .data-recovery-content .features-list li span {
            display: block;
            background-color: #ffffff;
            border-radius: 5px;
            padding: 15px 15px;
            z-index: 1;
            position: relative;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            color: #0b0b31;
            border-left: 2px solid #7b68ee;
            font-weight: 600;
            font-size: 18px;
            -webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
            box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
        }

            .data-recovery-content .features-list li span::before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 0;
                height: 100%;
                border-radius: 3px;
                background-color: #7b68ee;
                z-index: -1;
                -webkit-transition: 0.4s;
                transition: 0.4s;
            }

            .data-recovery-content .features-list li span:hover {
                color: #ffffff;
            }

                .data-recovery-content .features-list li span:hover::before {
                    width: 100%;
                }


.data-recovery-details-desc {
    margin-top: 5px;
    margin-bottom: 10px;
}








/************************************** ** - software-licensing Section **************************************/
.software-licensing-area {
    position: relative;
    z-index: 1;
}

.software-licensing-content h6 {
    color: #7b68ee;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.software-licensing-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.software-licensing-content-text p {
    margin-bottom: 15px;
}

.software-licensing-content-text .button {
    margin-top: 10px;
}

.software-licensing-btn-box {
    margin-top: 35px;
    display: inline-block;
}

.software-licensing-image {
    position: relative;
    text-align: center;
    margin-left: 0px;
}

    .software-licensing-image img {
        border-radius: 3px;
    }

.software-licensing-area .shadowImage {
    position: relative;
    align-items: center;
    justify-content: center;
}

    .software-licensing-area .shadowImage::before {
        content: "";
        background-image: url(/assets/img/services-details/cloud-service.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;        
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.4;
    }

.software-licensing-content .features-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 16px;
    margin-left: -10px;
    margin-right: -10px;
}

    .software-licensing-content .features-list li {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .software-licensing-content .features-list li span {
            display: block;
            background-color: #ffffff;
            border-radius: 5px;
            padding: 15px 15px;
            z-index: 1;
            position: relative;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            color: #0b0b31;
            border-left: 2px solid #7b68ee;
            font-weight: 600;
            font-size: 18px;
            -webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
            box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
        }

            .software-licensing-content .features-list li span::before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 0;
                height: 100%;
                border-radius: 3px;
                background-color: #7b68ee;
                z-index: -1;
                -webkit-transition: 0.4s;
                transition: 0.4s;
            }

            .software-licensing-content .features-list li span:hover {
                color: #ffffff;
            }

                .software-licensing-content .features-list li span:hover::before {
                    width: 100%;
                }


.software-licensing-details-desc {
    margin-top: 5px;
    margin-bottom: 20px;
}
