#heading {
    background-size: cover;
    min-height: 103px;
    background-repeat: no-repeat;
    padding-top: 8px;
    background-color: #006991 !important;
    color: #ffffff !important;
}

#heading .logo-left {
    margin-top: -5px;
    position: relative;
    max-width: 155px;
    width: auto;
}

#heading .logo-left .date {
    position: inherit;
    color: #ffffff !important;
    right: 0;
    margin: auto;
    bottom: -14px;
    left: 3rem;
    text-align: center;
    font-weight: bold;
    top: 1rem;
    min-width: 200px;
}

#heading .logo-mobile {
    display: none;
}


#content .news-wrapper .thumbnails .thumbnail:hover,
#content .news-wrapper .thumbnails .thumbnail:focus,
#content .news-wrapper .thumbnails .thumbnail.hover {
    background: #006991 !important;
}

#content .events ul .owl-item li:hover,
#content .events ul .owl-item li:focus {
    background: #006991}


#content .events ul .owl-item li time {
    color: #000000;
}

#content .events ul .owl-item li time:hover {
    color: yellow;
}



.input-floating-label {
    position: relative
}

.input-floating-label .floating-label {
    pointer-events: none;
    padding-right: 1rem;
    padding-left: 1rem;
    position: absolute;
    right: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .15s;
    background-color: #fff;
/*     background: linear-gradient(to bottom, #f6f7f8 50%, #fff 0% 100%) !important; */
}

@media (prefers-reduced-motion:reduce) {
    .input-floating-label .floating-label {
        transition: none
    }
}

.input-floating-label .floating-label.active,
.input-floating-label input.has-content ~ .floating-label,
.input-floating-label input:focus ~ .floating-label {
    top: 0;
    font-size: 90%;
    opacity: 0.85
}

.input-floating-label[class*=text-] input:focus ~ .floating-label {
    color: inherit !important;
    opacity: .95
}

.input-floating-label[class*=brc-] input:focus {
    border-color: inherit;
    z-index: auto;
}

select.form-control {
    padding-right: .25rem;
    padding-left: .25rem
}

select.form-control option {
    padding: .3125rem .3125rem .375rem
}

a, a:link, a:visited {
    color: #006991;
    text-decoration: none;
}

a:hover, a:focus {
    color: #f90
}


.btn-caroop-success {
    text-align: center;
    border-radius: 10rem;
    min-width: 2rem;
    /* padding: 0.2rem 1rem 0.2rem 1rem; */
    border: 2px solid #006991;
    color: #006991 !important;
}

.btn-caroop-success:hover {
    background: linear-gradient(90deg, #006991, #006991);
    color: #fff !important;
}

.btn-caroop-success-radvin {
    text-align: center;
    border-radius: 10rem;
    min-width: 2rem;
    /* padding: 0.2rem 1rem 0.2rem 1rem; */
    border: 2px solid #006991;
    color: #ffffff !important;
    background: linear-gradient(90deg, #006991, #006991);
}

.btn-caroop-success-radvin:hover {
    color: #006991 !important;
    background: #ffffff;
}


#content .services .left .item:hover p,
#content .services .left .item:focus p,
#content .services .right .item:hover p,
#content .services .right .item:focus p {
    color: #006991;
}

.iconbazaz a:hover, .iconbazaz a:focus {
    color: #ba931e;
}