/* Bootstrap 5 Breakpoints */
/* XS not needed (default) */
/* Fonts */
/*Font Colours */
/* Font Sizes */
/* Auto size other fonts based upon the two base font sizes - allows for reponsive auto scaling */
/* Site Colours */
/* integral greys*/
/* Mixins */
body {
  -webkit-font-smoothing: antialiased;
  color: #555555;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
/* Nice text highlighting */
::selection {
  background: #DBD7E2;
  color: #555;
}
::-moz-selection {
  background: #DBD7E2;
  color: #555;
}
/* Generic theme helper classes */
a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s all;
}
strong {
  color: #F5841F;
}
p {
  line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
.title {
  font-family: "Lato", sans-serif;
  color: #F5841F;
}
h1,
.title {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
h2,
h3 {
  margin-bottom: 1rem;
}
.subTitle {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #00A1E5;
}
h1 {
  color: #F5841F;
}
.btn-rounded {
  border-radius: 20px;
  padding: 0.5rem 2rem;
}
.btn-small-text {
  font-size: 0.95rem;
}
.social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.social-media ul li {
  margin: 0.25rem 0.5rem;
  border-radius: 100px;
}
.social-media ul li:first-child {
  margin-left: 0;
}
.social-media ul li:last-child {
  margin-right: 0;
}
.social-media ul li a {
  display: flex;
  width: 28px;
  height: 28px;
  background-color: #555;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0.25rem;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  border-radius: 100px;
}
@media only screen and (min-width: 768px) {
  .social-media ul li a {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .social-media ul li a {
    width: 50px;
    height: 50px;
  }
}
.social-media ul li.facebook {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%231e4fac' stroke-width='2' stroke-dasharray='22%2c 10%2c 19' stroke-dashoffset='53' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.social-media ul li.facebook a {
  background-color: #1e4fac;
}
.social-media ul li.twitter {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%231ba4d3' stroke-width='2' stroke-dasharray='22%2c 10%2c 19' stroke-dashoffset='53' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.social-media ul li.twitter a {
  background-color: #1ba4d3;
}
.social-media ul li.instagram {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23d6249f' stroke-width='2' stroke-dasharray='22%2c 10%2c 19' stroke-dashoffset='53' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.social-media ul li.instagram a {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-media ul li.whatsapp {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%230a8f20' stroke-width='2' stroke-dasharray='22%2c 10%2c 19' stroke-dashoffset='53' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.social-media ul li.whatsapp a {
  background-color: #0a8f20;
}
.social-media ul li.youtube {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23fc3831' stroke-width='2' stroke-dasharray='22%2c 10%2c 19' stroke-dashoffset='53' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.social-media ul li.youtube a {
  background-color: #fc3831;
}
/* Page sections */
.top-bar {
  background-color: #F5841F;
  color: #fff;
  border-bottom: 5px solid #DBD7E2;
  font-size: 18px;
}
.top-bar .opening-times {
  cursor: pointer;
}
.top-bar .opening-times strong {
  color: #fff;
}
.top-bar .navbar {
  padding: 0;
}
.top-bar .navbar.navbar-expand {
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 992px), only screen and (min-width: 1200px) {
  .top-bar .navbar.navbar-expand {
    justify-content: flex-end;
  }
}
.top-bar .navbar ul.navbar-nav li a.nav-link {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
header {
  background-position: top center;
  background-repeat: no-repeat;
  border-bottom: none;
}
header .contact-details {
  margin-top: 40px;
}
header .contact-details .text-line {
  font-weight: 500;
  font-size: 27px;
  color: #F5841F;
}
header .contact-details .phone-number {
  line-height: 100%;
  font-weight: 600;
  font-size: 50px;
  color: #F5841F;
}
header .social-media {
  margin-top: 95px;
}
header .social-media ul {
  justify-content: flex-end;
}
.homeBanner.carousel {
  /*&:after {
			background: linear-gradient(180deg, rgba(63, 44, 98, 0.5) 0%, #3F2C62 100%);
			height: 100%;
			content: '';
			width: 100%;
			position: absolute;
			left: 0;
			top: 0;
		}*/
}
.homeBanner.carousel .clouds {
  min-height: 70px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.homeBanner.carousel .carousel-item {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .homeBanner.carousel .carousel-item {
    height: 700px;
  }
}
.homeBanner.carousel .carousel-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* or object-fit: contain; */
}
.homeBanner.carousel .carousel-caption {
  z-index: 10;
  right: 10%;
  left: 10%;
  bottom: 3.5rem;
}
@media only screen and (min-width: 992px) {
  .homeBanner.carousel .carousel-caption {
    right: 16%;
    left: 16%;
  }
}
@media only screen and (min-width: 768px) {
  .pageBanner.carousel .carousel-item {
    height: 480px;
  }
}
.pageBanner.carousel .carousel-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* or object-fit: contain; */
}
.pageBanner.carousel:after {
  /*background: linear-gradient(180deg, rgba(63, 44, 98, 0.5) 0%, #3F2C62 100%);*/
  height: 100%;
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pageBanner.carousel .carousel-caption {
  z-index: 10;
}
.logo-container {
  display: flex;
  align-items: center;
  min-width: 100px;
  min-height: 100px;
  margin: 0;
}
.fa-logo {
  position: relative;
  display: block;
}
.fa-logo img {
  max-width: 100%;
}
.fa-logo.hover-animation .fa-logo__propellers {
  animation: spinAgain 1s forwards;
}
.fa-logo__plane {
  position: relative;
}
.fa-logo__nosecone,
.fa-logo__stars {
  position: absolute;
  top: 0;
  left: 0;
}
.fa-logo__stars {
  transform-origin: 41.36% 60.56%;
}
.fa-logo__propellers {
  position: absolute;
  width: 23.92%;
  top: 49.4%;
  left: 29.3%;
  transition: duration 0s !important;
  transform-origin: 45.16% 42.68%;
  animation-timing-function: cubic-bezier(0, 0, 0.63, 1);
}
[data-aos="spin"].aos-animate {
  animation: spin 2s none;
}
@keyframes spin {
  to {
    transform: rotate(3turn);
  }
}
@keyframes spinAgain {
  to {
    transform: rotate(1turn);
  }
}
.call-to-actions {
  margin: 50px 0;
}
.call-to-actions .col-12:after {
  height: 8px;
  width: 100%;
  background-color: #daebf5;
  content: ' ';
  display: block;
  position: relative;
}
.call-to-actions .item {
  border: 1px solid #02668d;
  display: block;
}
.call-to-actions .item:hover .action-area img {
  transform: scale(1, 1);
}
.call-to-actions .item .action-area {
  text-align: center;
  justify-content: center;
  padding: 30px 30px 0 30px;
  position: relative;
}
.call-to-actions .item .action-area img {
  position: absolute;
  margin: 0 auto;
  transform: scale(0, 0);
  left: 50%;
  margin-left: -115px;
  bottom: 15px;
  z-index: 0;
  transition: 0.1s all;
}
.call-to-actions .item .action-area .btn-primary {
  font-family: "Lato", sans-serif;
  border-radius: 0;
  background-color: #F5841F;
  border: 1px solid #F5841F;
  font-size: 21.28px;
  position: relative;
  z-index: 10;
}
.body-content {
  padding: 50px 0;
}
.body-content.home {
  padding-bottom: 0;
}
.body-content .home-content {
  border-top: 8px solid #00A1E5;
  padding-top: 50px;
  margin-bottom: 134px;
}
.body-content .top-section {
  position: relative;
}
.body-content .top-section .sideBar {
  position: absolute;
  bottom: 0;
  width: 32%;
}
@media only screen and (min-width: 1200px) {
  .body-content .top-section .sideBar {
    width: 35%;
  }
}
.body-content .top-section .sideBar .text {
  background-color: #F5841F;
  padding: 30px;
  position: relative;
  z-index: 5;
}
.body-content .grey-section {
  background-color: #f2fcff;
  padding-top: 75px;
  position: relative;
}
.body-content .grey-section .sideBar {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32%;
  z-index: 0;
}
@media only screen and (min-width: 1200px) {
  .body-content .grey-section .sideBar {
    width: 35%;
  }
}
.body-content .grey-section .sideBar img {
  margin-bottom: -25px;
  z-index: 5;
  position: relative;
}
.body-content .grey-section .sideBar .text {
  background-color: #F5841F;
  padding: 30px;
  position: relative;
  padding-bottom: 90px;
}
.body-content .grey-section .home-content {
  margin-bottom: 50px;
}
.body-content .grey-section .clouds {
  min-height: 70px;
  z-index: 10;
  position: relative;
  background-size: cover;
}
.welcome-page-header-info {
  background-color: var(--brandColor);
  color: var(--bs-white);
  padding: 3rem 0;
}
div.welcome-page-header-info strong,
h1,
h2,
h3,
h4,
h5 {
  color: var(--bs-white);
}
.welcome-page-header-info-title {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.welcome-page-header-info-description {
  color: var(--altContrastColor);
}
.user-content h1,
.user-content h2 {
  border-bottom: 0.15rem solid #d9d9d9;
}
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
  border-bottom: 0.1rem solid #d9d9d9;
}
.content-group-title {
  border-bottom: 0.15rem solid #d9d9d9;
  margin-bottom: 1.5rem;
  color: var(--subBrandColor);
}
.content-group-items-title {
  border-bottom: 0.1rem dotted #d9d9d9;
  margin-bottom: 1rem;
  color: var(--subBrandColor);
}
.item-card-border {
  background-color: var(--integralMediumGray);
}
.sliding-content-cards-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.sliding-content-cards-container-card {
  display: inline-flex;
  flex-direction: column;
}
.sliding-content-cards-container-card .sliding-content-cards-container-card-top {
  flex: 1 0 auto;
}
.sliding-content-cards-container-card-text {
  line-height: 1rem;
  font-size: 0.9rem;
  color: var(--bs-gray-dark);
}
div.user-content strong.sliding-content-cards-container-card-title {
  color: var(--bs-gray-dark);
}
.sliding-content-cards-container-card-top {
  background-color: var(--integralDarkGray);
}
.sliding-content-cards-container-card-left-number {
  color: var(--bs-white);
  font-size: 4.5rem;
  line-height: 4.5rem;
}
div.user-content table tbody tr:nth-child(2n+2) td:not(:first-child) {
  background-color: var(--brandColorLight);
  color: var(--bs-dark);
}
div.user-content table tbody tr:nth-child(2n+3) td:not(:first-child) {
  background-color: var(--brandColorExtraLight);
  color: var(--bs-dark);
}
div.user-content table tbody tr {
  background-color: var(--brandColorMedium);
  font-weight: 500;
  color: var(--brandColorDark);
}
div.user-content table tbody tr:first-child td {
  background-color: var(--brandColorDark);
  color: var(--bs-white);
  text-align: center;
  font-weight: 500;
  padding: 0.7rem 0;
}
div.user-content table tbody tr td {
  border: 0.2rem solid white;
  padding: 0 0.5rem;
}
div.user-content h1,
h2,
h3,
h4,
h5 {
  color: var(--subBrandColor);
  font-weight: 400;
}
div.user-content strong {
  color: var(--subBrandColor);
}
div.user-content ul,
ol {
  list-style: none;
}
body {
  background-color: var(--integralLightGray);
}
.submenu-list {
  list-style: none;
  padding: 1rem 0;
  background-color: var(--integralGray);
}
.submenu-list li {
  border-right: 2px solid var(--brandColor);
  padding: 0 1rem;
}
.submenu-list li:last-child {
  border-right: none;
}
img.card-image-img {
  cursor: zoom-in;
}
.announcement {
  background-color: #DF057D;
  border-bottom: 8px solid #cfe8f5;
  padding: 20px 0;
  font-size: 3rem;
  color: #fff;
  font-weight: 900;
}
.announcement .container {
  position: relative;
}
.announcement .container .plane-img {
  position: absolute;
  right: 0;
  top: -93px;
  z-index: 20;
}
.fun-zones {
  background-color: #C2F3FF;
}
.fun-zones .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.fun-zones .lower-image {
  position: relative;
}
.fun-zones .lower-image .clouds {
  height: 70px;
  background-size: cover;
  position: absolute;
  width: 100%;
  z-index: 5;
  bottom: 0;
}
.testimonials .clouds {
  min-height: 70px;
  background-size: cover;
}
.testimonials .content {
  padding: 50px 0;
  color: #fff;
  background-color: #fff;
}
.testimonials .content .slick-track {
  display: flex;
}
.testimonials .content .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.testimonials .content .testimonial {
  background-color: #DF057D;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}
.testimonials .content .testimonial .testimonial-body {
  margin-bottom: 30px;
}
.testimonials .content .testimonial .testimonial-footer strong {
  color: #fff;
}
.testimonials .content .testimonial .testimonial-footer .rating {
  margin-top: 1rem;
}
.testimonials .content .testimonial .testimonial-footer .rating i {
  font-size: 2rem;
  color: #fdbf00;
  color: linear-gradient(310deg, #fdbf00 0%, #ffb200 100%);
}
.testimonials .content .social-media {
  margin-top: 65px;
}
.testimonials .content .social-media ul {
  justify-content: center;
}
.testimonials .content .social-media ul li a {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .testimonials .content .social-media ul li a {
    width: 100px;
    height: 100px;
    font-size: 50px;
  }
}
.footer {
  background-color: var(--integralGray);
}
.footer-container-left {
  align-items: start!important;
}
.footer .content {
  padding: 50px 0;
  color: #fff;
  background-color: #00A1E5;
}
.footer .business-address * {
  color: #fff;
}
.footer .sub-footer {
  background-color: #F5841F;
  color: white;
  padding: 25px 0;
}
.footer .sub-footer a:hover {
  color: #C2F3FF;
}
.footer .footer-logo {
  max-width: 75%;
}
.footer .contact-form {
  margin-top: 50px;
}
.footer .contact-form .form-control {
  border-radius: 10px;
  padding: 0.75rem 1rem;
}
@media screen and (max-width: 576px) {
  .footer-container-left {
    align-items: center !important;
  }
  .footer-container-left-text {
    text-align: center;
  }
  .footer-container-left > div {
    width: 100% !important;
  }
}
* {
  border: 0;
  margin: 0;
  box-sizing: border-box;
}
.navbar-toggler-icon {
  background-image: none !important;
}
.header {
  /* padding-top: 3.5rem; */
}
.header-bottom-devider {
  width: 100%;
  height: 0.55rem;
  background-color: var(--brandColor);
}
.header-logo {
  /* margin-top: 2.5rem; */
}
.header-button-link {
  background-color: var(--bs-white);
  padding: 0;
  border: 0;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-button-link:hover {
  background-color: var(--brandColor);
}
.header-button-icon {
  background-color: var(--brandColor);
  color: var(--integral_text_gray);
  font-size: 1.2rem;
  padding: 0.6rem;
}
.header-button-text {
  margin: 0 1rem;
  color: var(--integral_text_gray);
}
header {
  background-color: var(--integralGray);
}
.header-navigation {
  background-color: var(--integralGray) !important;
}
.header-navigation-list-item {
  padding-top: 2rem;
}
.header-navigation-list-item-button {
  display: flex;
  align-items: center;
}
.header-navigation-list-item-link {
  color: var(--contrastColor) !important;
  font-weight: 700;
  padding: 0 2.5rem 0 0 !important;
}
.header-navigation-list-item-link:hover {
  color: var(--brandColor) !important;
}
.header-navigation-list-item-dropdown {
  background-color: var(--brandColor);
  margin-top: 0.8rem !important;
  border: none;
  border-radius: 0;
}
.header-navigation-list-item-dropdown-item {
  background-color: var(--brandColor);
}
.header-navigation-list-item-dropdown-item:hover {
  background-color: #fec787;
}
.color {
  color: var(--brandColor);
}
.contrast-color {
  color: var(--contrastColor);
}
.altContrast-color {
  color: var(--altContrastColor);
}
@media only screen and (min-width: 992px) {
  div#submenuapp {
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 576px) {
  button.navbar-toggler {
    border: none;
  }
  span.navbar-toggler-icon::after {
    height: 0.15rem;
    bottom: 0.5rem;
  }
  span.navbar-toggler-icon {
    width: 2rem;
    height: 0.15rem;
  }
  span.navbar-toggler-icon::before {
    height: 0.15rem;
    top: 0.5rem;
  }
}
.homepage-contact-bar {
  background-color: var(--integralGray);
}
#contactusformapp {
  background-color: var(--integralGray);
}
