@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.ttf");
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Bold.ttf");
  font-weight: bold;
}

html,
body {
  font-family: "Outfit", "arial", sans-serif !important;
  background-color: #f7f7f7;
  margin: 0 0;
  padding: 0 0;
}
img {
  width: 100%;
}
.youtube {
  padding-top: 56.25%;
  position: relative;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*------------ fonts ------------*/
h1,
h2,
h3,
h4,
h5,
p,
a,
span,
text,
ul,
li {
  font-family: "Outfit", "arial", sans-serif !important;
}
h1 {
  font-size: 32px;
  margin: 0;
  color: var(--green);
  font-weight: bold;
}
h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
h2:after {
  border-bottom: 2px solid #319684;
  width: 80px;
  display: block;
  content: "";
  margin-top: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--green);
}
p {
  font-size: 18px;
  line-height: 30px;
}
li {
  font-size: 18px;
  line-height: 28px;
}

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: var(--sharpgreen);
}
::selection {
  color: #000;
  background: var(--sharpgreen);
}

/*------------ color ------------*/
:root {
  --black: #000;
  --white: #fff;
  --grey: #454545;
  --green: #195c50;
  --sharpgreen: #d4ea93;
  --blue: #1d2d67;
  --purple: #5e125a;
  --brown: #7b4807;
  --lightgreen: #f0fcee;
  --lightblue: #ebf9fe;
  --lightyellow: #fff7db;
  --lightpurple: #fcecfc;
  --lightbrown: #fff9ef;
  --darkgreen: #0e463c;
}

/*------------ common ------------*/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.positionXCenter {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.marginAuto {
  margin: 0 auto;
  display: block;
}
.textCenter {
  text-align: center;
}

/*------------ header ------------*/
header {
  background-color: var(--white);
  border-bottom: 1px solid #e3e3e3;
}
header a:hover {
  color: #0a58ca !important;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.dropdown-toggle::after {
  display: none;
}
.header-logo {
  display: block;
  width: 280px;
  margin-left: 10px;
}
.header-logo img {
  width: 100%;
}
.header-functionbar {
  align-items: center;
}
.header-functionbar-btn {
  display: flex;
  align-items: center;
}
.header-functionbar-btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.subscription {
  font-weight: 400;
  color: #212529;
  text-decoration: none;
  white-space: nowrap;
}
.subscription::before {
  background: url("../images/common/icon_newsletter.svg") no-repeat;
}
.shareto .dropdown-toggle::before {
  background: url("../images/common/icon_share.svg") no-repeat;
}
.accessibility .dropdown-toggle::before {
  background: url("../images/common/icon_accessibility.svg") no-repeat;
}
.facebook::before {
  background: url("../images/common/icon_facebook.svg") no-repeat;
}
.header-functionbar .dropdown {
  margin-left: 5px;
}
.header-functionbar .dropdown-menu {
  padding: 10px 18px;
}
.header-functionbar .dropdown-menu span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--black);
}
.header-functionbar .dropdown-item {
  display: inline-block;
  width: fit-content;
  padding: 0;
  width: 100%;
}
.header-functionbar .dropdown-item:hover {
  background-color: var(--white);
}

.shareto .dropdown-menu > div {
  display: flex;
}
.shareto .dropdown-menu .dropdown-item {
  width: fit-content;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shareto .dropdown-menu .dropdown-item:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}
.accessibility-dropdown-menu .dropdown-item a::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
#bigger-fonts-button::before {
  background: url("../images/common/accessibility_biggerfonts.svg") no-repeat;
}
#smaller-fonts-button::before {
  background: url("../images/common/accessibility_smallerfonts.svg") no-repeat;
}
#grayscale-button::before {
  background: url("../images/common/accessibility_grayscale.svg") no-repeat;
}
#reset-button::before {
  background: url("../images/common/accessibility_reset.svg") no-repeat;
}
.accessibility-dropdown-menu a {
  color: var(--grey);
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 8px 0;
}

/*------------ main ------------*/

/*--- page-head ---*/
.page-head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 0;
  position: relative;
}
.page-head-left {
  padding: 0 20px 0 0;
}
.page-head-right {
  border-left: 2px solid #000;
  padding: 23px 0 25px 20px;
}
.issue {
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}
.date {
  margin: 0;
  color: var(--grey);
  font-size: 16px;
  white-space: nowrap;
}
.newsletter {
  position: absolute;
  top: -15px;
  background-color: #f7f7f7;
  padding-right: 15px;
}

