* {
  padding: 0px;
  margin: 0px;
  font-family: pragmatica, sans-serif;
}

:root {
  --primary-color: #1470af ;
}

nav {
  -webkit-box-shadow: 10px 5px 11px 1px #c7c7c7;
          box-shadow: 10px 5px 11px 1px #c7c7c7;
  margin-top: -15px;        
}

nav .btn {
  background-color: black;
  color: aliceblue;
  font-size: 13px;
  padding: 10px 20px;
}

nav .active {
  display: inline-block;
}

nav .active::after {
  content: "";
  display: block;
  width: auto;
  height: 2px;
  background-color: #3b88bc;
}

nav i {
  color: #367ada;
}

nav .navbar-collapse {
  text-align: center;
}

nav p, nav li a {
  color: #3b88bc !important;
}

nav a {
  font-size: 14px;
  font-weight: 300 !important;
}

nav p {
  margin-top: 20px;
}
.navbar img{
  width: 110px !important;
  height: 100px !important;
}
.btn-close {
  left: auto !important;
  right: 0px;
}

#carouselExampleSlidesOnly .carousel-item video, #carouselExampleSlidesOnly .carousel-item img {
  max-height: 665px;
  min-height: 400px;
}

#carouselExampleSlidesOnly .overlay {
  background-color: #12000032;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0px;
  z-index: 99999;
}

#carouselExampleSlidesOnly .overlay h3 {
  font-size: 10vh;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

.custom-shape-divider-bottom-1754913357 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1754913357 svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 105px;
}

.custom-shape-divider-bottom-1754913357 .shape-fill {
  fill: #FFFFFF;
}

.about p {
  font-size: 16px;
  font-weight: 500;
}

.about .Services_link {
  border: 1px solid var(--primary-color);
  padding: 24px;
  margin: 50px auto;
  display: block;
  width: 50%;
  min-width: 270px;
  color: var(--primary-color);
  font-weight: 700;
}

.about .Services_link:hover {
  background-color: var(--primary-color);
  color: white;
}

.about h3 {
  font-weight: 700;
}

.about h2 {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 7vh;
}

.about .d-flex {
  text-align: justify;
}

.about .row img {
  height: 235px;
}

.about .row p {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.team .rounded-circle {
  overflow: hidden;
  width: 250px;
  height: 250px;
}

.team .rounded-circle img {
  width: 100%;
  height: 100%;
}

.team span {
  color: black;
  -webkit-text-decoration: black;
          text-decoration: black;
}

.testimonials h2 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 170px;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 49px;
}

.testimonials h3 {
  font-weight: 700;
  text-align: justify;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.testimonials span {
  font-size: 12px;
}

footer {
  background-color: #eaeaee;
  padding: 40px 0px;
  margin-top: 50px;
}

footer h5, footer h6 {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;
}

footer h5 {
  font-size: 6vh;
  margin-top: 30px;
}

footer h6 {
  font-size: 2.5vh;
  margin-bottom: 15px;
  margin-top: 50px;
}

footer a {
  color: black;
  text-decoration: none;
  width: auto;
  font-size: 14px;
}

@media only screen and (max-width: 800px) {
  .navbar img{
    width: 110px;
    height: 100px;
  }
  .overlay img{
    width: 250px;
    height: 200px;
  }
  footer h5 {
    font-size: 16px;
  }
  footer img {
    width: 250px;
    height: 150px;
  }
  .carousel .overlay h3 {
    font-size: 24px !important;
  }
}
/*# sourceMappingURL=style.css.map */