.mb-0 {
    margin-bottom: 0 !important;
    
}
h1{
    
    
    text-align: center;
}
.carousel-wrapper {
    padding: 70px 0;
    background-color: #444587;
}
#gallery-carousel .owl-controls {
    top: 50%;
    position: absolute;
    margin-top: -25px;
    width: 100%;
}
#gallery-carousel .owl-controls .owl-buttons .owl-next {
    left: 15px;
    position: absolute;
}
#gallery-carousel .owl-controls .owl-buttons .owl-prev {
    right: 15px;
    position: absolute;
}
#gallery-carousel .item {
    position: relative;
    margin: 0 10px;
}
#gallery-carousel .icon-container {
    float:right;
}
#gallery-carousel .icon-container{
    width: 22px;
    height: 22px;
    margin-left: 7px;
}
#gallery-carousel .icon-container svg{
    height: 22px;
}
.gallery-carousel-item:hover .hover-zoom{
    transform: translate(0,0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}



.gallery-carousel-item p {
    margin-bottom: 0;
   text-align: center;
    font-size: 15px;
    
    color: #fff;

}

.gallery-carousel-item .hover-mask-container{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(34, 34, 34, 0.6);

    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.gallery-carousel-item:hover .hover-mask-container{
    opacity: 1;
}
.img-responsive {
    width: 100% \9;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
    right: 0;
    margin-left: 5px;
    background: rgba(0,0,0,0.6) url(../img/svg/arrowNext.svg) no-Repeat 10px 11px !important;
    background-size: 28px !important;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
    background: rgba(0,0,0,0.9) url(../img/svg/arrowNext.svg) no-Repeat 10px 11px !important;
    background-size: 28px !important;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
    left: 0;
    background: rgba(0,0,0,0.6) url(../img/svg/arrowPrev.svg) no-Repeat 12px 11px !important;
    background-size: 28px !important;
}
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
    background: rgba(0,0,0,0.9) url(../img/svg/arrowPrev.svg) no-Repeat 12px 11px !important;
    background-size: 28px !important;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    float: left;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-indent: -99999px;
    top: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
