@font-face {
  font-family: "Lato-Regular";
  src: url(/fonts/Lato-Regular.ttf?633ffe4a4b5b7277cc35015a0bce91eb) format("truetype");
}
@font-face {
  font-family: "Lato-Medium";
  src: url(/fonts/Lato-Medium.ttf?dabeb5a4d357db3dc75f4d978a7a9fcb) format("truetype");
}
@font-face {
  font-family: "Lato-Bold";
  src: url(/fonts/Lato-Bold.ttf?8acc961684668b6e28e961e26afc2af9) format("truetype");
}
@font-face {
  font-family: "Gordita-Regular";
  src: url(/fonts/Gordita-Regular.otf?9a1fe35dd5c9e2a6ef9af94aec419bf6) format("opentype");
}
@font-face {
  font-family: "Gordit-Medium";
  src: url(/fonts/Gordit-Medium.otf?57ad2e0b7fce1864eef94cfb55783a02) format("opentype");
}
@font-face {
  font-family: "Gordita-Bold";
  src: url(/fonts/Gordita-Bold.otf?933dc82c419ccef42c6febed090dc0c6) format("opentype");
}
.main-padding {
  padding: 0px 200px;
}

body {
  font-family: "Gordita-Regular";
  color: #352C2C;
  font-size: 16px !important;
  line-height: 28px;
}

h1 {
  font-family: "Gordita-Bold";
}

h6 {
  font-family: "Gordit-Medium";
}

.f-600 {
  font-family: "Gordit-Medium";
}

.f-700 {
  font-family: "Lato-Bold";
}

button {
  font-family: "Lato-Medium";
}

img {
  max-width: 100%;
}

/*inner banner style*/
.banner {
  position: relative;
  margin-top: 10px;
}
.banner img {
  position: relative;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  display: table;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0px 10px;
}
.banner .content h4 {
  text-transform: capitalize;
  color: var(--secondary-color);
  font-size: 16px;
}
.banner .content h2 {
  color: var(--secondary-color);
  font-size: 24px;
  margin-bottom: 0;
}
.banner .content .underline {
  width: 40px;
  height: 6px;
  border-radius: 10px;
  background: #D42E27;
  display: inline-block;
}

/*inner banner style*/
@media (max-width: 1600px) {
  body {
    font-size: 14px !important;
    line-height: 26px;
  }
  .main-padding {
    padding: 0px 100px;
  }
}
@media (max-width: 1200px) {
  .main-padding {
    padding: 0px 50px;
  }
}
@media (max-width: 767px) {
  .main-padding {
    padding: 0px 15px;
  }
  /*inner banner style*/
  .banner img {
    height: 270px;
  }
  .banner .content h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .banner .content h2 {
    font-size: 18px;
  }
  /*inner banner style*/
}
