.navbar.black {
  background-color: #343A40 !important;
  -webkit-transition: top 1s;
  transition: top 1s;
}

.navbar.about {
  min-height: 65px;
  background: #B81D44;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-seo {
  min-height: 65px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 9999;
}

.nav-logo {
  position: relative;
  float: left;
  margin-right: 30px;
  height: 20px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.navbar li {
  margin: 0px 20px;
}

.navbar li a {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font: 400 12px "Poppins";
  letter-spacing: 0.8px;
}

.navbar-nav .nav-link {
  color: snow !important;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
  color: aliceblue;
  outline: none;
}

ul .navbar-nav,
.navbar-nav li a {
  height: 65px;
}

.nav-item {
  cursor: pointer;
}

@media (max-width: 995px) {
  .dropdown-menu.show {
    display: block;
  }
  .tst-1 {
    background-color: #000000;
  }
}

@media (min-width: 995px) {
  .nav-item:hover::after {
    content: '';
    position: absolute;
    width: 120%;
    height: 5px;
    background-color: white;
    bottom: 0;
    left: -5px;
  }
}

.nav-item {
  position: relative;
}

.nav-item:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-item a {
  padding: 0;
}

.cstm-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 60.5px;
  left: 50%;
  margin-left: -105px;
  padding-top: 20px;
  width: 210px;
  list-style: none;
  background: #f2f2f2;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.dropdown:hover > .dropdown-menu {
  display: block;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.f-d-company {
  left: -50px !important;
  margin-top: -1px;
}

.f-d-services {
  left: -90px !important;
  margin-top: -1px;
}

.f-d-services span,
.f-d-company span {
  position: relative;
  float: left;
  margin-right: 20px;
  width: calc(100% - 66px);
}

.f-d-services a,
.f-d-company a {
  border-top: 1px solid #e5e5e5;
}

.dropdown-menu img {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 30px;
}

.dropdown-menu {
  background: #f2f2f2;
  padding-top: 20px !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dropdown-menu .careers img {
  margin-left: 37px;
}

.dropdown-item {
  background-color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dropdown-item:hover {
  background: #f9f9f9;
  border-left: 6px solid #ccc;
}

.custom-toggler {
  color: white;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: none;
}

.navbar-toggler-cstm {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.f-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}
/*# sourceMappingURL=f-index_navbar.css.map */