/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/
* {
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0;
}
h1 {
    font-size: 35px;
    line-height: 45px;
}
h2 {
    font-size: 30px;
    line-height: 40px;
}
h3 {
    font-size: 25px;
    line-height: 35px;
}
h4 {
    font-size: 22px;
    line-height: 32px;
}
h5 {
    font-size: 20px;
    line-height: 30px;
}
h6 {
    font-size: 18px;
    line-height: 28px;
}
.content-part-area {
    font-size: 16px;
    line-height: 26px;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.content-part-area table tr td {
    border: 1px solid #000;
    padding: 10px;
}


.table-auto {
    overflow-x: auto;
}
.aligncenter {
    display: block;
    margin: auto;
}
.content-part-area dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.content-part-area dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}
.content-part-area dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}
.content-part-area table {
    margin: 25px 0;
    width: 100%;
    border-collapse: collapse;
}
#masterPageLayout {
    
    background: #fff;
}
#homeWebZones {
    margin-top: 10px;
    width: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.mobile-menu {
    display: none;
}
.logo-icons{
	max-width: 210px;
	width: 100%;
}
#bannerLogo {
	padding-left: 10px;
}
li.menu-item-has-children:after {
    position: absolute;
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    top: 9px;
    right: 4px;
    color: #fff;
}
li.menu-item-has-children {
    position: relative;
}

.globalNavContainer {
    background-color: #d1e4fa; 
    border-top: 4px solid #005cb9; 
    padding: 0;
    margin: 0;
}


.globalNav {
    display: flex;
   list-style: none;
    margin: 0;
    padding: 0;
}


.globalNav li {
    display: inline-block;
}

.globalNav a {
display: block;
    padding: 8px 20px;
    font: bold italic 1.2em Arial, Helvetica, sans-serif !important;
    color: #005596;
    text-decoration: none;
    text-align: center;
    border-right: 1px solid #e1edfc !important;
    border-left: 1px solid #8db3e6 !important;
   
}

.globalNav a:hover {
    background-color: #a12245; 
    color: #fff; 
}


.globalNav .current-menu-item a {
    background-color: #005cb9; 
    color: #fff; 
}
 .sub-menu {
       display: none;
        position: absolute;
        left: 0;
        background: #c4d9f5;
        width: max-content;
        text-align: left;
       padding: 8px 20px;
        box-shadow: 0 0 6px #ddd;
        top: 25px;
    }
.menu-item:hover .sub-menu {
    display: block;
}
.sub-menu li a {
    color: #005596;
	
}
ul.sub-menu li {
    width: 100%;
}
li.menu-item-has-children:after {
    position: absolute;
    content: "\f107";
    font: normal normal normal 10px / 1 FontAwesome;
    top: 10px;
    right: 9px;
    color: #005596;
}
  .globalNav .sub-menu > li > .sub-menu {
        display: none;
        position: absolute;
      
    }
    
    .globalNav  > li:hover > .sub-menu,
    .globalNav .sub-menu > li:hover > .sub-menu {
        display: block;
    }
#footerLinks {
    width: 400px;
    color: #000;
    float: left;
    text-align: center;
    font-size: 14px;
}
#footerLayout {
    margin: 0;
  
}
/*AUTHOR SECTION START*/
.main-title{
    text-align:left;
}
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.author_imag img {
    width: 60px;
    min-width:60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.name_author_out {
    display: flex;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out h4 {
    margin: 0;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
}
.name_author_out p {
    margin: 0;
}
/*AUTHOR SECTION END*/

 @media only screen and (max-width: 991px) {

.navbar-togglecl {
	display: block !important;
}
.navbar-togglecl {
	background-color: #015697;
	width: 40px;
	height: 40px;
	position: absolute;
	top:30px;
	right: 15px;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: transparent;
}
.navbar-togglecl span {
	width: 20px;
	height: 2px;
	background-color: #fff;
	display: inline-block;
	position: relative;
	top: 19px;
	right: 0;
}
.navbar-togglecl span::before, .navbar-togglecl span::after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 2px;
	left: 0;
	top: -7px;
}
.navbar-togglecl span::after {
	top: 7px;
}
.globalNavWrapper {
    position: absolute;
    right: 0px;
    top: 70px;
    width: 100%;
    cursor: pointer;
    text-align: left;
    background: #fff;
    left: auto;
    box-shadow: 0 0 4px #ddd;
    display: none;
    padding: 14px;
}
.globalNav {
    display: block;
  
}
 .globalNav li {
/*        border-bottom: 1px solid #ccc;*/
         display: block;
    }


    .globalNav a {
        padding: 15px;
        color: #004a93;
    }

    .globalNav .sub-menu {
        display: none; /* Hide submenu initially */
        padding-left: 20px;
    }
    .sub-menu {
    display: block;
    position: relative;
    left: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 0 !important;
    box-shadow: none;
    top: auto;
}

 .globalNav .sub-menu > li > .sub-menu {
        display: none;
        position: relative;
      
    }
    
  .globalNav > li:hover > .sub-menu,
    .nav-select .sub-menu > li:hover > .sub-menu {
        display: block;
    }
li.menu-item-has-children:after{
    display: none;
}
.toggle-menu {
    position: absolute;
    right: 0px;
    width: 40px;
    height: 30px;
    font-size: 15px;
    transform: rotate(0deg);
    text-align: center;
    top: 18px;
    cursor: pointer;
    z-index: 999;
    display: block;
    color:#004a93 ;
}

#masterPageLayout {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}
#footerLinks {
    width: 100%;
 
}
}