html, body{
    overflow-x: hidden;
}
.web-bg-blue{
    background-color: #3e7391;
}
.web-bg-lightgreen{
    background-color: #d5f5d9;
}
.web-bg-darkgreen{
    background-color: #3b8847;
}
.web-text-green{
    color: #4caf50;
}
.green-btn{
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 16px;
    padding: 8px 20px;
    background-color: #4caf50;
}
.darkgreen-btn{
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 16px;
    padding: 8px 20px;
    background-color: #3b8847 !important;
}
.top-header-bg{
    background: #246286 !important;
}
.menuu-bg{
    background: #d5ebd6;
}
.top-header{
    padding: 0px 30px !important;
}
.top-header-styles{
    line-height: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid;
}
.top-header-styles svg{
    margin-right: 10px;
}
.top-header-styles a{
   position: relative;
    top: 1px; 
}
.th-social-media-links ul{
    gap: 5px;
}
.th-social-media-links ul li a{
    background: transparent !important;
    border-radius: 0px !important;
}
.th-social-media-links ul li a:hover, .th-social-media-links ul li a:focus{
    background: #82e69f !important;
    border-radius: 0px !important;
}
.th-social-media-links ul li a i{
    color: #fff;
}
.title-heading{
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.services-icon-on-img{
    background-color: #4caf50;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 5px
}
.services-textt{
    text-transform: uppercase;
    color: #fff;
    background-color: #246286;
    font-size: 14px;
    padding: 10px;
    line-height: 18px;
    font-weight: bold;
}
.services-block{
    position: relative;
    
}
.services-block:after{
    /*content: '';*/
    /*position: absolute;*/
    /*width: 0;*/
    /*bottom: 0; */
    /*right: 0;*/
    /*border-bottom: 90px solid #fff;*/
    /*border-left: 90px solid transparent;*/
}

/*Properties Section*/

.property-countt{
    /*background: #f2f2f2;*/
    padding: 6px 20px;
    text-transform: uppercase;
    color: #777777;
    /*border-bottom: 1px solid red;*/
}
.property-countt i{
    font-size: 13px;
}
.text-grey{
    color: #777777;
}

/*blog section*/

.blog-block {
    position: relative;
    height: 370px;
    overflow: hidden;
    cursor: pointer;
}
.blog-content {
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    padding: 10px 25px;
    color: #fff;
    transition: .4s ease-in-out;
}
.blog-content-icon {
    background: #d0d0d0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #d0d0d0;
    border-radius: 50%;
}
.blog-comments{
    border-right: 2px solid #fff;
    line-height: 10px;
    margin: 0px 10px;
}
.blog-content hr{
    width: 75px !important;
    background-color: #3b8847 !important;
    height: 3px !important;
    opacity: 1;
    border: none !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-block:hover .blog-content {
    height: 370px;
    bottom: 0;
    background-color: rgb(0 0 0 / 70%);
}
.blog-block:hover .text-p {
    opacity: 1;
    visibility: visible;
}
.blog-block img {
    height: 370px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    transition: transform .4s ease-in-out;
}

/*About us CSS*/
.wwd-block {
    color: #000;
    text-align: center;
    border-right: 1px solid #ccc !important;
}
.wwd-block.lo:last-child{
    border-right: 1px solid #fff !important;
}
.wwd-block:hover  {
    color: #4caf50;
}
.bg-rocket {
     background-image: url("../images/bg-rocket.webp");
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: 25% center;
}
.rocket-icon {
    transform: rotate(270deg);
    height: 33px;
}

/*footer*/

.footer-input{
    background: transparent !important;
    border-radius: 0px !important;
    border: 1.5px solid #fff !important;
    color: #fff !important;
    padding: 7px 16px !important;
}
.form-control.footer-input:focus{
    border-color: #ccc !important;
    border-width: 1.5px !important;
    border-style: solid !important;
}
.footer-input::placeholder {
    color: #fff !important; 
    opacity: 1;
}
.footer-block{
    
}
.footer-block .heading{
    text-transform: uppercase;
    margin-bottom: 7px;
    font-weight: 900;
}
.footer-block hr{
    width: 50px;
    background-color: #3b8847;
    height: 2px;
    opacity: 1;
    border: none;
    margin-top: 0px;
    margin-bottom: 20px;
}
.footer-social-media .box-icon.social {
    background-color: transparent !important;
    border: 1px solid #000 !important;
}
.footer-social-media ul li a{
    color: #000 !important;
}
.footer-social-media .box-icon.social:hover{
    background-color: #000 !important;
    color: #d5f5d9 !important;
}
.footer-contact-info i{
    position: absolute;
}
.footer-contact-info span{
    position: relative;
    left: 30px;
    top: -5px;
    font-size: 14px;
}
.recent-properties{
    /*border-bottom: 1px solid #727d74;*/
    padding-bottom: 5px;
}
.recent-properties:last-child{
    border-bottom: 0px solid #727d74;
}
.rp-address-icon{
    background: #d0d0d0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #d0d0d0;
}
.footer-buildings{
    margin-top: -50px;
}
.cr-footer{
    background-color: #82e69f;
    border-top: 1px solid #abedbe;
}

.lt-links{
    color: #1c90c0;
    word-wrap: break-word !important;
    word-break: break-word !important;
}
hr.rp-hr{
    width: 100% !important;
    background-color: #727d74 !important;
    height: 1px !important;
    opacity: 1;
    border: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.footer-copyright{
    text-transform: uppercase !important;
    font-size: 13px;
    font-weight: 700;
}
ul.footer-menu{
    display: flex;
    align-items: center;
    /*justify-content: end;*/
}
ul.footer-menu li a{
    padding: 0px 14px;
    border-right: 2px solid #000;
    line-height: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
ul.footer-menu-sm li a{
    border-right: 0px solid #000 !important;
    display: flex;
    justify-content: center;
}
ul.footer-menu li:last-child a{
    border-right: 0px solid #000;
    /*border-top: 1px solid #b2eec3;*/
}
ul.services-li-items li{
    list-style-type: square;
    font-size: 14px;
}
.map-section{
    padding: 12px;
    border: 1px solid #CCC;
    border-radius: 10px;
}
.map-section:hover{
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)
}
.map-section-img-bg{
    border: 12px solid #d5ebd6;
    border-radius: 10px;
    border-bottom: 0px;
}
.map-section-img{
    height: 170px;
    overflow: hidden;
}
.map-text{
    font-weight: bold;
    line-height: 25px !important;
    margin-bottom: 0px !important;
}
.foot-border{
    border: 2px solid #198754 !important;
}
@media (max-width: 576px){
    .main-header{
        height: auto !important;
    }
}
