a.link {
    color: #4BD100 !important;
    text-decoration: none;
}

.head-pragraph {
    font-size: 1.4rem;
}

.page {
    min-height: 30rem;
    padding-top: 6rem;
}

.our-portfolio .space-page {
    margin: 0 0 6rem 0 !important;
}

.our-portfolio .space-page .item {
    margin: 0rem 0rem 3rem 0;
}

.img-header {
    width: 20rem;
    height: auto;
}

.title.section-page {
    font-size: 50px;
    color: #fff;
    margin-top: 2rem;
}

.about-us {
    background-image: url(./../images/about-sapaad.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 140px 0px 120px 0px;
    color: white;
}

.cropped {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.img-cropped {
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

.our-blog {
    margin: 1rem 0 5rem 0;
}

.about-us .left-image {
    margin-right: 45px;
    display: flex;
    justify-content: center;
}

.services .item .icon {
    width: 4rem;
    height: 4rem;
    background-color: #FF00BC;
    border-radius: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
}

span.icon-list {
    margin-right: 0.5rem;
}

span.text-list {
    min-width: 7rem;
    display: inline-block;
}

.list-group-item {
    border: none;
}

ul.list {
    list-style-type: none;
    padding: 0rem 0.5rem;
}

.about-us .devis {
    padding: 3rem 0 10rem 0;
}

form select:after {
    margin-left: 1rem;
}

form select {
    -webkit-appearance: none;
    /* appearance:none; */
    width: 100%;
    height: 46px;
    border-radius: 33px;
    background-color: #d1f3ff;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 0px 20px;
    margin-bottom: 20px;
}

.img-devis {
    max-width: 10rem;
    float: left;
}

/* .simple-page {
    padding: 8rem 0rem 4rem 4rem;
}

.simple-page.about-us{
    background-position: 0rem -2rem;
}

.title-service {
    margin: 1rem 0rem 0rem 0rem;
    text-decoration: none !important;
    color: black;
}
.our-portfolio .item {
    margin: 3rem 0rem;
} */
.wpcf7-form-control.wpcf7-radio {
    color: black;
}

.wpcf7-form-control-wrap .wpcf7-radio {
    display: flex;
    justify-content: center;
}

input[type="radio"] {
    color: currentColor;
    width: 1.3em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
}