body {
  font-family: "Nunito", sans-serif;
  color: #686868;
  background: #fff;
}
h1, h2, h3, h4, .aboutTxt {
  font-family: "Nunito", sans-serif;
}
.about-wrap h1,
.service-wrap h1,
.team_wrap h1,
.inner-about h1 {
  color: #ff0000;
  font-weight: 800;
}
.about-wrap h1 span,
.service-wrap h1 span,
.team_wrap h1 span {
  color: #363636;
}
.inner-heading {
  background: linear-gradient(rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)), url("../images/banner5.jpg") center/cover no-repeat !important;
  padding: 64px 0 !important;
}
.inner-heading h3 {
  font-family: "Nunito", sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(28px, 4vw, 46px) !important;
  letter-spacing: 0;
  text-transform: none !important;
}
.readmore a,
.quote-btn a,
a.btn-primary,
button.btn,
input[type="submit"] {
  background: #ff0000 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 40px !important;
  padding: 10px 20px !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 700 !important;
  text-transform: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}
.readmore a:before,
.readmore a:after { display: none !important; }
img { max-width: 100%; height: auto; }
.about-image img, .service-image img { width: 100%; }
table { max-width: 100%; }
.page-content, .about-wrap, .service-wrap, .team_wrap {
  overflow-x: auto;
}
.site-head .container,
.site-footer .container {
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
}
.site-head .container::before,
.site-head .container::after,
.site-footer .container::before,
.site-footer .container::after {
  content: none !important;
  display: none !important;
}
.site-head .topbar-inner,
.site-head .header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.site-head .header-right {
  display: flex !important;
  align-items: center !important;
  margin-left: auto !important;
}
.site-head .logo { float: none !important; padding: 0 !important; }
.site-head .logo img { height: 68px; width: auto; max-width: 240px; }
.site-head .nav,
.site-head .nav > li,
.site-head .dropdown {
  float: none !important;
}
.site-head .nav > li { display: block !important; }
.site-head .nav > li.mobile-only { display: none !important; }
.site-head .nav > li > a {
  display: flex !important;
  align-items: center !important;
  padding: 8px 9px !important;
  color: #808080 !important;
  background: transparent !important;
  font-family: "Nunito", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}
.site-head a.header-cta,
.site-head .nav > li > a.mobile-cta {
  background: #ff0000 !important;
  color: #fff !important;
  border-radius: 40px !important;
  padding: 10px 18px !important;
  font-size: 15px !important;
}
.site-head .caret {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 0 4px !important;
  padding: 0 !important;
  border: 0 !important;
  vertical-align: middle !important;
  font-size: 9px !important;
  line-height: 1 !important;
  color: #9a9a9a !important;
  background: none !important;
}
.site-head .nav > li > a::before,
.site-head .nav > li > a::after,
.site-head .dropdown a::before,
.site-head .dropdown a::after,
.site-head .caret::before,
.site-head .caret::after {
  content: none !important;
  display: none !important;
}
.site-footer { clear: both; text-align: left; }
.site-footer .footer-grid {
  display: grid !important;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 1.1fr !important;
  gap: 24px !important;
}
.site-footer h4 {
  font-family: "Nunito", sans-serif !important;
  color: #363636 !important;
  text-align: left !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  margin: 0 0 12px !important;
}
.site-footer h4::before,
.site-footer h4::after { content: none !important; display: none !important; }
.site-footer p,
.site-footer li,
.site-footer a {
  text-align: left;
  color: #686868;
}
.site-footer ul { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.site-footer li { display: block !important; float: none !important; }
@media (min-width: 1101px) {
  .site-head .nav { display: flex !important; flex-direction: row !important; position: static !important; }
}
@media (max-width: 1100px) {
  .site-head .nav { display: none !important; }
  .site-head .nav.open {
    display: flex !important;
    flex-direction: column !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
  }
  .site-head .nav > li.mobile-only { display: block !important; }
  .site-footer .footer-grid { grid-template-columns: 1fr !important; }
  .site-head .logo img { height: 52px; }
}
@media (max-width: 767px) {
  .inner-heading { padding: 40px 0 !important; }
  .col-md-7, .col-md-5, .col-md-6, .col-md-4, .col-md-3, .col-md-8, .col-md-9, .col-md-12 {
    width: 100%;
    float: none;
  }
}
