@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    font-family: "Mulish", sans-serif;
}


a {
    text-decoration: none !important;
}



img.header_logo {
    width: 160px;
}


.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #fff;
    animation: sticky 2s;
    box-shadow: 0px -1px 4px 0px;
    border-bottom: 5px solid #279a0c;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


a.nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}


ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    gap: 30px;
}


section.home {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/home11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: 50% 17%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.home .main_title h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
}


.home .cnt p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}


.bts button {
    padding: 8px 30px;
    background: #279a0c;
    border: none;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
}



.bts button a {
    color: #fff;
}



.home .col-lg-7 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home form {
    background: #fe2e64c2;
    padding: 40px 30px;
    border-radius: 15px;
}



.home .form-control {
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: none !important;
    border: none;
}



form .title1 h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}



input.form-control1 {
    padding: 6px 30px;
    background: #279a0c;
    border: none;
    border-radius: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}



.col-lg-7.col-md-6.col-sm-12.wow.fadeIn {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


h1.text-primary1 {
    font-size: 40px;
    color: #fd3e85;
}


h5.text-primary1 {
    color: #fd3e85;
}


h6.mb-4.stop {
    font-size: 22px;
}






.services .for_img img {
    width: 100%;
}



.services .main {
    box-shadow: 0px 0px 6px 0px #0000006b;
    padding: 0px 0px 20px 0px;
    border-radius: 20px;
    margin-top: 40px;
    background: #fff;
}


.services .for_img img {
    width: 100%;
    border-radius: 20px 20px 2px 0px;
    height: 170px;
    object-fit: fill;
}

.services .title h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    color: #000;
}

.services .cnt p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}


.services .cnt {
    padding: 0px 10px 0px 10px;
}


.services .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fd3e85;
}


section.services {
    background: #edf2fa82;
}








.why img {
    width: 100%;
    /* height: 400px; */
    border-radius: 20px;
}


.info img {
    width: 100px;
    filter: opacity(0.5);
}


.why1 .info {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: end;
    gap: 10px;
}


.why2 .info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.why .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}



.why .info {
    margin-top: 20px;
}



.info .title h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #279a0c;
}


.info .title p {
    font-size: 15px !important;
    color: #000000c9 !important;
    line-height: 20px;
}

.why .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fd3e85;
    margin-bottom: 30px;
}






.counter .main {
    box-shadow: 0px 0px 6px 0px #0000004a;
    padding: 40px 28px 40px 28px;
    border-radius: 20px;
}


section.counter {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/home8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


h1.count {
    color: #fff;
}


h3.text {
    color: #fff;
}



.counter i {
    font-size: 50px;
    margin-bottom: 10px;
}


i.icon1 {
    color: #e8b335;
}


i.icon2 {
    color: #ff206e;
}

i.icon3 {
    color: #fe815b;
}


i.icon4 {
    color: #fd3a00;
}









.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 151px;
    object-fit: contain;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}



.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}



.client .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fd3e85;
}






.form {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-form {
    background-color: #279a0c;
    position: relative;
}

.circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #149279);
    position: absolute;
}

.circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
}

.circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
}

.contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #279a0c;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}

form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

h3.title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.input-container {
    position: relative;
    margin: 1rem 0;
}

.input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
}

textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
}

.input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
}

.btn {
    padding: 0.6rem 1.3rem;
    background-color: #fff !important;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: #000000eb !important;
    line-height: 1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
}


.input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}

.input-container span:before,
.input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #22982a;
    top: 50%;
    transform: translateY(-50%);
}

.input-container span:before {
    left: 50%;
}

.input-container span:after {
    right: 50%;
}

.input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
    width: 50%;
    opacity: 1;
}

.contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
}

.contact-info .title {
    color: #279a0c;
}

.text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
}

.information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 0.95rem;
}

.information i {
    color: #ca19d2;
}

.icon {
    width: 28px;
    margin-right: 0.7rem;
}

.social-media {
    padding: 2rem 0 0 0;
}

.social-media p {
    color: #333;
}

.social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(45deg, #279a0c, #279a0c) !important;
    color: #fff !important;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
}




.social-icons a:hover {
    transform: scale(1.05);
}

.contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid #279a0c;
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
}

/* .big-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #1cd4af, #159b80);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%);
} */

.big-circle:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #fafafa;
    border-radius: 50%;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
}

.square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
}

