.module-services .tab-pane ul li,
.about-items ul li,
.content ul li {
    list-style-type: square;
    margin-left: 30px;
}

section[class^="module-"] {
    padding-top: 8em;
    padding-bottom: 8em;
}

section[class^="module-"]:last-of-type {
    padding-bottom: 0;
}

section[class^="module-"]:first-of-type {
    padding-top: 0;
    padding-bottom: 0;
}

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

.module-text {
    margin-bottom: 0px !important;
}

.module-services {
    padding-top: 75px;
}

.module-team {
    padding-top: 10px;
    margin-bottom: 0px !important;
}

.module-maps {
    padding-top: 70px;
}

nav.navbar .navbar-logo>img {
    height: 170px;
    padding: 20px 20px 0 20px;
}

nav.navbar.sticked .navbar-logo>img {
    height: 0px;
    padding: 0px;
}

.nav.nav-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

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

@media (min-width: 768px) {
    .navbar-center {
        float: none;
    }
}

.navbar-head {
    margin: 0 auto;
    text-align: center;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.justify-items-center {
    justify-content: center;
}

.justify-items-right {
    justify-content: right;
}

.site-heading {
    padding-top: 3rem;
}

strong {
    font-weight: bolder;
}