/* Example CSS file */ 
.text-primary {
    color: #b22025!important;
}

.brand-logo {
    height: 40px;
    width: 100%;
    object-fit: contain;
}

.bg-primary {
    background-color: #404040 !important;
}

.btn-primary {
    background-color: #404040 !important;
}

.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #404040;
    border-color: #404040;
}

p.font-weight-bold {
    font-weight: bold;
}

.h6.font-weight-normal {
    font-weight: 400;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #b22025;
}
.rm-border {
    border: 0px!important;
}

.accordion-button:not(.collapsed) {
    color: #141414;
    background-color: #FBDC8E;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
}

.navbar-light .navbar-toggler {
    color: #1C1917;
    border-color: rgba(0,0,0,0.0)!important;
}

.fab {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%; /* Makes the button circular */
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px; /* Vertically center the icon */
}

.advatages-image {
    height: 210px;
    height: 160px;
    object-fit: cover;
}

.icons {
    height: 90px;
    object-fit: contain;
}


.form-control {
    display: block;
    width: 100%;
    padding: .875rem 1.5rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25;
    color: #1C1917;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000000;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}