/*

Theme Name: WMD Theme

*/



/*html :where(img){height:inherit;max-width:none;}*/
* {
 	box-sizing: border-box;
 }
 
html, body {
  overflow-x: hidden;
}


 body{
      font-family: "Poppins", sans-serif;
      margin: 0;
 }
.content-area {
 	font-size: 16px;
 	padding-top: 20px;
 	padding-bottom: 20px;
 	line-height: 24px;
 }
 .container , #main_container {
 	max-width: 1100px;
 	width: 100%;
 	margin: auto;
  padding: 0 20px;
 }
 
.content-area h1 {
       	font-size: 36px; 
       	font-weight: bold;
       	text-align: center;
       	line-height: 45px;
     	}
 
  .content-area h2 {
   	font-size: 30px; 
   	font-weight: bold; 
   	line-height: 40px;
 	}
 
  	.content-area h3 {
   	font-size: 25px; 
   	font-weight: bold; 
   	line-height: 35px;
 	}
 
	.content-area h4 {
   	font-size: 20px; 
   	font-weight: bold; 
   	line-height: 30px;
 	}
 
   .content-area h5 {
   	font-size: 18px; 
   	font-weight: bold; 
   	line-height: 28px;
 	}
    	.content-area h6 {
   	font-size: 16px; 
   	font-weight: bold; 
   	line-height: 25px;
 	}
   .content-area ol li {
 	list-style: decimal;

 }

   .content-area ul li {

     	list-style: disc;
 	}
 
	.content-area ol, .content-area ul {
 	box-sizing: border-box;
 	padding-left: 50px;
 }
 
 h1,h2,h3,h4,h5,h6,p{
  margin: 10px 0;
 }

   .content-area table{
 
 	border-collapse: collapse;
 	width: 100%;
 	margin-top: 20px;
 	margin-bottom: 20px;
    }
    .content-area td{
 	border: 1px solid #ccc;
 	padding: 8px;
 	font-size: 16px;
    }
 
   .content-area dl {
   	margin: 20px;
 	padding: 0;
 	font-family: Arial, sans-serif;
 	border: 1px solid #ddd;
 	border-radius: 5px;
 	background-color: #f9f9f9;
    }
   .content-area  dt {
 	font-weight: bold;
 	margin: 10px 0 5px;
 	padding: 10px;
 	background-color: #eee;
 	border-bottom: 1px solid #ddd;
 }
 
.content-area  dd {
 	margin: 0 0 10px 20px;
 	padding: 10px;
 	border-left: 2px solid #ddd;
 	background-color: #fff;
 }


 .content-area li {
line-height: 30px;
 }
 .header-inner {
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
  position: relative;

 }
 /* Add FontAwesome arrow only to top-level menu items with children */
 .menu-item-has-children > a::after {
 	content: "\f078";
 	font-family: "FontAwesome";
 	margin-left: 5px;
 	color: #000;
 	position: absolute;
 	top: 0px;
 	right: -18px;
 	font-size: 10px;
 }
 /* Hide arrow for nested submenu items */
 .sub-menu .menu-item-has-children > a::after {
 	display: block;
    right: 0;
 }
 .navigationcl {
 	position: relative;
 	left: auto;
 	padding-top: 0;
 	display: inline-block;
 	width:100%;
 }
 
.navigationcl a {
 	display: block;
 	position: relative;
 	margin: 0;
 	height: auto;
 	font-size: 17px;
 	line-height: 40px;
 	color: #000;
 	overflow: visible;
    text-decoration: none;

 }
 
.sub-menu li a{
 	line-height: 24px;
  	margin: 5px 0;
  	color:#000;
 }
 
.navigationcl li {
 	position: relative;
 	display: inline-block;
 	padding: 0 20px;
 }
 .nav-select {
 	display: inline-block;
 	visibility: visible;
 	width: 100%;
 	text-align: right;
 }
 
.navigationcl a:hover, .navigationcl a:focus {
 	color: #000;
 }
 
