* {
    font-family: 'Open Sans', sans-serif;
}

p {
    margin-bottom: 0!important;
}

header {
    background-color: #fff;
    border-bottom: 1px solid #dee2e6!important;
}

.banner-title {
    text-align: center;
    font-size: 65px;
    color: #8B0000;
    font-weight: bold;
}

.banner-phone {
    text-align: center;
    font-size: 65px;
    color: #333;
    font-weight: bold;
}

.banner-phone a{
    text-decoration: none;
    color: #333;
}

.banner-phone a:hover{
    color: #C71212;
}

.banner-subtitle1 {
    text-align: center;
    font-size: 30px;
    color: #C71212;
    font-weight: bold;
}

.banner-subtitle2 {
    text-align: center;
    font-size: 30px;
    color: #002E5D;
    font-weight: bold;
}

.area-title {
    background-color: orange;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
}

ul#service-area {
    padding: 0!important;
    margin: 0!important;
}

.service-area-list {
    float:left;
    list-style: none;
    margin-right: 10px;
}

footer {
    width: 100%;
}

.site-title {
    margin-left: 10px;
    text-align: center;
    font-size: 25px;
    color: #C71212;
    font-weight: bold;
}

a{
    text-decoration: none;
    color: #C71212;
}

.nav-pills .nav-link {
    color: #fff;
    margin-right: 13px;
    background-color: #002f5d!important;
}

.area-title h1 a {
    color: #fff;
    text-decoration: none;
}

.service-area-list a {
    color: #333;
    margin-right: 10px;
    text-decoration: none;
}

.area-title h1 a:hover {
    color: #333;
}

.service-area-list a:hover {
    color: orange;
    text-decoration: underline dotted orange;
}

#mobile-menu {
    background-color: #2a2727;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
}

#mobile-menu ul {
    padding: 20px!important;
    list-style: none;
}

#mobile-menu ul li {
    margin-bottom: 10px;
}

#mobile-menu ul li a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
}

.middle-banner {
    padding: 20px;
    margin-top: 10px;
    background-color: #f7f7a7;
}

.middle-banner-title {
    text-align: center;
    font-size: 50px;
    color: #8B0000;
    font-weight: bold;
}
.middle-banner-phone {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #8B0000;
}

.contact-text {
    text-align: center;
    padding: 20px;
}

.contact-text h1 {
    font-size: 50px;
    color: red;
    text-align: center;
}

.contact-text p {
    font-size: 75px;
    color: #000000;
    text-decoration: none;
}

.mobile-bottom {
    position: fixed;
    bottom:0;
    left:0;
    right:0;
}

.mobile-bottom .phone {
    padding: 10px;
    background-color: #23eb58;
    text-align: center;
    text-decoration: none;
}

.mobile-bottom .whatsapp {
    padding: 10px;
    background-color: #007bff;
    text-align: center;
    text-decoration: none;
}

.mobile-bottom a {
    color:white;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.card-title {
    font-weight: bold;
    color: #002E5D;
}

.card-title a {
    font-weight: bold;
    color: #002E5D;
    text-decoration: none;
}

.card-title:hover, .card-title a:hover{
    color: #8B0000;
}

.page-content {

}
