@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Montserrat", sans-serif !important;
}
h1, .h1, .uk-h1, h2, .h2, .uk-h2, h3, .h3, .uk-h3, h4, .h4, .uk-h4, h5, .h5, .uk-h5, h6, .h6 .uk-h6 {
  font-family: "Montserrat", sans-serif !important;
  color: #333;
  font-weight: normal;
}
.category-desc h2 {
	margin-bottom: 20px;
}
.item-content a, .com-content-article__body a, .com-content-blog__link a, a.page-link {
  color: #afbd21 !important;
}
li.metismenu-item.item-110.level-2 {
  padding: 5px 20px;
}
a:hover {
  color: #afbd21 !important;
  text-decoration: underline;
}
.container-header nav {
  margin-top: 0;
  padding: 0;
}
.level-1.default.current.active a {
  color: #afbd21 !important;
}
.container-header .metismenu > li > a:after, .container-header .metismenu > li > button:before {
  content: none;
}
.container-topheader {
  background: #afbd21;
  color: white;
}
.bottom-a.card.no-bx {
  border: 0;
  padding: 10px 0;
}
a.uk-button {
  background: #aebd1e;
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
}
a.uk-button:hover {
  color: white;
  background: #333333;
}
.container-header .grid-child {
  padding: 1em;
}
.metismenu.mod-menu .metismenu-item {
  flex-wrap: wrap;
  align-items: center;
  padding: 0 2.1em 0 0;
  font-size: 1.2rem;
  line-height: 50px;
  display: flex;
}
.container-header .metismenu > li > a:hover:after, .container-header .metismenu > li > button:hover:before, .container-header .metismenu > li.active > a:after, .container-header .metismenu > li.active > button:before {
  opacity: 1;
}
.metismenu-item a:hover {
  color: #afbd21 !important;
  text-decoration: underline;
}
label {
  display: inline-block;
  font-weight: 600;
}
.greenbox .uk-scope {
	background: #000;
	color: #fff;
}
.item-content h2 {
  font-size: 22px;
  font-family: "Montserrat", sans-serif !important;
}
h1 {
  margin-bottom: 30px;
  margin-top: 10px;
}
h2, .h2, .uk-h2, h3, .h3, .uk-h3, h4, .h4, .uk-h4, h5, .h5, .uk-h5, h6, .h6 .uk-h6 {
  color: #afbd20 !important;
}
.container-topbar {
  color: #000;
  background: #fff;
}
#mod-custom88 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 15px 0;
}
.container-header, .footer {
  z-index: 10;
  background-color: #fff;
  background-image: none;
  position: relative;
  box-shadow: inset 0 5px 5px #00000008;
  color: #333;
}
.container-header .mod-menu {
  color: #333;
  list-style: none;
}
.item-page .right.item-image img {
  height: auto;
  margin: 0 0 10px 20px;
  max-width: 440px;
  border-radius: 5px;
}
.blog-item .right.item-image img {
  margin: 0;
  width: 440px;
  border-radius: 6px;
}
.items-leading .blog-item .right.item-image img {
  margin: 0;
  width: 100%;
  border-radius: 6px;
  height: auto;
}
.item-page .left.item-image img {
  height: auto;
  margin: 0 20px 10px 0;
  max-width: 440px;
  border-radius: 5px;
}
.active > .page-link {
  background-color: #afbd21;
  color: #fff !important;
}
.container-header .navbar-toggler {
  color: #afbd21;
  cursor: pointer;
  border: 1px solid #afbd21;
}
.btn-primary {
  background-color: #afbd21;
  border-color: #afbd21;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #684f40;
  border-color: #684f40;
}
.logo {
  padding-left: 20px;
}
footer.container-footer.footer.full-width {
  background: #afbd21;
  color: white;
}
.noborder {
  border: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.top-a.card.noborder .card-body {
  padding: 0 !important;
}
.container-banner {
	margin: 0;
}
@media (max-width: 767px) {
  .logo {
    text-align: center;
    padding-left: 0;
  }
  .item-page .right.item-image img, .item-page .left.item-image img {
    margin: 0 0 10px 0;
    max-width: 100%;
  }
}

@media (max-width: 1380px) {
.blog-item .right.item-image img {

    object-fit: cover;
}
}
h2, .h2 {
	font-size: 1.8rem;
}