.back-to-top {
    position: relative;
    z-index: 2;
}

.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
}

.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #FA6742;
    border-color: #FA6742;
}


.location p:hover {
    color: orangered;
}

.location i {
    font-size: 18px;

}

.text-white-50 {
    color: rgb(255 255 255 / 87%) !important;
}

.about-company i {
    font-size: 25px;
}
.about-company p a:hover{
    color: orangered;
}
.about-company a {
    padding: 5px;
    color: white;
    transition: color .2s;
}

.links ul {
    list-style-type: none;
    transition: color .2s;
}

.links ul li a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
}

.links ul li a:hover {
    text-decoration: none;
    color: orangered;
    transition: color .2s;
}

.about-company a:hover {
    color: #4180CB
}

.copyright {border-top:1px solid rgba(255,255,255,.1);}
.copyright p{
    font-size: 14px;
    padding: 5px 0;
}
.footer {
    background-image: url('../../frontend/images/school.gif');
    background-repeat: no-repeat;
    background-size: cover;
    color:white;
    font-size: 18px;
}