/*=======================================================
      Header
========================================================*/
header.public-brand-navbar {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-height: 125px;
    z-index: 999;
    line-height: 0;
    top: 0;
    background: #fff !important;
    position: relative;
}
header.public-brand-navbar:before {
    content: "";
    background: #fff !important;
    position: absolute;
    left: -12%;
    top: 0;
    width: 50.3%;
    height: 99px;
    z-index: 9;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    transform: skew(40deg);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
header.public-brand-navbar .logo {
    width: auto;
    position: relative;
    z-index: 99;
}
header.public-brand-navbar nav {
    display: inline-block;
    position: relative;
    z-index: 999;
}
header.public-brand-navbar nav li a {
    padding: 10px 0;
    margin: 0;
    border-color: transparent;
    text-decoration: none;
    line-height: 20px;
    text-transform: uppercase;
    color: #616566;
    float: left;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
header.public-brand-navbar nav li.active a:hover {
    color: #000;
}
header.public-brand-navbar nav li.active a {
    color: #000;
    font-weight: 600;
}
header.public-brand-navbar nav .ownmenu li {
    float: left;
    padding: 0 15px;
}
header.public-brand-navbar nav li a:hover {
    color: #af5875;
}
header.public-brand-navbar .ownmenu ul.dropdown {
    padding-bottom: 0px;
    background: #fff;
}
header.public-brand-navbar .ownmenu ul.dropdown li a {
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    padding:0px 20px;
    line-height: 38px;
    background: none;
    color: #000;
    display: inline-block;
    width: 100%;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
header.public-brand-navbar .ownmenu ul.dropdown li a:hover {
    background: #f19100;
    color: #fff;
}
header.public-brand-navbar .ownmenu li > .megamenu li a:hover {
    background: #3dc5df;
    color: #fff;
}
header.public-brand-navbar ul.dropdown {
}
header.public-brand-navbar ul.dropdown li {
    padding: 0;
}
header.public-brand-navbar ul.dropdown li:hover {
    background: none
}
header.public-brand-navbar nav .ownmenu .indicator {
    display: none;
}

header.public-brand-navbar .top-bar {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #000000;
    position: relative;
    overflow: hidden;
    background: rgba(0, 161, 169, 1) !important;
}
header.public-brand-navbar .top-bar p {
    line-height: 40px;
    color: #fff;
    margin: 0;
}

.home-banner-dots .slick-dots li button {
    overflow: hidden !important;
}
