/*  typography */
body {
  line-height: 1.6 !important;
  font-family: "Work Sans", sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 17px !important;
  color: #333 !important;
}

p {
  font-weight: 400 !important;
  color: #333 !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  font-family: "Work Sans", sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #131313 !important;
  font-family: "Neuton", serif !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

h1, .h1 {
  font-size: 36px !important;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 26px !important;
  }
}

h2, .h2 {
  font-size: 28px !important;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 24px !important;
  }
}

h3, .h3 {
  font-size: 22px !important;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 20px !important;
  }
}

h4, .h4 {
  font-size: 20px !important;
}

h5, .h5 {
  font-size: 16px !important;
}

h6, .h6 {
  font-size: 14px !important;
}

/* Button style */
.btn {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  padding: 10px 25px !important;
  border-radius: 0 !important;
  border: 1px solid !important;
  position: relative !important;
  z-index: 1 !important;
  transition: 0.2s ease !important;
}
.btn:hover, .btn:active, .btn.active .btn:focus, .btn.focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.btn-primary {
  background: #F2D04E !important;
  color: #fff !important;
  border-color: #F2D04E !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active .btn-primary:focus, .btn-primary.focus {
  background: #F2D04E !important;
  border-color: #F2D04E !important;
}

.btn-outline-primary {
  background: transparent !important;
  color: #F2D04E !important;
  border-color: #F2D04E !important;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active .btn-outline-primary:focus, .btn-outline-primary.focus {
  background: #F2D04E !important;
  border-color: #F2D04E !important;
  color: #fff !important;
}

.btn-sm {
  font-size: 14px !important;
  padding: 10px 25px !important;
}

body {
  background-color: #fff !important;
  overflow-x: hidden !important;
}

::-moz-selection {
  background: #F2D04E !important;
  color: #fff !important;
}

::selection {
  background: #F2D04E !important;
  color: #fff !important;
}

