@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Ubuntu:300,400,500,700");
html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  margin: 0;
  color: #a1aed4;
  overflow-x: hidden;
  background: #000
}
body.modal-open {
  padding-right: 0px !important;
}
h1 {
  font-size: 60px;
  line-height: 1.0833333333333333;
}
h2 {
  font-size: 52px;
  line-height: 1.4444444444444444;
}
h3 {
  font-size: 26px;
  line-height: 1.0833333333333333;
}
h4 {
  font-size: 22px;
  line-height: 1.2380952380952381;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FFF;
  font-family: "Ubuntu", sans-serif;
}
p {
  font-size: 15px;
  color: #000;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
a {
  color: #FFF;
  text-decoration: none;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a i {
  padding: 0 2px;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
/*input and button type focus outline disable*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}
/**
* 5.0 - Alignments
*/

.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}
@-webkit-keyframes opacityAnimation {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes opacityAnimation {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes upDownAnimation {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 80px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes upDownAnimation {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 80px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes phoneAni {
  0% {
    margin: 0px;
  }
  33% {
    margin-left: 5px;
  }
  66% {
    margin-left: -5px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes phoneAni {
  0% {
    margin: 0px;
  }
  33% {
    margin-left: 5px;
  }
  66% {
    margin-left: -5px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes manAni {
  0% {
    margin: 0px;
  }
  33% {
    margin-top: 5px;
  }
  66% {
    margin-top: -5px;
  }
  100% {
    margin: 0px;
  }
}
@keyframes manAni {
  0% {
    margin: 0px;
  }
  33% {
    margin-top: 5px;
  }
  66% {
    margin-top: -5px;
  }
  100% {
    margin: 0px;
  }
}
@-webkit-keyframes shieldAni {
  0% {
    margin: 0px;
  }
  33% {
    margin-top: 5px;
  }
  66% {
    margin-top: -5px;
  }
  100% {
    margin: 0px;
  }
}
@keyframes shieldAni {
  0% {
    margin: 0px;
  }
  33% {
    margin-top: 5px;
  }
  66% {
    margin-top: -5px;
  }
  100% {
    margin: 0px;
  }
}
@-webkit-keyframes rippleAni {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  33% {
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px);
  }
  66% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes rippleAni {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  33% {
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px);
  }
  66% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ripple2Ani {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  33% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
  66% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ripple2Ani {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  33% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
  66% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
/* Global style */

/*.mybtn1 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 35px;
    display: inline-block;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    background: linear-gradient(-45deg, #242528, #ffa500, #ffa500, #000000);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}*/
.mybtn1 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 35px;
    display: inline-block;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    background: ;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border: 1px dashed #fff;
}
.mybtn1:hover {
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    border-color: #fff;
}
.mybtn2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    width: 190px;
    display: inline-block;
    border: 0px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #996500;
    color: #fff;
}
.mybtn2:hover {
    background: #ffa500;
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
/* Section Heading Css */

.section-heading {
  text-align: center;
}
.section-heading .subtitle {
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #ffffff;
}
.section-heading .subtitle.extra-padding {
  margin-bottom: 17px;
}

.section-heading .title {
    font-size: 34px;
    line-height: 39px;
    font-weight: 700;
    text-transform: uppercase;
    color: #996500;
    margin-bottom: 10px;
}
.section-heading .title.extra-padding {
  margin-bottom: 20px;
}
.section-heading .text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
  border: none !important;
  margin: 0px;
  padding: 0px;
}
.navbar-toggler:focus {
  outline: 0px;
}
/* Preloader Css */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999999;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.preloader.hide {
  opacity: 0;
  display: none;
}
.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
}
.loader-1 .loader-outter {
  position: absolute;
  border: 4px solid #e00019;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.loader-1 .loader-inner {
  position: absolute;
  border: 4px solid #e00019;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
@-webkit-keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* bottomtotop Css */

.bottomtotop i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 15px;
  right: 15px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  background: #996500;
}
/* Header Area Start */


.header.nav-fixed {
  background: #252f5a;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.header.nav-fixed .navbar::after {
  visibility: hidden;
}
.header.nav-fixed .navbar::before {
  visibility: hidden;
}

.header .top-header {
    background: #000000;
    padding: 8px 0;
}
.header .top-header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.header .top-header .content .left-content .left-list li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
.header .top-header .content .left-content .left-list li::before {
  position: absolute;
  content: "|";
  top: 0;
  right: -23px;
}
.header .top-header .content .left-content .left-list li:last-child::before {
  display: none;
}
.header .top-header .content .left-content .left-list li p {
  margin-bottom: 0px;
}
.header .top-header .content .left-content .left-list li .language-selector .language {
  border: 0px;
  background: none;
  color: #a1aed4;
}
.header .top-header .content .left-content .left-list li:last-child {
  margin-right: 0px;
}
.header .top-header .content .right-content {
  text-align: right;
}
.header .top-header .content .right-content .right-list > li {
    display: inline-block;
    margin-right: 0;
    position: relative;
    text-align: left;
    padding: 2px 0;
    margin-right: 36px;
}
.header .top-header .content .right-content .right-list > li:last-child {
  margin-right: 0px;
}
.header .top-header .content .right-content .right-list > li::before {
  position: absolute;
  content: "|";
  top: 0;
  color:#996500;
  right: -23px;
}
.header .top-header .content .right-content .right-list > li:last-child::before {
  display: none;
}
.header .top-header .content .right-content .right-list > li p {
  margin-bottom: 0px;
}
.header .top-header .content .right-content .right-list > li .cart-icon {
  position: relative;
}
.header .top-header .content .right-content .right-list > li .cart-icon .cart-count {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #fff;
  top: -7px;
  right: -10px;
  background: #252f5a;
  font-size: 10px;
  border-radius: 50px;
  text-align: center;
  line-height: 20px;
  z-index: 7;
}
.header .top-header .content .right-content .right-list > li .notofication {
  position: relative;
}
.header .top-header .content .right-content .right-list > li .notofication .count {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #fff;
  top: -7px;
  right: -10px;
  background: #252f5a;
  font-size: 10px;
  border-radius: 50px;
  text-align: center;
  line-height: 20px;
  z-index: 7;
}
.header .top-header .content .right-content .right-list > li .tm-dropdown {
  position: relative;
}
.header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0b122e;
  z-index: 9900;
  width: 170px;
  padding: 8px 15px 15px;
  text-align: left;
  display: none;
}
.header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}
.header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list .list-item .close {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
}
.header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list .list-item .number-list li {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  margin: 0px;
}
.header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list li a {
  display: block;
  color: #a1aed4;
  font-size: 14px;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list li a i {
  margin-right: 5px;
}
.header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list li a:hover {
  color: #e00019;
}
.header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list li::last-child {
  margin-bottom: 0px;
}
.header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .link-btn {
  margin-top: 14px;
  display: block;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 20px;
  color: #fff;
  border: 0px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-image: -webkit-gradient(linear, right top, left top, from(#ca0202), to(#d2273c));
  background-image: -webkit-linear-gradient(right, #ca0202, #d2273c);
  background-image: -o-linear-gradient(right, #ca0202, #d2273c);
  background-image: linear-gradient(to left, #ca0202, #d2273c);
}
.header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .link-btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ca0202), to(#d2273c));
  background-image: -webkit-linear-gradient(left, #ca0202, #d2273c);
  background-image: -o-linear-gradient(left, #ca0202, #d2273c);
  background-image: linear-gradient(to right, #ca0202, #d2273c);
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.header .top-header .content .right-content .right-list > li .tm-dropdown:hover .tm-dropdown-menu {
  display: block;
}
.header .top-header .content .right-content .right-list > li .sign-in {
  color: #a1aed4;
}
.header .mainmenu-area {
    background: #996500;
   
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    background: #694c14 !important;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link:hover {
    background: #694c14 !important;
}
.header .mainmenu-area .navbar {
  padding: 0px 0px;
  position: relative;
}
.header .mainmenu-area .navbar .navbar-brand {
  padding: 0px;
  margin: 0px;
  padding-left: 0px;
}
.header .mainmenu-area .navbar .mybtn1 {
  margin-left: 20px;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link {
    color: #fff;
    line-height: 26px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 11px 25px;
    text-transform: uppercase;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  z-index: 99;
  margin-top: 0px !important;
  background: #242528;
  border-radius: 0px;
  border: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
  border-top: 4px solid #e00019;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  line-height: 26px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 15px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
  color: #fff;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item i {
  margin-right: 5px;
  font-size: 12px;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: #000000;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background: none;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
/* Footer Area Start */
.footer {
    padding-top: 43px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center 140px;
    background-size: cover;
    /* background: linear-gradient(to bottom,#2a2a2a 0%,#0e0e0e 50%,#030404 100%); */
    background: #000;
}

.footer-widget.info-link-widget {
    margin-bottom: 28px;
}
p {color: #fff;}
.footer .footer-logo {
  margin-top: -10px;
  margin-bottom: 25px;
}
.footer .footer-widget .title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 39px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}
.footer .footer-widget ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.footer .footer-widget ul li {
  list-style: none;
}

.footer .footer-widget ul li a {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
}
.footer .footer-widget ul li a:hover {
    color: #ffa500;
    padding-left: 10px;
}
.footer .footer-widget ul li a i {
  font-size: 15px;
  padding-right: 4px;
}
.footer .copy-bg {
    margin-top: 18px;
    padding: 25px 0;
    border-top: solid 1px #1b1b1b;
    background: #000;
}
.footer .copy-bg .left-area p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}
.footer .copy-bg .left-area a {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  color: #045cf0;
}
.footer .copy-bg .copright-area-links {
  text-align: right;
}
.footer .copy-bg .copright-area-links li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.footer .copy-bg .copright-area-links li::after {
  position: absolute;
  content: "|";
  right: -22px;
  top: 0px;
}
.footer .copy-bg .copright-area-links li:last-child {
  margin-right: 0px;
}
.footer .copy-bg .copright-area-links li:last-child::after {
  display: none;
}
.footer .copy-bg .copright-area-links li a {
  font-size: 16px;
  font-weight: 400;
  color: #a1aed4;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer .copy-bg .copright-area-links li a:hover {
  color: #e00019;
}
.footer .subscribe-box {
  margin-bottom: 110px;
  z-index: 99;
  background: url(../images/newsletter.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 53px 60px 55px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.footer .subscribe-box .heading-area {
  text-align: center;
}
.footer .subscribe-box .heading-area .sub-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(to left, #ca0202, #d2273c);
  background: -moz-linear-gradient(to left, #ca0202, #d2273c);
  background: -ms-linear-gradient(to left, #ca0202, #d2273c);
  background: -o-linear-gradient(to left, #ca0202, #d2273c);
  background: -webkit-gradient(linear, right top, left top, from(#ca0202), to(#d2273c));
  background: -webkit-linear-gradient(right, #ca0202, #d2273c);
  background: -o-linear-gradient(right, #ca0202, #d2273c);
  background: linear-gradient(to left, #ca0202, #d2273c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer .subscribe-box .heading-area .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.footer .subscribe-box .icon {
  width: 100%;
  text-align: right;
}
.footer .subscribe-box .icon img {
  display: inline-block;
}
.footer .subscribe-box .form-area {
  width: 100%;
}
.footer .subscribe-box .form-area input {
  width: 100%;
  height: 50px;
  background: none;
  border: 0px;
  border-bottom: 1px solid #b4b8d1;
  border-radius: 0px;
  color: #a1aed4;
}
.footer .subscribe-box .form-area input::-webkit-input-placeholder {
  color: #a1aed4;
}
.footer .subscribe-box .form-area input:-moz-placeholder {
  color: #a1aed4;
}
.footer .subscribe-box .form-area input::-moz-placeholder {
  color: #a1aed4;
}
.footer .subscribe-box .form-area input:-ms-input-placeholder {
  color: #a1aed4;
}
.footer .subscribe-box .button-area {
  width: 100%;
}
.footer .subscribe-box .button-area .mybtn1 {
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#ca0202), to(#d2273c));
  background-image: -webkit-linear-gradient(left, #ca0202, #d2273c);
  background-image: -o-linear-gradient(left, #ca0202, #d2273c);
  background-image: linear-gradient(to right, #ca0202, #d2273c);
}
.footer .subscribe-box .button-area .mybtn1 span {
  position: absolute;
  top: 0;
  right: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #db5263;
  border-radius: 50%;
}
.footer .subscribe-box .button-area .mybtn1:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#ca0202), to(#d2273c));
  background-image: -webkit-linear-gradient(right, #ca0202, #d2273c);
  background-image: -o-linear-gradient(right, #ca0202, #d2273c);
  background-image: linear-gradient(to left, #ca0202, #d2273c);
}
/* Hero Area Start */

.hero-area {
    position: relative;

    overflow: hidden;

}
.hero-area .left-content {
  position: inherit;
  z-index: 9;
}
.hero-area .left-content .content .title {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 13px;
  letter-spacing: -1px;
}
.hero-area .left-content .content .subtitle {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(to left, #ca0202, #d2273c);
  background: -moz-linear-gradient(to left, #ca0202, #d2273c);
  background: -ms-linear-gradient(to left, #ca0202, #d2273c);
  background: -o-linear-gradient(to left, #ca0202, #d2273c);
  background: -webkit-gradient(linear, right top, left top, from(#ca0202), to(#d2273c));
  background: -webkit-linear-gradient(right, #ca0202, #d2273c);
  background: -o-linear-gradient(right, #ca0202, #d2273c);
  background: linear-gradient(to left, #ca0202, #d2273c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-area .left-content .content .text {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 40px;
}
.hero-area .hero-img {
  position: relative;
  top: -50px;
}
.hero-area .hero-img .full-image {
  display: none;
}
.hero-area .hero-img .shape {
  position: absolute;
}
.hero-area .hero-img .shape.phone {
  top: -6px;
  left: 124px;
}
.hero-area .hero-img .shape.man {
  top: 157px;
  left: 213px;
  -webkit-animation: manAni 3s linear infinite;
  animation: manAni 3s linear infinite;
}
.hero-area .hero-img .shape.ripple {
  top: 132px;
  right: 70px;
  width: 85px;
  -webkit-animation: rippleAni 5s linear infinite;
  animation: rippleAni 5s linear infinite;
}
.hero-area .hero-img .shape.ripple2 {
  top: 142px;
  left: 10px;
  width: 100px;
  -webkit-animation: ripple2Ani 5s linear infinite;
  animation: ripple2Ani 5s linear infinite;
}
.hero-area .hero-img .shape.bitcoin1 {
  top: 220px;
  left: 25px;
  width: 100px;
  -webkit-animation: ripple2Ani 4s linear infinite;
  animation: ripple2Ani 4s linear infinite;
}
.hero-area .hero-img .shape.bitcoin2 {
  top: 46px;
  right: 55px;
  width: 92px;
  -webkit-animation: rippleAni 4s linear infinite;
  animation: rippleAni 4s linear infinite;
}
.hero-area .hero-img .shape.shape-icon {
  top: 112px;
  right: -3px;
  width: 55px;
}
.hero-area .hero-img .shape.award-bg {
  top: 178px;
  right: 26px;
}
.hero-area .hero-img .shape.award {
  top: 178px;
  right: 53px;
  width: 27px;
  -webkit-animation: shieldAni 3s linear infinite;
  animation: shieldAni 3s linear infinite;
}
.hero-area .hero-img .shape.gift-bg {
  top: 304px;
  left: 125px;
  width: 76px;
}
.hero-area .hero-img .shape.gift {
  top: 299px;
  left: 150px;
  width: 30px;
  -webkit-animation: shieldAni 4s linear infinite;
  animation: shieldAni 4s linear infinite;
}
.hero-area .hero-img .shape.shield-bg {
  top: 345px;
  left: 197px;
  width: 70px;
}
.hero-area .hero-img .shape.shield {
  top: 338px;
  left: 222px;
  width: 25px;
  -webkit-animation: shieldAni 4.5s linear infinite;
  animation: shieldAni 4.5s linear infinite;
}
/* Hero Area End */

/* Features Area Start */

.features {} .features.about-page {
  margin-top: 0px;
}
.features .single-feature {
  text-align: center;
  padding: 55px 30px 35px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #242528;
  border-radius: 10px;
}
.features .single-feature .icon {
  width: 125px;
  height: 125px;
  line-height: 120px;
  margin-bottom: 37px;
  position: relative;
}
.features .single-feature .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #1c2748;
  border-radius: 50%;
}
.features .single-feature .icon::before {
  position: absolute;
  content: "";
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 1;
}
.features .single-feature .icon.one {
  border: 7px solid #e00019;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 110px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 15px rgba(249, 49, 75, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 15px rgba(249, 49, 75, 0.2);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.features .single-feature .icon.two {
  border: 7px solid #f67a1f;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 110px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 15px rgba(246, 122, 31, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 15px rgba(246, 122, 31, 0.2);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.features .single-feature .icon.three {
  border: 7px solid #bc2cdd;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 110px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 15px rgba(188, 44, 221, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 15px rgba(188, 44, 221, 0.2);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.features .single-feature .icon.four {
  border: 7px solid #6efcc3;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 110px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 15px rgba(110, 252, 195, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 15px rgba(110, 252, 195, 0.2);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.features .single-feature .content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 15px;
}
.features .single-feature .content .link {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a1aed4;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.features .single-feature .content .link i {
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.features .single-feature .content .link i::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  height: 3px;
  width: 80%;
  background: #a1aed4;
  border-radius: 50px;
}
.features .single-feature .content .link:hover {
  color: #e00019;
}
.features .single-feature .content .link:hover i {
  color: #e00019;
  padding-left: 10px;
}
.features .single-feature .content .link:hover i::after {
  background: #e00019;
}
.features .single-feature:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.features .single-feature:hover .icon.one {
  -webkit-box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 30px rgba(249, 49, 75, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 30px rgba(249, 49, 75, 0.2);
}
.features .single-feature:hover .icon.two {
  -webkit-box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 30px rgba(246, 122, 31, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 30px rgba(246, 122, 31, 0.2);
}
.features .single-feature:hover .icon.three {
  -webkit-box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 30px rgba(188, 44, 221, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 30px rgba(188, 44, 221, 0.2);
}
.features .single-feature:hover .icon.four {
  -webkit-box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 30px rgba(110, 252, 195, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 30px rgba(110, 252, 195, 0.2);
}
.features.about-page {
  padding: 112px 0px 90px;
  background: #000000;
}
.features.about-page .section-heading {
  margin-bottom: 59px;
}
.features.about-page .feature-box {
  position: unset;
}
.features.about-page .feature-box .feature-box-inner {
  position: unset;
  top: 0px;
}
/* Features Area End */

/* Featured Game Area Start */

.featured-game {
    padding: 80px 0px 0;
    padding-top: 0px;
}
.featured-game .section-heading {
  margin-bottom: 44px;
}
.featured-game .game-slider .item .single-game {
  margin: 15px 15px 40px;
}
.featured-game .game-slider .item .single-game img {
  width: auto;
  display: inline-block;
  margin-top: -25px;
}
.featured-game .game-slider .owl-controls {
  text-align: center;
  margin-top: 35px;
}
.featured-game .game-slider .owl-controls .owl-nav {
  display: inline-block;
}
.featured-game .game-slider .owl-controls .owl-nav .owl-prev, .featured-game .game-slider .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border: 1px solid #ffa603;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin: 0px 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: orange;
    color: #fff;
    font-size: 21px;
}
.featured-game .game-slider .owl-controls .owl-nav .owl-prev:hover,
.featured-game .game-slider .owl-controls .owl-nav .owl-next:hover {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  border-color: #681f40;
}
.single-game {
    height: 350px;
    display: block;
    line-height: 300px;
    text-align: center;
    border: 1px solid #ffa500;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
background: #000;
}
.single-game .mybtn2 {
  position: absolute;
  display: block;
  height: 50px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
      background: #996500;
}
.promotion-part .single-game .mybtn2 {
  position: absolute;
  display: block;
  height: 50px;
  bottom: 0px;
  left: 0;
  -webkit-transform: translateX(0%); 
  -ms-transform: translateX(0%); 
  transform: translateX(0%); 
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4); 
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 8px 8px;
  right: 0;
  width: 100%;
}
.single-game:hover {
  border-color: #fff;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* Featured Game Area End */

/* activities Area Start */

.activities {
  padding: 110px 0px 113px;
  position: relative;
}
.activities .shape {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.activities .shape.shape1 {
  z-index: -5;
  top: 320px;
  -webkit-animation: upDownAnimation 7s linear infinite;
  animation: upDownAnimation 7s linear infinite;
}
.activities .shape.shape2 {
  z-index: -6;
  top: 260px;
  -webkit-animation: upDownAnimation 6s linear infinite;
  animation: upDownAnimation 6s linear infinite;
}
.activities .shape.shape3 {
  z-index: -7;
  top: 220px;
  -webkit-animation: upDownAnimation 5s linear infinite;
  animation: upDownAnimation 5s linear infinite;
}
.activities:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  z-index: -99;
}
.activities .section-heading {
  margin-bottom: 58px;
}
.activities .tab-menu-area {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.activities .tab-menu-area .nav-lend {
  display: inline-block;
  border-radius: 50px;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.activities .tab-menu-area .nav-lend .nav-item {
  display: inline-block;
}
.activities .tab-menu-area .nav-lend .nav-item .nav-link {
  line-height: 50px;
  padding: 0px;
  padding: 0px 50px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  background: #252f5a;
  margin: 0px 5px;
}
.activities .tab-menu-area .nav-lend .nav-item .nav-link.active {
  background: #e00019;
  color: #fff;
}
.activities .table {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
  position: relative;
}
.activities .table tr {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.activities .table tr td,
.activities .table tr th {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.activities .table tr th {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 0px;
  border-bottom: 0px;
  padding: 20px 15px;
  background: #0b122e;
  color: #fff;
}
.activities .table tr td {
  vertical-align: middle;
  padding: 20px 15px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a1aed4;
}
.activities .table tr td img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}
.activities .table tr td:nth-child(1) img,
.activities .table tr td:nth-child(3) img,
.activities .table tr td:nth-child(6) img {
  margin-right: 5px;
}
.activities .table tr td:nth-child(1) {
  color: #fff;
}
.activities .table tr td:nth-child(3) {
  color: #045cf0;
}
.activities .table tr td:nth-child(5),
.activities .table tr td:nth-child(6) {
  color: #f0ad4e;
}
.activities .table tr td:last-child {
  color: #f0ad4e;
}
.activities .table tr:hover {
  background: #192246;
}
/* activities Area Start */

/* Get Start Area Start */

.get-start {
  padding: 120px 0px 120px;
  background: #000;
}
.get-start .left-area .section-heading {
  text-align: left;
  margin-bottom: 0px;
}
.get-start .left-area .section-heading .mybtn1 {
  margin-top: 36px;
}
.get-start .right-image {
  text-align: center;
}
.get-start .right-image img {
  display: inline-block;
}
/* Get Start Area End */

/*  Recent Winners Area Start */
.recent-winners {
    padding: 80px 0px;
    background: #000000;
}
.recent-winners .section-heading {
  margin-bottom: 58px;
}
section.our_featured_gaming {
    padding: 59px 0;

}
.recent-winners .mybtn2 {
    text-align: center;
    padding: 0px;
    margin-top: 15px;
    background: #996500;
}
.recent-winners .col-lg-12.text-xl-center .mybtn2 {
    margin-top: 65px;
}
.single-winer {
    border-radius: 6px;
    padding: 30px 30px 29px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: linear-gradient(45deg, #6f6e6d, #292827);
}
.single-winer .top-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
    justify-content: center;
}
.single-winer .top-area .left .name {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 3px;
}
.single-winer .top-area .left .date {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}
.single-winer {
    position: relative;
    padding-top: 122px;
    text-align: center;
}
.single-winer .top-area .right .id {
  background: #0d1535;
  border: 1px solid #1a1e39;
  font-size: 14px;
  line-height: 24px;
  border-radius: 50px;
  padding: 4px 15px;
  margin-bottom: 0px;
}
.single-winer .bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-winer .bottom-area .left {
    font-size: 20px;
    color: #d49213;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.single-winer .bottom-area .right {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.single-winer:hover {
    border-color: #ffffff;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
/*  Recent Winners Area End */

/* Play Games Area Start */

.play-games {
  background: url(../images/play/playgame-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.play-games .gaming-activities {
  margin-top: -120px;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities {
  background: #252f5a;
  padding: 0px 30px 20px;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 21px;
  padding-bottom: 10px;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .top-area .left .icon {
  position: relative;
  top: -20px;
  text-align: center;
  margin-right: 30px;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .top-area .left .icon img {
  display: block;
  width: 70px;
  height: 70px;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .top-area .left .icon span {
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding: 0px 10px;
  border-radius: 5px;
  top: -10px;
  position: relative;
  background: #252f5a;
  color: #fff;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .top-area .left .icon span i {
  font-size: 12px;
  color: #ffbf00;
  margin-left: 2px;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .top-area .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .top-area .right .title {
  margin-top: 22px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .top-area .right .text {
  font-size: 14px;
  line-height: 24px;
  color: #e00019;
  margin-bottom: 0px;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .players-count {
  display: inline-block;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .players-count .players-list {
  display: inline-block;
  margin-left: 12px;
  padding-top: 5px;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .players-count .players-list li {
  display: inline-block;
  border: 2px solid #252f5a;
  margin-left: -12px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .players-count .players-list li img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .players-count .count-num {
  display: inline-block;
  font-size: 10px;
  width: 25px;
  height: 25px;
  background: #252f5a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  margin-left: -12px;
  position: relative;
  top: -9px;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .pp {
  display: inline-block;
  text-align: right;
  margin-left: 15px;
  position: relative;
  top: 10px;
  float: right;
}
.play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .pp p {
  margin-bottom: 0px;
  color: #cfcffd;
  font-size: 14px;
}
.play-games .all-games {
  padding: 119px 0px 120px;
}
.play-games .all-games .single-game {
  margin-bottom: 54px;
}
.play-games .all-games .mybtn1 {
  display: inline-block;
  margin-top: 30px;
}
.play-games .all-games .nav {
  text-align: center;
  display: inline-block;
  margin-bottom: 63px;
}
.play-games .all-games .nav li {
  display: inline-block;
}
.play-games .all-games .nav li a {
  width: 150px;
  height: 150px;
  border-style: solid;
  border-width: 1px;
  border-color: #273b71;
  border-radius: 50%;
  margin: 0px 10px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
}
.play-games .all-games .nav li a .icon {
  margin-top: 20px;
  display: inline-block;
}
.play-games .all-games .nav li a .icon img {
  height: 60px;
}
.play-games .all-games .nav li a .icon .one {
  display: block;
}
.play-games .all-games .nav li a .icon .two {
  display: none;
}
.play-games .all-games .nav li a span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px #2eb7eb, 0px 0px 7px #2eb7eb;
  color: #2eb7eb;
}
.play-games .all-games .nav li a.active {
  border-color: #e00019 !important;
}
.play-games .all-games .nav li a.active .icon .one {
  display: none;
}
.play-games .all-games .nav li a.active .icon .two {
  display: block;
}
.play-games .all-games .nav li a.active span {
  text-shadow: 0px 0px 3px #d9293e, 0px 0px 7px #d9293e;
  color: #d9293e;
}
/* Play Games Area End */

/*  How it Work Area Start  */

.how-it-work {
  padding: 97px 0px 496px;
  position: relative;
}
.how-it-work .bg-shape {
  position: absolute;
  top: 350px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.how-it-work .section-heading {
  margin-bottom: 59px;
}
.how-it-work .single-work {
  text-align: center;
}
.how-it-work .single-work img {
  display: inline-block;
  margin-bottom: 20px;
}
.how-it-work .single-work .title {
  font-size: 28px;
  line-height: 38px;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}
.how-it-work .single-work p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 0px;
  display: inline-block;
  margin-top: 9px;
}
/* How it Work Area End*/

/*  How Play Area Start */
.how-play {
    padding: 53px 0px 80px;
    background: #242528 url(../img/howbg.png);
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    max-height: 645px;
}
.how-play .section-heading {
  margin-bottom: 59px;
}
.single-h-play {
  text-align: center;
}
.single-h-play img {
  margin-bottom: 25px;
  display: inline-block;
  height: 100px;
}
.single-h-play .steps {
    font-size: 14px;
    color: #969696;
    text-transform: uppercase;
    font-weight: 500;
}
.single-h-play .steps i {
  margin-left: 8px;
}
.single-h-play .title {
    font-size: 19px;
    line-height: 19px;
    color: #996500;
    text-transform: uppercase;
}
/*  How Play Area End */

/* Features Area Start */

.affiliate-program {
  background: #0b122e;
  padding: 0px 0px 90px;
}
.affiliate-program .section-heading {
  margin-bottom: 51px;
}
.affiliate-program .single-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #273b71;
  border-radius: 10px;
  padding: 45px 30px 45px 45px;
  background: none;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
}
.affiliate-program .single-program .icon {
  margin-right: 45px;
  margin-bottom: 0px;
  background: #242e5a;
  width: 125px;
  height: 125px;
  line-height: 120px;
  position: relative;
}
.affiliate-program .single-program .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #1c2748;
  border-radius: 50%;
}
.affiliate-program .single-program .icon::before {
  position: absolute;
  content: "";
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 1;
}
.affiliate-program .single-program .icon.one {
  border: 7px solid #e00019;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 110px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 15px rgba(249, 49, 75, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 15px rgba(249, 49, 75, 0.2);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.affiliate-program .single-program .icon.two {
  border: 7px solid #f67a1f;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 110px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 15px rgba(246, 122, 31, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 15px rgba(246, 122, 31, 0.2);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.affiliate-program .single-program .icon.three {
  border: 7px solid #bc2cdd;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 110px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 15px rgba(188, 44, 221, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 15px rgba(188, 44, 221, 0.2);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.affiliate-program .single-program .icon.four {
  border: 7px solid #6efcc3;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 110px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 15px rgba(110, 252, 195, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 15px rgba(110, 252, 195, 0.2);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.affiliate-program .single-program .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.affiliate-program .single-program .content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 15px;
}
.affiliate-program .single-program .content .link {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a1aed4;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.affiliate-program .single-program .content .link i {
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.affiliate-program .single-program .content .link i::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  height: 3px;
  width: 80%;
  background: #a1aed4;
  border-radius: 50px;
}
.affiliate-program .single-program .content .link:hover {
  color: #e00019;
}
.affiliate-program .single-program .content .link:hover i {
  color: #e00019;
  padding-left: 10px;
}
.affiliate-program .single-program .content .link:hover i::after {
  background: #e00019;
}
.affiliate-program .single-program:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.affiliate-program .single-program:hover .icon.one {
  -webkit-box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 30px rgba(249, 49, 75, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 30px rgba(249, 49, 75, 0.2);
}
.affiliate-program .single-program:hover .icon.two {
  -webkit-box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 30px rgba(246, 122, 31, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 30px rgba(246, 122, 31, 0.2);
}
.affiliate-program .single-program:hover .icon.three {
  -webkit-box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 30px rgba(188, 44, 221, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 30px rgba(188, 44, 221, 0.2);
}
.affiliate-program .single-program:hover .icon.four {
  -webkit-box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 30px rgba(110, 252, 195, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 30px rgba(110, 252, 195, 0.2);
}
/* Features Area End */

/*Testimonial Area CSS Start*/

.testimonial {
  padding: 80px 0px 80px;
  position: relative;
}
.testimonial::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
  background: #000000;
}
.testimonial .section-heading {
  margin-bottom: 58px;
}
.testimonial .testimonial-slider {
  position: relative;
}
.testimonial .single-testimonial {
    text-align: center;
    padding: 40px 30px 39px;
    border-radius: 6px;
    min-height: 399px;
    background: linear-gradient(to bottom,#2a2a2a 0%,#0e0e0e 50%,#464646 100%) !important;
        border: 1px dashed #7d7d7d !important;
    margin-bottom: 39px;
}
.testimonial .single-testimonial .people {
  margin-bottom: 14px;
}
.testimonial .single-testimonial .people .img {
  display: inline-block;
}
.testimonial .single-testimonial .people .img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #ffa500;
}
.testimonial .single-testimonial .people .title {
  margin-top: 23px;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.testimonial .single-testimonial .people .designation {
    font-size: 14px;
    line-height: 24px;
    color: #ffa500;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.testimonial .single-testimonial .review-text p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}
.testimonial .owl-controls {
  position: relative;
}
.testimonial .owl-controls .owl-nav {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
}
.testimonial .owl-controls .owl-nav .owl-prev, .testimonial .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border: 1px solid #ffa500;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin: 0px 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: orange;
    color: #fff;
    font-size: 24px;
}
.testimonial .owl-controls .owl-nav .owl-prev:hover,
.testimonial .owl-controls .owl-nav .owl-next:hover {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  border-color: #681f40;
}
/*Testimonial Area CSS End*/

/* Contact Area Start */

.contact {
  padding: 112px 0px 150px;
  background: #0b122e;
  position: relative;
}
.contact .left-img {
  position: absolute;
  top: 375px;
  left: 100px;
  max-width: 520px;
}
.contact .section-heading {
  margin-bottom: 90px;
}
.contact .contact-form-wrapper {
  padding-right: 65px;
}
.contact .contact-form-wrapper .contact-box {
  position: relative;
  z-index: 9;
  background: #19254d;
  padding: 32px 30px 40px;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(25, 37, 77, 0.2), 0px 0px 0px 20px rgba(25, 37, 77, 0.2), 0px 0px 0px 30px rgba(25, 37, 77, 0.2);
  box-shadow: 0px 0px 0px 10px rgba(25, 37, 77, 0.2), 0px 0px 0px 20px rgba(25, 37, 77, 0.2), 0px 0px 0px 30px rgba(25, 37, 77, 0.2);
}
.contact .contact-form-wrapper .contact-box .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
  margin-bottom: 16px;
}
.contact .contact-form-wrapper .contact-box .input-field {
  width: 100%;
  border: 0px;
  height: 50px;
  color: #a1aed4;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 22px;
}
.contact .contact-form-wrapper .contact-box .input-field::-webkit-input-placeholder {
  color: #a1aed4;
}
.contact .contact-form-wrapper .contact-box .input-field:-moz-placeholder {
  color: #a1aed4;
}
.contact .contact-form-wrapper .contact-box .input-field::-moz-placeholder {
  color: #a1aed4;
}
.contact .contact-form-wrapper .contact-box .input-field:-ms-input-placeholder {
  color: #a1aed4;
}
.contact .contact-form-wrapper .contact-box .input-field.textarea {
  height: 120px;
  resize: none;
}
.contact .contact-form-wrapper .contact-box .mybtn1 {
  margin-top: 11px;
}
/* Contact Area End */

/* 404 Area Start */

.four-zero-four {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000000;
  position: relative;
}
.four-zero-four .bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.four-zero-four .content {
  text-align: center;
}
.four-zero-four .content img {
  display: inline-block;
  margin-bottom: 50px;
}
.four-zero-four .content .inner-content .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #dfe3ff;
}
.four-zero-four .content .inner-content .mybtn1 {
  margin-top: 38px;
  display: inline-block;
}
/* 404 Area End */

/* login modal Area Start */

.login-modal .modal-dialog .modal-content {
    background: #000000;
    border-radius: 10px;
}
.login-modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.login-modal .modal-dialog .modal-content .modal-body .logo-area {
  display: block;
  text-align: center;
  position: relative;
}
.login-modal .modal-dialog .modal-content .modal-body .logo-area::after {
    position: absolute;
    content: "";
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: #000000;
    top: -30px;
    left: 050%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.login-modal .modal-dialog .modal-content .modal-body .logo-area img {
  display: inline-block;
  max-width: 100px;
  position: relative;
  z-index: 9;
  top: -4px;
}
.login-modal .modal-dialog .modal-content .modal-body .header-area {
  padding: 10px 30px 10px;
  position: relative;
  z-index: 9;
  text-align: center;
}
.login-modal .modal-dialog .modal-content .modal-body .header-area .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.login-modal .modal-dialog .modal-content .modal-body .header-area .sub-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area {
  padding: 0px 30px 10px;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .form-group {
  margin-bottom: 10px;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .form-group .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .form-group .box label {
  font-size: 16px;
  font-weight: 400;
  color: #a1aed4;
  text-transform: capitalize;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .form-group .box a {
  font-size: 16px;
  font-weight: 400;
  color: #a1aed4;
  text-transform: capitalize;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .form-group .check-group label {
  font-size: 14px;
  font-weight: 400;
  color: #a1aed4;
  text-transform: capitalize;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .form-group .check-group label a {
    color: #ffa500;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area label {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .input-field {
  width: 100%;
  border: 0px;
  height: 50px;
  font-size: 14px;
  color: #a1aed4;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 12px;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .input-field::-webkit-input-placeholder {
  color: #a1aed4;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .input-field:-moz-placeholder {
  color: #a1aed4;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .input-field::-moz-placeholder {
  color: #a1aed4;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .input-field:-ms-input-placeholder {
  color: #a1aed4;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area select {
  margin-top: 8px;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  background: #273261;
  padding: 0px 30px;
  color: #fff;
  text-transform: uppercase;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .mybtn1 {
  margin-top: 22px;
  display: block;
  width: 100%;
}
.login-modal .modal-dialog .modal-content .modal-body .form-footer {
  text-align: center;
  padding: 0px 30px 6px;
}
.login-modal .modal-dialog .modal-content .modal-body .form-footer a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
}
.login-modal .modal-dialog .modal-content .modal-body .form-footer a i {
  font-size: 14px;
}
.login-modal .modal-dialog .modal-content .modal-body .form-footer a:hover {
  color: #e00019;
}
.login-modal.sign-in .modal-body .form-area {
  padding-bottom: 18px !important;
}
.modal-dialog .modal-content {
  position: relative;
}
.modal-dialog .modal-content .close {
  position: absolute;
  right: 16px;
  z-index: 9;
}
.modal-dialog .modal-content .close span {
  color: #fff;
  font-size: 20px;
}
.header .top-header p {
    color: #fff;
    font-size: 15px;
}
.navbar-brand img {
  height: 105px;
}

.single-winer .bottom-area .right img {
width: 121px;
height: 88px;
object-fit: contain;
background: #fff;
padding: 6px;
}

.slick-slider {
  width: 100%;
}
.anoucement-bar {
    height: auto !important;
    overflow: hidden;

}
.anoucement-bar h3 {
    padding: 10px;
    background: #996500;
    font-size: 18px;
    text-align: center;
    margin: 0;
    height: 47px;
    display: flex;
    align-items: center;
    color: #fff;
}
.ticker-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ticker-content ul li {
    color: #996500;
}
.ticker-content ul li a {
  color: #fff;
  text-decoration: none;
}
.mask {
  padding: 10px;
  height: 300px;
  overflow: hidden;
}
.feature-box-inner img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.feature-box-inner img:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.homepage-slider img {
    min-height: 500px;
    width: 100%;
}
.homepage-slider .slick-arrow {
  display: none !important;
}
.homepage-slider .slick-dots li button {
  background: #fff;
  border-radius: 100%;
}
.homepage-slider .slick-dots li button {
  width: 10px;
  height: 10px;
}
.homepage-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
.homepage-slider .slick-dots li button::before {
    background: #ffa500 !important;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}
.homepage-slider .slick-dots {
  bottom: 13px;
}
.mainmenu-area .mybtn1 {
    padding: 6px 18px;
}

.clients-bar img {
    border: 1px dashed #7d7d7d !important;
  padding: 10px;
  height: 85px;
  width: 100%;
  object-fit: contain;
}
.clients-bar img:hover {border-color: #ffa500; cursor: pointer;}
.mb-20 {
  margin-bottom: 20px;
}
.title_bar {
    border-bottom: 1px solid #6d6d6c;
    padding: 15px;
}
.middle_section {
    padding: 80px 0px;
   
}
.page-title {
    font-size: 32px;
    padding-top: 18px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#545353, #996500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
.promotion-part .single-game {
  height: auto;
  padding: 50px;
  min-height: 300px;
  margin-bottom: 80px;
  background: 242528;
  line-height: 35px !important;
  background-size: cover;
  padding-bottom: 80px;
}
.promotion-part .single-game.promo-1 {
  background: url(../images/promo-1.png) !important;
  background-size: cover !important;
}
.promotion-part .single-game.promo-2{
  background: url(../images/promo-2.png) !important;
  background-size: cover !important;
}
.promotion-part .single-game.promo-3{
  background: url(../images/promo-3.png) !important;
  background-size: cover !important;
}
.promotion-part .single-game.promo-4{
  background: url(../images/promo-4.png) !important;
  background-size: cover !important;
}
.promotion-part .single-game.promo-5{
  background: url(../images/promo-5.png) !important;
  background-size: cover !important;
}
.promotion-part .single-game.promo-6{
  background: url(../images/promo-6.png) !important;
  background-size: cover !important;
}
.horse-racing-block .single-winer {
margin-bottom: 50px;
padding-top: 122px;
position: relative;
text-align: center;
}
.mybtn2 {
  text-align: center;
  width: 150px;
  margin-top: 15px;
}
.page-sub-head {
  font-size: 35px;
}
.dtoto_page .single-game {
  margin-bottom: 70px;
}
.sportsbooks_block {
    padding:15px;
/*    background: #fff;*/
    text-align: center;
    border-radius: 5px;
}
.sportsbooks_block img {
    height: 100px;
    object-fit: contain;
}
.contact-box {
    background: #54565f;
    padding: 30px;
    border: 2px solid #996500;
}
.sportsbooks_content {

 
    margin-bottom: 42px;
    border-radius: 22px;
}
.sportsbooks_content .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.sportsbooks_content .row {
    align-items: center;
}
.sportsbooks_block1 {
text-align: center;
}
.contact-box label{
  width: 100%;
  display: block;
}
.contact-box input[type="text"], .contact-box input[type="email"], .contact-box input[type="password"] {
    padding: 7px;
    border: 1px solid #000;
    width: 100%;
}
.promotion-part .single-game img {
    height: 118px;
    margin-bottom: 15px;
    width: auto;
    border-radius: 5px;
    box-shadow: rgba(255, 165, 0, 0.5) 0 0 8px;
}
.promotion-part .single-game h3{
  font-size:18px;
}
.promo-details-popup .modal-content p, .promo-details-popup .modal-content{
  color:#000;
}
.promo-details-popup .modal-content h5{
  color: #000;
}
.promo-details-popup .modal-content .close span {
  color: #ffa500;
}

@media (min-width: 576px){}
  .promo-details-popup .modal-dialog {
      max-width: 700px;
      margin: 3.75rem auto;
  }
}
.modal-dialog .modal-content .close:focus {
    outline: none;
}
.tournaments {
padding: 80px 0px 80px; }
.tournaments .section-heading {
margin-bottom: 58px; }
.tournaments .info-table .main-box {
padding: 0px 0px 24px;
border: 1px solid rgba(255, 255, 255, 0.1); }
.tournaments .info-table .main-box .main-header-area {
padding: 25px 30px 26px;
display: block;
text-align: center;
background: #0c1330;
border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.tournaments .info-table .main-box .main-header-area .nav {
display: inline-block; }
.tournaments .info-table .main-box .main-header-area .nav li {
display: inline-block;
position: relative; }
.tournaments .info-table .main-box .main-header-area .nav li::before {
position: absolute;
content: "";
height: 26px;
width: 4px;
background: #fff;
right: -2px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9; }
.tournaments .info-table .main-box .main-header-area .nav li:last-child::before {
display: none; }
.tournaments .info-table .main-box .main-header-area .nav li a {
margin-bottom: 0px;
font-size: 28px;
line-height: 38px;
font-weight: 700;
margin: 0px 10px;
text-transform: uppercase;
color: #fff; }
.tournaments .info-table .main-box .main-header-area .nav li a.active {
color: #f9314b; }
.tournaments .info-table .main-box .inner-table-content .header-area {
display: block;
text-align: center;
padding: 40px 0px 40px; }
.tournaments .info-table .main-box .inner-table-content .header-area ul {
display: inline-block;
border-radius: 50px;
padding: 20px 15px;
-webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
border: 1px solid rgba(255, 255, 255, 0.2); }
.tournaments .info-table .main-box .inner-table-content .header-area ul .nav-item {
display: inline-block; }
.tournaments .info-table .main-box .inner-table-content .header-area ul .nav-item .nav-link {
line-height: 50px;
padding: 0px;
padding: 0px 50px;
border-radius: 50px;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
color: #FFF;
background: #252f5a;
margin: 0px 5px; }
.tournaments .info-table .main-box .inner-table-content .header-area ul .nav-item .nav-link.active {
background: #f9314b;
color: #fff; }
.tournaments .info-table .main-box .inner-table-content .tab-content {
margin-top: 0px; }
.tournaments .info-table .main-box .inner-table-content .table {
-webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
position: relative; }
.tournaments .info-table .main-box .inner-table-content .table tr {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.tournaments .info-table .main-box .inner-table-content .table tr td, .tournaments .info-table .main-box .inner-table-content .table tr th {
    border-top: 1px solid orange;
}
.tournaments .info-table .main-box .inner-table-content .table tr th {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 0px;
    border-bottom: 0px;
    padding: 20px 15px;
    background: #000;
    color: #fff;
}
.tournaments .info-table .main-box .inner-table-content .table tr td {
vertical-align: middle;
padding: 20px 15px;
font-weight: 600;
font-size: 18px;
text-transform: capitalize;
font-weight: 700;
color: #fff; }
.tournaments .info-table .main-box .inner-table-content .table tr td img {
width: 40px;
height: 40px;
border-radius: 50%;
display: inline-block; }
.tournaments .info-table .main-box .inner-table-content .table tr td:nth-child(1) img, .tournaments .info-table .main-box .inner-table-content .table tr td:nth-child(3) img, .tournaments .info-table .main-box .inner-table-content .table tr td:nth-child(6) img {
margin-right: 5px; }
.tournaments .info-table .main-box .inner-table-content .table tr td:nth-child(1) {
color: #fff; }
.tournaments .info-table .main-box .inner-table-content .table tr td:nth-child(3) {
color: #ca0202; }
.tournaments .info-table .main-box .inner-table-content .table tr td:nth-child(5), .tournaments .info-table .main-box .inner-table-content .table tr td:nth-child(6) {
color: #f0ad4e; }
.tournaments .info-table .main-box .inner-table-content .table tr td:last-child {
    color: #ffffff;
}
.tournaments .info-table .main-box .inner-table-content .table tr:hover {
    background: #ffa500;
}
.tournaments .info-table .main-box .info-content {
padding-bottom: 15px; }
.tournaments .info-table .main-box .info-content .info-box .title {
font-size: 24px;
line-height: 34px;
font-weight: 700;
color: #fff;
margin-bottom: 15px; }
.tournaments .info-table .main-box .info-content .info-box .text {
font-size: 20px;
line-height: 30px;
font-weight: 300; }
.tournaments .info-table .main-box .info-content .info-box.two {
margin-top: 53px; }
.tournaments .info-table .main-box .info-content .info-box.three {
margin-top: 53px; }
.tournaments .info-table .main-box .info-content .mybtn1 {
margin-top: 16px; }

.tournament-time-box {
background: #070b28; }
.tournament-time-box .top-area {
padding: 23px 30px 23px;
background: #0b122e;
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
text-align: center;
-webkit-box-shadow: 1.753px -3.595px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow: 1.753px -3.595px 10px 0px rgba(0, 0, 0, 0.2);
position: relative;
overflow: hidden; }
.tournament-time-box .top-area .status {
position: absolute;
background: #3c26db;
color: #fff;
font-size: 18px;
left: -57px;
top: 18px;
line-height: 28px;
height: 40px;
line-height: 40px;
width: 200px;
text-align: center;
-webkit-transform: rotate(-41deg);
-ms-transform: rotate(-41deg);
transform: rotate(-41deg); }
.tournament-time-box .top-area .title {
font-size: 28px;
line-height: 38px;
font-weight: 700;
color: #fff;
margin-bottom: 0px;
text-transform: uppercase; }
.tournament-time-box .top-area .sub-title {
margin-bottom: 0px;
text-transform: uppercase;
color: #f9314b;
font-size: 18px;
line-height: 28px; }
.tournament-time-box .timer-area {
padding: 50px 30px 76px;
text-align: center;
position: relative; }
.tournament-time-box .timer-area .title {
font-size: 28px;
line-height: 38px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
margin-bottom: 5px; }
.tournament-time-box .timer-area .clock {
display: inline-block; }
.tournament-time-box .timer-area .clock2 {
display: inline-block; }

.clock.flip-clock-wrapper {
display: inline-block; }

.flip-clock-wrapper {
width: auto; }

.flip-clock-wrapper ul {
width: 50px;
border: 0px;
position: relative; }

.flip-clock-wrapper ul::before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid rgba(255, 255, 255, 0.1);
z-index: 9;
border-radius: 3px; }

.flip-clock-wrapper ul li a div div.inn {
font-size: 60px;
font-weight: 700;
color: #fff;
text-align: center;
background-color: #0c132e; }

.flip-clock-divider .flip-clock-label {
bottom: -38px;
right: -88px;
top: auto;
font-size: 20px;
line-height: 30px;
font-weight: 300 !important;
color: #a1aed4;
letter-spacing: 2px; 
}

.flip-clock-divider.minutes .flip-clock-label {
right: -104px; }

.flip-clock-divider.hours .flip-clock-label {
right: -94px; }

.flip-clock-dot {
background: #959ba9; }
/*.live-casino-block .single-game img {
    height: 80px;
    object-fit: contain;
}*/
.live-casino-block .single-game {
    line-height: 265px;
    border-color: #996500;
    background: #000;
    height: unset !important;
}
.promotion-part .single-game:before {
    content: "";
    background: rgba(0, 0, 1, 0.64);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 10px;
}
.promotion-part .single-game img, .promotion-part .single-game h3 {
    position: relative;
}
.live_odds_iframe {
}
.live_odds_iframe iframe {
  width: 100%;
  height: 900px;
}


@keyframes redlight {
  from {
    color: red;
  }
  to {
    color: #fff;
  }
}
@keyframes redlights {
  from {
     border:1px dashed red;
  }
  to {
   border:1px dashed #fff;
  }
}



.footer-widget.info-link-widget ul.link-list li {
    display: inline-block;
    margin-right: 33px;
}
.footer-widget.info-link-widget ul.link-list li:last-child {
  margin-right: 0px;
}





h3.sub-d-page-head {
    font-size: 25px;
    color: #fff;
    margin-top: 25px;
}

section.middle_section.vgt .single-game {
    margin-bottom: 80px;
}
.d-page-content h3 {
    font-size: 35px;
    margin-bottom: 25px;
    color: #996500;
}
h3.sub-d-page-head {
    font-size: 25px;
    color: #fff;
    margin-top: 25px;
}
.table.white-text-table th, .table.white-text-table td {
border: 1px solid #ffffff !important;
}
.table.white-text-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
}

.bottomtotop i {
    display: none;
}