﻿.Layer2
{
    width: 100%;
    height: auto;
    background-color: #0a540a;
    display: block;
}
.navbar_header
{
    width: 100%;
    height: auto;
    margin-left: auto;
    display: block;
    margin-top: 0px;
    letter-spacing: 0.3px;
}



.navbar_header > ul > li > ul > li > ul
{
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 999;
}

.navbar_header > ul > li > ul > li > ul > li > a
{
    color: #fff;
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #244e86;
    padding: 10px;
    font-size: 12px;
    position: relative;
    background: linear-gradient(0deg,#002463 50%,#002463 100%);
}
.navbar_header > ul > li > ul > li > ul > li > a:hover
{
    background: #CCCCCC;
    border-bottom: 1px solid #244e86;
}

.navbar_header > ul > li > ul
{
    position: absolute;
    left: 0;
    min-width: 250px;
    list-style: none;
    padding: 0;
    top: 40px;
    z-index: 999;
    margin: 0;
    display: none;
    -moz-animation: zoomIn 0.3s ease;
    -webkit-animation: zoomIn 0.3s ease;
    animation: zoomIn 0.3s ease;
}

.navbar_header > ul > li > ul > li
{
    position: relative;
}
.navbar_header > ul > li > ul > li > a
{
    color: #ffffff;
    border-bottom: 1px dotted;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px;
    font-size: 13px;
    position: relative;
    background: #f93;
}
.navbar_header > ul > li > ul > li > a:hover
{
    text-decoration: none;
    background: #ffffff;
    color: #0a540a;
    font-weight: bold;
}

.navbar_header > ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

.navbar_header > ul > li:hover > a
{
    text-decoration: none;
    background: #ff9933;
    color: white;
}
.navbar_header > ul > li
{
    position: relative;
    float: left;
    width: auto;
    display: inline-block;
}


.navbar_header > ul li:hover > ul, .navbar_header > ul li > ul > li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}


/* Menu Link Styles */

.navbar_header > ul > li > a /* Apply to all links inside the multi-level menu */
{
    display: inline-block; /* padding: 15px 10px; */
    color: white;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.3px;
    text-decoration: none;
    position: relative;
    transition: 0.5s;
    font-size: 14px; /* font-weight: bold; */
    text-transform: capitalize;
}

.navbar_header > ul > li > a:after
{
    content: '';
    position: absolute;
    left: auto;
    bottom: auto;
    top: auto;
    right: 9px;
    width: 0;
    bottom: 16px;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #e8e8e8;
    clear: both;
}

.navbar_header > ul > li:first-child
{
    background-color: #ffa84e;
}


.navbar_header > ul a:hover
{
    color: #000000;
}
.MobileMenubar
{
    display: none;
}
.Navbartoggle
{
    font-size: 20px;
    color: #fff;
}
@media only screen and (max-width: 768px)
{
    .MobileMenubar
    {
        display: inline-block;
        padding: 10px;
    }
    .navbar_header > ul
    {
        padding: 5px;
        list-style: none;
        margin: 0px;
        width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
        background-color: #6080af;
    }

    .navbar_header > ul > li
    {
        position: relative;
        float: left;
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #064089;
    }
    .navbar_header > ul > li > a
    {
        width: 100%;
        color: #fff;
    }

    .navbar_header > ul > li > ul
    {
        display: inline-block;
        position: static;
        width: 100%;
    }
    .navbar_header
    {
        width: 0px;
        right: -100%;
        position: fixed;
        left: auto;
        height: 100%;
        overflow: auto;
        background-color: Red;
        top: 0px;
        bottom: 0px;
        z-index: 999;
    }
    .div_Logo
    {
        position: static;
        z-index: 99;
        width: 60%;
        height: auto;
        background-color: White;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .Header_address
    {
        padding: 5px;
    }
}

.affix
{
    position: fixed;
    z-index: 999;
    top: 0px;
    box-shadow: 0px 2px 6px 0px;
}
.menuBar
{
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.mobileMenu
{
    width: 100%;
    display: none;
}


@media only screen and (max-width: 768px)
{
    .navbar_header > ul > li > ul
    {
        display: inline-block;
        position: static;
        width: 100%;
    }
    .mobileMenu
    {
        width: 100%;
        display: inline-block;
        padding: 10px;
        text-align: left;
        margin-top: 10px;
        display: block;
    }
    .menuBar
    {
        width: 0px;
        height: 100%;
        top: 0px;
        bottom: 0px;
        left: 0px;
        display: block;
    }
    .closebtn
    {
        position: fixed;
        font-size: 25px;
        text-transform: uppercase;
        left: 0px;
        z-index: 999;
        height: 100%;
        width: 0px;
        top: 0px;
        display: inline-block;
        padding: 0;
        background-color: #f9f9f9;
    }

}

.Togglebtn
{
    display: none;
}

@media only screen and (max-width: 768px)
{
    .Togglebtn
    {
        padding: 5px;
        border: 1px solid gray;
        display: inline-block;
        color: orange;
        font-size: 25px;
    }

}


.designedby span{
    display:block;
    text-align:right;
}


@media only screen and (max-width: 1200px) {

    .header_socail_media {
        display: none;
    }

}



    @media only screen and (max-width: 992px) {

        .write_up span {
            text-align: center;
            display: block;
        }

        .header_socail_media {
            display: none;
        }

        .designedby span {
            display: block;
            text-align: center;
        }

        .footer-bottom span {
            color: #053e05;
            text-align: center;
            font-size: 17px;
            font-weight: bold;
            display: block;
        }
    }