header .menu-area .nav-link {
    font-size: 20px;
}

.fastAccess.owl-carousel li img {
    width: auto;
    display: inline-block;
}

.fastAccess .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.fastAccess .owl-prev {
    position: absolute;
    left: -30px;
    float: left;
    color: #757575;
    font-size: 34px;
}

.fastAccess .owl-next {
    position: absolute;
    right: -30px;
    float: right;
    color: #757575;
    font-size: 34px;
}

.fastAccess li {
    display: block;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

.fastAccess li a {
    display: block;
    margin-top: 25px;
    position: relative;
}

.fastAccess li>a:nth-child(1) {
    margin-top: 15px;
}

.fastAccess li:nth-child(6):before,
.fastAccess li:nth-child(12):before,
.fastAccess li:nth-child(18):before {
    display: none;
}

.fastAccess li img {
    height: 30px;
    display: inline-block;
}

.fastAccess li a:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 50px;
    background: #eee;
    top: 7.5px;
}

.fastAccess li a:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #eee;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.fastAccess li a:hover:after {
    background: #01abc8;
    left: 0;
    right: 0;
}

.fastAccess li:hover p {
    color: #0f234b;
}

.fastAccess li p {
    color: #333;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}