

@media screen and (max-width: 1168px) {
    .h1-testimonial-active button.slick-arrow {
        right: 921px !important;
    }
}


@media screen and (max-width: 768px) {
    .h1-testimonial-active button.slick-arrow {
        right: 667px !important
    }
}

@media screen and (max-width: 459px) {
     

    .h1-testimonial-active button.slick-next {
        display: none !important;
    }
    .h1-testimonial-active button.slick-arrow {
        display: none !important;
    }
}



.h1-testimonial-active button.slick-arrow {
    position: absolute;
    right: 1191px;
    border: 0;
    padding: 0;
    z-index: 2;
    height: 50px;
    top: 80px !important;
    width: 50px;
    line-height: 50px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 20px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    color: #616373;
    background: none;
    margin: 0 auto;
    bottom: 0;
    border: 1px solid #616373;
}


.h1-testimonial-active button.slick-arrow {
    border: 1px solid #00af9d;
    color: #00af9d;
    background: #00af9d8c;
}

    .h1-testimonial-active button.slick-arrow:hover {
        border: 1px solid #00af9d;
        color: white;
        background: #00af9d;
    }
 

.h1-testimonial-active button.slick-arrow {
    border-radius: 30px;
}



.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #003830;
}

.single-gallery-image:hover {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
}


.section-tittle span {
    font-size: 18px;
    display: block;
    color: #f15f22;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 17px;
    text-align: center;
}


.section-tittle span {
    font-family: Poppins-Regular;
    font-size: 15px;
    display: block;
    color: #444444;
    
    text-transform: capitalize;
    margin-bottom: 17px;
    text-align: center;
}


.testimonial-padding {
    padding-top: 60px;
    padding-bottom: 170px;
}


.GalleryTitle {
    font-family: Poppins-Regular;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #00af9d !important;
}

.GalleryDesc {
    font-family: Poppins-Regular;
    font-size: 15px;
    text-align: center;
    color: #44444a !important;
}