/*
Template Name: VoiceX Admin - Responsive Admin Template
Author: Multipurpose Themes
File: horizontal menu scss
*/

@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");

/*Social Media Colors*/


/*Theme Colors*/

@media (min-width: 992px) {
    .layout-top-nav .content-wrapper,
    .layout-top-nav .main-footer,
    .layout-top-nav .main-header .inside-header,
    .layout-top-nav .main-nav>.navbar {
        width: 95%;
        margin: 0 auto;
    }
    .layout-top-nav .main-header .inside-header {
        padding: 0 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.layout-top-nav.fixed .main-nav {
    position: fixed;
    width: 100%;
    z-index: 809;
    border-radius: 0;
}

.layout-top-nav.fixed .main-header .inside-header {
    padding: 0;
}

.layout-top-nav .main-nav {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 5px 15px;
    z-index: 9;
    position: relative;
    margin: 6px auto;
    border-radius: 3px;
}

.layout-top-nav .main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    overflow: hidden;
}

.layout-top-nav .main-nav .nav-brand {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
}

.layout-top-nav .main-nav .nav-brand a {
    color: #ffffff;
}

.layout-top-nav #main-menu:before,
.layout-top-nav .main-menu-btn-icon:after,
.layout-top-nav .main-menu-btn-icon:before {
    content: '';
}

.layout-top-nav #main-menu {
    clear: both;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .layout-top-nav.fixed .main-nav {
        position: fixed;
        width: 100%;
        margin: 6px auto;
    }
}

.layout-top-nav #main-menu:before {
    display: block;
    height: 1px;
    font: 1px/1px sans-serif;
    overflow: hidden;
}

@media (min-width: 992px) {
    .layout-top-nav #main-menu {
        float: none;
        clear: none;
        margin: 0 auto;
    }
    .layout-top-nav #main-menu:before {
        display: none;
    }
    .layout-top-nav.fixed #main-menu {
        width: 95%;
    }
    .layout-top-nav .main-nav {
        width: auto;
        float: left;
        display: -ms-flexbox !important;
        display: flex !important;
        background-color: transparent;
        box-shadow: none;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .layout-top-nav .main-nav {
        display: -ms-flexbox !important;
        display: flex !important;
        background-color: transparent;
        box-shadow: none;
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .layout-top-nav .main-nav {
        width: 100%;
        max-width: 100% !important;
    }
}

@media (max-width: 991px) {
    .layout-top-nav .main-nav {
        z-index: 9999;
        position: relative;
        padding: 10px 30px 5px;
        margin: 0px 0px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        border-radius: 0;
    }
    .layout-top-nav .main-nav .nav-brand {
        margin: 5px 20px 0 0;
    }
    .layout-top-nav .main-nav .nav-brand a {
        color: #2f363c;
    }
    .layout-top-nav .main-nav .topbar-toggler {
        color: #2f363c;
        cursor: pointer;
    }
    .layout-top-nav .main-nav .topbar-toggler:focus {
        outline: none;
    }
    .layout-top-nav .main-nav .main-menu-btn-icon {
        color: #2f363c;
        background-color: #2f363c;
    }
    .layout-top-nav .main-nav .main-menu-btn-icon:before,
    .layout-top-nav .main-nav .main-menu-btn-icon:after {
        background-color: #2f363c;
    }
    .layout-top-nav .main-header {
        max-height: 100%;
    }
    .layout-top-nav.fixed .main-nav {
        margin: 0px auto;
        z-index: 10000;
    }
}

.layout-top-nav .topbar-toggler {
    float: right;
    position: absolute;
    right: 35px;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.714rem;
    line-height: initial;
    margin-top: 6px;
}

.layout-top-nav .main-menu-btn {
    float: right;
    margin: 0px 10px 0 0px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    z-index: 9999;
}

.layout-top-nav .main-menu-btn-icon {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #ffffff;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.layout-top-nav .main-menu-btn-icon:before,
.layout-top-nav .main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #ffffff;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.layout-top-nav .main-menu-btn-icon:before {
    top: -7px;
    left: 0;
}

.layout-top-nav .main-menu-btn-icon:after {
    top: 7px;
    left: 0;
}

.layout-top-nav #main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: 0 0;
}

.layout-top-nav #main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.layout-top-nav #main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.layout-top-nav #main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.layout-top-nav #main-menu-state:not(:checked)~#main-menu,
.layout-top-nav .main-menu-btn::after,
.layout-top-nav .main-menu-btn::before {
    display: none;
}

.layout-top-nav #main-menu-state:checked~#main-menu {
    display: block;
    background-color: #ffffff;
}

