.line-clamp {
    position: relative;
    height: 43px;
    overflow: hidden;
    display: block
}

.line-clamp:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 22px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%)
}

@supports (-webkit-line-clamp: 2) {
    .line-clamp {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 43px;
        height: auto;
        min-height: 43px
    }

    .line-clamp:after {
        display: none
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background,
.evo-list-blog-page .evo-list-blogs .blog-item a .evo-article-image.lazyload {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 700px 104px;
    position: relative
}

.evo-blog-header {
    /*background: url(../images/thumb/evo-blog-banner.jpg) no-repeat;*/
    background-size: cover;
    background-position: center
}

.evo-blog-header .evo-blog-header-content {
    min-height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px 40px;
    flex-flow: column;
    text-align: center
}

@media (max-width: 767px) {
    .evo-blog-header .evo-blog-header-content {
        padding: 20px 0 40px
    }
}

.evo-blog-header .evo-blog-header-content h1 {
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    color: #fff
}

.evo-blog-header .evo-blog-header-content .evo-blog-des {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-top: 10px
}

.evo-blog-header .evo-blog-header-content .evo-blog-des p {
    margin-bottom: 0
}
.evo-blog-header .evo-blog-header-content .evo-blog-des p span{
    color: #fff!important;
}

.evo-blog-nav {
    border-bottom: 1px solid #f5f5f5
}

@media (max-width: 767px) {
    .evo-blog-nav {
        position: relative;
        overflow: hidden
    }
}

.evo-blog-nav .nav-blog {
    display: flex
}

@media (min-width: 768px) {
    .evo-blog-nav .nav-blog {
        justify-content: center;
        align-items: center
    }
}

@media (max-width: 767px) {
    .evo-blog-nav .nav-blog {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.evo-blog-nav .nav-blog a {
    padding: 20px 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    font-size: 12px;
    position: relative;
    color: #1c1c1c
}

.evo-blog-nav .nav-blog a+a {
    border-left: 1px solid #f5f5f5
}

.evo-blog-nav .nav-blog a:first-child {
    border-left: 1px solid #f5f5f5
}

.evo-blog-nav .nav-blog a:last-child {
    border-right: 1px solid #f5f5f5
}

.evo-blog-nav .nav-blog a.active,
.evo-blog-nav .nav-blog a:hover,
.evo-blog-nav .nav-blog a:focus {
    color: #bfb4b2
}

.evo-blog-nav .nav-blog a.active:after,
.evo-blog-nav .nav-blog a:hover:after,
.evo-blog-nav .nav-blog a:focus:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #bfb4b2;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0
}

@media (max-width: 767px) {
    .evo-blog-nav .nav-blog a {
        min-width: 70px;
        text-align: center;
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0;
        position: relative
    }
}

.evo-list-blog-page {
    margin-top: 20px
}

.evo-list-blog-page .evo-list-blogs .blog-item {
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .evo-list-blog-page .evo-list-blogs .blog-item {
        margin-bottom: 25px
    }
}

.evo-list-blog-page .evo-list-blogs .blog-item a .evo-article-image {
    position: relative;
    overflow: hidden;
    height: 247px
}

@media (max-width: 1024px) {
    .evo-list-blog-page .evo-list-blogs .blog-item a .evo-article-image {
        height: 202px
    }
}

@media (max-width: 991px) {
    .evo-list-blog-page .evo-list-blogs .blog-item a .evo-article-image {
        height: 153px
    }
}

@media (max-width: 767px) {
    .evo-list-blog-page .evo-list-blogs .blog-item a .evo-article-image {
        height: 67px
    }
}

@media (max-width: 480px) {
    .evo-list-blog-page .evo-list-blogs .blog-item a .evo-article-image {
        height: 267px
    }
}

@media (max-width: 376px) {
    .evo-list-blog-page .evo-list-blogs .blog-item a .evo-article-image {
        height: 241px
    }
}

@media (max-width: 321px) {
    .evo-list-blog-page .evo-list-blogs .blog-item a .evo-article-image {
        height: 204px
    }
}

.evo-list-blog-page .evo-list-blogs .blog-item a .evo-article-image img {
    -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.evo-list-blog-page .evo-list-blogs .blog-item a h3 {
    color: #1c1c1c;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.67;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left
}

.evo-list-blog-page .evo-list-blogs .blog-item a p {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.52px;
    margin-bottom: 0;
    color: #1c1c1c;
    text-align: left;
    width: auto;
    max-height: 100px;
    text-overflow: ellipsis;

}

.evo-list-blog-page .evo-list-blogs .blog-item a:hover .evo-article-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.evo-list-blog-page .evo-list-blogs .blog-item a:hover h3 {
    color: #bfb4b2
}

.evo-list-blog-page .evo-list-blogs .blog-item a:hover p {
    color: #1c1c1c
}
.tag-block a{
    margin-right: 5px;
}
.evo-article .post-info-meta div{
    float: unset;
}
.relatedNews{
    margin-top: 20px;
}
.relatedNews h4{
    margin-left: 15px;
}
.relatedNews .line{
    height: 2px;
    border-bottom: 2px solid #666;
    width: 30px;
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 15px;
}
.evo-article .article-details p{
    overflow: hidden;
}
.article-wraper .wpb_content_element .wpb_wrapper ul{
    padding: 0;
}
.counting li:first-child {
    border: none;
    padding-top: 0;
}
.counting li {
    list-style: none;
    position: relative;
    padding: 8px 0 8px 30px;
    border-top: 1px solid #f8f8f8;
}
.counting li:first-child:before {
    top: 1px;
}
.counting li:before {
    content: counter(my-badass-counter, decimal);
    counter-increment: my-badass-counter;
    padding: 0 7px;
    position: absolute;
    left: 0;
    top: 12px;
    color: #fff;
    background-color: #a79c99;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
}
.article-wraper h4{
    text-transform: uppercase;
}
.article-wraper .line{
    height: 2px;
    border-bottom: 2px solid #666;
    width: 30px;
    display: inline-block;
    margin-bottom: 30px;
}
.article-wraper{
    color: #666;
    margin-top: 60px;
}
.wpb_image_grid_ul{
    padding: 0;
    list-style: none;
    margin-top: 30px;
}
.wpb_image_grid_ul li{
    margin: 0 8px;
    display: inline-block;
}
.wpb_image_grid_ul li img{
    border-radius: 50%;
}
.ourEperience{
    margin: 30px 0;
}
@media (min-width: 768px) {
    .evo-list-blog-page .evo-list-blogs .blog-item:nth-child(3n+1) {
        clear: left
    }
}