:root {
  --default-font: "Outfit", sans-serif;
  --default-font-size: 14px;
  --default-font-weight: 400;

  --color-primary: #a11e1f;
  --color-accent: #f78a00;

  --link-color: #337ab7;

  --white: #ffffff;
  --red: #e87777;
  --light-gray: #dddddd;
  --lighter-gray: #eeeeee;
  --dark-gray: #ccc;
  --darker-gray: #888;

  --shadow-light: 0 2px 4px rgba(0, 0, 0, 0.2);
  --shadow-dark: 0 3px 5px rgba(0, 0, 0, 0.3);
}

* {
  border-radius: 0;
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  background: #fff;
  font-family: "Outfit", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-primary);
  font-family: "Outfit", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

ul,
ol {
  padding-left: 1em;
}

ul.infolist,
ol.infolist {
  list-style: none;
  margin-bottom: 2em;
  margin-top: 2em;
}
ul.infolist li,
ol.infolist li {
  margin-bottom: 0.3em;
}

table tr th,
table tr td {
  font-size: 11px;
}
table tr th {
  background: #ddd;
  border-bottom: 0 !important;
  border-color: #ccc !important;
  padding: 4px 6px 6px !important;
}
table tr td {
  padding: 8px 8px 4px !important;
}
table tr td .btn {
  font-size: 0.85em;
  position: relative;
  top: -2px;
}

.form-control {
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #333;
  cursor: pointer;
}
.form-control:hover {
  border-color: #aaa;
}

.modal-open .modal {
  z-index: 10000;
}

.control-label {
  font-weight: 500;
}

.bg-primary-alt {
  background: var(--color-primary);
}
.bg-gray {
  background: var(--lighter-gray);
}

.btn {
  border-radius: 3px !important;
  /* font-size: 12px; */
}
.btn + .btn {
  margin-left: 3px !important;
}

.btn-warning {
  background: #fbac2b;
}

.btn-social {
  display: block;
  margin: 0 auto;
  max-width: 240px;
}

.btn-group .btn + .btn {
  margin-left: 0 !important;
}

.dt-buttons .btn {
  margin-right: 5px;
}

