.inner {
    position: relative;
    width: 100%;
    float: left;
}

.ap-galleryWrapper{
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ap-galleryWrapper .ap-gallery-carousel .item{
    background: #f3f3f3;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.ap-galleryWrapper .ap-gallery-carousel .item > div{
    width:100%;
    float:left;
}

.ap-galleryWrapper .owl-carousel .owl-stage{
    display:flex;
    flex-wrap:wrap;
}

.ap-galleryWrapper .ap-gallery-carousel .item{
    height: 100%;
}

.ap-galleryWrapper .ap-gallery-carousel .item:hover h3{
    text-decoration: underline;
}


.ap-galleryWrapper .ap-gallery-carousel .ap-gallerylink{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.ap-galleryWrapper .ap-gallery-carousel h3{
    padding: 10px 15px;
    font-size: 16px!important;
    margin-bottom: 7px;
    display: block;
    color: #282b2d;
    line-height: 1.2em;
    margin-top: 5px!important;
    font-weight: 600;
}

.ap-galleryWrapper .ap-gallery-carousel .ap-activeCmn span{
    display: inline-block;
    padding: 2px 12px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
}

.ap-galleryWrapper .ap-gallery-carousel .ap-active span{
    background-color:#45a130;
}
.ap-galleryWrapper .ap-gallery-carousel  .ap-inactive span{
    background-color:#c42026;
}


.ap-galleryWrapper .ap-gallery-carousel p{
    margin-bottom: 10px;
    padding: 0px 15px;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 14px;
}


.ap-galleryWrapper .ap-gallery-carousel img{
    width: 100%;
}

.ap-galleryWrapper .ap-gallery-carousel figure{
    position: relative;
    width: 100%;
    margin-top:0px;
}

.ap-galleryWrapper .ap-gallery-carousel figure span{
    position: absolute;
    bottom: -14px;
    left: 15px;
    padding: 5px 12px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-transform:uppercase;
}

.ap-galleryWrapper .owl-theme .owl-dots .owl-dot:focus {
    outline: none !important;
}

.ap-galleryWrapper .owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
}

.ap-galleryWrapper .ap-hdng {
    font-size: 28px;
    font-weight: inherit;
    text-align: inherit;
    color: #1f3117;
    margin: 0;
    position: relative;
    z-index: 99;
    padding: 16px 20px 0 0;
    background: #fff;
    display: inline-block;
    letter-spacing: 0;
}

.ap-galleryWrapper .ap-cntnt {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #333;
    line-height: 1.42857143;
    padding: 0px;
    margin-top: 25px;
}

.ap-galleryWrapper .line {
    height: 1px;
    width: 100%;
    background: #11191c24;
    position: relative;
    top: -18px;
}


/***** custom ****/

@media screen and (max-width:768px) {
    .owl-theme .owl-dots .owl-dot span {
        width: 10px !important;
        height: 10px !important;
    }
}