@media (min-width: 768px) {
    .page-title-2 {
        font-size: 110px !important;
        line-height: 105px !important;
        margin-bottom: 60px;
        letter-spacing: -5px;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .page-title-2 {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 30px;
        letter-spacing: -2px;
        color: #fff;
    }
}

.menubarfix {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.main-navigation ul li a {
    padding: 18px 6px;
}

.bar-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-left {
    justify-content: left;
}

.bar-menu {
    font-weight: bold;
}

.bar-menu a {
    color: #fff;
    padding: 10px;
    /*border-left: 1px dotted rgb(255, 255, 255, .6);*/
    border-radius: 5px;
    font-size: 16px;
    font-weight:500;
}

.bar-menu a:hover {
    color: #fff;
    background-color: #00853f;
} 
#btn-get-a-quote{
    color: #fff;
    background-color: #00853f;  
}