main .template-theme--blue .card {
    transition: border 0.25s;
    color: #303030;
    border: 1px solid transparent  !important;
    width: 100%;
}

main .template-theme--blue .card:hover {
    border: 1px solid var(--theme-color, #666) !important;
    color: var(--theme-color, #666);
}

main .template-theme--blue .card h5 span {
    display: block;
    font-size: 2.5rem;
}
.template-theme--blue-header .template-theme--blue-nav{
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 100%;
    z-index:2
}
main .template-theme--blue-banner{
    min-height: 300px
}
main .template-theme--blue-banner-pages{
    padding-top:60px;
    background-color: var(--theme-color, #666);
  }
main .template-theme--blue-header-image .template-theme--blue-banner{
    background-color: var(--mask-color, transparent);
}
@media (max-width: 575.98px) {
    main .template-theme--blue-banner-pages{
        padding-top:0px
    }
    .template-theme--blue-header{
        height: 50px
    }
    .template-theme--blue-header .template-theme--blue-nav{
        position: relative;
        background:  var(--theme-color, #666);
    }
    main .template-theme--blue-banner{
        min-height: 180px

    }
    .container, .col-md-6,.col-12{
        padding-left: 5px;
        padding-right: 5px;
    }
    .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    input{
        margin-top: 1px;
    }
}
.highlight{
    color:#FF5722;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: unset;
}
