:root {
  --primary: 0, 204, 136;
  --secondary: 12, 1, 0;
  --success2: #00cc88;
}
body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
}
p {
  margin-bottom: 2em;
}
h2 {
  margin: 1em 0 0.5em;
}
a {
  color: rgba(var(--secondary), 1);
}
a:hover {
  color: rgba(var(--primary), 1);
}
.btn {
  height: auto;
}
.bg-success2 {
  background-color: var(--success2);
}
.text-success2 {
  color: var(--success2);
}
.main_footer {
  background: rgba(var(--secondary), 1);
  color: rgba(255, 255, 255, 0.19);
  position: relative;
  margin-left: 0px;
}
.publication-row.row img.card-img {
  min-height: 200px;
  object-fit: cover;
}
p.mf.mf-0 {
  color: rgba(var(--primary), 1);
  font-size: 1em;
}
p.mf {
  font-size: 12px;
  margin-bottom: 2px;
}
p.mf.mf-2 {
  font-size: 9px;
  letter-spacing: 1px;
}
ul.footer_socials li a {
  font-size: 1.2em;
  padding: 6px 12px;
  display: block;
}
ul.footer_socials {
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
ul.footer_socials li a:hover {
  color: #000000;
}
a.s-fb {
  color: #3b5998;
}
a.s-tw {
  color: #00aced;
}
a.s-yt {
  color: #ff0000;
}
a.s-li {
  color: #007bb6;
}
a.s-ig {
  color: #c32aa3;
}

.weight-100 {
  font-weight: 100;
}
.weight-200 {
  font-weight: 200;
}
.weight-300 {
  font-weight: 300;
}
.weight-400 {
  font-weight: 400;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
.weight-800 {
  font-weight: 800;
}
.weight-900 {
  font-weight: 900;
}

.book-heading h5 {
  min-height: 50px;
}
.product-col {
  padding-left: 1em;
  padding-right: 1em;
}
.btn-success {
  --x-btn-color: #fff;
  --x-btn-bg: #00cc88;
  --x-btn-border-color: #00cc88;
  --x-btn-hover-color: #fff;
  --x-btn-hover-bg: #000;
  --x-btn-hover-border-color: #000;
  --x-btn-focus-shadow-rgb: 38, 212, 154;
  --x-btn-active-color: #fff;
  --x-btn-active-bg: #000;
  --x-btn-active-border-color: #00cc88;
  --x-btn-active-shadow: 0 0 0 0rgba (0, 0, 0, 0);
  --x-btn-disabled-color: #fff;
  --x-btn-disabled-bg: #ccc;
  --x-btn-disabled-border-color: #ccc;
}
.btn-dark {
  --x-btn-color: #fff;
  --x-btn-bg: #0c0100;
  --x-btn-border-color: #0c0100;
  --x-btn-hover-color: #fff;
  --x-btn-hover-bg: #454756;
  --x-btn-hover-border-color: #2d3041;
  --x-btn-focus-shadow-rgb: 57, 60, 76;
  --x-btn-active-color: #fff;
  --x-btn-active-bg: #454756;
  --x-btn-active-border-color: #2d3041;
  --x-btn-active-shadow: 0 0 0 0rgba (0, 0, 0, 0);
  --x-btn-disabled-color: #fff;
  --x-btn-disabled-bg: #16192c;
  --x-btn-disabled-border-color: #16192c;
}
.bg-dark {
  background-color: rgba(var(--secondary), 1) !important;
}
.text-dark {
  color: rgba(var(--secondary), 1) !important;
}
nav#navbar-2 {
  margin-top: 4em;
}
nav#navbar-1 a.navbar-brand {
  margin-right: 2em;
}
nav#navbar-2 {
  margin-top: 5.4em;
  /* background: #f5f5f5 !important; */
  background: #2e2e2e !important;
  z-index: 1;
}
nav#navbar-2 a.nav-item.nav-link {
  background: transparent;
  color: rgb(255 255 255 / 50%);
}
nav#navbar-2 a.nav-item.nav-link:hover {
  color: rgb(255 255 255 / 100%);
}
nav#navbar-2 a.nav-item.nav-link.active {
  /* color: rgba(var(--primary), 1); */
  color: #fff !important;
}
nav#navbar-2 a.nav-item.nav-link.active {
  color: rgba(var(--primary), 1);
  color: #000;
}
body.home nav#navbar-1 a.nav-item.nav-link:hover,
body.home a.nav-item.nav-link.active {
  color: #fff;
}
nav#navbar-1 a.nav-item.nav-link:hover,
a.nav-item.nav-link.active {
  border-radius: 100px;
  background: rgba(var(--secondary), 0.15);
  color: rgba(var(--secondary), 1);
}
div#kmdp-banner {
  background: url(../img/general/banner-A.jpg);
  color: #fff;
  background-size: cover;
  overflow-x: hidden;
}
div#kmdp-banner h1 {
  color: #fff;
}
figure.ia-icon {
  max-width: 100px;
  margin: 0 auto;
}
.ia {
  padding: 2em 3em;
  margin: 0 1em;
  border-radius: 10px;
  width: 100%;
}
.ia:hover {
  background: rgb(0 166 235 / 8%);
  cursor: pointer;
}
.ia p {
  line-height: 1.4em;
}

