.SliderItem {
    max-height: 600px;
}

.sliderText {
    top: 40%;
    color: #fff;
}

.sliderText h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
}

.blog-image {
    max-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-item .testimonial-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 50px;
}

.testimonial-item .testimonial-content {
    min-height: 445px;
    padding-top: 70px;
}

.main-nav>li .submenu li a {
    white-space: break-spaces;
}

@media only screen and (min-width: 992px) {
    .main-nav li>ul {
        min-width: 280px;
        max-width: 300px;
    }


}

@media only screen and (max-width: 991px) {
    .sliderText h1 {
        font-size: 1.5rem;

    }


    .header.sticky-top {
        position: static;
    }

    .has-submenu.show ul.submenu {
        display: block;
    }

}