body {
  font-family: "Montserrat", sans-serif;
}

.hero-sec {
  background: url("../../assets/img/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

h1 {
  font-size: 42px;
  font-weight: 500;
}

.hero-title {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
  color: #555555;
}

@media (min-width: 1400px) {
  .container-wrapper {
    max-width: 990px !important;
  }
}

h3 {
  font-size: 25px;
  font-family: 'Helvetica Neue';
  font-weight: 400;
}

.lead {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.py-100 {
  padding: 100px 0px;
}

.link-txt {
  text-decoration: none;
  color: #0078a0;
}

.link-txt:hover {
  text-decoration: underline;
}

.footer {
  padding: 10px 0px 30px 0px;
}

.wrapper-title:hover {
  background: #222222;
  color: #fff;
}

.wrapper-title {
  display: table;
  margin: auto;
  padding: 10px 15px;
  margin-bottom: 30px;
}

.img-gallary img {
  object-fit: cover;
  object-position: top left;
  height: 100%;
  width: 100%;
}

.text-sm {
  font-size: 12px;
}

.img-gallary {
  height: 190px;
}

.form-1 .form-group {
  margin-bottom: 20px;
}

.py-50 {
  padding: 50px 0px;
}