div.ia-modal .modal-body {
  text-align: left;
  padding-top: 0px;
}
.modal-related-links ul {
  padding-left: 0px;
  list-style: none;
}
.modal-related-links ul {
  margin-top: 1em;
}
.videos-more i {
  padding-left: 10px;
}
div.ia-modal .modal-dialog {
  width: 100%;
  max-width: 1000px;
}
div.ia-modal .modal-dialog .modal-body p {
  font-weight: 300;
}
div.ia-modal .modal-dialog h5.modal-title {
  font-size: 1.6em;
}
div.ia-modal .modal-header {
  border-bottom: 0px;
}

.intervention-areas {
  margin: 3em 0 5em;
}
.section-header-2 {
  margin-top: 3em;
}
.section-header-2 h4 {
  font-size: 1.6em;
  font-weight: 400;
}
.intervention-areas-section {
  color: #000;
  border-top: 1px solid #f5f3f3;
  background: #f9f9f9;
}
section.about-home-section h4 {
  color: #fff;
}
section.about-home-section {
  background: #00a6eb;
  color: #fff;
}
.section-header-2 p {
  margin: 2em auto;
  max-width: 660px;
}
.section-header-2 p {
  margin: 2em auto;
  max-width: 800px;
  font-weight: 300;
  font-size: 1.4em;
}
.about-home-section-content p {
  margin-bottom: 2em;
  font-weight: 300;
}
.about-home-section-content {
  max-width: 1000px;
  margin: 0 auto;
}
section.home-pub-section {
  background: #f1f8fb;
}
figure.section-header-3-right {
  max-width: 200px;
}
.section-header-3 h4 {
  font-size: 2em;
  font-weight: 600;
  margin-top: 1.5em;
}
.section-header-3 p {
  margin: 0.5em auto;
  max-width: 800px;
  font-weight: 300;
  font-size: 1.4em;
}
.section-footer-3 p {
  margin: 0.5em auto;
  max-width: 800px;
  font-weight: 300;
  font-size: 1.4em;
}
section.repository-section {
  border-bottom: 1px solid #ededed;
}
.video-blocks {
  margin: 2em 0;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.video-block {
  margin-bottom: 1em;
}
.accordion-header {
  margin-top: 0;
}
.accordion-header button {
  color: #000;
  font-size: 0.65em;
  padding: 1em 1.2em;
  background: rgb(0 166 235 / 5%);
}
.accordion-header button:hover {
  background: rgb(0 166 235 / 1%);
  color: rgb(0 166 235 / 100%);
}

.marketplace_wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 3em;
}

