.post-template-default .site-content{
    position: relative;   
}
.single-post-layout{
    background-color: #fff !important;
}
.blog-page-banner{
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-top: -102px;
} 
.case-study-single-post .crumb-links{
    color: #fff;
}
.title-wrapper{
    position: relative;
    z-index: 2;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-single-post.single-post-layout .title-wrapper{
     top: 75px;
}
.title-wrapper.lg{
    min-height: 55vh;
}
.title-wrapper.md{
    min-height:  55vh;
}
.title-wrapper.sm{
    min-height: 50vh;
}

.title-wrapper * {
    width: 100%;
}
.title-wrapper .icon {
    max-width: 60px;
}
.title-wrapper h1{
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
}
.title-wrapper h1 span,
.title-wrapper h1 small,
.title-wrapper p span{
    color: #ff8401;
    font-size: inherit;
    font-weight: inherit;
}
.title-wrapper h1 span{
    /*display: block;*/
}
.blog-single-post .title-wrapper h1{
    font-size: 28px;
}

.service-single-post .title-wrapper h3 small{
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
}
.service-single-post .title-wrapper h1{
    font-size: 40px;
}
.case-study-single-post .entry-content .vc_row > .vc_column_container.vc_col-sm-12{
    max-width: 960px;
    margin: 0 auto;
    float: none;
    clear: both;
}
.case-study-single-post .title-wrapper h4{
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    letter-spacing: 4px;
}
.case-study-single-post .page-title{
    text-transform: uppercase;
    width: 65%;
    margin: 0 auto 20px auto;
    font-size:28px;
    line-height: 38px;
}
.case-study-single-post .page-title span,
.case-study-single-post .page-title small,
.case-study-single-post .page-title b{
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
.case-study-single-post .page-title br{
    display: none;
}
.case-study-single-post .default-contents {
    margin: 20px auto;    
    display: flex;
    align-items: center;
}
.case-study-single-post .default-contents b{
    font-weight: inherit;
}
.case-study-single-post .print-world-info-icon{
    top: 5px;
}
.case-study-single-post .ze-custom-title-info,
.case-study-single-post .entry-content .wpb_wrapper {
    padding-left: 50px !important;
}
.case-study-single-post .entry-content ul li{
    padding: 0 0 0 10px;
}
.case-study-single-post ul li::marker{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10c";
    color: #fd9e5b;
}
.case-study-single-post:not(.default-template) .ze-vc-posts-list{
    display: flex;
    align-items:center;
    padding: 0 0 0 25px;
}
.case-study-single-post.default-template .ze-vc-posts-list .left-right-box{
    align-items: center;
    padding: 40px 0;
    overflow: hidden;
    min-height: 345px;
}
.case-study-single-post.default-template .ze-vc-posts-list .ze-post-list-item:nth-child(odd) .left-right-box {
    flex-direction: row-reverse;
}
.case-study-single-post.default-template .ze-post-list-item .featured-icon img{
    max-width: 75px;
}
.case-study-single-post.default-template .ze-vc-posts-list .right-box .ze-vc-post-title span{
    font-weight: 600 !important;
}
.case-study-single-post .ze-post-list-item.category-technology{
    max-width: 75px;
    padding: 0;
}
.case-study-single-post.default-template .ze-post-list-item{
    max-width: initial;
    padding: 0 10px;
}
.case-study-single-post .ze-post-list-item.category-technology .post-featured-image img{
    object-fit: contain;
    height: 75px;
    width: 75px;
    object-position: center;
}
.case-study-single-post.default-template .ze-vc-posts-list .ze-post-list-item:nth-child(odd) .right-box{
    padding-left: 0;
}
.case-study-single-post .ze-post-list-item .post-featured-image a{
    pointer-events: none
}
.case-study-single-post .default-style.ze-post-list-grid .ze-post-list-item:not(.category-technology) .innter-post-list-wrapper{
    padding: 45px 0;
    max-width: 1140px;
    margin: 0 auto;
}
.case-study-single-post .default-style.ze-post-list-grid .ze-post-list-item.category-technology .innter-post-list-wrapper{
    padding: 0;
}


.service-single-post .title-wrapper p{
    color: #f77e45;
    font-size: 18px;
}
.service-single-post .content-title-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto;
}
.service-single-post .content-title-wrap .go-to-contact{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.service-single-post .content-title-wrap .go-to-contact span{
    line-height: 16px;
    font-size: 13px;
    margin-right: 5px;
}
.service-single-post .page-content-inner .content-title-wrap h3{
    font-weight: 600;
    margin: 0;
}
.blog-objects-wrapper .object-item:first-child{
    padding-left: 7%;
}
.blog-objects-wrapper .object-item:last-child{
    padding-right: 7%;
}
.blog-objects-wrapper .object-item img{
    max-width: 60%;
}
.right-content-wrapper .author-section{
    background-color: #f4f5f5;
    padding: 10px;
}
.author-social-medias{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.author-social-medias a{
    color: #4f5e69;
    font-size: 16px;
    margin: 0 7px;
}
.author-section .author-name{
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0 10px 0;
}
.author-section .author-avater{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.author-section .author-avater .frame{
    position: relative;
    z-index: 2;
}
.author-section .author-avater .avatar{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    min-width: auto;
    object-fit: cover;
    width: auto;
    height: auto;
    max-width: 120px;
}
.latest-widget-wrap{
    margin: 15px auto 35px auto;
    text-align: left;
}
.latest-widget-wrap .latest-widget-inner .latest-widget-item:not(:first-child) {
    margin-top: 20px;
}
.latest-widget-wrap h4{
    color: #ff8401;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.latest-widget-wrap h5{
    margin: 0 0 7px 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #262626;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-widget-wrap h5 b,
.latest-widget-wrap h5 small{
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}
.latest-widget-wrap h5 br{
    display: none;
}
.latest-widget-wrap img{
    min-height: 175px;
    object-fit: contain;
    object-position: center center;
}
.feed-content-wrapper .latest-widget-wrap{
    max-width: 1280px;
    margin: 55px auto;
}
@media (min-width: 768px){
    .service-single-post .content-title-wrap{
        margin: 40px auto;
    }
}
@media (max-width: 991px){
    .single-post:not(.default-template) .page-content-wrapper .page-content-inner{
        padding: 0 25px;
    }
    .case-study-single-post.default-template .ze-post-list-item{
        padding: 0 25px;
    }
    .case-study-single-post .default-style.ze-post-list-grid .ze-post-list-item .innter-post-list-wrapper{
        padding: 25px 0;
    }
    .case-study-single-post.default-template .ze-vc-posts-list .left-right-box {
        padding: 20px 0;
        min-height: 300px;
    }
}
@media (max-width: 767px){
    .service-single-post .title-wrapper,
    .blog-single-post .title-wrapper{
        padding: 0 15px;
    }
    .title-wrapper.md {
        min-height: 45vh;
    }
    .service-single-post.single-post-layout .title-wrapper {
        top: 20px;
    }
    .title-wrapper, .title-wrapper.text-left{
        text-align: center;
    }
    .service-single-post .title-wrapper h1, .service-single-post .title-wrapper h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .service-single-post .page-content-inner .content-title-wrap h3{
        font-size: 18px;
    }
    .service-single-post .title-wrapper p{
        font-size: 14px;
        line-height: 22px;
    }
    .service-single-post .content-title-wrap .go-to-contact span {
        font-size: 11px;
    }
    .title-wrapper.lg {
        min-height: 225px;
    }
    .ze-vc-posts-list .left-right-box{
        flex-direction: column !important;
    }
    .case-study-single-post .default-style.ze-post-list-grid .ze-post-list-item .innter-post-list-wrapper {
        padding: 0;
    }
    .ze-vc-posts-list.default-style .left-box {
        padding: 45px 0;
        overflow: hidden;
    }
    .ze-vc-posts-list.default-style .left-box .count{
        top: 5px !important;
    }
    .case-study-single-post.default-template .ze-vc-posts-list .left-right-box {
        padding: 20px 0;
    }
    .ze-vc-posts-list .right-box {
        padding: 15px !important;
        text-align: center;
    }
    .case-study-single-post .default-contents {
        flex-direction: column;
        text-align: center;
    }
    .case-study-single-post .page-title{
        margin: 20px auto;
        font-size: 18px;
        line-height: 25px;
        width: 100%;
    }
    .case-study-single-post .entry-content .wpb_wrapper {
        padding-left: 0px !important;
    }
    .case-study-single-post .entry-content .wpb_text_column {
        padding-left: 27px !important;
    }
    .case-study-single-post .ze-custom-title-info{
        padding-left: 32px !important;
        position: relative;
        top: -5px;
    }
}