a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.footer-area {
    padding: 40px 0px 20px 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    border-color: #f5f5f5;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    cursor: default;
    position: relative;
    background: #0554C2;
}

.tab-menu ul.nav li.active a:hover {
    background: #0554C2;
}

.tab-menu ul.nav li.active a:hover {
    background: #0554C2;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #2a354e;
}

a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}


::selection {
    background: #f9ae95;
    text-shadow: none;
}

.service-content h4 a:hover {
    color: #3405c0;
}

#scrollUp {
    bottom: 40px;
    font-size: 20px;
    line-height: 48px;
    right: 30px;
    width: 44px;
    background-color: #3405c0;
    color: #fff;
    text-align: center;
    height: 44px;
    border-radius: 3px;
    border: 1px solid #3405c0;
    transition-duration: 500ms;
}

.color {
    color: #3405c0;
}

.footer-contacts p span {
    color: #3405c0;
    font-weight: 700;
}

.s-menu {
    padding: 10px 20px;
    border: 1px solid #3405c0;
    background: #3405c0;
    color: #fff;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
}

.ready-btn {
    border: 1px solid #3405c0;
    background: #3405c0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 12px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}

.about-text li::after {
    position: absolute;
    left: 0px;
    top: 10px;
    content: "\1F680";
    font-family: themify;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    background: none;
}

.machine-text li::after {
    position: absolute;
    left: 0px;
    top: 10px;
    content: "\1F680";
    font-family: themify;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    background: none;
}

.we-services {
    margin-top: 0px;
    border-top: none;
    padding-top: 20px;
  }