p {
  line-height: 1.7;
}

h3, .h3 {
  line-height: 1.48;
}

h4, .h4 {
  line-height: 1.44;
}

h5, .h5 {
  line-height: 1.44;
}

.h-auto {
  height: auto;
}

a {
  color: #B1212D !important;
}

body {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  color: #B1212D;
}

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

.text-secondary {
  color: #018BFF !important;
}

.text-white {
  color: #ffffff;
}

.text-dark2 {
  color: #393636;
}

.bg-dark {
  background-color: #131313 !important;
}

.bg-dark2 {
  background-color: #393636 !important;
}

.bg-light {
  background-color: #F0F0F0 !important;
}

.bg-light-3 {
  background-color: #E8E8E8 !important;
}

.bg-light-4 {
  background-color: rgba(0, 0, 0, 0.075) !important;
}

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

.bg-primary-darker {
  background-color: #80161F !important;
}

.bg-primary-darker2 {
  background-color: #9C1823 !important;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F0F0F0;
}

.f300 {
  font-weight: 300;
}

.f400 {
  font-weight: 400;
}

.f500 {
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.text-xs {
  font-size: 13px;
}

.text-sm {
  font-size: 14px;
}

.text-sm-2 {
  font-size: 15px;
}

.faded-1 {
  opacity: .5;
}

.faded-2 {
  opacity: .7;
}

.border-primary {
  border-color: #B1212D !important;
}

.btn {
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 20px;
}

.btn-primary {
  background-color: #B1212D;
  border-color: #B1212D;
  color: #ffffff !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #80161F;
  border-color: #80161F;
  color: #ffffff !important;
}

.btn-secondary {
  background-color: #018BFF;
  border-color: #018BFF;
  color: #ffffff;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #015BA0;
  border-color: #015BA0;
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  color: #131313 !important;
  border-color: #ffffff;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  color: #131313 !important;
}

.btn-light {
  background-color: #F0F0F0;
  color: #131313 !important;
  border-color: #F0F0F0;
}

.btn-light:hover, .btn-light:active, .btn-light:focus {
  background-color: #E8E8E8;
  border-color: #E8E8E8;
  color: #131313 !important;
}

.btn-link {
  position: relative;
}

.btn-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #B1212D;
  -webkit-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}

.btn-link.f300 {
  font-weight: 300;
}

.btn-link.f300:before {
  height: 1px;
}

.btn-link.f400 {
  font-weight: 400;
}

.btn-link.f400:before {
  height: 1px;
}

.btn-link.text-dark {
  color: #131313;
}

.btn-link.text-dark:before {
  background-color: #131313;
}

.btn-link.text-white {
  color: #ffffff;
}

.btn-link.text-white:before {
  background-color: #ffffff;
}

.btn-link:hover, .btn-link:focus, .btn-link:active {
  text-decoration: none;
}

.btn-link:hover:before, .btn-link:focus:before, .btn-link:active:before {
  width: 100%;
}

.btn-list-menu {
  position: relative;
  padding: 8px 12px;
  padding-right: 48px;
  text-align: left;
}

.btn-list-menu .btn-number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 28px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

.btn-list-menu.btn-primary .btn-number {
  color: #131313;
  background-color: #ffffff;
}

.btn-list-menu.btn-light .btn-number {
  color: #131313;
  background-color: #ddd;
}

.btn-w-number {
  position: relative;
  text-align: left;
  padding-right: 62px;
}

.btn-w-number .btn-number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 28px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

.btn-w-number.btn-primary .btn-number {
  color: #131313;
  background-color: #ffffff;
}

.btn-w-number.btn-light .btn-number {
  color: #131313;
  background-color: #ddd;
}

.btn-w-number.btn-white .btn-number {
  color: #131313;
  background-color: #F0F0F0;
}

.main-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 76px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.main-nav .main-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 76px;
  padding: 0 24px;
}

.main-nav .divider {
  display: block;
  height: 76px;
  width: 1px;
  margin: 0 12px;
  background-color: #F1EDED;
}

.main-logo {
  color: #131313 !important;
  font-weight: 500;
}

.main-logo img {
  width: 40px;
  margin-right: 8px;
}

.main-logo.main-logo-footer img {
  width: 76px;
}

.main-logo:hover {
  text-decoration: none;
  color: #131313;
}

.main-nav-link {
  display: block;
  height: 76px;
  padding: 0 14px;
  line-height: 76px;
  background-color: transparent;
  border: 0;
  outline: none;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: #393636 !important;
  position: relative;
  overflow: hidden;
}

.main-nav-link:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F1EDED;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: .4;
}

.main-nav-link:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-transition: all .14s ease-in-out;
  transition: all .14s ease-in-out;
  background-color: #B1212D;
  z-index: 10;
}

.main-nav-link span {
  position: relative;
  z-index: 10;
}

