/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/

img.custom-logo {
    max-width: 100%;
    width: 280px;
    height: auto;
}
* {
    box-sizing: border-box;
}

/* common typography */
.new-template h1,
.content-area h1 {
    font-size: 36px;
    line-height: 45px;
}

.content-area h2 {
    font-size: 30px;
    line-height: 40px;
}

.content-area h3 {
    font-size: 25px;
    line-height: 35px;
}

.content-area h4 {
    font-size: 22px;
    line-height: 30px;
}

.content-area h5 {
    font-size: 20px;
    line-height: 28px;
}

.content-area h6 {
    font-size: 18px;
    line-height: 24px;
}

.new-template h1,
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
    margin: 15px 0px 10px;
    text-transform: inherit;
}

.content-area .su-button {
    background-color: #000000 !important;
    padding: 0px 10px;
    border-radius: 5px !important;
    font-size: 16px !important;
}

.content-area tr,
.content-area th,
.content-area td {
    font-size: 16px;
    line-height: 20px;
}

.content-area pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.content-area dl {
    margin: 20px 0px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 16px;
    color: #333;
}

.content-area dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
    color: #333;
}

.content-area dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
    line-height: 20px;
    color: #333;
}

.content-area p {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 5px;
    line-height: 25px;
}

.content-area p+div {
    margin-bottom: 10px;
}

.content-area blockquote {
    padding: 10px 10px 2px;
    border-left: 7px solid #e7e7e7;
    margin-left: 0px;
}

.content-area ol,
.content-area ul {
    padding-left: 20px;
}

.content-area li {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 25px;
}

.aligncenter {
    display: block;
    margin: auto;
}

.content-area table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-area table td {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

/* header css */
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .container img.logo-icons {
    max-width: 240px;
}

.new-template header .container nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.new-template header .container nav .menu__list {
    display: flex;
    justify-content: end;
}

.new-template header .container nav .menu__list .menu-item-has-children {
    position: relative;
}

.new-template header .container nav .menu__list li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    line-height: inherit;
    position: relative;
}

.new-template header .container nav .menu__list li {
    line-height: 110%;
    position: relative;
}

.new-template header .container nav .menu__list .sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 10px 0px 10px;
    width: 180px;
    background: #ffffff;
    min-width: 200px;
    border-radius: 5px;
    line-height: 36px;
    box-shadow: 0 7px 11px 0 rgba(0, 0, 0, .2);
}


.new-template header .container nav .menu__list .sub-menu li a {
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    line-height: inherit;
}

/* header css ends */
/* common container */
.new-template .container {
    width: 100%;
    margin: 0 auto;
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);

}

