.categories {
  box-sizing: border-box;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 30px; }

.cat-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4.5rem 1rem;
  box-sizing: border-box;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  position: relative;
  -webkit-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
  background-size: 0 0; }

.cat-item:before {
  background-image: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  -webkit-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
  background-color: rgba(70, 70, 70, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.cat-item > a, .cat-item-banner > a {
  box-sizing: border-box;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  color: #fff;
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

.cat-hover {
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.cat-hover:before, .cat-hover:after {
  webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  -webkit-transition: .5s;
  transition: .5s;
  background: rgba(225, 0, 47, 0.2); }

.cat-item a:hover .cat-hover:after, .cat-item a:hover .cat-hover:before {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%); }

.cat-item a:hover .cat-hover:before {
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%); }

.cat-content {
  z-index: 10;
  padding: 0;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  box-sizing: border-box;
  position: relative;
  color: #fff; }

.cat-content > h3 {
  font-size: 1.5rem;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem; }

/* #Navigation
================================================== */
@media (min-width: 767px) {
  .navbar-expand-md .navbar-nav li:hover > .dropdown-menu {
    display: block; }
  .navbar-nav .dropdown-menu li > ul {
    display: none;
    position: absolute;
    top: -.625rem;
    left: 100%;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.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: 0.5rem; }
  .navbar-nav .dropdown-menu li:hover ul {
    display: block; }
  .dropdown-menu .nav-item:hover:after {
    opacity: 0; } }

span.dropdown-toggle {
  display: inline-block;
  width: 24px;
  line-height: 24px;
  text-align: center; }

.start-header {
  padding: 10px 0;
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.start-header.scroll-on .navbar-brand img {
  height: 100px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.navbar {
  padding: 0; }

.navbar-brand img {
  height: 100px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0; }

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

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear; }

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear; }

.navbar-light .navbar-toggler-icon:after {
  top: 8px; }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg); }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg); }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent; }

.nav-link {
  color: #212121 !important;
  font-weight: 500;
  transition: all 200ms linear; }

.nav-item:hover .nav-link {
  color: #8167a9 !important; }

.nav-item.active .nav-link {
  color: #777 !important; }

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
  width: auto; }

.nav-link.dropdown-toggle {
  white-space: unset; }

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #8167a9;
  opacity: 0;
  transition: all 200ms linear; }

.nav-item:hover:after {
  bottom: 0;
  opacity: 1; }

.nav-item.active:hover:after {
  opacity: 0; }

.nav-item {
  position: relative;
  transition: all 200ms linear; }

.navbar-nav .dropdown-menu li {
  position: relative; }

h3.heading-bar__title {
  font-size: 20px; }

@media (max-width: 767px) {
  .cat-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .nav-item:after {
    display: none; }
  /*
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	*/
  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg); }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear; }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    overflow-y: scroll;
    max-height: 180px;
    border: none; }
  body.dark .nav-item::before {
    background-color: #fff; }
  body.dark .dropdown-toggle::after {
    background-color: #fff; }
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none; } }