@media (max-width: 850px) {
    .form {
        grid-template-columns: 1fr;
    }

    .contact-info:before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95);
    }

    .contact-form:before {
        top: -13px;
        left: initial;
        right: 70px;
    }

    .square {
        transform: translate(140%, 43%);
        height: 350px;
    }

    .big-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%;
    }

    .text {
        margin: 1rem 0 1.5rem 0;
    }

    .social-media {
        padding: 1.5rem 0 0 0;
    }
}

@media (max-width: 480px) {

    .contact-info:before {
        display: none;
    }

    .square,
    .big-circle {
        display: none;
    }

    form,
    .contact-info {
        padding: 1.7rem 1.6rem;
    }

    .text,
    .information,
    .social-media p {
        font-size: 0.8rem;
    }

    h3.title {
        font-size: 1.15rem;
    }

    .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .icon {
        width: 23px;
    }

    .input {
        padding: 0.45rem 1.2rem;
    }

    .btn {
        padding: 0.45rem 1.2rem;
    }
}



.contact .container {
    position: relative;
    width: 100%;
    padding: 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}


.cont {
    display: flex;
    align-items: center;
    gap: 15px;
}


.cont i {
    font-size: 20px;
    height: 40px;
    width: 40px;
    background: #279a0c;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

.cont .cnt h4 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 400 !important;
    filter: opacity(0.9);
}


.contact .main_title h2 {
    font-weight: 700;
    color: #fd3e85;
    margin-bottom: 40px;
}










.foot .cnt .em {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}



.foot .cnt .em i {
    font-size: 20px;
    height: 40px;
    width: 40px;
    background: #fff;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fd3e85;
}


.foot .link a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

section.foot {
    background: #000000c9;
}

i.fas.fa-caret-right.me-2 {
    color: #fd3e85;
}

.foot .title h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fd3e85;
}

.foot .cnt p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.foot .cnt ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}


.copyright h4 {
    font-size: 18px;
    padding: 15px;
    background: #363636;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
}


img.footer_logo {
    width: 160px;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
}


footer ul.list-unstyled {
    line-height: 35px;
}


hr {
    margin: 0 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}




@media (max-width: 767.98px) {




    .offset-1 {
        margin-left: 0 !important;
    }


    section.home {
        height: 100%;
    }


    .home .main_title h1 {
        font-size: 21px;
    }

    .home .cnt p {
        font-size: 15px;
        font-weight: 400;
    }

    .home form {
        background: #fe2e64c2;
        padding: 30px 22px;
        margin-top: 20px;
    }

    h6.mb-4.stop {
        font-size: 20px;
    }

    div#about {
        padding: 30px 0px !important;
    }

    .why .main_title h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .info .title p {
        font-size: 13px !important;
        line-height: 19px;
    }

    .why1 .info {
        text-align: start;
        gap: 0px;
    }

    .info img {
        width: 70px;
        filter: opacity(0.5);
    }

    .counter .main {
        box-shadow: 0px 0px 6px 0px #0000004a;
        padding: 0px 18px 0px 18px;
        border-radius: 20px;
    }

    .client .main_title h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }


    section#contact {
        padding: 30px 0px !important;
    }


    .contact .main_title h2 {
        margin-bottom: 25px;
        font-size: 30px;
    }


    section.client.py-5 {
        padding: 30px 0px !important;
    }


    .contact .main {
        margin-top: 20px;
    }

    .contact .container {
        position: relative;
        width: 100%;
        padding: 10px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9;
    }


    ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
        gap: 0px;
        line-height: 18px;
    }


    header hr {
        margin: 10px 0;
        color: inherit;
        border: 0;
        border-top: 2px solid #fe2e64;
        opacity: 1.25;
        height: 0px;
    }


    header#myHeader {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    img.header_logo {
        width: 120px !important;
    }


    .web_dev .home {
        height: 100% !important;
        background-position: 60% 17% !important;
    }

    .web_dev h1.text-primary1 {
        font-size: 22px !important;
        margin-top: 20px;
    }


    .web_dev .wow .title h4 {
        font-size: 18px !important;
    }

    .process .main_title h2 {
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }

    .process .main {
        box-shadow: 0px 0px 6px 0px #00000052;
        padding: 20px;
        border-radius: 20px;
        margin-top: 20px;
    }

    .inner_service .main_title h2 {
        font-size: 26px;
        font-weight: 700;
        color: #fd3e85;
    }


    .web_main .home {
        height: 100% !important;
        background-position: 52% 17% !important;
    }


}




