html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Alegreya sans", serif;
  font-weight: 400;
  color: #696767;
}
p {
  font-size: 16px;
  line-height: 29px;
}
/* Headings */
h1 {
  font-size: 58px;
  margin-bottom: 10px;
  font-family: "Alegreya sans", serif;
  margin-top: 20px;
  line-height: 55px;
  font-weight: 800;
  text-transform: uppercase;
}
h2 {
  font-size: 52px;
  font-family: "Alegreya sans", serif;
  text-transform: uppercase;
  color: #fff;
  padding: 30px;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  font-weight: 800;
  transform-origin: left center;
  transform: rotate(3deg);
}
h2:before {
  content: "\f11a";
  font-family: "Flaticon";
  font-weight: normal;
  position: absolute;
  top: -0.6em;
  left: 45%;
  font-size: 65px;
}
section:nth-child(odd) h2 {
  transform: rotate(-3deg);
}
h3 {
  font-family: "Alegreya sans", serif;
  color: #333;
  font-weight: 800;
  font-size: 30px;
  margin-top: 0px;
  position: relative;
}
#custom-brand-centered-name {
  font-family: "Kristen ITC", serif;
  font-weight: bolder;
  font-size: 21px;
  margin-top: 8px;

  color: #fff;
  text-transform: uppercase;
}
h4 {
  font-family: "Alegreya sans", serif;
  font-size: 30px;
  border-radius: 10px;
  color: #333;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h5 {
  font-size: 28px;
  margin: 0;
  font-family: "Alegreya sans", serif;
  color: #333;
}
h6 {
  font-size: 2rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Alegreya sans", serif;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  text-transform: none;
  font-family: "Alegreya sans", serif;
}
/* Links */
a {
  transition: color 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
}
/* Others */
.subtitle {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.3px;
}
.text-light {
  color: #fff;
}
i {
  transition: all 0.2s ease-in-out;
}
/*=========================== Preloader ============================ */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
}
.preloader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 115px;
  height: 25px;
  margin: 0px 0 0 -55px;
  z-index: 1500;
}
.preloader span {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #406bf4;
  opacity: 0.5;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  animation: preloader 1.2s infinite ease-in-out;
}
.preloader span:nth-child(1) {
  left: 0px;
}
.preloader span:nth-child(2) {
  left: 22px;
  animation-delay: 0.2s;
}
.preloader span:nth-child(3) {
  left: 44px;
  animation-delay: 0.4s;
}
.preloader span:nth-child(4) {
  left: 66px;
  animation-delay: 0.6s;
}
.preloader span:nth-child(5) {
  left: 88px;
  animation-delay: 0.8s;
}
@keyframes preloader {
  25% {
    opacity: 0.7;
    background: #4c49a2;
  }
  50% {
    opacity: 1;
    box-shadow: 0 15px 3px rgba(0, 0, 0, 0.05);
  }
  75% {
    opacity: 0.7;
    background: #a31a48;
  }
}
/*=========================== Navigation ============================ */
.nav > li > a:focus {
  background-color: transparent;
}
.navbar {
  margin-bottom: 0;
  z-index: 99991;
}
.navbar-right {
  float: right !important;
  text-align: right;
}
.navbar-left {
  float: left;
  text-align: left;
}
.navbar-nav > li > a {
  line-height: 58px;
  padding: 10px 20px;
  transition: background 0.2s ease-in-out;
}

@media only screen and (min-width: 781px) {
  .navbar-custom ul.nav li a {
    font-size: 16px;
    text-align: center;
    transition: background 0.2s ease-in-out;
    font-family: "Alegreya sans", serif;
    color: #fff;
    letter-spacing: 0.2px;
    font-weight: 600;
  }
}
.navbar-custom ul.nav ul.dropdown-menu {
  border-radius: 0px 0px 20px 20px;
  text-align: center;
  border: 0px;
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
  margin: 5px;
  line-height: 40px;
  display: inline-block;
}
/* Responsive navbar */
.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
}
.navbar-toggle {
  font-size: 35px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  position: relative;
  float: right;
  margin-top: 35px;
  border-radius: 50%;
  min-width: 70px;
}
.navbar-collapse {
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
/*=========================== Logo ============================ */
.navbar-brand-centered {
  max-height: 100px;
  left: 0;
  right: 0;
  top: 0%;

  text-align: center;
  margin: auto;
  position: absolute;
  width: 221px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 780px) {
  .navbar-custom ul.nav li a {
    font-size: 22px;
    line-height: 2em;
    text-align: center;
    transition: background 0.2s ease-in-out;
    font-family: "Alegreya sans", serif;
    color: #fff;
    letter-spacing: 0.2px;
    font-weight: 800;
  }
  body {
    background-color: lightblue;
  }
  .navbar-brand-centered img {
    max-height: 75px;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    margin: auto;
  }
}
@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 18px;
  color: #000;
}

.swiper-slide-image {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: bottom center;
}

.swiper-slide-information {
  position: absolute;
  top: 25rem;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .swiper-slide-information {
    top: 15rem;
  }
}

.slide-1-position {
  left: 57%;
}

@media screen and (max-width: 825px) {
  .slide-1-position {
    left: 50%;
    transform: translate(-50%);
  }
}

.modal-open {
  contain: layout;
}

.ls-bottom-nav-wrapper {
  margin-top: -40px !important;
  z-index: 99 !important;
}
/* Slider text boxes */
.header-text {
  padding: 30px !important;
  text-align: center;
  max-width: 400px;
  background-color: #fff;
  box-shadow: 3px 3px 0px rgba(103, 102, 102, 0.1);
  border-radius: 225px 45px 325px 75px/15px 125px 35px 155px;
  border: 5px solid;
  left: 10% !important;
  top: 20% !important;
}
.header-text h1 {
  margin-top: 0px;
}
/* Parallax items */
.parallax1 {
  top: 7% !important;
  left: 37% !important;
}

