/********************** Top Bar *************************/
/********************** Loader **************************/
/********************** Page Title Header ***************/
/********************** Header Menu *********************/
/********************** DL Menu *************************/
/********************** Mega Menu ***********************/
/********************** Dark Menu ***********************/
/********************** Fluout Menu *********************/
/********************** Verticle Menu *******************/
/********************** Center Logo *********************/
/********************** Transparent Menu ****************/
/********************** Sticky Menu *********************/
/********************** Mega Menu Slider ****************/
/********************** Tablet Sticky *******************/
/********************** Mobile Sticky *******************/


/********************** Top Bar *****************************/
#top-bar{
    background-color:#fff;
    border-top:0px solid var(--color);
    color:#747474;
    border-bottom:1px solid #f2f2f2;
    padding-top:15px;
    padding-bottom:15px;
    line-height:15px;   
    font-size:11px;
}

#top-bar .top-social a{
    line-height:35px;
    font-size:25px;
    background: rgba(255,255,255,0.2);

    display: inline-block;
    width: 30px;

    text-align: center;

}

#top-bar a
{
    color:var(--color);
}
#top-bar a:hover, 
#top-bar .active a{
    color:var(--secondarycolor);
}
.top-social
{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    line-height: 100%;
}
.top-social li
{

    height: 100%;
    line-height: 100%;
    border-left: 1px solid #E6EAEA;
}
.top-social li a
{  
    line-height: 77px;
    padding: 0px 25px;
    font-size: 30px;

}
/****************************** Loader **************************/

.main-loader
{

    position: fixed;
    width:100%;
    height: 100%;
    background: #fff;
    z-index: 100000;
    top: 0px;
}
.jxpress-loader {
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.jxpress-loader div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: var(--color);
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.jxpress-loader div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}
.jxpress-loader div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}
.jxpress-loader div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }
    50%, 100% {
        top: 19px;
        height: 26px;
    }
}

.close-icon .fa-search:before {
    content: "\f00d";

}

.close-icon .fa, .menu-search .fa{
    width:15px;  
}
.search-bar
{

    padding: 0px 0px;

    position: relative;
}
.search-bar form{
    width: calc(100% - 16px);
    margin: 0 auto;
}
.search-bar button.button
{
    font-size: 30px;
    padding: 0px 20px;
}

.search-bar ul{
    padding: 0px 0px;
    margin: 0px;
    overflow: hidden;
    height: 67px;
}
.search-bar ul li{
    float: left;
    line-height: 67px; 
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    list-style: none;
}
.search-bar ul li:not(.filter):hover{
    background-color: #fcfcfc;
}

.search-bar ul li a, .search-bar ul li span
{
    padding: 0px 15px;
}

.search-bar ul>li.sep
{
    position: relative;

}
.search-bar ul>li.sep:after
{
    content:"";    
    width: 1px;
    height: 100%;
    background: #d8dada;
    height: 100%;
    top: 0px;
    position: absolute;
}
.search-bar div.children {
    position: absolute;
    width: 100%;
    left:0px;
    background-color: #fcfcfc;
    display: none;
    border-bottom: 1px solid #d8dada;
    z-index: 100;
    top:101%;
    padding-bottom: 10px;
}
.search-bar li:hover> div.children {
    display: block;
}
.search-bar div.children a{
    border: 1px solid #d8dada;  
    padding: 5px 15px;
    border-radius: 15px;
    margin-left: 15px;
    float: left;
    line-height: 1;
    margin-top: 10px;
}
/************ Page Title Header ******************************/
#page-title
{
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1;
    background: #f5f5f5;
    background: url(../images/title-banner.jpg) no-repeat left top/cover;

}
#page-title h1{
    font-family: 'Roboto', sans-serif;
    line-height: 4rem;
    font-weight: 600;
    font-style: normal;
    font-size: 3rem;
    z-index: 1;
    color:#fff;
    position: relative;

}
#page-title .breadcrumb-item a,
#page-title .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
    text-decoration: none;
    padding-left: .5rem;
}
#page-title .breadcrumb-item, 
#page-title .breadcrumb-item a:hover
{
    color:#fff;
}
#page-title .breadcrumb
{
    display: block;
    position: relative;
    padding-right: 0px;
    background-color: transparent;
    font-size: 87%;
}
#page-title .text-center p {

    margin: 0 auto;
    line-height: 1.5;
}
.hexagon {
    width: 100px;
    height: 60px;
    background: var(--color);
    position: absolute;
    left:calc(50% - 50px);
    top: calc(50% - 30px);
}
.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.hexagon:before {
    top: -25px;
    left: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid var(--color);
}
.hexagon:after {
    bottom: -25px;
    left: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid var(--color);
}