img.about_img {
    width: 100%;
    border-radius: 0px 70px 0px 70px;
}



.web_services img {
    width: 100%;
    border-radius: 50px 0px 50px 0px;
}


.wow .title h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fd3e85;
}


::marker {
    color: #279a0c;
}


.process .main {
    box-shadow: 0px 0px 6px 0px #00000052;
    padding: 20px;
    border-radius: 20px;
}


.process .for_icon h1 {
    font-size: 50px;
    font-weight: 800;
    color: #279a0c;
    filter: opacity(0.5);
}


.process .title h4 {
    font-size: 22px;
    font-weight: 600;
}


.process .main1 {
    padding: 20px;
    box-shadow: 0px 0px 6px 0px #0000005e;
    margin-top: 20px;
    border-radius: 20px;
}


.process .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fd3e85;
    margin-bottom: 40px;
}




.web_dev .home {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/home10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: 50% 17%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.web_main .home {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/home_main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: 50% 17%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.web_app .home {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/home8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: 50% 78%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.android .home {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/add_app.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: 50% 78%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.graphic img.about_img {
    width: 100%;
    border-radius: 0px 70px 0px 70px;
    height: 400px;
}



.graphic .home {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/home_graphic.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: 50% 78%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.logo img.about_img {
    width: 100%;
    border-radius: 0px 70px 0px 70px;
    height: 100% !important;
}



.company .home {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/home_company.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: 50% 78%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.digi_w .home {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/home_wed.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: 63% 51%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.digi_m .home {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/home_market.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: 63% 24%;
    display: flex;
    justify-content: center;
    align-items: center;
}



h4.socail_title {
    font-size: 18px !important;
}



.social .home {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/home_social.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: 69% 49%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.search .home {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/home_seo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: 69% 49%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.wrapper-1 {
    background: #fff;
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}


.wrapper-2 {
    padding: 30px;
    text-align: center;
}

.wrapper-2 p {
    text-decoration: none;
    color: black;
}

.go-home {
    color: #fff !important;
    background: #279a0c;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}


.wrapper-2 h2 {
    font-size: 40px;
    letter-spacing: 3px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fd3e85;
}


.go-home a {
    color: #fff !important;
    text-decoration: none;
}

.footer-like {
    text-align: center;
}

.content {
    margin-top: 200px;
}



.commerce .home {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/home_e.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: 81% 101%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.bulk .home {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/home_bulk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: 69% 49%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.email .home {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/home_email.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: 69% 49%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.ios .home {
    background: linear-gradient(45deg, #000000a3, #00000047), url(../img/home_ios.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: 69% 49%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.contact .main {
    box-shadow: 0px 0px 6px 0px #00000052;
    padding: 30px;
    border-radius: 20px;
}

img.client_img {
    width: 100%;
}







.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1.4rem;
    bottom: 15rem;
    background: red;
    width: 60px;
    height: 60px;
    padding: 1rem;
    border-radius: 100%;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    justify-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 28px;
}


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 160px;
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}






@media (max-width: 767.98px) {



    .float {
        position: fixed;
        width: 60px;
        height: 60px ;
        bottom: 52px !important;
        right: 4px !important;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .call-buton .cc-calto-action-ripple {
        z-index: 99999;
        position: fixed;
        right: 4px !important;
        bottom: 134px !important;
        background: red;
        width: 60px;
        height: 60px;
        padding: 1rem;
        border-radius: 100%;
        box-sizing: border-box;
        color: #ffffff;
        display: flex;
        justify-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
    }


    button.navbar-toggler {
        border-radius: 0px !important;
        box-shadow: none !important;
        border: 2px solid #fd3e85;
    }


    .content {
        margin-top: 70px;
    }

    .android h1.text-primary1 {
        font-size: 19px !important;
        margin-top: 20px;
    }


    .android .process .main_title h2 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }


    .graphic img.about_img {
        height: 100%;
    }


    .graphic .process .for_icon h1 {
        font-size: 38px;
    }

    .graphic .home {
        height: 100% !important;
        background-position: 8% 17% !important;
    }

    h1.digi_v1 {
        font-size: 21px !important;
    }


    .digi_m .home {
        height: 100% !important;
        background-position: 45% 17% !important;
    }

    h1.digi_m1 {
        font-size: 18px !important;
    }


    .ios .home {
        height: 100% !important;
        background-position: 18% 17% !important;
    }

}