@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;
  background: #000;
  overflow-x: hidden;
}
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: #fff;
  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;
  -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);
}
.mybtn1: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);
}
.mybtn2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  width: 190px;
  display: inline-block;
  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);
}
.mybtn2: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);
}
/* Section Heading Css */

.section-heading {
  text-align: center;
}
.section-heading .subtitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  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;
}
.section-heading .subtitle.extra-padding {
  margin-bottom: 17px;
}
.section-heading .title {
  font-size: 34px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  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: #e00019;
}
/* Header Area Start */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* Top Header Area Start */
  /* Main Menu 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 .top-header {
  display: none;
}
.header.nav-fixed .navbar::after {
  visibility: hidden;
}
.header.nav-fixed .navbar::before {
  visibility: hidden;
}
.header .top-header {
  background: #000000;
}
.header .top-header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 0px 13px;
}
.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: 35px;
  position: relative;
}
.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;
  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: #242528;
}
.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: 40px 13px;
  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 .nav-link .mr-hover-effect {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 0;
  border-top: 2px solid #e00019;
  border-bottom: 2px solid #e00019;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link .mr-hover-effect::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e00019;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link .mr-hover-effect::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e00019;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link.active,
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link:hover {
  color: #e00019;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link.active .mr-hover-effect,
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link:hover .mr-hover-effect {
  opacity: 1;
  height: 100%;
}
.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: 80px;
  overflow: hidden;
  position: relative;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center 140px;
  background-size: cover;
}
.footer .footer-logo {
  margin-top: -10px;
  margin-bottom: 25px;
}
.footer .footer-widget .title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  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: #e00019;
  padding-left: 10px;
}
.footer .footer-widget ul li a i {
  font-size: 15px;
  padding-right: 4px;
}
.footer .copy-bg {
  margin-top: 80px;
  padding: 10px 15px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #111;
}
.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;
  padding-top: 156px;
  position: relative;
  background: #000000;
  overflow: hidden;
  padding-bottom: 0;
}
.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;
}
.featured-game {
    background: #000;
    padding-bottom: 0px;
    padding-top: 25px;
}
.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 #273b71;
  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;
}
.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 #c7a231;
  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: #242528;
}
.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);
}
.single-game:hover {
  border-color: #681f40;
  -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 {
    background: #000;
    padding: 40px 0px 0px;
}
.recent-winners .section-heading {
  margin-bottom: 58px;
}
.recent-winners .mybtn2 {
  text-align: center;
  padding: 0px;
}
.single-winer {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 30px 30px 29px;
  -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;
  background: #000;
  margin-bottom: 30px;
}
.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;
}
.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: 18px;
  line-height: 28px;
}
.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: #f0ad4e;
  font-family: "Ubuntu", sans-serif;
}
.single-winer .bottom-area .right {
  text-align: right;
}
.single-winer:hover {
  border-color: #681f40;
  -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: 80px 0px;
  background: #000;
}
.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: #e00019;
  text-transform: uppercase;
}
.single-h-play .steps i {
  margin-left: 8px;
}
.single-h-play .title {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  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;
  background: #242528;
  padding: 40px 30px 39px;
  border-radius: 6px;
}
.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: 5px solid #e00019;
}
.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: #e00019;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.testimonial .single-testimonial .review-text p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 19px;
  line-height: 38px;
  font-weight: 300;
}
.testimonial .owl-controls {
    position: relative;
    margin-top: 15px;
}
.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 #273b71;
  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;
}
.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: #262629;
  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: #262629;
  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: #e00019;
}
.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: 95px;
    width: 95px;
    object-fit: contain;
}
.clients-bar {
  padding: 30px 0px;
  border-top: 1px solid #9e8742;
  border-bottom: 1px solid #9e8742;
}
.single-winer .bottom-area .right img {
  width: 55px;
  height: auto;
}
.slick-slider {
  width: 100%;
}
.anoucement-bar {
  background: #333;
  height: 350px;
  border-radius: 3px;
  overflow: hidden;
}
.anoucement-bar h3 {
  padding: 10px;
  background: #ca0202;
  font-size: 18px;
  text-align: center;
}
.ticker-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ticker-content ul li {
    padding: 7px;
    color: #faa91c;
}
.ticker-content ul li a {
  color: #fff;
  text-decoration: none;
}
.mask {
    padding: 0;
    overflow: hidden;
    background: #242528;
    border: 1px solid #3e3c3c;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 65px;
    min-height: 44px;
}
.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 {
    height: auto;
    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: #f00 !important;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.homepage-slider .slick-dots {
  bottom: 13px;
}
.mainmenu-area .mybtn1 {
  padding: 14px 18px;
}
.clients-bar img {
  border: 1px solid #9e8742;
  padding: 10px;
  height: 85px;
  width: 100%;
  object-fit: contain;
}
.mb-20 {
  margin-bottom: 20px;
}
.title_bar {
  padding-top: 190px;
  padding-bottom: 30px;
  border-bottom: 1px solid #9e8742;
}
.middle_section {
  padding: 80px 0px;
}
.page-title {
  color: #c7a231;
  font-size: 45px;
}
.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: 30px;
}
.promotion-part .single-game.promo-1{
  background-size: cover !important;
  min-height: 300px;
}

.horse-racing-block .single-winer {
  margin-bottom: 50px;
  background: #242528;
}
.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: #242528;
    padding: 30px;
}
.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: 120px;
    margin-bottom: 15px;
    width: 120px;
    object-fit: contain;
}
.promotion-part .single-game h3 {
    font-size: 26px;
    margin-top: 20px;
}
.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: #ca0202;
}

@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 rgba(255, 255, 255, 0.09); }
.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: #242528;
  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: #f0ad4e; }
.tournaments .info-table .main-box .inner-table-content .table tr:hover {
background: #242528; }
.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{
    height: 290px;
    line-height: 265px;
    background-size: cover;
}
.promotion-part .single-game:before {
    content: "";
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 13%, rgba(0,0,0,0.99) 99%, rgba(10,10,10,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 13%,rgba(0,0,0,0.99) 99%,rgba(10,10,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 13%,rgba(0,0,0,0.99) 99%,rgba(10,10,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0a0a0a',GradientType=0 ); /* IE6-9 */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;}
.promotion-part .single-game img, .promotion-part .single-game h3 {
    position: relative;
}
.d-page-content h3{
  font-size: 35px;
  margin-bottom: 25px;
  color: #f00;
}
h3.sub-d-page-head {
    font-size: 25px;
    color: #fff;
    margin-top: 25px;
}
.table.white-text-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
}
.table.white-text-table th, .table.white-text-table td{
      border: 1px solid #313030 !important;
}
.red-sub{
  color:#f00;
  margin-bottom: 20px;
}
.mask ul li {
    display: inline-block;
    margin-right: 33px;
}
.mask h3 {
    position: absolute;
    left: 0;
    top: 0px;
    color: #fff;
    background: #d12336;
    padding: 7px 15px;
    margin-bottom: 0px;
}
.partners_pics .col-lg-1 {
    -ms-flex: 0 0 11.333333%;
    flex: 0 0 11.333333%;
    max-width: 11.333333%;
}
.sportsbooks_block1 img {
    height: 60px;
    object-fit: contain;
}
.homepage-slider {
    margin-bottom: 0px !important;
}
.bottomtotop{
	display: none !important;
}
	#slide_right {
    position: fixed;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