/********************** Header Menu *************************/
.header-container
{
    background: #fff;    
    z-index: 1;

}
.mobile .header-container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-container .container-fluid .container
{
    max-width: 100%;
}
.navbar
{
    transition: all .4s ease;
}
.navbar-brand
{
    width: 160px;
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
}
.menu-center .navbar-brand {
    width:100%; 
    max-width: 100%;
}
.menu-center .menu-item-logo
{
    width: 150px;

}
.navbar-nav .nav-link, 
.dl-menuwrapper li a
{
    color: #000;
    font-weight: 400;

}
.navbar-nav .dropdown-item
{
    color: #000;
    font-weight: 400;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding: 1.9rem 1.5rem;  
    transition: all .4s ease;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.navbar-nav .dropdown-menu li a {
  padding: 10px 20px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
.navbar-nav .dropdown-menu li a span
{
    margin-left: 10px;
    font-weight: 400;
    padding-top: 5px;
    float: inherit;
    top: 18px;
    position: absolute;

}
.dropdown-item.active, 
.dropdown-item:active, 
.dropdown-item:focus, 
.dropdown-item:hover { 
    text-decoration: none;
    background-color: transparent;
}
.dropdown-submenu .dropdown-menu
{
    top:0px;
    left:100%;
}
.navbar-nav .dropdown-submenu > a::after {
    content: "\f054";
    float: right;
    font-size: 70%;
    font-family: FontAwesome;

}
.dropdown.edge .dropdown-menu {

    right: 0px;
    left: auto;
}
.dropdown-submenu.edge .dropdown-menu
{
    top:0px;
    right:100%;
    left:auto;
}
.dropdown.edge .dropdown-submenu .dropdown-menu
{
    right:100%;  
}
.navbar-nav .dropdown-menu
{
    box-shadow: rgba(0,0,0,0.2) 0 6px 12px;
    padding: 0px;
    border-radius: 0px;
    border: none;
    margin: 0px;   
    background: #fff;
}
.navbar-nav .mega-dropdown-menu .dropdown-menu .dropdown-menu
{
    border: none;
    padding: 0px;
    margin: 0px;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em; 
    content: "\f107";
    position: absolute;
    border:none;
    font-family: FontAwesome;
}
.navbar-nav .dropdown-menu li{
    border-bottom: solid 1px #244b50;  
    position: relative;
}

.menu-item-has-children:hover>.dropdown-menu, 
.dropdown-submenu:hover>.dropdown-menu
{
    display: block;

}
.menu-item-search
{
    position: relative;
}
.menu-item-search.edge  .menu-search-form
{
    right: 0px;
    left: auto;
}

.menu-search-form input{
    background: #f5f6f7;
    border: 1px solid #dfe5e8;
    width:100%;
    outline: none;
}
.menu-search-form
{
    border: 1px solid #dfe5e8;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px;
    width: 280px;
    background: #fff;
}

.navbar-expand-md {

    z-index: 10;
}
#dl-menu{
    position: relative;
    z-index: 1;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.login, .signup {
    background-color: var(--color);
    padding: 0px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    line-height: 40px;
}
.login:hover, .signup:hover {
    color: #fff;
}
.my-account>a
{
    font-size: 30px;
    color: var(--color);
}
.my-account .dropdown-toggle:after
{
    display: none;
}

.my-account .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    right: 0px;
    left: auto;
    top:calc(100% + 10px);
}

.my-account .dropdown-menu:before {
    border-bottom: 6px solid #ffffff;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: 10px;
    top: -5px;
    z-index: 99999;
}
.my-account .dropdown-menu:after {
    border-bottom: 6px solid #e3e3e3;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    position: absolute;
    right: 10px;
    top: -6px;
    z-index: 9999;
}
.my-account .dropdown-menu a {
    background: #ffffff;
    border-bottom: 1px solid #f3f3f3;   
    display: block;
    list-style: none;
    margin: 0;
    padding: 1rem 10px;

}
.my-account .dropdown-menu a i
{
    font-size: 16px;
    color:#747b82;
    margin-right: 5px;

}
.my-account .dropdown-menu a:hover, .my-account .dropdown-menu a:hover i {   
    color: var(--color);
}

.my-account .dropdown-menu a:first-child {  
    padding-top: 0.5rem;
}
.my-account .dropdown-menu a:last-child {
    border-bottom: none;
    padding-bottom: 0.5rem;
}
/******************************* DL Menu **********************************************/
#page:not(.mobile) .dl-menu.dl-subview li, 
#page:not(.mobile) .dl-menu.dl-subview li.dl-subviewopen > a, 
#page:not(.mobile) .dl-menu.dl-subview li.dl-subview > a {
    display: block;
}
#page:not(.mobile) .dl-back
{
    display: none !important;
}
.navbar-expand-md .navbar-nav .nav-link:after, 
.dl-menuwrapper li.dl-back:after{
    font-size: 14px;
}
.navbar button{
    display: none;
}
.dl-menuwrapper button{
    display: block;
    float: right;
    margin: 10px 0px;
}

.dl-menuwrapper .navbar-nav .dropdown-menu li a
{
    background: none;
}
.dl-menuwrapper:first-child
{
    margin-right: 0px;
    max-width: 100%;
}