.layout-top-nav.dark-skin #main-menu-state:checked~#main-menu {
    background-color: #2f363c;
}

@media (max-width: 767px) {
    .layout-top-nav .topbar-toggler {
        margin-top: 0px;
        position: relative;
        right: 0;
    }
    .layout-top-nav .main-nav .nav-brand {
        margin: 0px 20px 0 0;
    }
}

@media (min-width: 768px) {
    .layout-top-nav .main-menu-btn {
        position: absolute;
        top: -99999px;
        display: none !important;
    }
    .layout-top-nav #main-menu-state:not(:checked)~#main-menu {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .layout-top-nav #main-menu-state:not(:checked)~#main-menu {
        display: block;
    }
    .layout-top-nav .topbar-toggler {
        display: none;
    }
}


/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm {
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}

.sm ul,
.sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}

.sm>li>h1,
.sm>li>h2,
.sm>li>h3,
.sm>li>h4,
.sm>li>h5,
.sm>li>h6 {
    margin: 0;
    padding: 0;
}

.sm ul {
    display: none;
}

.sm li,
.sm a {
    position: relative;
}

.sm a {
    display: block;
}

.sm a.disabled {
    cursor: default;
}

.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    overflow: hidden;
}

.sm *,
.sm *::before,
.sm *::after {
    box-sizing: inherit;
}

.sm-rtl {
    direction: rtl;
    text-align: right;
}

.sm-rtl ul,
.sm-rtl li {
    direction: rtl;
    text-align: right;
}

.sm-blue {
    background: transparent;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.sm-blue a {
    padding: 10px 20px;
    border-radius: 3px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    color: #2f363c;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
}

.sm-blue a:hover,
.sm-blue a:active,
.sm-blue a:focus {
    padding: 10px 20px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    background: #2f363c;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.sm-blue a.current {
    background: #2f363c;
    color: #ffffff;
}

.sm-blue a.disabled {
    color: #455059;
}

.sm-blue a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    border-radius: 3px;
}

.sm-blue a .sub-arrow::before {
    content: '+';
}

.sm-blue.highlighted .sub-arrow::before {
    content: '-';
}

.sm-blue>li:first-child>a,
.sm-blue>li:first-child> :not(ul) a {
    border-radius: 3px;
}

.sm-blue>li:last-child>a,
.sm-blue>li:last-child>*:not(ul) a,
.sm-blue>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul {
    border-radius: 0 0 8px 8px;
}

.sm-blue>li:last-child>a.highlighted,
.sm-blue>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted {
    border-radius: 0;
}

.sm-blue ul {
    background: #ffffff;
}

.sm-blue ul a {
    background: transparent;
    color: #2f363c;
    font-size: 1rem;
    text-shadow: none;
    border-left: 8px solid transparent;
}

.sm-blue ul a:hover,
.sm-blue ul a:active,
.sm-blue ul a:focus {
    background: transparent;
    color: #2f363c;
    font-size: 1rem;
    text-shadow: none;
    border-left: 8px solid transparent;
}

.sm-blue ul a.current {
    background: #2f363c;
    color: #ffffff;
}

.sm-blue ul a.disabled {
    color: gray;
}

.sm-blue ul ul {
    background: rgba(128, 128, 128, 0.1);
}

.sm-blue ul ul a,
.sm-blue ul ul a:hover,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:active {
    border-left: 16px solid transparent;
}

.sm-blue ul ul ul a,
.sm-blue ul ul ul a:hover,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:active {
    border-left: 24px solid transparent;
}

.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:hover,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:active {
    border-left: 32px solid transparent;
}

.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:hover,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}

.sm-blue li:first-child {
    border-top: 0;
}