div#st-2 {
  display: none !important;
}

.pub-card-in {
  border: 1px solid #f3f0f0;
  background: rgb(243 240 240 / 42%);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2em;
}
.home-pub-content {
  margin-top: 3em;
}
.home-pub-content .pub-card-in {
  background: rgb(255 255 255 / 75%);
}
.pub-card-in-2 {
  padding: 1em 2em;
}
.pub-card-in-1 {
  max-width: 150px;
}
.pc-2,
.pc-3,
.pc-4,
.pc-5 {
  font-size: 0.7em;
  margin-bottom: 0px;
  line-height: 1.2em;
  color: #484848;
  font-weight: 400;
}
figure.pc-6 {
  margin-top: 0.75em;
}
h5.pc-1 {
  margin-bottom: 0.75em;
}
figure.rumen_banner {
  max-width: 1000px;
  margin: 2em auto 1em;
}
.p_intro_item_in {
  max-width: 1000px;
  margin: 0 auto;
}
.r8-cta a {
  color: #000;
  background: #fff2b5;
  border-radius: 8px;
  padding: 1em;
  font-size: 1.2em;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
.r8-cta a:hover {
  color: #000;
  background: #efe09d;
}
.r8-cta {
  margin-bottom: 2em;
}
.r8-cta svg {
  width: 30px;
  height: auto;
}
figure.c6_share {
  margin-bottom: 4em;
  margin-top: 4em;
}
ul.featured_places li a {
  display: block;
  padding: 1.5em;
}
ul.featured_places {
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
.accordion-header button {
  color: #000;
  font-size: 0.65em;
  padding: 0.75em 1.2em;
}
figure.section-footer-cta i {
  margin-right: 10px;
  font-size: 1.3em;
}
.inno-A img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}
.wrapper-style-2 {
  max-width: 1000px;
  margin: 0 auto 3em;
}
.avatar img {
  object-fit: cover;
  width: 40px;
  height: 37px;
}
ul.inno-meta {
  padding-left: 0px;
  list-style: none;
}
.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}
.smaller-container {
  max-width: 1000px;
  margin: 0 auto;
}
img.article-image {
  width: 100%;
  margin-bottom: 2em;
}
body.blog.template-blog .card {
  height: 100%;
}
blockquote {
  font-size: 1.2em;
  color: #000;
  border-left: 5px solid rgba(var(--primary), 1);
  padding-left: 1em;
  margin: 2em 0;
}
p strong,
p b {
  font-weight: 500;
}
body.kmdp #navbar-2 {
  margin-top: 0 !important;
}
body.kmdp #navbar-1 {
  display: none;
}

/* img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
} */

/* ============ Full Page Slider ================= */
.creative-fullpage--slider {
  background-color: #ffffff;
  z-index: 2;
  width: 100%;
  position: relative;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  font-size: 16px;
  display: flex;
  clip-path: none !important;
}

.creative-fullpage--slider .slider-inner {
  background: #000;
  min-height: 100vh;
  height: 100%;
  position: relative;
}

.creative-fullpage--slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
  object-fit: cover;
  width: 100%;
  /* height: 100vh; */
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
  position: absolute;
  top: 22%;
  /* left: 50px; */
  z-index: 1;
  width: 75%;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-color: transparent;
  background-image: radial-gradient(
    at center right,
    #ffffff00 50%,
    #00000096 100%
  );
}

.creative-btn__text {
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 1px;
}

.first_cta {
  margin-right: 1.5em;
}
.slider_cta {
  min-width: 160px;
  background: rgb(0 0 0 / 85%);
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  backdrop-filter: blur(50px);
}
.dark_cta.slider_cta {
  background: rgb(255 255 255 / 85%);
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
  height: 0px;
}
a.creative-slide--btn {
  padding-right: 10px;
}

.tagA {
  color: #ffffff;
  font-weight: 600;
  font-size: 3.5rem;
  margin-bottom: 20px;
  margin-top: 30px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2em;
  font-family: "Rubik", sans-serif;
  text-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
}

