* {
    font-family: 'Assistant', sans-serif;
}
.header {
    background-image: url('../images/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 230px 0;
}

p {
    font-size: 18px;
}
.fullscreen {
    width: 100%;
}

.heading h2 {
    margin: 0;
    color: #ec1f27; 
}

.logo img {
    width: 358px;
    max-width: 22%;
    margin-top: -85px;
    border-style: solid;
    border-width: 1px;
    border-radius: 350%;
    border-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(140,140,140,0.5);
}

.contactInfo .col{
    margin-bottom: 15px;
}

.btn-floating {
    width: 52px;
    height: 52px;
    line-height: 52px;
}
.btn-floating i{
    font-size: 1.8rem;
    line-height: 52px;
}
.swiper-slide img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 576px) {
    .header {
        padding: 100px 0 !important;
    }
    .logo img {
        width: 100%;
        max-width: 43%;
    }
}