.main-nav-link:hover, .main-nav-link:focus {
  color: #B1212D !important;
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-nav-link:hover:after, .main-nav-link:focus:after {
  top: 0;
}

.main-nav-link:hover:before, .main-nav-link:focus:before {
  bottom: 0;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}

.dropdown-hover:hover >
.dropdown-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.dropdown-hover:hover .main-nav-link {
  color: #B1212D;
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-hover:hover .main-nav-link:after {
  top: 0;
}

.dropdown-hover:hover .main-nav-link:before {
  bottom: 0;
}

.dropdown-full {
  position: inherit;
}

.dropdown-full .dropdown-menu {
  top: 100%;
  left: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.dropdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-row .dropdown-col {
  width: 33.3333333333%;
  background-color: #80161F;
  -webkit-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
  position: relative;
  overflow: hidden;
}

.dropdown-row .dropdown-col:before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #018BFF;
  -webkit-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}

.dropdown-row .dropdown-col.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dropdown-row .dropdown-col.bg-image:before {
  display: none;
}

.dropdown-row .dropdown-col:hover {
  background-color: #B1212D;
}

.dropdown-row .dropdown-col:hover::before {
  bottom: 0;
}

.btn-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}

.btn-icon:hover {
  color: #ffffff;
  background-color: #B1212D;
  border-color: #B1212D;
}

.btn-icon.btn-icon-white:hover {
  color: #B1212D !important;
  background-color: #ffffff;
  border-color: #ffffff;
}

.hero {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F0F0F0;
}

.hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.hero .hero-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 12;
}

.hero-2 {
  display: block;
  position: relative;
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F0F0F0;
}

.hero-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.hero-2 .hero-2-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 12;
}

.section {
  display: block;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}

.section-style-1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  background-color: #EEE6E6;
}

.section-style-2:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-color: #ECECEC;
}

.section-style-2 > div {
  position: relative;
  z-index: 10;
}

.section-style-3:before, .section-style-3:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 8px;
}

.section-style-3:before {
  left: calc(15px + 5rem);
  right: calc(15px + 5rem);
  background-color: #B1212D;
  z-index: 1;
}

.section-style-3:after {
  left: 0;
  width: 100%;
  background-color: #018BFF;
}

.section-style-4:before,
.section-style-5:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  background-color: #018BFF;
}

.section-style-5:before {
  background-color: #B1212D;
}

.section-img-1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(50% - 15px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-first {
  margin-top: 100vh;
  -webkit-box-shadow: 0px -8px 34px rgba(0, 0, 0, 0.3);
          box-shadow: 0px -8px 34px rgba(0, 0, 0, 0.3);
}

.card-have-pict {
  overflow: hidden;
}

.card-pict,
.card-pict-2 {
  display: block;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60%;
  background-color: #F0F0F0;
  -webkit-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}

.card-pict-2 {
  padding-top: 100%;
}

.card-title {
  -webkit-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}

a.card:hover, a.card:focus, a.card:active,
.card-animate.card:hover,
.card-animate.card:focus,
.card-animate.card:active {
  text-decoration: none;
}

a.card:hover .card-pict,
a.card:hover .card-pict-2,
a.card:hover .card-title, a.card:focus .card-pict,
a.card:focus .card-pict-2,
a.card:focus .card-title, a.card:active .card-pict,
a.card:active .card-pict-2,
a.card:active .card-title,
.card-animate.card:hover .card-pict,
.card-animate.card:hover .card-pict-2,
.card-animate.card:hover .card-title,
.card-animate.card:focus .card-pict,
.card-animate.card:focus .card-pict-2,
.card-animate.card:focus .card-title,
.card-animate.card:active .card-pict,
.card-animate.card:active .card-pict-2,
.card-animate.card:active .card-title {
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
}

a.card.bg-light,
.card-animate.card.bg-light {
  -webkit-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}

a.card.bg-light .faded-2,
.card-animate.card.bg-light .faded-2 {
  -webkit-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}

a.card.bg-light .text-dark,
.card-animate.card.bg-light .text-dark {
  -webkit-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}

a.card.bg-light:hover, a.card.bg-light:focus, a.card.bg-light:active,
.card-animate.card.bg-light:hover,
.card-animate.card.bg-light:focus,
.card-animate.card.bg-light:active {
  background-color: #B1212D !important;
  color: #ffffff !important;
}

a.card.bg-light:hover .text-dark, a.card.bg-light:focus .text-dark, a.card.bg-light:active .text-dark,
.card-animate.card.bg-light:hover .text-dark,
.card-animate.card.bg-light:focus .text-dark,
.card-animate.card.bg-light:active .text-dark {
  color: #ffffff !important;
}

a.card.bg-white,
.card-animate.card.bg-white {
  -webkit-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}

a.card.bg-white .faded-2,
.card-animate.card.bg-white .faded-2 {
  -webkit-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}

a.card.bg-white .text-dark,
.card-animate.card.bg-white .text-dark {
  -webkit-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}

a.card.bg-white:hover, a.card.bg-white:focus, a.card.bg-white:active,
.card-animate.card.bg-white:hover,
.card-animate.card.bg-white:focus,
.card-animate.card.bg-white:active {
  background-color: #B1212D !important;
  color: #ffffff !important;
}

a.card.bg-white:hover .text-dark, a.card.bg-white:focus .text-dark, a.card.bg-white:active .text-dark,
.card-animate.card.bg-white:hover .text-dark,
.card-animate.card.bg-white:focus .text-dark,
.card-animate.card.bg-white:active .text-dark {
  color: #ffffff !important;
}

a.card.bg-primary,
.card-animate.card.bg-primary {
  -webkit-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}

a.card.bg-primary:hover, a.card.bg-primary:focus, a.card.bg-primary:active,
.card-animate.card.bg-primary:hover,
.card-animate.card.bg-primary:focus,
.card-animate.card.bg-primary:active {
  background-color: #80161F !important;
  color: #ffffff;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.container-fluid-inner {
  display: block;
  padding-left: 5rem;
  padding-right: 5rem;
}

.map-1 .map-pin {
  display: none;
}

.map-1.active {
  cursor: pointer;
}

.map-1.active .map-area .map-path {
  fill: #B1212D !important;
}

.map-1.active .map-area:hover .map-path {
  fill: #80161F !important;
}

.map-1.active .map-pin {
  display: block;
}

.text-style-1 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.border-faded-1 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-faded-2 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.card-style-1 {
  position: relative;
}

.card-style-1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 6px;
  background-color: #B1212D;
}