.modal-backdrop {
  z-index: 1000;
}
.page-header {
  background-color: var(--lighter-gray);
  border-bottom: 0;
  margin: 0 0 2em;
  padding: 5em 0;
  position: relative;
  text-align: center;
}
.page-header::before {
  background: url(../img/banners/banner-home-1.jpg) no-repeat center / 100%;
  content: " ";
  filter: contrast(60%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.page-header h1 {
  color: var(--white);
  font-size: 3em;
  margin: 0 0 10px;
  position: relative;
  z-index: 2;
}
.page-header p {
  color: var(--white);
  font-size: 1.2em;
  margin: 0;
  position: relative;
  z-index: 2;
}

.tab-pane {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 1em;
}

.panel,
.input-group-addon {
  border-radius: 2px;
}
.panel h3 {
  font-size: 1.1em;
}

.alert {
  border-radius: 0;
  margin-bottom: 10px;
  padding: 4px 15px;
}

.control-label.required {
  position: relative;
}
.control-label.required::after {
  color: var(--red);
  content: "*";
  font-size: 12px;
  position: absolute;
  top: 1px;
  right: 8px;
  vertical-align: super;
}

.breadcrumb {
  border-radius: 0;
  font-size: 11px;
  margin-top: 10px;
  padding: 3px 1em;
}

.jumbotron {
  background: var(--lighter-gray);
  padding: 10em 1em;
}

.slick-slider {
  max-height: 95vh;
  overflow: hidden;
}
.slick-slide img {
  width: 100%;
}

.container {
  max-width: 1280px;
}

.page-wrapper {
  padding-bottom: 5em;
}

.accordion .panel-title,
.accordion .panel-title a {
  text-decoration: none;
}

.wrapper {
  padding: 0;
  min-height: 100%;
}

.navbar {
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  height: auto;
  margin-bottom: 0;
  min-height: auto;
  position: relative;
  z-index: 1000;
}
.navbar-default {
  background: #fff;
}
.navbar-brand {
  height: auto;
  margin-right: 20px;
  padding: 6px 15px;
}
.navbar-brand img {
  max-height: 2.5em;
}
.navbar-toggler {
  background: #fff !important;
  border: 0;
  margin-top: 0;
}

.navbar-toggler .icon-bar {
  background: #aaa;
  height: 3px;
  width: 35px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 6px;
}

.navbar-nav {
  gap: 1em;
}
.navbar-nav > li > a {
  font-size: 1.2em;
  font-weight: normal;
}
.navbar-nav > li > a:hover,
.navbar-nav > li:hover > a,
.navbar-nav > .open > a,
.navbar-nav > li > a.active,
.home-bd .home-lnk,
.about-bd .about-lnk,
.services-bd .services-lnk,
.quote-bd .quote-lnk,
.faqs-bd .faqs-lnk,
.contact-bd .contact-lnk {
  color: var(--color-accent) !important;
}
.navbar li a.btn-nav {
  background: transparent !important;
  border: 2px solid var(--color-primary) !important;
  border-radius: 2px;
  color: var(--color-primary) !important;
  padding: 6px 25px 5px !important;
}

.dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu > li > a {
  padding: 7px 20px;
}

.social-icon i {
  color: var(--color-primary);
  font-size: 1.6em;
  margin: 10px 5px;
}

/* General */
.info-box {
  border: 1px dashed var(--color-primary);
  border-radius: 100%;
  cursor: pointer;
  padding: 4em 1em;
  position: relative;
  text-align: center;
}
.info-box:hover {
  transition: scale(1.05) 0.3s ease-in-out;
}
.info-box h4 {
  color: #666;
  font-size: 1.2em;
  margin-bottom: 0;
}
.info-box i.ion-icon {
  background-color: var(--color-primary);
  border-radius: 100%;
  color: var(--white);
  font-size: 1.5em;
  padding: 0.75em 1em;
}
.info-box a {
  color: #444444;
  text-decoration: none;
}

/* Home */
.jumbotron-home {
  background: transparent;
  padding: 0 1em;
}

section {
  padding: 4em 0;
}
section h2,
section h2 + p {
  text-align: center;
}
section h2 {
  margin-bottom: 1em;
  position: relative;
}
section h2::after {
  background: var(--color-accent);
  content: " ";
  display: block;
  margin: 0 auto;
  width: 3em;
  height: 3px;
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
}
section h2 + p {
  font-size: 1.5em;
  margin-bottom: 2em;
}
section.section-alt {
  background: var(--lighter-gray);
}

.why-main {
  background: var(--color-primary);
  color: var(--white);
  padding: 1em;
}
.why-main h2 {
  color: var(--white);
  font-size: 2em;
}
.why-main p {
  font-size: 1.2em;
}
.why-box {
  background: var(--white);
  justify-content: center;
  align-items: center;
  padding: 2em;
}
.why-box h4 {
  font-size: 1.2em;
  min-height: 2.5em;
}
.why-box img {
  margin: 0 auto 1em;
  max-height: 5em;
}

/* About */
.team-row {
  margin-bottom: 3em;
}
.team-list img {
  margin-bottom: 1em;
  max-width: 16em;
}
.team-list h4 {
  margin-bottom: 10px;
  position: relative;
}
.team-list h4::after {
  content: " ";
  position: absolute;
  display: block;
  width: 2em;
  height: 2px;
  background: var(--color-accent);
  top: 110%;
  left: 0;
}
.team-list p {
  font-size: 1.1em;
  text-align: justify;
}

/* Gallery */
.photo-album {
  margin-top: 0;
}
.photo-album h4 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.photo-album h4 + p {
  color: #777;
  font-size: 0.8em !important;
  margin: 5px 0 20px;
}
.photo-box {
  margin-bottom: 1em;
  padding-right: 0;
}
.photo-box img {
  height: 15em;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
img.lazy {
  background: #eee;
}
.lg-backdrop {
  background: rgba(0, 0, 0, 0.8) !important;
}

/* Contact */
.contact-text {
  padding: 1em 0;
}

.contact-box {
  background: #eee;
  padding: 3em 1em 2em;
  position: relative;
  text-align: center;
}
.contact-box h4 {
  color: #666;
  font-size: 1.2em;
  margin: 2em 0 0;
}
.contact-box p {
  margin-bottom: 0;
}
.contact-box i.ion-icon {
  background-color: var(--color-primary);
  border-radius: 100%;
  color: var(--white);
  font-size: 1.5em;
  padding: 0.75em 1em;
}
.contact-box a {
  color: #444444;
  text-decoration: none;
}

footer {
  background-color: var(--color-primary);
  color: var(--white);
  padding: 2em 0;
  position: relative;
}
