a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #212121 url('/img/source/up-arrow.png') no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.ideal{
    color:#C9300F;
}
.ideal:hover{
    color:#fff;
}
h2, h3 {
    color: #C9300F;
}
p{
    color:#000000;
    font-size:18px;
}
ul li{
    font-size:18px;
    color:#000000;
}
.serviceIcon{
    color:#000;
}
.serviceIcon:hover {
    color: #C9300F;
}
.axmColor {
    color: #C9300F;
}
a{
    color: #C9300F;
}
a:hover{
    color:#000;
}
.bg-axm{
    background-color: #C9300F;
}
.btn-axm {
    color: #fff;
    background-color: #C9300F;
}
    .btn-axm:hover {
        color: #C9300F;
        background-color: #fff;
       
    }

.headerLine {
    width:50%;
    color:#000;
    margin:auto;
}

nav {
    font-size: large !important;
}
nav .nav-item.active > a {
    color: #C9300F !important;
    font-weight:bold;
}

footer a {
    color: #C9300F;
}
footer a:hover{
    color:#fff;
}
