body {
  color: #3c3c3c;
  font-family: "Roboto", sans-serif;
}

@media (min-width: 1400px) {
  .container-fluid {
    max-width: 1320px;
  }
}

/********* btn *******/
.btn.btn-primary {
  background-color: #ee232a;
  border-color: #ee232a;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.btn.btn-primary:hover {
  background-color: white;
  border-color: #ee232a;
  color: #ee232a !important;
}

.btn.btn-outline-dark {
  background-color: #d2ab67;
  border-color: #d2ab67;
  color: white;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.btn.btn-outline-dark:hover {
  color: #d2ab67;
  border-color: #d2ab67;
  background-color: white;
}

.bg-primary {
  background-color: #ee232a !important;
  color: white;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #ee232a;
}

.header-top {
  background-color: #f7f6f6;
}

.header-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}

.header-top__inner p {
  margin-bottom: 0;
  font-size: 13px;
  color: #ee232a;
}

.nav-link {
  position: relative;
}

.nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  bottom: 5px;
  left: 0;
  background-color: #ee232a;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.nav-link:hover, .nav-link.active {
  color: #ee232a !important;
}

.nav-link:hover:after, .nav-link.active:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.navbar {
  padding: 0;
}

.footer {
  margin-top: 5rem;
}

.footer__logo {
  margin-bottom: 2rem;
}

.footer__about {
  font-size: 15px;
  max-width: 360px;
}

.footer__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
          column-gap: 12px;
  margin-top: 1rem;
}

.footer__social-icon {
  width: 30px;
}

.footer .parent-logo {
  width: 200px;
}

.footer__bottom {
  background-color: #ee232a;
  color: white;
  padding: 18px;
  font-size: 13px;
  max-width: 1320px;
  margin: 1rem auto 0;
}

.footer__bottom p {
  margin: 0;
}

.footer__bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.footer__bottom-links a {
  color: white;
  text-decoration: none;
}

.footer__bottom-links a:first-child {
  border-right: 1px solid;
  padding-right: 10px;
}

.footer__contact {
  margin-bottom: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__contact a {
  color: #ee232a;
  text-decoration: none;
}

.banner-bg-wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

.banner-bg-wrapper .header-top {
  background-color: transparent;
}

p {
  text-align: justify;
}

.navbar {
  -webkit-transition: top 0.4s linear;
  transition: top 0.4s linear;
}

.navbar.fixed-top {
  top: -80px;
  background-color: white !important;
  -webkit-box-shadow: 1px 1px 4px 1px #f1efef;
          box-shadow: 1px 1px 4px 1px #f1efef;
}

.navbar.fixed-top.animated {
  top: -1px;
}

.account-popup .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 0.5em;
  height: 0.5em;
  z-index: 10;
}

.account-popup .form-label {
  font-size: 14px;
  color: #7e7878;
}

.account-popup .modal-title {
  margin-bottom: 10px;
  font-weight: bold;
}

.account-popup .login-link {
  text-decoration: none;
  font-size: 13px;
  color: #215a95;
}

.account-popup .login-bottom-txt {
  font-size: 13px;
}

.data-section {
  margin-top: 5rem;
  background-color: #ee232a;
  color: #fff;
}

.data-section__content-item-img {
  width: 50px;
  margin-bottom: 15px;
  min-height: 55px;
}

.data-section__content-item-img img {
  width: 100%;
}

.data-section__content-item-count {
  font-size: 50px;
  font-weight: bold;
}

.data-section__content-item-summary {
  font-size: 17px;
}

.floating {
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

.card {
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12), 0.3s box-shadow, 0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  cursor: pointer;
}

.card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.text-primary {
  color: #ee232a !important;
}

.text-primary:hover {
  color: black !important;
}

#banner-content,
#banner-content2 {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#banner-content.show,
#banner-content2.show {
  opacity: 1;
}

.form-control:focus {
  border-color: #d1ab66;
  -webkit-box-shadow: 0 0 0 0.25rem #d1ab66;
          box-shadow: 0 0 0 0.25rem #d1ab66;
}
/*# sourceMappingURL=style.css.map */