.widget {
    padding: 50px 0 80px;
}
@media screen and (max-width: 991px){
    .widget {
        padding: 30px 0 ;
    }
}
.widget .heading{
    text-align: center;
}
.widget .heading h1{
    margin-bottom: 10px;
}
.widget .subheading{
    margin-bottom: 30px;
}
/* custom font */
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5 {
    font-family: 'Poppins';
}

/* download app */
.widget.download{
    background-color: #f5f5f5;
}

@media screen and (min-width:768px) {
    .widget.download .first a{
        float: right;
    }
}
@media screen and (max-width:767px) {
    .widget.download .first img,
    .widget.download .last img{
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .widget.download{
        padding: 20px 0 40px;
    }
}



/* servizi */
.widget.servizi {
    background-color: #fff;
}
.widget.servizi h4 {
    font-weight: bold;
}
.widget.servizi i.feature_icon {
    font-size: 30px;
}

.widget.servizi a.readmore {
    font-weight: bold;
}


/* testimonial */
.widget.testimonial {
    background-color: #cccccc;
    background-size: cover !important;
    background-position: 50% 60% !important;
    width: 100%;
    height: 100%;
}

.widget.testimonial h1,
.widget.testimonial .h1 {
    color: #000;
}
.widget.testimonial h1 span {
    color: #fff;
}
.widget.testimonial .testimonial_box {
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    color: #000000;
    border-radius: 6px;
}

.widget.testimonial .arrow-down {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 25px solid #fff;
    margin-left: 20px;
    opacity: 1;
}

.widget.testimonial .testimonial_user {
    margin-top: 20px;
}

.widget.testimonial .testimonial_user .user-image {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: inline-block;
    float: left;
    margin-right: 15px;
    display: none;
}

.widget.testimonial .testimonial_user .user-info {
    display: inline-block;
}

.widget.testimonial .testimonial_user .user-info h5,
.widget.testimonial .testimonial_user .user-info .h5 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #000000;
}



/* process */
.widget.process {
    background-color: #fff;
}

.widget.process .process-block {
    text-align: center;
}

.widget.process .process-icon {
    width: 90px;
    height: 90px;
    line-height: 100px;
    background-color: #ddd;
    border-radius: 100%;
    display: inline-block;
}

.widget.process .process-border {
    position: absolute;
    top: 28%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    line-height: 0;
    border-radius: 50%;
    border: 0 solid transparent;
    box-sizing: border-box;
    -webkit-transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.widget.process .process-icon i {
    color: #fff;
    font-size: 25px;
}

.widget.process .process-icon-holder {
    width: 200px;
    height: 200px;
    background: #fff;
    text-align: center;
    line-height: 200px;
    border: 3px solid #ddd;
    vertical-align: middle;
    border-radius: 100%;
    margin: 0 auto 20px;
}

@media screen and (min-width:992px){
    .widget.process .process-icon-holder::after,
    .widget.process .ico-block::after{
        content: "";
        width: 20%;
        position: absolute;
        border-bottom: 2px dashed #ddd;
        top: 30%;
        left: 100%;
        transform: translateX(-50%);
    }
    .widget.process .lastchild .ico-block::after{
        display: none;
    }

}
@media screen and (min-width:768px) and (max-width:992px){
    .widget.process .process-block{
        height: 340px;
    }
}

.widget.process .lastchild .process-icon-holder::after {
    border-bottom: 0px;
}

@media screen and (max-width: 1024px) {
    .widget.process .process-border {
        top: 27%;
    }
}

@media screen and (max-width: 980px) {
    .widget.process .process-border {
        top: 30%;
    }
}

@media screen and (max-width: 768px) {
    .widget.process .process-icon-holder::after {
        border: 0px;
    }

    .widget.process .process-border {
        top: 30%;
    }
}

@media screen and (min-width: 641px) and (max-width: 767px) {
    .widget.process .process-border {
        top: 34%;
    }
}

@media screen and (min-width: 441px) and (max-width: 640px) {
    .widget.process .process-border {
        top: 34%;
    }
}

@media screen and (min-width: 375px) and (max-width: 440px) {
    .widget.process .process-border {
        top: 31%;
    }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
    .widget.process .process-border {
        top: 29%;
    }
}





/* TEMA */

/* generale */
.widget h1 span{
    color: #83c295;
}

/* testimonial */
.widget.testimonial {

    background: url(../img/fascia_bg.jpg);
    color: #fff;
}
/* servizi */
.widget.servizi a.readmore {
    color: #83c295;
}
.widget.servizi i.feature_icon {
    background-image: url("../img/ico_app.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 35px;
    height: 51px;
    display: block;
}
.widget.servizi i.feature_icon:before {
    display: none;
}
/* about */
.widget.about .text-block i {
    color: #83c295;
}
/* process */
.widget.process .process-block img.ico{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.widget.process .process-block:hover img.ico{
    -webkit-animation: filter-animation-in 0.2s normal forwards ease-in-out;
    -moz-animation:    filter-animation-in 0.2s normal forwards ease-in-out;
    -o-animation:      filter-animation-in 0.2s normal forwards ease-in-out;
}
@-webkit-keyframes filter-animation-in {
    from  {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        transform: scale(1, 1);
    }
    to {
        -webkit-filter: none;
        filter: none;
        transform: scale(1.05, 1.05);
    }
}

.widget.process .process-block:hover .process-icon {
    background-color: #83c295; }
.widget.process .process-block:hover .process-icon-holder {
    border-color: #83c295; }
.widget.process .process-block:hover .process-border {
    border: 20px solid rgba(131, 194, 149, 0.2); }
.widget.process .user-info {
    display: inline-block; }
