.header-style-two .menu-area {
  margin: 10px;
  border-radius: 40px;
}
.main>.ck-content div>section, .main>.ck-content>section{
  background-color: white
}
.f-logo img, .fw-logo img, .logo img{
  max-height: 50px
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.footer -menu li a:hover, .portfolio-cat a:hover, a, a:hover, button{
  color: #ccc;
}