:root {
  --bg-one:#f8f9fa;
  --bg-two:#212529;
  --bg-three:#0d6efd;
  --bg-four:0 , 0 , 0;
  --color-dark:#212529;
  --color-white:#fff;
  --font-family: "Raleway", sans-serif;
}

html, body, p, ul li, ol li, a, h1, h2, h3, h4, h5, h6, table {
  font-family: var(--font-family);
  color: var(--color-dark);
  line-height: normal;
}

body * {
  font-weight: 500;
}

p {
  line-height: 28px;
  margin-bottom: 1.2rem;
}

body ul li, body ol li {
  line-height: 28px;
}

.image-box {
  padding: 10px;
  background: #aaa;
  border-radius: 10px;
}
.image-box img {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 1rem;
}

ul, ol {
  padding: 0px;
  margin: 10px;
}
ul li, ol li {
  padding: 10px;
}

blockquote {
  margin: 10px 0px;
  background: var(--bg-three);
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}

.og_content {
  position: relative;
  padding: 10px;
}
.og_content .nav_pills {
  border-radius: 1rem;
  padding: 2.5rem;
  background: var(--bg-one);
  margin-top: 5rem;
  margin-bottom: 2rem;
  height: 80vh;
  overflow-y: auto;
}
.og_content .nav_link {
  text-align: left;
  margin: 6px 0px;
  z-index: 2;
  position: relative;
  display: block;
  padding: 10px 10px;
  text-decoration: unset;
  background: rgba(var(--bg-four), 0.08);
  border-radius: 0.6rem;
  color: var(--color-dark);
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.og_content .nav_link.active {
  padding: 10px 15px;
  background: var(--bg-three);
  color: var(--color-white);
}
.og_content .section {
  background: var(--bg-one);
  border-radius: 1rem;
  padding: 2rem 3rem;
  margin: 5rem 0;
  min-height: 150vh;
}

.section.active {
  background: rgba(0, 0, 0, 0.12);
}

iframe {
  width: 100%;
  height: 700px;
}

.card_main.ele h1 {
  color: var(--color-white);
}
.card_main.wpb h1 {
  color: var(--color-dark);
}
.card_main a {
  text-decoration: unset;
}

.page_warapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-content {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}/*# sourceMappingURL=main.css.map */