/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  line-height: 150%;
  color: #000000;
}
.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1080px;
  width: 95%;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 5px 0 !important;
  margin: 5px 0 !important;
}
.email-form {
    background-color: #37517E;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 600px;
	max-width: auto;
    margin: auto;
	margin-top: 30px;
}

.email-form h4 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.contact-form .form-row {
    margin-bottom: 15px;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="message"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="email"]:focus
.contact-form input[type="message"]:focus {
    outline: none;
    border-color: #007bff;
}

/* CAPTCHA */
.captcha-and-submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    /* flex-direction: column; */
    /* align-items: flex-start; */
}
.form-row.form-row-captcha {
    /* margin: 0; */
    /* width: 100%; */
}
.checkbox-captcha {
    pointer-events: auto !important;
    position: relative !important;
    transform: unset !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    /* width: 100%; */
    /* width: max-content; */
    cursor: pointer;
    color: #000000;
    background: #fff;
    box-sizing: border-box;
    left: 0px !important;
    top: 0 !important;
    padding: 10px 12px !important;
    accent-color: #37517e !important;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.checkbox-captcha input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.contact-form .submit-button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #47b2e4;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-form .submit-button:hover {
    background-color: #0056b3;
}

.button {
  background-color: #47b2e4;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  border: 0px;
  padding: 0.5rem 0.525rem;
  border-radius: 50px;
  text-decoration: none;
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: rgba(55, 81, 126, 0.2);
  transition: all ease-out 0.5s;
}

.headeractive {
  background-color: #37517e;
}

.navbar {
  background-color: #37517e;
  color: #ffffff;
}
.navbar .navbar-brand {
  font-size: calc(0.9em + 0.5vw);
  color: #ffffff;
  font-weight: 600;
}
.navbar .nav-link {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #ffffff;
}
.navbar .nav-link:hover {
  color: #47b2e4;
}
.navbar .callbtn {
  background-color: #47b2e4;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  border: 0px;
  padding: 0.5rem 1.125rem;
  border-radius: 50px;
  text-decoration: none;
}
.navbar a.callus {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  color: #47b2e4;
  border: 2px solid #47b2e4;
  padding: 0.5rem 1.125rem;
  border-radius: 50px;
}
.navbar .navbar-toggler {
  background-color: #47b2e4;
  border-radius: 0px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  color: #ffffff !important;

}
.hero {
  width: 100%;
  min-height: 80vh;
  position: relative;
  /*padding: 60px 0 60px 0;*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #37517e;
}
.hero div.container-fluid {
  min-height: 80vh;
}
.hero div.container-fluid div div.hero-img {
  min-height: 80vh;
}

.hero img {
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 700px;
}

.hero h2 {
  font-size: 44px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
}

.hero p {
  color: #ffffff;
  margin: 5px 0 0 0;
  font-size: 16px;
}

.hero p a {
  color: #fff;
  white-space: nowrap;
}

.hero p a:hover {
  text-decoration: none;
}

.about-section {
  padding: 4rem 0;
}
.about-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
}
.about-section h3 {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0px;
  color: #47b2e4;
  margin-bottom: 0;
}
.about-section .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(15, 1fr);
}
.about-section .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1/span 8;
  margin-top: 20%;
  width: 100%;
  z-index: 2;
}
.about-section .image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  z-index: 1;
}
.about-section img {
  border: 6px solid #ffffff;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* Gallery */
.gallery-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #222222;
  margin-top: 0;
  text-align: center;
}

.gallery-section {
  padding: 64px 0;
}

.lp-gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
margin: 0 auto;
}

.lp-gallery a {
width: 47.5vw;
height: 47.5vw;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
}

.lp-gallery a img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
padding: 5px;
}


@media (min-width: 981px) {
.lp-gallery a {
  width: calc(95vw/3);
  max-width: 360px;
  height: calc(95vw/3);
  max-height: 360px;
}
}
/* END Gallery */

