/* ===== START YOUR CUSTOMIZATIONS HERE ===== */

#index .index, #news .news, #product .product, #job .job, #about .about, #contact .contacts {
    border-bottom: 4px solid #1abc9c;
}





#blog .blog-content td img {
    margin: 0 auto;
    width: 90%;
    border-radius: 2px;
}

#blog .blog-content div img {
    margin: 0 auto;
    width: 100%;
    border-radius: 2px;
}

#blog .sidebar .widget ul li a {
    color:#000;
}
#blog .sidebar .widget ul li.active {
     border-left: 3px solid #1abc9c;
    margin-left: -51px;
    padding-left: 48px;
}
    #blog .sidebar .widget ul li.active a {
        color:#1abc9c;
    }

.scroll-to-top {
    bottom: 275px;
    background: #1abc9c;
    height: 45px;
    width: 45px;
    border-radius: 45px;
    text-align: center;
    position: fixed;
    line-height: 45px;
    text-align: center;
    position: fixed;
    z-index: 10001;
    display: none;
    right: 20px;
}

    .scroll-to-top img {
        width: 32px;
        cursor: pointer;
    }




.scrool-to-customer {
    background: #1abc9c;
    height: 45px;
    width: 45px;
    border-radius: 45px;
    text-align: center;
    position: fixed;
    z-index: 10001;
    bottom: 335px;
    right: 20px;
}

    .scrool-to-customer img {
        width: 32px;
        margin-top: 3px;
    }
