.navbar-area {
    background: -webkit-linear-gradient(left, #43cae9 0%, #17a2b8 100%);
    background: -o-linear-gradient(left, #43cae9 0%, #17a2b8 100%);
    background: linear-gradient(to right, #43cae9 0%, #17a2b8 100%);
}
@media only screen and (max-width: 991px) {
.navbar-area .navbar .navbar-nav .nav-item a{
   color: #17a2b8 ; 
}
}

.back-to-top{
    background:#43cae9;
}
.navbar-brand{
    text-transform: uppercase;
    font-size: 28px;
    color:  #fff;
}
.navbar-brand:hover{
    color:  #fff;
}

.about-area .section-title .title {
    font-weight: 500; 
}

.bg-grey{
    background-color: #f4f6f7;
}
.content-area{
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
p.text span{
    font-weight: 600;
}
ul li span{
    font-weight: 600;
    font-style: italic;
}

a.download{
    text-decoration:underline;
    font-size: 18px;
     line-height: 44px;
    color: #17a2b8;
}