/*
Theme Name: SB Theme    
Author: Sumberbit
Author URI: https://blog.sumberbit.com
Description: Responsive Theme HTML5
Version: 1.0
*/


* {
  box-sizing: border-box;
}

body {
  background-color: #f9f9f9;
  font-family: Helvetica;
}

header {}

.navbar-brand {
  margin-right: -50px !important;
  margin-left: 25px !important;
  margin-bottom: 5px !important;
}

h1{
  color: #e91221;
}

a{
  color: #0a5fa7;
}
.bg-light1 {
  --bs-bg-opacity: 1;
  background-color: rgb(242, 242, 242) !important;

}

header .logo {
  margin: 30px;
}

body>header>h1>a {
  color: #ffffff;
  font-weight: 400;
}

/* NAVIGATION */
.menu {
  list-style-type: none;
  padding: 1%;
  width: 99%;
}

.menu li {
  float: left;
  padding-right: 30px;
}

.menu li a {
  text-decoration: none;
  color: #0a5fa7;
}

.menu li a:hover {
  color: #258ce7;
}

a {
  text-decoration: none;
}

.show>div>ul,
.collapsing>div>ul {
  margin-left: 20px;
}

.show>div>ul>li,
.collapsing>div>ul>li {
  margin-bottom: 10px;
}


/* 'Margin: 0 auto' centers block content on the page */
.wrap {
  width: 100%;
  margin: 0 auto;
  min-height: 800px;
}

.content-area {
  display: inline-block;
}

.content-thin {
  width: 70%;
  margin: 0 auto;
}

.content-full-width {
  width: 100%;
}

.content-area,
.primary-sidebar {
  display: inline-block;
}

.card-body a{
  text-decoration: none;
}
/* SIDEBAR */
.primary-sidebar {
  width: 25%;
  padding: 1%;
  vertical-align: top;
  background-color: #ececec;
}

/* ARTICLE */

.article-loop {
  width: 45%;
  text-align: left;
  margin: 5px;
  padding: 10px;
}

.article-full {
  width: 99%;
  padding: 1%;
}

.article-loop,
.article-full {
  display: inline-block;
  vertical-align: top;
  background-color: #FFF;
  border-radius: 4px;
  margin-bottom: 4px;
}

article>header {
  margin: 2rem 0rem;
}

@media (min-width: 1280px) {
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* PARTNER */

.partner-wrap {
  /* margin: 50px; */
}

.partner-wrap h1{
  margin: 50px;
}

.partner-lists {
  list-style-type: none;
  display: flex;
  justify-content: center;

}

.partner-lists>li {
  float: left;
  margin-right: 100px;
}

.partner-lists li img {
  border-radius: 15px 50px;
  width: 200px;
  height: 150px;
}

.partner-lists::after {
  content: "";
  display: table;
  clear: both;
}

.card1{
  text-align: center;
}

.card1 img{
  border-radius: 15px 50px;
  width: 200px;
  height: 150px;
}
           
#partner img{
  text-align: center;
}
/* FOOTER */
footer {
  margin-top: 4px;
}

.my-logo,
footer {
  width: 100%;
  background-color: #f4f4f4;

}

footer>.copy {
  background-color: #0853a2;
  border: 1px solid #0853a2;
  /* margin-bottom: 8px; */
  padding: 20px 0px 3px;
  color: white;
  font-size: 1em;
  min-height: 4em;
}

footer>.copy a {
  color: white;
}

footer>.info {
  min-height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.nav-footer>ul {
  text-decoration: none;
  list-style-type: none;
  padding-left: 0px;
}

.social-icons {
  list-style-type: none;

}

.social-icons li {
  float: left;
  margin-right: 20px;
}

.social-icons li a img {
  filter: invert(99%) sepia(6%) saturate(635%) hue-rotate(146deg) brightness(115%) contrast(100%);
  font-size: 1.1em;
}

.back-to-top {
  /* display: flex; */
  /* right: 30px; */
  /* bottom: 45px;  */
  position: fixed;
  z-index: inherit;
  right: 30px;
  bottom: 70px;
}

.back-to-top a {
  color: rgb(133, 25, 25);
}

.back-to-top a img {
  filter: invert(16%) sepia(64%) saturate(4094%) hue-rotate(201deg) brightness(96%) contrast(94%);
}

/* Base styling for our animated blocks */
.scroll-element {
  transition: all 0.8s ease-out; /* Smooth transition speed */
  padding-top: 50px;
}

/* Hidden starting state: invisible and shifted down slightly */
.hidden {
  opacity: 0;
  transform: translateY(40px);
}

/* Revealed state: completely visible and in its native position */
.show {
  opacity: 1;
  transform: translateY(0);
}


.title{
  background-color: #0853a2;
  color: white;
  padding: 15px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  font-weight: bold;
  border-left: 10px solid #e91221;
  font-size: 1.3em;
}

.table2 table td:nth-child(1){
  width: 30%;
}