/**
* Template Name: Regna - v3.0.0
* Template URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #2dc997;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #2dca98;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}
  

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #009dc4;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(52, 59, 64, 0.9);
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-transparent {
  background: transparent;
}

#header.header-fixed {
  background: rgba(0,157,196, 0.7);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100vh;
  background: url("../images/3a1.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 98px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #0077be;/*#cda45e*/
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
   font-family: "Open Sans", sans-serif;
}

#hero .btns {
  margin-top: 30px;
}

#hero .btn-menu, #hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  margin-bottom: 8px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 3px solid #009dc4;
}

#hero .btn-menu:hover, #hero .btn-book:hover {
  background: #009dc4;
  color: #fff;
}

#hero .btn-book {
  margin-left: 15px;
}

#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#009dc4 50%, rgba(0, 157, 196, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 157, 196, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
  border-left: 15px solid #009dc4;
  transform: scale(20);
}

#hero .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.play-youtube-img{
  max-width: 100%;
  height: auto;
  cursor: pointer;
}


.modal-anim{
  background-color: rgb(0,0,0, .5);
}

.modal-content-anim{
  background: transparent;
  border: none;
}


.modal-header-anim{
  border: none;
}

.btn-close{
  margin-bottom: 0;
  padding-bottom: 0;
}



@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: auto;
  }
  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
  #hero .btn-menu, #hero .btn-book {
      margin-bottom:10px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
  text-transform: uppercase;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 7px 10px 7px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #009dc4;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #009dc4;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0,157,196, 0.5);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #009dc4;
}

#mobile-nav ul .menu-item-active {
  color: #009dc4;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 0;
  color: #999;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: whitesmoke;
  min-height: 40px;
  margin-top: 92px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 40px 0;
}

/*#about .about-container .background {
  min-height: 300px;
  
}*/

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

@media (max-width: 766px) {
  #about .about-container .title {
    padding-top: 15px;
     font-size: 26px;
     margin-bottom: 1.25rem;
  }
  #about-img{
    display: none;
  }

  #about .about-container p {
  line-height: 24px;
  font-size: 14px;;
}

}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #2dc997;
}

#about .about-container .icon-box .icon i {
  color: #2dc997;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}



/*Gallery-----------------
-----------------------------*/

.gallery {
  background: #fff;
  padding: 40px 0 50px;
}

.gallery .section-title {
  margin-bottom: 0.5rem;
}

.gallery h2 {
  margin-bottom: 3.25rem;
  text-align: center;
  font-weight: 700;
}

.gallery .nav-tabs {
  border: 0;
  margin-bottom: 10px;
}

.gallery .nav-link {
  display: inline-block;
  margin-right: 0.1875rem;
  margin-bottom: 0.5rem;
  margin-left: 0.1875rem;
  padding: 0.3125rem 1.375rem 0.25rem 1.375rem;
  border-radius: 50px;
  background-color: #f1f4f7;
  color: #7b7e85;
  font: 700 0.75rem/1.25rem "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.gallery .nav-link:hover {
  background-color: #009dc4;
  color: #fff;
}

.gallery .nav-link.active {
  background-color: #009dc4;
  color:#fff;
}

.gallery .nav-link li:last-child {
  margin-right: 0;
}

/* Hover Animation */
.gallery .gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  width: 50%;
  background-color: #fff; /* to hide 1px white margin in IE */
  border: 1px solid #fff; 
}

.gallery .gallery-item img {
  max-width: 100%;
  margin: 0;
  transition: all 0.3s;
}

.gallery .gallery-item:hover img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
} 
/* end of hover animation */

.gallery .gallery-item .gallery-item-overlay { 
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  text-align: center;
  transition: all 0.3s;
}

.gallery .gallery-item { 
    width: 25%; 
  }
  
 .gallery .gallery-item .gallery-item-overlay { 
    opacity: 0;
    transition: opacity 0.3s ease;
  }

 .gallery .gallery-item:hover .gallery-item-overlay {
    opacity: 1;
  }

.gallery .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.vids{
  max-width: 100%;
}

