* {
  font-family: "Lato", sans-serif;
}

.navbar-brand {
  position: relative;
}
.navbar-brand .logo {
  position: absolute;
  z-index: 1;
  width: 150px;
  top: -40px;
}

.primary_color {
  color: #f7493e !important;
}

.bg_pirmary {
  color: #000 !important;
  background: #f7493e !important;
}

.text_link {
  color: #000 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.carousel-inner {
  height: 500px !important;
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
.carousel-inner .carousel-item {
  height: 500px !important;
}

.carousel-caption {
  right: unset !important;
  left: 8% !important;
  bottom: unset !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #d50100 !important;
  text-align: unset !important;
}
.carousel-caption .hero_text {
  font-size: 40px !important;
  color: #000 !important;
  font-weight: 900;
}
.carousel-caption .sub_hero {
  font-size: 20px !important;
  font-weight: 400;
}

._h2 {
  font-size: 35px !important;
  font-weight: 900 !important;
}

._p {
  font-size: 20px !important;
  line-height: 1.5;
}

.top_down {
  min-height: 300px !important;
  color: var(--color-light);
  background-repeat: no-repeat;
  background-size: cover;
}
.top_down .overlay {
  min-height: 300px !important;
  background: linear-gradient(rgba(247, 73, 62, 0.2196078431), #000);
}

.clip_out_down {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
  clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
}

.text_bold {
  font-weight: 900 !important;
}

.induct_icon {
  margin-bottom: 10px;
  border: 2px solid #f7493e;
  padding: 10px;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.induct_icon .inductry_icon {
  width: 40px !important;
}

.bg_cdark {
  background: #f7493e !important;
}

.bg_black {
  background: #000 !important;
}

.req_call {
  min-height: 60vh;
  background-color: rgba(0, 0, 0, 0.5568627451);
  background-image: url(../images/colors.jpg);
  display: flex;
  align-items: center;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-dark {
  color: #000 !important;
}

.bg_clight {
  background: rgba(247, 73, 62, 0.6196078431) !important;
}

.bg_card_light {
  background: #fff !important;
}/*# sourceMappingURL=style.css.map */