@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.grayscale {
   background-size: cover;
   background-color: rgba(255,255,255,1);
   background-blend-mode: luminosity;
   background-position: center;
}
.job-title {
   color: #fff;
   font-size: 24px;
}
.bi-translate {
   display:inline !important;
}
.footer-top-area {
   height: 60px;
}
.text-bt {
   vertical-align: bottom;
   text-align: right;
   height: 60px;
   margin-top: 35px;
}
.navbar-header-logo {
   height: 45px; 
   padding-top:0px;
   margin-top: -2px;
}
.single-news .news-content-wrap ul:nth-of-type(2) li {
   display: list-item;
   list-style-type: disc;
   list-style-position: outside;
   margin-left: 20px;
}
.article-content > ul li {
   display: list-item !important;
   list-style-type: disc  !important;
   list-style-position: outside  !important;
    margin-left: 20px  !important;
}
.navbar-area.is-sticky img{
	display:inline;
	height: 45px;			 
}
.navbar-area.is-sticky{	 
   box-shadow: 0 0 15px #fff;
}	
.navbar-header-logo-mobile{
	height: 55px; 
   margin-top: 3px;
}
.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
   background-color: #fff !important;	   
}
.navbar-brand{
   margin-top: -11px;
   padding: 0px;
}
.mobile-nav .logo {
   height: 30px;
}
.arduix-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a {
   font-weight: 500;
   font-size: 15px;
   color: #000;	
}
.mean-container a.meanmenu-reveal {
   color: #996633;
}	
.main-nav {
   /*box-shadow: 0 2px 28px #00000017;	*/
   box-shadow: 0 0 15px #fff;
   background-color: #fff !important;	
}	

@media only screen and (max-width: 991px){
   .navbar-area.is-sticky img {
	   display: inline;
	   height: 55px !important;
	   margin-top: 3px;
   }
   .mean-container .mean-bar {
	   background-color: #fff;
	   box-shadow: 0 0 15px #fff;
	   padding: 0;
	   height: 65px;	
   }			
   .mean-container a.meanmenu-reveal span {
	   background-color: #996633;
	   position: relative;
	   top: 8px;
	   margin-top: -5px;
   }	
   .footer-top-area img {
	   height: 40px;
	   margin-top: 8px;
   }
}