﻿/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Fineco
Version:	1.1
Last change:	05/11/19 []
Assigned to:	ThemeOxygen
Primary use:	Games 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]
1. General
2. Preload
3. Top Header
4. Menu
5. Carousel
6. Navigation Bar (*)
7. Presentation Top
8. Contact
9. Team
10. Login
11. Footer
12. Elements
-------------------------------------------------------------------*/

@import url("icon.css");

body {
    color: #333;
    font-family: "Open sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    background: #fff;
}

@media only screen and (max-width: 1300px) {
    body {
        font-size: 14px;
    }
}

img {
    max-width: 100%;
}

ol,
ul {
    margin-bottom: 0px;
    margin-top: 0;
    padding: 0;
}

.h1,
h1 {
    font-size: 30px;
    font-weight: 800;
    color: #2f343f;
}

h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #2f343f;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
}

.h3,
h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mt40 {
    margin-top: 40px;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.pp {
    padding-left: 0
}

@media only screen and (max-width: 995px) {

    .h3,
    h3 {
        font-size: 30px;
    }
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px dashed #4e4c71;
}

p {
    font-family: "Open sans", sans-serif;
    line-height: 1.8em;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;

}

.btn {
    border-radius: 1px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
}

.title-line {
    width: 80px;
    background: #da8502;
    height: 3px;
    text-align: center;
    margin: 15px auto 15px auto;
    border-radius: 50px;
}

.subtitle-title {
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    color: #555;
    font-family: "Poppins", sans-serif;
    margin-top: 0px;
}

.preloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f8faff !important;
}

.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cercle-loader {
    position: relative;
    margin: 0 auto;
    width: 50px;
    height: 100%;
}

.cercle-loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 50px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 5px 0 0px rgba(222, 222, 248, 0.5), 0 5px 25px 0 rgba(222, 222, 248, 0.9);
    border-radius: 50%;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {

    100%,
    0% {
        stroke: #f83600;
    }

    40% {
        stroke: #0072ff;
    }

    66% {
        stroke: #ADD100;
    }

    80%,
    90% {
        stroke: #9D50BB;
    }
}

@keyframes color {

    100%,
    0% {
        stroke: #f83600;
    }

    40% {
        stroke: #0072ff;
    }

    66% {
        stroke: #ADD100;
    }

    80%,
    90% {
        stroke: #9D50BB;
    }
}

header {
    z-index: 999;
    width: 100%;
    background: transparent;
    border-radius: 0;
}

header .hr-top-header {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 0px solid #333;
}

header .container-top-header {
    background: #f5f5f5;
}

@media only screen and (max-width: 550px) {
    header .container-top-header .box-top-header {
        font-size: 11px;
    }
}

header .container-top-header .box-top-header .box-careers {
    padding-left: 0;
}

@media only screen and (max-width: 995px) {
    header .container-top-header .box-top-header .box-careers {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    header .container-top-header .box-top-header .box-careers {
        padding: 0;
        width: 50%;
        float: left;
    }
}

header .container-top-header .box-top-header .box-careers p {
    color: #333;
    padding: 5px 0px;
    font-weight: 600;
    font-size: 13px;
}

header .container-top-header .box-top-header .box-careers p span {
    color: #ccc;
    margin-left: 10px;
}

header .container-top-header .box-top-header .box-login {
    text-align: right;
    padding: 0;
}

@media only screen and (max-width: 995px) {
    header .container-top-header .box-top-header .box-login {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    header .container-top-header .box-top-header .box-login {
        padding: 0;
        width: 50%;
        float: left;
    }
}

header .container-top-header .box-top-header .box-login ul li {
    list-style-type: none;
    display: inline-block;
    padding: 5px 10px;
}

i.fa.fa-home {
    font-size: 22px;
}

@media only screen and (max-width: 550px) {
    header .container-top-header .box-top-header .box-login ul li {
        padding: 5px 4px;
    }
}


header .container-top-header .box-top-header .box-login ul li a {

    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

@media only screen and (max-width: 390px) {
    header .container-top-header .box-top-header .box-login ul li a {
        font-size: 9px;
    }
}

header .container-top-header .box-top-header .box-login ul li #clock {
    color: #333;
    text-transform: lowercase;
}

header .container-top-header .box-top-header .box-login ul li.active {
    border-bottom: 1px solid #da8502;
}

header .container-top-header .box-top-header .box-login ul li:hover a {
    color: #666;
}

@keyframes line_animation {
    header from {
        width: 0%;
    }

    header to {
        width: 100%;
    }
}

header .container-middle-header {
    z-index: 10;
    right: 0;
    left: 0;
    padding: 10px 0;
    background: #fff;
}

@media only screen and (max-width: 995px) {
    header .container-middle-header {
        padding: 0;
    }
}

header .container-middle-header:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #da8502;
    z-index: 99;
    margin-top: 10px;
    animation-name: line_animation;
    animation-duration: 3s;
    animation-timing-function: linear;
}

@media only screen and (max-width: 995px) {
    header .container-middle-header:after {
        margin-top: 0;
    }
}

header .container-middle-header .box-middle-header {
    padding: 0;
}

@media only screen and (max-width: 1100px) {
    header .container-middle-header .box-middle-header .top-support {
        width: 20%;
    }
}

@media only screen and (max-width: 995px) {
    header .container-middle-header .box-middle-header .top-support {
        display: none;
    }
}

header .container-middle-header .box-middle-header .top-support .box-support p {
    font-size: 13px;
    color: #777;
    font-weight: 600;
    margin-top: 10px;
    text-align: right;
    margin-bottom: 5px;
}

@media only screen and (max-width: 995px) {
    header .container-middle-header .box-middle-header .top-support .box-support p {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    header .container-middle-header .box-middle-header .top-support .box-support p {
        display: none;
    }
}

header .container-middle-header .box-middle-header .top-support .box-support p i {
    color: #da8502;
    font-size: 20px;
    margin-left: 5px;
}

header .container-middle-header .box-middle-header .top-support .box-support h3 {
    color: #084468;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    text-align: right;
}

header .container-middle-header .box-middle-header .top-support .box-support h3 a {
    color: #084468;
}

.top-support {
    float: right
}

@media only screen and (max-width: 1100px) {
    header .container-middle-header .box-middle-header .top-support .box-support h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    header .container-middle-header .box-middle-header .top-support .box-support h3 {
        font-size: 16px;
        text-align: left;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 1100px) {
    header .container-middle-header .box-middle-header .box-logo {
        width: 22%;
    }
}

@media only screen and (max-width: 995px) {
    header .container-middle-header .box-middle-header .box-logo {
        width: 30%;
        position: absolute;
        z-index: 999;
        top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    header .container-middle-header .box-middle-header .box-logo {
        width: 37%;
    }
}

header .container-middle-header .box-middle-header .box-logo a.navbar-brand {
    float: left;
    padding: 20px 0px 0 0;

    line-height: 20px;
    font-size: 30px;
    text-transform: uppercase;
    color: #222;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    header .container-middle-header .box-middle-header .box-logo a.navbar-brand {
        font-size: 20px;
    }
}

header .container-middle-header .box-middle-header .box-logo a.navbar-brand span {
    color: #da8502;
    font-weight: 800;
    font-size: 50px;
}

@media only screen and (max-width: 767px) {
    header .container-middle-header .box-middle-header .box-logo a.navbar-brand span {
        font-size: 30px;
    }
}

header .container-middle-header .box-middle-header .box-logo .sub-logo {
    color: #777;
    font-size: 11px;
    font-weight: 600;
    float: left;
    margin-top: -4px;
}

@media only screen and (max-width: 1300px) {
    header .container-middle-header .box-middle-header .box-logo .sub-logo {
        text-align: left;
        float: none;
    }
}

.navbar-default {
    border: 0;
    padding: 5px 0 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
}

@media only screen and (max-width: 1100px) {
    .navbar-default {
        width: 56%;
    }
}

@media only screen and (max-width: 995px) {
    .navbar-default {
        width: 100%;
        float: right;
        padding: 15px 0 15px;
    }
}

.navbar-default .navi-top {
    padding: 0;
}

@media only screen and (max-width: 1300px) {
    .navbar-default .navi-top {
        padding-left: 15px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 995px) {
    .navbar-default .navi-top {
        padding-left: 0;
        margin-left: 0;
    }
}

.navbar-default .navi-top .navbar-nav {
    float: right;
}

@media only screen and (max-width: 1100px) {
    .navbar-default .navi-top .navbar-nav {
        float: left;
    }
}

.navbar-default .navi-top .navbar-collapse {
    padding: 0;
}

.navbar-default .restrain {
    background-color: rgba(0, 0, 0, 0.87);
    box-shadow: 2px 0 7px 0 rgba(0, 0, 0, 0.13);
    padding: 18px;
    font-size: 11px;
    opacity: 0;
    position: absolute;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    width: 195px;
}

.navbar-default .expand:hover .restrain {
    opacity: 1;
    transform: scaleY(1);
    z-index: 9999;
}

.navbar-default ul li ul.sub-menu li {
    display: block;
    transition: all 0.3s ease 0s;
    padding: 5px 0;
}

.navbar-default ul li ul.sub-menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
}

.navbar-default ul li ul.sub-menu li a:hover {
    color: #ddd;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;
}


.navbar-default .navbar-nav>li>a {
    text-transform: capitalize;
    color: #111;
    font-weight: 700;
    background-color: transparent;
    font-size: 14px;
    padding: 15px 14px;
}

@media only screen and (max-width: 1100px) {
    .navbar-default .navbar-nav>li>a {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 550px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 11px;
        padding: 10px 20px;
    }
}

.navbar-default .navbar-nav>li>a i {
    font-size: 18px;
}

@media only screen and (max-width: 995px) {
    .navbar-default .navbar-nav>li.menu-link {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-default .navbar-nav>li.menu-link {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 995px) {
    .navbar-default .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media only screen and (max-width: 995px) {

    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 995px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li:hover>a {
        color: #777;
        background-color: transparent;
    }
}

.navbar-default .navbar-nav .menu-link.dropdown {
    display: none;
}

@media only screen and (max-width: 995px) {
    .navbar-default .navbar-nav .menu-link.dropdown {
        display: block;
    }
}

.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

@media only screen and (max-width: 995px) {

    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #222;
        font-weight: 600;
    }
}

.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #777;
}

.navbar-default .navbar-nav .menu-link.expand {
    display: block;
}



@media only screen and (max-width: 995px) {
    .navbar-default .navbar-nav>li.menu-button {
        margin-top: 5px;
    }
}

.navbar-default .navbar-nav>li>a.btn {
    font-size: 13px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.3);

    padding: 10px 25px;
    margin-left: 25px;
    margin-top: 5px;
    border-radius: 25px;
    font-weight: 800;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media only screen and (max-width: 995px) {
    .navbar-default .navbar-nav>li>a.btn {
        margin: 5px 25px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-default .navbar-nav>li>a.btn {
        margin: 5px 20px;
    }
}

.navbar-default .navbar-nav>li>a.btn:hover {
    color: #da8502;
    padding: 10px 35px;
    font-weight: 800;
}

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #222;
}

@media only screen and (max-width: 995px) {
    .navbar-default .navbar-toggle .icon-bar.bar1 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 13px;
    }

    .navbar-default .navbar-toggle .icon-bar.bar2 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar-default .navbar-toggle .icon-bar.bar3 {
        display: none;
    }
}

.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #222;
}

.navbar-default .navbar-toggle.collapsed .icon-bar.bar1 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    top: 0;
}

.navbar-default .navbar-toggle.collapsed .icon-bar.bar2 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-default .navbar-toggle.collapsed .icon-bar.bar3 {
    display: block;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

@media only screen and (max-width: 995px) {
    .navbar-default #bs-example-navbar-collapse-1 {
        width: 100%;
        background: #fff;
        border-color: #fff;
        margin: 0;
    }
}

.navbar-default #bs-example-navbar-collapse-1 .navbar-nav {
    margin: 10px 0px;
}

@media only screen and (max-width: 995px) {
    .navbar-default #bs-example-navbar-collapse-1 .navbar-nav {
        padding-top: 0px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-default #bs-example-navbar-collapse-1 .navbar-nav {
        padding-top: 20px;
        padding-left: 10px;
    }
}

.navbar-default #bs-example-navbar-collapse-1 .navbar-form .form-control {
    border-radius: 2px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #888;
    background-color: transparent;
    border-bottom: 0px solid #655fb7;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #888;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #222;
    background-color: transparent;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 0px;
}

@media only screen and (max-width: 995px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin: 0;
    }
}

@media only screen and (max-width: 995px) {
    .navbar-header {
        float: none;
        margin: 0;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav>li {







        float: none;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }
}



#bar-navigator {
    width: 100%;
    padding-bottom: 50px;
    float: left;
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 1300px) {
    #bar-navigator {
        margin-top: -100px;
    }
}

@media only screen and (max-width: 995px) {
    #bar-navigator {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    #bar-navigator {
        margin-top: 0px;
    }
}

#bar-navigator .box-navigator {
    padding: 0;
}

#bar-navigator a {
    text-decoration: none;
}

#bar-navigator a.read-more {
    position: relative;
    color: #da8502;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#bar-navigator a.read-more .fa {
    position: relative;
    margin-left: 5px;
    color: #242424;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#bar-navigator .box-nav-content {
    padding: 35px 15px;
    position: relative;
    background: #da8502;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgb(0 0 0 / 33%);
    min-height: 305px;
}


#bar-navigator .box-nav-content:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

#bar-navigator .box-nav-content:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

#bar-navigator .box-nav-content.selected {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    background: #da8502;
}

#bar-navigator .box-nav-content.selected:before {
    z-index: -1;
}

#bar-navigator .box-nav-content.selected span,
#bar-navigator .box-nav-content.selected p,
#bar-navigator .box-nav-content.selected .read-more,
#bar-navigator .box-nav-content.selected .text-slogan {
    color: #fff;
}

#bar-navigator .box-nav-content:hover span,
#bar-navigator .box-nav-content:hover p,
#bar-navigator .box-nav-content:hover .text-slogan,
#bar-navigator .box-nav-content:hover .read-more {
    color: #fff;
}

