a.active.dropdown-item {
    color: #ff5823 !important;
}
.footer__providers img {
    display: inline-block;
    margin: 5px 10px 10px 10px;
}
#header .header-logo img {
	width: 150px;
}
.breadcrumbs {
    display: inline-block;
    counter-reset: flag;
    color: black;
    box-shadow: 0 0 2px #aaa;
}

.breadcrumbs a {
    position: relative;
    float: left;
    padding-left: 60px;
    padding-right: 10px;
    text-decoration: none;
    line-height: 36px;
    color: #000;
    background: #fff;
    transition: all 0.5s;
}

.breadcrumbs a::after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    z-index: 1;
    width: 36px;
    height: 36px;
    background: white;
    box-shadow: 1px 1px 0 1px #ddd;
    border-radius: 50px 0 0 0;
    transform: rotate(-45deg) scale(0.73);
    transition: all 0.5s;
}

.breadcrumbs a:hover,
.breadcrumbs a:hover::after,
.breadcrumbs a.active,
.breadcrumbs a.active::after{
    background: #ff5823;
    color: #fff;
}

.breadcrumbs a::before {
    content: counter(flag);
    counter-increment: flag;
    position: absolute;
    color: #000;
    text-align: center;
    top: 8px;
    left: 30px;
    line-height: 20px;
    box-shadow: 0 0 2px #ccc;
    width: 20px; background-color: white;
    border-radius: 50%;
}

.breadcrumbs a:first-child {
    padding-left: 46px;
}

.breadcrumbs a:first-child::before {
    left: 14px;
}

.header-body {
    background: #202021 !important;
}
a.dropdown-item {
    color: #fff !important;
}
@media (max-width: 991px){
    #header .header-nav-main:before {
        background: #202021 !important;
    }
    #header .header-nav-main nav>ul>li>a.active {
        color: #fff!important;
        background: #ff5823;
    }
    #header .header-nav-main nav>ul li {
        border: none;
    }
    #header .header-nav.header-nav-links-side-header nav>ul>li.dropdown>.dropdown-item:before {
        opacity: 0 !important;
    }
}
#header .header-btn-collapse-nav {
    background: #202021;
}
a.btn.font-weight-semibold.d-none.d-xl-block {
    color: #fff;
    border-bottom: 1px dotted;
    padding: 0;
    margin-top: 10px;
}
a:hover {
    color: #0083c3 !important;
}
nav.collapse {
    margin-top: 20px;
}
a.dropdown-item.active {
    color: #03a528 !important;
}
#footer .footer-copyright {
    background: #202021;
}
@font-face {
    font-family: "PFKidsPro_GradeFive";
    src: url("/css/fonts/PFKidsPro_GradeFive.eot");
    /* IE9 Compat Modes */
    src: url("/css/fonts/PFKidsPro_GradeFive.woff") format("woff"), url("/css/fonts/PFKidsPro_GradeFive.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}
h1{
    font-family: "PFKidsPro_GradeFive", Arial, sans-serif;
    color: #0083c3;
    position: relative;
    background: #fff;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 40px;
    z-index: 2;
    font-size: 50px;
    font-weight: 200 !important;
}
.text-6 strong {
    font-family: "PFKidsPro_GradeFive", Arial, sans-serif;
    color: #0083c3;
    position: relative;
    background: #fff;
    padding: 0 20px;
    z-index: 2;
    font-size: 1.6em !important;
    font-weight: 200 !important;
}
.rev_slider li.slide-overlay .slotholder:after {
     opacity: 0;
 }
.slider-container {
    background: #ffffff;
}
.tp-mask-wrap {
    margin: 0;
    padding: 30px 0;
    text-transform: uppercase;
    text-align: right;
    font-family: "PFKidsPro_GradeFive", Arial, sans-serif;
    font-size: 60px !important;
    line-height: 1.25 !important;
    color: #202021;
    margin-top: 120px !important;
    text-shadow: none;
    font-weight: normal;
}
.slider_text_2 {
    color: #202021;
    font-size: 38px;
}
.btn-slider {
    text-align: center !important;
    display: block !important;
    width: 350px;
}
.btn-slider .btn {
    font-family: "Open Sans", Arial, sans-serif;
    z-index: 2;
    position: relative;
    zoom: 1.4;
}
.btn-slider:after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url(/img/main-slider-btn-decor-left.gif) left center no-repeat, url(/img/main-slider-btn-decor-right.gif) right center no-repeat;
}
.tp-bgimg{
    height: 50% !important;
}
.rs-background-video-layer{
    height: 50% !important;
}
.thumb-info .thumb-info-type {
    background-color: #03a328;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    font-size: 20px;
    padding: 3px 0 0 3px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 2.3;
}

.ffbg {
    border-color: #ff6613;
    color: #fff;
    background: #ff6613;
}
.ffbg:hover,.ffbg:active {
    border-color: #ff6613;
    color: #ff6613 !important;
    background: #fff;
}
.btn-bgx {
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: -20px;
    z-index: 1;
}
.foot_text {
    font-family: "PFKidsPro_GradeFive", Arial, sans-serif;
    font-size: 2.5em !important;
}
.loading-overlay {
    background: #202021 !important;
}