.real-estate-img{
    background-image: url("../images/DJCJb22WAAAVdM_.jpg");
    height: 330px;
    border-radius: 30px;
}
.text-container{
    padding: 10px 20px;
    background-color: grey;
    border-radius: 20px 20px 0px 0px;
    opacity: .9;
}
.real-estate-content h3 i{
    color: #0094c6;
}
.real-estate-content p{
    font-size: 18px;
    font-weight: 300;
}
.text-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: grey;
    border-radius: 20px 20px 0px 0px;
    opacity: .9;
}
.carousel-inner img{
    height: 330px !important;
    border-radius: 30px;
}
.company-card{
    margin-bottom: 0px;
    overflow: hidden;
}
.company-link{
    color: white;
    text-decoration: none;
    background-color: #c6a84d;
    border-radius: 15px;
    max-height: 260px;
    max-width: 260px !important;
    display: block;
    padding: 15px;
}
.company-link:hover{color: white;text-decoration: none;}
.company-img{
    border-radius: 20px;
}
.estate-link{
    text-decoration: none;
    color: #c6a84d;
    font-size: 14px;
    font-weight:500;
    font-style: italic;
    display: inline-block;
}
.title{padding: 16px 0;}
.title p{font-size: 14px; display:block}
.shutter{
    position: absolute;
    bottom:97%;
    left: 0px;
    right: 0;
    width: 95%;
    height: 0;
    display: none;
    color:white;
}
.shutter ul{list-style: none;    margin-top: -28px;
    margin-left: 10px;}
.shutter div{
    z-index: 200;
    background: #c6a84d;
    border-radius: 10px;
    display: block;
    position: absolute;
    width: 90%;
    height: auto;
    border-radius: 10px;
    margin-left: 20px;
    padding: 10px 10px 15px 25px;
}
span.company-title {
    font-size: 16px;
    text-decoration: none;
    padding: 20px 0px;
    padding-top: 18px;
    display: block;
}
.company-detail{
    display: inline-block;
}
.shutter span i{
    color: rgb(253, 231, 31);
    font-size: 25px;
}.company-card:hover .shutter{
    animation: expand .5s ease-in-out;
    display: block;
    animation-fill-mode: forwards;
}
@keyframes expand {
    0%{bottom:0%}
    100%{bottom:98%}   
}
@-webkit-keyframes expand{
    0%{bottom:0%}
    100%{bottom:98%}
}