.a-logo {
    height: 100%;
    padding: 0px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: #01652c;
    font-weight: bold;
    transition-duration: 0.5s;
}

.secondary-button a {
    background-color: #01652c;
    transition-duration: 0.5s;
}

.intro {
    background-color: #01652c;
    transition-duration: 0.5s;
}

.text-uppercase {
    text-transform: uppercase;
}

#about .first-service {
    background-color: #46bacfb8;
}

#about .second-service {
    background-color: #01652cb8;
    transition-duration: 0.5s;
}

#about .third-service {
    background-color: #c3a539b8;
}

#about .row {
    display: flex;
    flex-wrap: wrap;
}

#about .col-md-4 {
    display: flex;
    flex-direction: inherit;
}

.text-white {
    color: white;
}

.text-black {
    color: black;
}

.f-60 {
    font-size: 60px;
}

.f-40 {
    font-size: 40px;
}

.f-33{
    font-size: 33px;
}

.what-we-do .tabs .active .list-item {
    background-color: #01652c !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-22 {
    margin-top: 22px
}

.what-we-do ul {
    display: flex;
    justify-content: center;
}

#contact button {
    background-color: #01652c;
}

.navbar-inverse .navbar-toggle {
    border-color: #01652c;
    background-color: #01652c;
}

footer .back-to-top a {
    background-color: #01652c;
    transition-duration: .5s;
}

footer .back-to-top a:hover{
    background-color: #008b3c;
}

@media screen and (max-width: 576px) {
    .banner-content h2 {
        font-size: 50px;
    }

    .section-heading p {
        padding: 0;
    }
}

#contact {
    font-weight: bold;
    font-size: 15px;
}

#contact i {
    font-size: 22px;
}

#contact a {
    color: #212529;
}

#contact #mail-button {
    padding: 13px 20px;
    letter-spacing: 0.5px;
    background-color: #01652c;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0px;
    transition-duration: .5s;
}

#contact #mail-button:hover {
    background-color: #008b3c;
}

.ps-0 {
    padding-left: 0 !important;
}

.pe-0 {
    padding-right: 0 !important;
}

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

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}

.my-4 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}

.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-md-12 {
    flex: 0 0 auto;
    width: 100%;
}

.col {
    flex: 1 0 0%;
}

#contact .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

w-auto {
    width: auto!important;
}

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

.mt-5 {
    margin-top: 3rem!important;
}

.mb-5 {
    margin-bottom: 3rem!important;
}

.p-3 {
    padding: 1rem!important;
}

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

.mt-3 {
    margin-top: 1rem!important;
}

#contact .phone-icon {
    font-size: 26px;
}

#contact .company-div {
    padding-left: 10px;
}

#contact .street-div {
    padding-left: 8px;
}

.pl-1 {
    padding-left: 0.25rem!important;
}

.pl-2 {
    padding-left: 0.5rem!important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

.banner {
    position: relative;
}

.banner .banner-img {
    background-image: url("../img/banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner .banner-img-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 2, 0.30);
}

.banner .container {
    position: relative;
    z-index: 10;
}

.navbar-inverse .navbar-nav>li>a {
    color: #484848;
}

#about {
    background-image: url("../img/city.webp");
}

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

.tabs-elements > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.what-we-do .tabs .active.list-item {
    background-color: #01652c !important;
}

.what-we-do .list-item .icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    background-color: transparent;
}

.what-we-do .tabs .active.list-item .icon {
    background-color: #fff;
}

.what-we-do .tabs a {
    text-decoration: none;
    color: #121212;
}

.what-we-do .list-item h4 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.what-we-do .list-item.active h4 {
    color: white;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}


.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.secondary-button a:hover {
    background-color: #008b3c;
}

.border-button a {
    transition-duration: 0.5s;
}

.border-button a:hover {
    background-color: #008b3c;
}

.border-bottom {
    padding: 10px 20px;
    letter-spacing: 0.5px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid white;
    display: inline-block;
}

.border-bottom {
    margin-top: 20px;
}

#marki .d-inline-block {
    display: inline-block;
}

#marki .d-flex {
    display: flex;
}

#marki .justify-content-center{
    justify-content: center;
}

.mx-5{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

#marki {
    margin-bottom: 80px;
}

#marki .companies p{
    color: #01652c;
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    display: inline-block;
}

.w-100 {
    width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #008b3c;
}

.menu-first li a {
    font-weight: bold;
}

.font-weight-bold {
    font-weight: bold;
}

.navbar-collapse.in {
    overflow-y: initial;
}

@media screen and (max-width: 992px) {
    .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .tab-content-services h4 {
        text-align: center;
    }
}