#bar-navigator .box-nav-content span {
    font-size: 52px;
    color: #333;
    position: relative;
}

#bar-navigator .box-nav-content .text-slogan {
    color: #333;
    margin-bottom: 15px;
    position: relative;
    min-height: 60px;
}

#bar-navigator .box-navigator>div {
    float: left;
    text-align: left;
}

#bar-navigator .box-navigator>div a {
    font-weight: bold;
    position: relative;
    color: #333;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 7px;
    display: block;
}

#bar-navigator .box-navigator>div:hover a {
    color: #fff;
}

#bar-navigator .box-navigator>div a:hover {
    text-decoration: underline
}

.box-nav-content ul {}

.box-nav-content ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    /* font-size: 17px; */
}

.box-nav-content ul li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #000;
    left: 0;
    font-size: 13px;
    position: absolute;
}

#bar-navigator .box-navigator .box-nav-content ul li a {
    font-weight: normal;
    font-size: 15px;
}

#bar-navigator .box-navigator>div:hover .box-nav-content ul li::before {
    color: #fff !important
}





@media only screen and (max-width: 995px) {
    #bar-navigator .box-navigator>div {
        width: 50%;
        margin-bottom: 20px;
    }
}

#bar-navigator .box-navigator>div p {
    text-transform: uppercase;
    color: #212121;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 800;
    text-decoration: none;

    left: 0;
    right: 0;
    position: relative;
    margin-top: 20px;
    min-height: 60px;
}

@media only screen and (max-width: 995px) {
    #bar-navigator .box-navigator>div p {
        padding-top: 0;
        margin-top: 23px;
    }
}

@media only screen and (max-width: 550px) {
    #bar-navigator .box-navigator>div p {
        font-size: 16px;
        padding: 0 5px;
        margin-top: 3px;
    }
}

@media only screen and (max-width: 390px) {
    #bar-navigator .box-navigator>div p {
        font-size: 14px;
    }
}

#bar-navigator img {

    max-width: 148px;
    vertical-align: middle;
    position: relative;
    display: block;
    margin: 0 auto;
}

#video {
    width: 100%;
    height: 700px;
    background: url(https://via.placeholder.com/2000x1330) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1300px) {
    #video {
        height: 500px;
    }
}

#video:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 1;
    background: rgba(9, 7, 44, 0.85);
    z-index: 2;
}

#video img {
    display: none;
}

#video #video-bg {
    bottom: 0%;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -100;
    margin: auto;
    z-index: 1;
}

#video .form-text {
    width: 100%;
    margin: 0 auto 10px;
    position: absolute;
    top: 25%;
    z-index: 9;
    left: 0;
    right: 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #video .form-text {
        top: 23%;
    }
}

#video .form-text h3 {
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    font-size: 90px;
}

@media only screen and (max-width: 1300px) {
    #video .form-text h3 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    #video .form-text h3 {
        font-size: 40px;
    }
}

#video .form-text h3 span {
    font-weight: 100;
}

#video .form-search {
    width: 80%;
    max-width: 570px;
    margin: 0 auto 10px;
    position: absolute;
    top: 40%;
    z-index: 9;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 1300px) {
    #video .form-search {
        top: 25%;
    }
}

@media only screen and (max-width: 1100px) {
    #video .form-search {
        top: 30%;
    }
}

#video .form-search span {
    position: absolute;
    left: 15px;
    top: 12px;
    color: #fa2964;
    font-size: 24px;
}

#video .form-search input {
    padding: 14px 14px 14px 50px;
    width: 100%;
    border-radius: 30px;
    border: 0;
}

@media only screen and (max-width: 550px) {
    #video .form-search input {
        padding: 10px 10px 10px 50px;
    }
}

#presentation {
    padding: 100px 0 100px 0;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 995px) {
    #presentation {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    #presentation {
        padding: 0;
    }
}

#presentation .box-presentation .box-sub-title {
    padding: 0;
}

@media only screen and (max-width: 995px) {
    #presentation .box-presentation .box-sub-title {
        width: 100%;
        float: left;
    }
}

#presentation .box-presentation .box-img {
    padding-right: 0;
}

@media only screen and (max-width: 767px) {
    #presentation .box-presentation .box-img {
        padding-left: 0;
    }

}

#presentation .box-presentation .box-img .owl-top-images {
    position: absolute;
    z-index: 999;
    color: #fff;
    width: 350px;
    right: 0;
    background: rgba(41, 35, 119, 0.85);
    height: 200px;
    padding: 30px 50px;
}

#presentation .box-presentation .box-img .owl-top-images .owl-nav {
    display: none;
}

#presentation .box-presentation .box-img .owl-top-images .owl-prev {
    display: none;
}

#presentation .box-presentation .box-img .owl-top-images .item {
    height: auto;
    margin-top: -20px;
}

#presentation .box-presentation .box-img .owl-top-images .item p {
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    font-style: italic;
}

#presentation .box-presentation .box-img .owl-top-images .item .sign {
    font-family: 'Herr Von Muellerhoff', cursive;
    font-size: 25px;
    text-align: right;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

#presentation .box-presentation .box-p-left {
    padding: 30px 0;
}

@media only screen and (max-width: 995px) {
    #presentation .box-presentation .box-p-left {
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }
}

#presentation .box-presentation .box-p-left img {
    margin-top: 60px;
    opacity: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

@media only screen and (max-width: 995px) {
    #presentation .box-presentation .box-p-left img {
        margin-left: 50px;
        opacity: 1;
    }
}

@media only screen and (max-width: 740px) and (orientation: landscape) {
    #presentation .box-presentation .box-p-left img {
        margin-left: 0;
    }
}

@media only screen and (max-width: 550px) {
    #presentation .box-presentation .box-p-left img {
        margin-left: 0;
    }
}

#presentation .box-presentation .box-p-left img:hover {
    -webkit-filter: none;
    filter: none;
}

#presentation .box-presentation .box-p-left .video-box {
    position: relative;
}

#presentation .box-presentation .box-p-left .presentation-title {
    padding: 0;
}

#presentation .box-presentation .box-p-left .presentation-title h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    color: #da8502;
    margin-top: 0;
    margin-bottom: 15px;
}

#presentation .box-presentation .box-p-left .presentation-title:after {
    width: 2px;
    height: 45px;
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    background-color: #fff;
    opacity: 0.43;
}

#presentation .box-presentation .box-p-left .presentation-number p {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 70px;
    color: #111;
    padding-top: 10px;
    line-height: 24px;
}

#presentation .box-presentation .box-p-left .presentation-desc {
    width: 100%;
    float: left;
    margin-top: 2px;
}

#presentation .box-presentation a {
    background: #da8502;
    border-color: #da8502;
    color: #fff;
    font-weight: 800;
    padding: 10px 32px;
    margin-top: 40px;
    font-size: 14px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#presentation .box-presentation .box-card {
    text-align: center;
    margin-left: 80px;
}

@media only screen and (max-width: 995px) {
    #presentation .box-presentation .box-card {
        margin-top: 230px;
    }
}

@media only screen and (max-width: 767px) {
    #presentation .box-presentation .box-card {
        margin-top: 140px;
    }
}

#presentation .box-presentation .box-card .content-vip-card {
    padding: 40px;
    border-radius: 3px;
    background: #4262f4;
    background: -moz-linear-gradient(-45deg, #4262f4 0%, #494290 74%, #494290 74%, #494290 100%);
    background: -webkit-linear-gradient(-45deg, #4262f4 0%, #494290 74%, #494290 74%, #494290 100%);
    background: linear-gradient(135deg, #4262f4 0%, #494290 74%, #494290 74%, #494290 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4262f4', endColorstr='#494290', GradientType=1);
}

#presentation .box-presentation .box-card .content-vip-card img {
    width: 70%;
    -webkit-animation: mover 3s infinite alternate;
    animation: mover 3s infinite alternate;
}

#presentation .box-presentation .box-card .content-vip-card button {
    background: #da8502;
    border-color: #da8502;
    color: #fff;
    font-weight: 800;
    padding: 10px 32px;
    font-size: 14px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#presentation .box-presentation .box-card .discount {
    border-radius: 50%;
    position: absolute;
    padding: 17px 0;
    margin-top: 60px;
    right: 5%;
}

#presentation .box-presentation .box-card .discount p {
    color: #da8502;
    font-weight: 800;
    font-size: 26px;
}

#presentation .box-presentation .box-card .discount p:after {
    content: '';
    width: 0px;
    height: 1px;
    background: #da8502;
    position: absolute;
    margin-top: 52px;
    left: -110px;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}

@media only screen and (max-width: 1300px) {
    #presentation .box-presentation .box-card .discount p:after {
        margin-top: 30px;
    }
}

#presentation .box-presentation .box-card .discount .point {
    position: relative;
    width: 7px;
    height: 7px;
    background: #da8502;
    border-radius: 100%;
    margin-top: 3px;
    left: -115px;
}

#presentation .box-presentation .box-card .discount .point:after {
    border-radius: 100%;
    pointer-events: none;
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: #da8502;
    -webkit-animation: sonarEffect 2s ease-out 75ms infinite;
    -moz-animation: sonarEffect 2s ease-out 75ms infinite;
    animation: sonarEffect 2s ease-out 75ms infinite;
    left: 1px;
    margin-top: 2px;
}

#presentation .box-presentation .box-card h3 {
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #fff;
}

#presentation .box-presentation .box-card .card-desc {
    margin-top: 30px;
}

@media only screen and (max-width: 995px) {
    #presentation .box-presentation .box-card .card-desc {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    #presentation .box-presentation .box-card .card-desc {
        width: 100%;
    }
}

#presentation .box-presentation .box-card .card-desc p {
    text-align: center;
    color: #fff;
}

#presentation .box-presentation .box-card .card-desc p .key-word {
    color: #fff;
}

#presentation .box-presentation .box-card .card-desc p.txt-card-1 {
    padding: 20px 20px 10px 20px;
}

#presentation .box-presentation .box-card .card-desc p.txt-card-2 {
    padding: 0 20px 20px 20px;
}


#presentation.animate-img .discount p:after {
    content: '';
    width: 150px !important;
    height: 1px;
    background: #da8502;
    position: absolute;
    margin-top: 30px;
}

#casinoinfo {
    width: 100%;
    float: left;
    background: #f9f9f9;
    position: relative;
    z-index: 99;
    text-align: center;
    padding: 100px 0;
}

@media only screen and (max-width: 740px) and (orientation: landscape) {
    #casinoinfo {
        padding: 80px 0;
    }
}

#casinoinfo .container-fluid {
    max-width: 1800px;
}

#casinoinfo h3 {
    color: #111;
    font-weight: 800;
    margin: 0;
}

#casinoinfo .back-img {
    width: 100%;
    height: 100%;
    background: url(../images/casino-event.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    opacity: 0.03;
}

#casinoinfo .item-info {
    padding: 20px 15px;
    position: relative;
    /* min-height: 250px; */
}


#casinoinfo .item-info .my-shop-animation {
    padding: 30px;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.07);
    background: #f9f8fc;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    min-height: 300px;
}

#casinoinfo .item-info .my-shop-animation:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

#casinoinfo .item-info .my-shop-animation:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

#casinoinfo .item-info p {
    color: #575757;
}

#casinoinfo .item-info h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
    color: #222;
    line-height: 1.3;
}

@media only screen and (max-width: 1300px) {
    #casinoinfo .item-info h2 {
        font-size: 23px;
    }
}

#casinoinfo .item-info h2 span {
    font-weight: 300;
    font-size: 18px;
}

#casinoinfo .item-info .date-event {
    font-size: 11px;
    font-weight: 700;
}

#casinoinfo .owl-carousel .owl-stage {
    margin: 0;
}

#casinoinfo .owl-carousel {
    margin-top: 40px;
}

#casinoinfo .owl-carousel.middle-four .owl-nav .owl-next,
#casinoinfo .owl-carousel.middle-four .owl-nav .owl-prev {
    display: none;
}

#casinoinfo .event-desc {
    text-align: center;
}

#casinoinfo .event-desc .content-img {
    z-index: 9999;
    left: 15px;
    margin: 0 auto 40px auto;
}

#casinoinfo .event-desc .content-img img {
    position: relative;
    margin: 0 auto;
    padding: 15px;
    border-radius: 100%;
    width: 70px;
}

#casinoinfo .event-desc .content-details {
    margin-top: 30px;
    height: 50px;
    width: 100%;
}

#casinoinfo .event-desc .content-details span {
    color: #da8502;
}

#process {
    position: relative;
    padding: 100px 0;
    float: left;
    height: 100%;
    width: 100%;
    background-color: #222042;
    text-align: center;
}

#process .back-img {
    background-image: url(../images/counter-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;





    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    position: absolute;
}

#process .box-process h6 {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #da8502;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

#process .box-process h3 {
    color: #fff;
    font-weight: 800;
    margin: 0;
}

#process .box-process p {
    color: #fff;
}

#process .box-process .box h3 {
    color: #fff;
    font-weight: 600;
    margin: 20px 0;
    font-size: 22px;
}

#process .box-process .step-info {
    margin-top: 40px;
}

#process .box-process .box:after {
    content: '';
    position: absolute;
    top: 40px;
    height: .5px;
    width: 100%;
    border: .5px dashed #aaa;
    z-index: 2;
}

@media only screen and (max-width: 995px) {
    #process .box-process .box:after {
        content: none;
    }
}

#process .box-process .box.after-none:after {
    content: none;
}

#events {
    background-image: url(../images/service-bg.jpg);
    padding: 100px 0 100px 0;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 767px) {
    #events {
        padding: 60px 0 60px 0;
    }
}

#events .container-fluid {
    max-width: 1800px;
}

#events .box-events {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #events .box-events {
        padding: 0 0px;
    }
}

#events .box-events h3 {
    color: #111;
    font-weight: 800;
    margin: 0;
}

#events .box-events .mix {
    display: none;
    margin-bottom: 40px;
}

#events .box-events .box-btn-arrow {
    width: 100%;
    text-align: right;
    margin-top: 30px;
}