/* comon media for page */
@media (min-width:992px) {
    .new-template .container {
        max-width: 1140px;
        width: 100%;
    }

    .new-template header .container nav .menu__list li a {
        display: block;
        padding: 20px 20px;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        line-height: inherit;
        position: relative;
    }
    .new-template header .container nav .menu__list .sub-menu {
        padding: 10px;
    }
   
    .new-template header .container nav .menu__list .menu-item-has-children::after {
        content: "\f107";
        font-family: "FontAwesome";
        margin-left: 5px;
        color: white;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        transform-origin: 50% 25%;
    }

    .new-template header .container nav .menu__list .menu-item-has-children:hover::after {
        transform: scaleY(-1);
    }

    /* for inside sub-menu after */

    .new-template header .container nav .menu__list .menu-item-has-children .sub-menu .menu-item-has-children::after {
        right: 10px;
        color: #000;
    }

    /* ends */
    .new-template header .container nav .menu__list .menu-item-has-children>.sub-menu::after {
        position: absolute;
        right: 16%;
        bottom: 100%;
        width: 0;
        height: 0;
        margin-left: -5px;
        border: 5px solid transparent;
        border-bottom-color: #fff;
        content: " ";
        pointer-events: none;
    }

    .new-template header .container nav .menu__list .menu-item-has-children:hover>.sub-menu {
        display: block;
        position: absolute;
        top: 98%;
        opacity: 1;
        right: 0;
        left: auto;
    }
      .new-template header .container nav .menu__list .sub-menu .sub-menu {
            top: 0;            
            margin-top: -1px;
        }

    .new-template header .container nav .menu__list .menu-item-has-children .sub-menu  .sub-menu {
        display: block;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        right: calc(100% + 11px)  ; 
        left: auto;    
        top: 0;
        position: absolute;
    }
    .new-template header .container nav .menu__list .menu-item-has-children .sub-menu  .menu-item-has-children:hover .sub-menu {
       
        visibility: visible;
    }

    .new-template header .container nav .menu__list .menu-item-has-children:hover>.sub-menu .sub-menu:before {
        position: absolute;
        top: 28px;
        left: 100%;
        width: 0;
        height: 0;
        margin-top: -5px;
        border: 5px solid transparent;
        border-left-color: #fff;
        content: " ";
        pointer-events: none;
    }

    /* additonal border effect for hover for menu */
    .new-template header .container nav .menu__list li a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 2px;
        transform: translateY(calc(100% - 32px));
        opacity: 0;
        transition: all .3s ease-in-out;
        content: "";
        background-color: transparent;
    }

    .new-template header .container nav .menu__list li a:hover::after {
        transform: translateY(calc(100% - 16px));
        opacity: 1;
        background-color: #ffffff;
    }
    .new-template header .container nav .menu__list .sub-menu li a:hover::after,
    .new-template header .container nav .menu__list .sub-menu .sub-menu li a:hover::after {
        background-color: #000 !important;
        transform: translateY(calc(100% - 8px));
        opacity: 1;
    }
}

@media (max-width:1199.98px) {

    /* common container for all pages */

    .content-area h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .content-area h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .content-area h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .content-area h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .content-area h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .content-area h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .content-area .su-button span {
        padding: 5px 20px !important;

    }
}

@media (max-width:991.98px) {
    .header .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-togglecl {
        background-color: transparent;
        width: 40px;
        height: 40px;
        position: relative;
        top: 6px;
        right: 0px;
        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: 0;
        right: 0;
    }

    .navbar-togglecl span::before,
    .navbar-togglecl span::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        left: 0;
        top: -7px;
    }

    .navigationcl {
        position: absolute;
        right: 0px;
        top: 100%;
        width: 100%;
        cursor: pointer;
        text-align: left;
        background: #4177ae;
        left: auto;
        box-shadow: 0 0 4px #ddd;
        display: none;
        padding: 14px;
    }

    .navbar-togglecl {
        display: block;
    }

    .navbar-togglecl span::after {
        top: 7px;
    }

    .navigationcl li {
        width: 100%;
    }

    .navigationcl a {
        height: auto;
        padding: 5px 10px;
    }

    .navigationcl a {
        font-size: 15px;
        color: #1F6684;
        padding: 0;
        margin: 0;
        line-height: 36px;
        text-align: center;
    }

    .navigationcl ul {
        visibility: visible;
        position: relative;
        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: 0px;
        width: 40px;
        height: 30px;
        font-size: 20px;
        transform: rotate(0deg);
        text-align: center;
        top: 10px;
        cursor: pointer;
    }

    .toggle-menu i {
        color: #fff;
    }

    .new-template header .container nav .menu__list {
        flex-flow: column;
    }

    .new-template header .container nav .menu__list li a {
        display: inline-block;
        padding: 10px;
        text-decoration: none;
        cursor: pointer;
        color: #ffffff;
        line-height: inherit;
        position: relative;
    }

    .new-template header .navigationcl .sub-menu {
        padding-left: 20px !important;
    }

    .new-template header .container nav .menu__list .sub-menu {
        background-color: transparent;
        box-shadow: none;
    }

    .new-template header .container nav .menu__list .sub-menu li a {
        color: #fff;
        padding: 10px;
    }

}

@media only screen and (max-width: 767px) {
table {
   overflow: hidden;
overflow-x: scroll;
display:block;
}
}