/*Header*/
.navbar-brand {
    padding: 15px 0;
}

.main-header .row {
    background-color: #00000033;
}

.main-nav .link-txt .txt {
    color: #FFF;
}

.homepage-main-content {
    max-width: 100% !important;
}

.titlebar-container {
    color: #FFF;
    padding: 15px;
}

.titlebar-container ol.breadcrumb {
    color: #FFF;
}

.main-header .row {
    background-color: #0000004d;
}

ol.breadcrumb span {
    opacity: 0.8;
}

.info-page-content ul {
    list-style: none; /* Remove default bullets */
}

.info-page-content ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #ffc70a; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, .contact-form .ui-selectmenu-button:focus {
    color: #000;
}

a.read-more-link {
    color: #0069cf;
}

form .bg-gray {
    background: #e2e2e2 !important;
    color: #000 !important;
}

@media screen and (max-width: 1199px) {
    .main-nav .link-txt .txt {
        color: #000;
    }
}

@media screen and (max-width: 991px) {
    .pr-7, .px-7 {
        padding-right: 0 !important;
    }

    .mr-7, .mx-7 {
        margin-right: 0 !important;
    }
}

/* IE9, IE10, IE11 */
@media screen and (min-width: 0\0
) {
    #logoInSlide {
        margin-top: 200px;
    }

    .btn.semi-round,
    input.sendformbtn {
        background-color: #ffc70a;
    }

    .text-primary {
        color: #ffc70a;
    }
}