@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Roboto&display=swap");

.br-12 {
  border-radius: 12px;
}

.br-5 {
  border-radius: 5px;
}

.br-8 {
  border-radius: 8px;
}

.bg-dark-grey {
  background: #eaeaea;
}

.bg-grey {
  background: #f6f6f6;
}

.bg-red {
  background: #d8282c !important;
}

.text-dark-black {
  color: #231f20 !important;
}

.text-black {
  color: #3e3b3c;
}

.text-red {
  color: #d8282c;
}

.text-blue {
  color: #2476a5;
}

.text-purple {
  color: #594da1;
}

.text-or {
  color: #e25c23;
}

.text-green {
  color: #4c7929;
}

.text-grey {
  color: #fbfbfb;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.f-md-11 {
  font-size: 11px;
}

.f-md-15 {
  font-size: 15px;
}
.f-md-22 {
  font-size: 22px;
}
.f-md-23 {
  font-size: 23px;
}

.f-md-24 {
  font-size: 24px;
}

.f-md-26 {
  font-size: 26px;
}
.f-md-30 {
  font-size: 30px;
}
.f-md-55 {
  font-size: 55px;
}

.f-md-60 {
  font-size: 60px;
}

@media only screen and (min-width: 992px) {
  .f-15 {
    font-size: 15px;
  }

  .f-16 {
    font-size: 16px;
  }

  .f-17 {
    font-size: 17px;
  }

  .f-18 {
    font-size: 18px;
  }

  .f-20 {
    font-size: 20px;
  }

  .f-24 {
    font-size: 24px;
  }

  .f-30 {
    font-size: 30px;
  }

  .f-32 {
    font-size: 30px;
  }

  .f-36 {
    font-size: 36px;
  }

  .f-38 {
    font-size: 38px;
  }

  .f-40 {
    font-size: 40px;
  }

  .f-68 {
    font-size: 68px;
  }

  .f-74 {
    font-size: 74px;
  }

  .lh-46 {
    line-height: 46px;
  }

  .lh-55 {
    line-height: 55px;
  }

  .space-evenly {
    justify-content: space-evenly;
  }

  .lh-21 {
    line-height: 21px;
  }
  .banner-form input,
.banner-form textarea {
  background: #f8f8f8;
  border: 0.5px solid #e1e1e1;
  border-radius: 8px;
}

}

.navbar-nav .nav-item:hover .nav-link {
  color: #d8282c !important;
}

@media only screen and (max-width: 992px) {
  .navbar-nav {
    flex-direction: inherit;
  }
  
  .banner-form input[type="submit"]{
      font-size: 14px;
        border-radius: 4px;
    }
  .banner-form input, .banner-form textarea {
    border-radius: 5px !important;
}
  .navbar {
    box-shadow: 1px 1px 6px #d7d7d7;
  }

  .navbar-brand {
    width: 57px !important;
  }

  .banner-sm-col {
    background: #cdcdcd !important;
  }

  .nav-link {
    padding: 0 10px !important;
  }
  #home {
    padding-top: 80px !important;
  }
  .banner-form div {
    padding: 8px 4px;
  }

  #services .owl-bg {
    display: none;
  }
  .flip-card {
    height: 309px;
  }
  .callout {
    width: 100%;
    padding: 13px;
  }
  .flip-card-front,
  .flip-card-back {
    border: 2.5px solid #f2f2f2 !important;
  }

  #services .new-bg::after {
    display: none;
  }
  .footer {
    padding: 40px 0;
  }
  .footer-logo {
    width: 100px;
  }
  .bg-2 {
    position: absolute;
    opacity: 0.1 !important;
    content: "";
    height: 65%;
    bottom: 0%;
    z-index: 0;
    width: 105% !important;
    right: 2% !important;
    background: url(../images/footer-bg-2.png);
    background-size: cover;
  }
  .bg-1 {
    display: none;
  }
  .header-social-links .call-icon i {
    font-size: 10px;
    padding: 6px;
  }

  .header-social-links .whatsapp-icon i {
    color: white;
    border-radius: 50%;
    background: #29a71a;
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
  }
}

@media only screen and (max-width: 500px) {
  .nav-link {
    padding: 0px 5px !important;
  }
  a.nav-link {
    font-size: 11px !important;
  }
  #home {
    padding-top: 73px !important;
  }

  .navbar-brand {
    width: 50px !important;
    margin-right: 5px;
  }
  section {
    padding: 34px 0;
  }
}