.rd-navbar-brand img{
    max-height: 100%;
}

.lead{
    font-size:19px;
}

.bg1{
    background: linear-gradient(to bottom, #0175BE 0%, #95D4E9 100%)
}



.icon-list li span, .index-list li h3, a.phone-icon, a.phone-icon:before, .sct-link-top .nav-link, a:hover{
    color: #0175BE;
}

.icon-list li:hover span, .icon-list li:hover a:hover{
    color: #95D4E9;
}

.index-list li:hover:before{
    background: #95D4E9;
    border-color: #95D4E9;
}

.bg-primary, html .ui-to-top{
    background: #0175BE;
}

body [class*='fa-']:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.txt-shadow{
   text-shadow: 0 0 10px rgb(66 70 79 / 50%);
}
.btn{
    background: linear-gradient(to right,#0175BE 0%,#95D4E9 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0175BE), color-stop(100%, #95D4E9));
}

.btn:hover:before{
    box-shadow: inset 67px 0 50px 32px #0175BE
}

footer{
    padding-bottom: 20px;
}

@media (min-width: 768px){
    .google-map {
        height: 400px;
    }
}


@media (max-width: 500px) {
    em {
        font-size: 26px;
        line-height: 55px;
    }
}

/*
@media (max-width: 767px){
    * + .jumbotron-custom {
        padding-top: 300px;
    }
}


*/
