h1 {
    font-size: 66px;
    font-weight: 600;
    line-height: 80px;
}
h2 {
    font-size: 48px; margin-bottom: 30px;
}

p {
    font-size: 18px;
    color: #999999;
    line-height: 1.8;
    margin-bottom: 0;
}

.container h1 {
    margin-top: 260px;
}

.floating-btn {
    width: 80px;
    height: 80px;
    background: #009879;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 20px;
    bottom: 20px;
}



.floating-btn a ion-icon{
    color: white;
}

section {
    padding: 20px 0;
}

.fb-logo {
    filter: invert(1);
}

.bg-footer {
    background-color: #323232 !important;
}

.topmargin-xs {
    margin-top: 15px !important;
}
.topmargin-sm {
    margin-top: 30px !important;
}
.topmargin-lg {
    margin-top: 60px !important;
}

.form-control {
    font-size: 14px;
    border: 1px solid #cacaca;
    padding: 15px;
    border-radius: 2px;
    height: auto;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    min-height: 100px;
}
.nav-link { color: #1a1a1a; }
.nav-link:hover { color: #1a1a1a; }

.logo-brand {
    min-width: 160px;
    max-width: 180px;
}

.navbar-toggler { font-size: 40px;}
.navbar-toggler:focus {outline: none;}

#hero {
    background-image: url('/img/hero.jpg');
    background-size: cover;
    padding-top: 90px;
    min-height: 700px;
    color: #ffffff;
}

#hero p {
    color: #ffffff;
}

.content-center {
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.content-center h2{
    margin-top: 50px;
}

.container-services {
    width: 100%;
    height: 300px;
    background: #84a9ac;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
}

.services-child {
    width: 300px;
    height: 200px;
    text-align: center;
    margin: 30px;
    padding: 20px;
    font-size: 20px;
    padding-top: 10px;
    margin-top: 40px;
}
.services-child > img {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
}

.services-child > p {
    color: #ffffff;
}

.carousel {
    height: 400px;
    padding: 40px;
    border-radius: 2px;
    text-align: center;
}

.carousel p {
    font-size: 20px;
    font-weight: 400;
    color: #1a1a1a;
}

.carousel-indicators li {
    background-color: #1a1a1a;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    margin: 0 8px;
}

.carousel-control-next, .carousel-control-prev {
    color: #ffffff;
    opacity: 1;
    width: 5%;
}

.rating ion-icon {
    color: #ffb944;
    font-size: 26px;
} 

.carousel-container {
    max-width: 700px;
    margin: 0 auto;
}


.control-button {
    background-color: #1a1a1a;
    opacity: 1;
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 1px solid #1a1a1a;
    border-radius: 50px;
    font-size: 20px;
}

.testimonial-user {
    max-width: 240px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-user h6 {
    margin-bottom: 0px;
}

.testimonial-user span {
    font-size: 12px;
}

.testimonial-user img {
    border-radius: 50%;
    max-width: 60px;
    text-align: center;
}

#footer {
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}


#footer a:hover {
    color: #ffffff;
}

#footer .list-inline .list-inline-item {
    padding: 10px 15px;
}

.spinner{
    display:none;
    justify-content: center;
    padding: 3rem 0;
}
.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.bg-green-500 {
    background-color: #5DB1D1;
    color: white;
    padding: 5px;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: blueviolet;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}


@media (min-width: 320px) { 
    h1 { font-size: 40px; line-height: normal;}
    .container-services{height: 100%} 
    .carousel-container p {
        font-size: 12px;
    } 

 }


@media (min-width: 768px) { 
    .carousel-container p {
        font-size: 20px;
    } 
 }


@media (min-width: 992px) { }


@media (min-width: 1200px) {  }