.head-title {
    font-weight: 800;
    line-height: 45px;
}

.text-color {
    color: #6360ed;
}

#home {
    position: relative;
}

.hero {
    background-image: url(../images/hero-background.svg);
    background-position-x: 45%;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero:before {
    content: " ";
    position: absolute;
    background-image: url(../images/man.png);
    top: auto;
    width: 270px;
    height: 496px;
    left: 62%;
    right: 0;
    bottom: 0;
}

.home-head {
    margin-top: 20px;
}

.hero-text {
    margin-top: 140px;
}

.hero-text h2 {
    font-size: 50px;
    color: #3b455a;
    line-height: 65px;
    font-weight: 800;
}

.digital-marketing-inner-section img {
    width: 100px;
}

.digital-img {
    background: #c0c0c024;
    padding: 10px;
}

.inner-digital-point h4 {
    float: right;
    font-size: 20px;
    color: #fff;
    width: 160px;
}
.digital-pointer-content {
    background: #6360ed;
    padding: 50px 40px 25px;
    margin-top: 50px;
}

.inner-stat img {
    display: block;
    margin-bottom: 15px;
}

.inner-stat {
    background: #cccccc36;
    padding: 30px 30px;
    border-bottom: 1px solid #ccc;
    transition: all .3s ease-in-out;
}
.inner-stat:hover {
    border-bottom: 2px solid #5a42b6;
    box-shadow: 1px 1px 19px 1px #00000024;
}

.inner-stat span {
    font-size: 23px;
    font-weight: 700;
    color: #6360ed;
}

#services-offer {
    background: #f7f9fb;
    padding: 50px 0;
}

.services-offer-content {
    background: #fff;
    text-align: center;
    height: 100%;
    padding: 50px 30px;
    border: 1px solid #f7f7f7;

}

.inner-offer-content h3 {
    font-size: 20px;
    height: 70px;
    font-weight: 700;
}

.inner-offer-content img {
    margin: 0px 0 20px;
}

#client-landing-page {
    padding: 60px 0;
    background: url(../../assets/images/landing-images/tesi.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    opacity: 1;
}

#client-landing-page:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 150%;
    background-image: linear-gradient(to right, #2142bc, #9470fe);
    z-index: 1;
    opacity: .65;
}