.navbar{
    height: 65px;
    line-height: 65px;
    box-sizing: border-box;
    background-color: #fff;
    border: unset;
    box-shadow: 0 0 5px #bbb;
    margin-bottom: 0 !important;
}
.navbar-brand img{
    display: inline-block;
    height:48px;
    width: 58px;
}
.navbar-brand .logo-text{
    font-size: 16px;
}
.navbar-nav{
    background-color: #fff;
}
.navbar-nav li a{
    padding: 0 15px;
    line-height: unset;
    box-sizing: border-box;
    height: 65px;
    cursor: pointer;
}
.navbar-nav>li.active>a{
    background-color: transparent !important;
    color: green !important;
    border-bottom: 3px solid green;
}
.navbar-nav>li>a:hover {
    color: green !important;
}
.navbar-brand{
    padding: 0;
    line-height: unset;
    height: auto;
}

#scrollWrapper{
    margin-top: 75px !important;
}

a{
    cursor: pointer !important;
}

@media(max-width: 768px){
    .navbar-nav li a{
        height: 30px;
        line-height: 30px;
    }
}

.menu-wrapper li:hover,.menu-wrapper li.active{
    background-color: green !important;
}
.top-big-img{
    width: 100%;
}
.center-center{
    display:-webkit-box;/* android 2.1-3.0, ios 3.2-4.3 */
    display:-webkit-flex;/* Chrome 21+ */
    display:-ms-flexbox;/* WP IE 10 */
    display:flex;/* android 4.4 */
    align-items: center;
    justify-content: center;
}
.y-center{
    display:-webkit-box;/* android 2.1-3.0, ios 3.2-4.3 */
    display:-webkit-flex;/* Chrome 21+ */
    display:-ms-flexbox;/* WP IE 10 */
    display:flex;/* android 4.4 */
    align-items: center;
    /*justify-content: center; */
}


footer{
    height: 200px;
    color: white;
    font-size: 10px;
    opacity: 0.9;
    background-color: #282828;
    width: 100%;
}
.footer-item{
    display: inline-block;
    margin: 0 19px;
    vertical-align: top;
}
.footer-wrapper{
    width: 900px;
    margin: 0 auto;
    padding-top: 35px;

}
.footer-item h3{
    margin-top: 0;
}
.footer-item p{
    margin-bottom: 5px;
    font-size: 12px;
    color: #fff;
}
.footer-item p a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.footer-item p a:hover{
    color: green;
}
.footer-img-title{
    text-align: center;
    line-height: 2;
}


#footer {
    height: 200px;
    color: white;
    font-size: 10px;
    opacity: 0.9;
    background-color: #282828;
    width: 100%;
}

#footer p {
    margin: 0;
}

#footer a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.foot-content {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
}

.foot-content .about-us {
    width: 100px;
    float: left;
}

.foot-content .call-us,
.foot-content .link {
    float: right;
    margin-left: 80px !important;
}