.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.4); 
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.btn-primary
{
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
.Constre_menu>ul>li>a.btn-primary:hover
{
    color: #fff !important;
}
.Constre_menu>ul>li>a:hover
{
    color: #000 !important;
}
.service-content
{
    height: 254px;
}
.about_thumb img{
    width: 530px;
}
.brand-area .owl-carousel .owl-item img
{
    width: 152px;
    height: 38px;
}
.center-content {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.feature-single-inner:hover .feature-text h3.feature-number
{
    background-color: #f5f6f7;
    color: #000;
}