
.comman-btn:focus,
.comman-btn:hover,
.style-btn:focus,
.style-btn:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)!important;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.blog-tag li a:hover {
    border: 1px solid #01b9f1!important
}

.footer-div1 ul li a:hover {
    text-decoration: underline!important
}

.footer-sol ul li a:hover {
    opacity: .5!important
}

.tabs .tab a.active,
.tabs .tab a:hover {
    position: relative!important;
    overflow: visible!important
}

.button-link-inner ul li a:hover {
    background-color: #052e70!important
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 1!important
}

.nav-wrapper nav ul li.active {
    background-color: rgba(0, 0, 0, .1)!important
}

@media screen and (max-width:1024px) {
    .nav-wrapper nav ul li a:hover {
        background-color: #fff!important;
        color: #01b9f1!important
    }
    nav {
        height: auto;
        border-bottom: 0;
        position: relative
    }
    nav ul#navigation {
        width: 100%;
        display: none;
        height: auto
    }
    .nav-wrapper nav ul li {
        width: 100%;
        float: left;
        position: relative;
        border-bottom: 1px solid #e8e8e8
    }
    .nav-wrapper nav ul li a {
        text-align: left;
        width: 100%;
        color: #444!important;
        padding: 12px
    }
    .nav-wrapper nav ul {
        float: left;
        position: absolute;
        width: 220px;
        z-index: 999;
        background: #fff;
        right: 0;
        top: 50px;
        display: none;
        height: auto;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .22); padding: 0px;
    }
    nav a#pull {
        display: block;
        width: 35px;
        height: 29px;
        padding: 10px 0;
        text-decoration: none;
        color: #FFF;
        float: right;
        background: url(../../images/background-img/navi.png) top left no-repeat;
        margin-top: 0;
        top: 8px;
        right: 0;
        margin-top: 14px;
        margin-bottom: 14px;
    }
    nav a#pull:after {
        content: "";
        background: url(../nav-icon.png) no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px
    }
    
    .nav-wrapper nav ul li:last-child {
        border-bottom: none
    }
    .nav-wrapper nav ul li ul.sub-menu li a {
        width: 100%;
        padding: 12px
    }
    .nav-wrapper nav ul li ul.sub-menu {
        box-shadow: none!important;
        width: 100%!important;
        position: static;
        float: left
    }
    .call-us-inner p {
        font-size: 17px
    }
    .call-us-inner h4 {
        font-size: 24px
    }
    .header-top.fixed-margin {
        margin-bottom: 50px
    }
}
