.theme-bg-2 {
    background: #00a652;
}

.topbar {
    padding: 8px 0;
}
.mega-menu .menu-logo {
    padding: 15px 0;
}
.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
.blog-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 150px;
    bottom: 0
}
.blog-overlay .blog-name {
    bottom: 20px;
    text-align: center;
}
.blog-overlay .blog-name a:hover, .blog-overlay .blog-name a:focus {
    color: #00a652;
}
.blog-overlay span {
    font-size: 16px;
}
.blog-overlay:before {
    background: rgba(0, 0, 0, 0.5);
}
.owl-slider .height {
    height: 450px;
}
section.welcome img {
    border: 6px solid #ffffff;
}
.spar-bg {
    background-image: url(../../img/spar-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 10px;
}
.news .card {
    transition: 200ms ;
    -webkit-transition: 200ms;

}
.news .card:hover {
    box-shadow: 0 0 5px 0 #888888;
    border: 1px solid #aaaaaa;
}
.blog-image {
    overflow: hidden;
}
.blog-image img {
    transition: transform .5s ease;
}
.blog-image:hover img {
    transform: scale(1.1);
}
.footer-useful-link ul li {
    margin-bottom: 6px;
    color: #ffffff;
}
.footer-useful-link ul li a {
    color: #ffffff;
}
.footer-useful-link ul li a:hover {
    color: #ffffff;
}
.footer-widget {
    border-top: 1px solid rgba(255,255,255,0.6);
}
.footer-widget p {
    color: rgba(255,255,255,0.7);
}
.footer-useful-link ul li a {
    display: inline-block;
}
.footer .footer-social ul li a, .footer .footer-social ul li {
    color: rgba(255, 255, 255, 0.7) !important;
}
.footer .footer-social ul li a:hover {
    color: #ffffff!important;
}
.footer .footer-social ul li .fw-logo img {
    opacity: 0.7;
    transition: all 0.3s ease-out 0s;;
    -webkit-transition: all 0.3s ease-out 0s;
}
.footer .footer-social ul li .fw-logo:hover img {
    opacity: 1;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 26px;
    }
    .header-container {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px){
    .header.light .mega-menu {
        min-height: 70px;
    }
    .mega-menu > section.menu-list-items {
        height: 70px!important;
    }
    nav#menu.desktopTopFixed {
        min-height: 70px;
    }
    .mega-menu.desktopTopFixed .menu-list-items {
        height: 60px!important;
    }
}
@media (max-width: 991px){
    .mega-menu .menu-logo {
        padding: 10px 0;
    }
    .spar-bg {
        background-image: url(../../img/spar-bg-2.png);
        background-position: center bottom;
    }
}
@media (max-width: 767px){

}
@media (max-width: 340px){
    .mega-menu .menu-logo img {
         height: 28px;
    }
}
.mega-menu .menu-links > li > a {
    font-size: 16px;
}

.btn-primary {
    color: #ffffff!important;
}
.left-side-banner-1 {
    position: absolute;
    width: 180px;
    left: 40px;
    margin-top: 20px !important;
}
.left-side-banner-2 {
    position: absolute;
    width: 180px;
    left: 40px;
    margin-top: 180px !important;
}
.right-side-banner-1 {
    position: absolute;
    width: 180px;
    right: 40px;
    margin-top: 20px !important;
}
.right-side-banner-2 {
    position: absolute;
    width: 180px;
    right: 40px;
    margin-top: 180px !important;
}

@media screen and (max-width: 1599px) {
    .left-side-banner-1, .left-side-banner-2, .right-side-banner-1, .right-side-banner-2 {
        display: none;
    }

}