@media only screen and (max-width: 769px){
  .gallery .nav-link {
  /*margin-bottom: 5px;
  margin-left: 5px;
  padding: 3px 10px;*/
  font: 700 0.625rem/1.0rem "Montserrat", sans-serif;
}
.gallery .nav-tabs {
  border: 0;
  margin-bottom: 0px;
}
.nav-content{
  margin-top: 0;
}
/*.vids{*/
/*  width: 90%;*/
/*}*/
}

@media only screen and (max-width: 650px){
  .gallery .gallery-item { 
    width: 33%; 
  }
    }


@media only screen and (max-width: 489px){
  .gallery .nav-link {
    padding: 3px 8px;
  }
/*  .vids{*/
/*    width: 100%;*/
/*}*/
}
@media only screen and (max-width: 377px){
.gallery .nav-link {
    padding: 3px 5px;
    font: 700 0.600rem/0.975rem "Montserrat", sans-serif;
  }
}


/*--------------------------------------------------------------
# facilities
--------------------------------------------------------------*/
#facilities {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/bg.gif) fixed center center;
  background-size: cover;
  padding: 40px 0;
}

@media (max-width: 1024px) {
  #facilities {
    background-attachment: scroll;
  }
}

#facilities h2 {
  margin-bottom: 1.25rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

#facilities .f-title {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 10px 0;
  color: #fff;
}

#facilities .box {
  padding: 5px 7px;
  transition: all ease-in-out 0.3s;
  border: 1px solid #7b7e85;
  background: rgba(0, 0, 0, 0.2); 
  margin: 0px 3px 10px;
}

#facilities .box2 {
   display: flex;
   align-items: center;
}

#facilities ul{
padding-left: 13px;
padding-right: 15px;
}
#facilities li{
  font-size: 13px;
  color: #fff;
}

@media (max-width: 945px){
  #facilities .box {
  padding: 5px 4px;
}
#facilities li{
  font-size: 12px;
} 
#facilities ul{
padding-right: 10px;
}
}

@media (max-width: 767px){
#f1, #f2, #f3{
  padding: 0px 18px
}
}
@media (min-width: 481px){
  #f3{
  display: none
}
}
@media (max-width: 480px){
#f1{
  display: none
}
#facilities .f-title {
  font-size: 21px;
  margin: 8px 0;
}
}




/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 40px 0 10px 0;
}

#services h2 {
  margin-bottom: 3.25rem;
  text-align: center;
  font-weight: 700;
}

#services .box {
  padding: 50px 20px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 200px;
  position: relative;
  background: #fafafa;
}

#services .box2 {
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
  height: 250px;
  position: relative;
  background: #fff;
}

#services .box2 img{
  max-height: 250px;
}

#services .services-item2 {
  left:50%;
  margin-left: 30%;
}

#services .nav-tabs {
  border: 0;
  margin-bottom: 40px;
}

#services .s-title {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom:0;
}

#services .s-description {
  text-align: center;
  padding-bottom: 0;
  color: #999;
  margin-bottom: 15px;
  font-size: 15px;
}

#services .nav-link {
  display: inline-block;
  margin-right: 0.1875rem;
  margin-bottom: 0.5rem;
  margin-left: 0.1875rem;
  padding: 0.3125rem 1.375rem 0.25rem 1.375rem;
  border-radius: 50px;
  background-color: #f1f4f7;
  color: #7b7e85;
  font: 700 0.85rem/1.35rem "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

#services .nav-link:hover {
  background-color: #009dc4;
  color: #fff;
}

#services .nav-link.active {
  background-color: #009dc4;
  color: #fff;
}

#services .nav-link li:last-child {
  margin-right: 0;
}


#services .icon {
  position: absolute;
  top: -20px;
  left: calc(40% - 36px);
  transition: 0.2s;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 110px;
  height: 30px;
  font-size:13px;
  background: #fff;
  border: 2px solid #009dc4;
}

#services a{
color: black;
}
  
  

#services .icon a {
  display: inline-block;
}

#services .icon i {
   color: #009dc4;
  font-size: 15px;
}

#services .box:hover,#services .box2:hover {
  box-shadow: 5px 7px 15px rgba(0,157,196, 0.18);
}

#services .box:hover .icon, #services .box2:hover .icon{
  background: #fff;
  background: #009dc4;
  border: 2px solid #009dc4;
}

#services .box:hover .icon i,#services .box2:hover .icon i {
 color: #fff;
}