.service-section {
  padding: 4rem 0;
}
.service-section a {
  text-decoration: none;
}
.service-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
  text-align: center;
}
.service-section .service-item {
  position: relative;
  padding: 20px;
  background-color: #47b2e4;
  color: #ffffff;
}
.service-section .service-item .icon {
  width: 70px;
  height: 70px;
  position: relative;
  margin-right: 50px;
  line-height: 0;
  background-color: #ffffff;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.service-section .service-item .icon::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  z-index: 1;
  bottom: -8px;
  left: 8px;
  transition: 0.3s;
}
.service-section .service-item .icon i {
  color: #47b2e4;
  font-size: 30px;
  z-index: 2;
  position: relative;
}
.service-section .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.feature-section {
  padding: 4rem 0;
}
.feature-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
}
.feature-section h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 0px;
  color: #47b2e4;
  margin-bottom: 0;
}
.feature-section .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-section .list-item li {
  margin: 10px 0;
  padding: 0;
  display: block;
  list-style: none;
}
.feature-section .list-item li i {
  margin-right: 5px;
}
.feature-section img {
  border: 6px solid #ffffff;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.3);
}

.testimonial-section {
  padding: 4rem 0;
}
.testimonial-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
  text-align: center;
}
.testimonial-section .testimonial-box {
  background-color: #ffffff;
  padding: 20px 0;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.testimonial-section .testimonial-box .carousel-control-prev-icon {
  background-image: none;
  color: #777777;
}
.testimonial-section .testimonial-box .carousel-control-next-icon {
  background-image: none;
  color: #777777;
}

.footer {
  background-color: #47b2e4;
  color: #ffffff;
  text-align: center;
  padding: 2rem 0;
}
.footer .social-icons {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer .social-icons li {
  margin: 0 0.5rem;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer .social-icons li a {
  color: #ffffff;
  font-size: 1.5rem;
}


@media (max-width: 768px) {
  .hero .intro-text {
    padding: 40px;
  }
}
@media (max-width: 280px) {
.hero h2 {
	  font-size: calc(1.6em + 0.5vw);	
}
.navbar .navbar-brand {
	  font-size: calc(0.8em + 0.5vw);	
}
.about-section h2 {
	font-size: calc(1.6em + 0.4vw);	
}
.service-section h2 {
	font-size: calc(1.6em + 0.4vw);	
}
.testimonial-section h2 {
	font-size: calc(1.6em + 0.4vw);	
}
.feature-section h2 {
	font-size: calc(1.6em + 0.4vw);	
}
.service-section .service-item .icon {
	width: 50px;
    height: 50px;
    position: relative;
    margin-right: 30px;
    line-height: 0;
    background-color: #ffffff;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}
}/*# sourceMappingURL=main.css.map */

.navbar > div {
  display: flex;
  flex-direction: row;
}

@media (min-width:768px) {
  .navbar > div {
    flex-direction: column;
  }
}

@media (min-width:1013px) {
  .navbar > div {
    flex-direction: row;
  }
}

.intro-text {
  margin-left: 59.563px;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-buttons a:first-child {
  margin-bottom: 10px;
}

@media (min-width:396px) {
  .hero-buttons {
    flex-direction: row;
  }
  .hero-buttons a:first-child {
    margin-bottom: 0px;
  }
}


#callnowbutton {
  display: none;
}

@media screen and (max-width: 650px) {
  #callnowbutton {
      position: fixed;
      right: 10px;
      padding: 10px 20px;
      z-index: 9999;
      cursor: pointer;
      bottom: 10px;
      display: inline-block;
      background-color: #81d742;
      color: #fff;
      border-radius: 4px;
      text-decoration: none;
      border: none;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -o-transition: .3s;
      -ms-transition: .3s;
  }

  #callnowbutton a img {
      height: 2em;
  }
}

.WidgetTitle__Header-sc-ruy1gu-2 {
  display: none;
}



#booking-engin {
    position: fixed;
    left: 0px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 10px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
}
.button-2 {
        font-size: 16px;
    border: 1px solid #000;
    display: flex;
    padding: 8px 10px;
    align-items: center;
    justify-content: center;
    background: #47b2e4;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0 20px 20px 0;
}