.flower-1 {
  position: absolute;
  top: 20rem !important;
  left: 0 !important;
}

.sun-1 {
  position: absolute;
  top: -13rem !important;
  left: 28rem !important;
}

.airoplane-1 {
  position: absolute;
  top: -13rem !important;
  left: 28rem !important;
  max-width: 25rem;
}

.caterpillar-1 {
  position: absolute;
  top: -6rem !important;
  left: 28rem !important;
  max-width: 25rem;
}

.flower-3 {
  top: 45% !important;
  left: 8% !important;
}

.sun-3 {
  top: 0 !important;
  left: 35% !important;
}

.parallax2 {
  top: 64% !important;
  left: 10% !important;
}

/*=========================== Services ============================ */
.service {
  background-color: #fff;
  text-align: center;
  padding: 30px;
  border-radius: 20px;
}
.service h4 {
  text-align: center;
  margin: -65px 0 25px 0;
  position: relative;
  transition: background 0.5s ease-out;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
/* =========================== Call Out ============================ */
#callout {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #59b2dc;
  box-shadow: 0 4px 8px rgba(89, 178, 220, 0.5), 0 -4px 8px rgba(89, 178, 220, 0.5);
}

#callout .container-fluid {
  position: relative;
  overflow: hidden;
  background-image: url(../img/hands-children.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
/* CSS Sun */
.sun {
  float: left;
  z-index: 99;
  position: relative;
  margin: 30px;
  width: 80px;
  height: 80px;
}
.sun-face {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 80px;
  text-align: center;
  font-size: 1.5em;
  text-align: center;
  color: #4e0404;
}
.sun-leye,
.sun-reye {
  position: absolute;
  top: 1.45em;
  left: 0.75em;
  width: 0.4em;
  height: 0.9em;
  background: #565656;
  border-radius: 0.4em / 0.8em;
}
.sun-leye:after,
.sun-reye:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4em;
  height: 0.1em;
  background: #ffdf05;
  content: "";
}
.sun-leye:before,
.sun-reye:before {
  position: absolute;
  bottom: 0.1em;
  right: -0.1em;
  width: 0.2em;
  height: 0.2em;
  background: #ffdf05;
  content: "";
  transform: rotate(45deg);
}
.sun-reye {
  left: auto;
  right: 0.75em;
}
.sun-lred,
.sun-rred {
  position: absolute;
  top: 2em;
  left: -0.2em;
  width: 0.7em;
  height: 0.35em;
  opacity: 0.6;
  background: #ff5e00;
  border-radius: 0.7em / 0.35em;
}
.sun-rred {
  left: auto;
  right: -0.2em;
}
.sun-smile {
  position: absolute;
  bottom: 0.8em;
  left: 50%;
  margin-left: -0.2em;
  width: 0.4em;
  height: 0.2em;
  background: #565656;
}
.sun-smile:after {
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 0.4em;
  height: 0.2em;
  background: #565656;
  border-radius: 0 0 0.2em 0.2em;
  content: "";
}
.sun-smile:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.03125em;
  width: 0.0625em;
  height: 0.35em;
  background: #565656;
  content: "";
}
.sun-hlight {
  position: absolute;
  top: 0.6em;
  right: 0.6em;
  width: 0.35em;
  height: 0.35em;
  opacity: 0.8;
  background: #fcf0a3;
  border-radius: 0.35em;
}
.sun-anime {
  width: 100%;
  height: 100%;
  animation: sunrolling 30s infinite;
}
.sun-ball {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #ffcf11;
  background-image: radial-gradient(circle, #ffdf05, #ffdf05);
  box-shadow: 0 0 100px #ffdf05;
}
.sun-light {
  position: absolute;
  top: -30%;
  left: 50%;
  width: 2px;
  height: 160%;
}
.sun-light b,
.sun-light s {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12%;
  /* 100*30/100=18.75 */
  background: #fed65b;
}
.sun-light s {
  top: auto;
  bottom: 0;
}
.sun-light:nth-child(10n + 2) {
  transform: rotate(18deg);
}
.sun-light:nth-child(10n + 3) {
  transform: rotate(36deg);
}
.sun-light:nth-child(10n + 4) {
  transform: rotate(54deg);
}
.sun-light:nth-child(10n + 5) {
  transform: rotate(72deg);
}
.sun-light:nth-child(10n + 6) {
  transform: rotate(90deg);
}
.sun-light:nth-child(10n + 7) {
  transform: rotate(108deg);
}
.sun-light:nth-child(10n + 8) {
  transform: rotate(126deg);
}
.sun-light:nth-child(10n + 9) {
  transform: rotate(144deg);
}
.sun-light:nth-child(10n + 10) {
  transform: rotate(162deg);
}
/* Sun Animation*/
@keyframes sunrolling {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
/* Clouds */
.cloud {
  width: 250px;
  height: 60px;
  position: absolute !important;
  background-color: white;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-box-shadow: 9px -7px 0 0 #f7e7eb inset;
  -webkit-box-shadow: 9px -7px 0 0 #f7e7eb inset;
  box-shadow: 9px -7px 0 0 #f7e7eb inset;
}
.cloud:before,
.cloud:after {
  content: "";
  position: absolute;
  background-color: white;
  width: 120px;
  height: 120px;
  top: -75px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-box-shadow: 10px 3px 0 0 #f7e7eb inset;
  -webkit-box-shadow: 10px 3px 0 0 #f7e7eb inset;
  box-shadow: 10px 3px 0 0 #f7e7eb inset;
}
.cloud:after {
  width: 90px;
  height: 90px;
  top: -45px;
  right: 25px;
}
.cloud:before {
  left: 25px;
}
.x1 {
  margin-left: -1%;
  top: 100px;
  -webkit-animation: moveclouds 75s linear infinite;
  -moz-animation: moveclouds 75s linear infinite;
  -o-animation: moveclouds 75s linear infinite;
}
.x2 {
  margin-left: -1%;
  top: 200px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-animation: moveclouds 40s linear infinite;
  -moz-animation: moveclouds 40s linear infinite;
  -o-animation: moveclouds 40s linear infinite;
}
.x3 {
  margin-left: -2%;
  top: 270px;
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  opacity: 0.8;
  -webkit-animation: moveclouds 55s linear infinite;
  -moz-animation: moveclouds 55s linear infinite;
  -o-animation: moveclouds 55s linear infinite;
}
.x4 {
  margin-left: -1%;
  top: 360px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-animation: moveclouds 28s linear infinite;
  -moz-animation: moveclouds 28s linear infinite;
  -o-animation: moveclouds 28s linear infinite;
}
.x3 {
  margin-left: -1%;
  top: 200px;
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  opacity: 0.8;
  -webkit-animation: moveclouds 55s linear infinite;
  -moz-animation: moveclouds 55s linear infinite;
  -o-animation: moveclouds 55s linear infinite;
}
.x4 {
  margin-left: -75%;
  top: 300px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-animation: moveclouds 28s linear infinite;
  -moz-animation: moveclouds 28s linear infinite;
  -o-animation: moveclouds 28s linear infinite;
}
.x5 {
  margin-left: -1%;
  top: 280px;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -webkit-animation: moveclouds 35s linear infinite;
  -moz-animation: moveclouds 35s linear infinite;
  -o-animation: moveclouds 35s linear infinite;
}
.x6 {
  margin-left: -1%;
  top: 190px;
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  opacity: 0.7;
  -webkit-animation: moveclouds 31s linear infinite;
  -moz-animation: moveclouds 31s linear infinite;
  -o-animation: moveclouds 31s linear infinite;
}
.x7 {
  margin-left: 1%;
  top: 400px;
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  opacity: 0.7;
  -webkit-animation: moveclouds 40s linear infinite;
  -moz-animation: moveclouds 40s linear infinite;
  -o-animation: moveclouds 40s linear infinite;
}
/* Clouds Animation*/
@-webkit-keyframes moveclouds {
  0% {
    left: -20%;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes moveclouds {
  0% {
    left: -20%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes moveclouds {
  0% {
    left: -20%;
  }
  100% {
    left: 100%;
  }
}
/* =========================== --- About Us ============================ */
#about {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 5rem;
}

/* Feature icons */
#about .media i {
  font-size: 90px;
  margin: 20px;
  padding: 10px;
  vertical-align: middle;
  color: #1f53f3;
}
.row.features {
  margin: 40px 0 40px;
}
.row.features .media {
  margin-top: 0px;
}
/* Quote */
blockquote {
  border-left: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.quote-test:before {
  content: "\f110";
  font-family: "Flaticon";
  font-size: 2.3em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: 0.2em;
}
.quote-test {
  margin-top: 10px;
}
.quote-test p {
  font-size: 18px;
  display: inline;
}
.quote-test small {
  margin-top: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
blockquote small:before {
  display: none;
}
.quote-test i {
  margin-right: 10px;
}
/* =========================== --- Activities ============================ */
#activities {
  background-image: url(../img/bgdots.png), url(../img/bgdots2.png);
  background-position: center left, center right;
  background-repeat: no-repeat;
}
#activities .tab-content {
  padding: 60px;
  border-radius: 20px;
}
.tab-pane h4 i {
  margin-right: 10px;
}
/* fade tab transition */
.fade {
  opacity: 0;
  transition: opacity 0.55s linear;
}
/* =========================== --- Gallery ============================ */
.portfolio-item {
  margin: 10px;
  position: relative;
}
/* Isotope */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  transition-duration: 0.8s;
}
.isotope-item {
  margin-right: -1px;
  backface-visibility: hidden;
}
.isotope {
  transition-property: height, width;
}
.isotope .isotope-item {
  transition-property: transform, opacity;
}
/* Gallery */
.gallery-item.selected img {
  transition: opacity 1s ease-in-out;
}
.gallery-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.scrollimation .gallery-thumb {
  transform: translateY(100px);
  opacity: 0;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.touch .scrollimation .gallery-thumb,
.scrollimation .gallery-thumb.in {
  transform: translateY(0px);
  opacity: 1;
}
/* thumbnail Overlay */
.gallery-thumb .overlay-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  border-radius: 50%;
  transition: opacity 0.3s ease-out;
}
.gallery-thumb:hover .overlay-mask {
  opacity: 1;
  border: 10px solid;
}
.gallery-thumb .link {
  display: inline-block;
  margin: 0;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  opacity: 0;
  position: absolute;
  height: 80px;
  width: 80px;
  bottom: 0%;
  vertical-align: middle;
  left: 50%;
  text-align: center;
  z-index: 3;
  margin-left: 20px;
  transform: translateX(-200px);
  transition: all 0.3s ease-out;
  border-radius: 50%;
}
.gallery-thumb:hover .link {
  transform: translate(0);
  opacity: 1;
  transition: all 0.3s ease-out 0.3s;
}
.gallery-thumb .link.centered {
  margin-left: -32px;
  transform: translateY(200px);
  transition-delay: 0s;
}
.gallery-thumb i {
  transition: all 0.2s ease-in-out;
  color: #fff;
}
.gallery-thumb:hover .link.centered {
  transform: translateY(0);
  transition-delay: 0.1s;
  line-height: 70px;
}
/****** Blog pages ******/
/* SVG clouds */
#deco-clouds2 path,
#deco-clouds3 path {
  fill: #b0c2fb !important;
  stroke: #f1f4fe !important;
}

#blog-page h5 {
  margin-bottom: 10px;
}
#blog-page .btn {
  float: right;
}
/* blog forms */
#blog-page .form-control {
  border: solid 1px #cecece;
}

