/* NT ~29/06/23~ */
header .navbar .navbar-nav li {
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "DM Sans";
    text-align: center;
}

.navbar-light .navbar-nav .nav-link,.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}
.current-menu-item a{
	color:#000 !important;
}
.top-bar {
    width: 100%;
    display: flex;
}
.navbar-brand img {
    opacity: 0;
}
.top-bar {
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/lorenz-2024/assets/images/desktop-header-bg.svg);
    background-size: 100%;
    background-position: center;
	padding: 30px;
	
}
header .nav-link {
    line-height: 1.5;
    padding: 4px;
}
.navbar-expand-lg .navbar-nav {
    width: 90%;
    justify-content: space-around;
    margin-left: auto;
    background: #c41831;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.navbar-toggler:focus {
    box-shadow: none;
}

/**** Charter service *******/

section.charter_services_sec .charter_services_row {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
/*     max-width: 984px; */
    margin: auto;
    margin: 0px 80px;
}
section.charter_services_sec .top_title{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_title h1{
   max-width:65%;
}
section.charter_services_sec .bottom_img{
	display: flex;
    justify-content: end;
    flex-wrap: wrap;
}
/* section.charter_services_sec .charter_services_row p{
	font-size: 16px;
	line-height: 22px;
	color: #58585a;
	font-weight: 400;
	font-family: "DM Sans";
} */
p{
	font-size: 16px;
	line-height: 22px;
	color: #58585a;
	font-weight: 500;
/* 	font-family: "DM Sans"; */
}

section.charter_services_sec .inner_content {
    padding: 50px;
}
section.charter_services_sec .image_des_con{
	padding: 20px 0px;
}
section.charter_services_sec .image_des_con img{
	width:100%;
}
section.charter_services_sec .image_des_con h4 {
    font-size: 14px;
    line-height: 18px;
    color: #1c5e73;
    font-weight: 400;
    font-style: italic;
    font-family: "DM Sans";
}
/* section.charter_services_sec .description_sec h1{
	font-size:20px;
	color:#c41831;
	padding:20px 0px;
	font-family:'oswald';
	filter: drop-shadow(0.574px 0.819px 0.5px #8aa2a9);
} */
/* section.charter_services_sec .top_title h3{
	font-family:'oswald';
	color:#c41831;
	filter: drop-shadow(0.574px 0.819px 0.5px #8aa2a9);
} */
button.wp-block-navigation__responsive-container-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b42c33;
    color: #fff;
    margin: 10px 20px;
}
section.charter_services_sec .description_sec ul{
	font-size: 16px;
    line-height: 22px;
    color: #58585a;
    font-weight: 500;
    font-family: "DM Sans";
	margin:0px;
	padding-left:20px;
	padding-bottom:20px;
}
section.charter_services_sec .description_sec a {
    color: #1c5e73;
    border-bottom: 1px solid #1c5e73;
}
section.charter_services_sec .description_sec a:hover{
	border-bottom:none;
}
section.charter_services_sec {
    padding: 0px  15px;
/* 	margin-top:-30px; */
}
.footer_email a {
    border-bottom: 1px solid #fff;
}
/* .home_overview p {
    font-size: 16px;
    line-height: 21px;
    color: #58585a;
    font-weight: 400;
    font-family: "DM Sans";
	height:100%;
} */
.sub-menu {
    list-style-type: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    margin: 0px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.sub-menu li a:hover {
    background: #ccc;
}
.sub-menu li a {
    color: #25515f !important;
    text-align: left;
    margin: 2px 5px 2px 5px;
}
header .navbar .navbar-nav li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.current-menu-item a {
    color: #fff !important;
}
header .navbar .navbar-nav li{
  position: relative;
}