#events .box-events .box-btn-arrow .btn-next {
    transition: all .3s ease;
    stroke: inherit;
    opacity: .4;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 10;
}

#events .box-events .box-btn-arrow .btn-next .utouch-icon {
    color: #da8502;
    fill: #da8502;
    transition: all .3s ease;
    width: 36px;
    height: 36px;
}

#events .box-events .box-btn-arrow .btn-next:after {
    content: '';
    display: block;
    height: 100%;
    width: 15px;
    position: absolute;
    top: 0;
}

#events .box-events .btn-next .icon-hover {
    opacity: 0;
    position: absolute;
}

#events .box-events .my-shop-animation:hover .btn-next {
    opacity: 1;
}

#events .box-events .my-shop-animation:hover .icon-hover {
    opacity: 1;
}

#events .box-events .btn-next .icon-hover {
    right: 0;
}

#events .box-events .my-shop-animation:hover .btn-next {
    margin-left: 5px;
    margin-right: -5px;
}

#events .box-events .event-desc {
    padding: 25px 25px;
    text-align: left;
}

@media only screen and (max-width: 995px) {
    #events .box-events .event-desc {
        padding: 15px 30px;
    }
}

@media only screen and (max-width: 550px) {
    #events .box-events .event-desc {
        padding: 15px 20px;
    }
}

#events .box-events .event-desc .date-event {
    font-weight: 600;
    color: #da8502;
    font-style: italic;
    text-align: right;
    margin-bottom: 20px;
}

#events .box-events .event-desc h2 {
    font-weight: 700;
    text-transform: none;
}

#events .box-events .filter-table {
    float: left;
    margin-top: 20px;
    width: 100%;
    padding: 20px 0px;
    margin-bottom: 30px;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

#events .box-events .filter-table ul li {
    list-style-type: none;





    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
}

#events .box-events .filter-table ul li.active {
    color: #111;
    border-bottom: 1px solid #222042;
}

#events .box-events .filter-table li:hover {
    cursor: pointer;
    border-bottom: 1px solid #222042;
}

#events .box-events #dataMix {
    min-height: 500px;
    width: 100%;
    float: left;
    height: auto !important;
}

#skill {
    padding: 100px 0;
    width: 100%;
    float: left;
    position: relative;
    background: #222042;
}

@media only screen and (max-width: 767px) {
    #skill {
        padding: 60px 0 60px 0;
    }
}

#skill .back-img {
    background: url(../images/counter-bg.jpg) center left no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

#skill .no-mg {
    margin: 0;
}

#skill .box-winner {
    padding: 0;
}

#skill .box-winner .content-img .title {
    margin-bottom: 40px;
}

#skill .box-winner .content-img .title span {
    font-weight: 700;
}

#skill .box-winner .content-img .sub-title {
    font-weight: 600;
    margin-bottom: 15px;
}

#skill .box-winner .content-img .second-line {
    margin-top: 30px;
}

#skill .box-winner .content-img .skill {
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

#skill .box-winner .content-img .skill .square {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #4d4a74;
    top: 5px;
    left: 5px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#skill .box-winner .content-img .skill .square:hover {
    top: 0;
    left: 0;
    opacity: 0;
}

#skill .box-winner h3 {
    font-weight: 200;
    color: #fff;
    font-size: 42px;
}

@media only screen and (max-width: 767px) {
    #skill .box-winner h3 {
        font-size: 28px;
    }
}

#skill .box-winner h3.num-count {
    margin-bottom: 0;
    margin-top: 0px;
    color: #da8502;
}

#skill .box-winner h3.num-count span {
    color: #fff;
}

#skill .box-winner p {
    color: #fff;
}

#skill .box-winner p .key-word {
    color: #da8502;
}

#skill .box-winner p.upto-txt {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

#skill .box-winner .bt-winner-submit {
    background: #da8502;
    border-color: #da8502;
    color: #fff;
    font-weight: 800;
    padding: 10px 32px;
    font-size: 14px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}

#skill .box-winner .box-go:after {
    content: 'GO';
    position: absolute;
    bottom: 0;
    background: #da8502;
    color: #fff;
    padding: 23px 12px 10px;
    left: 0;
    font-weight: 600;
    border-radius: 0px 100px 0px 0px;
    width: 60px;
    height: 60px;
}

#restaurant {
    text-align: center;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 767px) {
    #restaurant {
        padding: 60px 0 0px 0;
    }
}

#restaurant .shape-item {
    fill: #222042;
    margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
    #restaurant .shape-item {
        margin-bottom: -20px;

    }
}

#restaurant svg path:nth-child(1) {
    opacity: 0.2;
}

#restaurant svg path:nth-child(2) {

    opacity: 0.4;
}

#restaurant .box-restaurant {
    margin-bottom: 40px;
}

#restaurant .box-restaurant h3 {
    color: #111;
    font-weight: 800;
    margin: 0;
}

#restaurant .rst-left {
    background: #222042;
    padding: 0;
    padding: 100px 0;
}

@media only screen and (max-width: 1100px) {
    #restaurant .rst-left {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #restaurant .rst-left {
        padding: 60px 0 0;
    }
}

#restaurant .rst-left .city-food {
    background: url(../images/home-rst.jpg) no-repeat top left;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    top: 0px;
    opacity: 0.04;
}

#restaurant .rst-left .box-rst-no-pd {
    padding: 0;
}

#restaurant .rst-left .box-book h3 {
    font-size: 38px;
    color: #fff;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    #restaurant .rst-left .box-book h3 {
        font-size: 28px;
    }
}

#restaurant .rst-left .box-book .subtitle {
    color: #c9c9c9;
    margin-top: 10px;
    font-weight: 600;
}

#restaurant .rst-left .box-book .subtitle .text-default {
    color: #da8502;
}

#restaurant .rst-left .box-book .subtitle .text-default i {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
}

#restaurant .rst-left .img-deco {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 30%;
}

#restaurant .rst-left form .form-group {
    margin: 45px auto 0;
}

#restaurant .rst-left form .form-group .input-group {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

#restaurant .rst-left form .form-group .input-group .form-control {
    background-color: rgba(255, 255, 255, 0.05);
    border: 0;
    border-radius: 0;
    height: 60px;
    color: #a2a2a2;
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    #restaurant .rst-left form .form-group .input-group .form-control {
        height: 40px;
    }
}

#restaurant .rst-left form .form-group .input-group .form-control option {
    color: #000;
    background-color: transparent;
}

#restaurant .rst-left form .form-group .input-group .form-control.datepicker {
    padding: 6px 12px;
}

#restaurant .rst-left form .form-group .find-btn-wrap {
    text-align: center;
}

#restaurant .rst-left form .form-group .find-btn-wrap .table-btn {
    min-width: 50px;
    min-height: 20px;
    padding: 10px 35px;
    background-color: #da8502;
    border: 1px solid #da8502;
    text-transform: uppercase;
    border-radius: 25px;
    display: inline-block;
    position: relative;
    color: #fff;
    margin-top: 35px;
}

#restaurant .rst-right {
    padding: 0;
}

#restaurant .rst-right .img-ristorant {
    background-image: url(../images/ristorant.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 498px;
}

@media only screen and (max-width: 1100px) {
    #restaurant .rst-right .img-ristorant {
        display: none;
    }
}

.key-word {
    font-weight: 700;
    color: #222;
}

#sportbook {
    padding: 100px 0px 100px;
    width: 100%;
    float: left;
    background-image: url(../images/map-dots.png);
}

@media only screen and (max-width: 1300px) {
    #sportbook {
        padding: 100px 0px;
    }
}

@media only screen and (max-width: 767px) {
    #sportbook {
        padding: 60px 0 60px 0;
    }
}

#sportbook .no-mg {
    margin: 0;
}

@media only screen and (max-width: 995px) {
    #sportbook .central-img {
        display: none;
    }
}

#sportbook .central-img img {
    /* opacity: 0; */
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-top: 45px;
}

#sportbook.animate-left .central-img img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@media only screen and (max-width: 767px) {
    #sportbook .micro-content {
        padding: 0;
    }
}

@media only screen and (max-width: 1100px) {
    #sportbook .micro-img {
        width: 50%;
    }
}

@media only screen and (max-width: 995px) {
    #sportbook .micro-img {
        width: 20%;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    #sportbook .micro-img {
        width: auto;
        float: left;
        margin-right: 25px;
    }
}

#sportbook .micro-img svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: #da8502;
    opacity: 0.18;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 1100px) {
    #sportbook .micro-txt {
        width: 100%;
    }
}

@media only screen and (max-width: 995px) {
    #sportbook .micro-txt {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    #sportbook .micro-txt {
        width: 100%;
    }
}

#sportbook h3 {
    font-weight: 800;
    margin-bottom: 30px;
    text-align: center;
}

#sportbook h3 span {
    color: #da8502;
}

#sportbook .subtitle-title {
    text-align: center;
}

#sportbook .mobile-sport .p-1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #333;
    margin-bottom: 20px;
}

#sportbook .mobile-sport img {
    /* opacity: 0; */
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-top: 10px;
}

#sportbook .mobile-sport ul {
    margin-top: 30px;
    list-style: none;
}

#sportbook .mobile-sport ul li {
    padding: 30px 0;
    margin-bottom: 70px;
}

#sportbook .mobile-sport ul li:last-child {
    margin-bottom: 0;
}

#sportbook .mobile-sport ul li:hover svg {
    transform: rotate(35deg);
}

#sportbook .mobile-sport ul li span.number-list {
    margin-right: 15px;
    color: #3a339e;
    border: 1px solid #5550a7;
    border-radius: 3px;
    padding: 10px 18px;
    float: left;
    font-size: 14px;
    font-weight: 800;
}

#sportbook .mobile-sport ul li .mobile-txt {
    padding-top: 3px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 2.2rem;
    color: #75808b;
}

#sportbook .marcellus span {
    font-size: 16px;
    color: #696969;
}

@media only screen and (max-width: 550px) {
    #sportbook .mobile-sport ul li .mobile-txt {
        font-size: 11px;
        font-weight: 400;
    }
}

#sportbook .mobile-sport ul li .mobile-txt .key-word {
    color: #fff;
}

#sportbook.animate-left .mobile-sport img {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#casino {
    padding: 120px 0 100px;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 767px) {
    #casino {
        padding: 80px 0 50px;
    }
}

#casino .box-casino {
    text-align: center;
}

#casino .box-casino .subtitle-title {
    margin-bottom: 40px;
}

#casino .box-casino h3 {
    color: #111;
    font-weight: 800;
    margin: 0;
}

#casino .box-casino .about-desc {
    text-align: left;
}

#casino .box-casino .about-desc h3 {
    font-weight: 600;

    font-size: 22px;
    margin-bottom: 20px;
}

#services {
    padding-bottom: 100px;
    float: left;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #services {
        padding-bottom: 0px;
    }
}

#services .box-services {
    text-align: center;
}

#services .box-services .subtitle-title {
    margin-bottom: 10px;
}

#services .box-services h3 {
    color: #111;
    font-weight: 800;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#services .box-services .service-hover {
    text-align: left;
    padding: 50px 45px;
    width: 46%;
    margin: 20px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

@media only screen and (max-width: 1200px) {
    #services .box-services .service-hover {
        width: 100%;
        margin: 20px 0;
    }

}

@media only screen and (max-width: 995px) {
    #services .box-services .service-hover {
        margin-bottom: 40px;
    }
}

#services .box-services .service-hover.active,
#services .box-services .service-hover:hover {
    background: #222042;
}

#services .box-services .service-hover.active .service-title:after,
#services .box-services .service-hover:hover .service-title:after {
    background: #fff;
    width: 20%;
}

#services .box-services .service-hover.active .box-go:after,
#services .box-services .service-hover:hover .box-go:after {
    content: 'GO';
    position: absolute;
    bottom: 0;
    background: #da8502;
    color: #fff;
    padding: 23px 12px 10px;
    left: 0;
    font-weight: 600;
    border-radius: 0px 100px 0px 0px;
    width: 60px;
    height: 60px;
}

#services .box-services .service-hover.active .service-title,
#services .box-services .service-hover:hover .service-title {
    color: #fff;
}

#services .box-services .service-hover.active .service-desc p,
#services .box-services .service-hover:hover .service-desc p {
    color: #fff;
}

#services .box-services .service-hover img {
    width: 70px;
    position: absolute;
    top: 15px;
    right: 15px;
}

#services .box-services .service-hover h5 {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2.5px;
    color: #a9a9a9;
    text-transform: uppercase;
}

#services .box-services .service-hover .service-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    color: #111;
    margin-bottom: 12px;
    position: relative;
}

#services .box-services .service-hover .service-title:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    height: 1px;
    width: 0%;
    background-color: #fff;
    margin-left: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#services .box-services .services-move-down {
    margin-top: 200px;
}

@media only screen and (max-width: 995px) {
    #services .box-services .services-move-down {
        margin-top: 0px;
    }
}

#gallery {
    padding: 120px 0 40px 0;
}

@media only screen and (max-width: 767px) {
    #gallery {
        padding: 80px 0 40px 0;
    }
}

#gallery .separator:after {
    content: '';
    width: 1px;
    height: 100px;
    background: #da8502;
    margin: 120px auto;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 767px) {
    #gallery .separator:after {
        margin: 60px auto;
    }
}

#gallery .box-gallery {
    text-align: center;
    padding-bottom: 120px;
}

#gallery .box-gallery .title-line {
    margin-bottom: 40px;
}

#gallery .box-gallery h3 {
    text-transform: uppercase;
    color: #111;
    font-weight: 800;
}

#gallery .box-gallery .gallery-hover {
    padding: 0;
}

#gallery .box-gallery .gallery-hover img {
    -webkit-filter: grayscale(20%) #000000 brightness(80%);
    filter: grayscale(20%) #000000 brightness(80%);
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

@media only screen and (max-width: 1100px) {
    #gallery .box-gallery .gallery-hover img {
        -webkit-filter: none;
        filter: none;
    }
}

@media only screen and (max-width: 995px) {
    #gallery .box-gallery .gallery-hover img {
        opacity: 1;
    }
}

