.v2-project-title {
    font-size: 18px;
    line-height:50px;
    overflow: hidden;
}

.v2-project-desc {
    font-size: 14px;
    line-height: normal;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
}

.v2-project-tag {
    font-size: 12px;
    color: forestgreen;
}

.card-img-top {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
}

.v2-card {
    min-height: 325px;
    height: 325px;
    padding-left: 6px;
    padding-right: 6px;
}


/* .read-more {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
*/

.testimonial-block {
    min-height: 660px;
}

.rounded-circle{
    max-height:50px;
    max-width: auto;
}

/* timeline css */
.timeline-1 {
    border-left: 3px solid #868686;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(170, 170, 170, 0.09);
    margin: 0 auto;
    position: relative;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width:65%;
    }
    
    @media (max-width: 767px) {
    .timeline-1 {
    max-width: 98%;
    padding: 25px;
    }
    }
    
    .timeline-1 .event {
    border-bottom: 1px dashed #000;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    }
    
    @media (max-width: 767px) {
    .timeline-1 .event {
    padding-top: 30px;
    }
    }
    
    .timeline-1 .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
    }
    
    .timeline-1 .event:before,
    .timeline-1 .event:after {
    position: absolute;
    display: block;
    top: 0;
    }
    
    .timeline-1 .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
    text-transform: uppercase;
    }
    
    @media (max-width: 767px) {
    .timeline-1 .event:before {
    left: 0px;
    text-align: left;
    }
    }
    
    .timeline-1 .event:after {
    -webkit-box-shadow: 0 0 0 3px #868686;
    box-shadow: 0 0 0 3px #868686;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
    }

    /* CLIENTS */

    .section-clients2 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: 1px solid #e9e9e9;
        border-left: 1px solid #e9e9e9; }
        .section-clients2 .client-single-2 {
          width: 20%;
          min-height: 96px;
          border-bottom: 1px solid #e9e9e9;
          border-right: 1px solid #e9e9e9;
          overflow: hidden; }
          .section-clients2 .client-single-2 .client-img {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            opacity: .8;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .section-clients2 .client-single-2 .client-img img {
              -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
            .section-clients2 .client-single-2 .client-img:hover {
              opacity: 1; }
            
              
      
      @media screen and (max-width: 1024px) {
        .section-clients2 .client-single-2 {
          width: 50%; } }
      @media screen and (max-width: 575px) {
        .section-clients2 .client-single-2 {
          width: 100%; } }

