* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url("/img/bgWorldMap.jpg");
}
.navFont {
  font-family: "Montserrat", sans-serif;
  color: #616161;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

#navbar {
  overflow: hidden;
  background-color: #ffff;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

#navbar a {
  float: left;
  color: black;
  text-align: center;
  padding: 6px;
  text-decoration: none;
  line-height: 25px;
  border-radius: 4px;
}

#navbar #logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: dodgerblue;
  color: white;
}

#navbar-right {
  float: right;
}
.normalLink {
  text-decoration: none;
  color: black;
}

.zoom {
  /* padding: 10px; */
  transition: transform 1.7s; /* Animation */
  margin: 0 auto;
  overflow: hidden;
}

.zoom:hover {
  transform: scale(1.5);
}
.hiddenOverflow {
  overflow: hidden !important;
}
.font20 {
  font-size: 20px;
}
.font25 {
  font-size: 25px;
}
.socialIcon:hover {
  color: blue;
}
.col-3,
.col-4,
.col-6,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-lg-10,
.font20,
.font25 {
  transition: all 200ms;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  top: revert;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgb(0, 0, 0, 0.8)
  );
  width: 100%;
  height: 50px;
  transition: 0.7s ease-in-out;
  pointer-events: none;
  overflow: hidden;
}

.hiddenOverflow:hover > .overlay {
  height: 100%;
}

.carouselCaption {
  top: 50%;
  transform: translateY(-50%);
}
.streetBg {
  background-image: url("../img/street.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fontJustify {
  text-align: justify;
}

.chatFloat {
  position: fixed;
  width: 50px;
  /* height: 60px; */
  bottom: 5%;
  right: 1%;
  background-color: #ffffff;
  border-radius: 50px;
  text-align: left;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.iconFloat {
  /* margin-top: 16px; */
  color: green;
  align-items: center;
}
.floatText {
  font-size: 18px;
  color: white;
  padding: 10px;
}
.floatClose {
  left: 1px;
  position: absolute;
  font-size: 21px;
}

.contactForm {
  background: #2c272880;
  padding: 5%;
}
.address {
  background: #2c272880;
  padding: 5%;
  height: max-content;
}
.text-justify {
  text-align: justify;
}
