/* FILE:1.0-JQUERY.EXPANDABLE.CSS*/
.expandable {
    transition: all 250ms ease-in-out;
}

.expandable .expand-bar {
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    background-color: white;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
}

.expandable .expand-bar::before {
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0px;
    display: block;
    content: "";
    background: rgba(237,237,237,0);
    background: -moz-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,0)), color-stop(41%, rgba(255,255,255,0.8)), color-stop(70%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -o-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -ms-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: linear-gradient(to bottom, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}

.expandable .expand-bar i {
    transition: all 250ms ease-in-out;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    transform: rotate(-90deg);
}

.expandable.expanded .expand-bar i {
    transform: rotate(90deg);
}

.expandable .expand-bar i::before, .expandable .expand-bar i::after {
    position: absolute;
    width: 10px;
    height: 1px;
    background: #1d1d1d;
    content: "";
    left: 5px;
}

.expandable .expand-bar i::before {
    transform: rotate(45deg);
    top: 13px;
}

.expandable .expand-bar i::after {
    transform: rotate(-45deg);
    top: 6px;
}

/* FILE:9.0-AS-HOME.TRANSFER.CSS*/
.home .icon-box-side .icon-box-icon span {
    color: transparent;
}
.post-frame .post-title {
    height: 28px;
    overflow: hidden;
}
.category-classic .category-content {
    overflow: hidden;
    min-height: 68px;
    color: #222;
    background-color: #E1EEFB;
}
.category-section {
    position: relative;
    padding: 13rem 0;
}
    .category-section .shape-divider {
        position: static;
    }
.shape-divider .shape svg {
    display: block;
}
.shape-divider .shape6 {
    top: 0px;
}
.shape-divider .shape7 {
    bottom: 0px;
}
.shape-divider .shape {
    position: absolute;
    left: 0;
    right: 0;
}
.category img {
    border-radius: 0px;
    height: 230px !important;
    object-fit: cover;
}
.testimonial blockquote {
    position: relative;
    margin-bottom: 2rem;
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    line-height: 1.75;
    color: #666;
    background-color: #f6f7f9;
    overflow: visible
}

    .testimonial blockquote::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 30px;
        display: block;
        width: 12px;
        height: 12px;
        background-color: #f6f7f9;
        transform: rotate(-45deg) translateY(60%)
    }

.testimonial-info {
    display: flex;
    align-items: center;
    padding: 0 2rem
}

    .testimonial-info .testimonial-author-thumbnail {
        margin-right: 1.5rem;
        width: 5rem;
        height: 5rem;
        overflow: hidden;
        border-radius: 50%
    }

    .testimonial-info img {
        width: 100%;
        height: auto
    }

    .testimonial-info cite {
        font-size: 1.4rem;
        font-weight: 400;
        font-style: normal;
        color: #222;
        line-height: 1
    }

        .testimonial-info cite span {
            display: block;
            margin-top: .7rem;
            font-size: 1.2rem;
            font-weight: 400;
            text-transform: none;
            color: #999;
            line-height: 1
        }

.testimonial-inversed blockquote::after {
    right: 45px;
    left: auto
}

.testimonial-inversed .testimonial-author-thumbnail {
    order: 2;
    margin-left: 1.5rem;
    margin-right: 0
}

.testimonial-inversed .testimonial-info {
    justify-content: flex-end
}

.testimonial-inversed cite {
    text-align: right
}

.testimonial-centered {
    padding: 3.8rem 3rem 4rem;
    background-color: #f6f7f9;
    text-align: center
}

    .testimonial-centered .testimonial-info {
        display: block;
        margin: 0;
        padding: 0
    }

    .testimonial-centered .testimonial-author-thumbnail {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
        width: 7rem;
        height: 7rem
    }

    .testimonial-centered blockquote {
        margin-left: auto;
        margin-right: auto;
        background-color: transparent
    }

        .testimonial-centered blockquote::after {
            content: none
        }

    .testimonial-centered .testimonial-title {
        margin-bottom: 2.6rem;
        font-size: 1.8rem;
        letter-spacing: 0;
        line-height: 1.2
    }

    .testimonial-centered blockquote {
        padding: 0
    }

    .testimonial-centered cite span {
        margin-top: .8rem
    }

    .testimonial-centered.testimonial-border {
        background-color: transparent;
        box-shadow: 0 0 0 2px #edeef0 inset
    }

.testimonial-bg {
    padding: 2rem 2rem .8rem;
    background-color: transparent
}

    .testimonial-bg .testimonial-author-thumbnail {
        margin-bottom: 2.3rem
    }

    .testimonial-bg blockquote {
        max-width: 86rem;
        color: rgba(255,255,255,0.8)
    }

    .testimonial-bg cite {
        text-transform: uppercase;
        font-weight: 600;
        color: #fff
    }

        .testimonial-bg cite span {
            color: rgba(255,255,255,0.8)
        }


.expandable .expand-bar {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
}
    .expandable .expand-bar .more .d-icon-category {
        margin-left: 14px;
        margin-top: -5px;
    }
@media (max-width: 575px) {
    .intro-slider figure img {
        height: 100%!important;
        min-height: auto;
    }
    .intro-slider .banner-content {
        margin-left: 0px;
    }
    .shape-divider .shape2 svg {
        transform: translateY(-78%);
        width: 102%;
    }
}