@media (min-width: 768px) {
    .sm-blue {
        background-color: transparent;
        border-radius: 0px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }
    .sm-blue ul {
        position: absolute;
        width: 12em;
        border: 1px solid #8c8c8c;
        padding: 10px 10px;
        background: #fff;
        border-radius: 3px 3px 3px 3px !important;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    }
    .sm-blue ul li {
        float: none;
    }
    .sm-blue ul a {
        white-space: nowrap;
        border: 0 !important;
        padding: 9px 30px 9px 10px;
        background: transparent;
        color: #2f363c;
        border-radius: 3px !important;
    }
    .sm-blue ul a.highlighted {
        white-space: nowrap;
        border: 0 !important;
        padding: 9px 30px 9px 10px;
        background: transparent;
        color: #2f363c;
        border-radius: 3px !important;
    }
    .sm-blue ul a:hover,
    .sm-blue ul a:active,
    .sm-blue ul a:focus {
        border: 0 !important;
        padding: 9px 30px 9px 10px;
        background: transparent;
        color: #2f363c;
        border-radius: 3px !important;
    }
    .sm-blue ul a:hover,
    .sm-blue ul a:focus,
    .sm-blue ul a:active,
    .sm-blue ul a.highlighted {
        background: #2f363c;
        color: #ffffff;
    }
    .sm-blue ul a.current {
        background: #2f363c;
        color: #ffffff;
    }
    .sm-blue ul a.disabled {
        background: #ffffff;
        color: #cccccc;
    }
    .sm-blue ul a .sub-arrow {
        top: 50%;
        margin-top: -5px;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #2f363c;
    }
    .sm-blue ul ul {
        border-radius: 3px !important;
        background: #ffffff;
    }
    .sm-blue ul li {
        border: 0;
    }
    .sm-blue li {
        float: left;
    }
    .sm-blue.sm-rtl li {
        float: right;
    }
    .sm-blue.sm-rtl ul li {
        float: none;
    }
    .sm-blue a {
        white-space: nowrap;
        padding: 10px 35px 10px 14px;
        margin-left: 2px;
        margin-right: 2px;
        border-radius: 3px;
    }
    .sm-blue a:hover,
    .sm-blue a:active,
    .sm-blue a:focus {
        padding: 10px 35px 10px 14px;
        background: #2f363c;
        color: #ffffff;
    }
    .sm-blue a.highlighted {
        padding: 10px 35px 10px 14px;
        background: #2f363c;
        color: #ffffff;
    }
    .sm-blue a.current {
        background: #2f363c;
        color: #ffffff;
    }
    .sm-blue a.disabled {
        background: #738391;
        color: #2f363c;
    }
    .sm-blue a .sub-arrow {
        margin-top: -3px;
        bottom: 2px;
        margin-left: -5px;
        right: 10px;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #ffffff transparent transparent transparent;
        background: transparent;
        border-radius: 0;
    }
    .sm-blue a .sub-arrow::before {
        display: none;
    }
    .sm-blue .sm-nowrap>li>a,
    .sm-blue .sm-nowrap>li> :not(ul) a {
        white-space: nowrap;
    }
    .sm-blue>li:first-child {
        border-left: 0;
    }
    .sm-blue>li:first-child>a,
    .sm-blue>li:first-child> :not(ul) a {
        border-radius: 3px;
    }
    .sm-blue>li:last-child>a,
    .sm-blue>li:last-child> :not(ul) a {
        border-radius: 3px !important;
    }
    .sm-blue>li {
        border-left: 0px solid #2f363c;
    }
    .sm-blue.sm-rtl ul a {
        padding: 9px 25px 9px 30px;
    }
    .sm-blue.sm-rtl ul a:hover,
    .sm-blue.sm-rtl ul a:active,
    .sm-blue.sm-rtl ul a:focus {
        padding: 9px 25px 9px 30px;
    }
    .sm-blue.sm-rtl ul a.highlighted {
        padding: 9px 25px 9px 30px;
    }
    .sm-blue .scroll-up,
    .sm-blue .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #ffffff;
        height: 20px;
    }
    .sm-blue .scroll-up-arrow,
    .sm-blue .scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #2f363c transparent;
    }
    .sm-blue .scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #2f363c transparent transparent transparent;
    }
    .sm-blue.sm-rtl>li:first-child {
        border-left: 0px solid #2f363c;
    }
    .sm-blue.sm-rtl>li:first-child>a,
    .sm-blue.sm-rtl>li:first-child> :not(ul) a {
        border-radius: 3px;
    }
    .sm-blue.sm-rtl>li:last-child {
        border-left: 0;
    }
    .sm-blue.sm-rtl>li:last-child>a,
    .sm-blue.sm-rtl>li:last-child> :not(ul) a {
        border-radius: 3px !important;
    }
    .sm-blue.sm-rtl ul a .sub-arrow {
        right: auto;
        left: 10px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #2f363c transparent transparent;
    }
}

@media (min-width: 992px) {
    .sm-blue a {
        color: #ffffff;
    }
}

@media (max-width: 991px) {
    .sm-blue a {
        color: #2f363c;
    }
    .sm-blue a .sub-arrow {
        border-color: #2f363c transparent transparent transparent;
    }
    .layout-top-nav .main-nav .nav-brand a {
        color: #2f363c;
    }
}

.dark-skin .main-nav {
    background: transparent;
}