.titleA {
  margin-top: 50px;
  background: #fff;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-left: -12px;
  text-decoration: none;
  letter-spacing: 6px;
  color: #000;
  padding: 5px 5px;
  display: inline;
}

.title-area {
  padding-top: 40vh;
}

.swiper-slide .slider-inner .swiper-content p.disc {
  font-size: 20px;
  width: 100%;
  margin-top: 15px;
  margin: 20px 0px 40px 0px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffffb0;
}

.dark_cta .creative-btn--wrap .creative-slide--btn {
  color: #000 !important;
}
.dark_cta .creative-btn--circle .circle-outline {
  stroke: #000000;
}
.creative-btn--wrap .creative-slide--btn {
  color: #ffffff;
  margin-left: 18px;
  font-size: 1.4em;
  transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
  font-weight: 400;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  outline: none;
  outline-color: transparent;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden;
}

.creative-btn--circle .circle {
  position: absolute;
  right: calc(100% - 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  clip-path: circle(25% at 50% 50%);
  transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle .circle-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-color: #ffffff;
  will-change: transform;
  transform: scale(0);
  z-index: 1;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1),
    background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon {
  transform: translate(-100%, 0%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon .icon-arrow {
  width: 20px;
  height: 20px;
  stroke: none;
  fill: #000;
}

.creative-btn--circle .circle-outline {
  fill: transparent;
  width: 10px;
  stroke: #ffffff;
}

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
  margin-left: 4pt;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
  position: absolute;
  left: 4pt;
  right: 0;
  bottom: 0;
  height: 0px;
  background: currentColor;
  transform-origin: right;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
  transform: translateX(18px);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
  transform: scale(0, 1);
}

.creative-btn--wrap .creative-slide--btn:hover {
  margin-left: 38px !important;
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
  clip-path: circle(50% at 50% 50%);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
  transform: scale(1, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
  transform: translate(0%, 0%);
  opacity: 1;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  bottom: 5%;
  top: unset;
  transform: scale(1);
  transition: all 0.4s;
  background-color: #ffffff00;
  backdrop-filter: blur(20px);
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  transition: all 0.4s;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
  right: 50px;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  left: 50px;
}

.swiper-container-h .slider-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 80px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1;
}

.swiper-container-h .slider-pagination-area .slide-range {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #ffffff;
  line-height: 0;
  position: absolute;
  font-size: 20px;
}

.swiper-container-h .slider-pagination-area .slide-range.one {
  left: -50px;
}

.swiper-container-h .slider-pagination-area .slide-range.three {
  right: -50px;
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
  bottom: 0 !important;
  width: 500px !important;
}

.swiper-container-h
  .slider-pagination-area
  .swiper-pagination
  .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-container-h .swiper-button-next::after {
  display: none;
}

.swiper-container-h .swiper-button-prev::after {
  display: none;
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
  background: #ffffff0d;
}

.hero_cards_A a {
  display: block;
}
.hero_cards_A a p {
  color: #000;
}

.hero_cards_A a:hover p {
  color: #fff;
}
.hero_cards_A a:hover {
  background: #1fc16b;
  color: #fff;
}

#feedsA {
  background: url(../img/pages/feeds2.jpg) center center fixed;
  background-size: cover;
}

#feedsAtitle {
  backdrop-filter: blur(4px);
  border-radius: 30px;
  overflow: hidden;
}

.learning-card {
  min-height: 50vh;
}

img.feed-icon-A {
  max-width: 40px;
}

.marketplace_wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 3em;
}

.page-link.active,
.active > .page-link {
  background-color: rgb(114 107 107) !important;
  border-color: rgb(114 107 107) !important;
}

.card {
  overflow: hidden;
}

.card.card-B {
  background: rgb(255 255 255 / 75%) !important;
  backdrop-filter: blur(50px);
}

