﻿/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #626473;
  font-family: "Oxygen", sans-serif;
  text-align: center; }

a {
  color: #9bd0cb;
  transition: 0.5s; }

a:hover, a:active, a:focus {
  color: #9cd0cb;
  outline: none;
  text-decoration: none; }

p {
  padding: 0;
  margin: 0 0 30px 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0; }

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #9bd0cb;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11; }

.back-to-top i {
  padding-top: 12px;
  color: #fff; }

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px; } }

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; }

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #9bd0cb;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite; }

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 10px 0;
  margin-bottom: 10px;
  transition: all 0.5s;
  z-index: 997;
  background-color: #dff2f0; }
  #header.header-scrolled {
    background: rgba(0, 0, 0, 0.9);
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s; }
  #header img {
    padding: 0;
    margin: 0;
    width: 150px;
    height: auto; }
  #header #logo {
    float: left; }
    @media (min-width: 1024px) {
      #header #logo {
        padding-left: 60px; } }
    #header #logo h1 {
      font-size: 34px;
      margin: 0;
      padding: 0;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 3px; }
    #header #logo h1 a, #header #logo h1 a:hover {
      color: #fff;
      padding-left: 10px;
      border-left: 4px solid #9bd0cb; }
  @media (max-width: 768px) {
    #header #logo h1 {
      font-size: 28px; }
    #header #logo img {
      max-height: 40px; } }

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000; }
  #intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  #intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  #intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0; }
  #intro .carousel-background img {
    max-width: 100%; }
  #intro .carousel-content {
    text-align: center; }
  #intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700; }
    @media (max-width: 768px) {
      #intro h2 {
        font-size: 28px; } }
  #intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff; }
    @media (min-width: 1024px) {
      #intro p {
        width: 60%; } }
  #intro .carousel-fade {
    overflow: hidden; }
    #intro .carousel-fade .carousel-inner .carousel-item {
      -webkit-transition-property: opacity;
      transition-property: opacity; }
    #intro .carousel-fade .carousel-inner .carousel-item,
    #intro .carousel-fade .carousel-inner .active.carousel-item-left,
    #intro .carousel-fade .carousel-inner .active.carousel-item-right {
      opacity: 0; }
    #intro .carousel-fade .carousel-inner .active,
    #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
    #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
      opacity: 1;
      transition: 0.5s; }
    #intro .carousel-fade .carousel-inner .carousel-item-next,
    #intro .carousel-fade .carousel-inner .carousel-item-prev,
    #intro .carousel-fade .carousel-inner .active.carousel-item-left,
    #intro .carousel-fade .carousel-inner .active.carousel-item-right {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 10%; }
    @media (min-width: 1024px) {
      #intro .carousel-control-prev, #intro .carousel-control-next {
        width: 5%; } }
  #intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1; }
  #intro .carousel-indicators li {
    cursor: pointer; }
  #intro .btn-get-started {
    font-family: "Oxygen", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #9bd0cb; }
    #intro .btn-get-started:hover {
      background: #fff;
      color: #9bd0cb; }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin-top: 20px; }
  .section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px; }
  .section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px); }
  .section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #9bd0cb;
    bottom: 0;
    left: calc(50% - 20px); }
  .section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333; }

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7; }

#services {
  background-size: cover; }
  #services .container {
    position: relative;
    z-index: 10; }
  #services .about-col {
    background: #fff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px; }
    @media only screen and (min-width: 576px) {
      #services .about-col {
        height: 100%; } }
    #services .about-col .img {
      position: relative; }
      #services .about-col .img img {
        border-radius: 4px 4px 0 0; }
    #services .about-col img {
      width: 100%; }
    #services .about-col .icon {
      width: 64px;
      height: 64px;
      text-align: center;
      position: absolute;
      background-color: #9bd0cb;
      border-radius: 50%;
      text-align: center;
      border: 4px solid #fff;
      left: calc( 50% - 32px);
      bottom: -30px;
      transition: 0.3s; }
    #services .about-col i {
      font-size: 36px;
      line-height: 1;
      color: #fff;
      transition: 0.3s; }
    #services .about-col:hover i {
      color: #9bd0cb; }
    #services .about-col h2 {
      color: #000;
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      padding: 0;
      margin: 40px 0 12px 0; }
      #services .about-col h2 a {
        color: #000; }
        #services .about-col h2 a:hover {
          color: #9bd0cb; }
    #services .about-col p {
      font-size: 14px;
      line-height: 24px;
      color: #333;
      margin-bottom: 0;
      padding: 0 20px 20px 20px; }