.dl-menuwrapper ul{
    background-color: #f4f6f7;
}
.dl-menuwrapper .navbar-nav  li{
    border-bottom: solid 1px #dfe5e8;      
}
.dl-menuwrapper .navbar-nav .nav-link {
    padding: 15px 20px;  
    font-weight: 400;
}
.dl-menuwrapper .dropdown-toggle::after{
    border: none;
}
.dl-menuwrapper li.dl-back:after, 
.dl-menuwrapper li > a:not(:only-child):after{
    right: 25px;
    top: -2px;
}
.dl-menuwrapper li.taxonomymegamenu a:not(:only-child):after{
    display: none;
}
.dl-menuwrapper .menu-item-has-children:hover>.dropdown-menu, 
.dl-menuwrapper .dropdown-submenu:hover>.dropdown-menu {
    display: none;
}
#dl-menu.dl-menuwrapper .mega-dropdown-menu li {
    width: 100%;
    float: left;
    border: none;
    border-bottom: solid 1px #dfe5e8; 
}
.dl-menuwrapper .navbar-nav .mega-dropdown-menu .dropdown-submenu > a::after{
    display: block;
    font-family: 'icomoon';
}
.dl-menuwrapper .navbar-nav li.dropdown.mega-dropdown-menu > .dropdown-menu .dropdown-item.link-title, 
.dl-menuwrapper  .navbar-nav .dropdown-item {
    font-size: 14px;
    font-weight: 400;
}
.dl-menuwrapper .navbar-brand
{
    width: 150px;
    max-width: 100%;
}
.dl-menuwrapper  .menu-search-form
{
    display: block !important;
    padding: 0px;
    position: initial;
    width: 100%; 
    border: none;
}
.dl-menuwrapper  .menu-search-form input{
    background: #f4f6f7;
    border: none;
    padding: 15px 20px;
    border-radius: 0px;
}
.dl-menuwrapper .menu-search
{
    display: none;
}
.dl-menuwrapper .dl-menu {
    margin: 0px 0 0 0;
    width: calc(100% + 30px);
    top: calc(100% + 0px);
    left: -15px;
    border-top: solid 1px #dfe5e8;
}

/*********************************** Transparent Menu *********************************/

#page.transparent_menu:not(.vertical-menu) .header-container
{
    position: absolute;
    top: 0px;
    left:0px;
    width:100%;
    z-index: 1;

}
.admin-bar #page.transparent_menu .header-container
{
    top:32px;
}
/********************************** Sticky Menu ***************************************/
.sticky-header
{
    transition: all .4s ease;
}
.sticky  .menu-item-logo {
    width: 100px;    
}
.sticky  .menu-item-logo .navbar-brand {
    max-width: 100%;
}


.admin-bar .menu-center .sticky .navbar-expand-md .navbar-nav
{
    margin-top: 20px;
    margin-bottom: 0px;
}

.sticky .dropdown .dropdown-menu {    
    /*top: 100%;*/
}
#page:not(.mobile) .sticky-header.sticky
{
    position: fixed;
    top: 0px;
    left:0px;
    width:100%;
    z-index: 100;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);

}

.admin-bar #page:not(.mobile) .sticky-header.sticky
{
    top:32px;
}
#page:not(.mobile) .sticky-header.sticky .navbar-brand {
    /* max-width: 120px;*/
}
#page:not(.mobile) .sticky-header.sticky .navbar-expand-md .navbar-nav .nav-link {
    /*padding: 25px 1.4rem;)*/
}
.sticky-header.sticky + #main-site
{
    padding-top: 94px;
}
.admin-bar .sticky-header.sticky + #main-site
{
    top:126px;
}

#page:not(.mobile).center-logo .sticky #dl-menu.container {
    display: inherit;
}

#page:not(.mobile).center-logo .sticky .navbar-expand-md .navbar-nav {

    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
}
/***************** Tablet Sticky ******************/
@media (min-width: 768px) and (max-width: 1024px) {

    #page.sticky_tablet .sticky-header.sticky
    {
        position: fixed;
        top: 0px;
        left:0px;
        width:100%;
        z-index: 1;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    }
    .admin-bar #page.sticky_tablet .sticky-header.sticky
    {
        top:32px;
    }
    #page.sticky_tablet .sticky-header.sticky .navbar-brand {
        max-width: 120px;
    }
    #page.sticky_tablet .sticky-header.sticky .navbar-expand-md .navbar-nav .nav-link {
        padding: 10px 15px;
    }

}
/************************* Mobile Sticky ******************/
@media(max-width: 767px) {


    #page.sticky_mobile .sticky-header.sticky
    {
        position: fixed;
        top: 0px;
        left:0px;
        width:100%;
        z-index: 1;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    }
    .admin-bar #page.sticky_mobile .sticky-header.sticky
    {
        top:0px;
    }
    #page.sticky_mobile .sticky-header.sticky .navbar-brand {
        max-width: 120px;
    }
    #page.sticky_mobile .sticky-header.sticky .navbar-expand-md .navbar-nav .nav-link {
        padding: 10px 15px;
    }
}