.dark-skin .sm-blue ul {
    background: #333333;
}

.dark-skin .sm-blue ul a {
    color: rgba(255, 255, 255, 0.7);
}

.dark-skin .sm-blue ul a:hover,
.dark-skin .sm-blue ul a:active,
.dark-skin .sm-blue ul a:focus {
    color: rgba(255, 255, 255, 0.7);
}

.dark-skin .sm-blue a.current .sub-arrow,
.dark-skin .sm-blue a.highlighted .sub-arrow {
    border-color: #fff transparent transparent transparent;
}

.dark-skin .sm-blue a:hover .sub-arrow,
.dark-skin .sm-blue a:active .sub-arrow,
.dark-skin .sm-blue a:focus .sub-arrow {
    border-color: #fff transparent transparent transparent;
}

.dark-skin .sm-blue a .sub-arrow {
    border-color: #ffffff transparent transparent transparent;
}

@media (max-width: 991px) {
    .layout-top-nav.dark-skin .main-nav {
        background: #333333;
    }
    .layout-top-nav.dark-skin .main-nav .nav-brand a {
        color: #ffffff;
    }
    .layout-top-nav.dark-skin .main-nav .topbar-toggler {
        color: #ffffff;
    }
    .layout-top-nav.dark-skin .main-nav .main-menu-btn-icon {
        color: #ffffff;
        background-color: #ffffff;
    }
    .layout-top-nav.dark-skin .main-nav .main-menu-btn-icon:before,
    .layout-top-nav.dark-skin .main-nav .main-menu-btn-icon:after {
        background-color: #ffffff;
    }
}

@media (min-width: 768px) {
    .dark-skin .sm-blue ul {
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: #333333;
    }
    .dark-skin .sm-blue ul a {
        color: rgba(255, 255, 255, 0.7);
    }
    .dark-skin .sm-blue ul a:hover,
    .dark-skin .sm-blue ul a:active,
    .dark-skin .sm-blue ul a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    .dark-skin .sm-blue ul a.highlighted {
        color: rgba(255, 255, 255, 0.7);
    }
}

.light-skin .sm-blue a.current .sub-arrow,
.light-skin .sm-blue a.highlighted .sub-arrow {
    border-color: #fff transparent transparent transparent;
}

.light-skin .sm-blue a:hover .sub-arrow,
.light-skin .sm-blue a:active .sub-arrow,
.light-skin .sm-blue a:focus .sub-arrow {
    border-color: #fff transparent transparent transparent;
}

@media (min-width: 1251px) {
    .layout-boxed .sm-blue li:last-child ul {
        right: 0;
        left: auto !important;
    }
    .layout-boxed .sm-blue li:last-child ul ul {
        right: 100%;
        left: auto !important;
    }
}

.layout-top-nav .main-header .navbar {
    margin-left: 0;
    width: auto;
    display: inline-block;
    float: right;
}

.layout-top-nav .main-header .navbar-custom-menu {
    padding-right: 0px;
}

@media (max-width: 991px) {
    .layout-top-nav .main-header .navbar {
        width: 100%;
        padding-right: 25px;
        margin-top: -70px;
        -moz-transition: margin-top 0.3s ease-in-out;
        -o-transition: margin-top 0.3s ease-in-out;
        -webkit-transition: margin-top 0.3s ease-in-out;
        transition: margin-top 0.3s ease-in-out;
    }
    .layout-top-nav .main-header .navbar.icon-topbar.smobile {
        margin-top: 0px;
        -moz-transition: margin-top 0.3s ease-in-out;
        -o-transition: margin-top 0.3s ease-in-out;
        -webkit-transition: margin-top 0.3s ease-in-out;
        transition: margin-top 0.3s ease-in-out;
    }
    .layout-top-nav .main-header .navbar.icon-topbar.smobile .nav>li>a {
        color: #2f363c;
    }
    .layout-top-nav .main-header .navbar {
        background-color: #ffffff;
    }
    .layout-top-nav .main-header .navbar-nav .search-bar .lookup::before {
        color: rgba(0, 0, 0, 0.5);
    }
    .layout-top-nav .main-header .navbar-nav .search-bar .lookup-circle input {
        background-color: rgba(0, 0, 0, 0.1);
    }
    .layout-top-nav.fixed .main-header .navbar {
        margin-top: -10px;
        -moz-transition: margin-top 0.3s ease-in-out;
        -o-transition: margin-top 0.3s ease-in-out;
        -webkit-transition: margin-top 0.3s ease-in-out;
        transition: margin-top 0.3s ease-in-out;
    }
    .layout-top-nav.fixed .main-header .navbar.icon-topbar.smobile {
        margin-top: 50px;
        -moz-transition: margin-top 0.3s ease-in-out;
        -o-transition: margin-top 0.3s ease-in-out;
        -webkit-transition: margin-top 0.3s ease-in-out;
        transition: margin-top 0.3s ease-in-out;
    }
}

