@charset "UTF-8";
/*
Theme Name: Royal Cargo
Theme URI: https://pegotec.net/
Author: Pegotec team
Author URI: https://pegotec.net/
Description: Custom developed theme for Level consulting
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

.navbar-brand{
	display: flex !important;
	flex-direction: column; }

.page-banner{
	height: 367px !important; }

.page-banner h1{
	padding-top: 120px !important; }

.breadcrumb a {
	color: #889FBE; }

.breadcrumb span{
	color: #6c757d; }

.breadcrumb .breadcrumb_last{
	color: #fff; }

.titlebar{
	font-size: 20px !important;
	padding: 10px 15px !important; }

.sidebar-style2.service-lists ul li a{
	padding: 10px 20px !important; }

.navbar.bg-light{
	background: #fff !important; }

.page-banner h3{
	font-size: 1.25rem;
	font-weight: 500 !important;
	line-height: 32px; }

.banner-news{
	background-size: inherit !important;
}

.fixed-navs a{
	right: -142px !important; }

.fixed-navs a:hover, .fixed-navs a:focus{
	right: 0 !important; }

p{
	color: #000 !important; }

@media screen and (min-width: 990px){
	.navbar-light .navbar-nav .nav-link{
		padding: 10px 25px !important; 	}
	
	.navbar-light .navbar-nav li:last-child{
		padding-right: 0 !important; 	}
	
	.navbar-light .navbar-nav .nav-link{
		margin-top: -50px;	}	
	
	.navbar{
		max-height: 120px; 	}
}