.wrapp {
    background-color: #dcdcdc7a;
}
.requirement {
    background-color: #fff;
    padding: 30px;
}
.property-buy ul li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.right-reuirement {
    background-color: #fff;
    padding: 20px;
}
.about-heading {
    text-align: center;
    margin: 50px;
}

.divider {
    width: 150px;
    height: 2px;
    background-color: #ccc;
    margin: 0 auto;
}

.about-content p {
    text-align: center;
    margin: 20px;
    letter-spacing: 1px;
}

.post-pro {
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 30px;
}

.post-img {
    position: relative;
}

.post-img img {
    transition: 1s;
}

.post-img:hover img {
    transform: scale(1.05);
    transition: 1s;
}

.post-img .figcaption {
    text-align: center;
}

.post-img .figcaption ul li {
    display: inline-block;
    margin-right: 30px;
    margin-top: 20px;
}

.post-img .figcaption h4 {
    font-size: 16px;
    margin-top: 30px;
    background: #0096dc;
    color: #fff;
    padding: 8px 0px;
}

.post-img .figcaption p {
    position: absolute;
    top: 20px;
    right: 0px;
    color: #fff;
    background: #000;
    padding: 5px 8px;
}

.gallery-img {
    text-align: center;
    border: 2px solid #ddd;
    margin-bottom: 20px;
    transition: 1s;
}

.gallery-img:hover {
    transition: 1s;
    box-shadow: 1px 3px 15px 4px #2f2205;
}

.box1 {
    padding: 15px 17px;
}

.box1 > .icon {
    text-align: center;
    position: relative;
}

.box1 > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    /* border: 8px solid white; */
    line-height: 88px;
    border-radius: 50%;
    background: #0096DC;
    vertical-align: middle;
    color: cornsilk;
    font-size: 40px;
}

.box1 > .icon > .info {
    margin-top: -35px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    padding: 35px 0 10px 0;
    min-height: 163px;
}

.box1 > .icon > .info > h3.title {
    font-family: "Robot", sans-serif !important;
    font-size: 16px;
    color: #222;
    font-weight: 700;
}

.box1 > .icon > .info > p {
    font-family: "Robot", sans-serif !important;
    font-size: 13px;
    color: #666;
    line-height: 1.5em;
    margin: 20px;
    text-align: center;
}

.form-sett {
    background-color: beige;
    padding: 20px;
}

.sidebar .widget {
    margin-top: 30px;
    background-color: #fff;
    padding: 25px;
    border-bottom: 1px solid #ddd;
}

h2.widget-title {
    font-size: 18px;
    margin-top: 0;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

.widget-content li {
    margin-top: 10px;
}

.team-container.team-dark {
    background: #48cfad;
    color: #fff;
}

.team-description {
    padding: 15px;
}

.team-social {
    padding: 20px 0 5px;
    font-size: 20px;
    text-align: center;
}

.team-social span {
    padding: 5px 10px;
    display: inline-block;
}