.navbar-togglecl{
 	display:none;
 }
 
   .sub-menu {
    	display: none;
     	position: absolute;
     	left: 0;
     	background: #fff;
     	width: 180px;
     	text-align: left;
     	padding: 10px 0;
     	box-shadow: 0 0 6px #ddd;
     	top: 34px;
      word-break: break-word;
      z-index: 999;
 	}
 .menu-item:hover .sub-menu {
 	display: block;
 }
 
 .sub-menu li {
  width: 100%;
 }
  .sub-menu .sub-menu{
    left: auto;
    right: 100%;
    top: -10px;

  }
 
  .nav-select .sub-menu > li > .sub-menu {
     	display: none;
     	position: absolute;

 	}

 	.nav-select .menu__list > li:hover > .sub-menu,
 	.nav-select .sub-menu > li:hover > .sub-menu {
     	display: block;
 	}
 .campaign-list-item_key-features ul li{
	list-style: none;

}
.campaign-list-item_key-features ul {
	padding-left:0;
}
.custom-footer {
  background-color: #f8f8f8;
  padding: 40px 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
}

.footer-content h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-menu li a {
  text-decoration: none;
  color: #0073aa;
  font-weight: 500;
  transition: color 0.3s;
}

.footer-menu li a:hover {
  color: #005077;
  text-decoration: underline;
}

p.cpyryt {
    text-align: center;
}
.aligncenter {
  
    display: block;
    margin: auto;
}
.site-title {
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    padding: 10px 0;
}

.site-title a {
    text-decoration: none;
    color: #000; /* black or brand color */
    font-family: 'Arial', sans-serif;
}
/*AUTHOR SECTION And Page START*/

.main-title {
    text-align: left;
}

.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.name_author_out {
    display: flex;
    align-items: center;
}

.name_author_out span.lbl {
    margin-right: 5px;
}

.name_author_out h4,
.name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.name_author_out a p {
    font-weight: 600;
    font-size: 16px;
}

.name_author_out a:hover p {
    color: #ea0101;
}

.modifyDetails {
    background: #F2F2F2;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.author_imag {
    line-height: 0;
}

.name_author_out {
    display: flex;
}

.name_author_out span.lbl {
    margin-right: 5px;
}

.name_author_out a {
    color: inherit;
}

/*Author Page css*/
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #eee;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}
.home-page.author-box-wrapper {
    padding: 30px 0;
    box-shadow: none;
}

.author-f-name .label, .author-description-name .label {
    font-weight: 600 !important;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    padding: 0px;
}

.author-f-name {
    display: flex;
    gap: 15px;
    font-size: 20px;
}

.author-description-name {
    margin-top: 20px;
    font-size: 20px;
}


/*customizer css*/

.content-area ol, .content-area ul {
    box-sizing: border-box;
    padding-left: 50px !important;
}
.main-content-wrapper .main-content-inner {
    color: #fff;
      margin: 30px auto;
}
.main-content-wrapper .main-content-inner span {
    padding-top: 10px;
    display: block;
}
.main-content-wrapper .main-content-inner li span, .main-content-wrapper .main-content-inner h1 span, .main-content-wrapper .main-content-inner h2 span, .main-content-wrapper .main-content-inner h3 span, .main-content-wrapper .main-content-inner h4 span {
    padding-top: 0px;
    display: inline;
}

.main-content-wrapper .main-content-inner h2, .main-content-wrapper .main-content-inner h3, .main-content-wrapper .main-content-inner h4{
    margin-top: 30px;
}
.main-content-wrapper .main-content-inner ol {
    list-style-type: auto;
    padding-left: 15px;
      padding-top: 5px;
}
.main-content-wrapper .main-content-inner ul {
    padding-left: 15px;
    list-style-type: disc;
      padding-top: 5px;
}

.main-content-wrapper .main-content-inner .table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.main-content-wrapper .main-content-inner .table-responsive table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
    margin-top: 15px;
}
div#site_nav {
    position: relative;
}
.main-content-wrapper .main-content-inner .table-responsive  th, .main-content-wrapper .main-content-inner .table-responsive  td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  text-align: left;
}
.main-content-wrapper .main-content-inner a {
    color: #fff;
}
.main-content-wrapper .main-content-inner a:hover {
    color: #fff;
}
.header-main-menu .mobile-nav-toggle {
    color: #fff;
    font-size: 20px;
    display: none;
}
.main-content-wrapper .main-content-inner span, .main-content-wrapper .main-content-inner b, .main-content-wrapper .main-content-inner li {
    font-size: 16px;
    line-height: 1.38;
}
.main-content-wrapper .main-content-inner h1, .main-content-wrapper .main-content-inner h1 span {
    font-size: 32px; }
.main-content-wrapper .main-content-inner h2, .main-content-wrapper .main-content-inner h2 span{font-size: 24px;}
.main-content-wrapper .main-content-inner h3, .main-content-wrapper .main-content-inner h3 span{font-size: 22px;}
.main-content-wrapper .main-content-inner h4, .main-content-wrapper .main-content-inner h4 span{font-size: 20px;}

