.banner_area .h2, .banner_area h2 {
    font-size: 2rem;
}

.portfolio-info img {
    max-width: 100%;
    max-height: 400px;
}

.bg-cudark {
    background-color: #F44336;
}

.of-main-menu>ul>li>a {
    font-weight: bold;
    color: #262626;
}

.bg-fff {
    background-color: #ffffff !important;
}

.product-features .fal {
    font-family: "irsans", irsans, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.blog-list img, .blog_style img {
    height: 100%;
    width: 100%;
}

.blog_style {
    height: auto;
}

.of-main-menu>ul {
    width: 100%;
}

.of-drop-down>ul>li:first-child {
    float: left;
}

.of-main-menu>ul>li>a {
    line-height: 60px;
}

.single-product-div {
    padding: 2rem 2rem 0 2rem!important;
}

.product-features i {
    width: 300px;
}


@media (max-width: 991px) {
    .mobile-nav-button .icon-wrap i {
        color: #757575;
        font-size: 30px;
        font-weight: 100;
    }

    .single-product-div {
        padding: 1rem 1rem 0 1rem!important;
    }

    .product-features i {
        width: auto;
    }
}