.btn {
    border: none;
    position: relative;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 4px;
    font-weight: 400;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    will-change: background,filter;
    color: #fff;
}
.btn:hover {
    cursor: pointer;
    font-weight: 400;
	color:#fff !important;
    -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: linear-gradient(180deg,#0397e9,#025db6);
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
}
a.dropdown-item {
    color: #9fa7af !important;
}
a.dropdown-item.active {
    color: #fff !important;
}
.social-icons li a {
	color: #fff !important
}
.footer__providers img {
    display: inline-block;
    margin: 5px 10px 10px 10px;
}
.main {
    font-family: Roboto,Open Sans,sans-serif !important;
    font-size: 16px !important;
    background-size: 100% auto !important;
}
.header-body {
    background: linear-gradient(to right, #8a3672,#3e123d) !important;
    box-shadow: inset -10px 0 31px -10px #000;
}
a.dropdown-item {
    color: #fff !important;
}
@media (max-width: 991px){
	strong.font-weight-extra-bold {
		float: inherit !important;
	}
    #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;
}
nav.collapse {
    margin-top: 20px;
}
a.dropdown-item.active {
    color: #fff !important;
}
#footer .footer-copyright {
    background: #42153f;
}
h1 {
    color: #000;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
    z-index: 2;
    font-size: 33px;
    font-weight: 600 !important;
}
h2 {
    font-weight: 600;
    color: #000;
    font-size: 1.8em;
}
h3 {
    font-weight: 600;
    color: #000;
    font-size: 1.2em;
}
.text-6 strong {
    position: relative;
    z-index: 2;
    float: left;
    font-size: 1em !important;
    color: #000;
    font-weight: 600 !important;
}
input.btn.btn-primary.btn-modern {
    background: #0277cd !important;
}
.col-lg-12.text-center {
    padding: 0;
}
.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;
}
.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;
    text-shadow: 2px 0px 5px #051838;
    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: #0279cf;
    color: #ffffff !important;
}
img.img-fluid {
    height: 125px;
}
span.d-block.font-weight-black.mb-2.text-center {
    display: none !important;
}
img.img-fluid {
    height: 165px;
    overflow: hidden;
}
span.thumb-info.thumb-info-centered-info.thumb-info-no-borders {
    box-shadow: 0 5px 10px -5px #717171;
    margin-bottom: 10px;
    border-radius: 15px;
	transition: all 500ms
}
span.thumb-info.thumb-info-centered-info.thumb-info-no-borders:hover {
    box-shadow: 0 5px 10px #717171;
}
.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;
}