.scroll-text {
    border: 1px solid red;
    width: 400px;
    height: 4.5em;
    overflow: hidden;
}

.scroll-text ul {
    width: 800px;
    height: 100px;
    overflow: hidden;
    margin: 0;
}

.scroll-text ul li {
    height: 1.5em;
}

.scroll-img {}

.scroll-img ul {
    margin: 0;
    padding: 0px;
    text-align: left;
    padding-left: 5px;
}

.scroll-img ul li {
    display: inline-block;
    margin: 10px 20px 10px 0px;
    width: 30%;
    background: #272525;
    border: solid 1px #3f3f3f;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    min-height: 155px;
    padding: 0px 10px;
    text-align: center;
}

.scroll-img ul li i {
    font-size: 40px;
    color: #0695d5;
}

#demo5-btn {
    width: 100%;
}

#demo6 {
    width: 412px;
}

#demo6-queue {
    width: 680px;
}

#demo6 p,
#demo6-queue p {
    width: 124px;
    height: 124px;
    background-color: lightgray;
    font-family: 'Amaranth', sans-serif;
    font-size: 82px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#demo5-forward,
#demo5-backward {
    background: url(../images/arrow.jpg) no-repeat left top;
    width: 35px;
    display: block;
    text-indent: -9999px;
    border: none;
    height: 97px;
    cursor: pointer;
    position: absolute;
    top: -230px;
}

#demo5-forward {
    background-position: -35px top;
    right: -50px;
}

#demo5-backward {
    left: -50px;
}

#demo5-btn {
    position: relative;
}

.srcoll-title {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0px 0px 15px 0px;
}

.scrooltext {
    color: #888888;
    font-size: 16px !important;
    line-height: 25px;
}

.srcoll-icon {
    padding: 20px 0px 20px 0px;
}

.home-portfolio-text {
    padding: 10px 0px;
}

.back_btn {
    font-weight: bold;
    background: #0695D5;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 6px 10px;
    margin-right: 15px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 40px;
    text-decoration: none;
}

.backarrow {
    margin-bottom: 40px;
    display: inline-block
}