.site-info {
  color: #233f6e;
}

#main-nav {
  background-color: #233f6e;
  border-bottom: 5px solid #d5a64e;
  display: block;
  float: left;
  width: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-navigation li a:hover,
.main-navigation li a:focus,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li:hover > a {
  background: #d5a64e;
  color: #fff;
}

#tophead {
  background-color: #233f6e;
  clear: both;
  font-family: "Merriweather Sans", sans-serif;
  min-height: 35px;
}

#colophon.site-footer {
  background-color: #233f6e;
}

#footer-widgets {
  background-color: #233f6e;
  border-top: 5px solid #d5a64e;
  float: left;
  padding: 30px 0;
  width: 100%;
}

#colophon a:hover {
  color: #233f6e;
}

#colophon a {
  color: #233f6e;
}

#main-slider 
.cycle-prev::after,
#main-slider .cycle-next::after {
  background-color: #233f6e;
  border-radius: 0 30px 30px 0;
  display: block;
  font-size: 36px;
  padding: 15px 20px 15px 25px;
  text-shadow: 0 0 1px #000000;
  transition: all 0.5s ease-in-out 0s;
}





.menu-toggle {
  background-color: #233f6e;
}

.scrollup {
  background: #d5a64e none repeat scroll 0 0;
  bottom: 50px;
  color: #ffffff;
  display: none;
  float: right;
  line-height: 1.2;
  padding: 10px;
  position: fixed;
  right: 32px;
  text-align: center;
  z-index: 99999;
  width: 44px;
  height: 44px;
}

#quick-contact li::before {
  color: #d5a64e;
  content: "";
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 5px;
  font-size: 17px;
}

.top-news-title::before {
  color: #d5a64e;
  content: "\f0a4";
  float: left;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  margin-right: 5px;
}