﻿
/*** 

====================================================================
    service-single Section style
====================================================================

***/

.service-catergory {
    border: 1px solid #f4f4f4;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .service-catergory li {
        list-style: none;
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid #f4f4f4;
        margin-bottom: 2px;
    }

        .service-catergory li:last-child {
            border-bottom: 0px;
        }

        .service-catergory li .view-all-icon {
            position: absolute;
            right: 20px;
            top: 22px;
            color: #848484;
        }

        .service-catergory li.active {
        }

            .service-catergory li.active a {
                color: #48c7ec;
            }

        .service-catergory li a {
            display: block;
            font-size: 18px;
            color: #222;
            line-height: 30px;
            border-left: 5px solid transparent;
            font-weight: 400;
            padding-left: 34px;
            transition: all 0.5s ease;
            position: relative;
        }

            .service-catergory li a:hover {
                color: #48c7ec;
            }

.service-single blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    padding-left: 30px;
    font-size: 18px;
    border-left: 5px solid #f7f7f7;
    font-style: italic;
    color: #48c7ec;
    font-family: "Poppins", sans-serif;
}

.service-catergory li a:after {
    position: absolute;
    content: "\f067";
    font-family: FontAwesome;
    font-size: 12px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    left: -5px;
    top: 5px;
    color: #848484;
    background: #f4f4f4;
}

.service-catergory li.active a:after {
    color: #fff;
    background: #48c7ec;
}

.service-catergory li.active a:before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    right: 15px;
    top: 5px;
    color: #48c7ec;
}



/*brochures*/

.brochures-lists {
}

    .brochures-lists li a {
        background: #fff;
        line-height: 52px;
        margin-bottom: 10px;
        display: block;
        color: #222;
        height: 55px;
        border: 2px solid #f4f4f4;
        position: relative;
        transition: .5s ease;
    }

        .brochures-lists li a:hover {
            color: #ffffff;
            background: #48c7ec;
            border-color: #48c7ec;
            transition: .5s ease;
        }

    .brochures-lists li.active a {
        background: #82dbf5;
    }

    .brochures-lists li a span {
        font-size: 16px;
        margin: 0 20px;
    }

    .brochures-lists li a i::before {
        font-size: 18px;
        padding-right: 15px;
        position: absolute;
        right: 0;
        top: 18px;
        color: #ffffff;
    }


.brochures .img-box {
    padding: 22px 0;
    border: 1px solid #f4f4f4;
}

.author-details.style-2 .item {
    padding: 20px 20px 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
    background: transparent;
    margin: 0;
    padding: 0px 0 40px;
}



/*tab*/
.tabs-section {
    position: relative;
    padding: 130px 0px 100px;
}

    .tabs-section .column {
        margin-bottom: 30px;
    }

    .tabs-section .image-box img {
        width: 100%;
        display: block;
    }

.tabs-style-two .tab-buttons {
    position: relative;
}

    .tabs-style-two .tab-buttons .tab-btn {
        position: relative;
        display: inline-block;
        padding: 9px 60px;
        margin: 0px -2px 0px;
        width: 25%;
        cursor: pointer;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        color: #222;
        border: 1px solid #f4f4f4;
        text-transform: capitalize;
        transition: all 300ms ease;
    }

        .tabs-style-two .tab-buttons .tab-btn.active-btn {
            color: #48c7ec;
            background: #fff;
            border-color: #48c7ec;
            border-bottom: 0;
        }

.tabs-style-two .tabs-content {
    position: relative;
    padding: 40px;
    margin: 0px 2px 0px -2px;
    border: 1px solid #f2f2f2;
    border-top: 0;
}

.tabs-style-one .tab .text-content {
    position: relative;
}

.tabs-style-two .tab .text-content .text {
    width: 100%;
}

    .tabs-style-two .tab .text-content .text p {
        margin-bottom: 10px;
        text-indent: 2em;
    }

.tabs-style-two.tabs-box {
    padding-right: 15px;
}

.tabs-box .tabs-content .tab {
    position: relative;
    display: none;
}

.tabs-box .tabs-content .active-tab {
    display: block;
}


.tabs-outer {
    position: relative;
    margin-top: 60px;
}

    .tabs-outer.style-two {
        margin: 0px;
    }

    .tabs-outer .tabs-box .tab-buttons .tab-btn {
        position: relative;
        padding: 9px 3px;
    }

    .tabs-outer .text-content .image img {
        width: 100%;
    }

    .tabs-outer .tabs-content {
        padding: 20px;
    }

    .tabs-outer.style-two .tabs-content {
        padding: 0px;
    }

    .tabs-outer .tabs-content .column .text {
        margin-bottom: 10px;
    }


