.page-tittle{
  position: relative;
}

.page__justify{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.justify{
  top: 100%;
  text-align: center;
  vertical-align: middle;
}


.breadcrumbs {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0px;
  padding: 0;
  display: block;
  font-size: 18px;
}

.breadcrumbs a{
  text-decoration: none;
  color: #fff;
}

.page-tittle{
  position: relative;
  background-color: #000000;
}

.page__img{
  opacity: 0.3;
}

.fa-shopping-bag,
.fa-search{
    color: #000;
    padding: 0 5px;
}

.d-flex .dropdown-nav{
    display: flex;
}

.nav-li{
	position: relative;
}

.search-wrapper{
	display: flex;
	position: absolute;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	right: -15px;
	opacity: 0;
}

.search-wrapper input{
	outline: none;
}

.nav-li:hover .search-wrapper{
		display: flex;
    position: absolute;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
		right: -15px;
		opacity: 1;
}

.navbar-brand{
	display: flex;
  justify-content: center;
  text-align: center;
}

/* .nav-li::after{
		border-color: rgba(221,221,221,0);
    border-bottom-color: #fff;
    border-width: 8px;
		margin-left: -8px;
		bottom: -2px;
    z-index: 10;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.nav-li::before{
		z-index: -999;
    border-bottom-color: #ddd;
    border-width: 11px;
		margin-left: -11px;	
		bottom: -2px;
    z-index: 10;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
} */

/* @media (max-width: 768px){
  .cmt-form{
      flex-direction: column;
  }
  .cmt-form-cmt label{
      width: 200px;
  }
} */

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.page-tittle{
  position: relative;
}

.mona_tittle{
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Font Awesome 5 Brands';
}

.inner-col{
  width: 100%;
  padding: 10px;
  text-align: center;
}