@media (max-width: 1199px) {
    .layout-top-nav .main-nav {
        max-width: 600px;
    }
    .layout-top-nav.layout-boxed .main-nav {
        max-width: 600px;
    }
}

@media (min-width: 1200px) {
    .layout-top-nav .main-nav {
        max-width: 900px;
    }
    .layout-top-nav.layout-boxed .main-nav {
        max-width: 600px;
    }
}

@media (min-width: 1600px) {
    .layout-top-nav .main-nav {
        max-width: 1024px;
    }
    .layout-top-nav.layout-boxed .main-nav {
        max-width: 600px;
    }
}


/*# sourceMappingURL=horizontal-menu.css.map */


/*  width styles */

.wid-1 {
    width: 1%!important
}

;
.wid-2 {
    width: 2%!important
}

;
.wid-3 {
    width: 3%!important
}

;
.wid-4 {
    width: 4%!important
}

;
.wid-5 {
    width: 5%!important
}

;
.wid-6 {
    width: 6%!important
}

;
.wid-7 {
    width: 7%!important
}

;
.wid-8 {
    width: 8%!important
}

;
.wid-9 {
    width: 9%!important
}

;
.wid-10 {
    color: red;
    width: 10%!important
}

;
.wid-11 {
    width: 11%!important
}

;
.wid-12 {
    width: 12%!important
}

;
.wid-13 {
    width: 13%!important
}

;
.wid-14 {
    width: 14%!important
}

;
.wid-15 {
    width: 15%!important
}

;
.wid-16 {
    width: 16%!important
}

;
.wid-17 {
    width: 17%!important
}

;
.wid-18 {
    width: 18%!important
}

;
.wid-19 {
    width: 19%!important
}

;
.wid-20 {
    width: 20%!important
}

;
.wid-21 {
    width: 21%!important
}

;
.wid-22 {
    width: 22%!important
}

;
.wid-23 {
    width: 23%!important
}

;
.wid-24 {
    width: 24%!important
}

;
.wid-25 {
    width: 25%!important
}

;
.wid-26 {
    width: 26%!important
}

;
.wid-27 {
    width: 27%!important
}

;
.wid-28 {
    width: 28%!important
}

;
.wid-29 {
    width: 29%!important
}

;
.wid-30 {
    width: 30%!important
}

;
.wid-31 {
    width: 31%!important
}

;
.wid-32 {
    width: 32%!important
}

;
.wid-33 {
    width: 33%!important
}

;
.wid-34 {
    width: 34%!important
}

;
.wid-35 {
    width: 35%!important
}

;
.wid-36 {
    width: 36%!important
}

;
.wid-37 {
    width: 37%!important
}

;
.wid-38 {
    width: 38%!important
}

;
.wid-39 {
    width: 39%!important
}

;
.wid-40 {
    width: 40%!important
}

;
.wid-41 {
    width: 41%!important
}

;
.wid-42 {
    width: 42%!important
}

;
.wid-43 {
    width: 43%!important
}

;
.wid-44 {
    width: 44%!important
}

;
.wid-45 {
    width: 45%!important
}

;
.wid-46 {
    width: 46%!important
}

;
.wid-47 {
    width: 47%!important
}

;
.wid-48 {
    width: 48%!important
}

;
.wid-49 {
    width: 49%!important
}

;
.wid-50 {
    width: 50%!important
}

;
.wid-51 {
    width: 51%!important
}

;
.wid-52 {
    width: 52%!important
}

;
.wid-53 {
    width: 53%!important
}

;
.wid-54 {
    width: 54%!important
}

;
.wid-55 {
    width: 55%!important
}

;
.wid-56 {
    width: 56%!important
}

;
.wid-57 {
    width: 57%!important
}

;
.wid-58 {
    width: 58%!important
}

;
.wid-59 {
    width: 59%!important
}

;
.wid-60 {
    width: 60%!important
}

;
.wid-61 {
    width: 61%!important
}

;
.wid-62 {
    width: 62%!important
}

;
.wid-63 {
    width: 63%!important
}

;
.wid-64 {
    width: 64%!important
}

;
.wid-65 {
    width: 65%!important
}

;
.wid-66 {
    width: 66%!important
}

