#nav-logo-megamenu-2 .bg-wrap {
    background: #ffffff;
}
@media (min-width: 992px) {
    nav.fixed-top:not(.sticky-top):not(.show-menu) .bg-wrap {
        opacity: 0 !important;
    }
}#blog-3col-dynamic .blog-item .gallery-style-1.border, #blog-3col-dynamic .blog-item .gallery-style-2.border{
    height: 100%;
    background: white;
}
#blog-3col-dynamic .blog-item h4.title{
    font-weight: 600;
}
#blog-3col-dynamic .blog-item .item-img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#blog-3col-dynamic .gallery-item:hover img{
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
       -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
         -o-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }#footer-text-4 .bg-wrap {
    background: linear-gradient(to right, #021b79, #0575e6);
}
#footer-text-4 .bg {
    background-position: center bottom;
    background-repeat: No-repeat;
    background-size: contain;
    background-image: url(../images/135/home-banner-bg-3.png);
}
