.services-background-image{
    background: url(../images/h7-bg-section2.webp);
    object-fit: cover;
}
/* hero section moving image */
.vert-move-2{
    animation: load 50s linear infinite;
}
@keyframes load {
    /*calc(360deg * 3) doesn´t work :)*/
    to { transform: rotate(3turn); }
  }
  .moving-img-2 {
        position: absolute;
        width: 110px;
        height: 202px;
        left: 35px;
        top: 220px;
    }
    .moving-img-2 img{
        width: 300px !important;
    }
    @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}

    .moving-div {
        -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
    }
        .moving-div img{
            width:100%
        }
        .moving-div{
            width:60px;
            float: right;
           
        }
        .icon2-1 {
            position: absolute;
            right: 850px;
            top: 150px;
        }
        .icon2-2 {
            position: absolute;
            right: 575px;
            top: 65px;
        }
        .icon2-3 {
            position: absolute;
            right: 323px;
            top: 148px;
        }
        .icon2-4 {
            position: absolute;
            right: 850px;
            top: 590px;
        }
        .icon2-5 {
            position: absolute;
            right: 325px;
            top: 592px;
        }

        @media (max-width: 1440px) and (min-width: 992px) {
            #hero .hero-img {
                 width: 50%;
                 float: right;
                 position: relative;
                 left: 0px !important;
            }
            .moving-div img {
                width: 88%;
            }
            .icon2-5 {
                position: absolute;
                right: 115px;
                top: 595px;
            }
            .icon2-4 {
                position: absolute;
                right: 650px;
                top: 596px;
            }
            .icon2-1 {
                right: 650px;
            }
            .icon2-2{
                position: absolute;
                right: 395px;
                top: 65px;
            }
            .icon2-3 {
                position: absolute;
                right: 110px;
                top: 150px;
            }
        }
        @media (max-width: 1024px) {
            .icon2-1 {
                position: absolute;
                right: 470px;
                top: 150px;
            }
            .icon2-2 {
                position: absolute;
                right: 282px;
                top: 65px;
            }
            .icon2-3{
                position: absolute;
                right: 65px;
                top: 155px;
            }
            
            .icon2-4 {
                position: absolute;
                right: 453px;
                top: 487px;
            }
            .icon2-5 {
                position: absolute;
                right: 68px;
                top: 482px;
            }
        }

        @media (max-width: 1440px) and (min-width: 992px) {
         
            .icon2-5 {
                position: absolute;
                right: 115px;
                top: 595px;
            }
            .icon2-4 {
                position: absolute;
                right: 650px;
                top: 596px;
            }
            .icon2-1 {
                right: 650px;
            }
            .icon2-2{
                position: absolute;
                right: 395px;
                top: 65px;
            }
            .icon2-3 {
                position: absolute;
                right: 110px;
                top: 150px;
            }
        }

        @media (max-width: 768px) {
            .icon2-1 {
                position: absolute;
                right: 645px;
                top: 150px;
            }
            .icon2-2{
                position: absolute;
                right: 348px;
                top: 65px;
            }
            .icon2-3{
                position: absolute;
                right: 105px;
                top: 155px;
            }
            .icon2-4 {
                position: absolute;
                right: 644px;
                top: 454px;
            }
            .icon2-5 {
                position: absolute;
                right: 109px;
                top: 454px;
            }
        }

        @media (max-width: 425px){
        .icon2-1 {
            position: absolute;
            right: 345px;
            top: 150px;
        }
        .icon2-2{
            position: absolute;
            right: 186px;
            top: 65px;
        }
        .icon2-3 {
            position: absolute;
            right: 20px;
            top: 158px;
        }
        .icon2-4 {
            position: absolute;
            right: 345px;
            top: 290px;
        }
        .icon2-5 {
            position: absolute;
            right: 18px;
            top: 290px;
        }
    }

    @media (max-width: 375px) {
        .icon2-1, .icon2-2, .icon2-3, .icon2-4, .icon2-5 {
            display: none;
        }
    }

