body,
html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #000;
}

body { 
    background: url(../img/background.png?v=1s2) no-repeat center center fixed!important; 
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important; 
}

.btn-outline-warning {
    color: #3877b6 ;
    border-color: #3877b6 ;
}

.modal-header {
    border: none !important;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.form-control {
    background-color:transparent !important;
    color: #fff !important;
}

.list-group-item {
    background: transparent;
    border: 1px solid #3877b6 ;
    color: #fff
}

.line {
    display: block;
    height: 4px;
    background: #3877b6 ;
}

.bg-white {
    background: #fff;
}

.bg-dark-grey {
    background: #1b1b1b;
}

.bg-dark {
    background: #000000ab !important;
}

@media only screen and (max-width: 992px) {
    .bg-dark {
        background: #00000000 !important;
    } 
}

.bg-warning {
    background: #3877b6  !important;
}

.btn-warning {
    background: #3877b6  !important;
    border-color: #3877b6  !important;
    color: #FFF !important;
}

.text-warning {
    color: #3877b6  !important;
}

.nav-item a {
    margin: 0px 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
}

/* Top & Bottom Borders Out */
.topBotomBordersOut a:before, .topBotomBordersOut a:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #3877b6 ;
    content:"";
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.topBotomBordersOut a:before {
    top: 0px;
    transform: translateY(10px);
}
.topBotomBordersOut a:after {
    bottom: 0px;
    transform: translateY(-10px);
}
.topBotomBordersOut a:hover:before, .topBotomBordersOut a:hover:after {
    opacity: 1;
    transform: translateY(0px);
}

.bg-trans {
    background: rgb(0 0 0 / 72%);
}

.center-item {
    align-items: center;
    height: 60vh;
}

.bg-top {
    background: #3877b6b3  !important;
}

.jumbotron {
    background: rgba(0, 0, 0, 0.4);
    min-height: 600px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffd875;
    font-weight: 700
}

.overlay {
    background: rgb(0 0 0 / 40%);
}

.overlay-2 {
    background: rgba(0, 0, 0, 0.42);
}
.py-120 {
    padding: 120px 0 !important;
}
.img-icon {
    width: 60px;
}


.bg-casino {
    background: url(../img/bg-casino.jpg)no-repeat center center fixed;
    background-size: 100%;
}

.img-jarallax {
    background: url(../img/af-player.jpg)no-repeat center center fixed;
    background-size: cover;
}

.img-jarallax-2 {
    background: url(../img/city.jpg) center center/cover no-repeat fixed padding-box border-box #ccc;

}

.card {
    border: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #3877b6  !important;
}

.nav-pills a {
    color: #fff;
}

table {
    border-spacing: 0;
    background: #FFF;
}

table td {
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
 
table thead {
    background: #363941;
    color: #fcb727;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

table thead th {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    border: 0 !important;
}

.accordion .card {
    border-bottom: 1px solid #fff !important;
}

.accordion .card:last-child {
    border-bottom: 0 !important;
}

.tab-content .card-header {
    background: #3877b6;
}

.tab-content .card-header h5 button {
    color: #FFF;
}

.live-casino {
    background: url(../img/bg-live.jpg)no-repeat center center fixed;
}

.btn-success {
    color: #fff;
    background-color: #3877b6;
    border-color: #3877b6;
}

.btn-success:hover {
    color: #fff;
    background-color: #3877b6;
    border-color: #3877b6;
}

.btn-success:active {
    color: #fff;
    background-color: #3877b6;
    border-color: #3877b6;
}

@media(max-width:667px){
    .owl-item img{
        width: 435px;
        height: 200px;
        padding: 0 5px;
    }
}