.jarit-logo {
    margin-top: -20px;
}

.my-parallax {
    opacity: 0.5%;
}

.marker {
    background-image: url('/images/jarit/marker.png');
    background-size: cover;
    width: 44px;
    height: 60px;
    cursor: pointer;
}


.pagination > li > a,
.pagination > li > span {
    color: #f15927;
/ / use your own color here
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #f15927;
    border-color: #e05324;
}

@media (min-width: 768px) {
    .menu_bars {
        display: none;
    }

    .jarit-logo {
        display: block !important;
    }

    .jarit-logo-blog {
        display: block !important;
    }
    .header-desc {
        font-size: 26px !important;
        line-height: 36px !important;
    }

}

@media (max-width: 767px) {
    .menu_bars {
        display: block;
    }

    .jarit-logo {
        display: none !important;
    }

    .jarit-logo-blog {
        display: none !important;
    }
    .header-desc {
        font-size: 20px !important;
        line-height: 36px !important;
    }

}