/* hero section moving image end */
/* CTA section end*/
.hire_bi_dev {
    background: linear-gradient(90deg, #0ABCF9 0%, #2C69D1 100%);
    border-radius: 20px;
    max-width: 1096px;
    margin-top: 0px;
}
.hire_bi_dev_text h2{
    line-height:60px;
    font-family: 'Titillium Web', sans-serif;

}
.hire_bi_dev_text p{
    line-height:26px;
    font-family: 'Titillium Web', sans-serif;

}
.hire_bi_dev_img img{
    width: 81%;
    float: right;
}
.hire_bi_dev_text {
    color: #fff;
    padding: 30px;
    padding-right: 10px;
}
.btn-outline-white {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}
.btn-outline-primary {
    font-size: 1rem;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    background-color: rgba(25,133,190,.1);
    transition: all .2s ease;
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    justify-content: center;
}
/* CTA section end*/
.faq-area {
    background-color: #fcfcff;
    position: relative;
    z-index: 1;
    padding: 100px 0px 70px;
}
.faq-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/shape3.webp);
    background-position: center center;
    background-size: cover;
}
.faq-area-bg {
    background-color: #fcfcff;
}
.faq-bg {
    background-color: #4356d6;
    position: relative;
    z-index: 1;
    height: auto;
}
.faq-bg::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/shape5.webp);
    width: 60%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.faq-bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-image: url(../img/shape.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.faq-bg-into {
    background-color: #fff;
    max-width: 1240px;
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.faq-bg-into::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    background-image: url(../img/shape-4.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.faq-img {
    margin-bottom: 30px;
}
.faq-img img {
    max-width: 100%;
    height: 500px;
    -webkit-animation: moveBounce 10s linear infinite;
    animation: moveBounce 10s linear infinite;
}
@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.faq-content {
    max-width: 570px;
    margin-right: auto;
    margin-left: 30px;
}
.faq-content span {
    color: #ff4a35;
    font-weight: 500;
    line-height: 0;
    font-family: 'Titillium Web', sans-serif;

}
.faq-content h2 {
    font-size: 35px;
    margin-bottom: 25px;
    font-family: 'Titillium Web', sans-serif;

}
.faq-content p {
    padding-bottom: 45px;
    max-width: 620px;
    margin: 0 auto;
    font-family: 'Titillium Web', sans-serif;

}
.faq-accordion {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: 30px;
}
.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
    border-radius: 50px;
    display: block;
    background-color: #fff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: none;
}
.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
    padding: 20px 60px 17px 25px;
    color: #232350;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.faq-accordion .accordion .accordion-title.active .acc-1{
    -webkit-box-shadow: 0 0 20px 3px rgb(0, 159, 253) !important;
    box-shadow: 0 0 20px 3px rgb(0, 159, 253) !important;

}
.faq-accordion .accordion .accordion-title.active {
    border-radius: 50px;
    

}
.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #4356d6;
}
.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 15px;
}
.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
}
.faq-accordion .accordion .accordion-content p {
    line-height: 1.8;
}
.faq-accordion .accordion .accordion-content.show {
    display: block;
}
.faq-accordion-width {
    max-width: 100% !important;
    margin-bottom: 30px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.faq-img-2 {
    margin-bottom: 30px;
}
.faq-content-text p {
    margin-bottom: 50px;
}
.faq-content-text p a {
    color: #ff4a35;
    text-decoration: underline;
}
.faq-content-text p a:hover {
    color: #070f4d;
}
.faq-content-text .color-black {
    color: #070f4d !important;
}
.faq-content-text .font-size {
    font-size: 18px;
}



    .ws-bg-imp{
        background: url("../images/banner-bg.webp") no-repeat;
        background-size: contain;
        background-position: center;
        padding: 120px 0px;
    }
   



    .top-span{
    /* font-family: sans-serif; */
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 5px;
    background: linear-gradient(90deg, #6B06BA 0%, #062699 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
    
    /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.top-content-para{
    /* font-family: sans-serif; */
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;
color: #fff;
margin-bottom: 20px;
line-height: 35px;
}
    .btn-about-1 {
        background: linear-gradient(90deg, #2C69D1 0%, #0ABCF9 100%);
        border-radius: 30px;
        color: white;
        padding: 15px 30px;
        transition: 0.5s ease;
        border: #ffffff 1px solid;
    }

    .btn-about-1:hover {
        border-color: #0587B6;
        box-shadow: 0 0 8px rgb(48, 137, 209);
        color: #fff;
        transform: scale(1.05);
    }

    

    .btn-services-home {
        background: linear-gradient(90deg, #2C69D1 0%, #0ABCF9 100%);
        color: white;
        border-radius: 30px;
        margin-left: 10px;
        padding: 15px 30px;
        transition: 0.5s ease;
        /* border: #0dcaf0; */
        border: #ffffff 1px solid;

    }

    .btn-services-home:hover {
        border-color: #0587B6;
        box-shadow: 0 0 8px rgb(17, 125, 197);
        color: #fff;
        transform: scale(1.05);
    }


    #hero {
        width: 100%;
        position: relative;
        background: url("../images/mainBg1.webp") center bottom no-repeat;
        background-size: cover;
        /* margin-top:10px; */
        padding: 150px 0 120px 0;
    }

    @keyframes moveUpAndDown {
        0% {
            transform: translateY(0%);
        }

        50% {
            transform: translateY(-5%);
        }

        100% {
            transform: translateY(0%);
        }
    }

    #new-img {
        animation: moveUpAndDown 2s ease-in-out infinite;
    }

    @media (max-width: 991px) {
        #hero {
            padding: 140px 0 60px 0;
        }
    }

    @media (max-width: 574px) {
        #hero {
            padding: 100px 0 20px 0;
        }
    }
    @media (max-width: 1440px) {
        #hero .hero-img {
             width: 50%;
             float: right;
             position: relative;
             left: 0px !important;
        }
        .moving-div img {
            width: 88%;
        }
        .icon2-5 {
            position: absolute;
            right: 292px;
            top: 592px;
        }
        .icon2-4 {
            position: absolute;
            right: 624px;
            top: 617px;
        }
        .icon2-3 {
            position: absolute;
            right: 28px;
            top: 337px;
        }
    }
    @media (max-width: 1024px) {
        .icon2-1 {
            position: absolute;
            right: 470px;
            top: 150px;
        }
        .icon2-2 {
            position: absolute;
            right: 150px;
            top: 65px;
        }
        .icon2-4 {
            position: absolute;
            right: 427px;
            top: 498px;
        }
        .icon2-5 {
            position: absolute;
            right: 128px;
            top: 592px;
        }
        .moving-div img {
            width: 88%;
        }
    }