#gallery .box-gallery .gallery-hover:hover img {
    -webkit-filter: none;
    filter: none;
}

#gallery .box-gallery .big-number {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 20%;
    bottom: 0;
    z-index: 2;
}

#gallery .box-gallery .big-number h1 {
    font-size: 200px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
    #gallery .box-gallery .big-number h1 {
        font-size: 120px;
    }
}

#gallery .box-gallery .box-txt {
    padding-left: 40px;
}

@media only screen and (max-width: 995px) {
    #gallery .box-gallery .box-txt {
        padding-left: 0px;
    }
}

#gallery .box-gallery .service-title {
    text-align: left;
}

#gallery .box-gallery .service-title h1 {
    font-size: 80px;
    font-weight: 900;
}

@media only screen and (max-width: 1100px) {
    #gallery .box-gallery .service-title h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    #gallery .box-gallery .service-title h1 {
        font-size: 40px;
    }
}

#gallery .box-gallery .service-desc {
    text-align: left;
    font-size: 14px;
}

#gallery .box-gallery .service-desc p {
    margin-bottom: 10px;
}

#gallery #level0 .gallery-hover::after,
#gallery .animate-img .gallery-hover::after {
    -webkit-animation: animatePicture 1.4s forwards;
    animation: animatePicture 1.4s forwards;
}

@media only screen and (max-width: 995px) {

    #gallery #level0 .gallery-hover::after,
    #gallery .animate-img .gallery-hover::after {
        -webkit-animation: none;
        animation: none;
    }
}

#gallery #level0 .gallery-hover img,
#gallery .animate-img .gallery-hover img {
    -webkit-animation: fadeIn 0s forwards;
    animation: fadeIn 0s forwards;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

@media only screen and (max-width: 995px) {

    #gallery #level0 .gallery-hover img,
    #gallery .animate-img .gallery-hover img {
        -webkit-animation: none;
        animation: none;
    }
}

#gallery .gallery-hover::after {
    content: "";
    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background-color: #43454c;
}

#vip-section ::-webkit-input-placeholder {
    color: #ccc;
}

#vip-section ::-moz-placeholder {
    color: #ccc;
}

#vip-section :-ms-input-placeholder {
    color: #ccc;
}

#vip-section :-moz-placeholder {
    color: #ccc;
}

#vip-section .vip-img-section.vip {
    background-image: url("https://via.placeholder.com/1920x500");
}

#vip-section .vip-img-section.vip .table-slider-txt {
    margin-top: 70px;
    position: relative;
    margin-left: 0px;
    text-transform: uppercase;
}

#vip-section .vip-img-section.vip .table-slider-txt h3 {
    color: #fff;
    font-weight: 400;
    font-size: 50px;
}

@media only screen and (max-width: 1300px) {
    #vip-section .vip-img-section.vip .table-slider-txt h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 995px) {
    #vip-section .vip-img-section.vip .table-slider-txt h3 {
        font-size: 40px;
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    #vip-section .vip-img-section.vip .table-slider-txt h3 {
        font-size: 35px;
    }
}

#vip-section .vip-img-section.vip .table-slider-txt h3 span {
    color: #da8502;
}

#vip-section .vip-img-section.login {
    background-image: url("https://via.placeholder.com/1920x500");
}

#vip-section .vip-img-section.casino {
    background-image: url("https://via.placeholder.com/1920x500");
}

#vip-section .vip-img-section.casino .table-slider-txt {
    margin-top: 70px;
    position: relative;
    margin-left: 0px;
    text-transform: uppercase;
}

#vip-section .vip-img-section.casino .table-slider-txt h3 {
    color: #fff;
    font-weight: 400;
    font-size: 50px;
}

@media only screen and (max-width: 1300px) {
    #vip-section .vip-img-section.casino .table-slider-txt h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 995px) {
    #vip-section .vip-img-section.casino .table-slider-txt h3 {
        font-size: 40px;
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    #vip-section .vip-img-section.casino .table-slider-txt h3 {
        font-size: 35px;
    }
}

#vip-section .vip-img-section.casino .table-slider-txt h3 span {
    color: #da8502;
}

#vip-section .vip-img-section.casino .slide-img {
    text-align: center;
}

#vip-section .vip-img-section.poker {
    background-image: url("https://via.placeholder.com/1920x500");
}

#vip-section .vip-img-section.poker .poker-slider-txt {
    margin-top: 80px;
    padding-left: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    #vip-section .vip-img-section.poker .poker-slider-txt {
        margin-top: 70px;
    }
}

#vip-section .vip-img-section.poker .poker-slider-txt h3 {
    color: #fff;
    font-weight: 400;
    font-size: 50px;
}

@media only screen and (max-width: 1300px) {
    #vip-section .vip-img-section.poker .poker-slider-txt h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 995px) {
    #vip-section .vip-img-section.poker .poker-slider-txt h3 {
        font-size: 40px;
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    #vip-section .vip-img-section.poker .poker-slider-txt h3 {
        font-size: 35px;
    }
}

#vip-section .vip-img-section.poker .poker-slider-txt h3 span {
    color: #da8502;
}

#vip-section .vip-img-section.table {
    background-image: url("https://via.placeholder.com/1920x500");
}

#vip-section .vip-img-section.table .table-slider-txt {
    margin-top: 70px;
    padding-left: 0;
    position: relative;
    text-transform: uppercase;
}

#vip-section .vip-img-section.table .table-slider-txt h3 {
    color: #fff;
    font-weight: 400;
    font-size: 50px;
}

@media only screen and (max-width: 1300px) {
    #vip-section .vip-img-section.table .table-slider-txt h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 995px) {
    #vip-section .vip-img-section.table .table-slider-txt h3 {
        font-size: 40px;
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    #vip-section .vip-img-section.table .table-slider-txt h3 {
        font-size: 35px;
    }
}

#vip-section .vip-img-section.table .slide-img {
    text-align: center;
    margin: 0px auto 0 auto;
    z-index: 999;
}

#vip-section .vip-img-section.table .slide-img img {
    -webkit-animation: fadeInDown 1s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1s ease-in-out 0.8s both;
    animation: fadeInDown 1s ease-in-out 0.8s both;
    padding: 40px 0;
}

@media only screen and (max-width: 1300px) {
    #vip-section .vip-img-section.table .slide-img img {
        width: 40%;
    }
}

@media only screen and (max-width: 995px) {
    #vip-section .vip-img-section.table .slide-img img {
        display: none;
    }
}

#vip-section .vip-img-section.livesports {
    background-image: url("../images/md-banner.jpg");
}

#vip-section .vip-img-section.livesports .table-slider-txt {
    margin-top: 70px;
    position: relative;
    padding-left: 0;
    text-transform: uppercase;
}

#vip-section .vip-img-section.livesports .table-slider-txt h3 {
    color: #fff;
    font-weight: 400;
    font-size: 50px;
}

@media only screen and (max-width: 1300px) {
    #vip-section .vip-img-section.livesports .table-slider-txt h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 995px) {
    #vip-section .vip-img-section.livesports .table-slider-txt h3 {
        font-size: 40px;
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    #vip-section .vip-img-section.livesports .table-slider-txt h3 {
        font-size: 27px;
    }
}

#vip-section .vip-img-section.livesports .slide-img {
    text-align: center;
    z-index: 999;
    margin: 100px auto 0 auto;
}

@media only screen and (max-width: 1300px) {
    #vip-section .vip-img-section.livesports .slide-img {
        margin: 80px auto 0 auto;
    }
}

@media only screen and (max-width: 995px) {
    #vip-section .vip-img-section.livesports .slide-img {
        margin: 10px auto 0 auto;
        position: relative;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    #vip-section .vip-img-section.livesports .slide-img {
        margin: 80px auto 0 auto;
    }
}

#vip-section .vip-img-section.livesports .slide-img img {
    padding: 60px 0;
    -webkit-animation: fadeInDown 1s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1s ease-in-out 0.8s both;
    animation: fadeInDown 1s ease-in-out 0.8s both;
}

@media only screen and (max-width: 740px) and (orientation: landscape) {
    #vip-section .vip-img-section.livesports .slide-img img {
        width: 70%;
    }
}

#vip-section .vip-img-section.services {
    background-image: url("https://via.placeholder.com/1920x500");
}

#vip-section .vip-img-section.services .table-slider-txt {
    margin-top: 70px;
    position: relative;
    margin-left: 0px;
    text-transform: uppercase;
}

#vip-section .vip-img-section.services .table-slider-txt h3 {
    color: #fff;
    font-weight: 400;
    font-size: 50px;
}

@media only screen and (max-width: 1300px) {
    #vip-section .vip-img-section.services .table-slider-txt h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 995px) {
    #vip-section .vip-img-section.services .table-slider-txt h3 {
        font-size: 40px;
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    #vip-section .vip-img-section.services .table-slider-txt h3 {
        font-size: 35px;
    }
}

#vip-section .vip-img-section.services .table-slider-txt h3 span {
    color: #da8502;
}

#vip-section .vip-img-section.services .slide-img {
    margin: 0px;
    text-align: right;
    position: absolute;
    right: 0;
    z-index: 999;
}

@media only screen and (max-width: 767px) {
    #vip-section .vip-img-section.services .slide-img {
        display: none;
    }
}

#vip-section .vip-img-section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    position: relative;
}

#vip-section .vip-img-section .background-vip {
    background: rgba(9, 7, 44, 0.85);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#vip-section #bar-navigator {
    background: #222042;
    width: 100%;
    padding: 40px 0;
    margin-top: 0;
}

#vip-section #bar-navigator .form-group {
    margin-bottom: 0;
}

@media only screen and (max-width: 550px) {
    #vip-section #bar-navigator .form-group {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    #vip-section #bar-navigator {
        padding: 20px 0 10px;
    }
}

#vip-section form .form-group {
    width: 100%;
}

#vip-section form .form-group .input-group {
    width: 26%;

    float: left;
    padding: 0 15px;
}

@media only screen and (max-width: 550px) {
    #vip-section form .form-group .input-group {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    #vip-section form .form-group .input-group {
        margin-bottom: 20px;
    }
}

#vip-section form .form-group .input-group .input-group-addon {
    color: #fff;
    text-align: center;
    background-color: #15142c;
    border: 1px solid #15142c;
}

#vip-section form .form-group .input-group .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border: 0;
    border-radius: 0;
    height: 40px;
    color: #ccc;
    box-shadow: none;
}

@media only screen and (max-width: 550px) {
    #vip-section form .form-group .input-group .form-control {
        font-size: 11px;
        height: 32px;
    }
}

#vip-section form .form-group .input-group .form-control option {
    color: #000;
    background-color: transparent;
}

#vip-section form .form-group .find-btn-wrap {
    text-align: center;
    width: 20%;
    float: left;
}

@media only screen and (max-width: 1300px) {
    #vip-section form .form-group .find-btn-wrap {
        font-size: 11px;
        margin-top: -3px;
    }
}

@media only screen and (max-width: 550px) {
    #vip-section form .form-group .find-btn-wrap {
        width: 50%;
    }
}

@media only screen and (max-width: 995px) {
    #vip-section form .form-group .find-btn-wrap .availability {
        display: none;
    }
}

#vip-section form .form-group .find-btn-wrap .table-btn {
    min-width: 50px;
    min-height: 20px;
    padding: 10px 35px;
    background-color: transparent;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 25px;
    display: inline-block;
    position: relative;
    color: #fff;
}

@media only screen and (max-width: 995px) {
    #vip-section form .form-group .find-btn-wrap .table-btn {
        padding: 6px 45px;
    }
}

#vip-benefits {
    padding: 0 0 100px 0;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 767px) {
    #vip-benefits {
        padding: 0;
    }
}

#vip-benefits .container-fluid {
    max-width: 1800px;
}

#vip-package {
    padding: 120px 0 100px 0;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 767px) {
    #vip-package {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 995px) {
    #vip-package .box-card {
        float: left;
        width: 25%;
    }
}

@media only screen and (max-width: 550px) {
    #vip-package .box-card {
        float: none;
        width: 50%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 995px) {
    #vip-package .box-package {
        width: 65%;
        float: left;
    }
}

@media only screen and (max-width: 550px) {
    #vip-package .box-package {
        width: 100%;
    }
}

#vip-package .box-package h3 {
    font-weight: 800;
}

#vip-package .box-package h3 span {
    color: #da8502;
    font-weight: 800;
}

#vip-package .box-package .included-list {
    padding: 40px 0 0;
}

#vip-package .box-package .included-list h4 {
    font-size: 18px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#vip-package .box-package .included-list ul {
    color: #222042;
    padding-left: 0px;
}

#vip-package .box-package .included-list ul li {
    list-style-type: none;
    padding-bottom: 10px;
}

#vip-package .box-package .included-list ul li p {
    color: #111;
    font-weight: 400;
    font-style: italic;
}

#vip-package .box-package .included-list ul li p span {
    margin-right: 15px;
    background: #3a339e;
    color: #fff;
    border: 1px solid #5550a7;
    border-radius: 3px;
    padding: 5px 10px;
}

#vip-benefits .box-benefits {
    text-align: center;
    width: 100%;
    float: left;
}


@media only screen and (max-width: 550px) {
    #vip-benefits .box-benefits {
        padding-bottom: 60px;
    }
}

#vip-benefits .box-benefits h3 {
    text-align: center;
    font-weight: 800;
}

#vip-benefits .box-benefits h3 span {
    color: #da8502;
    font-weight: 800;
}

#vip-benefits .box-benefits .box-img-bnf {
    margin-top: 40px;
}

#vip-benefits .box-benefits .box-img-bnf .benefit-info {
    border-left: 1px dotted #666;
    padding: 5px 0;
    margin: 15px auto;
    width: 40%;
    border-right: 1px dotted #666;
    transform: skewX(-20deg);
}

#vip-benefits .box-benefits .box-img-bnf .benefit-info p {
    color: #212121;
    text-transform: uppercase;
    font-weight: 800;
    transform: skewX(20deg);
    font-family: "Poppins", sans-serif;
}

#slot-list-games {
    padding: 100px 0 100px 0;
}

@media only screen and (max-width: 767px) {
    #slot-list-games {
        padding: 80px 0 80px 0;
    }
}

