.logo a{
    display: flex;
    align-items: center;
}
.logo h1 span{
    display: block;
    font-size: 18px;
    color: #7ac103;
    text-transform: capitalize;
}
.logo h1{
    color: #1a6d6d;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}
.logo img{
    height: 60px;
    margin-right: 10px;
}
.address_info .activeColor{
    color: #fff !important;
}
.h1-markets{
    background-color: #f9f9f9;
}
#service-list .owl-dots {
    text-align: center;
    margin-top: 40px;
    display: block;
    overflow: hidden;
}
#service-list .owl-dots .owl-dot {
    width: 15px;
    height: 10px;
    border: 1px solid #4b566f;
    border-radius: 5px;
    margin: 0 5px;
    display: inline-block;
    overflow: hidden;
}
#service-list .owl-dots .active {
    width: 30px;
    background: #7ac103;
    border-color: #7ac103;
}

#service-list .owl-nav {
    text-align: right;
    position: absolute;
    top: -95px;
    right: 0;
}
#service-list .owl-nav .owl-prev {
    display: inline-block;
    margin-right: 10px;
}
#service-list .owl-nav .owl-next {
    display: inline-block;
}
#service-list .owl-nav i {
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    border: 1px solid #1a6d6d;
    text-align: center;
    font-weight: 700;
    background-color: #1a6d6d;
}
#service-list .owl-nav i:hover {
    color: #fff;
    background-color: #7ac103;
}
.h1-markets .card{
    background-color: #1a6d6d;
}
.contact_address .social-media a{
    border-color: #7ac103;
    color: #7ac103;
}
.contact_address .social-media a:hover{
    color: #fff;
}
.h2-testimonials.typ-no-bg .section-title-two .main-title{
    color: #1a6d6d !important;
}
.h2-testimonials.typ-no-bg .testimonial-content p{
    color: #000;
}
.h2-testimonials.typ-no-bg .testimonial-author-name{
    color: #1a6d6d !important;
}

.h2-testimonials .owl-dots {
    text-align: center;
    margin-top: 40px;
    display: block;
    overflow: hidden;
}
.h2-testimonials .owl-dots .owl-dot {
    width: 15px;
    height: 10px;
    border: 1px solid #4b566f;
    border-radius: 5px;
    margin: 0 5px;
    display: inline-block;
    overflow: hidden;
}
.h2-testimonials .owl-dots .active {
    width: 30px;
    background: #7ac103;
    border-color: #7ac103;
}

.h2-testimonials .owl-nav {
    text-align: right;
    position: absolute;
    top: -95px;
    right: 0;
}
.h2-testimonials .owl-nav .owl-prev {
    display: inline-block;
    margin-right: 10px;
}
.h2-testimonials .owl-nav .owl-next {
    display: inline-block;
}
.h2-testimonials .owl-nav i {
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    border: 1px solid #1a6d6d;
    text-align: center;
    font-weight: 700;
    background-color: #1a6d6d;
}
.h2-testimonials .owl-nav i:hover {
    color: #fff;
    background-color: #7ac103;
}
.stellarnav ul ul{
    width: 300px;
}
.list_content p{
    position: relative;
    padding-left: 30px;
}
.list_content p i{
    position: absolute;
    left: 0;
    top: 5px;
}
.address_info p a{
    color: #fff;
}
.contact-service p a{
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .h1-header-top-area{
        text-align: center;
    }
    .h1-social-media{
        float: none;
    }
    .logo h1{
        font-size: 20px;
    }
    .logo img{
        height: 50px;
    }
}