
.header .navbar .navbar-nav li.active a{
    color: #000!important;
}

.menu > .nav-item a::after{
    background-color: transparent!important;
}
.gallery__item img {
    transition: 0.3s linear;
    height: 260px;
    object-fit: cover;
}
.gallery__item img:hover {
    transition: 0.3s linear;
    transform: scale(1.03);
}

.awardimg {
    padding: 10px 10px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #e9ddd7;
}
.awardimg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bg-banner {
    background: url(../../assets/images/27491111.jpg) no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
}
.hero__content .quotes1{
    width: 62%;
    margin: 0 auto;
}
@media(max-width: 574px){
    .hero__content .quotes1 {
    width: 100%;
    margin: 0 auto;
    font-size: 16px !important;
}
.hero__content .button {
    padding: 5px 10px !important;
}
.abtauthor{
    margin-bottom: 20px;
}
 .abtauthor img {
   
    width: 100%;
}
.gallery__item img {
    margin: 0!important;
}
.testi-row .clients-slider {
    padding: 0!important;
}
}

.counters__stats1 {
    list-style: none;
}
.counters__stats1 li {
    width: 100%;
    margin-bottom: 35px;
    border-bottom: 1px solid #cac4c4;
    padding-bottom: 35px;
}
.counters__stats1 li:nth-child(even) .row {
    flex-direction: row-reverse;
}
.counters__stats1 li .row {
    align-items: center;
}
.footer__copyright {

    padding-top: 15px;
    background: #e8d8d1;
    padding-bottom: 15px;
    margin-top: 25px;
}
.footer__menu li a {
    margin-left: 10px;
    margin: 0 50px;
    font-size: 20px;
}
.footer__menu {
    border-top: 1px solid #d7d7d7;
    padding-top: 22px;
    width: 100%;
}
.testi-row .testi-card p {
    height: 280px;
    overflow-y: auto;
}
.testimonial__user-info__content h4 {
    min-height: 60px;
}.swiper-pagination {
    display: none;
}

.review__preview2 .row {
    row-gap: 25px;
}
.review__preview2 .testimonial__user-info__content h4 {
    min-height: unset!important;
}
.review__preview2 .card-body p {
    height: 140px;
    overflow-y: auto;
}
.testi-row .clients-slider {
    
    position: relative;
}

.swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    background: #959595b3;
}
.swiper-button-prev:after, .swiper-button-next:after {
    color: #000;
    font-size: 18px;
}



















