html {
  scroll-behavior: smooth;
}
body {
  font-family: "IBM Plex Serif", serif;
  color: #2d3748;
}
#sidenav ul {
  list-style-type: none;
  padding-left: 20px;
}
a:hover {
  text-decoration: none;
}
.site-header-new {
  background-color: #121212;
}
.site-header-new a {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.site-header-new a:focus,
.site-header-new a:hover {
  color: #8f8f8f;
}
.nfs {
  text-align: center;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  min-height: 30px;
  background-color: #16aa16;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nfs a,
.nfs div,
.nfs span {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  margin: 0;
  padding: 0;
}
.nfs-container-outer {
  position: relative;
}
.nfs .nfs-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 1080px;
  font-size: 15px;
  padding: 10px 60px;
  line-height: 1.4;
}
.nfs .nfs-button,
.nfs .nfs-text,
.nfs input {
  margin: 0.2em 0.5em;
}
.nfs .nfs-button {
  display: inline-block;
  padding: 6px 15px;
  font-size: 15px;
  border-radius: 3px;
  color: #fff !important;
  outline: 0;
  border: 0;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #140300;
}
.nfs-hide span {
  display: inline-block;
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.nfs-hide,
.nfs-show {
  position: absolute;
  right: 20px;
  font-size: 18px !important;
  line-height: 50px;
  text-align: center;
  box-sizing: initial;
  line-height: 1;
  top: 50%;
  background: 0 0;
  margin-top: -9px !important;
  background-color: #16aa16;
  color: #fff;
  font-weight: 700;
}
.site-header-top {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}
.site-header-top .wrap {
  padding: 20px 0;
}
.bg-light-orange {
  background-color: #fffaf0;
}
.bg-gray {
  background-color: #edf2f7;
}
#sidenav ul:first-child li {
  padding: 3px 0;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 102px;
}
#header {
  transition: transform 0.3s;
  will-change: transform;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15);
}
.navbar-light .navbar-nav .nav-link {
  color: #2d3748;
  font-size: 14px;
}
.btn-search i {
  color: #000;
}
.main-title p {
  font-size: 12px;
  color: #212529;
}
.main-title h1 {
  font-size: 30px;
  color: #2d3748;
}
.sidevar-left p,
.sidevar-right p {
  font-size: 12px;
  color: #2d3748;
}
.comment a {
  color: #2d3748;
}
.sidevar-left a,
.sidevar-right a,
.social-icon a,
.ul-of-contents ul li a {
  font-size: 14px;
  color: #4a5568;
}
.list-group-item {
  padding: 0.5rem 1.25rem;
}
pre.chroma {
  font-size: 0.875rem;
  color: #2d3748;
}
.social-icon i {
  font-size: 20px;
}
.btn-purple {
  background-color: #4c51bf !important;
}
.bmc-button {
  line-height: 33px !important;
  display: inline-flex !important;
  color: #fff !important;
  background-color: #ff813f !important;
  border-radius: 3px !important;
  border: 1px solid transparent !important;
  padding: 1px 9px !important;
  font-size: 16px !important;
  letter-spacing: 0.6px !important;
  box-shadow: 0 1px 2px rgba(190, 190, 190, 0.5) !important;
  font-weight: 700;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  transition: 0.3s all linear !important;
}
.form-control:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.text-small {
  font-size: 14px;
}
.copy-right {
  display: contents;
}
.footer-link {
  color: #1a202c;
  font-size: 0.875rem;
}
.modal-content,
.modal-full {
  min-width: 100%;
  margin: 0;
  min-height: 100vh !important;
}
.search-form input {
  font-size: 1.875rem;
  color: #1a202c;
  font-weight: 500 !important;
}
@media (max-width: 768px) {
  .main-row {
    display: flex;
    flex-direction: column;
  }
  .main-left {
    order: 2;
    margin-top: 20px;
  }
  .main-content {
    margin-top: 20px;
    order: 1;
  }
  .main-right {
    margin-top: 20px;
    order: 3;
  }
}
.sidebar-item {
  position: absolute;
  top: 0;
  width: 90%;
  height: 100%;
}
.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .main-left {
    display: none;
  }
}
.main-content {
  text-align: justify;
}
.navbar-nav ul{
    justify-content: flex-end;
}
.nav-item{
    padding-right: 20px;
}