.dropdown-menu {
    opacity: 0.9;
}
ul.nav.button.float--right {
    background-color: #333;
}
.nav > li a{
    border: hidden !important;
}
.nav > li.active a{
    background-color: #FF5A32;
    color: #fff !important;
    border-radius: 50px;
}

.is-sticky .header--navbar {
    opacity: 0.9;
}

.service--item .icon img {
    width: 70px;
}

.nav > li.actives a{
    background-color: #FF5A32;
    color: #fff !important;
}

.pricing--section .tab-pane {
    background-color: #efefef;
    padding: 30px;
    margin-top: -35px;
}

.testimonial--item img{
    width: 150px !important;
}

table tr:hover{
    background-color: #F7F7F7;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.desc img{
    margin-right: 20px;
}