html, body {
        overflow-x: hidden;
    }

    .section-services {
        font-family: "Poppins", sans-serif;
        color: #202020;
        padding-top: 115px;
        padding-bottom: 120px;
    }




    .section-services2 {
        padding-top: 110px;
        padding-bottom: 120px;
        color: #fff;
        background-color: #06bbcc;
    }

        .section-services2 .header-section {
            margin-bottom: 35px;
        }

            .section-services2 .header-section .title {
                position: relative;
                margin-bottom: 40px;
                padding-bottom: 25px;
                text-transform: uppercase;
                font-weight: 700;
            }

                .section-services2 .header-section .title:before {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 140px;
                    height: 1px;
                    background-color: #181d38;
                }

                .section-services2 .header-section .title:after {
                    content: "";
                    position: absolute;
                    bottom: -1px;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 45px;
                    height: 3px;
                    background-color: #181d38;
                }

                .section-services2 .header-section .title span {
                    color: #f70037;
                }

            .section-services2 .header-section .description {
                color: #6f6f71;
            }

        .section-services2 .single-service {
            margin-top: 40px;
            background-color: #ffffff;
            box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
            height: 85%;
            border-top-right-radius: 50px;
            border-bottom-left-radius: 50px;
        }

            .section-services2 .single-service .part-1 {
                padding: 40px 40px 25px;
                /*border-bottom: 2px solid #1d1e23;*/
            }

                .section-services2 .single-service .part-1 i {
                    margin-bottom: 25px;
                    font-size: 50px;
                    color: #181d38;
                }

                .section-services2 .single-service .part-1 .title {
                    font-size: 17px;
                    font-weight: 700;
                    letter-spacing: 0.02em;
                    line-height: 1.8em;
                }

            .section-services2 .single-service .part-2 {
                padding: 30px 40px 40px;
            }

                .section-services2 .single-service .part-2 .description {
                    margin-bottom: 22px;
                    color: #6f6f71;
                    font-size: 14px;
                    line-height: 1.8em;
                }

                .section-services2 .single-service .part-2 a {
                    color: #fff;
                    font-size: 14px;
                    text-decoration: none;
                }

                    .section-services2 .single-service .part-2 a i {
                        margin-right: 10px;
                        color: #f70037;
                    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .card-img, .card-img-top {
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 0px;
    }

    .context {
        position: relative;
    }

    /*.area {
               background: #4e54c8;
               background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
               width: 100%;
               height: auto;
            }
            */
   
    .gradient-background {
        /*height: 600px;*/
        background: linear-gradient(62deg, #d9d9d9, #E73C7E, #23A6D5, #d3b523);
        animation: gradient 15s ease infinite;
        background-size: 400% 400%;
    }

    @@-webkit-keyframes gradient {
        0% {
            background-position: 0 50%;
        }

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

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

    @@keyframes gradient {
        0% {
            background-position: 0 50%;
        }

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

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

    @@media screen and (min-width: 1500px) {
        .mybnr {
            width: 30%;
            position: absolute;
            right: 0;
            top: 250px;
        }
    }

    @@media screen and (min-device-width: 1200px) and (max-device-width: 1549px) {
        .mybnr {
            width: 30%;
            position: absolute;
            right: 0;
            top: 300px;
        }
    }

    @@media screen and (min-device-width: 1000px) and (max-device-width: 1199px) {
        .mybnr {
            width: 50%;
            position: absolute;
            right: 0;
            top: 300px;
        }
    }

    @@media screen and (min-device-width: 800px) and (max-device-width: 999px) {
        .mybnr {
            width: 40%;
            position: absolute;
            right: 0;
            top: 300px;
        }
    }

    @@media screen and (min-device-width: 700px) and (max-device-width: 799px) {
        .mybnr {
            width: 40%;
            position: absolute;
            right: 0;
            top: 350px;
        }
    }

    @@media screen and (min-device-width: 600px) and (max-device-width: 699px) {
        .mybnr {
            width: 55%;
            position: absolute;
            right: 0;
            top: 300px;
        }
    }

    @@media screen and (min-device-width: 500px) and (max-device-width: 599px) {
        .mybnr {
            width: 55%;
            position: absolute;
            right: 0;
            top: 350px;
        }
    }

    @@media screen and (min-device-width: 400px) and (max-device-width: 499px) {
        .mybnr {
            width: 75%;
            position: absolute;
            right: 0;
            top: 350px;
        }
    }

    @@media screen and (min-device-width: 350px) and (max-device-width: 399px) {
        .mybnr {
            width: 80%;
            position: absolute;
            right: 0;
            top: 350px;
        }
    }

    .content-inner {
        width: 100%;
        color: #fff;
        position: relative;
        transform-style: preserve-3d;
        perspective: 1000px;
        backface-visibility: hidden;
        transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .fl-wrap {
        float: left;
        width: 100%;
        position: relative;
    }

    .content-inner .content-front,
    .content-inner .content-back {
        position: relative;
        transform-style: preserve-3d;
        perspective: 1000px;
        backface-visibility: hidden;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content-front {
        background: #010101;
        position: relative;
    }

    .content-inner > * {
        backface-visibility: hidden;
        transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .cf-inner:before,
    .cf-inner:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        border-color: rgba(255, 255, 255, 0.4);
        z-index: 10;
    }

    .cf-inner:before {
        top: 20px;
        left: 20px;
        border-left: 1px solid;
        border-top: 1px solid;
    }

    .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
        background-repeat: repeat;
        background-origin: content-box;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.4;
        z-index: 3;
    }

    .content-inner .cf-inner .inner {
        align-items: stretch;
        transform-style: preserve-3d;
        perspective: 1000px;
        backface-visibility: hidden;
        transform: translateZ(95px) scale(0.81);
        text-align: center;
        position: relative;
        z-index: 2;
    }

    .cf-inner:after {
        bottom: 20px;
        right: 20px;
        border-right: 1px solid;
        border-bottom: 1px solid;
    }

    .content-inner .cf-inner .inner h2 {
        position: relative;
        font-size: 22px;
        font-weight: 800;
        padding-bottom: 20px;
    }

        .content-inner .cf-inner .inner h2:before {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 10px;
            width: 20px;
            height: 2px;
            margin-left: -10px;
        }

    .content-inner .content-front li {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 2px;
        margin: 0 4px;
    }

    .cf-inner:after {
        bottom: 20px;
        right: 20px;
        border-right: 1px solid;
        border-bottom: 1px solid;
    }

    .content-inner .content-front,
    .content-inner .content-back {
        position: relative;
        transform-style: preserve-3d;
        perspective: 1000px;
        backface-visibility: hidden;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content-inner .cf-inner .inner {
        align-items: stretch;
        transform-style: preserve-3d;
        perspective: 1000px;
        backface-visibility: hidden;
        transform: translateZ(95px) scale(0.81);
        text-align: center;
        position: relative;
        z-index: 2;
    }

    .content-inner:hover .content-front {
        transform: rotateY(-180deg);
    }

    .content-inner:hover .content-back {
        transform: rotateY(0deg);
    }

    .content-inner .content-back {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        transform: rotateY(180deg);
        background: #292929;
        background-image: url("https://images.unsplash.com/photo-1478760329108-5c3ed9d495a0?ixlib=rb-1.2.1&auto=format&fit=crop&w=667&q=80");
    }

    .content-inner .cf-inner {
        transform-style: preserve-3d;
        backface-visibility: hidden;
        width: 100%;
        padding: 150px 30px;
    }

    .serv-price-wrap {
        background: rgba(255, 255, 255, 0.05);
        padding: 15px 30px;
        margin-top: 14px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .content-inner .cf-inner .inner h2:before {
        background: #00bcd4;
    }

    inner:before,
    .cf-inner:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        border-color: rgba(255, 255, 255, 0.4);
        z-index: 10;
    }

    .cf-inner:before,
    .cf-inner:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 250px;
        border-color: rgb(6 187 204);
        z-index: 10;
    }

    .dec-icon {
        padding-bottom: 40px;
    }

    .content-back .cf-inner:before {
        top: 125px;
    }

    .content-back .cf-inner:after {
        bottom: 125px;
    }

    .btn-circle {
        width: 4rem;
        height: 4rem;
        border-radius: 100rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* btn-pTSecond */
    /* ---------------------------------------- */
    .btn-pTSecond {
        margin-top: 2rem;
        border: border: 1px solid red;
        transform: scale(.8);
        transform-origin: left center;
        transition: .3s;
    }

        .btn-pTSecond:hover,
        .btn-pTSecond:focus {
            transform: scale(1);
        }

        .btn-pTSecond::before {
            content: '';
            width: 100%;
            height: 100%;
            border-radius: inherit;
            position: absolute;
            background: var(--gradient-2);
            transform: scale(0);
            transition: .6s;
        }

    @@media only screen and (max-device-width: 991px) {
        .threeblockser .col-md-4 {
            width: 100% !important;
        }
    }