body{margin-top:20px;}
.btn.btn-outline-primary:hover, .bg-primary {
    background-color: #ffffff !important;
}
.headerStyle {
    background: #3A4851;
    height: 55px;
}
.backgroundStyle{
    height:100vh;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
}
.notification-bar{
    width: 100%;
    left: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-top: 0.45em;
    margin-bottom: 0.35em;
    color: #303133;
    font-family: Poppins;
    letter-spacing: -0.02em;

}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
    color: black !important;
}
section {
    position: relative;
}
.testimonial-three .testimonial-image {
    float: left;
    margin: 0 20px 0 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
}


.testimonial-three .testimonial-meta {
    position: relative;
    overflow: hidden;
    margin-left: 100px;
}


.testimonial-three .testimonial-name {
    display: block;
}


.testimonial-three .testimonial-three-col {
    padding-bottom: 35px;
}

.testimonial-three .testimonial-three-col {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    padding: 25px;
}

img {
    max-width: 100%;
    height: auto;
}