.wrapper {
    position:relative;
    z-index:1;
}
.w {
    position:absolute;
    z-index:0;
    left:0;
    bottom:0;
}
.header-top {
    background-color:#27c9ee;
    padding:5px 30px;
}
.header-top .tel {
    color:#fff;
    font-size:18px;
    font-weight: bold;
}
.header-bottom {
    background-color:#fff;
}
.logo {
    margin-top: 10px;
}
.main-menu li a {
    color:#63bc44;
}
.primary-menu .menu-area .main-menu li.active a.dd-icon-down::after,
.primary-menu .menu-area .main-menu li.active a.dd-icon-down::before,
.dd-icon-down::before,
.dd-icon-down::after {
    background-color: #63bc44;
}
.banner-content {
    min-height: 300px;
}
.blog-section .blog-footer {
    background-color: #63bc44!important;
    color:#fff;
}
.blog-section .blog-footer .viewall {
    color:#fff!important;
    display: block;
}
.blog-section .post-content {
    padding:20px!important;
}
.newsletter-section .lab-btn {
    color: #27c9ee;
    background-color:#fff;
    font-weight: bold;
    padding:20px 70px;
}
.newsletter-section .lab-btn:before,
.newsletter-section .lab-btn:after {
    border-color: #27c9ee;
}
.lab-btn:hover {
    color: #27c9ee;
}/* 
.banner-section {
    background-image: url(../assets/images/banner/1m.jpg)!important;
}

@media(min-width:768px) {
    .banner-section {
        background-image: url(../assets/images/banner/1.jpg)!important;
    }
} */