;
.wid-67 {
    width: 67%!important
}

;
.wid-68 {
    width: 68%!important
}

;
.wid-69 {
    width: 69%!important
}

;
.wid-70 {
    width: 70%!important
}

;
.wid-71 {
    width: 71%!important
}

;
.wid-72 {
    width: 72%!important
}

;
.wid-73 {
    width: 73%!important
}

;
.wid-74 {
    width: 74%!important
}

;
.wid-75 {
    width: 75%!important
}

;
.wid-76 {
    width: 76%!important
}

;
.wid-77 {
    width: 77%!important
}

;
.wid-78 {
    width: 78%!important
}

;
.wid-79 {
    width: 79%!important
}

;
.wid-80 {
    width: 80%!important
}

;
.wid-81 {
    width: 81%!important
}

;
.wid-82 {
    width: 82%!important
}

;
.wid-83 {
    width: 83%!important
}

;
.wid-84 {
    width: 84%!important
}

;
.wid-85 {
    width: 85%!important
}

;
.wid-86 {
    width: 86%!important
}

;
.wid-87 {
    width: 87%!important
}

;
.wid-88 {
    width: 88%!important
}

;
.wid-89 {
    width: 89%!important
}

;
.wid-90 {
    width: 90%!important
}

;
.wid-91 {
    width: 91%!important
}

;
.wid-92 {
    width: 92%!important
}

;
.wid-93 {
    width: 93%!important
}

;
.wid-94 {
    width: 94%!important
}

;
.wid-95 {
    width: 95%!important
}

;
.wid-96 {
    width: 96%!important
}

;
.wid-97 {
    width: 97%!important
}

;
.wid-98 {
    width: 98%!important
}

;
.wid-99 {
    width: 99%!important
}

;
.wid-100 {
    width: 100%!important
}

;

/* HEIGHT STYLE */

.hei-1 {
    height: 1%!important
}

;
.hei-2 {
    height: 2%!important
}

;
.hei-3 {
    height: 3%!important
}

;
.hei-4 {
    height: 4%!important
}

;
.hei-5 {
    height: 5%!important
}

;
.hei-6 {
    height: 6%!important
}

;
.hei-7 {
    height: 7%!important
}

;
.hei-8 {
    height: 8%!important
}

;
.hei-9 {
    height: 9%!important
}

;
.hei-10 {
    height: 10%!important
}

;
.hei-11 {
    height: 11%!important
}

;
.hei-12 {
    height: 12%!important
}

;
.hei-13 {
    height: 13%!important
}

;
.hei-14 {
    height: 14%!important
}

;
.hei-15 {
    height: 15%!important
}

;
.hei-16 {
    height: 16%!important
}

;
.hei-17 {
    height: 17%!important
}

;
.hei-18 {
    height: 18%!important
}

;
.hei-19 {
    height: 19%!important
}

;
.hei-20 {
    height: 20%!important
}

;
.hei-21 {
    height: 21%!important
}

;
.hei-22 {
    height: 22%!important
}

;
.hei-23 {
    height: 23%!important
}

;
.hei-24 {
    height: 24%!important
}

;
.hei-25 {
    height: 25%!important
}

;
.hei-26 {
    height: 26%!important
}

;
.hei-27 {
    height: 27%!important
}

;
.hei-28 {
    height: 28%!important
}

;
.hei-29 {
    height: 29%!important
}

;
.hei-30 {
    height: 30%!important
}

;
.hei-31 {
    height: 31%!important
}

;
.hei-32 {
    height: 32%!important
}

;
.hei-33 {
    height: 33%!important
}

;
.hei-34 {
    height: 34%!important
}

;
.hei-35 {
    height: 35%!important
}

;
.hei-36 {
    height: 36%!important
}

;
.hei-37 {
    height: 37%!important
}

;
.hei-38 {
    height: 38%!important
}

;
.hei-39 {
    height: 39%!important
}

;
.hei-40 {
    height: 40%!important
}

;
.hei-41 {
    height: 41%!important
}

;
.hei-42 {
    height: 42%!important
}

;
.hei-43 {
    height: 43%!important
}

;
.hei-44 {
    height: 44%!important
}

;
.hei-45 {
    height: 45%!important
}

;
.hei-46 {
    height: 46%!important
}

;
.hei-47 {
    height: 47%!important
}

;
.hei-48 {
    height: 48%!important
}

;
.hei-49 {
    height: 49%!important
}

;
.hei-50 {
    height: 50%!important
}

;
.hei-51 {
    height: 51%!important
}

;
.hei-52 {
    height: 52%!important
}