/* preloader */
.preloader {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: #fff !important;
  z-index: 9999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

img {
  vertical-align: middle !important;
  border: 0 !important;
  max-width: 100% !important;
  height: auto !important;
}

.navbar-brand {
  display: flex !important;
  align-items: center !important;
}

.site-logo {
  height: 42px !important;        /* ideal for navbar */
  width: auto !important;         /* keep aspect ratio */
  max-width: none !important;     /* stop it from stretching */
  object-fit: contain !important;
}

@media (max-width: 768px) {
  .site-logo {
    height: 34px !important;
  }
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
}

a,
button,
select {
  cursor: pointer !important;
  transition: 0.2s ease !important;
}
a:focus,
button:focus,
select:focus {
  outline: 0 !important;
}

a:hover {
  color: #F2D04E !important;
}

.slick-slide {
  outline: 0 !important;
}

.section {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.section-title {
  position: relative !important;
  z-index: 1 !important;
  margin-bottom: 15px !important;
}
.section-title::before {
  position: absolute !important;
  height: 4px !important;
  width: 100% !important;
  content: "" !important;
  left: 0 !important;
  top: 0 !important;
  z-index: -1 !important;
}

.bg-cover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.border-default {
  border-color: #ececec !important;
}

.border-primary {
  border-color: #F2D04E !important;
}

.font-primary {
  font-family: "Work Sans", sans-serif !important;
}

.font-secondary {
  font-family: "Neuton", serif !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.breadcrumb {
  background-color: transparent !important;
  justify-content: center !important;
}
.breadcrumb-item {
  font-family: "Work Sans", sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 10px !important;
  font-weight: 600 !important;
}
.breadcrumb-item a {
  color: #F2D04E !important;
}

/* overlay */
.overlay {
  position: relative !important;
}
.overlay::before {
  position: absolute !important;
  content: "" !important;
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  background: #000 !important;
  opacity: 0.5 !important;
}

.bg-primary {
  background: #F2D04E !important;
}

.text-primary {
  color: #F2D04E !important;
}

.text-default {
  color: #333 !important;
}

.bg-dark {
  background-color: #131313 !important;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}
.rounded {
  border-radius: 6px !important;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .no-gutters-lg {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .no-gutters-lg > .col, .no-gutters-lg > [class*=col-] {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.mark, mark {
  padding: 0 !important;
}

.navigation {
  background-color: transparent !important;
}
.navigation .navbar {
  border-bottom: 1px solid #ececec !important;
  padding: 25px 0 !important;
}
@media (max-width: 767px) {
  .navigation .navbar {
    padding: 15px 0 !important;
  }
}
.navigation .navbar-nav {
  flex-direction: row !important;
}
@media (max-width: 991px) {
  .navigation .navbar-nav {
    flex-direction: column !important;
  }
}
.navigation .navbar-nav:hover .nav-item::after,
.navigation .navbar-nav:hover .nav-link:not(:hover) {
  opacity: 0.5 !important;
}
.navigation .navbar-nav:hover .dropdown:hover .nav-link {
  opacity: 1 !important;
}
.navigation .nav-item {
  margin: 0 !important;
  position: relative !important;
}
.navigation .nav-item::after {
  position: absolute !important;
  content: "/" !important;
  right: -2px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
@media (max-width: 991px) {
  .navigation .nav-item::after {
    display: none !important;
  }
}
.navigation .nav-item .nav-link {
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: "Work Sans", sans-serif !important;
  text-transform: capitalize !important;
  line-height: 1 !important;
  display: inline-block !important;
}
.navigation .nav-item:last-child::after {
  display: none !important;
}
.navigation .nav-item.dropdown .nav-link {
  position: relative !important;
  padding-right: 38px !important;
}
@media (max-width: 991px) {
  .navigation .nav-item.dropdown .nav-link {
    padding-right: 28px !important;
  }
}
.navigation .nav-item.dropdown .nav-link::after {
  display: none !important;
}
.navigation .nav-item.dropdown .nav-link::before {
  position: absolute !important;
  right: 24px !important;
  top: calc(50% - 6px) !important;
  display: inline-block !important;
  vertical-align: 0.255em !important;
  content: "" !important;
  height: 8px !important;
  width: 8px !important;
  border: 2px solid !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-color: inherit !important;
  border-radius: 2px !important;
  transform: rotate(45deg) !important;
  transition: 0s !important;
}
@media (max-width: 991px) {
  .navigation .nav-item.dropdown .nav-link::before {
    right: 13px !important;
  }
}
@media (min-width: 991px) {
  .navigation .dropdown-menu {
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 220px !important;
    transition: 0.2s !important;
    left: 50% !important;
    border-radius: 0 !important;
    transform: translate(-50%, 6px) !important;
  }
  .navigation .dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: 0 10px 30px rgba(22, 28, 45, 0.1) !important;
    transform: translate(-50%, -6px) !important;
  }
}
.navigation .dropdown-menu {
  border: 0 !important;
  padding: 0 25px !important;
}
.navigation .dropdown-menu:hover .dropdown-item:not(:hover) {
  opacity: 0.5 !important;
}
.navigation .dropdown-item {
  font-size: 16px !important;
  padding: 5px 0 !important;
  font-weight: 500 !important;
}
.navigation .dropdown-item:first-child {
  padding-top: 15px !important;
}
@media (max-width: 991px) {
  .navigation .dropdown-item:first-child {
    padding-top: 5px !important;
  }
}
.navigation .dropdown-item:last-child {
  padding-bottom: 15px !important;
}
@media (max-width: 991px) {
  .navigation .dropdown-item:last-child {
    padding-bottom: 5px !important;
  }
}
.navigation .dropdown-item.active,
.navigation .dropdown-item:active,
.navigation .dropdown-item:focus,
.navigation .dropdown-item:hover {
  color: initial !important;
  background-color: transparent !important;
}
.navigation .navbar-light .navbar-toggler {
  border-color: transparent !important;
  padding: 0 !important;
  font-size: 20px !important;
  color: #000 !important;
  transition: 0.3s ease !important;
}
.navigation .navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navigation .navbar-light .navbar-nav .nav-link {
  color: #19234C !important;
  font-weight: 500 !important;
  padding: 15px 20px !important;
}
.navigation .navbar-light .navbar-nav .nav-link:hover {
  color: #000 !important;
}
@media (max-width: 991px) {
  .navigation .navbar-nav {
    background-color: #fff !important;
    padding: 15px 0 !important;
    border-radius: 0 !important;
  }
  .navigation .dropdown-menu {
    text-align: center !important;
  }
  .navigation .navbar-light .navbar-nav .nav-link {
    padding: 10px 20px !important;
  }
}
.navigation .search {
  max-width: 250px !important;
}
@media (max-width: 767px) {
  .navigation .search {
    width: 100% !important;
    max-width: initial !important;
    margin-top: 15px !important;
  }
}

.navigation .search input {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAEt2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMzYiCiAgIHRpZmY6SW1hZ2VXaWR0aD0iMzYiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjcyLjAiCiAgIHRpZmY6WVJlc29sdXRpb249IjcyLjAiCiAgIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIzNiIKICAgZXhpZjpQaXhlbFlEaW1lbnNpb249IjM2IgogICBleGlmOkNvbG9yU3BhY2U9IjEiCiAgIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiCiAgIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIKICAgeG1wOk1vZGlmeURhdGU9IjIwMjAtMDMtMDRUMTg6MDc6MjgrMDE6MDAiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMDMtMDRUMTg6MDc6MjgrMDE6MDAiPgogICA8eG1wTU06SGlzdG9yeT4KICAgIDxyZGY6U2VxPgogICAgIDxyZGY6bGkKICAgICAgc3RFdnQ6YWN0aW9uPSJwcm9kdWNlZCIKICAgICAgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWZmaW5pdHkgUGhvdG8gKFNlcCAyNiAyMDE5KSIKICAgICAgc3RFdnQ6d2hlbj0iMjAyMC0wMy0wNFQxODowNzoyOCswMTowMCIvPgogICAgPC9yZGY6U2VxPgogICA8L3htcE1NOkhpc3Rvcnk+CiAgPC9yZGY6RGVzY3JpcHRpb24+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+QByeCQAAAYJpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/80PkR+PXwsJi0rAaGtTERhlpKEljlF+bN2/em1Ez4/XeSLJVtlOU2Pi14C9gq6yVIlKysrAmNug5z6iRzLmdez73e+853XsuuOMZNWt5Q5DN5c1YNOKfnpn1Vz7iwUsDFTQqqmUMTkyMUdbebnA58arTqVX+3L9Wk9QsFVxVwgOqYeaFR4THlvOGw5vCzWpaSQofCwdNuaDwtaMnivzkcKrIHw6b8dgQuOuF/alfnPjFatrMCsvLCWQzS+rPfZyX1Gq5qUmJbeKtWMSIEsHPKMMMEaabfpnDdNJDl6wokx/6zh9nUXJVmQ1WMFkgRZo8QVGXpLomURddk5Fhxen/375aem9PsXptBCoebPulHSo34LNg2+/7tv15AJ57OMuV8hf3oO9V9EJJC+yCbw1OzktaYgtO16HlzlBM5VvyiLt1HZ6PoG4Gmi6heq7Ys599Dm8hvipfdQHbO9Ah533zX9qeZ6ZKiHq5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFxklEQVRYhcWXb2gbZRzHf/fcXdJelrsmTdMt6TraVNfOuXa6re02NnXTVdgQBKEMwQkbiC984Tth88VEmOBLQX0hhQmKyBD0hU7nmNDhUGeNuHXrdF36L72maZJ7rk/uLnfP44v1arbFJLahfuEg39+T3/f55C7H8zwcVFBnZ+e6ZDK52bbtrbZtdzLGoowxmTGGEEIEIZTkef4mz/O/BwKBG4lEYqFSZjlx/zYQi8VEQsiTc3Nzxx3HqasmDCFEFUU5L8vy2UQisVgzoPXr1+9IpVKvOI4TXkkoQkhTFOWzTCbz1aqA+vv70ejo6HOaph2llHqLxzweT5Ln+asAkBBFcTGfzxc8Ho+PUtrqOM62QqEQY4wt53EcxyRJ+laSpPdTqRRdEVAgEDiUzWZfLQ4WBGGusbHxU1VVvy8X1NbWtm16evply7JixXVFUb6TZfmDycnJQjVAvPshFAr1LiwsvF4MGQgELre1tb05Pj5+q1JQNptVw+HwBUmSMCHkMTfHNM0YQogYhnGjGiAAABgcHBRFUfwQAL50L0VRXqw6oEg7duzgGhoa9iGEzrlZCKHPW1paHqqmnwcAmJiYOJbP53e6Rb/ff17TtI9WAjQzMwOGYSRkWS6YprkdAIAxJhiG0eg4zg+V+lE4HK7TdX2fWxAEId/e3j60Ephi5XK5L/x+/1XXO47TffjwYW+5HgAA5PP5NlFKAwB334xoNPpWPB4nqwUCAJAkaYjjOHsJSLx8+fLRikDpdPpZWPoDchyXsixrrBYwAABdXV1TXq93wvUY44P79+8XygKZprnLNXV1dbeSyaRVK6BLly7RQCBwzvW2bdePjY3JlYDWuUaSpJFawbg6ceLEFYSQa7nFxUVfWaBi4/P5ZmsNdPr06QIAuHeds21brBqIMVZrnrsUHOcGc8WrQEUgQsiGWsOcPHlSYIx5lizzeDxllxDk9XqXtwmEkO21BhoaGtpFKXXvChVFsey2BHm93p9cYxhGRzQa9ZRr+C86cOAASqfTL7heEASjs7MzVxaooaHhGwBgAACMsRDP81WtOdUoHo+3mKa5yfV+v//i8PCwXRbINM07PM9nl4DQzMzMqf7+/vpaABmGcYwxJgAAIIQKAwMDH1fq4RcXF22fz9dkWdZmAABKqZjNZv2WZf28GhhFUY5gjI+4XhTFkXg8frFSHwIA6OvrO+vxeFS3qOv6gKIoFdedUurr6+NkWd6LMX5peRKE7Kampk+q6ecBAG7fvu0oipI2DGMP/LOx2hoKhZpbWlpG0um0U01YNBoV0un0oUwm85r7qFwmSZKu6bp+pyogAIDe3t4pTdNwPp9f3u0RQtpyudwT4XA4q+t6olxQR0fHI8lk8g1N056BEocHQsjjzc3Nk7quT5XLuacxFouh+fn55zHGg5TS5def4zgQRXEaIRQXBGEcITQPAJRS2uA4TqvjOI8WCoUOxhh6YIbiyTiOhsPhd1VVHa4KyFVTU1NfJpM5btv2io5BPM9rjDGOUuovAcUCgcCZhYWFH0v2lioSQqZ6enq+Nu9qC2Os5PdKTaYoyoVgMHg6GAz+gjE+VGLt4kzT3N3d3f3X7OzszAMZlSZpb2+XU6lUBwD0WJa1hVLaQimVGGPA87yJEJoVBGGU5/lfZVm+NTU1lXZ7N2zYsFlV1beLH38RvBEOh99RVfXqPfVqfvlqFI1GH1ZV9ZRt28r9YwghGgqFzszNzV1xa1U9itUIY5yORqM3McZ7AeCe7StjjCOE7I5EItcxxnNrAgQAoGlaKhKJXNd1/WCJYUQI2ROJRH7DGC+sCRAAAMY41draGscY9zLG7jkOMcYEQshToVDojzUDAgDI5XKpxsbGPw3D2FkCinccp2tNgQAACCGq3++/blnW0/ePUUrlNQcCADBNcz4YDI6YprmHMba86a+vr7/2vwABAOTz+fmNGzeOmqbZjhCSeZ6/FgqF3vsb7AafMhX1W/sAAAAASUVORK5CYII=) 6px 5px no-repeat #fff;
  width: 100% !important;
  border: none !important;
  padding: 11px 40px 11px 15px;
  border-radius: 0 !important;
  background-size: 15px !important;
  background-position: calc(100% - 15px) center !important;
  border: 1px solid #ddd !important;
}

.navigation .search input:focus {
  outline: 0 !important;
}

.navbar-footer {
  justify-content: center !important;
  flex-wrap: wrap !important;
}
.navbar-footer .nav-item {
  margin: 10px 0 !important;
}
.navbar-footer .nav-item .nav-link {
  color: #fff !important;
}

.article-card {
  padding: 30px !important;
  border-radius: 0 !important;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05) !important;
}
@media (max-width: 1200px) {
  .article-card-sm {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .article-card {
    padding: 25px !important;
  }
}
@media (max-width: 575px) {
  .article-card {
    padding: 15px !important;
  }
}

.card {
  border: 0 !important;
  position: relative !important;
}
.card-meta {
  padding-left: 0 !important;
}
.card-meta li {
  list-style-type: none !important;
  margin-right: 10px !important;
  display: inline-block !important;
}
.card-meta li a {
  font-weight: 500 !important;
  color: #888 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
.card-meta li a:hover {
  color: #F2D04E !important;
}
.card-footer {
  background-color: transparent !important;
}
.card-footer span {
  vertical-align: middle !important;
  color: #888 !important;
}
.card-img {
  height: 200px !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.card-image {
  position: relative !important;
}
.card-image img {
  border-radius: 0 !important;
}
.card-image .post-info {
  position: absolute !important;
  right: 0 !important;
  top: -5px !important;
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.card-image .post-info span {
  display: inline-block !important;
  line-height: 1.3 !important;
  font-size: 12px !important;
  padding: 3px 8px !important;
  padding-top: 4px !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  -webkit-backdrop-filter: blur(10px) !important;
          backdrop-filter: blur(10px) !important;
  color: #fff !important;
  border-radius: 0 !important;
  margin-top: 5px !important;
}

.read-more-btn {
  font-family: "Neuton", serif !important;
  font-size: 18px !important;
}

.post-title {
  color: #000 !important;
  display: inline !important;
  text-decoration: none !important;
  background-image: linear-gradient(#F2D04E, #F2D04E) !important;
  background-position: 0% 80% !important;
  background-repeat: no-repeat !important;
  background-size: 0% 8px !important;
  transition: background-size 0.3s !important;
}
.post-title-sm {
  background-size: 0% 3px !important;
}

a.post-title:hover {
  color: #000 !important;
  background-size: 100% 8px !important;
}

a.post-title-sm:hover {
  background-size: 100% 3px !important;
}

/* blog */
.pagination {
  justify-content: center !important;
}
.pagination .page-item .page-link {
  display: inline-block !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 0 !important;
  border: 1px solid #ececec !important;
  text-align: center !important;
  margin: 0 4px !important;
  font-weight: 500 !important;
  color: #131313 !important;
  padding: 0 !important;
  line-height: 41px !important;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05) !important;
}
.pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
  box-shadow: none !important;
  background: #F2D04E !important;
  color: #0e0e0e !important;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0 !important;
}
.pagination .page-item.active .page-link {
  background: #F2D04E !important;
  color: #0e0e0e !important;
  border-color: #F2D04E !important;
}

.post-meta {
  padding-left: 0 !important;
}
.post-meta li {
  list-style-type: none !important;
  display: inline-block !important;
  color: #888 !important;
  font-weight: 500 !important;
}
.post-meta li a {
  display: inline-block !important;
  background-color: rgba(19, 19, 19, 0.05) !important;
  color: black !important;
  text-transform: capitalize !important;
  padding: 2px 8px !important;
  margin-bottom: 8px !important;
  margin-right: 2px !important;
  font-size: 14px !important;
  border-radius: 0 !important;
}
.post-meta li a:hover {
  background-color: #F2D04E !important;
}
.post-meta li svg {
  display: inline-block !important;
}

.image-fallback {
  font-size: 0 !important;
  height: 220px !important;
  width: 100% !important;
  background-color: #f2f2f2 !important;
  text-align: center !important;
  border-radius: 0 !important;
  display: inline-block !important;
}
.image-fallback::first-letter {
  font-size: 80px !important;
  line-height: 220px !important;
  font-weight: bold !important;
  color: #19234C !important;
}
.image-fallback.post-thumb-sm::first-letter {
  font-size: 50px !important;
  line-height: 60px !important;
}
.image-fallback-sm {
  height: 120px !important;
  width: 120px !important;
  margin-bottom: 20px !important;
}
.image-fallback-sm::first-letter {
  font-size: 50px !important;
  line-height: 120px !important;
}
.image-fallback-xs {
  height: 80px !important;
  width: 80px !important;
}
.image-fallback-xs::first-letter {
  font-size: 38px !important;
  line-height: 80px !important;
}

.breadcrumbs {
  background-color: transparent !important;
  padding: 15px 0 !important;
}
.breadcrumbs a {
  color: #131313 !important;
}
.breadcrumbs a:hover {
  text-decoration: underline !important;
}
.breadcrumbs a:last-child {
  color: rgba(19, 19, 19, 0.5) !important;
  pointer-events: none !important;
}

/* content style */
.content * {
  margin-bottom: 5px !important;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content .h1, .content .h2, .content .h3, .content .h4, .content .h5, .content .h6 {
  margin-bottom: 20px !important;
  margin-top: 30px !important;
}
.content a {
  color: inherit !important;
  display: inline !important;
  text-decoration: none !important;
  background-image: linear-gradient(#F2D04E, #F2D04E) !important;
  background-position: 0% 110% !important;
  background-repeat: no-repeat !important;
  background-size: 100% 3px !important;
  transition: 0.3s !important;
}
.content a:hover {
  color: #000 !important;
  background-size: 100% 100% !important;
}
.content.bg-dark a:hover {
  background-image: linear-gradient(#F2D04E, #F2D04E) !important;
}
.content ol {
  padding-left: 20px !important;
}
.content ul {
  padding-left: 0 !important;
}
.content ul li {
  position: relative !important;
  padding-left: 15px !important;
  margin-bottom: 10px !important;
  list-style-type: none !important;
}
.content ul li a {
  display: inline-block !important;
  margin-bottom: 10px !important;
}
.content ul li::before {
  position: absolute !important;
  content: "" !important;
  height: 10px !important;
  width: 10px !important;
  border-radius: 100% !important;
  left: 0 !important;
  top: 7px !important;
  background-color: #F2D04E !important;
  transition: 0.3s ease !important;
}
.content table {
  text-align: left !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 1rem !important;
  border: 1px solid #dee2e6 !important;
}
.content table th,
.content table td {
  padding: 0.75rem !important;
  vertical-align: top !important;
  border: 1px solid #dee2e6 !important;
}
.content table thead {
  background: #f1f1f1 !important;
}
.content table tbody {
  background: #F6F6F6 !important;
}
.content table tbody td {
  text-align: left !important;
}
.content blockquote {
  border-left: 4px solid #F2D04E !important;
  padding: 20px !important;
  margin: 20px 0 !important;
}
.content blockquote p {
  margin-bottom: 0 !important;
  color: #333 !important;
  font-style: italic !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}
.content pre {
  padding: 10px 20px !important;
  background: #F6F6F6 !important;
}

/* widget */
.widget-blocks {
  padding-left: 20px !important;
}
@media (max-width: 991px) {
  .widget-blocks {
    padding-left: 0 !important;
  }
}
.widget-blocks .row > .col:last-child .widget, .widget-blocks .row > [class*=col-]:last-child .widget {
  margin-bottom: 0 !important;
}

.widget {
  margin-bottom: 50px !important;
}
.widget-body {
  padding: 30px !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05) !important;
}
@media (max-width: 1200px) {
  .widget-body-sm {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .widget-body {
    padding: 25px !important;
  }
}
@media (max-width: 575px) {
  .widget-body {
    padding: 15px !important;
  }
}
.widget-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.widget-list .card {
  border-bottom: 1px dashed #ececec !important;
  padding-bottom: 15px !important;
}
.widget-list .media img {
  height: 80px !important;
  width: 80px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 0 !important;
}
.widget-list .media:not(:last-child) {
  border-bottom: 1px dashed #ececec !important;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
}
.widget-list .media:hover {
  opacity: 0.8 !important;
}
.widget-list li {
  display: inline-block !important;
}
.widget-list li a {
  background-color: rgba(19, 19, 19, 0.05) !important;
  color: black !important;
  text-transform: capitalize !important;
  padding: 6px 16px !important;
  margin-bottom: 9px !important;
  margin-right: 9px !important;
  display: block !important;
  font-size: 14px !important;
  border-radius: 0 !important;
}
.widget-list li a:hover {
  background-color: #F2D04E !important;
}

.author-thumb-sm {
  height: 150px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media (max-width: 991px) {
  .author-thumb-sm {
    height: 250px !important;
  }
}
@media (max-width: 767px) {
  .author-thumb-sm {
    height: 200px !important;
  }
}

.post-thumb-sm {
  height: 80px !important;
  width: 100px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 0 !important;
}

.copyright {
  background-color: #0e0e0e !important;
  color: #e8e8e8 !important;
  padding: 20px 0 !important;
  font-size: 14px !important;
  text-align: center !important;
}

footer .section {
  padding: 45px 0 !important;
}

.navbar-footer .nav-link:hover {
  color: #F2D04E !important;
  text-decoration: underline !important;
}

.form-control {
  border-radius: 0 !important;
  min-height: 50px !important;
  padding: 10px 15px !important;
}
.form-control:focus {
  border-color: #131313 !important;
  box-shadow: none !important;
}
/*# sourceMappingURL=style.css.map */
