p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
}

a:hover,
a:active {
  color: #1d707d;
}

.btn {
  background-image: none;
}
.btn-accent {
  background-color: #1d707d;
  border-color: #1d707d;
  color: #ffffff !important;
  background-image: none !important;
}
.btn-accent:hover, .btn-accent:active {
  color: white;
  background-color: #4a8c97;
  border-color: #4a8c97;
  color: #ffffff;
}
.btn-link {
  color: #1d707d;
}
.btn-outline-dark {
  border: 1px solid #343a40;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 14px;
}
.btn-outline-dark i {
  vertical-align: inherit;
  font-size: 22px;
}
.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
  background: transparent !important;
  border: 1px solid #343a40 !important;
  outline: none !important;
  color: unset !important;
}
.btn-danger {
  background-color: #e02b34;
  background-image: none !important;
}

.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  height: 2px;
}
.carousel-indicators li.active {
  background-color: rgba(0, 0, 0, 0.5);
}

.resource-page {
  padding-top: 110px;
}

.nav.resource-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 30px auto;
}
.nav.resource-nav:hover .nav-item.active::after {
  width: 0;
}
.nav.resource-nav .nav-item {
  position: relative;
  font-size: 18px;
  border-bottom: 2px solid #f8f8f8;
}
.nav.resource-nav .nav-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #1d707d;
}
.nav.resource-nav .nav-item:hover::after {
  width: 100% !important;
}
.nav.resource-nav .nav-item:hover .nav-link {
  color: #4a8c97;
}
.nav.resource-nav .nav-item.active {
  font-weight: 600;
}
.nav.resource-nav .nav-item.active::after {
  width: 100%;
}
.nav.resource-nav .nav-item.active .nav-link {
  color: #1d707d;
}

.card.artical {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.card.artical:hover {
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
}
.card.artical .card-img-top {
  height: 160px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fafafa;
}
.card.artical .card-text {
  font-size: 14px;
  line-height: 21px;
}
.card.artical .btn {
  position: relative;
  height: 34px;
  line-height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 0px 0px 0px 0;
  background-image: none;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.card.artical .btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  left: 100%;
  right: 0;
  background-color: #1d707d;
  z-index: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.card.artical .btn:hover {
  padding-left: 12px;
}
.card.artical .btn:hover::after {
  left: 0;
}
.card.artical .btn:hover .btn-text {
  color: white;
}
.card.artical .btn:hover .icon {
  margin: 0;
}
.card.artical .btn .btn-text {
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.card.artical .btn .icon {
  position: static;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  z-index: 1;
  padding: 0;
  font-size: 20px;
  background-color: #1d707d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}