/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: http://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: -
Version: 20.9.2

All css files are placed in /css/ folder
*/
#Top_bar:not(.is-sticky) {
    border-bottom: white !important;
}

.pum-container .pum-content>:last-child {
    margin-bottom: -4px !important;
}

.container-icon {
     position: relative;
display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}

.icon-tt {
margin-top: 10px;
font-size: 18px;
   text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
      background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
}

.text {
padding: 1px;
  color: white;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
width:100%;
}

.image {
  display: block;
  height: auto;
 text-align: center;
}

.container-icon:hover .overlay {
  opacity: 1;
}

menu-line-below #Top_bar .menu > li > a::after {
    top: auto;
    bottom: 32px;
}