@media (max-width: 768px) {
        .icon2-1 {
            position: absolute;
            right: 605px;
            top: 150px;
        }
        .icon2-4 {
            position: absolute;
            right: 644px;
            top: 454px;
        }
        .icon2-5 {
            position: absolute;
            right: 109px;
            top: 454px;
        }
        .innova-moving-img{
            display: none;
        }
}
@media (max-width: 425px) {
        .moving-img-2 {
            position: absolute;
            width: 120px;
            /* height: 202px; */
            left: 20px;
            top: 176px;
        }
        .moving-img-2 img {
            width: 150px !important;
        }
        .moving-div img {
            width: 50%;
        }
        .icon2-1 {
            position: absolute;
            right: 345px;
            top: 150px;
        }
        .icon2-3 {
            position: absolute;
            right: 20px;
            top: 158px;
        }
        .icon2-4 {
            position: absolute;
            right: 345px;
            top: 290px;
        }
        .icon2-5 {
            position: absolute;
            right: 18px;
            top: 290px;
        }
        .process-moving-img {
            display: none;
        }
}

    #hero .hero-img {
        width: 50%;
        float: right;
        /* position: relative;
        left: 170px; */
    }

    @media (max-width: 991px) {
        #hero .hero-img {
            width: 80%;
            float: none;
            margin: 0 auto 25px auto;
        }
    }

    #hero .hero-info {
        width: 50%;
        float: left;
    }

    @media (max-width: 991px) {
        #hero .hero-info {
            width: 80%;
            float: none;
            margin: auto;
            text-align: center;
        }
    }

    @media (max-width: 767px) {
        #hero .hero-info {
            width: 100%;
        }
    }

    #hero .hero-info h2 {
        color: #fff;
        margin-bottom: 40px;
        font-size: 48px;
        font-weight: 700;
    }

    #hero .hero-info h2 span {
        color: #74b5fc;
        text-decoration: underline;
    }

    @media (max-width: 767px) {
        #hero .hero-info h2 {
            font-size: 34px;
            margin-bottom: 30px;
        }
        .MQ-button{
            justify-content: center;
        }
    }

    #hero .hero-info .btn-get-started,
    #hero .hero-info .btn-services {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 32px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 0 20px 20px 0;
        color: #fff;
    }

    #hero .hero-info .btn-get-started {
        background: #007bff;
        border: 2px solid #007bff;
        color: #fff;
        text-decoration: none;
    }

    #hero .hero-info .btn-get-started:hover {
        background: none;
        border-color: #fff;
        color: #fff;
    }

    #hero .hero-info .btn-services {
        border: 2px solid #fff;
        text-decoration: none;
    }

    #hero .hero-info .btn-services:hover {
        background: #007bff;
        border-color: #007bff;
        color: #fff;
    }

    /* hero section end */




    /** business section **/

    .business {
        padding-top: 90px;
        padding-bottom:100px;
        /* background: url(images/h2-bg-section-02.webp);
        background-size:cover;
        background-repeat:no-repeat; */
        
    }

    .business .titlepage span {
        color: #0891f8;
        font-size: 30px;
        font-family: 'Baloo Chettan', cursive;
        text-transform: uppercase;
        line-height: 37px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .business .titlepage h2 {
        color: #272f43;
        font-weight: normal;
    }

    .business .business_box {
        text-align: center;
    }

    .business .business_box figure {
        margin: 0;
    }

    .business .business_box figure img {
        width: 100%;
    }

    .business .business_box p {
        color: #000;
        font-size: 17px;
        line-height: 28px;
        padding: 35px 0px;
    }

    .business .business_box .read_more {
        background: #03a4ed;
        color: #fff;
        text-decoration: none;
    }

    .read_more {
        font-size: 17px;
        background-color: #fff;
        color: #03a4ed;
        padding: 13px 0px;
        width: 100%;
        max-width: 190px;
        text-align: center;
        display: inline-block;
        transition: ease-in all 0.5s;
        border-radius: 10px;
    }

    .business .business_box .read_more:hover {
        /* background: #0891f8; */
        background: #007bff;

    }



    /** end business section **/





   


    /*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
    .cta {
        background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("images/cta-bg.webp") fixed center center;
        background-size: cover;
        padding: 120px 0;
    }

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: "Jost", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 40px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid #fff;
        color: #fff;
        text-decoration: none;
    }

    .cta .cta-btn:hover {
        background: #47b2e4;
        border: 2px solid #47b2e4;
    }

    @media (max-width: 1024px) {
        .cta {
            background-attachment: scroll;
        }
    }

    @media (min-width: 769px) {
        .cta .cta-btn-container {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }
    }
    @media (max-width: 425px){
        .ticks-list-span{
            max-width: 50%;
            text-align: start;
        }
    }







   






    .bg-header {
        background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(images/headd.webp) center center no-repeat;
        background-size: cover;
    }

    .top-navbar {
        background:linear-gradient(45deg, #ffffff 48%, #18c2f5 39%);
        
    }

  

    .btn-info {
        background-color: #03a4ed;
        color: #fff;
        animation: wave 2s infinite;
    }

    .btn-info:hover {
        background-color: #68bbf1;
        color: #fff;
    }

    @keyframes wave {
        0% {
            box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.4), 0 0 0 12px rgba(33, 150, 243, 0.4), 0 0 0 10px rgba(33, 150, 243, 0.4);
        }

        100% {
            box-shadow: 0 0 0 10px rgba(33, 150, 243, 0.4), 0 0 0 15px rgba(33, 150, 243, 0.4), 0 0 0 20px rgba(33, 150, 243, 0.1);
        }
    }
    /* business background moving section */
    .animation-area {
	/* background: linear-gradient(to left, #8942a8, #ba382f); */
	/* width: 100%;
	height: 100vh; */
}
.box-area {
	position: absolute;
	top: 950px;
	left: 0;
	width: 100%;
	height: 150vh;
	overflow: hidden;
}
.box-area li {
	position: absolute;
	display: block;
	list-style: none;
	width: 25px;
	height: 25px;
	background: linear-gradient(90deg, #0ABCF9 0%, #2C69D1 100%);
	animation: animate 20s linear infinite;
	bottom: -150px;
}
.box-area li:nth-child(1) {
	left: 6%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}
.box-area li:nth-child(2) {
	left: 12%;
	width: 30px;
	height: 30px;
	animation-delay: 1.5s;
	animation-duration: 10s;
}
.box-area li:nth-child(3) {
	left: 10%;
	width: 50px;
	height: 50px;
	animation-delay: 5.5s;
}
.box-area li:nth-child(4) {
	left: 88%;
	width: 50px;
	height: 50px;
	animation-delay: 0s;
	animation-duration: 15s;
}
.box-area li:nth-child(5) {
	left: 90%;
	width: 40px;
	height: 40px;
	animation-delay: 0s;
}
.box-area li:nth-child(6) {
	left: 95%;
	width: 50px;
	height: 50px;
	animation-delay: 3.5s;
}
.box-area li:nth-child(7) {
	left: 1%;
	width: 50px;
	height: 50px;
	animation-delay: 3s;
}
.box-area li:nth-child(8) {
	left: 9%;
	width: 50px;
	height: 50px;
	animation-delay: 0.5s;
	animation-duration: 15s;
	

}
.box-area li:nth-child(9) {
	left: 98%;
	width: 50px;
	height: 50px;
	animation-delay: 1.5s;
}
.box-area li:nth-child(10) {
	left: 92%;
	width: 50px;
	height: 50px;
	animation-delay: 2.5s;
	animation-duration: 10s;
	

}
@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
	}
	100% {
		transform: translateY(-800px) rotate(360deg);
		opacity: 0;
	}
}

 /* services start css */

 .box {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.our-services {
    margin-top: 75px;
    padding-bottom: 30px;
    padding: 0 10px;
    min-height: 198px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20, 27, 202, 0.17);
}

