/* Enter Your Custom CSS Here */
.page-title {
    position: relative;
    padding: 160px 0 70px;
    background-color: #E94E1B ;
    background-repeat: no-repeat;
    background-size: cover;
}

blockquote {
    border-left: 5px solid #E94E1B;
}

/*back to top*/
.backToTop i{
    text-align: center;
    font-size: 40px;
    line-height: 62px;
    background-color: #E94E1B;
    color: #fff;
    width: 68px;
    height: 68px;
    position: absolute;
    top: -34px;
    left: 50%;
    margin-left: -34px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 3px 5px #989898;
    -moz-box-shadow: 0px 3px 5px #989898;
    -ms-box-shadow: 0px 3px 5px #989898;
    -o-box-shadow: 0px 3px 5px #989898;
    box-shadow: 0px 3px 5px #989898;
}

.backToTop i:hover{
    background-color: #a23510;
    -webkit-box-shadow: 0px 5px 10px #989898;
    -moz-box-shadow: 0px 5px 10px #989898;
    -ms-box-shadow: 0px 5px 10px #989898;
    -o-box-shadow: 0px 5px 10px #989898;
    box-shadow: 0px 5px 10px #989898;
}

.customButton {
    background-color: #e94e1b;
}