.truncate-3-custom {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.tg-header__area-four .tgmenu__wrap {
    background: var(--tg-color-white-default);
    border: 1px solid #d7e4ea;
    border-radius: 10px;
    -ms-box-shadow: 0 5px 10px 0 #eef4f6;
    -o-box-shadow: 0 5px 10px 0 #eef4f6;
    box-shadow: 0 5px 10px 0 #eef4f6;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tgmenu__action ul .header-search a {
    color: var(--tg-theme-secondary);
    font-size: 20px;
    line-height: 0;
    display: none;
}
.breadcrumb-item+.breadcrumb-item:before {
    color: var(--tg-body-color);
    content:"/";
    font-family: var(--tg-icon-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-top: 6px;
    padding-right: 10px;
}
.breadcrumb__content .title {
    font-size: 36px;
    margin-bottom: 10px;
}

.services__details-list-box .icon {

    font-size: 50px;
    height: 160px;
    width: 160px;
 
}

.shortcode-content-feature-list .feature-icon img, .shortcode-content-feature-list .feature-icon svg.icon {
    border: unset;
    height: 145px;
    position: unset;
    transition: all .4s ease-out 0s;
    width: 145px;
}