@media only screen and (max-width: 768px) {
    .content-area .custom_top_author
{
    display: block;
    text-align: center;
}
.name_author_out {
    justify-content: center;
      margin-top:10px;
    }
.content-area table {
    overflow-x: auto;
    display: block;
}
    
#wrapper, #container, #main_container, #container_left {
    width: 100%;
    overflow: hidden;
}
.su-table.su-table-responsive.su-table-alternate {
    overflow-x: auto;
}
#wrapper {
    padding: 0px;
}
    .main-content-wrapper .main-content-inner {
    padding-right: 10px;
    padding-left: 10px;
}
.header-main-menu .mobile-nav-toggle {
    display: block;
      text-align: right;
    padding: 15px;
}
    .header-main-menu .navbar {
    display: none;
}
.header-main-menu ul.navbar.navbar-mobile {
    display: flex;
    position: absolute;
    background: #000;
    top: 50px;
    flex-direction: column-reverse;
   width: 100%;
}
.navbar-mobile .section ul.sub-menu {
    display: none;
}
.navbar-mobile  ul.sub-menu.dropdown-active {
   display: block !important;
   width: 100% !important;
   position: unset !important;
}
#site_nav li.section:hover ul {
    display: none;
}
}
/* customizer css end  */
/*AUTHOR SECTION And Page END*/
/*—-------------------------------------------------------*/
 @media only screen and (max-width: 991px) {
 .menu-item-has-children > a::after, .sub-menu .menu-item-has-children > a::after {
     	display: none;
    }
 .table-auto {
 	overflow-x: scroll;
 	width: 100%;
 }
 
.navigationcl {
 	position: absolute;
 	right: 0;
 	top: 100%;
 	width: 100%;
 	cursor: pointer;
 	text-align: left;
 	background: #fff;
 	left: auto;
 	box-shadow: 0 0 4px #ddd;
 	display: none;
 	padding: 10px;
 }
 .navbar-togglecl {
display: block !important;
 }
 .navbar-togglecl {
/*background-color: #050104;*/
width: 40px;
height: 40px;
position: absolute;
top:10px;
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: #000;
display: inline-block;
position: relative;
top: 2px;
right: 0;
 }
 .navbar-togglecl span::before, .navbar-togglecl span::after {
content: "";
position: absolute;
background-color: #000;
width: 100%;
height: 2px;
left: 0;
top: -7px;
 }
 .navbar-togglecl span::after {
top: 7px;
 }
 .navigationcl li {
 	position: relative;
 	display: inline-block;
 	Padding:0 20px;
 	margin:0;
 	width: 100%;
 	box-sizing: border-box;

 }
 
 
.navigationcl a {
font-size: 15px;
color: #000;
height: auto;
padding: 5px 10px;
 	margin: 0;
line-height: 36px;
text-align: center;
 }
 
.navigationcl ul {
visibility: visible;
position: relative;
display: block;
left: 0;
top: 0;
margin: 0 !important;
width: 100%;
padding: 0 !important;
 }
 .navigationcl ul a {
 	height: auto;
 	width: 100%;
 	overflow: visible;
 	line-height: 26px;
 	background-image: none;
 	border-width: 0;
 	text-align: left;
 }
 .navigationcl li:hover > ul {
visibility: visible;
top: auto;
 }
 
.toggle-menu {
 	position: absolute;
 	right: -7px;
 	width: 40px;
 	height: 30px;
 	font-size: 15px;
 	transform: rotate(0deg);
 	text-align: center;
 	top: 7px;
 	cursor: pointer;
 	z-index: 999;
 	display: block;
 }
 
.nav-select {
 	display: inline-block;
 	visibility: visible;
 	width: 100%;
 	text-align: left;
 	margin: 0;
 }
 
.sub-menu {
 	display: block;
 	position: relative;
 	left: 0;
 	background: transparent;
 	width: 100%;
 	text-align: left;
 	padding: 0 !important;
 	box-shadow: none;
 	top: auto;
 }
 .sub-menu .sub-menu{
  left: 0;
  right: 0;
  top: 0;
 }
 
.nav-select .sub-menu > li > .sub-menu {
     	display: none;
     	position: relative;

 	}

 	.nav-select .menu__list > li:hover > .sub-menu,
 	.nav-select .sub-menu > li:hover > .sub-menu {
     	display: block;
 	}
 
 
}