body {
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
}

.btn:hover {
  color: #fff;
}

a:focus, a:active, .btn:focus, .btn:active{
    box-shadow:none !important;
    outline:0px !important;
}

.link-title {
  text-decoration: none;
  font-weight: bold;
}

.section-title {
  text-decoration: none;
  display: block;
  font-weight: bold;
}

.alert-warning {
  font-size: 14px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
  font-weight: bold;
  color: #000;
  padding-right: 0;
}

.nav-underline .nav-link:hover {
  color: #000;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.bgc-purple {
  background-color: #46446d;
}

.bgc-red {
  background-color: #ee1c25;
}

.bgc-green {
  background-color: #65b89e;
}

.bgc-yellow {
  background-color: #ffd700;
}

.bgc-dark {
  background-color: #333;
}

.bg-featured {
  background-color: #eff5ff !important;
  border: 2px solid #fff;
}

.bg-forms {
  background-color: #eff5ff !important;
  border: 2px solid #fff;
}

.links {
  font-size: 14px;
}

.links p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.link-title-detail {
  font-weight: bold;
}

@media (max-width: 991px) {
  .link-title-detail {
    display: block;
    padding-top: 2px;
    font-weight: 800;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 12px;
  }
  .featured {
    padding: 2px 5px !important;
  }
  .cookiealert {
    font-size: 0.80em !important;
  }
}

.custom-page {
  font-size: .875rem;
}

.custom-page h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.more-info {
  font-size: .875rem;
}

.search-form {
  font-size: .875rem;
  font-weight: 500;
   border: 0;
}

.header-container {
  background-color: #46446d;
}

.text-logo {
  font-size: 20px;
  height: 49px;
  line-height: 49px;
  padding: 0;
  margin: 0;
}

.text-logo a {
  color: #fff;
  text-decoration: none;
}

.image-logo {
  font-size: 20px;
  padding: 0;
  margin: 0;
}

.image-logo img {
  padding: 5px 0;
  height: 49px;
}

.footer-logo {
  padding: 5px 0;
  height: 49px;
}

.footer-text-logo {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}

.header-icons a {
  color: #fff;
}

.header-icons i {
  font-size: 16px;
  margin-left: 8px;
}

.pagination {
  margin-bottom: 15px !important;
}

.pagination .page-link {
  color: #000;
  font-size: 12px;
  border: 0 !important;
}

.page-item.active .page-link {
  background-color: #65b89e;
  color: #fff;
}

.search-btn {
  color: #fff;
  border-color: #65b89e;
  background-color: #65b89e;
  border: 0;
  font-size: 13px;
}

.site-icon {
  width: 70px;
  height: 70px;
}

.featured {
  background-color: #65b89e;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 1px 5px;
  margin-left: 5px;
}

.site-url, .site-url:hover {
  display: table;
  color: #037cd4;
  word-break: break-all;
  text-decoration: underline;
}
.breadcrumbs {
  display: block !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: .850rem;
}

.breadcrumbs a {
  color: #555;
  text-decoration: none;
}

.breadcrumbs .sep {
color: #bbb;
margin: 0 2px;
}

.footer-container {
  background-color: #25243c;
  color: #fff;
  font-weight: 300;
}

.footer-container .section-head {
  font-size: 16px;
  font-weight: 600;
}

.footer-copyright {
  background-color: #1f1e33;
  margin-top: 25px;
}

.page-footer {
  font-size: 13px;
  padding-top: 40px;
}

.page-footer a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

.page-footer br {
  display: block;
  margin: 3px 0;
}

.page-footer i {
  font-size: 16px;
  margin-right: 11px;
}

.page-footer li {
  line-height: 24px;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 200;
  margin: 0 !important;
  z-index: 99999999999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  font-size: 0.85em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert .acceptcookies {
  margin-left: 5px;
  text-align: center;
  width: 106px;
  padding: 2px;
  font-size: 0.95em;
  font-weight: 300;
  background-color: #65b89e;
  color: #fff;
}

.sub-categories {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.children-link {
  text-decoration: underline;
}
#redirect {
  font-size: 14px;

}

#redirect .message {
  font-size: 13px;
  display: block;
}

#redirect .title {
  font-size: 20px;
  display: block;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 4px;
}

.redirect-icon {
  width: 100px;
  height: 100px;
}

.modal-backdrop.show {
  z-index: 999999;
  opacity: 0.75;
}

.form-control {
  font-size: 14px;
  color: #333;
  border-color: #eee;
}

.form-select {
  font-size: 14px;
  color: #333;
  border-color: #eee;
}

#MyModal {
  z-index: 9999999 !important;
  font-size: 14px;
  font-weight: 400;
}

.modal-body {
  background-color: #fcfcfb;
}

.modal-header {
  border-bottom: 0 !important;
}

.modal-footer {
  border-top: 0;
}

.submit-button {
  color: #fff;
  background-color: #65b89e;
  border: 1px solid #65b89e;
  font-size: 13px;
}

.modal-title {
  font-size: 15px;
}

.close {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  color: #555;
  text-shadow: 0 1px 0 #fff;
  border: 0;
  background-color: transparent;
}

.submission-box {
  border-top: 1px dotted #ccc;
}

.social-media .col {
  padding: .5rem !important;
  text-align: center;
}

.social-media a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.social-media {
  color: #fff;
  font-size: 13px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.social-media i {
  margin: 0 !important;
}

.social-media .email {
  background-color: #46446d;
}

.social-media .facebook {
  background-color: #4267b2;
}

.social-media .linkedin {
  background-color: #0d77b7;
}

.social-media .twitter {
  background-color: #429cd6;
}

.social-media .whatsapp {
  background-color: #71c169;
}

.social-media .telegram {
  background-color: #0088cc;
}

.fa-exclamation-triangle {
  color: #f7c44c;
}

.qr-code {
  border: 1px solid #eee;
}