/*
 * Plugin: Web Slide Navigation System
 * Demo Link: http://webslidemenu.uxwing.com/
 * Author: UXWing
 * License: http://codecanyon.net/licenses/standard
*/
/*--------------------------------------------------------------------------
[Table of contents]

01 Base CSS
02 Desktop CSS
03 Tab CSS
04 Mobile CSS
05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  01  Base CSS
--------------------------------------------------------------------------*/
.wsmain html,
.wsmain body,
.wsmain iframe,
.wsmain h1,
.wsmain h2,
.wsmain h3,
.wsmain h4,
.wsmain h5,
.wsmain h6
{
    font: inherit;
    font-size: .875rem;
    font-weight: 400;
    font-smooth: antialiased;
    font-smooth: subpixel-antialiased;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;

    -webkit-font-smoothing: subpixel-antialiased;
            font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
            font-smoothing: subpixel-antialiased !important;
}
.wsmenu .cl
{
    clear: both;
}
.wsmenu img,
object,
embed,
video
{
    max-width: 100%;

    border: 0 none;
}
.wsmenu a:focus
{
    outline: none !important;
}
.wsmenu:before,
.wsmenu:after
{
    content: '';
}
.wsmenu:after
{
    clear: both;
}
.wsmenu-list a
{
    font-size: .875rem;
    font-weight: 400;

    color: #303e48;
}
/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/
.wsmobileheader
{
    display: none;
}
.overlapblackbg
{
    display: none;
}
.bigmegamenu
{
    position: relative;
}
.wsmenu
{
    font-size: 1rem;

    position: relative;

    width: 100%;
    padding: 0;
}
.wsmenu-list
{
    width: 100%;
    /*display: table;*/
    margin-bottom: 0;

    text-align: left;
}
.wsmenu-list > li
{
    line-height: 2rem;

    position: relative;

    text-align: center;
}
.wsmenu-list > li.logo a,
.wsmenu-list > li.logo a:hover
{
    border: none;
}
.wsmenu-list > li.logo
{
    cursor: pointer;
}
.wsmenu-list > li.logo img
{
    height: 85px;
}
.wsmenu-list > li:first-child
{
    margin-left: 0;
    width: 100%;
}
.wsmenu-list li ul li a .fa.fa-angle-double-right
{
    font-size: 12px;

    margin: 0 3px 0 -4px;
}
.wsmenu-list li a .arrow:after
{
    position: absolute;
    top: 22px;

    float: right;

    width: 0;
    height: 0;
    margin: 0 0 0 9px;

    content: '';
    text-align: right;

    border-top: 4px solid #b3b3b3;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
}
.wsmenu-list > li > a
{
    line-height: 2.1rem;

    position: relative;

    display: block;

    padding: 0rem .5rem;

    border-top: solid 2px transparent;
}
.wsmenu-list > li > a.active,
.wsmenu-list > li:hover > a
{
    text-decoration: none;

    border-top: solid 2px #9821a6;
}
.wsmenu-list > li > a.btn
{
    line-height: 1.5rem;

    border-top: solid 2px #9821a6;
}
.wsmenu-list li:hover .megamenu
{
    opacity: 1;
}
.megamenu
{
    font-size: 15px;

    position: absolute;
    z-index: 1030;
    top: 30px;
    left: 0;

    width: 100%;
    margin: 0;
    padding: 10px 0;

    transition: opacity .3s, -webkit-transform .3s;

    transition: transform .3s, opacity .3s;

    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    text-align: left;

    opacity: 0;
    color: #000;
    border: solid 1px #eee;
    background-color: #fff;
}
.megamenu .title
{
    font-size: 14px;
    font-size: 17px;

    height: 39px;
    margin: 0 0 7px 0;
    margin: 0 0 10px 0;
    padding: 9px 5px 9px 0;

    text-align: left;

    color: #424242;
    border-bottom: 1px solid #ccc;
}
.halfmenu
{
    right: 0 !important;
    left: auto !important;

    width: 60%;
}
.wsmenu-list li > .megamenu
{
    visibility: hidden;

    -webkit-transform: rotateX(-75deg);
            transform: rotateX(-75deg);

            transform-style: preserve-3d;
         -o-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.wsmenu-list li:hover > .megamenu
{
    visibility: visible;

    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);

    opacity: 1;
}
/* menu list */
@media only screen and (min-width: 781px)
{
    .wsmenu-list > .menu-arrow > a:after
    {
        position: absolute;
        z-index: 1030;
        top: 14px;
        right: 4px;

        margin-top: 0;

        content: '';

        border-width: 5px;
        border-style: solid;
        border-color: #9821a6 transparent transparent transparent;
        -o-border-image: none;
           border-image: none;
    }
    .wsmenu-list > .menu-arrow:hover a:after,
    .wsmenu-list > .menu-arrow a.active:after
    {
        border-color: #9821a6 transparent transparent transparent;
    }
    .wsmenu-list > .menu-arrow > a
    {
        padding-right: 1.2rem;
    }
}
.wsmenu-submenu
{
    position: absolute;
    z-index: 1030;
    top: 30px;

    min-width: 165px;
    margin: 0;
    padding: 2px;

    -webkit-transition: -webkit-transform .3s, opacity .3s;
       -moz-transition:    -moz-transform .3s, opacity .3s;
        -ms-transition:     -ms-transform .3s, opacity .3s;
         -o-transition:      -o-transform .3s, opacity .3s;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
         -o-transform-origin: 0 0;

    opacity: 0;
    border: solid 1px #eee;
    background-color: #fff;
}
.wsmenu-submenu li a
{
    font-size: 13px;
    line-height: 22px;

    display: block;

    padding: 6px 12px;

    text-align: left;
    letter-spacing: normal;
    text-transform: none;

    color: #666 !important;
    border-right: 0 none !important;
    border-right: 0 solid;
    background: #fff !important;
    background-image: none !important;
}
.wsmenu-submenu li
{
    position: relative;

    margin: 0;
    padding: 0;
}
.wsmenu-list li > .wsmenu-submenu
{
    visibility: hidden;

    -webkit-transform: rotateX(-75deg);
            transform: rotateX(-75deg);

            transform-style: preserve-3d;
         -o-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.wsmenu-list li:hover > .wsmenu-submenu
{
    visibility: visible;

    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);

    opacity: 1;
}
.wsmenu-list li:hover .wsmenu-submenu
{
    display: block;
}
.wsmenu-submenu > li > a:hover
{
    text-decoration: none;

    color: #fff !important;
    border-radius: 0 !important;
    background-color: #9821a6 !important;
}
.wsmenu-submenu > li > a.active
{
    text-decoration: none;

    color: #fff !important;
    background-color: #9821a6 !important;
}
.wsmenu-list li:hover .wsmenu-submenu
{
    display: block;
}
.wsmenu-click
{
    display: none;
}
@media only screen and (min-width: 992px)
{
    .wsmenu-list > li.name
    {
        display: inline-block;
    }
    .wsmenu-list > li:last-child{
        position:absolute;
        bottom:21px;
        right:0;
    }
}
/*--------------------------------------------------------------------------
|  03 Tab CSS
--------------------------------------------------------------------------*/
@media only screen and (max-width: 992px) {}
@media only screen and (max-width: 1200px)
{
    .wsmenu-list > li.logo
    {
        width: 100%;
    }
}
/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/
@media only screen and (max-width: 991px)
{
    .wsmenu
    {
        background: none;
    }
    .wsmenu-list > li.logo
    {
        display: none !important;
    }
    .wsmenu-list > li.topsearch
    {
        display: none !important;
    }
    .wsoffcanvasopener .wsmenu
    {
        left: 0;
        transition: all .4s ease-in-out;
    }
    .wsmenucontainer.wsoffcanvasopener
    {
        display: block;

        margin-left: 260px;
    }
    .wsmobileheader
    {
        position: relative;
        top: 0;
        right: 0;
        left: 0;

        display: block !important;
        transition: all .4s ease-in-out;
    }
    .overlapblackbg
    {
        position: fixed;
        z-index: 5;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;

        cursor: pointer;

        background-color: rgba(0, 0, 0, .45);
    }
    .wsoffcanvasopener .overlapblackbg
    {
        display: block !important;
    }
    .wsmenu > .wsmenu-list > li > a.active
    {
        color: #bd9b63;
    }
    /* mega menu */
    .wsmenu-list .megamenu
    {
        position: relative !important;
        top: 0;

        display: none;
        visibility: visible !important;

        padding: 10px 0;

        -webkit-transform: none !important;

                transform: none !important;

        opacity: 1 !important;
        color: #666;
        border: solid 0;
        background-color: #fff;
    }
    .wsmenu-list li:hover .megamenu
    {
        position: relative !important;
        top: 0;

        display: none;
    }
    /** list  */
    .wsmenu-list li:hover .wsmenu-submenu
    {
        display: none;
    }
    .wsmenu-list li:hover > .wsmenu-submenu
    {
        visibility: visible !important;

        -webkit-transform: none !important;

                transform: none !important;
    }
    .wsmenu-click
    {
        position: absolute;
        top: 0;
        right: 0;

        display: block;

        width: 100%;
        height: 43px;

        cursor: pointer;
    }
    .wsmenu-click i
    {
        font-size: 21px;

        display: block;
        float: right;

        width: 25px;
        height: 23px;
        margin-top: 5px;
        margin-right: 8px;

        color: #9821a6;
        background-size: 25px;
    }
    .mobile-sub .wsmenu-submenu
    {
        position: relative !important;
        top: 0;

        display: none;
        visibility: visible !important;

        padding: 0;

        -webkit-transform: none !important;

                transform: none !important;

        opacity: 1 !important;
        border: solid 0 #ccc;
        background-color: #fff;
    }
    .mobile-sub .wsmenu-submenu li a
    {
        font-size: 13px !important;
        line-height: 20px;

        height: 36px;
        padding: 8px 0 8px 18px;

        color: #8e8e8e;
        background-color: transparent !important;
    }
    .mobile-sub .wsmenu-submenu li a:hover
    {
        text-decoration: underline;

        color: #fff;
        background-color: #9821a6 !important;
    }
    .mobile-sub .wsmenu-submenu li:hover > a
    {
        color: #fff;
        background-color: #9821a6 !important;
    }
    .innerpnd
    {
        padding: 0 !important;
    }
    .wsmenucontainer
    {
        overflow: hidden;
        transition: all .4s ease-in-out;

        -webkit-backface-visibility: hidden;
           -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
    }
    .ws-activearrow > i
    {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .wsmenu-rotate
    {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .wsmenu-list > li > a .fa
    {
        margin-right: 6px;
    }
    .wsmenu
    {
        position: relative;
    }
    .wsmenu .wsmenu-list
    {
        display: block !important;
        overflow-y: auto;

        height: 100%;
    }
    .wsmenu .wsmenu-list > li
    {
        position: relative;

        display: block;
        float: none;

        width: 100%;
        margin-bottom: 5px;
        padding: .3rem 1rem;

        white-space: inherit;

        border-right: none;
        border-bottom: #ccc solid 1px;
        background-color: transparent;
    }
    .wsmenu > .wsmenu-list > li > a
    {
        position: static;

        display: block;

        width: 100%;

        text-align: center;
    }
    .wsmenu > .wsmenu-list > li > a > .fa
    {
        font-size: 16px;

        vertical-align: baseline;

        color: #000;
    }
    .wsmenu .wsmenu-list li a .arrow:after
    {
        display: none !important;
    }
    .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right
    {
        font-size: 12px !important;

        color: #8e8e8e;
    }
    .wsmenu
    {
        position: fixed;
        z-index: 102;
        top: 0;
        left: -260px;

        width: 260px;
        height: 100%;
        margin: 0;
        transition: all .4s ease-in-out;

        border: none !important;
        border-radius: 0;
        background-color: #fff;
        background-color: #fff !important;
    }
    .animated-arrow
    {
        position: fixed;
        z-index: 102;
        top: 0;
        left: 0;
        transition: all .4s ease-in-out;
    }
    .callusicon
    {
        font-size: 25px;

        position: fixed;
        z-index: 102;
        top: 13px;
        right: 15px;

        width: 25px;
        height: 25px;
        transition: all .4s ease-in-out 0s;
                transition: all .4s ease-in-out;

        color: #c9c9c9;
    }
    .callusicon:focus,
    callusicon:hover
    {
        color: #fff !important;
    }
    .wsoffcanvasopener .callusicon
    {
        display: none !important;
    }
    .smallogo
    {
        position: fixed;
        z-index: 3;

        display: block;

        width: 100%;
        height: 52px;
        padding-top: 1px;

        text-align: center;

        background: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    }
    .wsoffcanvasopener .animated-arrow
    {
        left: 260px;
    }
    .animated-arrow
    {
        margin: 10px 0 0 15px;
        padding: 13px 35px 16px 0;

        cursor: pointer;
    }
    .animated-arrow span,
    .animated-arrow span:before,
    .animated-arrow span:after
    {
        position: absolute;

        display: block;

        width: 23px;
        height: 3px;

        content: '';
        cursor: pointer;

        background: #c9c9c9;
    }
    .animated-arrow span:before
    {
        top: -7px;
    }
    .animated-arrow span:after
    {
        bottom: -7px;
    }
    .animated-arrow span,
    .animated-arrow span:before,
    .animated-arrow span:after
    {
        transition: all 500ms ease-in-out;
    }
    .wsoffcanvasopener .animated-arrow span
    {
        background-color: transparent;
    }
    .wsoffcanvasopener .animated-arrow span:before,
    .animated-arrow.active span:after
    {
        top: 7px;
    }
    .wsoffcanvasopener .animated-arrow span:before
    {
        bottom: 0;

        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .wsoffcanvasopener .animated-arrow span:after
    {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
}