body.template-register.bg-success,
body.template-login.bg-success {
  background: #00cc88 url(../img/seo/cowsoko.jpg) center center fixed;
  background-size: cover;
}

.h-100vh {
  height: 100vh;
}

.min-h-80 {
  min-height: 80vh;
}

#main-menu-navigation .nav-item a {
  color: #fff;
}
#main-menu-navigation .nav-item a:hover,
#main-menu-navigation .nav-item a.active {
  color: var(--success2);
}
#accordionAdmin .accordion-header,
#accordionAdmin .accordion-item {
  border: 0px;
}
#accordionAdmin button.accordion-button {
  color: #fff;
  box-shadow: none;
  font-size: 15px;
  background: transparent !important;
}
#accordionAdmin button.accordion-button:hover,
#accordionAdmin button.accordion-button.active {
  color: var(--success2);
}
#accordionAdmin button.accordion-button span.active {
  color: var(--success2);
}
#accordionAdmin .accordion-body {
  padding-top: 10px;
  padding-bottom: 10px;
}
.adminSub a.menu-item {
  display: block;
  color: rgb(255 255 255 / 60%);
  padding: 2px 2px 5px 15px;
  font-size: 0.9em;
  font-weight: 400;
}
.adminSub a.menu-item:hover {
  color: rgb(255 255 255 / 100%);
}
.adminSub a.menu-item.active {
  color: var(--success2);
}

.admin_side4,
.admin_main4 {
  overflow-y: auto;
}

.admin_main4 .page-header-title h5 {
  font-size: 1.4em !important;
  font-weight: 300;
  margin-bottom: 1em;
}

.admin_main4 .card-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 0.9em;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100% !important;
}

/* form.dark_form::placeholder {
  color: red;
} */

form.dark_form ::placeholder {
  color: #fff !important;
  opacity: 0.3;
}

form.dark_form ::-ms-input-placeholder {
  color: #fff !important;
  opacity: 0.3;
}

.live-products table {
  max-height: 50vh;
  overflow-y: auto;
}

.live-products table.table tr:hover td {
  background: #f7f7f7 !important;
}

.product-col img.card-img {
  height: 280px;
  object-fit: cover;
}

ul#lightSlider li img {
  width: 100%;
  height: auto;
}

.card.live-products .card-body {
  overflow-x: auto;
  width: 100%;
}

ul#feedsTab button.active {
  opacity: 1;
  border: 0px;
  border-bottom: 1px solid #fff;
}

ul#feedsTab button {
  opacity: 0.5;
  margin: 0 2em;
  border-bottom: 1px solid transparent;
}

ul#feedsTab {
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}

#primary_buttons .btn-check:checked + label.btn h3 {
  color: #0c0100;
}

#primary_buttons label.btn h3 {
  color: #0c0100;
}

#primary_buttons label.btn {
  padding: 1.5em 2em;
  background: #fff;
  border-color: transparent;
  border-radius: 0px !important;
}

#primary_buttons .btn-check:checked + label.btn {
  background: #a5e6c4;
  border-color: #a5e6c4;
}

.btn-primary {
  --x-btn-color: #fff;
  --x-btn-bg: rgb(23, 23, 23);
  --x-btn-border-color: rgb(23, 23, 23);
  --x-btn-hover-color: #fff;
  --x-btn-hover-bg: rgb(55, 55, 55);
  --x-btn-hover-border-color: rgb(23, 23, 23);
  --x-btn-focus-shadow-rgb: 86, 180, 245;
  --x-btn-active-color: #fff;
  --x-btn-active-bg: rgb(23, 23, 23);
  --x-btn-active-border-color: rgb(23, 23, 23);
  --x-btn-active-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  --x-btn-disabled-color: #fff;
  --x-btn-disabled-bg: rgb(55, 55, 55);
  --x-btn-disabled-border-color: rgb(55, 55, 55);
}

#navbarCollapse a.nav-link {
  color: #000;
}
body.home #navbarCollapse a.nav-link {
  color: #fff;
}

