.logo {
    display: flex;
    align-items: center;
}
.logo h1 span {
    display: block;
    font-size: 16px;
}
.logo h1 {
    font-size: 24px;
    line-height: normal;
    margin-left: 10px;
    color: #fff;
}
.header-4 #header-wrap {
    padding: 5px 0;
}
.gal-action-wrap {
    text-align: center;
    margin-top: 30px;
}
.js-contact-btn {
    cursor: pointer;
}
.post {
    margin: 15px 0;
}
.service-details h3 {
    color: #22a7cc;
    display: block;
    font-size: 18px;
    padding: 0px 20px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    border-left: 3px solid #22a7cc;
    margin-bottom: 20px;
}
.service-details ul{
    margin-bottom: 20px;
    padding-left: 15px;
}
.service-details ul li{
    margin-bottom: 10px;
}
@media (max-width: 540px){
    .service-section .owl-carousel .owl-dots{
        left: 0;
        transform: translateX(0);
        width: 100%;
    }
   
    .banner-slider .owl-nav button.owl-prev{
        left: -13px;
    }
    .banner-slider .owl-nav button.owl-next{
        right: -13px;
    }
    .banner-slider{
        overflow: hidden;
    }
    .title{
        font-size: 24px;
    }
}

.event1 h2{
    font-size: 26px;
    line-height: 1.4;
}