.our-services .icon {
    margin-bottom: -21px;
    transform: translateY(-50%);
    text-align: center;
}

.our-services:hover h4,
.our-services:hover p {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
}

.speedup:hover {
    box-shadow: 0 0 25px 0 #f55b2a;
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%);
}

.settings:hover {
    box-shadow: 0 0 25px 0 #34b5bf;
    cursor: pointer;
    background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
}

.privacy:hover {
    box-shadow: 0 0 25px 0 #3615e7;
    cursor: pointer;
    background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%);
}

.backups:hover {
    box-shadow: #fc6a0e 0px 5px 15px;
    /* box-shadow: 0 5px 15px  linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%); */
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%);
}

.ssl:hover {
    box-shadow: #8d40fb 0px 5px 15px;
    cursor: pointer;
    background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%);
}

.database:hover {
    box-shadow: 0 0 25px 0 #27b88d;
    cursor: pointer;
    background-image: linear-gradient(-45deg, #27b88d 0%, #22dd73 100%);
}

/* services css end */
.card-ser {
    box-shadow: rgb(0, 159, 253) 0px 0px 12px 0px;
    /* box-shadow: 0px 0px 15px rgb(0 0 0 / 20%); */
    border-radius: 5px;
    transition: 0.5s ease;
    background-color: #fff;
}
.card-ser p {
    font-size: 18px !important;
    padding: 30px !important;
}


div[class*="col"]:nth-child(4n + 1) .counter-item {
    background: #05b9c8;
  }
  
  div[class*="col"]:nth-child(4n + 1) .counter-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/shape2.webp) no-repeat center;
    background-size: contain;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-animation: custom-rotate 15s linear infinite;
            animation: custom-rotate 15s linear infinite;
    left: -30px;
    top: -35px;
  }
  
  div[class*="col"]:nth-child(4n + 1) .counter-item .counter-inner {
    background: linear-gradient(45deg, #05b9c8 19%, #15d6b0 58%, #25f398 81%);
  }
  
  div[class*="col"]:nth-child(4n + 2) .counter-item {
    background: #b31da3;
  }
  
  div[class*="col"]:nth-child(4n + 2) .counter-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/shape3.webp) no-repeat center;
    background-size: contain;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-animation: custom-rotate-rev 12s linear infinite;
            animation: custom-rotate-rev 12s linear infinite;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    left: -30px;
    top: -35px;
  }
  
  div[class*="col"]:nth-child(4n + 2) .counter-item .counter-inner {
    background: linear-gradient(45deg, #b31da3 9%, #d63f87 50%, #f9606a 88%);
  }
  
  div[class*="col"]:nth-child(4n + 3) .counter-item {
    background: #3f58e3;
  }
  
  div[class*="col"]:nth-child(4n + 3) .counter-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/shape1.webp) no-repeat center;
    background-size: contain;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-animation: custom-rotate 12s linear infinite;
            animation: custom-rotate 12s linear infinite;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
    left: -30px;
    top: -35px;
  }
  
  div[class*="col"]:nth-child(4n + 3) .counter-item .counter-inner {
    background: linear-gradient(45deg, #4057e3 14%, #0091ff 73%);
  }
  
  div[class*="col"]:nth-child(4n + 4) .counter-item {
    background: #7e2afc;
  }
  
  div[class*="col"]:nth-child(4n + 4) .counter-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/shape4.webp) no-repeat center;
    background-size: contain;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-animation: custom-rotate-rev 15s linear infinite;
            animation: custom-rotate-rev 15s linear infinite;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    left: -30px;
    top: -35px;
  }
  
  div[class*="col"]:nth-child(4n + 4) .counter-item .counter-inner {
    background: linear-gradient(45deg, #7e2afc 39%, #903df7 70%, #a250f2 88%);
  }
  
  .mx-100 {
    max-width: 100% !important;
  }
  
  .counter-section {
    margin-bottom: -20px;
  }
  
  .counter-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .counter-wrapper .info {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 500;
    color: #1f1f1f;
  }
  
  .counter-wrapper .counter-sign {
    color: #fff;
  }
  
  .counter-item {
    text-align: center;
    width: 240px;
    height: 240px;
    margin: 0 auto 30px;
    background: #05b9c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    position: relative;
  }
  
  @media (max-width: 1199px) {
    .counter-item {
      width: 170px;
      height: 170px;
    }
  }
  
  .counter-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(assets/images/shape.webp) no-repeat center;
    background-size: contain;
    width: calc(100% + 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: -30px;
    top: -35px;
    -webkit-animation: custom-rotate 15s linear infinite;
            animation: custom-rotate 15s linear infinite;
  }
  
  @media (max-width: 1199px) {
    .counter-item::before {
      width: calc(100% + 30px);
    }
  }
  
  @-webkit-keyframes custom-rotate {
    0% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    50% {
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg);
    }
    100% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
  }
  
  @keyframes custom-rotate {
    0% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    50% {
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg);
    }
    100% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
  }
  
  @-webkit-keyframes custom-rotate-rev {
    0% {
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg);
    }
    50% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    100% {
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg);
    }
  }
  
  @keyframes custom-rotate-rev {
    0% {
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg);
    }
    50% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    100% {
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg);
    }
  }
  
  .counter-inner {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19%, #05b9c8), color-stop(58%, #15d6b0), color-stop(81%, #25f398));
    background: linear-gradient(0deg, #05b9c8 19%, #15d6b0 58%, #25f398 81%);
    -webkit-box-shadow: 0px 0px 18px 5px rgba(31, 31, 31, 0.3);
            box-shadow: 0px 0px 18px 5px rgba(31, 31, 31, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* .inner-inner{
      display: flex;
  } */
  
  @media (max-width: 1199px) {
    .counter-inner {
      width: 130px;
      height: 130px;
    }
  }
  
  .counter-inner .title {
    color: #fff;
    font-size: 46px;
  }
  
  @media (min-width: 1400px) {
    .counter-inner .title {
      font-size: 50px;
    }
  }
  
  @media (max-width: 1199px) {
    .counter-inner .title {
      font-size: 42px;
    }
  }
  
  @media (max-width: 991px) {
    .counter-inner .title {
      font-size: 40px;
    }
  }

   /*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.innova-moving-img{
    position: absolute;
    top: 3630px;
    right: 0px;
}
img.vert-move-innova {
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
   
}
.clients {
    padding-top: 90px;
    padding-bottom: 90px;
}

.clients .clients-wrap {
    border-top: 1px solid #eceff0;
    border-left: 1px solid #eceff0;
}

.clients .client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eceff0;
    border-bottom: 1px solid #eceff0;
    overflow: hidden;
    background: #fff;
    height: auto;
    padding: 40px;
}

.clients .client-logo img {
    max-width: 50%;
    /* filter: grayscale(100); */
}

.clients .client-logo:hover img {
    filter: none;
    transform: scale(1.1);
}

.clients img {
    transition: all 0.4s ease-in-out;
}
    /* Testimonial Start */

    .testimonial {
        padding: 35px 50px;
        margin: 0 20px 30px;
        border-radius: 0 70px 0 70px;
        border: 20px solid #1ca2d8;
        border-left: none;
        border-right: none;
        text-align: center;
    }

    .testimonial .pic {
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .testimonial .pic img {
        width: 100%;
        height: auto;
    }

    .testimonial .title {
        display: block;
        margin: 0 0 7px 0;
        font-size: 20px;
        font-weight: 600;
        color: #1ca2d8;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .testimonial .post {
        display: block;
        font-size: 15px;
        color: rgb(134, 134, 134);
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    .testimonial .description {
        font-size: 16px;
        color: #000;
        line-height: 30px;
    }

    .owl-theme .owl-controls {
        margin-top: 0;
    }

    .owl-theme .owl-controls .owl-page span {
        background: #fff;
        opacity: 0.8;
        transition: all 0.3s ease 0s;
    }

    .owl-theme .owl-controls .owl-page.active span {
        background: #1ca2d8;
    }
    .owl-theme .owl-controls .owl-page span {
        background: #81dafd;
    }

    @media (min-width: 1025px) and (max-width: 1399px) {
      
        .col-lg-3{
            flex: 0 0 auto;
            width: 25%;
        }
        
      }

      @media (min-width: 1200px) and (max-width: 1399px){
        .counter-item {
            text-align: center;
            width: 220px;
            height: 220px;
            margin: 0 auto 30px;
            background: #05b9c8;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 50%;
            position: relative;
        }
      }
     

    /* Testimonial End */
    

      .btn-about-1 {
        background: linear-gradient(90deg, #2C69D1 0%, #0ABCF9 100%);
        border-radius: 30px;
        color: white;
        padding: 15px 30px;
        transition: 0.5s ease;
        border: #ffffff 1px solid;
    }
    