html {
  background: #000;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
  display: block;
  font-size: 18px;
  padding: 10px 0px;
  position: relative;
  line-height: 40px;
  opacity: 0.7;
  transition: 0.3s;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-size: 16px;
  padding: 4px 0px;
  line-height: 50px;
  font-weight: 700;
}
.animateid {
  animation: dropInAnimation linear 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes dropInAnimation {
  0% {
    opacity: 0;
    transform: translateY(-2%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#sp-header {
  background: url(../images/header2.jpg) 50% 0 repeat-x;
  box-shadow: none;
  position: relative;
}
#sp-logo .logo {
  height: 120px;
}
.itemid-101 .col-lg-12 .article-list {
  margin-top: 300px;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 20px;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
.itemid-108 #sp-main-body {
  min-height: 60vh;
}
.sp-megamenu-wrapper {
  margin-top: 30px;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
  font-weight: 700;
}
.article-list .article {
  margin-bottom: 0;
  padding: 0;
  border: none;
  border-radius: 3px;
}
.homepage-box {
  text-align: center;
}
.homepage-box img {
  display: block;
  margin: 0 auto;
}
.homepage-box h2 {
  margin-top: 10px; /* adjust as needed */
}
.home1 {
  margin: 30px 0 60px 0;
}
.home1 h1 {
  text-transform: uppercase;
  margin: 20px 0;
}
.article-header h1 {
  text-transform: uppercase;
}
.social_icons img {
  width: 30px;
}
.social_icons a {
  display: inline-block;
  padding-left: 10px;
}
#sp-footer1 {
  display: flex;
  align-items: center;
}
.applinks img {
  width: 250px;
}
.home1 p,
.home1 li {
  font-weight: bold;
}
.linkpad .button,
.readmore,
.rsform-submit-button,
.article-details.code-of-conduct a {
  background: #ff971b;
  padding: 10px 20px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid #b76400;
}
.error-page body {
  background: #ff971b;
}
.code-of-conduct #sp-main-body {
  min-height: 60vh;
}
.code-of-conduct .center-flex a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c1";
  padding-right: 5px;
  color: #000;
}
.error-page .btn {
  background: #000;
  border-radius: 40px;
}
.error-page .btn:hover {
  background: transparent;
  border: 1px solid #000;
}
.linkpad .button:hover,
.readmore:hover,
.rsform-submit-button:hover,
.article-details.code-of-conduct a:hover {
  background: #83c96c;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid #000;
}
.padtop2 {
  font-weight: 700;
}
.services li {
  list-style-type: none;
}
.services li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f06c";
  padding-right: 5px;
  color: #ff971b;
}
.facility .lis_stl li,
.facility .lis_stl2 li {
  list-style-type: none;
}
.facility .lis_stl li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f494";
  padding-right: 5px;
  color: #ff971b;
}
.facility .lis_stl2 li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f3ed";
  padding-right: 5px;
  color: #ff971b;
}
#sp-main-body {
  padding: 50px 0;
}
.article-details .article-header h1,
.article-details .article-header h2,
.page-header h1,
.article-details h1:first-of-type {
  font-size: 2.25rem;
  text-transform: uppercase;
}
.featured-article-badge {
  display: none;
}
.comment article {
  border-bottom: 1px solid #000;

  padding: 10px;
  display: flow-root;
}
.rsform input,
.rsform textarea {
  border: 1px solid #333 !important;
  border-radius: 0 !important;
}

.videos div {
  margin-bottom: 30px;
}
.gallery li {
  margin: 2px !important;
}
.padtop p {
  font-weight: 700;
}
.itemid-101 #sp-header {
  background: url(../images/header.jpg) 50% 0 repeat-x;
  height: 420px;
  position: relative;
}
#sp-slider {
  margin-top: -280px;
  position: absolute;
  z-index: 9999;
}
#slider-container112 {
  border: solid 25px #6dcf4b;
}
#djslider112 {
  border: 25px solid #000;
}
#cookiehintinfo a {
  color: #000 !important;
  font-size: 130%;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.code {
  margin: 90px 0;
  text-align: center;
  display: flex;

  justify-content: center;
}
.code a {
  width: 30% !important;
  background: #ff971b;
  align-content: center;

  padding: 10px 20px !important;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid #b76400;
}
.code a:hover {
  background: #a84f21;
  color: #fff;
}
.report-concern .en {
  margin-bottom: 80px;
}
.report-concern h6 .badge {
  background: #000;
  font-weight: 500;
  color: #fff;
  font-size: 1em;
  border-radius: 45px;
  padding: 7px 20px;
}
@media (max-width: 991px) {
  #sp-header {
    height: 120px;
  }
  .code {
    margin: 90px 0;
    text-align: center;
    display: flex;

    justify-content: center;
  }
  .code a {
    width: 100% !important;
    background: #ff971b;
    align-content: center;

    padding: 20px !important;
    color: #000;
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 8px;
    border: 1px solid #b76400;
  }
}
@media (max-width: 998px) {
  #sp-menu {
    height: 80px;
  }
  #sp-logo .logo {
    height: 80px;
  }
  .logo-image {
    height: 50px !important;
  }
  .itemid-101 #sp-header {
    background: #000;
    height: 90px;
    position: relative;
  }
  #sp-main-body {
    padding: 10px 0;
  }
  .itemid-101 .col-lg-12 .article-list {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  #sp-header {
    height: 80px !important;
  }
  .logo-image {
    height: 43px !important;
  }
  #sp-logo .logo {
    height: 80px;
  }
  .applinks img {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 999px) and (max-width: 1199px) {
  .itemid-101 .col-lg-12 .article-list {
    margin-top: 0px;
  }
  #sp-header {
    height: 120px !important;
  }
  .logo-image {
    height: 43px !important;
  }
  .itemid-101 #sp-header {
    background: #000;
    position: relative;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }
}
