@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

 /*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
* {
    box-sizing: border-box !important;
}
html {
    scroll-behavior: smooth;
}
body {
    color: #666666;
    font-size: 14px;
    font-family: 'poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}
a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0; 
}
h1 {
    font-size: 24px; 
}
h2 {
    font-size: 22px; 
}
h3 {
    font-size: 18px; 
}
h4 {
    font-size: 16px; 
}
h5 {
    font-size: 14px; 
}
h6 {
    font-size: 13px; 
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1 
}
button:focus {
    outline: none;
}
ul, li, ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
p {
    margin: 0px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}
a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}
a, .btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
img {
    max-width: 100%;
    height: auto;
}
:focus {
    outline: 0;
}
.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}
.full {
    float: left;
    width: 100%;
}
button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

/*---------------------------- preloader area ----------------------------*/
.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}
.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader img {
    width: 280px;
}
.margin_top_50 {
    margin-top: 50px;
}
.margin_bottom_30_all {
    margin-bottom: 30px;
}
.text_align_center {
    text-align: center;
}
/*--------------------------------------------------------------------- header area ---------------------------------------------------------------------*/
.logo_section {
    text-align: center;
}
.logo {
    float: left;
}
.main-menu {
    text-align: center;
}
.main-menu ul {
    margin: 0;
    list-style-type: none;
}
.main-menu ul>li {
    display: inline-block;
    position: relative;
}
.main-menu ul>li a {
    padding: 6px 25px 0 25px;
    line-height: 20px;
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.main-menu ul li:last-child a {
    padding-right: 0;
}
.main-menu ul>li .sub-down li a {
    color: #114c7d;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 12px 5px;
    position: relative;
    border-bottom: solid #eee 1px;
}
.main-menu ul>li>ul {
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 240px;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.main-menu>ul>li:hover>ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}
.main-menu ul>li>ul>li {
    margin: 0px;
    position: relative;
    display: block;
}
.main-menu ul>li>ul>li:hover>ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 10px;
}
.main-menu ul>li>ul>li>a {
    background: none !important;
}
.mean-container .mean-nav {
    margin-top: 0px;
    position: absolute;
    top: 100%;
}
.main-menu ul>li {
    position: inherit;
    display: inline-block;
    vertical-align: middle;
}
.nav>li {
    position: inherit;
    display: inline-block;
    vertical-align: middle;
}
.header-top {
    background:url(../images/banner2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 90px;
}
.header {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 40px 40px 40px 40px;
}
.logo a {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
}
.text_bg h1 {
    color: #fff;
    padding-top: 50px;
    font-size: 75px;
    line-height: 94px;
    padding-bottom: 25px;
}
.b_bold {
    font-size: 90px;
}
.text_bg span {
    font-size: 17px;
    display: block;
    color: #fff;
    line-height: 25px;
    padding-bottom: 50px;
}
.text_bg a {
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #7bf;
    color: #000;
    padding: 10px 40px;
    border-radius: 27px;
    display: inline-block;
}
.text_bg a:hover {
    background-color: #002aeb;
    color: #fff;
}
.slider_section {
    padding-top: 134px;
}

/** bj_rules section **/
.bj_rules {
    background-color: #eef;
    padding-top: 90px;
}

.bj_rules .two-box figure {
    margin:0px;
}
.bj_rules .two-box_text {
    background-color: #08082d;
    height: 100%;
}
.bj_rules .two-box_text .travel {
    max-width: 556px;
    width: 100%;
    text-align: left;
    padding: 10px 0px 0px 10px;
}
.bj_rules .two-box_text .travel h3 {
    padding-bottom: 5px;
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}
.bj_rules .two-box_text .travel h2 {
    padding-bottom: 5px;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}
.bj_rules .two-box_text .travel a {
    font-size: 16px;
    border: #fff solid 1px;
    background-color: #fff;
    color: #000;
    padding-bottom: 20px;
    border-radius: 27px;
    display: inline-block;
}
.bj_rules .two-box_text .travel a:hover {
    background-color: #002aeb;
    border: #002aeb solid 1px;
    color: #fff;
}
.bj_rules .two-box_text .travel p {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 10px;
}

/** end bj_rules section **/

/** strategy section **/
.strategy {
    padding-top: 90px;
    padding-bottom: 40px;
    background: rgb(185, 223, 233);
}
.strategy_text p {
    width: 75%; 
    font-size: 20px;
    color: darkslateblue;
    padding-bottom: 25px;
}
.strategy a {
    margin-left: 20%;
}
.strategy a:hover {
    background-color: #002aeb;
    color: #fff;
}
.strategy_text h1 {
    padding-bottom: 5px;
    color: darkslateblue;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}
#chart-legend {
    font-size: 20px;
    font-weight: bold;
    color: darkslateblue;
}
.chart img {
    max-width: 100%;
    padding-bottom: 10px;
    height:auto;
}

/** end strategy section **/
/*history section---------*/

.bj_history {
    background: url(../images/old-vegas.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -125px;
    padding-bottom: 50px;
    height: 100%;
}
.bj_history .bj_history-box h2 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 40px;
    color: #fff;
    display: block;
    font-weight: bold;
}
.bj_history .bj_history-box h3 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 30px;
    color: #fff;
    display: block;
    font-weight: bold;
}
.bj_history .bj_history-box {
    padding: 80px 30px;
    background-color:#08082d;
    margin-top: 224px;
}
.bj_history .bj_history-box span {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 37px;
    padding-bottom: 30px;
    color: #fff;
    display: block;
    font-weight: bold;
}
.bj_history .bj_history-box p {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 50px;
}
.bj_history .bj_history-box img {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 50px;
}
.bj_history .bj_history-img figure {
    margin: 0;
}
.bj_history a {
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #77bbff;
    color: #000;
    padding: 10px 40px;
    border-radius: 27px;
    display: inline-block;
}
.bj_history a:hover {
    background: #0f69c6;
    color: #fff;
}
/** end bj_history section **/


.aff_flex {
    display: flex;
    justify-content: center;
    width: 100%;
}
.aff_link p {
    font-size: 20px;
    color: darkslateblue;
}
