:root {
  --cnvs-themecolor: #6953a8;
  --cnvs-themecolor-rgb: 105, 83, 168;
  --cnvs-body-font: "Roboto", sans-serif;
  --cnvs-primary-font: "cute-aurora";
  --cnvs-secondary-font: "Shadows Into Light", cursive;
  --cnvs-bgcolor-1: #547794;
  --cnvs-color-1: #f6f3ee;
  --cnvs-bgcolor-2: #fabb7c;
  --cnvs-color-2: #9f4035;
  --cnvs-bgcolor-3: #cedab0;
  --cnvs-color-3: #3e540d;
  --cnvs-bgcolor-4: #eddee6;
  --cnvs-color-4: #a84b9d;
}

#header {
  --cnvs-primary-menu-font: var(--cnvs-primary-font);
  --cnvs-primary-menu-font-size: 1.125rem;
}


p {
  font-size: 1.125rem;
}

.Whatsapp-icon i {
  color: #20b038;
  font-size: 1.75rem;
}

.fbox-content h3 {
  font-size: 1.5em;
  font-weight: 500;
}

.fbox-content p {
  font-size: 1rem;
}

.color1 {
  background-color: #2d62bc !important;
  color: white !important;
}

.color2 {
  background-color: #e81b28 !important;
  color: white !important;
}

.color3 {
  background-color: #3aa4e3 !important;
  color: white !important;
}

.color4 {
  background-color: #f36524 !important;
  color: white !important;
}

.nav-pills .nav-item .nav-link {
  position: relative;
  padding: 15px;
  border-radius: 16px;
  opacity: 0.8;
  font-family: var(--cnvs-primary-font);
  font-size: 1.2rem;
  font-weight: 600;
}

.nav-pills .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 12px transparent;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}

.nav-pills .nav-item .nav-link.color1::after {
  border-top-color: var(--cnvs-bgcolor-1);
}

.nav-pills .nav-item .nav-link.color2::after {
  border-top-color: var(--cnvs-bgcolor-2);
}

.nav-pills .nav-item .nav-link.color3::after {
  border-top-color: var(--cnvs-bgcolor-3);
}

.nav-pills .nav-item .nav-link.color4::after {
  border-top-color: var(--cnvs-bgcolor-4);
}

.nav-pills .nav-item .nav-link span {
  display: block;
  font-family: var(--cnvs-body-font);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 2px;
}

.nav-pills .nav-item .nav-link:hover,
.nav-pills .nav-item .nav-link.active {
  opacity: 1;
}

.tab-pane .card {
  border-radius: 20px;
}

.tab-pane .card .card-header {
  border-radius: 20px 20px 0 0;
  word-spacing: 2px;
}

@media (max-width: 767.98px) {
  .nav-pills .nav-item .nav-link {
    width: 100%;
    margin-bottom: 20px;
  }
}

.kindergarder-mockup-tv {
  position: relative;
  width: 670px;
}

.dwps-carousel-wrap {
  position: absolute;
  display: block;
  top: 222px;
  left: 92px;
  width: 500px;
  height: auto;
  overflow: hidden;
  border-radius: 75px;
}

#dwps-carousel-img,
#dwps-carousel-text {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#dwps-carousel-text {
  position: absolute;
  height: 100%;
}

.dwps-carousel-wrap .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .dwps-carousel-wrap {
    border-radius: 50px;
  }

  .kindergarder-mockup-tv {
    width: 475px;
  }

  .dwps-carousel-wrap {
    top: 158px;
    left: 68px;
    width: 355px;
  }
}

@media (max-width: 575.98px) {
  .dwps-carousel-wrap {
    border-radius: 40px;
  }

  .kindergarder-mockup-tv {
    width: 350px;
  }

  .dwps-carousel-wrap {
    top: 117px;
    left: 54px;
    width: 260px;
  }
}

.background-img {
  position: absolute;
  width: 250px;
  top: -70px;
  left: -10px;
  z-index: 1;
}

.background-img.pos-right {
  top: 10px;
  left: auto;
  right: -20px;
}

.float-anim {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.entry-date {
  position: absolute;
  left: 14px;
  top: -25px;
  background-color: #111;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-family: var(--cnvs-primary-font);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  border: 4px solid #ecf4f1;
}

.entry-date span {
  font-size: 0.82rem;
  font-family: var(--cnvs-body-font);
  opacity: 0.9;
}

.form-control,
.form-select {
  font-family: var(--cnvs-primary-font);
  padding: 0.65rem 0.75rem;
  font-size: 1.125rem;
  border: none;
  background-color: #f9f9f9;
  border-bottom: 2px solid transparent;
}

.component-flatpickr.form-control[readonly] {
  background-color: #f9f9f9;
}

.form-control:focus,
.form-select:focus,
.component-flatpickr.form-control[readonly]:focus {
  background-color: #fff;
  border-color: var(--cnvs-themecolor);
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.form-control::-moz-placeholder {
  color: #aaa;
  font-family: var(--cnvs-body-font);
  font-size: 0.925rem;
}

.form-control:-ms-input-placeholder {
  color: #aaa;
  font-family: var(--cnvs-body-font);
  font-size: 0.925rem;
}

.form-control::-webkit-input-placeholder {
  color: #aaa;
  font-family: var(--cnvs-body-font);
  font-size: 0.925rem;
}

.widget_links:not(.widget-li-noicon) li::before {
  font-size: 0.6rem;
  opacity: 0.5;
}

.more-link {
  font-family: var(--cnvs-body-font);
}


.subscribe_btn {
  background-color: #FFC53A;
  border: none;
}





form {
  background: #ecf4f1;
  padding: 20px;
  border-radius: 5px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
  display: block;
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#widget-subscribe-form-email{
  margin-bottom: 0 !important;
}

input[type="submit"] {
  background-color: #5cb85c;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #4cae4c;
}


html .njs-sticky-side.image_button_cover.placement-right {
  right: 0;
}

html .njs-sticky-side.image_button_cover {
  position: fixed;
  top: 50%;
  box-shadow: none;
  z-index: 99999;
  transition: transform .3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, 0, 1);
}

html .njs-sticky-side.image_button_cover.placement-right.now-show a {
  transform: translate3d(4px, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
}

html .njs-sticky-side.image_button_cover.placement-right a {
  border-radius: 3px 3px 0 0;
  transform: translate3d(200%, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}

html .njs-sticky-side.image_button_cover a {
  padding: 6px 15px 12px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  background-color: #fff41f;
  color: black;
  font-weight: 100;
  top: -106.5px;
  font-family: 'Arial';
}

html .njs-sticky-side.image_button_cover a:hover {
  background-color: white;
  color: black;
  border: 2px solid #acacac;
}



.content{
  background-color: #fff;
  border-radius: 10px;
}


.wrapper-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper-2 {
  padding:10px 20px;
  text-align: center;
}

.wrapper h4 {
  font-size: 3em;
  letter-spacing: 3px;
  color: #5892FF;
  margin: 0;
  margin-bottom: 20px;
}

.wrapper-2 p {
  margin: 0;
  font-size: 18px;
  color: #aaa;
  letter-spacing: 1px;
}

.widget{
        font-weight: 800;
}

@media (min-width:600px) {

  .wrapper-1 {
    height: initial;
    box-shadow: 4px 8px 40px 8px rgba(255, 255, 255, 0.2);
  }

}

.footer-font p{
  margin: 0;
}

.footer-font a{
  text-decoration: none;
  color: black;
}