.balloon-fees {
  position: absolute;
  top: 30rem;
  right: 30rem;
  z-index: 99;

  > img {
    max-width: 15rem;
  }
}


nav a::before {
  content: "";
  display: block;
  height: 3px;
  /* background-color: rgb(197, 10, 10); */

  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;

  transition: all ease-in-out 450ms;
}

nav a:hover::before {
  width: 100%;
}
.sidebar .well {
  padding: 19px 5px;
}
.sidebar {
  border-left: 1px dashed #cecece;
}

.jumbotron {
  background-color: transparent !important;
}
/* date & category badge */
.date-category {
  position: absolute;
  z-index: 10;
  color: #fff;
  border-radius: 0% 0% 50%;
  min-width: 130px;
  min-height: 130px;
  padding-top: 20px;
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.date-category p {
  color: #fff;
}

/* Post info */
.post-info {
  margin-bottom: 10px;
}
.post-info p {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
}
.post-info p + p {
  line-height: 0px !important;
}
.post-info i {
  margin-right: 5px;
}
/*=========================== Prices ============================ */
.fees {
  position: relative;
}

#prices {
  position: relative;
  z-index: 2;
  margin-top: 4rem;
}
#prices .col-lg-4 {
  padding: 0px;
}
.pricing .btn {
  margin-bottom: 70px;
}
.pricing-item {
  position: relative;
  text-align: center;
}
.pricing-item-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.pricing-palden .pricing-item {
  background: #fff;
  border-radius: 20px;
}
.pricing-palden .pricing-item {
  margin: 2em 0em;
}
.pricing-palden .pricing-item-featured {
  margin: 0;
  z-index: 10;
  box-shadow: 0 0 40px rgba(134, 132, 132, 0.69);
}
.pricing-palden .pricing-deco {
  border-radius: 10px 10px 0 0;
  padding: 4em 0 9em;
  position: relative;
  transition: background-color 0.3s;
}
.pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.pricing-item-featured.float:hover {
  box-shadow: 0 0 40px rgba(134, 132, 132, 0.69);
}
.pricing-palden .pricing-title {
  color: #fff;
}
.pricing-palden .deco-layer {
  transition: transform 0.5s;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
  transform: translate3d(55px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
  transform: translate3d(-35px, 0, 0);
}
.pricing-palden .pricing-price {
  font-size: 5em;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
  font-weight: 700;
}
.pricing-palden .pricing-currency {
  font-size: 0.35em;
  vertical-align: top;
}
.pricing-palden .pricing-period {
  font-size: 0.25em;
  font-style: italic;
}
.pricing-palden .pricing-feature-list {
  margin: 0;
  padding: 5px;
  list-style: none;
  text-align: center;
}
.pricing-palden .pricing-feature {
  padding: 1em 0;
}
.pricing-palden .pricing-action {
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  transition: background-color 0.3s;
}
.pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}
/*=========================== Call to Action ============================ */
#call-to-action {
  background-image: url(../img/calltoactionbg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  border-width: 10px 0px 10px 0px;
  border-style: solid;
}
/*=========================== Contact ============================ */
#contact i {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 5px;
}
#contact h4 {
  text-align: center;
}