/*--- content ---*/
.index .article {
  position: relative;
}
.index .article a {
  color: var(--black);
  text-decoration: none;
}
.index .article:hover .text-box h2,
.text-box h2 a:hover {
  color: var(--green);
}
.index .article:hover .text-box h2::after {
  width: 150px;
}
.index .article:hover .text-box p {
  color: var(--black);
}
.index .top-section-wrap {
  padding-top: 50px;
}
.subpage .top-section-wrap {
  padding: 50px 0;
}
.index .section-wrap {
  padding-bottom: 50px;
}
.subpage .section-wrap {
  padding: 0;
  background: #fff;
}
.section {
  padding: 50px 0 50px;
}
.subpage .top-section-wrap .section {
  padding: 0px;
}
.bg-blue {
  background-color: var(--lightblue);
}
.bg-green {
  background-color: var(--lightgreen);
}
.bg-yellow {
  background-color: var(--lightyellow);
}
.bg-brown {
  background-color: var(--lightbrown);
}
.section-bg-purple {
  background-color: var(--lightpurple);
}
.subpage .row {
  padding-bottom: 30px;
}
.subpage .row:last-child {
  padding-bottom: 0px;
}
.section-bottom-padding {
  padding-bottom: 150px !important;
}
.zoom-box {
  display: block;
  overflow: hidden;
}
.zoom-box img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.index .article:hover .zoom-box img,
.zoom-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.back-btn-wrap {
  padding-bottom: 0 !important;
}
.back-btn {
  color: var(--black);
  background-color: var(--sharpgreen);
  text-decoration: none;
  display: flex;
  width: fit-content;
  align-items: center;
  padding-right: 10px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
  transition: background-color 0.3s ease;
}
.back-btn::before {
  content: "";
  display: block;
  width: 14px;
  height: 16px;
  background: url("../images/common/back_arrow.svg") no-repeat;
  background-position: center;
  padding: 20px;
  border-right: 1px solid var(--black);
  margin-right: 10px;
}
.back-btn:hover {
  color: var(--black);
  background-color: #c1da78;
}
.arrow-btn {
  color: var(--white);
  background-color: var(--green);
  border: #000 2px solid;
  font-size: 18px;
  line-height: 46px;
  text-decoration: none;
  display: flex;
  width: fit-content;
  padding-right: 17px;
  transition: background-color 0.3s ease;
}
.arrow-btn::before {
  color: var(--black);
  background-color: var(--sharpgreen);
  border-right: #000 2px solid;
  content: "";
  display: block;
  width: 45px;
  background-image: url("../images/common/entry_arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 26px;
  background-position: center;
  padding: 20px;
  border-right: 2px solid var(--black);
  margin-right: 20px;
}
.arrow-btn:hover {
  color: var(--white);
}
.arrow-btn:hover::before {
  background-color: #c1da78;
}
.equal-height-col {
  display: flex;
  flex-direction: column;
}
.equal-height-col .caption {
  height: 100%;
}
.caption {
  padding: 15px 20px;
  border-left: 2px solid;
  border-bottom: 2px solid;
}
.green-caption {
  color: var(--green);
  border-color: var(--green);
  background-color: var(--lightgreen);
}
.purple-caption {
  color: var(--purple);
  border-color: var(--purple);
  background-color: var(--lightpurple);
}
.blue-caption {
  color: var(--blue);
  border-color: var(--blue);
  background-color: var(--lightblue);
}
.caption p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

/*---li ol list style ---*/
ul.large-font li,
ol.large-font li {
  font-size: 22px;
}
ul.font-darkgreen li,
ol.font-darkgreen li {
  color: var(--darkgreen);
}

/*--- carousel ---*/
.carousel-item {
  height: 100%;
}
.carousel-item img {
  height: 100%;
}
.carousel {
  padding: 0 10%;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: var(--sharpgreen);
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #c1da78;
  opacity: 1;
}
.btnCycle {
  background-color: var(--white);
}
.carousel_nav_wrap {
  position: absolute;
  display: flex;
  right: 10%;
  border: 2px solid var(--black);
}
.carousel_nav_wrap a:nth-child(-n + 2) {
  border-right: 2px solid var(--black);
}
.carousel_nav_wrap > a {
  position: relative;
  display: flex;
  opacity: 1;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.carousel_nav_wrap a::before {
  content: "";
  display: block;
  background-position: center;
  height: 40px;
  width: 40px;
}
.pause-btn::before {
  background: url("../images/common/pause-btn.svg") no-repeat;
}
.pause::before {
  background: url("../images/common/play-btn.svg") center center no-repeat !important;
}
.carousel-control-prev::before {
  background: url("../images/common/left_arrow.svg") no-repeat;
}
.carousel-control-next::before {
  background: url("../images/common/right_arrow.svg") no-repeat;
}

/*------------ card ------------*/
.card {
  padding: 36px;
}
.card .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}
.card.bg-green .title {
  color: var(--green);
}
.card.bg-blue .title {
  color: var(--blue);
}
.card.bg-brown .title {
  color: var(--brown);
}

/*------------ news listing ------------*/
.news-card {
  display: flex;
  border: 2px solid var(--black);
  padding: 36px;
  position: relative;
}
.news-card-left {
  width: 30%;
}
.news-card-right {
  width: 70%;
  padding-left: 30px;
  margin-bottom: 20px;
}
.news-card .title {
  color: #1d2d67;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}
.news-card .large-font {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 0px;
}
.news-card .middle-font {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 5px;
}
.news-card .small-font {
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
}
.full-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.entry-btn {
  position: absolute;
  display: flex;
  width: 46px;
  height: 46px;
  background-color: var(--sharpgreen);
  transition: background-color 0.3s ease;
  bottom: -2px;
  right: -2px;
  border: 2px solid var(--black);
  align-items: center;
  justify-content: center;
}
.entry-btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 26px;
  background: url(../images/common/entry_arrow.svg) no-repeat;
  background-position: center;
}
.new-card-button:hover .title {
  color: var(--green);
}
.new-card-button:hover .entry-btn {
  background-color: #c1da78;
}

/*------------ more article ------------*/
.more-article {
  position: fixed;
  z-index: 99;
  width: 250px;
  height: 100vh;
  top: 0;
  left: -250px;
  background-color: var(--white);
  border-right: 1px solid var(--black);
  transition: 0.3s ease;
}
.more-article.active {
  top: 0;
  left: 0;
}
.more-article-top {
  padding: 70px 16px 10px;
  display: flex;
  justify-content: flex-end;
}
.more-article-top a {
  margin: 0;
  text-align: right;
  font-size: 18px;
  line-height: 22px;
  color: var(--black);
  text-decoration: none;
}
.more-article-top a:hover {
  color: var(--green);
}
.more-article-bottom {
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 200px;
  border-top: 1px solid var(--black);
}
.more-article-list {
  display: block;
  border-bottom: 1px solid var(--black);
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.more-article-list:hover {
  background-color: #f6fce4;
}
.more-article-list > div {
  padding: 16px 16px 22px;
}
.more-article-list img {
  margin-bottom: 10px;
}
.more-article-list p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  color: var(--black);
}

.more-article-bottom::-webkit-scrollbar-track {
  background-color: #d5d5d5;
  border-left: 1px solid var(--black);
}
.more-article-bottom::-webkit-scrollbar {
  width: 10px;
  background-color: #bcbcbc;
  border-left: 1px solid var(--black);
}
.more-article-bottom::-webkit-scrollbar-thumb {
  background-color: var(--sharpgreen);
  border-left: 1px solid var(--black);
}

.more-article-btn {
  display: flex;
  position: fixed;
  z-index: 999;
  top: 300px;
  left: -44px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  flex-direction: column;
  align-items: center;
}
.more-article-btn.active {
  top: 300px;
  left: 0px;
}
.more-article-btn a {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: 0px;
  text-decoration: none;
  background-color: var(--green);
  color: #fff;
  padding: 14px 10px;
}
.more-article-btn a:hover {
  background-color: var(--black);
}
/*------------ table ------------*/

table {
  border: 1px solid #dededf;
  height: auto;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
  margin-bottom: 1rem;
}
table th {
  border: 1px solid #dededf;
  background-color: #d0ffe9;
  color: #000000;
  padding: 10px 20px;
}

table td {
  border: 1px solid #dededf;
  background-color: #ffffff;
  color: #000000;
  padding: 10px 20px;
}

/*------------ footer ------------*/
footer {
  background-color: var(--green);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.footer-left p:first-child {
  font-size: 20px;
}
.footer-right {
  text-align: right;
}
.footer-inner p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--white);
}
.footer-inner a {
  color: var(--white);
}
/*------------ index join section ------------*/
.index .join_now .row {
  background-color: rgb(197, 235, 207);
  padding: 4% 0 !important;
}
.index .join_now p {
  padding: 0 !important;
}
.index .join_now a {
  text-decoration: underline;
  color: #0d6efd;
}

