body {
  margin: 0;
  padding: 0;
}

* {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#homeCarousel {
  width: 80%;
  margin: 0 auto;
}
#homeCarousel .carousel-item {
  height: 70vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#homeCarousel .carousel-item img {
  object-fit: cover;
}

.no-ragging {
  width: 100%;
}

.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery figure {
  display: block;
  float: left;
  box-shadow: 5px 5px 10px #555;
}
.my-gallery figure img {
  width: 100%;
  object-fit: cover;
}

section.contact-info {
  min-height: 90vh;
  width: 100%;
}
section.contact-info form {
  margin: 50px 0;
}
section.contact-info .form-control {
  margin: 15px 0;
}
section.contact-info h3 {
  margin: 50px 0 30px 0;
  text-align: center;
}
section.contact-info p {
  color: #2f3542;
}
section.contact-info a {
  color: #2f3542;
}
section.contact-info a.btn-social {
  position: relative;
  margin: 5px;
  background: #2f3542;
  border-radius: 100% !important;
  display: inline-block;
  padding: 25px;
}
section.contact-info a.btn-social .fab {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

section.map {
  width: 100%;
  height: 90vh;
}
section.map .googleMap {
  border: 0px;
  width: 100%;
  height: 100%;
}

.footer {
  background: #3f3f3f;
  padding: 50px 30px;
}
.footer h4 {
  color: #fff;
  text-align: center;
}
.footer ul {
  list-style: none;
}
.footer ul li {
  padding: 7px 0;
  border-bottom: 1px solid #505050;
}
.footer ul li:last-child {
  border-bottom: none;
}
.footer a {
  color: #fff;
}
.footer a i.fab {
  padding: 5px;
  font-size: 22px;
}
.footer p {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 5px;
  line-height: 30px;
  text-align: justify;
}
.footer h5 {
  color: #fff;
  font-family: "PT Sans", sans-serif;
}

.floating-widget {
  position: fixed;
  right: 7vh;
  bottom: 5vh;
  z-index: 999;
}
.floating-widget ul {
  list-style: none;
  padding: 0;
}