.back-to-top {
    position: fixed;
    top: 50%;
    right: 0;
    font-size: 18px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    text-align: center;
    display: none;
    -webkit-box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
    -moz-box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
    box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    color: #fff;
}
.bg-02 {
    background: #ffc107;
}
h2.campus-title span {
    font-size: 26px;
}
h2.campus-title strong {
    text-transform: uppercase;
    color: #258ffa;
}
.location-01 {
    background: #1673d2;
    color: #fff;
    padding: 20px 0;
    border: dashed 1px #fff;
    box-shadow: 0px 0px 0px 10px #1673d2;
    margin:40px 0 0px;
}
.location-01 h2{
    color: #fff;
}
.location-01 span {
    font-size: 25px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    margin-top: 10px;
}
.location-02 {
    background:#fb6602;
    box-shadow: 0px 0px 0px 10px #fb6602;
}
section.assci-area img {
    border: dashed 1px #ababab;
    padding: 15px;
}
section.assci-area .col-md-2 {
    padding-right: 0;
    margin-bottom: 15px;
}

.location-01 {
    background: #1673d2;
    color: #fff;
    padding: 20px 0;
    border: dashed 1px #fff;
    box-shadow: 0px 0px 0px 10px #1673d2;
    margin:40px 0 0px;
}
.location-01 h2{
    color: #fff;
}
.location-01 span {
    font-size: 25px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    margin-top: 10px;
}
.location-02 {
    background:#fb6602;
    box-shadow: 0px 0px 0px 10px #fb6602;
}
section.assci-area img {
    border: dashed 1px #ababab;
    padding: 15px;
}
.location-01 p {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}