/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Raleway", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 150%;
  background-color: #ffffff;
  color: #222222;
  font-size: 0.875rem;
}
.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: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: auto;
	margin-top: 30px;
}

.email-form h3 {
    text-align: center;
    color: #333;
    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: #64adc4;
}

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

.contact-form .submit-button:hover {
    background-color: #0056b3;
}
.button {
  background-color: #64adc4;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
}

.navbar-brand {
  padding: 0 10px;
  width: 70%;
  text-wrap: wrap;
}

.navbar-nav {
  margin-bottom: 20px;
}

html {
  scroll-padding-top: 40px;
}

.navbar {
  background-color: #367096 !important;
    height: 97px;
}
.navbar > .container {
  width: 100vw !important;
}
.navbar-collapse {
  margin: 10px 0 0 0;
    background-color: #367096;
    width: 100vw;
    padding: 0;
    height: 170px;
    padding: 0 10px;
}

@media (min-width: 768px) {
  .navbar-collapse {
    height: 72px;
  }
  .navbar {
    height: initial;
  }
  .navbar-nav {
    margin: 0 !important;
  }
  .navbar-brand {
    text-align: center;
  }
  .collapse.navbar-collapse {
    align-items: center;
    justify-content: center;
  }
}


.navbar .nav-link {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
.navbar .callus {
  background-color: #64adc4;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
}
.navbar .callus:hover {
  border: 2px solid #64adc4;
  background-color: #64adc4;
  color: #367096;
}
.navbar span {
  color: #ffffff;
}
.navbar span .button {
  background-color: #64adc4;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  background-color: #ffffff;
  color: #222222;
  text-decoration: none;
}
.navbar span .button:hover {
  background-color: #ffffff;
  color: #222222;
}

#myCarousel {
  text-align: center;
  height: calc(100vh - 81px);
  width: 100%;
  margin-top: 81px;
}
.carousel-inner {
  height: 100%;
}
.carousel-item {
  position: relative;
  height: 100%;
  width: 100%;
}
#myCarousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media (min-width: 768px) {
  #myCarousel {
    height: calc(100vh - 103px);
    margin-top: 103px;
  }
  #myCarousel img {
    object-position: center;
  }
}
@media (min-width: 1200px) {
  #myCarousel {
    height: calc(100vh - 82px);
    margin-top: 82px;
  }
}
.carousel-caption h1 {
  font-size: 30px !important;
}
.carousel-caption p {
  font-size: 16px;
}
#myCarousel .carousel-caption {
  background-color: rgba(72, 135, 183, 0.9);
}
#myCarousel .carousel-caption .button {
  background-color: #64adc4;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
}

.about-section {
  padding: 4rem 1.2rem;
}
.about-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #222222;
  margin-top: 0;
}
.about-section h5 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #367096;
  margin-top: 1.2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.about-section a {
  background-color: #64adc4;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
}

.services-section {
  padding: 4rem 1.2rem;
  background-color: #4887b7;
  color: #ffffff;
}
.services-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #ffffff;
  margin-top: 0;
  text-align: center;
}
.services-section h5 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #ffffff;
  margin-top: 1.2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.services-section .card {
  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
  background-color: #ffffff;
  text-align: center;
  padding: 2rem;
  margin-bottom: 1.2rem;
}
.services-section .card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 54px 55px, rgba(0, 0, 0, 0.07) 0px -12px 30px, rgba(0, 0, 0, 0.07) 0px 4px 6px, rgba(0, 0, 0, 0.1) 0px 12px 13px, rgba(0, 0, 0, 0.06) 0px -3px 5px;
}
.services-section .card .icon {
  border-radius: 50%;
  background-color: #4887b7;
  color: #ffffff;
  padding: 0.5rem;
  margin: auto;
  margin-bottom: 1.8rem;
  width: 100px;
  height: 100px;
  font-size: 3.75rem;
  line-height: 5rem;
}

/* 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 */

.features {
  padding: 4rem 1.2rem;
  background-color: #4887b7;
  color: #ffffff;
}
.features h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #ffffff;
  margin-top: 0;
}
.features h5 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #ffffff;
  margin-top: 1.2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.features .list-item {
  margin: 1.875rem 0;
  padding: 0;
  list-style: none;
}
.features .list-item li {
  display: block;
  margin: 1rem 0;
  list-style: none;
  font-size: 1rem;
}
.features .list-item li span {
  padding-right: 0.625rem;
}
.features .list-item li span i {
  font-size: 1.2rem;
}

.testimonials {
  text-align: center;
  padding: 4rem 1.2rem;
}
.testimonials h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #222222;
  margin-top: 0;
  text-align: center;
}
.testimonials h5 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #367096;
  margin-top: 1.2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.testimonials .carousel-control-prev-icon {
  background-image: none;
  color: #222222;
}
.testimonials .carousel-control-next-icon {
  background-image: none;
  color: #222222;
}
.testimonials .carousel-control-next {
  position: inherit;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.testimonials .carousel-control-prev {
  position: inherit;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.footer {
  background-color: #367096;
  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: 2rem;
}

@media (max-width: 630px) {
  .carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 0.5rem;
    left: 5%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .carousel-caption p.pb-4, .carousel-caption p.pt-4 {
    padding: 0px !important;
  }
}


@media (max-width: 1199.9px) {
  .navbar > div {
    flex-direction: column;
  }
  /* #navbarCollapse {
    flex-direction: column;
  } */
}

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



/* BADGES STYLE */
.badges-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
  width: 100%;
  margin-top: 90px;
}

.badge-holder {
	background: #367096;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(75% - 10px);
    max-width: 235px;
    padding: 15px 5px 35px 5px;
    margin: 10px 10px 30px;
    border-radius: 8px;
    position: relative;
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
    font-family: 'Nunito', sans-serif;
    border: 1px solid #fff;
}

.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
	color: #fcfffc;
	text-align: center;
	line-height: 1;
	text-transform: capitalize;
	font-size: 17px;
	min-height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Oswald', sans-serif;
}

.badge-holder img {
	width: 45%;
	padding-bottom: 5px;
}

.badge-title {
  background: #64adc4;
  font-size: 15px;
  width: 85%;
  text-align: center;
  line-height: 1.2;
  padding: 5px;
  position: absolute;
  bottom: -15px;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  text-transform: capitalize;
  min-height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-title span {
	font-size: 17px;
}

.after-slider-section {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 20px 0;
	background: #367096;
}
.after-slider-section p {
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	font-size: 20px;
}