#slot-list-games h3 {
    text-align: center;
    font-weight: 800;
}

#slot-list-games .games-list .slots-search {
    width: 100%;
    margin-top: 15px;
    margin-left: 8px;
    float: left;
    border-bottom: 1px solid #ccc;
}

#slot-list-games .games-list .slots-search span {
    font-weight: 800;
    padding-left: 8px;
}

#slot-list-games .games-list ul li {
    list-style-type: none;
    display: inline-block;
    padding: 8px;
    width: 16.3%;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#slot-list-games .games-list ul li:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 995px) {
    #slot-list-games .games-list ul li {
        width: 24.5%;
    }
}

@media only screen and (max-width: 550px) {
    #slot-list-games .games-list ul li {
        width: 32%;
    }
}

#slot-list-games .games-list ul li p {
    font-weight: 600;
    padding: 5px;
    color: #111;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    #slot-list-games .games-list ul li p {
        font-size: 10px;
    }
}

#lobby-list-games {
    padding: 100px 0 100px 0;
}

@media only screen and (max-width: 767px) {
    #lobby-list-games {
        padding: 60px 0 60px;
    }
}

#lobby-list-games .title {
    margin-bottom: 40px;
}

#lobby-list-games .title h3 {
    font-weight: 800;
    margin-bottom: 30px;
    text-align: center;
}

#lobby-list-games .title h3 span {
    color: #da8502;
}

#lobby-list-games .title .title-line {
    width: 80px;
    background: #da8502;
    height: 3px;
    text-align: center;
    margin: 15px auto 15px auto;
    border-radius: 50px;
}

#lobby-list-games .title .subtitle-title {
    text-align: center;
}

#lobby-list-games .title-new-slots {
    padding-left: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}

#lobby-list-games .title-new-slots:after {
    width: 20px;
    content: '';
    height: 2px;
    background: #da8502;
    bottom: 0;
    position: absolute;
    left: 10px;
}

#lobby-list-games ul {
    margin-left: 8px;
}

#lobby-list-games ul li {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#lobby-list-games .games-new {
    margin-bottom: 30px;
}

#lobby-list-games .games-new li {
    list-style-type: none;
    display: inline-block;
    padding: 8px;
    width: 24.6%;

}

@media only screen and (max-width: 550px) {
    #lobby-list-games .games-new li {
        width: 49%;
    }
}

#lobby-list-games .games-new li p {
    position: relative;
    font-family: "Poppins", sans-serif;
    color: #7e8597;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 30px;
}

#lobby-list-games .games-new li p:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 14px;
    height: 1px;
    width: 20px;
    background-color: #da8502;
}

#lobby-list-games .games-new li img {
    border-radius: 20px;
}

#lobby-list-games .games-list .jackpot-search {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 8px;
    float: left;
    background-color: #111;
    padding: 0px 0;
    position: relative;
}

#lobby-list-games .games-list .jackpot-search button {
    font-weight: 800;
    padding: 12px 10px 12px 10px;
    color: #fff;
    background-color: #111;
    border: 0;
}

#lobby-list-games .games-list .jackpot-search button.active {
    background-color: #da8502;
}

#lobby-list-games .games-list .jackpot-search .box-search {
    width: 25%;
    position: absolute;
    right: 20px;
    top: 10px;
}

#lobby-list-games .games-list .jackpot-search .box-search input {
    border-radius: 20px;
    height: 28px;
    font-size: 13px;
    padding-left: 25px;
    border: 0px;
}

#lobby-list-games .games-list .jackpot-search .box-search i {
    position: absolute;
    font-size: 16px;
    top: 5px;
    left: 6px;
}

#lobby-list-games .games-list ul li {
    list-style-type: none;
    display: inline-block;
    padding: 8px;
    width: 16.3%;
}

@media only screen and (max-width: 995px) {
    #lobby-list-games .games-list ul li {
        width: 24.5%;
    }
}

@media only screen and (max-width: 550px) {
    #lobby-list-games .games-list ul li {
        width: 32%;
    }
}

#lobby-list-games .games-list ul li img {
    border-radius: 20px;
}

#lobby-list-games .games-list ul li p {
    position: relative;
    font-family: "Poppins", sans-serif;
    color: #7e8597;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 30px;
}

#lobby-list-games .games-list ul li p:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 14px;
    height: 1px;
    width: 20px;
    background-color: #da8502;
}

@media only screen and (max-width: 767px) {
    #lobby-list-games .games-list ul li p {
        font-size: 10px;
    }
}

#projects-column {

    padding: 100px 0 100px 0;
}

#projects-column .title {
    margin-bottom: 40px;
}

#projects-column .title h3 {
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
}

#projects-column .title h3 span {
    color: #da8502;
}

#projects-column .title .title-line {
    width: 80px;
    background: #da8502;
    height: 3px;
    text-align: center;
    margin: 15px auto 15px auto;
    border-radius: 50px;
}

#projects-column .title .subtitle-title {
    text-align: center;
}

#projects-column .filters {
    position: relative;
    margin-bottom: 40px;
}

#projects-column .filters li {
    position: relative;
    display: inline-block;
    color: #7e8597;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 8px 6px;
    padding: 13px 24px;
    text-transform: uppercase;
    background-color: #e9eef3;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

#projects-column .filters li .total {
    position: absolute;
    right: -5px;
    top: -13px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    opacity: 0.3;
    background-color: #ffffff;
    border: 1px solid #e9eef3;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

#projects-column .filter.active .total,
#projects-column .filter:hover .total {
    color: #f97534;
    opacity: 1;
}

#projects-column .filter.active,
#projects-column .projects-section-five .filters .filter:hover {
    color: #ffffff;
    background-color: #da8502;
}

#projects-column .mix {
    display: none;
    padding: 15px;
}

#projects-column .mix p {
    position: relative;
    font-family: "Poppins", sans-serif;
    color: #7e8597;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 30px;
}

#projects-column .mix p:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 14px;
    height: 1px;
    width: 20px;
    background-color: #da8502;
}

#projects-column .mix .box-content-img {
    position: relative;
}

#projects-column .mix .box-content-img img {
    border-radius: 20px;
}

#projects-column .mix .box-content-img .team-details {
    background: -moz-linear-gradient(left, rgba(30, 42, 61, 0.9) 0%, rgba(16, 24, 37, 0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(30, 42, 61, 0.9) 0%, rgba(16, 24, 37, 0.9) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(30, 42, 61, 0.9)), to(rgba(16, 24, 37, 0.9)));
    background: -o-linear-gradient(left, rgba(30, 42, 61, 0.9) 0%, rgba(16, 24, 37, 0.9) 100%);
    background: linear-gradient(to right, rgba(30, 42, 61, 0.9) 0%, rgba(16, 24, 37, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba($top-color, $opacity)', endColorstr='rgba($top-color, $opacity)', GradientType=0);
    padding: 0 15px;
    position: absolute;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    top: 5%;
    left: 0;
    right: 0;
    width: 90%;
    height: 90%;
    opacity: 1;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #384c6d;
}

#projects-column .mix .box-content-img .team-details .content-content {
    padding: 20px;
}

#projects-column .mix .box-content-img .team-details .content-content h3 {
    color: #ffae11;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 20%;
}

#projects-column .mix .box-content-img .team-details .content-content p {
    color: #fff;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 20px;
}

#projects-column .mix .box-content-img:hover .team-details {
    border-radius: 20px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    padding: 0 15px;
    opacity: 1;
}

#poker {

    position: relative;
}


#poker .plus-border {
    padding: 0 0px;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 767px) {
    #poker .plus-border img {
        display: none;
    }
}

#poker .plus-border .poker-tournament {
    padding: 30px 30px 40px 30px;

    float: left;
    position: absolute;
    top: 0;
    background: #222042;
    width: 70%;
    right: 60px;
    margin-top: 150px;
    color: #fff;
    min-height: 270px;
}


.poker-tournament {
    padding: 30px 30px 40px 30px;
    background: #222042;
    width: auto;
    color: #fff;
    min-height: 24 0px;
    margin-left: -118px;
    margin-top: 90px;
}

.poker-tournament h3 {
    font-weight: 800;
    color: #fff;
}

.poker-tournament .poker-rake ul li p {

    font-weight: 800;
    font-size: 14px;
    color: #fff;
}

.poker-tournament .poker-rake ul li p span {
    margin-right: 20px;
    background: #da8502;
    color: #fff;
    border: 1px solid #222042;

    padding: 10px 15px;
    border-radius: 100%;
}

.poker-tournament .poker-desc-txt {
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-left: 25px;
}

.poker-tournament .poker-rake ul li {
    color: #222042;
    list-style: none;
    padding: 5px 0;
}

@media only screen and (max-width: 995px) {
    #poker .plus-border .poker-tournament {
        width: 70%;
        right: 80px;
    }
}

@media only screen and (max-width: 767px) {
    #poker .plus-border .poker-tournament {
        width: 100%;
        right: 0;
        position: relative;
        margin-top: 0;
    }
}

#poker .plus-border .poker-tournament h3 {
    font-weight: 800;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    #poker .plus-border .poker-tournament h3 {
        font-size: 30px;
    }
}

#poker .plus-border .poker-tournament h4 {
    text-transform: uppercase;
    font-weight: 800;
    color: #da8502;
    font-family: "Poppins", sans-serif;
    color: #fff;
    padding: 15px 20px;
    border-radius: 30px;
}

#poker .plus-border .poker-tournament .poker-desc-txt {
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-left: 25px;
}

.poker-desc-txt::before {
    content: "\f2d5";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #fff;
    left: 0;
    font-size: 13px;
    position: absolute;
    left: 0;
}

#poker .plus-border .poker-tournament .poker-desc-txt span {
    font-weight: 800;
    color: #da8502;
}

#poker .plus-border .poker-tournament .poker-rake {
    padding-left: 0;
    padding-top: 7px;
    padding-bottom: 20px;
}

#poker .plus-border .poker-tournament .poker-rake ul li {
    color: #222042;
    list-style: none;
    padding: 5px 0;
}

#poker .plus-border .poker-tournament .poker-rake ul li p {
    color: #111;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    #poker .plus-border .poker-tournament .poker-rake ul li p {
        font-size: 13px;
    }
}

#poker .plus-border .poker-tournament .poker-rake ul li p span {
    margin-right: 20px;
    background: #da8502;
    color: #fff;
    border: 1px solid #222042;
    border-radius: 3px;
    padding: 10px 15px;
    border-radius: 100%;
}

@media only screen and (max-width: 767px) {
    #poker .plus-border .poker-tournament .poker-rake ul li p span {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 550px) {
    #poker .plus-border .poker-tournament .poker-rake ul li p span {
        margin-right: 5px;
    }
}

#tabvalue {
    padding: 60px 0;
    border: 1px solid #eeeeee;
    background: #fff;
    position: relative;
}

#tabvalue h3 {
    margin-bottom: 45px;
    font-weight: 800;
}

#tabvalue h3 span {
    color: #da8502;
}

#tabvalue .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#tabvalue .table .text-theme-colored {
    color: #242438 !important;
}

#tabvalue .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

#tabvalue .table td {
    border-top: 1px solid #ddd;
    padding: 15px 8px;
}

#tabvalue .table td.text-green {
    color: #0fc73e;
}

#tabvalue .table td.text-red {
    color: #db0a0a;
}

#tabvalue .table td img {
    margin-right: 4px;
}

@media only screen and (max-width: 767px) {
    #tabvalue .table .volume {
        display: none;
    }
}

.background-guaranteed {
    background: #222042;
    width: 100%;
    height: 100%;
    opacity: 0.92;
    position: absolute;
}

#guaranteed {
    position: relative;
    overflow: hidden;
    background-image: url("../images/trading.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#guaranteed .box-info-cs {
    padding: 100px 0;
}

@media only screen and (max-width: 995px) {
    #guaranteed .box-info-cs {
        padding: 60px 0;
    }
}

#guaranteed .info-guaranteed {
    position: relative;
}

#guaranteed .info-guaranteed p.desc {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-top: 30px;
}

@media only screen and (max-width: 767px) {
    #guaranteed .info-guaranteed p.desc {
        font-size: 14px;
    }
}

#guaranteed .info-guaranteed .wrap {
    position: relative;
}

#guaranteed .info-guaranteed .wrap p.title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 46px;
}

@media only screen and (max-width: 1300px) {
    #guaranteed .info-guaranteed .wrap p.title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 550px) {
    #guaranteed .info-guaranteed .wrap p.title {
        font-size: 26px;
    }
}

#guaranteed .info-guaranteed .wrap p.title::after {
    content: "";
    height: 3px;
    width: 50px;
    background: #ffffff;
    display: block;
    margin-top: 15px;
}

#guaranteed .whitecolor {
    color: #ffffff;
    text-align: center;
}

#guaranteed .whitecolor p.title {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-top: 7px;
}

@media only screen and (max-width: 767px) {
    #guaranteed .margin_bottom {
        margin-bottom: 30px;
    }
}

#guaranteed .counters {
    text-align: center;
    color: #da8502;
    font-family: "Poppins", sans-serif;
}

#guaranteed .counters .count_nums {
    font-size: 28px;
    font-weight: 800;
}

#guaranteed .counters i.fa-plus {
    margin-top: -10px;
    vertical-align: middle;
}

#guaranteed .icon-counters .img-icon {
    text-align: center;
    display: inline-block;
    font-size: 40px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .7s ease-in .3s;
    -o-transition: all .7s ease-in .3s;
    transition: all .7s ease-in .3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-bottom: 20px;
}

#table {
    padding: 100px 0 100px 0;
    background: #fafafa;
}

@media only screen and (max-width: 767px) {
    #table {
        padding: 80px 0 80px 0;
    }
}

#table.table-second {
    padding: 100px 0 100px 0;
}

@media only screen and (max-width: 767px) {
    #table.table-second {
        padding: 50px 0 50px 0;
    }
}

#table .box-title {
    text-align: center;
}

#table .box-title h3 {
    font-weight: 800;
    margin-bottom: 30px;
}

#table .box-title span {
    color: #da8502;
}

#table .box-market {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

