@media only screen and (min-width: 990px) {
.header-botton .header-nav .nav > li > a {
    padding: 20px 30px;
    display: inline-block;
}
.header-botton .header-nav .nav > li::after {
    content: "|"; /* The pipe character */
    color: #ccc; /* Makes the pipe a subtle color */
    display: inline-block;
}

/* Prevents the last item from having a pipe after it */
.header-botton .header-nav .nav > li:last-child::after {
    content: none;
}
}
.header-style-6 .navbar-toggler .icon-bar {
    background: #000;
}

@media only screen and (max-width: 991px) {
    .header-style-6 .navbar-toggler {
        top: -20px;
        transform: translateY(0);
    }
}
h4{margin-bottom: 0px;}
.colorwhite{
color: #d3d3d3;
}
.colorwhite:hover{
color: #ffffff;
}
.agree{
display: none;
}
.header-style-6 .is-fixed .header-nav .nav > li > a {
    padding: 20px 12px 20px 12px;
}
.homereadmore{
    background-color: #666666;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    display: inline-block;
    border: none;
}
.homereadmore:hover {
    background-color: #e2cc00;
}
dl, ul, ol {
  list-style-position: inside;
}