.footer .logo-sv {
    max-width: 300px;
}

.footer .logo-adfri {
    max-width: 120px;
}

.footer .template-bullet a {
    color: #dddddd !important;
}

.footer .template-bullet::before {
    display: none;
}

.header .logo img {
    max-height: 60px;
}

.home-service .icon:hover:before {
    color: #f75d25 !important;
    background-color: #025992;
}

.home-description {
    float: left;
    width: 1050px;
    text-align: center;
}

.no-left-margin {
    margin-left: 0 !important;
}

.adfri {
    float: left;
    font-size: 48px;
    height: 88px;
    width: 88px;
    background-color: white;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e6e7;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.adfri img {
    width: 65px;
    height: auto;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.text-align-inherit {
    text-align: inherit !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.product-range {
    padding: 16px;
    border: 1px solid #e2e6e7;
    margin-bottom: 25px;
}

@media screen and (min-width: 1189px) {
    .product-range ul[many="true"] {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

.footer-icons {
    position: relative;
    background-color: white;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    padding-bottom: 2px;
}

.footer-icons img {
    z-index: 100;
}

.footer-icons .line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    height: 10px;
    background-color: #025992;
}

.width-30 {
    width: 30px !important;
}

.width-60 {
    width: 60px !important;
}

.width-80 {
    width: 80px !important;
}

.text-white {
    color: white !important;
}

.service-image-header {
    width: 100%;
    padding: 17%;
}

.subtitle {
    padding: 16px;
    border: 1px solid #e2e6e7;
    margin-bottom: 25px;
    color: #666;
    font-weight: bold;
    margin-top: 25px;
}

.service-boxed {
    margin-top: 25px;
    padding: 16px 16px 16px 25px;
    border: 1px solid #e2e6e7;
}

.ref-map {
    margin-top: 15px;
    height: 425px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.offices img {
    width: 66%;
}

.offices {
    display: flex;
}

.offices-left {
    flex: 3;
    text-align: right;
}

.offices-right {
    flex: 2;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 1120px) {
    .offices {
        flex-direction: column;
    }

    .offices-left {
        text-align: center;
    }

    .offices-left img {
        max-height: 200px;
        width: auto;
    }

    .offices-right {
        align-items: center;
    }
}

@media screen and (max-width: 500px) {
    .projects-list {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 750px) {
    .hide-mobile {
        display: none;
    }
}

.contact-circle {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: white;
    font-family: "streamline-small", serif !important;
    color: #025992;
    line-height: 48px;
    content: "n";
}

.no-padding {
    padding: 0 !important;
}