@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000000;
}

.container .row:not(.row-collapse) {
  margin: 0;
}

.d-flex {
  display: flex !important;
}

.ms-auto {
  margin-left: auto !important;
}

header #logo img {
  border-radius: 99%;
  padding: 5px;
}

#masthead .nav > li {
  margin: 0 20px;
}

#masthead .nav > li > a {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #000;
}

.header-main .header-cart-link {
  background: var(--fs-color-primary);
  padding: 10px 20px;
  border-radius: 999px;
  color: #fff;
}

.header-main .header-cart-link .header-cart-title {
  text-transform: initial;
  font-size: 16px;
  color: #fff;
}

.header-main .header-cart-link [data-icon-label]:after {
  top: -2px;
  right: -5px;
  background-color: #fa8c16;
  font-size: 16px;
  font-weight: 300;
}

.home-1 {
  padding: 140px 0 180px 0;
  background-image: url(/wp-content/uploads/hero-image-full-scaled.png);
  background-repeat: no-repeat;
  background-size: 95rem;
  background-position: center center;
  background-color: #feeddd;
}

.hero-content {
  max-width: 800px;
  width: 100%;
}

.hero-content h1 {
  color: #000000;
  font-size: clamp(1.875rem, 0.3571428571rem + 7.5892857143vw, 4rem);
  font-weight: bold;
  font-family: Roboto;
}

.hero-content p {
  margin-top: 23px;
  color: #8a8a8a;
  font-size: clamp(0.9375rem, 0.7142857143rem + 1.1160714286vw, 1.25rem);
  max-width: 580px;
  width: 100%;
}

/*  */
.service {
  position: relative;
  margin-top: -105px;
}

.service-wrapper {
  background-color: var(--fs-color-primary);
  padding: 20px 0;
  border-radius: 12px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.service .col {
  padding-bottom: 0;
  padding: 1rem;
}

.service .icon-box img {
  padding: 0;
}

.service .icon-box {
  max-width: 202px;
  margin: 0 auto;
}

.service .icon-box h3 {
  color: #fcbf4c;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.125;
  padding: 12px 0 16px 0;
  margin: 0;
}

.service .icon-box p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5714285714;
}

/*  */
button.tab-list__item {
  margin-bottom: 0;
}

#system2 .channel {
  margin-top: clamp(1.875rem, 1.3636363636rem + 2.5568181818vw, 3rem);
}

.channel-image .channel-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}

.channel-image .channel-title a,
.channel-image .channel-title h4 {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-dots button {
  margin: 0;
  padding: 0;
  min-height: unset;
}

.home-news .row {
  margin-top: clamp(1.875rem, 1.3636363636rem + 2.5568181818vw, 3rem);
}

.home-news .post-title {
  line-height: 0.8;
  font-weight: 550;
  text-align: start;
  padding: 8px 0;
  text-transform: uppercase;
}

.home-news .post-title a {
  font-size: 17px;
  text-decoration: none;
  color: #000;
}

.home-news .text-left {
  padding: 0;
}

.home-news .is-divider {
  display: none;
}

.item-date ul,
.item-date ul li {
  list-style: none;
  margin: 0;
}

/*  */
b,
strong {
  font-weight: 600;
}

.course__tab-content * {
  margin-bottom: 10px;
}

.course__tab-content ul,
.course__tab-content ol {
  padding-left: 20px;
}

.page-breadcrumbs {
  padding: 15px 0;
  border-bottom: 1px solid #eaeef3;
  margin-bottom: 30px;
}

.archive-page-header {
  display: none;
}

span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.widget ul {
  padding: 8px;
  border: 1px solid var(--fs-color-primary);
}

.widget ul .mr-half {
  margin-right: 10px;
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  color: #000;
}

.searchform input[type="search"] {
  box-shadow: none;
  height: 40px;
}

.searchform .button.icon {
  height: 40px;
  background-color: var(--fs-color-primary);
}

#post-list .post-item > .col-inner {
  padding: 0.5rem !important;
  border: 1px solid #dee2e6 !important;
}

#post-list .post-item .post-title,
#post-list .post-item .post-title a {
  font-weight: 700;
  color: var(--fs-color-primary);
  font-size: 16px;
}

#post-list .post-item .box-text {
  padding-bottom: 0;
}

#post-list .post-item .box-text .button {
  border: 0;
  font-weight: 400;
  margin: 0;
  margin-top: 15px;
  background-color: transparent !important;
  opacity: 1;
  padding: 0;
  font-size: 16px;
  text-transform: none;
  color: var(--fs-color-primary);
}

.box-blog-post .is-divider {
  display: none;
}

.page-wrapper {
  padding: 0;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  line-height: 2.4;
}
