.section_heading span{
    font-size: 40px;
    font-weight: 700;
    background-color: #fdfd33;
    color: #001f55;
}

.section_heading p{
    margin-top: 15px;
    line-height: 2;
}


.about_2_img img{
    border-radius: 250px 250px 0 0;
}

.copyright_area p a{
    color:#eee;
}




 .agencies_details_img img{
    border-radius: 15px;
 }

 .categories_property li a:hover h6{
    color: var(--colorWhite) !important;
}



.agencies_details .scrollable-services{
  scroll-margin-top: 110px;
}





.categories_property li a.active {
  background: #001f55; /* active button color */
  
}
.categories_property li a.active h6{
    color: #fff !important;
}


.category_property_item_img img {
    height: 310px !important;
    object-fit: cover;
}





.certificates img{
   border-radius: 20px; 
}