.card-style-1:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 6px;
  background-color: #018BFF;
}

.swiper-panel {
  display: block;
  margin-left: calc(-5rem - 15px);
  margin-right: calc(-5rem - 15px);
  padding-bottom: 1.2rem;
  position: relative;
  width: 100vw;
}

.swiper-panel .swiper {
  padding-left: calc(5rem + 15px);
  padding-right: calc(5rem + 15px);
}

.swiper-panel .swiper-slide {
  height: auto;
}

.swiper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #B1212D;
  color: #ffffff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  -webkit-transform: all 0.16s ease-in-out;
          transform: all 0.16s ease-in-out;
}

.swiper-btn.swiper-button-disabled {
  opacity: .3;
}

.swiper-btn.swiper-prev {
  left: 0;
}

.swiper-btn.swiper-next {
  right: 0;
}

.swiper-btn:focus, .swiper-btn:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.swiper-btn:hover {
  background-color: #80161F;
}

.block-img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 66%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F0F0F0;
}

.block-p-title-1 {
  position: relative;
}

.block-p-title-1:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 42px;
  background-color: #B1212D;
}

.block-p-title-1 .number {
  width: 42px;
}

.block-p-1 {
  padding-left: 42px;
  text-align: justify;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 15px;
}

.block-desc p b {
  font-weight: 600;
}

.form-group {
  margin-bottom: 2rem;
}

.form-group .form-label {
  font-size: 13px;
  opacity: .8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-group .form-control {
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 18px;
  height: auto;
  background-color: #9C1823;
  color: #ffffff;
}

.form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .5;
}

.form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: .5;
}

.form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: .5;
}

.form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}

.form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.input-icon {
  position: relative;
}

.input-icon i {
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-icon .form-control {
  padding-left: 48px;
}

.table-2 tr td:last-child {
  font-weight: 600;
}

.grid-section {
  margin-left: -10px;
  margin-right: -10px;
}

.grid {
  background: #ffffff;
}

/* clear fix */
/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 33.3333333333%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

.grid-item {
  float: left;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.grid-item:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.grid-item:hover:before {
  opacity: 1;
}

.grid-item img {
  display: block;
  width: 100%;
}

.table-middle tr th, .table-middle tr td {
  vertical-align: middle;
}

.border-thick.border-bottom {
  border-width: 4px !important;
}

.table-sticky-thead thead {
  position: -webkit-sticky;
  position: sticky;
  top: 74px;
  background-color: #E7EAEE !important;
}

.table-sticky-thead thead:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dee2e6;
}

.th-2 {
  position: relative;
}

.th-2:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dee2e6;
}

.table-hover tbody tr:hover {
  background-color: #dee2e6;
}

.table-hover tbody tr:hover td:nth-child(1) {
  color: #B1212D !important;
}

.user-management {
  display: block;
  width: 50%;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F0F0F0;
  margin-bottom: 1rem;
  position: relative;
}

.user-management:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1.25rem;
  bottom: 0;
  width: 1.25rem;
  background-color: #B1212D;
}

.user-management:after {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #018BFF;
}

.border-white {
  border: 1px solid #fffdfd !important;
}

.main-nav-link span.active {
  color: #B1212D !important;
}

.main-nav-link span.inactive {
  color: #212529 !important;
}

.mobile-nav-link span.active {
  color: #B1212D !important;
}

.mobile-nav-link span.inactive {
  color: #212529 !important;
}
/*# sourceMappingURL=styles.css.map */