#table .box-market img {
    border-top-left-radius: 5px;

    border-top-right-radius: 5px;
}

#table .box-market .box-description {
    padding: 30px;
    text-align: center;
}

#table .box-market .box-description p {
    margin-bottom: 20px;
}

#table .box-market .box-description a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #333;
}

#table .box-market .box-description a i {
    color: #da8502;
    margin-left: 10px;
}

#table .box-market .box-description h3 {
    margin-top: 0;
    font-size: 16px;
}

#table .plus-border {
    padding: 10px;
    border-bottom: 1px solid #222042;
    border-left: 1px solid #222042;
}

#table .plus-border.no-border {
    border: 0;
}

@media only screen and (max-width: 995px) {
    #table .plus-border.no-border {
        width: 55%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    #table .plus-border.no-border {
        width: 100%;
    }
}

#table .plus-border .table-tournament {
    border-top: 1px solid #222042;
    border-right: 1px solid #222042;
    padding: 40px;
    background: #222042;
}

@media only screen and (max-width: 1100px) {
    #table .plus-border .table-tournament {
        padding: 40px 20px;
    }
}

@media only screen and (max-width: 767px) {
    #table .plus-border .table-tournament {
        padding: 20px;
    }
}

@media only screen and (max-width: 390px) {
    #table .plus-border .table-tournament {
        padding: 10px;
    }
}

#table .plus-border .table-tournament .box-roulette-desc {
    width: 70%;
}

@media only screen and (max-width: 767px) {
    #table .plus-border .table-tournament .box-roulette-desc {
        width: 100%;
    }
}




#table .plus-border .table-tournament .roulette-image {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 767px) {
    #table .plus-border .table-tournament .roulette-image {
        display: none;
    }
}

#table .plus-border .table-tournament .roulette-image img {
    position: absolute;
    float: right;
    right: -100px;
    bottom: -50px;
}

@media only screen and (max-width: 1450px) {
    #table .plus-border .table-tournament .roulette-image img {
        right: -60px;
        width: 60%;
    }
}

@media only screen and (max-width: 1300px) {
    #table .plus-border .table-tournament .roulette-image img {
        right: -20px;
        width: 40%;
    }
}

@media only screen and (max-width: 995px) {
    #table .plus-border .table-tournament .roulette-image img {
        right: 0px;
        width: 20%;
    }
}

#table .plus-border .table-tournament h3 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    #table .plus-border .table-tournament h3 {
        font-size: 24px;
    }
}

#table .plus-border .table-tournament h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
}

#table .plus-border .table-tournament .table-desc-txt {
    margin-bottom: 20px;
    color: #fff;
}

#table .plus-border .table-tournament .sub-txt {
    font-weight: 600;
    color: #fff;
}

#table .plus-border .table-tournament .table-premium {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    padding: 0px;
    background: #222042;
    color: #fff;
}

#table .plus-border .table-tournament .table-premium span {
    color: #da8502;
    font-weight: 800;
    font-size: 20px;
    font-family: "Poppins", sans-serif;

}

#table .plus-border .table-tournament .table-playlive {
    width: 100%;
    text-align: left;
}

#table .plus-border .table-tournament .table-playlive .btn {
    font-size: 13px;
    border: 0;
    background: #da8502;
    border: 1px solid #da8502;
    color: #fff;
    padding: 12px 40px;
    font-weight: 600;
    margin-top: 25px;
    border-radius: 25px;
}

#table .plus-border .table-tournament .table-playlive .btn:hover {
    color: #fff;
    background: #da8502;
}

#consult {
    padding: 100px 0;
}

#consult .bt-submit {
    background: #da8502;
    border-color: #da8502;
    color: #fff;
    font-weight: 800;
    padding: 10px 32px;
    margin-top: 40px;
    font-size: 14px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    position: relative;
}

#consult .dots-bg:before {
    overflow: hidden;
    position: absolute;
    content: '';
    left: 35px;
    top: 80px;
    width: 484px;
    height: 316px;
    display: inline-block;
    background-image: url(../images/bg-2.png);
}

#livesoccer {
    position: relative;
    overflow: hidden;
    background: #eaeaea;
    width: 100%;
    height: 400px;
}

#livesoccer .background-guaranteed {
    width: 50%;
    background: #fff;
}

@media only screen and (max-width: 550px) {
    #livesoccer .background-guaranteed {
        width: 100%;
    }
}

#livesoccer .info-guaranteed {
    position: relative;
    padding-top: 100px;
}

#livesoccer .info-guaranteed .title-column {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 1100px) {
    #livesoccer .info-guaranteed .title-column {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    #livesoccer .info-guaranteed .title-column {
        width: 100%;
    }
}

#livesoccer .info-guaranteed .title-column .title-inner .number:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 8px;
    height: 35px;
    background-color: #da8502;
}

#livesoccer .info-guaranteed .title-column .title-inner .number:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 8px;
    height: 35px;
    background-color: #da8502;
}

#livesoccer .info-guaranteed .title-column .title-inner .number {
    position: absolute;
    color: #da8502;
    font-size: 120px;
    font-weight: 800;
    line-height: 1.3em;
    width: 240px;
    height: 180px;
    text-align: center;
    display: inline-block;
    border: 8px solid #da8502;
    border-right: 0px;
    font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 767px) {
    #livesoccer .info-guaranteed .title-column .title-inner .number {
        width: 180px;
        height: 140px;
        font-size: 80px;
    }
}

#livesoccer .info-guaranteed .title-column .title-inner .text {
    position: relative;
    color: #da8502;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    padding-left: 210px;
    padding-top: 60px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 550px) {
    #livesoccer .info-guaranteed .title-column .title-inner .text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    #livesoccer .info-guaranteed .title-column .title-inner .text {
        font-weight: 500;
        line-height: 1.4em;
        padding-left: 190px;
    }
}

#livesoccer .info-livesoccer:before {
    content: '';
    margin-bottom: -100%;
    background: rgba(93, 87, 177, 0.8);
    background: -webkit-linear-gradient(to right, rgba(93, 87, 177, 0.8), rgba(247, 19, 91, 0.8));
    background: linear-gradient(to right, rgba(93, 87, 177, 0.8), rgba(247, 19, 91, 0.8));
    top: 0;
    bottom: 0;
    right: -30px;
    left: -1000%;
    position: absolute;
    transform: skew(-10deg);
}

@media only screen and (max-width: 995px) {
    #livesoccer .info-livesoccer:before {
        right: 120px;
    }

}

#sports {
    position: relative;
}

#sports .back-trs {
    background: none;
    width: 100%;
    height: 700px;
    position: absolute;
    background-size: cover;
    opacity: 0.13;
    z-index: 0;
}



#sports img {
    position: relative;
}

#sports .item {
    margin: 0px;
}


#sports .testimonial-content {
    padding-left: 100px;
    position: relative;
    margin-top: 0;
}

@media only screen and (max-width: 995px) {
    #sports .testimonial-content {
        margin-top: 0px;
        padding: 0px 30px;
    }

    .md-page {
        margin-bottom: 0
    }

}

#sports .testimonial-content .quote {
    position: absolute;
    left: 20px;
    top: 0px;
    z-index: 10;
}

#sports .testimonial-content p {
    font: 400 15px/31px "Open sans", sans-serif;
    color: #585e68;
    text-transform: none;

}

#sports .testimonial-content h5 {
    font: 500 16px/36px "Poppins", sans-serif;
    color: #999999;
    padding-top: 14px;
}

#sports .testimonial-content h5 a {
    color: #333;
}

#box-shop {
    padding: 100px 0;
}

#box-shop .box-prod-top1 {
    background: #cccccc;
    background: -moz-linear-gradient(45deg, #cccccc 1%, #eeeeee 100%);
    background: -webkit-linear-gradient(45deg, #cccccc 1%, #eeeeee 100%);
    background: linear-gradient(45deg, #cccccc 1%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee', GradientType=1);
}

#box-shop .box-prod-top2 {
    background: #596a72;
    background: -moz-linear-gradient(45deg, #596a72 0%, #cedce7 100%);
    background: -webkit-linear-gradient(45deg, #596a72 0%, #cedce7 100%);
    background: linear-gradient(45deg, #596a72 0%, #cedce7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#596a72', endColorstr='#cedce7', GradientType=1);
}

#box-shop .box-shop h3 {
    font-weight: 800;
    font-size: 16px;
}

#contact {
    background-color: #222042;
    padding: 16px 0;
    margin: 25px 0 0;
}

@media only screen and (max-width: 995px) {
    #contact .container {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #contact .box-casino .col-lg-4 {
        padding: 0;
    }
}

#contact .faq-button-icon i {
    color: #da8502;
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
    #contact .faq-button-icon i {
        font-size: 18px;
    }
}

#contact .faq-button-content {
    color: #fff;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    #contact .faq-button-content {
        font-size: 11px;
    }
}

#contact .faq-button-content p {
    color: #cdcdcd;
    font-size: 11px;
}

@media only screen and (max-width: 767px) {
    #contact .faq-button-content p {
        display: none;
    }
}

#imgsupport {
    padding-top: 120px;
}

@media only screen and (max-width: 767px) {
    #imgsupport {
        padding-top: 80px;
    }
}

#imgsupport .box-support-img {
    border-bottom: 3px solid #da8502;
}

#imgsupport .clock-stop {
    text-align: center;
}

@media only screen and (max-width: 995px) {
    #imgsupport .clock-stop {
        display: none;
    }
}

#imgsupport .clock-stop img {
    padding-top: 80px;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
select:focus,
select:active,
button:focus,
button:active,
button:hover {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#map-section .map-img-section {
    width: 100%;
    height: 550px;
    position: relative;
}

#map-section .map-img-section .background-vip {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9;
}

#map-section .map-img-section .google-maps {
    height: 550px;
}

#map-section .map-img-section .google-maps #map_canvas {
    top: 0;
    z-index: 1;
}

#map-section .map-img-section .google-maps #map_canvas,
#map-section .map-img-section .google-maps #map_container {
    height: 100%;
    position: relative;
    width: 100%;
}

.add a {
    color: #fff;

}

@media only screen and (max-width: 767px) {
    .contact-page {
        padding: 80px 0 60px;
    }
}

.contact-page .box-1-left {
    padding: 0 30px 0 0;
}

@media only screen and (max-width: 995px) {
    .contact-page .box-1-left {
        padding: 0 15px;
    }
}

.contact-page .box-1-left h3 {
    font-weight: 800;
}

.contact-page .info-store-contact .details-contact {
    padding: 25px;
    background: #222042;
    border-radius: 3px;
}

.contact-page .info-store-contact .details-contact h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.contact-page .info-store-contact .details-contact p {
    margin-bottom: 8px;
    color: #fff;
}

.contact-page .info-store-contact .details-contact hr {
    margin: 20px 0;
}

.contact-page .form-control {
    background: #fff;
    border-color: #dde1e1;
    padding: 8px 11px 9px;
    height: 44px;
    color: #333;
    font-size: 13px;
    border-radius: 1px;
    margin-top: 5px;
    border-width: 0 0 1px;
    box-shadow: 0 0 0 #000;
}

.contact-page textarea {
    height: 55px !important;
    resize: none;
}

.contact-page #contact-form {
    margin-top: 40px;
}

.contact-page #contact-form .form-group {
    margin-bottom: 30px;
}

.contact-page #contact-form .btn-send {
    text-align: right;
}

.contact-page #contact-form label {
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
}

.contact-page #contact-form .bt-contact-submit {
    padding: 10px 25px 10px 25px;
    font-size: 13px;
    background: #222;
    border-color: #333;
    border-radius: 20px;
}

.contact-page .title-hours {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.contact-page .operation-hours li {
    list-style-type: none;
    font-family: "Open sans", sans-serif;
    margin-bottom: 10px;
    color: #fff;
}

.contact-page .operation-hours li .pull-right {
    float: right;
    font-weight: 800;
}

#contact-form input::-webkit-input-placeholder {
    color: #7e7e7e;
}

#contact-form input:-moz-placeholder {
    color: #7e7e7e;
}

#contact-form input::-moz-placeholder {
    color: #7e7e7e;
}

#contact-form input:-ms-input-placeholder {
    color: #7e7e7e;
}

#contact-form .success {
    display: none;
}

#contact-form .error {
    display: none;
}

#box-team {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #box-team {
        padding: 40px 0 0;
    }
}

#box-team .team-title {
    text-align: center;
    font-weight: 800;
}

#box-team .team-title span {
    color: #da8502;
    font-weight: 800;
}

#box-team .team-subtitle {
    text-align: center;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 767px) {
    #box-team .team-subtitle {
        font-size: 13px;
    }
}

#box-team .box-desc {
    text-align: center;
    margin-top: 25px;
    display: inline-block;
    width: 23%;
    margin: 20px;
}

@media only screen and (max-width: 995px) {
    #box-team .box-desc {
        width: 50%;
        float: none;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    #box-team .box-desc {
        width: auto;
        float: none;
        margin-bottom: 20px;
    }

    .about-magna-corp p {
        text-align: center;
    }

    #box-team .box-desc {
        margin: 0 0 25px
    }

}

#box-team .box-desc img {
    border-radius: 30px;
}

#box-team .box-desc h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 11px 0 5px;
}

#box-team .box-desc p {
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
}

#box-team .box-desc .team-desc {
    min-height: 16px;
}

#box-team .box-desc .team-desc p {
    text-align: center
}

#box-team .box-desc .team-desc .social-icon-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#box-team .box-desc .team-desc .social-icon-one li {
    position: relative;
    margin: 0px 18px;
    margin-bottom: 5px;
    display: inline-block;
}

#box-team .box-desc .team-desc .social-icon-one li a {
    position: relative;
    color: #777777;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

#box-team .box-desc .team-desc .social-icon-one li a:hover {
    color: #da8502;
}

#box-team .box-desc:hover .social-icon-one {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #da8502;
}


#box-login {
    padding: 100px 0 100px 0;
}

@media only screen and (max-width: 767px) {
    #box-login {
        padding: 80px 0 0px 0;
    }
}

@media only screen and (max-width: 995px) {
    #box-login .box-package {
        float: left;
        margin-top: 40px;
    }
}