/*------------ responsive ------------*/
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  .issue {
    font-size: 22px;
  }
  .date {
    font-size: 14px;
  }
  /* .mobile-padding-bottom {margin-bottom: 30px;} */
}
@media (max-width: 768px) {
  h1 {
    text-align: center;
  }
  .header-inner {
    flex-direction: column;
    padding: 15px 30px;
  }
  .header-logo {
    width: 80%;
    margin-bottom: 20px;
  }
  .header-functionbar {
    flex-direction: column;
  }
  .header-functionbar .dropdown {
    margin-left: 3px;
  }
  .dropdown-menu {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .page-head-inner {
    justify-content: center;
    padding: 40px 10px;
  }
  .page-head-left {
    padding: 0px 10px;
  }
  .page-head-right {
    border: none;
    padding: 0px 10px;
    position: absolute;
    right: 0px;
    top: -29px;
    background-color: #f7f7f7;
  }
  .newsletter {
    left: 0px;
  }
  .carousel {
    padding: 0;
  }
  .carousel_nav_wrap {
    right: 0;
  }
  .footer-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 13px;
  }
  .footer-right {
    text-align: left;
    margin-top: 20px;
    width: 100%;
  }
  .news-card {
    display: flex;
    flex-direction: column;
  }
  .news-card-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-card-right {
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width: 576px) {
  .arrow-btn {
    padding-right: 10px;
  }
  .arrow-btn::before {
    margin-right: 10px;
  }
}