;
.hei-53 {
    height: 53%!important
}

;
.hei-54 {
    height: 54%!important
}

;
.hei-55 {
    height: 55%!important
}

;
.hei-56 {
    height: 56%!important
}

;
.hei-57 {
    height: 57%!important
}

;
.hei-58 {
    height: 58%!important
}

;
.hei-59 {
    height: 59%!important
}

;
.hei-60 {
    height: 60%!important
}

;
.hei-61 {
    height: 61%!important
}

;
.hei-62 {
    height: 62%!important
}

;
.hei-63 {
    height: 63%!important
}

;
.hei-64 {
    height: 64%!important
}

;
.hei-65 {
    height: 65%!important
}

;
.hei-66 {
    height: 66%!important
}

;
.hei-67 {
    height: 67%!important
}

;
.hei-68 {
    height: 68%!important
}

;
.hei-69 {
    height: 69%!important
}

;
.hei-70 {
    height: 70%!important
}

;
.hei-71 {
    height: 71%!important
}

;
.hei-72 {
    height: 72%!important
}

;
.hei-73 {
    height: 73%!important
}

;
.hei-74 {
    height: 74%!important
}

;
.hei-75 {
    height: 75%!important
}

;
.hei-76 {
    height: 76%!important
}

;
.hei-77 {
    height: 77%!important
}

;
.hei-78 {
    height: 78%!important
}

;
.hei-79 {
    height: 79%!important
}

;
.hei-80 {
    height: 80%!important
}

;
.hei-81 {
    height: 81%!important
}

;
.hei-82 {
    height: 82%!important
}

;
.hei-83 {
    height: 83%!important
}

;
.hei-84 {
    height: 84%!important
}

;
.hei-85 {
    height: 85%!important
}

;
.hei-86 {
    height: 86%!important
}

;
.hei-87 {
    height: 87%!important
}

;
.hei-88 {
    height: 88%!important
}

;
.hei-89 {
    height: 89%!important
}

;
.hei-90 {
    height: 90%!important
}

;
.hei-91 {
    height: 91%!important
}

;
.hei-92 {
    height: 92%!important
}

;
.hei-93 {
    height: 93%!important
}

;
.hei-94 {
    height: 94%!important
}

;
.hei-95 {
    height: 95%!important
}

;
.hei-96 {
    height: 96%!important
}

;
.hei-97 {
    height: 97%!important
}

;
.hei-98 {
    height: 98%!important
}

;
.hei-99 {
    height: 99%!important
}

;
.hei-100 {
    height: 100%!important
}

;

/* FLEX PROPERTIES */

.flex-1 {
    flex: 0 0 1%!important
}

;
.flex-2 {
    flex: 0 0 2%!important
}

;
.flex-3 {
    flex: 0 0 3%!important
}

;
.flex-4 {
    flex: 0 0 4%!important
}

;
.flex-5 {
    flex: 0 0 5%!important
}

;
.flex-6 {
    flex: 0 0 6%!important
}

;
.flex-7 {
    flex: 0 0 7%!important
}

;
.flex-8 {
    flex: 0 0 8%!important
}

;
.flex-9 {
    flex: 0 0 9%!important
}

;
.flex-10 {
    flex: 0 0 10%!important
}

;
.flex-11 {
    flex: 0 0 11%!important
}

;
.flex-12 {
    flex: 0 0 12%!important
}

;
.flex-13 {
    flex: 0 0 13%!important
}

;
.flex-14 {
    flex: 0 0 14%!important
}

;
.flex-15 {
    flex: 0 0 15%!important
}

;
.flex-16 {
    flex: 0 0 16%!important
}

;
.flex-17 {
    flex: 0 0 17%!important
}

;
.flex-18 {
    flex: 0 0 18%!important
}

;
.flex-19 {
    flex: 0 0 19%!important
}

;
.flex-20 {
    flex: 0 0 20%!important
}

;
.flex-21 {
    flex: 0 0 21%!important
}

;
.flex-22 {
    flex: 0 0 22%!important
}

;
.flex-23 {
    flex: 0 0 23%!important
}

;
.flex-24 {
    flex: 0 0 24%!important
}

;
.flex-25 {
    flex: 0 0 25%!important
}

;
.flex-26 {
    flex: 0 0 26%!important
}

;
.flex-27 {
    flex: 0 0 27%!important
}

;
.flex-28 {
    flex: 0 0 28%!important
}

;
.flex-29 {
    flex: 0 0 29%!important
}

;
.flex-30 {
    flex: 0 0 30%!important
}