#box-login .login-form form {
    padding: 50px 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    width: 100%;
    float: left;
}

#box-login .login-form form label {
    font-weight: 400;
    font-size: 13px;
}

#box-login .login-form form .box-input-login {
    padding: 25px;
}

@media only screen and (max-width: 767px) {
    #box-login .login-form form .box-input-login {
        padding: 10px;
    }
}

#box-login .login-form .login-title {
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

#box-login .login-form .login-title h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 5px;
    float: left;
    margin: 0;
}

#box-login .login-form .login-title span {
    float: right;
    padding-bottom: 5px;
    font-weight: 600;
    color: #7f730f;
}

#box-login .login-form i {
    float: left;
    padding: 5px;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 5px;
    color: #da8502;
}

#box-login .login-form input:focus~.floating-label,
#box-login .login-form input:not(:focus):valid~.floating-label {
    top: -12px;
    bottom: 10px;
    left: 40px;
    font-size: 11px;
    opacity: 1;
}

#box-login .login-form .form-control {
    font-size: 14px;
    width: 92%;
    height: 35px;
    padding: 8px 12px;
    border-radius: 0px;
    box-shadow: 0 0 0 #ccc;
    border: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 575px) {
    #box-login .login-form .form-control {
        width: 88%;
    }
}

@media only screen and (max-width: 767px) {
    #box-login .login-form .form-control {
        width: 80%;
    }
}

#box-login .login-form .floating-label {
    position: absolute;
    pointer-events: none;
    left: 40px;
    top: 7px;
    transition: 0.2s ease all;
}

#box-login .login-form .box-username,
#box-login .login-form .box-password {
    width: 100%;
    float: left;
    position: relative;

    margin-bottom: 30px;
}

#box-login .login-form .box-password.last {
    margin-bottom: 0px;
}

#box-login .login-form .form-submit-login {
    padding-top: 40px;
    text-align: right;
}

@media only screen and (max-width: 1300px) {
    #box-login .login-form .form-submit-login {
        width: 100%;
        float: left;
    }
}

#box-login .login-form .form-submit-login button {
    padding: 10px 32px;
    border-radius: 20px;
    background: #da8502;
    border-color: #da8502;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}

#box-login .box-package .included-list h4 {
    font-size: 18px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#box-login .box-package .included-list ul {
    color: #222042;
    padding-left: 0px;
}

#box-login .box-package .included-list ul li {
    list-style-type: none;
    padding: 7px 0;
}

#box-login .box-package .included-list ul li svg {
    width: 7%;
}

#box-login .box-package .included-list ul li p {
    color: #111;
}

#box-login .box-package .included-list.second-list {
    padding: 40px 0;
}

.vip-img-section.login .box-jp {
    margin-top: 0px;
}

@media only screen and (max-width: 1100px) {
    .vip-img-section.login .box-jp {
        width: 70%;
    }
}

.vip-img-section.login .info-slider:before {
    content: '';
    margin-bottom: -20%;
    background-color: #da8502;
    top: 0;
    bottom: 0;

    right: -30px;
    left: -1000%;
    position: absolute;
    transform: skew(-30deg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 995px) {
    .vip-img-section.login .info-slider:before {
        right: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .vip-img-section.login .info-slider:before {
        right: 120px;
    }
}

@media only screen and (max-width: 550px) {
    .vip-img-section.login .info-slider:before {
        right: 20px;
    }
}

.vip-img-section.login .info-slider #perSecond {
    position: absolute;
    padding-top: 40px;
    font-weight: 800;
    font-size: 80px;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

@media only screen and (max-width: 1100px) {
    .vip-img-section.login .info-slider #perSecond {
        padding-top: 50px;
        font-size: 60px;
    }
}

@media only screen and (max-width: 550px) {
    .vip-img-section.login .info-slider #perSecond {
        padding-top: 30px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .vip-img-section.login .info-slider #perSecond {
        font-size: 30px;
        padding-top: 12px;
    }
}

.vip-img-section.login .promo-title {
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
    .vip-img-section.login .promo-title {
        margin-top: 60px;
    }
}

.vip-img-section.login .promo-title h3 {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding-left: 0px;
}

@media only screen and (max-width: 1300px) {
    .vip-img-section.login .promo-title h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 995px) {
    .vip-img-section.login .promo-title h3 {
        font-size: 40px;
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    .vip-img-section.login .promo-title h3 {
        font-size: 40px;
    }
}

footer {
    padding: 50px 0 0 0;
    width: 100%;
    float: left;
    position: relative;
    background: #222042;
}

@media only screen and (max-width: 995px) {
    footer {
        padding: 100px 0 0 0;
    }
}

@media only screen and (max-width: 767px) {

    footer {
        padding: 0;
    }
}

footer .skyscraper {
    background-image: url("../images/skyscraper.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 550px;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer .box-info-support {
    padding-top: 20px;
}

@media only screen and (max-width: 1300px) {
    footer .box-info-support {
        padding-top: 10px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    footer .box-info-support {
        display: none;
    }
}

footer .box-info-support ul {
    margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
    footer .box-info-support ul {
        margin: 5px auto;
        text-align: center;
    }
}

@media only screen and (max-width: 995px) {
    footer .box-info-support ul {
        margin: 10px 0;
        text-align: left;
    }
}

footer .box-info-support ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin-right: 30px;
    padding: 30px 20px;
    width: 31%;
    border: 1px solid #4d4a74;
    vertical-align: top;
    min-height: 160px;
}

@media only screen and (max-width: 1300px) {
    footer .box-info-support ul li {
        margin-left: 0;
        text-align: left;
        width: 30%;
    }
}

@media only screen and (max-width: 995px) {
    footer .box-info-support ul li {
        padding: 20px;
        margin-bottom: 10px;
    }
}

footer .box-info-support ul li:last-child {
    margin-right: 0;
}

footer .box-info-support ul li.search-lents {
    margin-left: 0;
    padding: 0;
}

footer .box-info-support ul li.search-lents .ctn-icon {
    line-height: 0;
    position: relative;
    padding-left: 20px;
}

@media only screen and (max-width: 1300px) {
    footer .box-info-support ul li.search-lents .ctn-icon {
        top: -5px;
    }
}

@media only screen and (max-width: 767px) {
    footer .box-info-support ul li.search-lents {
        display: none;
    }
}

footer .box-info-support ul li .square {
    width: 100%;
    height: 100%;
    position: absolute;
    border-top: 1px solid #4d4a74;
    border-left: 1px solid #4d4a74;
    top: -5px;
    left: -5px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

footer .box-info-support ul li .square:hover {
    top: 0;
    left: 0;
    opacity: 0;
}

footer .box-info-support ul li #clock {
    color: #333;
    text-transform: lowercase;
}

footer .box-info-support ul li .ctn-icon {
    width: 25%;
    float: left;
    left: 0px;
    top: 0px;
    color: #da8502;
    font-size: 34px;
    text-align: left;
    line-height: 1.2em;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media only screen and (max-width: 1300px) {
    footer .box-info-support ul li .ctn-icon {
        font-size: 28px;
        top: 5px;
        left: 5px;
    }
}

@media only screen and (max-width: 767px) {
    footer .box-info-support ul li .ctn-icon {
        text-align: center;
        left: 30px;
    }
}

footer .box-info-support ul li .info-text p {
    color: #fff;
    font-size: 13px;
    margin-left: 10px;
}

footer .box-info-support ul li .info-text p.title-mdl-header {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

footer .box-info-support ul li .info-text.lsd:after {
    width: 0px;
    height: 0px;
}

footer .box-card ul {
    text-align: center;
}

footer .box-card ul li {
    display: inline-block;

    width: 15%;
    padding: 10px;
    margin-right: 40px;
}

@media only screen and (max-width: 995px) {
    footer .box-card ul li {
        width: 15%;
        margin-right: 20px;
    }
}


@media only screen and (max-width: 550px) {
    footer .box-card ul li {
        width: 25%;
    }
}

footer .box-card ul li img {
    -webkit-filter: grayscale(20%) #000000 brightness(80%);
    filter: grayscale(20%) #000000 brightness(80%);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

footer .box-card ul li:hover img {
    -webkit-filter: none;
    filter: none;
}

footer .box-footer-step {
    padding: 100px 0 0 0;
}

@media only screen and (max-width: 740px) and (orientation: landscape) {
    footer .box-footer-step {
        padding: 80px 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    footer .box-footer-step {
        padding: 80px 0 0 0;
    }
}

@media only screen and (max-width: 995px) {
    footer .box-footer-step .box-single-footer {
        margin-bottom: 20px;
    }
}

footer .box-footer-step p {
    color: #ddd;
}

footer .box-footer-step .list-link ul li {
    list-style: none;
    padding: 5px 0 0;
    position: relative;
}

footer .box-footer-step .list-link ul li:first-child {
    padding: 0 0 5px 0;
}

footer .box-footer-step .list-link ul li a {
    color: #ddd;
    text-decoration: none;
}

footer .box-footer-step .list-link ul li a:after {
    content: '';
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #da8502;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

}

footer .box-footer-step .list-link ul li:hover a:after {
    width: 60%;
}

footer .box-footer-step .twitter-post-icon {
    line-height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
    padding: 0;
}

@media only screen and (max-width: 995px) {
    footer .box-footer-step .twitter-post-icon {
        display: none;
    }
}

footer .box-footer-step .twitter-post-icon i {
    color: #fff;
    font-size: 16px;
    line-height: 33px;
}

footer .box-footer-step .ftr-txt-1 {
    margin-bottom: 10px;
}

footer .box-footer-step h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 18px;
    color: #fff;
}

@media only screen and (max-width: 995px) {
    footer .box-footer-step h3 {
        margin-bottom: 20px;
    }
}

footer .box-footer-step h3:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background-color: #da8502;
}

footer .box-footer-step h3 span {
    font-size: 25px;
    color: #da8502;
    font-weight: 800;
}

footer .box-footer-step .contact-news .ct-hour {
    font-weight: 600;
    margin-top: 5px;
    font-size: 11px;
    color: #9e9ad4;
    text-transform: uppercase;
}

footer .box-footer-step .contact-news .content-twit {
    margin-bottom: 20px;
}

footer .box-footer-step .contact-news .content-twit .post-txt {
    padding-right: 0;
    padding-left: 10px;
}

footer .box-footer-step .contact-news .content-twit .post-txt .twit-info {
    font-size: 11px;
}

footer .box-footer-step .contact-news .content-twit .post-txt .twit-info .fa-user {
    margin-right: 5px;
}

footer .box-footer-step .contact-news .content-twit .post-txt .twit-info .fa-comments {
    margin-right: 5px;
    margin-left: 10px;
}

footer .box-footer-step .contact-email p {
    margin-bottom: 10px;
    color: #ddd;
}

footer .box-footer-step .contact-email .form-group {
    margin-top: 20px;
}

footer .box-footer-step .contact-email .form-group input {
    width: 100%;
    border-radius: 2px;
    padding: 7px 12px;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.1);
}

footer .box-footer-step .contact-email .form-group button {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 25px;
    background: #da8502;
    border-color: #da8502;
}

footer .box-footer-step .ftr-title-1 {
    margin-top: -10px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 30px;
}

footer .box-footer-step .ftr-title-1:after {
    content: none;
}

footer .box-footer-step .open-time {
    margin-top: 20px;
}

footer .box-footer-step .open-time p {
    font-size: 12px;
}

footer .box-footer-step .open-time span {
    color: #da8502;
    font-weight: 600;
}

footer .box-footer-step .open-time span.key-word {
    color: #fff;
}

@media only screen and (max-width: 995px) {
    footer .box-footer-step .col-md-3 {
        margin-bottom: 40px;
    }
}

footer #copyright {
    width: 100%;
    float: left;
    padding: 20px 0;
    margin-top: 0px;
}

@media only screen and (max-width: 995px) {
    footer #copyright {
        text-align: center;
        float: none;
    }
}

footer #copyright hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #4d4a74;
}

footer #copyright .box-copy .box-social ul {
    text-align: right;
    margin-top: -5px;
}

@media only screen and (max-width: 995px) {
    footer #copyright .box-copy .box-social ul {
        text-align: center;
        float: none;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    footer #copyright .box-copy .box-social ul {
        text-align: center;
        margin-top: 10px;
    }
}

footer #copyright .box-copy .box-social ul li {
    list-style-type: none;
    display: inline-block;
}

footer #copyright .box-copy .box-social ul li i {
    color: #fff;
    padding: 10px;
    border: 1px solid #da8502;
    background: #da8502;
    margin-right: 10px;
    border-radius: 50px;
}

footer #copyright .box-copy .box-social ul li i.fa-facebook {
    padding: 10px 12px;
}

footer #copyright .box-copy .box-social ul li i.fa-linkedin {
    padding: 10px 11px;
}

footer #copyright .box-copy .copyright {
    color: #706ca1;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: #fff;
    transition: all .5s ease-in-out;

    bottom: 105px;
    right: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 14px;
    background: #da8502;
    width: 60px;
    height: 60px;
    text-align: center;
}

#back-to-top i {
    padding-top: 7px;
    font-size: 20px;
}

#back-to-top span {
    display: block;
    line-height: 8px;
    font-size: 11px;
}

.datepicker-dropdown {
    border-radius: 0;
    padding: 15px;
}

.datepicker td,
.datepicker th {
    border-radius: 0;
}

.datepicker .table-condensed>tbody>tr>td,
.datepicker .table-condensed>tbody>tr>th {
    padding: 5px 10px;
}

.datepicker thead tr:last-child {
    background-color: #f2f2f2;
}

.datepicker thead tr:last-child th {
    border-right: 1px solid #fff;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #c9c9c9;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active[disabled] {
    background: #f15f2a;
}

