.yellow-color {
    background: #FF9800;
    color: #fff;
    padding: 14px;
}

.mt0 {
    margin-top: 0px !important;
}

.text-decor-1 {
    font-size: 2.3rem;
}

.col-lg-6 ol {
    padding-left: 0;
}
.products .text-decor-1{
    text-align: center !important;
    font-size: 22px !important;
}
.products .content-section {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #e0dede !important;
}
.header-contacts .header-contacts-item {
    padding-right: 30px;
    border-right: 0px solid #dff1fb;
    margin-right: 30px;
}
.navbar-nav  li:first-child {
    /* padding-top: 0 !important; */
}
.navbar{
    margin-bottom: 0;
}
.navbar-nav > li {
    padding-bottom: 0;
    padding-top: 0;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.site-header-1 .is-sticky .navbar-toggle .icon-bar {
    background: #009fdc;
}
.navbar-nav > li > a {
    padding: 15px 30px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}
.navbar-collapse{
    padding-left: 0;
}
.nav > li > a{
    text-decoration: none;
    background-color: transparent !important;
    color:#fff;
}
.nav > li > a:hover, .nav > li > a:focus , .nav > li > a:active {
    text-decoration: none;
    background-color: transparent;
    color: #009fdc;
}
.open > .dropdown-menu {
    display: block;
}
.dropdown-menu > li > a{
    text-decoration: none;
    padding: 20px;
    line-height: 0;
}
.navbar-nav > li > .dropdown-menu {
    padding: 0;
    border-radius: 0;
}
.dropdown-menu > li{
    padding: 0 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #009fdc;
}
.site-header-1 .is-sticky .navbar-nav > li > a {
    color: #02124d;
}
@media (max-width: 767px){
    .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}


ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
ul.dash > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}