#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

#services .sub-title {
  
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#services .title a {
  color: #111;
}


#services .description {
  font-size: 14px;
  line-height: 24px;
   color: #353839;
}

#services .services-item {
  float: left;
}

@media only screen and (max-width: 767px){ 
#services .services-item2 {
  margin-left: 15%;  
}
}

@media only screen and (max-width: 576px){ 
  #services .services-item2 {
    margin-left: 0;  
  }
  #services .services-item {
  float: left;
  max-width: 50%;
}

  #services .title {
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  #services .description {
    font-size: 14px;
    line-height: 24px;
  }

  #service .s-description{
    font-size: 14px;
  } 
 }
@media only screen and (max-width: 489px){

  #services .box {
  padding: 50px 2px;
  margin-bottom: 30px;

}

  #services .services-item {
    padding-right: 1px;
    padding-right: 1px;
  }
  
  #services .nav-link {
    padding: 3px 8px;
  }
  
}

@media only screen and (max-width: 418px){

#services .icon i {
  font-size: 15px;
}
#services .services-item {
    padding-right: 3px;
    padding-left: 3px;
  }

}
@media only screen and (max-width: 377px){
  #services .title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  #services .description {
    font-size: 13px;
    line-height: 22px;
  }
  #service .s-description{
    font-size: 12px;
  }
   #services .nav-link {
        padding: 3px 5px;
    font: 700 0.75rem/1.15rem "Montserrat", sans-serif;
  }
}

.modal-header{
 border-bottom: none;
}
.modal-footer{
  border-top: none;
  padding-top: 3px; 
}

.modal-title{
  font-weight: 700;
  align-content: center;
  font-size: 30px;
}
.div-icon{
  top: -20px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  align-items: center;
}
.modal-icon {
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size:14px;
  background: #fff;
  border: 3px solid #009dc4;
  margin: 5px 40px;
}
.modal-icon a{
  color: #009dc4;
}

.modal-icon:hover{
  color: #fff;
  background: #009dc4;
}

.modal-icon:hover a{
  color: #fff;
}

.p-modal{
  font-size: 7px;
  margin-right: 10px;
  line-height: 10px;
  font-weight: 700;
}

.p2{
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
}

 .btn-modal {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  background:#fff; 
  border: 3px solid #009dc4;
}
 .btn-menu:hover{
  background: #009dc4;
  color: #fff;
}

@media only screen and (max-width: 992px){ 
 .modal-icon {
 margin: 5px 30px;
 }
 .p-modal{
  font-size: 7px;
  margin-right: 8px;
  line-height: 7px;
}
.p2{
  margin-bottom: 5px;
  font-size: 10px;
}

.modal-title{
  font-size: 20px;
}
}

@media only screen and (max-width: 576px){ 
  .modal-icon {
  width: 25px;
  height: 25px;
  font-size:12px;
  margin: 5px 15px;
}

.p-modal{
  font-size: 6px;
  margin-right: 8px;
  line-height: 7px;
}

.p2{
  margin-bottom: 5px;
  font-size: 10px;
}

.modal-title{
  font-size: 20px;
}
}




/* Contact Section
--------------------------------*/
#contact {
  background: #FFF;
  padding: 40px 0 20px 0;
}

.contact .info {
  width: 100%;
}

#Contact h2 {
  margin-bottom: 3.25rem;
  text-align: center;
  font-weight: 700;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #009dc4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.bi{
  color: #fff;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  color: #111;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.contact .info .open-hours, .contact .info .email, .contact .info .phone {
  margin-top: 50px;
}

@media only screen and (max-width: 992px){
  .mt-5 {
  margin-top: 1rem !important;
}
.cont{
  margin-top: 10px;
}
.contact .info .open-hours, .contact .info .email, .contact .info .phone {
  margin-top: 30px;
}
}



@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/footer.jpeg) fixed center center;
  background-size: cover;
  padding: 20px 0;
  color: grey;
  font-size: 8px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 8px;
  color: #ccc;
}




.animation{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10000;
  background: rgba(0,,0,0,0.95);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity:0; 
}

.animation video{ 
position: relative;
max-width: 900px;
outline: none;
}

.animation .active{
visibility: visible;
opacity:1; 
}