.pageload-overlay.show,
.pageload-overlay {
    background-color: #f15f2a;
    visibility: visible;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-6px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-6px);
    }
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(218, 2, 102, 0.1), 0 0 10px 10px #f571ae, 0 0 0 10px rgba(218, 2, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(218, 2, 102, 0.1), 0 0 10px 10px #f571ae, 0 0 0 10px rgba(218, 2, 102, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(218, 2, 102, 0.1), 0 0 10px 10px #f571ae, 0 0 0 10px rgba(218, 2, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(218, 2, 102, 0.1), 0 0 10px 10px #f571ae, 0 0 0 10px rgba(218, 2, 102, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(218, 2, 102, 0.1), 0 0 10px 10px #f571ae, 0 0 0 10px rgba(218, 2, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(218, 2, 102, 0.1), 0 0 10px 10px #f571ae, 0 0 0 10px rgba(218, 2, 102, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes animatePicture {
    0% {
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
    }

    50% {
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50.01% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
    }
}

@keyframes animatePicture {
    0% {
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
    }

    50% {
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50.01% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {

        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*RRR css*/
/*slider start*/

.home-page .navbar-default {
    display: none
}

.main-reletive {
    position: relative;
}

.testimonial-data {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 12%;
    /* background: rgb(0 0 0 / 55%); */
    text-align: left;
    padding: 25px;
    left: 2%;
}

.testimonial-data-top0 {
    top: 10%
}

.testimonial-data h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
}

.testimonial-data h6 {
    color: #fff;
    font-size: 25px;
}

.slider-main .owl-buttons {
    position: absolute;
    top: 43%;
    width: 100%;
    opacity: 0;
    z-index: 99;
}

.slider-main .owl-prev {
    position: absolute;
    left: 0;
}

.slider-main .owl-next {
    position: absolute;
    right: 0;
}

.slider-main .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    margin: 0 9px;
    padding: 0;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    background: rgb(0 0 0 / 36%);
    transition: all .3s ease-in;
    font-weight: bold;

}

.slider-main .owl-theme .owl-controls .owl-buttons div:hover {
    -webkit-box-shadow: 100px 0 0 #f18109 inset;
    box-shadow: 100px 0 0 #f18109 inset;
}

.slider-main .owl-theme .owl-controls .owl-buttons div {
    border-radius: 50%;
}

.slider-main .owl-prev:after,
.slider-main .owl-next:after {
    font-family: 'FontAwesome';
    content: "\f104";
    width: 53px;
    height: 28px;
}

.slider-main .owl-next:after {
    content: "\f105"
}

.slider-main .owl-carousel:hover .owl-buttons {
    opacity: 1;
    transition: all .3s ease-in;
}

.slider-main .owl-pagination {
    display: none
}

.main-reletive .testimonial-pic:before {
    content: "";
    background: url(../images/pattern-white.svg) repeat;
    height: 100%;
    opacity: .15;
    position: absolute;
    width: 100%;
    z-index: 9;

}

.main-reletive .testimonial-pic:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8;
    background: linear-gradient(to right, rgba(25, 34, 49, 0.8), rgba(0, 24, 49, 0));
    background-color: rgba(30, 38, 49, 0.5);
}

.testimonial-data .subtitle-slider {
    font-size: 35px;
    font-weight: 100;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif, sans-serif;
}

.testimonial-data .title-slider {
    font-size: 50px;
    font-weight: 800;
    font-family: "Poppins", sans-serif, sans-serif;
    line-height: 1.1;
}

.testimonial-data p {
    color: #fff;
}

.testimonial-data .title-slider span {
    color: #f18109;
}

.certificate-slide li {
    display: inline-block;
}

.certificate-slide li img {
    width: 180px;
    margin: 5px;
}

#vip-section {
    margin-bottom: 70px;
}

.md-page {
    margin-bottom: 50px;
}

.md-page h5 {
    font-size: 20px;
    margin: 24px 0 0;
    text-align: center;


    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.md-page h6 {
    text-align: center;
    font-size: 17px;
}

.md-col p {
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center
}

.customer-sec {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center
}

.customer-sec ul {
    padding: 0;
    margin: 0
}

.customer-sec ul li {
    text-align: center;
    width: 280px;
    padding: 15px 0;
    display: inline-block;
    margin: 10px;
    color: #555;
    font-size: 25px;
    font-weight: 700;
    border: solid 1px #222042;
    line-height: 20px;
    transition: all 0.2s ease-in;
    line-height: 1.3;
    background: #fff;
}

.customer-sec ul li:hover {

    color: #fff;
    transition: all 0.2s ease-in;
    background: #222042;
}

.customer-logo {
    text-align: center;
    width: 90%;
    margin: 0 auto
}

.customer-logo ul {
    padding: 0;
    margin: 0;
}

.customer-logo ul li {
    display: inline-block;
    width: 250px;
    margin: 10px;
}

.customer-logo ul li img {
    width: 100%;
}

.col-cell {
    width: 280px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.customer-page {
    padding-bottom: 70px !important;
}

.common {
    padding-bottom: 70px
}

.partner-sec {
    margin-bottom: 25px;
}

.partner-sec p {
    margin: 0;
    height: 91px;
    vertical-align: middle;
    display: table-cell;
}

.partner-sec ul {
    padding-left: 22px;
}

.group-company {
    text-align: center
}

.group-company ul {
    padding: 0;
    margin: 0;
}

.group-company ul li {
    display: inline-block;
    margin: 10px;
    width: 175px;
    text-align: center;
    vertical-align: top;
}

.group-company ul li img {
    border: solid 1px #ddd
}

.group-company ul li h6 {
    text-align: center;
    font-size: 15px;
    padding: 10px;
    margin: 0;
}

.about-magna-corp p {
    text-align: left;
    text-transform: none;
}

.product-col {
    border: solid 1px #ccc;
    padding: 3px;
    margin-bottom: 30px;
}

.product-col h6 {
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    margin: 10px;
    background: #efefef;
    padding: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.elix-page .product-col h6 {
    font-size: 16px;
    padding: 10px 5px;
}

.group-sec {
    margin-bottom: 45px;
}

.group-sec p {
    color: #333;
    font-size: 25px;
    line-height: 1.5;
}

.group-sec p a {
    color: #333;
    font-size: 25px;
}

.group-sec p a:hover {
    text-decoration: underline
}

.group-sec ul {
    padding: 0 0 0 20px
}

.group-sec ul li {
    font-size: 20px;
    margin-bottom: 8px;
}

.eo-page .product-col h6 {
    min-height: 75px;
}

.product-col img {
    width: 100%;
}

.maruti-sec img {
    width: 100%;
    display: block
}

.maruti-sec {
    margin: 40px 0 0;
    padding: 40px 0;
    background: #efefef
}

.property-col {
    padding: 1px;
    border: solid 1px #ccc;
    margin-bottom: 25px;
    min-height: 250px;
}

.property-col p {
    text-align: center;
    line-height: 1.5;
    padding: 5px 2px;
    font-size: 14px;
}

.map img {
    border: solid 1px #ccc;
    width: 80%;
    display: block;
    margin: 0 auto
}

.list li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 10px;
}

.list li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #000;
    font-size: 13px;
    position: absolute;
    left: 0;
}

.list2 li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.list2 li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #000;
    font-size: 13px;
    position: absolute;
    left: 0;
}

.list2 li ul {
    padding-left: 25px;
}

.pl-20 {
    padding-left: 25px
}

.pl-20 li {
    font-weight: normal
}

.img-responsive {
    width: 100%;
    height: auto
}

.plazit-polygal h4 {
    text-transform: uppercase
}

.headingg11 {
    font-size: 28px;
    margin-bottom: 20px;
}

.thanks h3 {
    text-align: center !important
}

.list-padding {
    padding: 0 0 0 20px
}

/*New home page css start*/
.testimonial-pic img {
    height: 480px;
    width: 100%
}

.certificate-slide li img {
    width: auto
}

.slider-patch-white {
    width: 75%;
    background: #fff;
    border-radius: 0 35px 0 35px;
}

.box-nav-content ul {
    min-height: 150px;
}

.certificate-slide li img {
    margin: 0
}

.grid figure {
    position: relative;
    float: right;

    margin: 5px;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: .5
}

.grid figure figcaption {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.grid figure h2 {
    word-spacing: -.15em;
    font-weight: 300
}

.grid figure h2 span {
    font-weight: 800
}

.grid figure h2,
.grid figure p {
    margin: 0
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.4
}

figure.effect-sarah figcaption {
    text-align: left
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: .5em 0
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform .95s;
    transition: transform .95s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-sarah {
    background: #000;
    border: solid 1px #e7e7e7;
    min-height: 330px;
}

figure.effect-sarah:hover img {
    opacity: .4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-sarah figcaption {
    text-align: left
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: .5em 0;
    font-size: 19px;
    color: #fff;

}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.box-nav-content ul li::before {
    color: #333;
}

.box-nav-content ul li {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.5;
}

.box-nav-content ul li a {
    color: #333;
    text-transform: capitalize
}

figure.effect-sarah h2 {
    margin-bottom: 3px;
}

figure.effect-sarah.effect-whitecolor {
    background: #fff;
}

.effect-whitecolor .box-nav-content ul li a {
    color: #000;
}

figure.effect-whitecolor h2::after {
    background: #000
}

.effect-whitecolor .box-nav-content ul li::before {
    color: #000
}

.opacity-div figure img {
    opacity: 1
}

.opacity-div figure:hover img {
    opacity: 1
}

.main-reletive .testimonial-pic:after {
    background: linear-gradient(to right, rgb(25 34 49 / 0%), rgba(0, 24, 49, 0))
}

.slider-patch-white .title-slider {
    color: #545252
}

.slider-patch-white .subtitle-slider {
    color: #545252
}

.service-col .owl-controls {
    display: none !important
}

.service-col {
    background: url(../images/partner-bg.jpg) top center no-repeat;
    padding: 10px;
    border: solid 1px #e7e7e7;
    min-height: 330px;
}

.service-col h4 {
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 19px;
}

.service-col-main {
    margin-bottom: 30px;
}

.slider2 {
    text-align: center
}

/*New home page css end*/

/*media query start*/

@media only screen and (min-device-width : 1367px) and (max-device-width : 1400px) {

    .testimonial-pic img {
        height: 360px;
        width: 100%;
    }
}




@media only screen and (max-width:1200px) {

    .certificate-slide li {
        width: 18%;
    }

    .testimonial-pic img {
        height: auto
    }
}


@media only screen and (max-width:995px) {
    .home-page .navbar-default {
        display: block
    }
}

@media only screen and (max-width:991px) {
    .partner-sec p {
        height: auto
    }

    .group-sec {
        margin-bottom: 0;
    }

    .group-companies {
        padding: 25px;
        background: #efefef;
        margin-bottom: 30px;
    }

    .testimonial-data {
        top: 0;
    }

    .testimonial-data .title-slider {
        font-size: 35px;
        line-height: 1.1
    }

    .service-col {
        background-size: cover;
    }
}

@media only screen and (max-width:767px) {
    #vip-section {
        margin-bottom: 0
    }

    #poker {
        padding: 40px 0;
    }

    .customer-logo ul li {
        width: 40%
    }

    .common {
        padding: 40px 0;
    }

    .partner-sec {
        margin-bottom: 25px;
        padding: 20px;
        background: #efefef;
        text-align: center;
    }

    .md-page img {
        display: block;
        margin: 0 auto
    }

    #sports .testimonial-content .quote {
        position: relative
    }

    .history-page img {
        margin-bottom: 25px
    }

}

@media only screen and (max-width:680px) {
    .testimonial-data .title-slider {
        font-size: 16px;
    }

    .slider-patch-white {
        width: 90%;
    }

    .testimonial-data .subtitle-slider {
        font-size: 20px;
    }

    #bar-navigator .box-navigator>div {
        width: 100%;
    }

    #bar-navigator .box-nav-content {
        min-height: 20px;
        background: #da8502;
        box-shadow: none;
    }

    #bar-navigator .box-nav-content:before {
        background: #efefef
    }

    #bar-navigator {
        margin-bottom: 0
    }

    header .container-middle-header .box-middle-header .box-logo {
        width: 55%;
    }

    .mobile-none {
        display: none
    }

    .displaynone {
        display: none
    }

    .certificate-slide li {
        width: 14%
    }

    .brr {
        display: none
    }


}

@media only screen and (max-width:480px) {
    header .container-top-header .box-top-header .box-careers p {
        margin: 4px 0 0;
        font-size: 10px;
    }

    header .container-middle-header .box-middle-header .box-logo {
        width: 55%;
    }

    .testimonial-data {
        padding: 10px 25px
    }

    #bar-navigator {
        padding-bottom: 15px
    }

    #sportbook .micro-img svg {
        right: 0;
        margin: 0 auto
    }

    #sportbook .micro-img {
        float: none;
        text-align: center
    }

    marcellus {
        text-align: center;
        margin: 0
    }

    #sportbook .mobile-sport ul li {
        margin: 0
    }

    #sportbook .micro-txt {
        text-align: center
    }

    .service-col-main {
        margin: 0 auto 20px;
        float: none;
        width: 80%
    }

}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    bottom: 0;
    z-index: 999999;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

#boxes #dialog {
    width: 50%;
    height: auto;
    padding: 0px;
    background-color: #ffffff;
    font-size: 15pt;
    margin: 0 auto;
    left: 0 !important;
    right: 0;
    top: 50px !important;
    z-index: 99999999;
    border-radius: 0px;
}

#boxes #dialog img {
    width: 100%;
}

#popupfoot {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 999;
}

#popupfoot a.close.agree {
    color: #fff;
    background: red;
    padding: 6px 12px;
    font-size: 14px;
    opacity: 1;
}

.popup-box {
    margin-top: 0px
}

.innerbox {
    width: 100%;
}

.award20 h3 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    color: #da8502;
    margin-top: 0;
    margin-bottom: 15px;
}

.item {
    margin: 0px 10px;
    margin-top: 10px;
}



.magna-ki-beti-sec ul {
    padding-left: 20px;
}

.magna-ki-beti-sec ul li {
    padding-left: 5px;
}

.magna-ki-beti-sec ul li::marker {
    content: "\f00c";
    font-size: 20px;
    font-family: 'FontAwesome';
}

.card-block {
    background: #efefef;
    padding: 10px;
    width: 100%;
}

  
h5.card-title {
    color: gray;
}

h4.card-heading {
    color: #da8502;
}