/* Call To Action Section
--------------------------------*/
#schedule {
  padding: 30px 0; }
  #schedule .cta-btn {
    font-family: "Oxygen", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    background: #9bd0cb;
    border: 2px solid #9bd0cb;
    color: white; }
    #schedule .cta-btn:hover {
      background: white;
      border: 2px solid #9bd0cb;
      color: #9bd0cb; }

@media (min-width: 1200px) {
  #outer {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; } }

#about {
  text-align: left; }
  #about .about-content {
    padding-top: 40px; }
  #about .about-img {
    position: relative;
    margin: 30px 30px 30px 30px; }
    #about .about-img img {
      width: 100%;
      border: 8px solid #fff;
      transition: .5s; }
      #about .about-img img:hover {
        width: 100%;
        transform: scale(1.03); }
    #about .about-img::before {
      position: absolute;
      left: -15px;
      top: -15px;
      width: 70%;
      height: 92%;
      z-index: -1;
      content: '';
      background-color: #dff2f0;
      transition: .5s; }
    #about .about-img::after {
      position: absolute;
      right: -15px;
      bottom: -15px;
      width: 70%;
      height: 92%;
      z-index: -1;
      content: '';
      background-color: #9bd0cb;
      transition: .5s; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-section {
  background: #ebd395;
  padding: 20px 0 5px 0;
  color: #626473;
  font-size: 16px; }
  .footer-section p {
    font-size: 18px;
    line-height: 15px;
    font-family: "Oxygen", sans-serif; }
  .footer-section p:first-of-type {
    margin-top: 12px; }
  .footer-section .icon a img {
    margin-right: 10px;
    width: 40px;
    height: 40px; }
    .footer-section .icon a img:hover {
      background-color: #9bd0cb;
      border-radius: 50%; }
  .footer-section .icon img {
    margin-right: 10px;
    width: 40px;
    height: 40px; }
  .footer-section a {
    color: #626473; }
    .footer-section a:hover {
      color: #dff2f0; }
  .footer-section img {
    width: 75px;
    height: auto; }
  .footer-section i {
    padding-right: 10px;
    color: #626473; }
    .footer-section i:hover {
      color: #f8f2e6; }

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
#covid {
  margin-top: 20px; }

.cta-btn {
  font-family: "Oxygen", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin: 20px 0 20px 0;
  background: #9bd0cb;
  border: 2px solid #9bd0cb;
  color: white; }
  .cta-btn:hover {
    background: white;
    border: 2px solid #9bd0cb;
    color: #9bd0cb; }

.kb-modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(45, 35, 32, 0.55);
  backdrop-filter: blur(5px);
  z-index: 9999;
}

.kb-modal-overlay.is-open {
  display: grid;
}

.kb-modal {
  position: relative;
  max-width: 430px;
  width: 100%;
  padding: 42px 34px;
  text-align: center;
  background: #fffaf7;
  color: #3a2f2b;
  border: 1px solid #ead8d0;
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(45, 35, 32, 0.28);
}

.kb-eyebrow {
  margin: 0 0 10px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b78b7d;
  font-weight: 600;
}

.kb-modal h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.15;
}

.kb-modal p {
  margin: 0 auto 24px;
  color: #6d5b55;
  line-height: 1.6;
}

.kb-button {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 999px;
  background: #3a2f2b;
  color: #fffaf7;
  text-decoration: none;
  font-weight: 600;
}

.kb-button:hover {
  background: #b78b7d;
}

.kb-close {
  position: absolute;
  top: 14px;
  right: 18px;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  color: #8d766d;
  cursor: pointer;
}