a, button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: var(--bsx-color-primary);
}
img {
  image-rendering: -webkit-optimize-contrast;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    img {
      image-rendering: auto;
    }
  }
}
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    img {
      image-rendering: auto;
    }
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: auto;
    }
  }
}
.no-wrap {
  white-space: nowrap;
}
html .scroll-to-top {
  right: 80px;
}
html a.scroll-to-top:hover {
  color: white;
}

.cookies-info {
  overflow: hidden !important;
}
#cookies-box-back {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
#cookies-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#cookies-box > .cookies-block {
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 400px;
  padding: 2rem;
  border-radius: 3px;
  transform: translate(-50%, -50%);
}
#cookies-box.fixed-padding > .cookies-block {
  padding-right: 0;
  max-width: 800px;
  padding-left: 0;
}
#cookies-box a.btn {
  display: block;
}
#cookies-box.fixed-padding a.btn {
  margin-right: 1rem;
  margin-left: 1rem;
}
#cookies-content {
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  word-wrap: break-word;
}
#cookies-content h1:first-child {
  display: none;
}
#cookies-box.fixed-padding #cookies-content {
  max-width: calc(100% - 2rem);
  width: calc(100% - 2rem);
  padding-right: 2rem;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: calc(100% - 3rem);
  text-align: left;
}
#cookies-box .cookies-container {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#cookies-box {
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 920px) {
  #cookies-box.fixed-padding #cookies-content {
    max-width: 100%;
    width: 100%;
  }
  #cookies-box a.btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #cookies-box.fixed-padding #cookies-content {
    height: calc(100% - 140px);
    max-height: calc(100% - 140px);
  }
  #cookies-box.fixed-padding > .cookies-block {
    left: 0;
    top: 0;
    transform: translate(0, 0);
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    position: relative;
    height: 100%;
    max-width: 100%;
  }
  #cookies-box.fixed-padding > .cookies-block h2 {
    padding-top: 1rem;
  }
  #cookies-box.fixed-padding .cookies-container {
    height: 100%;
  }
}

#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  padding: 10px 0;
}
#header .logo-scroll, #header.sticky .logo {
  display: none;
}
#header .navbar-nav {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#header .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  font-size: 15px;
  padding: 0 15px;
  color: #fff;
  letter-spacing: 2px;
}
#header .nav-item .nav-link:hover, #header .nav-item .nav-link.active, #header.sticky .nav-item .nav-link, #header .nav-item .nav-link.current-page-active {
  color: var(--bsx-color-secondary);
}
#header.sticky {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 2px 10px #ccc;
  box-shadow: 0 2px 10px #ccc;
  background-color: #fff;
  z-index: 999;
  padding: 14px 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#header .logo-scroll, .sticky .logo {
  display: none;
}
#header.sticky .logo-scroll {
  display: block;
}
#header.sticky .nav-item .nav-link.active, #header.sticky .nav-item .nav-link:hover, #header.sticky .nav-item .nav-link.current-page-active {
  color: var(--bsx-color-primary);
}

#footer {
  padding: 65px 0 0;
  background-color: #1c1c1c;
  overflow: hidden;
  border-top: 0;
  margin-top: 0;
}
#footer h4 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-social-icons ul li {
  display: inline-block;
}
#footer .footer-social-icons ul li a {
  display: block;
  background-color: var(--bsx-color-primary);
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  margin: 0 2px;
}
#footer a:not(.btn):not(.no-footer-css) {
  color: #fff;
}
#footer p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  padding: 30px 0 50px;
  text-align: center;
}
#footer p a {
  color: var(--bsx-color-primary);
}

.article-view {
  background: white;
}
.article-view .page-banner-section::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1111;
    opacity: 0.5;
}
.article-view .page-banner-section {
    padding: 90px 0;
    padding-top: 176px;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
}
.article-view .page-banner-section .row{
    justify-content: center;
}
.article-view .page-banner-section h2 {
    margin: 0 0 15px;
    font-size: 44px;
    text-transform: uppercase;
    color: #0f0326;
    font-weight: 700;
    margin: 3px 0;
    letter-spacing: 1.8px;
    line-height: 48px;
}
@media (max-width: 991px) {
  .article-view .page-banner-section {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .article-view .page-banner-section {
    padding: 55px;
  }
  .article-view .page-banner-section h2{
    font-size: 34px;
    font-weight: 700;
  }
}
.article-view .page-banner-section .container {
    position: relative;
    z-index: 2;
}
.article-view .page-banner-section ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.article-view .page-banner-section ul li {
    display: inline-block;
    margin-left: 3px;
}
.article-view .page-banner-section ul li::before {
    content: '>';
    color: #cccccc;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 6px;
    line-height: 24px;
}
.article-view .page-banner-section ul li:first-child::before {
    display: none;
    margin: 0;
}
.article-view .page-banner-section ul li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #cccccc;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 24px;
}
.article-view p {
  font-size: 15px;
  color: #777;
  font-weight: 400;
  line-height: 24px;
}
.article-view ol p, .article-view ul p {
  margin-bottom: 0;
}
.highlight-desc {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #eff0f1;
  margin: 0 0 30px;
  -webkit-box-shadow: 0 5px 15px #e6f0fa;
  box-shadow: 0 5px 15px #e6f0fa;
}
#header .dropdown-menu {
  background-color: var(--bsx-color-primary);
  border: 0;
  padding: 0;
}
#header .nav-item {
  position: relative;
}
#header .navbar-nav .nav-item .dropdown-item {
  padding: .5rem 15px;
  border-radius: .25rem;
}
#header .navbar-nav .nav-item .dropdown-menu li:not(:first-child) .dropdown-item {
  border-top: 1px solid var(--bsx-color-secondary);
}
#header .navbar-nav .nav-item .dropdown-toggle .fa-chevron-down::before {
  content: "";
}
#header.sticky .nav-item .dropdown-item {
  color: #fff;
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  #header .navbar-toggler {
    background-color: #fff;
    margin-left: 30px !important;
  }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
  #header #collapsingNavbar2 {
    background-color: #fff;
    padding: 30px 0 40px;
  }
  #header.sticky #collapsingNavbar2 {
    background-color: #fff;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
  #header .navbar-nav .nav-item .nav-link {
    color: var(--bsx-color-secondary);
    padding: 5px 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
  #header .nav-item .nav-link.active, #header .nav-item .nav-link:hover, #header .nav-item .nav-link.current-page-active {
    color: var(--bsx-color-primary);
  }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
  #header.sticky .navbar-toggler {
    background-color: #131a48;
    color: #fff;
  }
}