/*=========================== Footer ============================ */
/*Cloud divider */
.cloud-divider {
  height: 80px;
}
.container-fluid.cloud-divider.white {
  background-color: #f1f4fe;
}
.container-fluid.cloud-divider {
  padding: 0px;
}

/* footer */
footer {
  padding: 25px;
}
footer p {
  text-align: center;
  color: #fff;
}
footer h6 {
  margin-top: 30px;
}
footer table {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
footer table > tbody > tr > td {
  line-height: 2em;
}
footer img {
  max-width: 130px;
}
/* Mailchimp message */
#mce-error-response,
#mce-success-response {
  display: none;
}
/* Go to top icon */

.page-scroll {
  contain: layout;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 12px;
  z-index: 119;
}
.back-to-top i {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 40px;
  font-size: 22px;
  color: #222;
  border-radius: 50%;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
/*=========================== Miscellaneous ============================ */
/* Parallax objects */
.parallax-object0 {
  position: absolute;
  z-index: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  z-index: 0;
}
.parallax-object1 {
  position: absolute;
  top: auto;
  margin-top: 100px;
  right: 0;
  z-index: 99;
}
.parallax-object2 {
  position: absolute;
  top: auto;
  left: 0;
  z-index: 99;
}
.parallax-object3 {
  position: absolute;
  top: auto;
  left: 0%;
  z-index: 99;
}
/* Owl-carousel */
.owl-carousel {
  padding: 40px;
}
.owl-carousel .owl-item {
  perspective: 1000px;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  text-align: center;
}
.owl-prev {
  border-radius: 0% 50% 50% 0%;
  left: 0px;
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.owl-next {
  border-radius: 50% 0% 0% 50%;
  right: 0px;
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.owl-prev:hover,
.owl-next:hover {
  transition: all 0.3s ease-in-out;
}
.owl-prev i,
.owl-next i {
  color: #fff;
  font-size: 30px;
  padding: 20px 10px;
}
.owl-carousel.owl-loaded {
  display: block;
  clear: both;
  /* Important fix */
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  border: 2px solid #cecece;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  color: #333;
}
.owl-theme .owl-dots .owl-dot span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: translate(-50%, -50%) scale(0);
}
.owl-theme .owl-dots .owl-dot span:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.owl-theme .owl-dots .owl-dot.active span:before {
  transform: translate(-50%, -50%) scale(1);
}
/* Big triangle SVG divider */
.trianglePath1 {
  fill: #b0c2fb !important;
  stroke: #f1f4fe !important;
}
/* Cloud top divider */
#deco-clouds1.head {
  margin-top: -100px;
  z-index: 3;
  position: relative;
}
#deco-clouds2.head {
  top: -120px;
  z-index: 3;
  position: relative;
  margin-bottom: -50px;
}
#deco-clouds3.head {
  top: -85px;
  z-index: 3;
  position: relative;
  margin-bottom: -50px;
  transform: rotate(180deg);
}
/* Page width */
.full {
  width: 100%;
  background: #f1f4fe;
}
/* Float on hover Effect */
.float {
  transition: margin 0.5s ease-out, box-shadow 0.5s ease-out;
}
.float:hover {
  margin-top: -20px;
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
/* margin1 */
.margin1 {
  margin-top: 20px;
}
.small-section .container {
  padding: 70px 0 70px 0;
}

/* dividers */
hr {
  max-width: 100px;
  height: 5px;
  background: url(../img/hr.png) no-repeat top center;
  border: none !important;
}
/* Sections heading */
.section-heading {
  margin-bottom: 5rem;
  text-align: center;
  z-index: 99;
}
/* elements page */
.elements {
  margin-top: 40px;
  margin-bottom: 40px;
}
.elements h5 {
  margin: 20px 0 20px;
  border-bottom: 1px dashed;
}
.glyph {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.glyph .glyph-icon {
  padding: 10px;
  display: block;
  font-family: "Flaticon";
  font-size: 44px;
  line-height: 1;
}
.glyph .glyph-icon:before {
  font-size: 42px;
  color: #222;
  margin-left: 0;
}
.page-header {
  border-bottom: none;
}
/* Img Shapes */
.img-circle {
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.img-rounded {
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.img-curved {
  border-radius: 225px 45px 325px 75px/15px 125px 35px 155px;
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
/* Image Gradient Hover effect */
.img-effect {
  overflow: hidden;
}
.img-effect img {
  transition: opacity 0.7s, transform 2.5s;
}
.img-effect:hover img {
  opacity: 0.4;
  transform: scale3d(1.2, 1.2, 1);
}
.img-effect.no-grad:hover img {
  opacity: 1;
  transform: scale3d(1.2, 1.2, 1);
  background: 0;
}
/* Pagination */
.pagination > li > a,
.pagination > li > span {
  border-radius: 50% !important;
  margin: 0 5px;
  border: 0;
  font-weight: 600;
  color: #222;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #222;
}

.unstyled-list {
  list-style: none;
}
.downloadable-forms {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.downloadable-forms__file {
  padding: 2rem;
  border-radius: 16px;
  background-color: rgba(176, 194, 251, 0.24);
}

/* Alerts */
.alert-white {
  color: #222;
  background: #ffffff;
}
.alert-theme {
  background-color: #b0c2fb;
}

.alert {
  padding: 25px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 225px 45px 325px 30px/15px 125px 35px 155px;
  font-size: 16px;
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
/* Breadcrumbs */
.breadcrumb {
  padding: 8px 25px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
}
.breadcrumb a {
  color: #fff;
}
/* Labels */
.label {
  padding: 0.2em 0.6em 0.3em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  border-radius: 20px;
}
/* Progress bar */
.progress-bar {
  height: 10px;
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.progress {
  box-shadow: none;
}
/* Color blocks */
.color_block {
  padding: 20px;
  border-radius: 20px;
}
/* Blocks + Slider navigation*/
.color_block .owl-prev,
.paper_block .owl-prev {
  left: -20px;
}
.color_block .owl-next,
.paper_block .owl-next {
  right: -20px;
}
/* Dropdown */
.dropdown-menu {
  font-size: 16px;
  border: 0px;
  border-radius: 20px;
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
/* Pager */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border: 1px solid;
  border-radius: 20px;
}
.pager li > a:hover {
  color: #fff;
}
/* Nav-tabs */
.nav-tabs {
  text-align: center;
  border-bottom: 0;
}
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus,
.nav.nav-tabs > li > a:hover {
  border: 0;
}
.nav.nav-tabs > li {
  float: none;
  padding: 0 10px 0;
  display: inline-block;
}
.nav.nav-tabs > li > a {
  position: relative;
  display: block;
  letter-spacing: 0.2px;
  font-weight: 700;
  min-height: 50px;
  line-height: 57px;
  border: 0;
  border-radius: 20px 20px 0px 0px;
  padding: 10px 35px;
  color: #fff !important;
  font-size: 22px;
}
/* Panels */
.panel {
  border: 0;
  background: transparent;
}
.panel-title {
  font-size: 18px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}
.panel-heading a {
  border-radius: 10px;
  display: block;
  text-transform: none;
  color: #fff;
  padding: 10px;
  border: 0px;
  transition: all 0.2s ease-in-out;
}
.panel-heading a:hover,
.panel-heading a:focus {
  color: #fff;
}
.panel-group .panel + .panel {
  margin-top: 0px;
}
.panel-group .panel-heading {
  border-bottom: 0px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
}
.panel-heading {
  padding: 10px 0px;
}
.panel-heading [data-toggle="collapse"]:after {
  content: "\f077";
  font-family: FontAwesome;
  float: right;
  font-size: 18px;
  line-height: 22px;
}
.panel-heading [data-toggle="collapse"].collapsed:after {
  transform: rotate(180deg);
}
/* Lists */
ul {
  font-size: 16px;
  color: #333;
}

strong {
  font-size: 20px;
  color: #333;
  font-weight: 800;
}
/* Buttons */
.btn {
  font-family: "Alegreya sans", serif;
  margin: 0 1rem;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  outline: none;
  border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
  border: solid 7px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 700;
}
.btn:hover,
.btn:focus {
  color: #fff;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
/* Forms */
.input-group-addon {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  border: 0px;
  border-radius: 4px;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group {
  border-collapse: separate;
  margin: 0 auto;
  text-align: center;
}
.form-control {
  display: block;
  width: 100%;
  height: 48px;
  border: 0;
  font-size: 17px;
  outline: 0;
  box-shadow: none;
  background: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.input-group-btn .btn {
  margin-top: 0px;
}
.input-group-btn span,
.btn span {
  color: #fff;
}
.form-control.form-control.input-lg {
  margin-top: 0px;
}
.input-group .form-control:focus {
  box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}
.form-control,
.textarea-field:focus,
.input-field:focus {
  outline: 0 none;
}
textarea {
  height: 150px;
  resize: none;
}
textarea.form-control:focus {
  outline: 0 none;
}
/* BIG Social Media Icons */
.social-media {
  width: 100%;
  text-align: center;
}
.social-media a {
  display: inline-block;
  font-size: 18px;
}
.social-media a i {
  color: #fff;
  transition: 0.3s;
  margin: 3px;
  width: 20px;
  min-width: 40px;
  padding: 10px;
  border-radius: 50%;
}
.social-media i {
  transition: color 0.3s ease-in-out;
}
/* Small Social Media Icons */
.smaller.social-media a i {
  font-size: 18px;
  transition: 0.3s;
  margin: 0px;
  min-width: 30px;
  border-radius: 0%;
  background: none;
  padding: 0;
  color: #fff;
}
.smaller.social-media a i:hover {
  background: none;
}
/* Centered columns */
.col-centered {
  float: none;
  margin: 0 auto;
}
/* Nav-pills */
.nav-pills {
  display: inline-block;
  margin-bottom: 20px;
}
.nav-pills > li > a {
  border-radius: 10px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a,
.nav-pills .nav > li > a:hover {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 10px;
  padding: 15px;
}
/* Tables */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px dashed #ddd;
}
.table > tbody > tr:first-child > td {
  border: none;
}

/* page */
.single-page {
  padding: 4rem;
  background: #b0c1fb !important;
  border-radius: 225px 45px 325px 75px/15px 125px 35px 155px;
  box-shadow: 6px 6px 0px rgb(103 102 102 / 20%);
}

.callout {
  border-radius: 20px;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
/* Wells */
.well {
  border-radius: 20px;
  border: 0;
  background-color: #fff;
  box-shadow: none;
}
.small-section .well {
  padding: 40px;
}
.well .list-unstyled {
  padding-left: 5px;
  list-style: none;
  line-height: 37px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.well .list-unstyled li:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: normal;
  font-size: 13px;
  margin: 0 10px 0 10px;
}
/* Media */
.media {
  margin-top: 45px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/*=========================== Media Queries ============================ */
/************ min width 1500px *************/
@media (min-width: 1500px) {
  .ls-bg {
    width: 100% !important;
  }
  /* Parallax itens */
  .parallax1 {
    left: 32% !important;
  }
  .video-text {
    max-width: 30%;
    bottom: 40%;
  }
  .boxed .video-text {
    max-width: 50%;
    bottom: 20%;
    padding: 30px;
  }
}

/************ max width 1200px *************/
@media (max-width: 1200px) {
  .navbar-nav > li > a {
    padding: 10px 10px;
  }
  /* background */
  #owl-about {
    background-image: none;
  }
  #call-to-action {
    background-attachment: scroll;
  }

  /* video text */
  .boxed .video-text,
  .video-text {
    max-width: 50%;
    bottom: 20%;
    padding: 30px;
  }
}
.ourObjectives-alert {
  padding: 135px;
  border: 1px solid transparent;
  border-radius: 225px 45px 325px 75px/15px 125px 35px 155px;
  font-size: 16px;
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.header-text h1 {
  font-size: 44px !important;
  line-height: 44px;
  margin-top: 0px;
}
/************ max width 991px *************/
@media (max-width: 991px) {
  #custom-brand-centered-name {
    display: none;
  }

  .header-text h1 {
    font-size: 30px !important;
    line-height: 44px;
    margin-top: 0px;
  }
  .header-text {
    max-width: 350px;
    top: 15% !important;
  }
  .subtitle {
    font-size: 18px;
    line-height: 25px;
  }
  .ls-bottom-nav-wrapper {
    margin-top: -20px !important;
  }
  /* Stop Float on hover*/
  .float:hover {
    margin-top: 0px;
  }
  /* Responsive margin*/
  .res-margin {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /*navbar */
  /* navbar collapse at 991px */
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: hidden !important;
  }
  .navbar-nav {
    margin: 0;
    float: none !important;
    height: 100%;
  }
  .navbar-right {
    line-height: 0px;
  }
  .navbar-nav li {
    float: none;
  }
  .navbar-nav li > .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    position: static;
    box-shadow: none;
    background: inherit;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 100vh;
    font-size: 30px;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    padding-bottom: 40px;
    max-height: 100vh !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 20px;
  }
  .navbar-collapse::-webkit-scrollbar-track {
    background-color: lightgray;
  }
  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: darkgray;
  }
  .navbar-nav {
    margin: 0;
    float: none !important;
    height: 100%;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px;
  }
  .navbar-custom ul.nav ul.dropdown-menu li a {
    margin: 5px;
    line-height: 25px;
    display: inline-block;
    word-break: line;
    white-space: normal;
  }
  /* Logo */
  #navbar-brand-centered.collapse.in {
    display: block !important;
    min-height: 200px;
    overflow-y: hidden !important;
  }
  .navbar-brand-centered {
    position: relative;
    height: 80px;
    padding: 0px;
    float: none;
    margin: 0;
  }
  .navbar-brand-centered img {
    max-height: 65px;
  }
  /* Space between sections */
  .section-heading {
    margin-bottom: 9rem;
  }
  /* Activities */
  #activities .tab-content {
    border-top: 0px;
    margin-top: 40px;
  }
  #activities .tab-content {
    padding: 20px;
  }
  /* Nav tabs */
  .nav-tabs > li {
    margin-bottom: 10px;
  }
  .nav.nav-tabs > li > a {
    border-radius: 20px;
  }

  .sidebar {
    border-left: 0px;
  }

  /* video text */
  .boxed .video-text,
  .video-text {
    width: 100% !important;
    bottom: 0%;
    z-index: 10;
    padding: 0px;
    left: 50%;
    max-width: 100%;
    border-radius: 0px;
  }
}
/************ min width 768px *************/
@media (min-width: 768px) {
  #navbar-brand-centered .container {
    min-width: 700px !important;
    max-width: 1170px;
    width: 100%;
  }
  .navbar-right {
    margin-right: 0px;
  }
}
/************ max width 767px *************/
@media (max-width: 767px) {
  .well > .list-unstyled {
    line-height: 1.25;
  }
  .ourObjectives-alert {
    padding: 75px;
    border: 1px solid transparent;
    border-radius: 225px 45px 325px 75px/15px 125px 35px 155px;
    font-size: 16px;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
  }
  .header-text h1 {
    font-size: 30px;
    line-height: 34px;
    margin: 0px;
  }
  .ls-nav-prev,
  .ls-nav-next {
    display: none !important;
  }
  .ls-bottom-nav-wrapper {
    margin-top: 0px !important;
  }
  #callout .container {
    background-image: none;
  }
}
/************ max width 480px *************/
@media (max-width: 480px) {
  .header-text h1 {
    font-size: 26px;
    line-height: 24px;
    margin: 0px;
  }
  .ls-bottom-nav-wrapper {
    display: none;
  }

  /* section */
  section .container {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .section-heading h2 {
    border: 0;
    line-height: 32px;
    letter-spacing: 0px;
    font-size: 28px;
  }
  .section-heading {
    margin-bottom: 3rem;
  }
  /* titles*/
  h1 {
    font-size: 38px;
  }
  h3 {
    font-size: 32px;
    text-align: center;
  }
  /* Miscellaneous */
  .section-heading {
    margin-bottom: 3em;
  }
  .navbar.navbar-custom.navbar-fixed-top {
    margin-bottom: 30px;
  }
  .nav-pills > li.active:after,
  .nav-pills > li.active:before {
    top: -45%;
  }
  .nav-pills > li {
    float: none;
  }
  .cloud-divider {
    display: none;
  }
  .date-category {
    display: none;
  }

  .tab-pane h3 {
    margin-top: 10px;
  }
  .glyph .glyph-icon:before {
    font-size: 24px;
  }
  .input-group-addon,
  .input-group-btn {
    display: initial;
  }
  .input-group-btn .btn {
    margin-top: 10px;
  }
  .input-group-btn:last-child > .btn {
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
  }
  .input-group .form-control:first-child {
    border-radius: 10px;
  }
}
/************ max width 300px *************/
@media (max-width: 300px) {
  /* Navbar */
  .navbar-toggle {
    font-size: 35px !important;
    line-height: 45px;
    padding: 0px;
    margin: 0px;
    width: 60px;
  }
  .navbar-custom ul.nav ul.dropdown-menu {
    background-color: transparent !important;
  }
  .open > .dropdown-menu {
    display: block;
    min-width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .navbar-custom ul.nav ul.dropdown-menu li a {
    margin: 0px;
  }
  .navbar-custom ul.nav li a {
    font-size: 30px;
    line-height: 40px;
  }
  .navbar-header {
    height: 50px !important;
  }
  .navbar-brand-centered {
    background: none;
    height: 50px;
    width: 60px;
  }
  .navbar-brand-centered img {
    max-height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    top: 12%;
    margin: auto;
  }
  #navbar-brand-centered.collapse.in {
    display: block !important;
    max-height: 100px;
    overflow-y: hidden !important;
  }

  .header-text {
    top: 30% !important;
    padding: 5px 0 5px !important;
  }
  .header-text h1 {
    font-size: 20px !important;
  }
  /* Miscellaneous */
  .small-section .well {
    padding: 10px;
  }
  .color_block {
    padding: 5px;
  }
  .pricing-palden .pricing-price {
    font-size: 3em;
  }
  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
  .label,
  .table {
    font-size: 14px;
  }
 
  .jumbotrons {
    padding: 0px !important;
  }
  .table table,
  .table thead,
  .tabletbody,
  .table th,
  .table td,
  .table tr {
    display: block;
  }
  td.text-left,
  td.text-right {
    text-align: center;
  }
  #video-header {
    margin-top: 30px;
  }
  /* Nav-tabs */
  .nav.nav-tabs > li > a {
    min-height: 30px;
    font-size: 16px;
    padding: 15px 15px;
    line-height: 15px;
  }
  /* Headers */
  .section-heading h2,
  .page-header h2 {
    line-height: 22px;
    font-size: 20px;
  }
  h2:before {
    display: none;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
    text-transform: uppercase;
  }
}

body {
  contain: layout;
  overflow-x: hidden;
  background: rgb(50, 50, 50);
}
@keyframes MiddleOpen {
  50% {
    bottom: 0;
    transform: none;
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes MiddleClose {
  0% {
    bottom: 0;
    transform: rotate(45deg);
  }
  50% {
    bottom: 0;
    transform: none;
  }
  100% {
    bottom: 9px;
    transform: none;
  }
}
@keyframes TopOpen {
  50% {
    bottom: 0;
    transform: none;
  }
  100% {
    transform: rotate(-45deg) translate(-7px, 8px);
  }
}
@keyframes TopClose {
  0% {
    bottom: 0;
    transform: rotate(-45deg);
  }
  50% {
    bottom: 0;
    transform: none;
  }
  100% {
    bottom: 20px;
    transform: none;
  }
}
@keyframes BottomOpen {
  50% {
    bottom: -80%;
  }
  100% {
    bottom: -80%;
    border-bottom: 2px solid transparent;
  }
}
@keyframes BottomClose {
  0% {
    bottom: -80%;
    border-bottom: 2px solid transparent;
  }
  50% {
    bottom: -80%;
    border-bottom: 2px solid transparent;
  }
  100% {
    bottom: -100%;
  }
}
@keyframes Dance {
  20% {
    transform: scaleX(1.2);
  }
  40% {
    transform: scaleX(0.8);
  }
  60% {
    transform: scaleX(1.3);
  }
  80% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0.3);
  }
}

.burger {
  position: relative;
  width: 100%;
  height: 100%;
}
.burger::after,
.burger::before {
  content: "";
  position: absolute;
  width: 100%;
}
.burger::after {
  bottom: 9px;
}
.burger::before {
  bottom: 20px;
}
.burger3 {
  color: #b0c2fb !important;
  border-bottom: 2px solid currentcolor;
  width: 40%;
  height: 0;
  bottom: -100%;
  transition: bottom 0.5s, border-bottom 1s step-start, width 1s;
  animation: BottomClose 1.5s;
}
.burger3::after {
  border-bottom: 2px solid currentcolor;
  width: 130%;
  transition: width 1s;
  animation: MiddleClose 1.5s;
}
.burger3::before {
  border-bottom: 2px solid currentcolor;
  width: 160%;
  transition: width 1s;
  animation: TopClose 1.5s;
}

.burger3-open {
  animation: BottomOpen 1.2s forwards;
  width: 100%;
}
.burger3-open::after {
  width: 100%;
  animation: MiddleOpen 1.5s forwards;
}
.burger3-open::before {
  width: 100%;
  animation: TopOpen 1.5s forwards;
}

/* My own stuff */

:root {
  --swiper-pagination-bottom: 50px;
}

.school-hours,
.extra-mural-activities,
.popia-documents,
.school-policy-and-rules {
  padding-top: 5rem;
  padding-bottom: 10rem;

  @media screen and (max-width: 767px) {
    padding-top: 15rem;
  }
}

@media screen and (min-width: 991px) {
  .contact {
    padding-bottom: 10rem;
  }
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 16px;
  color: #000;
}

.contact-info-item {
  display: flex;
  align-items: center;
}

.contact_form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.features__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  object-fit: cover;
}

.header-cloud {
  position: relative;
  padding: 0px !important;
  background-color: transparent !important;
  border: 0px;
  margin-top: 75px;
  transform: rotate(180deg);
  fill: #b0c2fb !important;
  stroke: #f1f4fe !important;
}

.header-cloud-with-swiper {
  margin-top: 0;
}

.footer-cloud {
  position: relative;
}

.footer-cloud > #deco-clouds,
.footer-cloud > #deco-blue-clouds {
  position: absolute;
  top: -10rem;
}

.welcome__image {
  border-radius: 16px;
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}

.welcome {
  padding-top: 10rem;
  padding-bottom: 10rem;
  @media screen and (min-width: 991px) {
    display: flex;
    flex-flow: wrap;
    align-items: center;
  }
}

.welcome__banner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.body-copy {
  text-align: start;
  font-size: 16px;
  color: #000;
}

.extra-mural-activities__background {
  background-image: url("../img/bgdots.png");
}

.extra-mural-acitivities__left-dots {
  position: absolute;
  top: 0;
  left: 0;
}

.extra-mural-acitivities__right-dots {
  position: absolute;
  top: 0;
  right: 0;
}

.offerings {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #59b2dc;
  box-shadow: 0 -4px 8px rgba(89, 178, 220, 0.5);
}
.offerings-swiper {
  display: flex;
}
.swiper-slide {
  flex-grow: 1;
  background-color: transparent;
}

.offerings-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(31, 83, 243, 0.2), 0 -4px 8px rgba(31, 83, 243, 0.2);
  border-radius: 225px 45px 325px 30px/15px 125px 35px 155px;
}

.offerings-item__icon {
  font-size: 5rem;
  color: #ff5e1a;
}