;
.flex-31 {
    flex: 0 0 31%!important
}

;
.flex-32 {
    flex: 0 0 32%!important
}

;
.flex-33 {
    flex: 0 0 33%!important
}

;
.flex-34 {
    flex: 0 0 34%!important
}

;
.flex-35 {
    flex: 0 0 35%!important
}

;
.flex-36 {
    flex: 0 0 36%!important
}

;
.flex-37 {
    flex: 0 0 37%!important
}

;
.flex-38 {
    flex: 0 0 38%!important
}

;
.flex-39 {
    flex: 0 0 39%!important
}

;
.flex-40 {
    flex: 0 0 40%!important
}

;
.flex-41 {
    flex: 0 0 41%!important
}

;
.flex-42 {
    flex: 0 0 42%!important
}

;
.flex-43 {
    flex: 0 0 43%!important
}

;
.flex-44 {
    flex: 0 0 44%!important
}

;
.flex-45 {
    flex: 0 0 45%!important
}

;
.flex-46 {
    flex: 0 0 46%!important
}

;
.flex-47 {
    flex: 0 0 47%!important
}

;
.flex-48 {
    flex: 0 0 48%!important
}

;
.flex-49 {
    flex: 0 0 49%!important
}

;
.flex-50 {
    flex: 0 0 50%!important
}

;
.flex-51 {
    flex: 0 0 51%!important
}

;
.flex-52 {
    flex: 0 0 52%!important
}

;
.flex-53 {
    flex: 0 0 53%!important
}

;
.flex-54 {
    flex: 0 0 54%!important
}

;
.flex-55 {
    flex: 0 0 55%!important
}

;
.flex-56 {
    flex: 0 0 56%!important
}

;
.flex-57 {
    flex: 0 0 57%!important
}

;
.flex-58 {
    flex: 0 0 58%!important
}

;
.flex-59 {
    flex: 0 0 59%!important
}

;
.flex-60 {
    flex: 0 0 60%!important
}

;
.flex-61 {
    flex: 0 0 61%!important
}

;
.flex-62 {
    flex: 0 0 62%!important
}

;
.flex-63 {
    flex: 0 0 63%!important
}

;
.flex-64 {
    flex: 0 0 64%!important
}

;
.flex-65 {
    flex: 0 0 65%!important
}

;
.flex-66 {
    flex: 0 0 66%!important
}

;
.flex-67 {
    flex: 0 0 67%!important
}

;
.flex-68 {
    flex: 0 0 68%!important
}

;
.flex-69 {
    flex: 0 0 69%!important
}

;
.flex-70 {
    flex: 0 0 70%!important
}

;
.flex-71 {
    flex: 0 0 71%!important
}

;
.flex-72 {
    flex: 0 0 72%!important
}

;
.flex-73 {
    flex: 0 0 73%!important
}

;
.flex-74 {
    flex: 0 0 74%!important
}

;
.flex-75 {
    flex: 0 0 75%!important
}

;
.flex-76 {
    flex: 0 0 76%!important
}

;
.flex-77 {
    flex: 0 0 77%!important
}

;
.flex-78 {
    flex: 0 0 78%!important
}

;
.flex-79 {
    flex: 0 0 79%!important
}

;
.flex-80 {
    flex: 0 0 80%!important
}

;
.flex-81 {
    flex: 0 0 81%!important
}

;
.flex-82 {
    flex: 0 0 82%!important
}

;
.flex-83 {
    flex: 0 0 83%!important
}

;
.flex-84 {
    flex: 0 0 84%!important
}

;
.flex-85 {
    flex: 0 0 85%!important
}

;
.flex-86 {
    flex: 0 0 86%!important
}

;
.flex-87 {
    flex: 0 0 87%!important
}

;
.flex-88 {
    flex: 0 0 88%!important
}

;
.flex-89 {
    flex: 0 0 89%!important
}

;
.flex-90 {
    flex: 0 0 90%!important
}

;
.flex-91 {
    flex: 0 0 91%!important
}

;
.flex-92 {
    flex: 0 0 92%!important
}

;
.flex-93 {
    flex: 0 0 93%!important
}

;
.flex-94 {
    flex: 0 0 94%!important
}

;
.flex-95 {
    flex: 0 0 95%!important
}

;
.flex-96 {
    flex: 0 0 96%!important
}

;
.flex-97 {
    flex: 0 0 97%!important
}

;
.flex-98 {
    flex: 0 0 98%!important
}

;
.flex-99 {
    flex: 0 0 99%!important
}

;
.flex-100 {
    flex: 0 0 100%!important
}

;