@charset "UTF-8";

.navbar-brand{
    display: flex;
    align-items: center;
}
.navbar-brand img{
    width: auto!important;
    height: 2rem;
}
.navbar-brand span{
    font-size: 1.75rem;
    font-weight: bold;
    color: #2f80ed;
    margin-left: 20px;
}
.header.header-6 .navbar-nav .nav-item a{
    padding: 7px 20px;
}
.contact-style-3 .contact-wrapper .single-item {
    padding: 25px 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 25px rgb(218 211 211 / 50%);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    transition: all .3s ease-out 0s;
}
.contact-style-3 .contact-wrapper .single-item .icon {
    max-width: 54px;
    width: 100%;
    height: 54px;
    border-radius: 50%;
    background: #2f80ed;
    color: #fff;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}
@media (max-width: 767px){
    .navbar-brand span{
        display: none;
    }
}