body{
                                                                                font-size:Nunito;
                                                                    }

    .btn-style-seven:hover,.btn-style-one:hover{
background-color:black;   
color:white;
}

.btn-style-seven,.btn-style-one{
    background-color:white;
    color:black;
    border:black solid 1px;
}

.testimonial-section-three .owl-next,
.testimonial-section-three .owl-prev{
   background: rgba(208, 208, 208, 0.15);
   color: #000;
}

.testimonial-section-three .owl-next:hover,
.testimonial-section-three .owl-prev:hover{
    background: black;
    color: white;
}

.logo img {
  max-height: 40px;
}

@media only screen and (max-width: 1023px) {
  .banner-section-five {
    background-color: #f1f2f2;
  }
}


.dropdown-notifications .dropdown-footer a {
    background-color:black;
}


/* Btn Style Four */
.btn-style-four {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: black;
    background-color: white;
    font-size: 16px;
    line-height: 20px;
    border-radius: 8px;
    font-weight: 400;
    padding: 15px 35px;
}

.btn-style-four:hover{
    color: black;
    background-color: white;
}

.bravo-form-register input.checked:checked + .theme-btn {
  background-color: black;
  color: white;
}

.testimonial-block .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: white;
}

.category-block p {
  font-size: 14px;
  color: white;
  font-weight: 400;
  visibility: hidden;
}

.call-to-action {
  margin-top: 50px;
}
    
