.gal-img{
    width: 100%;
}
.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
    content: "\f35a";
    font-size: 24px;
    color: #FE6E01;
    cursor: pointer;
}
.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
    content: "\f359";
    font-size: 24px;
    color: #FE6E01;
    cursor: pointer;
}
.owl-theme
.owl-theme .owl-nav [class*=owl-]:hover {
    color: none;
    text-decoration: none;
}
.owl-theme .owl-dots {
    display: none; /* Hides the dots */
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    padding-top: 45px;
}
.gal-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}