.btn {
    border: none;
    position: relative;
    color: #fff;
    background: linear-gradient(to top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 4px;
    font-weight: 400;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    will-change: background,filter;
}
.btn:hover {
    cursor: pointer;
    font-weight: 400;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,.5);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.5);
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.btn-warning {
    background-color: #d0021b;
}
a.active.dropdown-item {
    color: #fff !important;
}
.footer__providers img {
    display: inline-block;
    margin: 5px 10px 10px 10px;
}
p {
    color: #e0e0e0;
}
@media (max-width: 991px){
#header .header-logo img {
    margin-top: -50px;
}
}
.loading-overlay, .body {
background-color: #0f3575;
    background: radial-gradient(ellipse at 65% 22px,#19385d 0,#214064 0,#153877 30%,#0d244c 73%,#092048 100%) !important;
}
span.d-block.font-weight-black.mb-2.text-center {
    color: #fff;
}
.main {
    font-family: Roboto,Open Sans,sans-serif !important;
    font-size: 16px !important;
    background-size: 100% auto !important;
}
.header-body {
	box-shadow: 0 0 4px 0 #667da5, 0 0 10px 0 #639cff;
    background: #15355a !important;
}
a.dropdown-item {
    color: #fff !important;
}
@media (max-width: 991px){
    #header .header-nav-main:before {
        background: #101a26 !important;
    }
    #header .header-nav-main nav>ul>li>a.active {
        color: #6da2ff!important;
        background: #101a26;
    }
    #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: -webkit-gradient(linear,left top,left bottom,from(#226dbf),to(#04407d));
    background: linear-gradient(180deg,#226dbf 0,#04407d 100%) !important;
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.2);
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
}
a.btn.font-weight-semibold.d-none.d-xl-block {
    color: #fff;
    border-bottom: 1px dotted;
    padding: 0;
    margin-top: 10px;
}
a:hover {
    color: #ff7a6c !important;
}

.body a{
    color: #ffffff  !important;
}
.body a:hover{
    color: #fff !important;
}
nav.collapse {
    margin-top: 20px;
}
a.dropdown-item.active {
    color: #fff !important;
}
#footer .footer-copyright {
    background: url(bg.jpg);
}
h1{
    color: #fff;
    position: relative;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 40px;
    z-index: 2;
    font-size: 40px;
    font-weight: 200 !important;
}
.text-6 strong {
    color: #fff;
    position: relative;
    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: none !important;
}
.slider_text_2 {
    color: #FFFFFF;
    line-height: 44px;
    font-size: 38px;
}
li.dropdown {
    line-height: 5px !important;
}
h2, h3, h4, h5, h6 {
    color: #FFFFFF;
}
.btn-slider {
    text-align: center !important;
    display: block !important;
    width: 350px;
}
.btn-slider .btn {
    z-index: 2;
    position: relative;
    zoom: 1.4;
}
.btn-primary {
    background: linear-gradient(0deg,#088c4f,#0bb366,#088c4f) !important;
    color: #fff !important;
}
.btn-primary:hover {
    color: #fff !important;
    opacity: .7;
    background: linear-gradient(0deg,#088c4f,#0bb366,#088c4f) !important;
}
.tp-bannertimer {
    background-color: #fff !important;
}
.thumb-info .thumb-info-type {
    background-color: #fff;
    border-radius: 25px;
    width: 50px;
    color: #000;
    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;
}

.btn-bgx {
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: -20px;
    z-index: 1;
}
.foot_text {
    font-size: 2.5em !important;
}

.breadcrumbs {
    display: inline-block;
    counter-reset: flag;
    color: black;
}

.breadcrumbs a {
    position: relative;
    float: left;
    padding-left: 60px;
    padding-right: 10px;
    text-decoration: none;
    line-height: 36px;
    color: #fff;
    background: #171717;
    transition: all 0.5s;
}
.breadcrumbs a::after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    z-index: 1;
    width: 36px;
    height: 36px;
    background: #171717;
    box-shadow: none;
    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: #fff;
    color: #000000 !important;
}

.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;
}

.tp-mask-wrap {
    text-transform: uppercase;
    text-align: right;
    line-height: 1.25em !important;
    color: #fff;
    text-shadow: none;
    font-weight: normal;
}
.slider_text_2 {
    margin-top: 25px !important;
    color: #FFFFFF;
    line-height: 32px !important;
    font-size: 30px !important;
}
a.tp-caption {
    background: none !important;
    margin-top: 20px !important;
    text-transform: none;
}
.tp-bgimg.defaultimg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000bf;
    z-index: 1;
}