#showContact {
    -webkit-border-radius: 0px 8px 8px 0px;
    border-radius: 0px 8px 8px 0px;
    background: rgba(0,0,0,0.7);
    border: 2px solid #8a763f;
    border-right-color: rgb(138, 118, 63);
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: rgb(138, 118, 63);
    border-right-style: solid;
    border-right-width: 2px;
    border-left: none;
    -webkit-box-shadow: 0 0 10px 2px #000000;
    box-shadow: 0 0 10px 2px #000000;
    outline: 0;
}	
#slidercontact {
    padding: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 5px;
    border: 2px solid #8a763f;
    background: rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 10px 2px #000000;
    box-shadow: 0 0 10px 2px #000000;
    border-radius: 0px 0px 10px 10px;
}
.right_contact_wrap {
    margin-bottom: 7px;
    background: #393939;
    background: -moz-linear-gradient(top, #393939 0%, #181818 56%);
    background: -webkit-linear-gradient(top, #393939 0%, #181818 56%);
    background: linear-gradient(to bottom, #393939 0%, #181818 56%);
    border-radius: 10px;
    padding: 0px 4px 4px 4px;
    border: 1px solid #bfa45b;
}
.support {
    padding: 0px 0 16px;
}
#slidercontact {
    padding: 26px 13px;
}
.detail_tittle {
    color: #d12234;
    font-weight: 600;
    font-size: 19px;
}
.detail_txt {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.right_details {
    text-align: center;
    min-width: 114px;
    padding-left: 4px;
}
.right_details {
    text-align: center;
}
.right_contact_wrap.clearfix {
    display: flex;
}
.left_sider_bar_inner {
    display: flex;
    flex-direction: row-reverse;
}
#showContact {
    height: 220px;
    padding: 7px 7px;
}
.iframe_video iframe {
    width: 100%;
    min-height: 450px;
    border-radius: 5px;
}
.horse_racing-blocks .single-game img {
    width: 250px;
    height: auto;
}
.pagination-block {
    display: block;
    text-align: center;
    margin: 15px auto 0px;
}
.pagination-block .page-link{
  color:#000;
}
.pagination-block .page-item.active .page-link{
    background-color: #d2273c;
    border-color: #d2273c;
}
.pagination-block .pagination {
    justify-content: center;
}