.navbar-area h1 {
    font-size: 24px;
    text-transform: capitalize;
    color: #0071dc;
    font-weight: bold;
}
.navbar-area h1 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #070b3b;
}
ul.location {
    padding: 0;
}
.location li {
    color: #fff;
    list-style: none;
    display: block;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 30px;
}
.location li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
}
.about-area .about-content a {
    display: inline-block;
    margin-top: 20px;
}
.about-area .about-content p {
    text-align: justify;
}
.services-area-four {
    background-color: #005b83;
    position: relative;
}
.services-area-four .owl-nav {
    margin-top: 0;
}
.services-area-four .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -7%;
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    line-height: 47px !important;
    background-color: transparent !important;
    color: #0071dc !important;
    border: 1px solid #0071dc !important;
}
.services-area-four .owl-nav .owl-prev:hover {
    color: #fff !important;
    background-color: #0071dc !important;
}
.services-area-four .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -7%;
    color: #444 !important;
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 45px;
    height: 45px;
    line-height: 47px !important;
    border-radius: 50px;
    background-color: transparent !important;
    color: #0071dc !important;
    border: 1px solid #0071dc !important;
}
.services-area-four .owl-nav .owl-next:hover {
    color: #fff !important;
    background-color: #0071dc !important;
}
.services-area-four .section-title h2 {
    max-width: 500px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.clients-area-two .clients-content {
    background: #070b3b;
}
.clients-area-two .clients-content::before {
    background: #070b3b;
}
.clients-area-two .clients-content .content h3 {
    color: #fff;
}
.clients-area-two .clients-content p {
    color: #fff;
}
.fetch-img-src {
    display: none;
}
.set-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-gallery .img-wrap {
    height: 400px;
    border-radius: 15px;
}
.side-bar-area .side-item {
    margin: 0;
    padding: 0;
}
.side-bar-area .side-item li {
    border-bottom: 1px solid #e1e1e1;
    list-style: none;
    padding: 0;
    margin: 0;
}
.side-bar-area .side-item li a {
    text-transform: capitalize;
    color: #fff !important;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    font-weight: 600;
    padding: 15px;
    font-size: 15px;
    background-color: #070b3b;
    display: block;
}
.side-bar-area .side-item li:hover a {
    background: #0071dc;
}
.work-process-card-two a {
    display: inline-block;
    margin-top: 10px;
    background: #005b83;
    color: #fff;
    padding: 5px 25px;
    border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .work-process-card-two p{
        font-size: 14px;
    }
    .navbar-area h1 span{
        font-size: 13px;
    }
    .main-nav .nav-side .nav-side-item .get-btn{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .services-area-four .owl-nav .owl-next{
        right: -3%;
    }
    .services-area-four .owl-nav .owl-prev{
        left: -3%;
    }
    .inner-banner .inner-title{
        padding-top: 140px;
    }
    .side-bar-widget .blog-gallery li{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 480px) {
    .work-process-right .section-title h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .services-area-four .owl-nav .owl-next{
        right: -3%;
    }
    .services-area-four .owl-nav .owl-prev{
        left: -3%;
    }
    .side-bar-widget .blog-gallery li{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
