@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200&display=swap");
:root {
  --bs-breadcrumb-divider: ">";
}
html, body {
  font-family: "Prompt", sans-serif;
}
html.home .pagination, body.home .pagination {
  display: none;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.navbar {
  border-bottom: 2px solid #120068;
}
.navbar .navbar-brand img {
  max-width: 250px;
}
.navbar .navbar-nav > .nav-item {
  margin: 0 30px;
  position: relative;
}
.navbar .navbar-nav > .nav-item:last-child {
  margin-right: 0;
}
.navbar .navbar-nav > .nav-item:last-child > a:after {
  display: none;
}
.navbar .navbar-nav > .nav-item:not(:last-child) .dropdown-menu {
  border-radius: 0;
  background: #0f0d72;
  padding: 10px 15px;
}
.navbar .navbar-nav > .nav-item:not(:last-child) .dropdown-menu a {
  color: white;
}
.navbar .navbar-nav > .nav-item:not(:last-child) .dropdown-menu a:hover {
  background: #03014c;
}
.navbar .navbar-nav > .nav-item > a {
  color: #120068 !important;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding-bottom: 2px;
}
.navbar .navbar-nav > .nav-item > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #120068;
  left: 0;
  bottom: -5px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
}
.navbar .navbar-nav > .nav-item > a:hover:after, .navbar .navbar-nav > .nav-item > a.highlighted:after {
  opacity: 1;
  bottom: -2px;
}
.navbar .navbar-nav > .nav-item.active > a {
  border-bottom: 2px solid #120068;
}
.navbar .navbar-nav > .nav-item.active > a:after {
  display: none;
}
a, a:hover {
  text-decoration: none;
  color: #222;
}
.menu-toggle + .dropdown-menu, .locale-toggle + .dropdown-menu {
  right: 0;
  left: auto;
  z-index: 99999;
  border: none;
}
.menu-toggle:after {
  display: none;
}
/*.menu {
    .dropdown-menu {
        border-radius: 0;
        li.active {
            background: #120068!important;
            a {
                color: white!important;
                background: transparent !important;
            }            
        }
    }
}*/
.main-heading {
  text-align: center;
  margin-top: 50px;
  font-size: 28px;
  color: #120068;
  font-weight: 600;
  margin-bottom: 25px;
}
.main-heading .content {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.main-heading .content a {
  color: #120068;
}
.main-heading .content:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  bottom: 10px;
  left: 0;
  border-radius: 5px;
  background: #fd3500;
}
.blog-item {
  margin-bottom: 30px;
  height: 100%;
  cursor: pointer;
}
.blog-item:hover .card-img-top {
  background-size: 110%;
}
.blog-item .blog-title {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}
.blog-item .card-img-top {
  padding-top: 80%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
form#form-subscribe-foolsopts {
  text-align: center;
  max-width: 350px;
  margin: auto;
  margin-bottom: 30px;
}
form#form-subscribe-foolsopts input.form-control {
  border: none;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
}
form#form-subscribe-foolsopts button {
  border: none;
  border-radius: 50px;
  background: #f56832;
  padding: 0px 20px;
  text-transform: uppercase;
  color: white;
  outline: none !important;
  box-shadow: none !important;
}
form#form-subscribe-foolsopts .input-group {
  border: 1px solid #aeaeae;
  border-radius: 50px;
  overflow: hidden;
}
footer {
  border-top: 1px solid #d3d5d6;
}
footer .h4 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  width: auto;
  display: inline-block;
  color: #222;
}
footer .h4 + hr {
  height: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
}
footer .h4:after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 10px;
  width: 61px;
  bottom: 5px;
  left: 0;
  background: #fd3500;
}
.nav-credit {
  background: #120068;
  color: white;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
.blog-body img {
  max-width: 100%;
}
.pagination {
  justify-content: flex-end !important;
  flex-wrap: wrap;
}
.pagination > li {
  padding: 5px 10px;
  border: 1px solid;
  margin-left: 10px;
  margin-top: 10px;
  background-color: white;
  min-width: 32px;
  text-align: center;
}
.pagination > li.active {
  background-color: #120068;
  color: white;
}
.pagination > li:last-child {
  margin-right: 0;
}
.gototop {
  color: #120068;
  position: fixed;
  cursor: pointer;
  right: 30px;
  bottom: 10vh;
  z-index: 99999;
  box-shadow: 0 0 5px white;
  border-radius: 100%;
  background: white;
  line-height: 20px;
}