.form-check-input:checked {
  background-color: rgb(23 23 23);
  border-color: rgb(23 23 23);
}

#sync1 .item {
  background: #ccc;
  padding: 0px 0px;
  margin: 0px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background: #c9c9c9;
  padding: 10px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .current .item {
  background: #ddd;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}

#sync1 img,
#sync1 video {
  height: 460px;
  width: 100%;
  object-fit: cover;
}

.owl-dots {
  display: none;
}

#sync2 .item {
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
}

#sync2 img {
  height: 60px;
  width: 100px;
  object-fit: cover;
}

#sync2 .owl-stage {
  width: 100%;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
}

#sync2 .owl-item.active.current .item {
  background: #000;
}

#sync2 .owl-item.active.current img {
  opacity: 0.75;
}

ul#feedsTab button.active {
  opacity: 1;
  border: 0px;
  border-bottom: 1px solid #fff;
}

ul#feedsTab button {
  opacity: 0.5;
  margin: 0 2em;
  border-bottom: 1px solid transparent;
}

ul#feedsTab {
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}

#primary_buttons .btn-check:checked + label.btn h3 {
  color: #0c0100;
}

#primary_buttons label.btn h3 {
  color: #0c0100;
}

#primary_buttons label.btn {
  padding: 1.5em 2em;
  background: #fff;
  border-color: transparent;
  border-radius: 0px !important;
}

#primary_buttons .btn-check:checked + label.btn {
  background: #a5e6c4;
  border-color: #a5e6c4;
}

#loginModal .modal-content {
  background: rgb(238 255 249);
}

/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    width: 100%;
    text-align: center;
    left: 0;
  }

  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  .swiper-container-h .slider-pagination-area {
    width: 200px !important;
  }

  .swiper-container-h .swiper-button-next::after,
  .swiper-container-h .swiper-button-prev::after {
    font-size: 30px;
  }

  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    background: #ffffff3b;
  }

  .swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 200px !important;
  }

  ul.featured_places {
    display: inline-block;
    text-align: center;
  }
  ul.featured_places li {
    width: 30%;
    display: inline-block;
  }
  ul.featured_places li a {
    padding: 0.5em;
  }

  .marketplace_wrapper {
    padding: 0 0em;
  }
  body {
    padding-bottom: 0 !important;
  }
  figure.smiley img {
    width: 60px;
  }
  #feedsTab {
    display: flex;
  }
  ul#feedsTab button {
    margin: 0 1em;
  }
  .a-wrapper .btn-group,
  .b-wrapper .btn-group {
    overflow-x: auto;
    width: 100%;
  }
  .learning-card {
    min-height: 25vh;
  }
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
  .card-img-top {
    height: 35vw;
  }

  body.home div#navbarCollapse {
    background: rgb(0 0 0 / 95%);
  }

  .creative-fullpage--slider .swiper-slide .slider-inner img {
    height: 100vh;
  }

  nav#navbar-1 a.navbar-brand {
    margin-right: 0em;
  }

  div#cardAfterHero {
    margin-top: -30vh;
    z-index: 2;
    position: relative;
    display: block;
    padding: 0 1em;
  }

  .titleA {
    font-size: 14px !important;
  }
  .swiper-content {
    padding: 0 2em;
  }

  .tagA {
    font-size: 30px !important;
    margin-bottom: 20px !important;
  }

  .creative-btn__text {
    font-size: 0.5em !important;
    letter-spacing: 0px !important;
  }

  .swiper-slide .slider-inner .swiper-content .title-area .tag {
    margin-bottom: 0px;
  }

  .swiper-slide .slider-inner .swiper-content p.disc {
    margin: 20px auto 20px auto;
    font-size: 16px;
    width: 95%;
  }

  .swiper-container-h .slider-pagination-area {
    display: none;
  }

  .swiper-slide .slider-inner .swiper-content p.disc br {
    display: none;
  }
}
