

/*main #6ed002*/
/*grey #727272*/

body > header {
    background: red;
}

.container-background-image {
    margin-bottom: 60px;
    width: 100%;
    position: relative;
    padding: 100px 0;
}


.container-background-image * {
    z-index: 1;
}

.container-background-image .blur {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.service-iconed {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.service-iconed h1 {
    font-size: 25px;
    white-space: nowrap;
}

.service-iconed img {
    height: 100px;
    width: 100px;
    color: #adb5bd;
    margin-bottom: 20px;
}

.flex-container {
    margin: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 1200px) {
    .service-iconed h1 {
        white-space: normal;
    }
}


.col-plugin-content {
    display: flex;
    height: 100%;
    width: 100%;
}

.service-card {
    margin-bottom: 20px;
}

.service-card img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-card .card-title {
    color: #6ed002
}

@media (orientation: portrait) {
    .service-card .col {
        flex: 0 0 auto;
    }
}


.phone-number-plugin {
    color: #727272
}

.phone-number-plugin:hover {
   color: #6ed002
}

.navbar .phone-number-plugin {
    margin-left: 10px;
}

.service-price-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 18px;
    padding: 10px;
    transition: all;
    transition-duration: 300ms;
}

.service-price-item p {
    margin: 0
}

.service-price-item:hover {
    background: #e6ffc0;
}

.service-price-item p span {
    margin-left: 30px;
}

.container-plugin {
    margin-bottom: 20px;

}

.contact-plugin {
    display: flex;
    align-items: center;
    font-size: 20px;
    white-space: nowrap;
}

.contact-plugin img {
    height: 50px;
    width: 50px;
    object-position: center;
    object-fit: cover;
    margin-right: 20px;
}

.contact-plugin a {
    color: black;
    text-decoration: none;
}

footer {
    border-top: 1px solid rgba(0,0,0,.125);
    padding: 20px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

footer p {
    padding: 0;
    margin: 0;
}