﻿.navbar, .nav > li > a:focus {
    background-color: #fff;
}

.navbar-custom .navbar-nav > li > a {
    color: #30696e;
    padding: 30px;
    transition: all .2s ease-in-out;
}

footer a {
    color: #108896;
}

footer p, footer h6, footer h5, footer h4, footer ul {
    color: #108896;
    margin-top: 0px;
}

footer {
    background-color: #ffffff;
    padding: 45px 0px;
}

.navbar ul {
    padding: 0;
    margin: 0;
}

    .navbar ul li, .navbar ul li a {
        letter-spacing: .5px;
    }

.omTop ul li {
    list-style: none;
    display: inline-block;
}

.omTop ul li, omTop ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #ef5030;
    letter-spacing: .5px;
}

@media screen and (max-width: 600px) {
    .omTophidemobile {
        visibility: hidden;
        display: none;
    }
}


.omMAp {
    border-color: #F19F1F!important;
    max-width: 100%;
    min-height: 350px;
    border-top: 10px solid;
}

.list-inline > li {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
}

.error {
    background: #ffd0c7!important;
}

label.error {
    display: none !important;
}


.section-heading h2:before, .section-heading h2:after, .owl-prev i, .owl-next i, .bg-darkcolor .btn:hover {
    background-color: #ef5030;
}