.border-radius{
    border-radius: 4px !important;
}
.font-size-strong{
    font-size: 14px !important;
}
.font-weight{
    font-weight: 700;
}
.padding-left-15{
    padding-left: 15px;
}
.padding-top-5{
    padding-top:5px;
}
.padding-top-10{
    padding-top: 10px;
}
.padding-top-20{
    padding-top: 20px;
}
.img-style{
    object-fit: cover;
}
.border-light{
    border: 2px solid #e5e8f3 !important;
}
strong{
    color:#2a3c77;
}
.light-blue{
    color:#03a9f4;
}
.adv_pic_style{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    width:100%; height:306px;
    position: relative;
}
.adv-pic-style-contact{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    width:100%; height:306px;
    position: relative;
}
.adv-pic-style-contact:before {
    content: "";
    position: absolute;
    background: #121e40;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.estate_info_style{
    vertical-align: middle;
    line-height: 55px;
    border-radius: 3px;
}
.estate-info-item{
    color:white;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.estate_info_icon{
    font-size: 23px;
}
.commenter1 {
    padding: 30px !important;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 12px 0 rgba(62,28,131,0.1);
}
.project{
    object-fit: cover; 
    height: 300px;
    width:100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    filter: contrast(80%);
}
.services-item{
    margin-bottom: 20px; background-color: white; border-radius: 5px; box-shadow: 5px 5px 20px grey;
}
.padding-20{
    padding: 20px;
}
