/* =================================
 Temlate Name : Lotters - Lottery & Raffle System HTML Template
 Author Name : autworks
 Date: 31/08/2019
 Version: 1.0
 =================================

/* =================================
 css index
 =================================

 *. variables
 *. mixin
 *. global
 *. normalize

 =================================

 1. header
 2. banner
 3. brand
 4. jackpot 
 5. lottery ticket
 6. lottery result
 7. choosing reason
 8. buying ticket
 9. how to work
 10. team
 11. statics
 12. testimonial
 13. affiliate
 14. mobile navbar
 15. footer

 ============
 inner pages
 ============

 16. breadcrumb
 17. lottery details
 18. quick review
 19. contact
 20. faq
 21. blog details
 22. sidebar
 23. team
 24. blog
 25. about
 26. forms
 27. erroe

============
 user panel
============

28. player statics
29. payment history
30. player profile



================================= */
/*==========================================
    typography
===========================================*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap");
/*=======================================
    custom container
========================================*/
@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 750px; } }

@media (min-width: 992px) {
  .container {
    max-width: 970px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

/*=======================================
    section-title
========================================*/
.section-title {
  margin-bottom: 72px; }
  .section-title span.sub-title {
    font-size: 18px;
    color: #fb960e;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 23px; }
  .section-title h2 {
    color: #00182c;
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 19px;
    margin-top: -14px; }
  .section-title p {
    color: #777;
    font-size: 18px;
    line-height: 28px; }

.preloader {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#nest1 {
  display: block;
  position: relative;
  height: 100px;
  width: 100px;
  border: 3px solid transparent;
  border-top-color: #027fe8;
  border-radius: 50%;
  -webkit-animation: spin7 1.5s ease infinite;
  animation: spin7 1.5s ease infinite; }

#nest1:after,
#nest1:before {
  position: absolute;
  border: 3px solid transparent;
  content: ""; }

#nest1:before {
  border-radius: 50%;
  border-top-color: #fb960e;
  -webkit-animation: spin7 3s linear infinite;
  animation: spin7 3s linear infinite;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px; }

#nest1:after {
  border-radius: 50%;
  border-top-color: #000;
  -webkit-animation: spin7 1.5s ease infinite;
  animation: spin7 1.5s ease infinite;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px; }

@-webkit-keyframes spin7 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin7 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/*==========================================
    normalize
==========================================*/
html {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #3d5169;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, a {
  line-height: 1.3; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif; }

p {
  line-height: 1.6;
  font-family: "Source Sans Pro", sans-serif; }

a {
  color: #00182c;
  text-decoration: none; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

/*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; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*==========================================
    animations
===========================================*/
@-webkit-keyframes ill_shape_set_1 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes ill_shape_set_1 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes ill_shape_set_2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }

@keyframes ill_shape_set_2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }

@-webkit-keyframes scalation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); } }

@keyframes scalation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); } }

@-webkit-keyframes scalation-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scalation-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes scalation-3 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes scalation-3 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes scalation-4 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scalation-4 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes replace-1 {
  0% {
    left: 0;
    bottom: 0; }
  50% {
    left: 1px;
    bottom: 10px; }
  100% {
    left: 0;
    bottom: 0; } }

@keyframes replace-1 {
  0% {
    left: 0;
    bottom: 0; }
  50% {
    left: 1px;
    bottom: 10px; }
  100% {
    left: 0;
    bottom: 0; } }

@-webkit-keyframes replace-2 {
  0% {
    left: 50px;
    top: 0; }
  50% {
    left: 10px;
    top: 10px; }
  100% {
    left: 50px;
    top: 0; } }

@keyframes replace-2 {
  0% {
    left: 50px;
    top: 0; }
  50% {
    left: 10px;
    top: 10px; }
  100% {
    left: 50px;
    top: 0; } }

@-webkit-keyframes replace-3 {
  0% {
    right: 0px;
    top: 0; }
  50% {
    right: 10px;
    top: 10px; }
  100% {
    right: 0px;
    top: 0; } }

@keyframes replace-3 {
  0% {
    right: 0px;
    top: 0; }
  50% {
    right: 10px;
    top: 10px; }
  100% {
    right: 0px;
    top: 0; } }

/*==========================================
    header
===========================================*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55; }
  .header.fixed-header {
    position: fixed !important;
    width: 100%;
    left: 0;
    border-radius: 0;
    background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
    -webkit-box-shadow: 0px -2px 5px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -2px 5px 6px rgba(0, 0, 0, 0.15); }
    .header.fixed-header .menu-bar {
      background: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .header .topbar {
    padding: 0 30px; }
    .header .topbar .support-area ul li {
      display: inline-block;
      color: #777;
      font-size: 17px;
      margin-right: 26px; }
      .header .topbar .support-area ul li span.icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 28px;
        border: 1px solid #dee5ea;
        font-size: 15px;
        border-radius: 50%; }
    .header .topbar .select-lang {
      padding: 9px 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      float: right; }
      .header .topbar .select-lang .flagstrap {
        width: auto;
        display: table;
        float: right; }
      .header .topbar .select-lang .flagstrap-icon {
        float: left; }
      .header .topbar .select-lang .flagstrap-icon.flagstrap-us {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: url("../img/svg/us.jpg") center center no-repeat;
        background-size: contain; }
      .header .topbar .select-lang .flagstrap-icon.flagstrap-bd {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: url("../img/svg/bd.jpg") center center no-repeat;
        background-size: contain; }
      .header .topbar .select-lang .flagstrap-icon.flagstrap-au {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: url("../img/svg/as.jpg") center center no-repeat;
        background-size: contain; }
      .header .topbar .select-lang .dropdown-toggle {
        background: none;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #777;
        font-size: 17px; }
        .header .topbar .select-lang .dropdown-toggle span:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .header .topbar .select-lang ul {
        width: 180px;
        padding: 5px; }
        .header .topbar .select-lang ul li {
          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-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .header .topbar .select-lang ul li:last-child a {
            margin-bottom: 0; }
          .header .topbar .select-lang ul li:first-child {
            display: none; }
          .header .topbar .select-lang ul li a {
            line-height: 30px;
            padding: 5px 10px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 3px;
            margin-bottom: 5px;
            font-size: 16px;
            font-weight: 600;
            color: #777;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            cursor: pointer; }
            .header .topbar .select-lang ul li a:hover {
              background: #027fe8;
              color: #fff; }
  .header .menu-bar {
    background: -webkit-linear-gradient(115deg, #cad7ff 0%, #32639d 100%); 
    border-radius: 0px;
    padding: 0 10px 0 30px;
    -webkit-box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.25);
    position: relative; }
    .header .menu-bar .logo {
      display: inline-block; }
    .header .menu-bar .mainmenu .navbar {
      padding: 0; }
      .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        height: 50px;
        line-height: 50px;
        padding: 0;
        margin: 10px 40px 10px 0; }
        .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item .nav-link.sign-up {
          background: #000000;
          color: #fff;
          height: 50px;
          width: 140px;
          padding: 0;
          line-height: 50px;
          text-align: center;
          border-radius: 50px;
          position: relative;
          z-index: 2;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item .nav-link.sign-up:after {
            position: absolute;
            content: '';
            left: 2px;
            top: 2px;
            right: 2px;
            bottom: 2px;
            background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
            z-index: -1;
            border-radius: 50px;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
          .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item .nav-link.sign-up:hover {
            color: #fff; }
            .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item .nav-link.sign-up:hover:after {
              opacity: 1; }
      .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item:last-child .nav-link {
        margin-right: 0; }
      .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown .nav-link:after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: auto;
        height: auto;
        margin-left: 2px;
        vertical-align: 0;
        border: none;
        position: relative;
        top: 2px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0; }
      .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .nav-link:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin: 0;
        display: block;
        -webkit-box-shadow: 0px 2px 8px 1px rgba(43, 154, 248, 0.3);
        box-shadow: 0px 2px 8px 1px rgba(43, 154, 248, 0.3);
        border-radius: 0 0 4px 4px;
        border: none;
        opacity: 0;
        visibility: hidden;
        margin-top: 30px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
          padding: 4px 20px 4px 20px;
          font-weight: 600;
          font-size: 18px;
          color: #777;
          background: none;
          position: relative;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:after {
            position: absolute;
            content: '';
            left: 20px;
            top: 50%;
            margin-top: -5px;
            width: 10px;
            height: 10px;
            background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
            border-radius: 50%;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
          .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
            padding-left: 40px; }
            .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover:after {
              opacity: 1; }
          .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
            background: none; }
      .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.for-specific {
        display: none; }
      .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn {
        position: initial; }
        .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn:hover .all-lotteries {
          opacity: 1;
          visibility: visible;
          margin-top: 0; }
        .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn .all-lotteries {
          position: absolute;
          top: 100%;
          left: 0;
          background: #fff;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          margin-top: 30px;
          opacity: 0;
          visibility: hidden;
          width: 100%;
          padding: 20px;
          border-radius: 5px;
          -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2); }
          .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn .all-lotteries .single-lottery {
            text-align: center;
            padding: 10px 20px;
            width: 180px;
            display: inline-block;
            position: relative;
            z-index: 2; }
            .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn .all-lotteries .single-lottery:after {
              position: absolute;
              content: '';
              left: 0px;
              top: 0px;
              right: 0px;
              bottom: 0px;
              -webkit-box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.1);
              z-index: -1; }
            .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn .all-lotteries .single-lottery .part-icon {
              width: 65px;
              display: inline-block;
              margin-bottom: 13px;
              border: 1px solid #027fe8;
              border-radius: 50%;
              padding: 5px; }
              .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn .all-lotteries .single-lottery .part-icon img {
                width: 100%; }
            .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn .all-lotteries .single-lottery h3 {
              font-size: 22px;
              font-weight: 700;
              color: #00182c; }
            .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn .all-lotteries .single-lottery a {
              display: inline-block;
              width: 130px;
              height: 35px;
              text-align: center;
              line-height: 35px;
              background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
              color: #fff;
              font-weight: 600;
              border-radius: 3px;
              margin-bottom: 20px;
              font-size: 14px; }
            .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn .all-lotteries .single-lottery .draw-time ul li {
              margin-right: 2px;
              display: inline-block; }
              .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn .all-lotteries .single-lottery .draw-time ul li:last-child {
                margin-right: 0; }
              .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn .all-lotteries .single-lottery .draw-time ul li span {
                display: block; }
                .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn .all-lotteries .single-lottery .draw-time ul li span.number {
                  font-size: 15px;
                  color: #00182c;
                  font-weight: 700;
                  width: 30px;
                  height: 30px;
                  border: 1px solid #deebf5;
                  border-radius: 50%;
                  text-align: center;
                  line-height: 30px;
                  border-color: #027fe8; }
                .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn .all-lotteries .single-lottery .draw-time ul li span.text {
                  font-size: 14px;
                  color: #00182c; }
          .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn .all-lotteries .lottery-result-menu {
            text-align: center;
            background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
            padding: 13px 0;
            margin-top: 20px;
            display: none; }
            .header .menu-bar .mainmenu .navbar .navbar-nav .nav-item.dropdown.for-lottery-btn .all-lotteries .lottery-result-menu a {
              display: inline-block;
              font-size: 18px;
              color: #fff;
              font-weight: 00; }

.header.style-2 {
  position: relative; }
  .header.style-2 .topbar {
    padding: 0;
    border-bottom: 1px solid #e8f1f9; }
  .header.style-2.fixed-header .menu-bar .mainmenu .navbar .navbar-nav .nav-item .nav-link {
    color: #fff; }
  .header.style-2 .menu-bar {
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .header.style-2 .menu-bar .mainmenu .navbar .navbar-nav .nav-item .nav-link {
      color: #7c8e9c; }
      .header.style-2 .menu-bar .mainmenu .navbar .navbar-nav .nav-item .nav-link.sign-up {
        background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
        color: #fff; }
        .header.style-2 .menu-bar .mainmenu .navbar .navbar-nav .nav-item .nav-link.sign-up:after {
          background: -webkit-linear-gradient(473deg, #fa8900 20%, #ffce4f 100%);
          left: 0;
          top: 0;
          right: 0;
          bottom: 0; }

.header.style-4 {
  background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%); }
  .header.style-4 .topbar {
    padding: 0; }
    .header.style-4 .topbar .support-area ul li {
      color: #fff; }
    .header.style-4 .topbar .select-lang .dropdown-toggle {
      color: #fff; }
  .header.style-4 .menu-bar {
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .header.style-4 .menu-bar .menubar-relative {
      position: relative; }

.header.style-6 .topbar {
  display: none !important; }

.header.style-6 .menubar-relative {
  position: relative; }

.header.style-6 .menu-bar {
  background: transparent;
  padding-top: 30px; }
  .header.style-6 .menu-bar .mainmenu .navbar .navbar-nav .nav-item .nav-link.sign-up {
    background: -webkit-linear-gradient(86deg, #00b0e0 0%, #005cea 100%);
    color: #fff; }

.header.style-6.fixed-header .menu-bar {
  padding-top: 0; }
  .header.style-6.fixed-header .menu-bar .mainmenu .navbar .navbar-nav .nav-item .nav-link.sign-up {
    background: #fff;
    color: #00182c; }
    .header.style-6.fixed-header .menu-bar .mainmenu .navbar .navbar-nav .nav-item .nav-link.sign-up:hover {
      color: #fff; }

.header.style-4.user-panel {
  position: initial; }

.header.style-4 .menubar-relative {
  position: relative; }

.header.style-4 .all-lotteries {
  z-index: 5; }

.ss-content {
  padding: 0; }
  .ss-content .dropdown-item {
    position: relative;
    left: -18px; }

/*==========================================
    banner
===========================================*/
.banner {
  position: relative;
  z-index: 2; }
  .banner:after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 220px;
    top: 60px;
    z-index: -1;
   /* background: url("../img/Banner2.png") center center no-repeat;   */
    background-size: contain; }
  .banner .banner-content {
    padding: 150px 0 0 30px;
    margin-top: 120px; }
    .banner .banner-content h1 {
      font-size: 60px;
      line-height: 62px;
      font-weight: 900;
      color: #00182c;
      margin-bottom: 33px;
      margin-top: -8px; }
    .banner .banner-content p {
      font-size: 18px;
      line-height: 28px;
      color: #777; }
    .banner .banner-content a.banner-button {
      display: inline-block;
      height: 60px;
      line-height: 60px;
      background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      width: 190px;
      text-align: center;
      border-radius: 4px;
      margin-top: 15px;
      position: relative;
      z-index: 2; }
      .banner .banner-content a.banner-button:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(86deg, #00b0e0 0%, #005cea 100%);
        z-index: -1;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        opacity: 0; }
      .banner .banner-content a.banner-button:hover:after {
        opacity: 1; }
  .banner .part-img {
    margin-top: 120px;
    position: relative; }
    .banner .part-img img {
      width: 100%; }
    .banner .part-img .ill-shape-set {
      width: 93px;
      height: 64px;
      display: inline-block;
      position: absolute;
      top: -100px;
      left: 100px;
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s;
      opacity: 0; }
      .banner .part-img .ill-shape-set img {
        width: 16px;
        position: absolute;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        opacity: 0;
        -webkit-animation: ill_shape_set_2 3s infinite linear;
        animation: ill_shape_set_2 3s infinite linear;
        -webkit-animation-delay: 5s;
        animation-delay: 5s; }
        .banner .part-img .ill-shape-set img:nth-child(2) {
          left: 24px;
          top: -52px;
          -webkit-transition: 2s;
          -moz-transition: 2s;
          -o-transition: 2s;
          transition: 2s; }
        .banner .part-img .ill-shape-set img:nth-child(4) {
          right: 0;
          bottom: 100px; }
        .banner .part-img .ill-shape-set img:nth-child(3) {
          top: -100px;
          left: 0; }
        .banner .part-img .ill-shape-set img:nth-child(1) {
          right: 35px;
          bottom: 15px; }
    .banner .part-img .ill-shape-set-2 {
      width: 62px;
      height: 80px;
      display: inline-block;
      position: absolute;
      top: 15px;
      right: 138px;
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s;
      opacity: 0; }
      .banner .part-img .ill-shape-set-2 img {
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        width: 16px;
        position: absolute;
        opacity: 0;
        -webkit-animation: ill_shape_set_1 3s infinite linear;
        animation: ill_shape_set_1 3s infinite linear;
        -webkit-animation-delay: 5s;
        animation-delay: 5s; }
        .banner .part-img .ill-shape-set-2 img:nth-child(2) {
          top: -100px;
          left: 7px; }
        .banner .part-img .ill-shape-set-2 img:nth-child(1) {
          bottom: 120px;
          right: 9px;
          -webkit-transition: 2s;
          -moz-transition: 2s;
          -o-transition: 2s;
          transition: 2s; }
        .banner .part-img .ill-shape-set-2 img:nth-child(3) {
          top: -130px;
          left: 0;
          -webkit-transition: 1.5s;
          -moz-transition: 1.5s;
          -o-transition: 1.5s;
          transition: 1.5s; }
        .banner .part-img .ill-shape-set-2 img:nth-child(4) {
          bottom: 110px;
          right: 0;
          -webkit-transition: 1s;
          -moz-transition: 1s;
          -o-transition: 1s;
          transition: 1s; }
    .banner .part-img .ill-shape-1 {
      width: 60px;
      position: absolute;
      bottom: 120px;
      left: 100px;
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s;
      opacity: 0;
      z-index: -1;
      -webkit-animation: ill_shape_set_1 5s infinite linear;
      animation: ill_shape_set_1 5s infinite linear;
      -webkit-animation-delay: 2s;
      animation-delay: 2s; }
      .banner .part-img .ill-shape-1 img {
        width: 100%; }
    .banner .part-img .ill-shape-2 {
      width: 60px;
      position: absolute;
      right: 226px;
      top: 100px;
      opacity: 0;
      z-index: -1;
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s;
      -webkit-animation: ill_shape_set_1 5s infinite linear;
      animation: ill_shape_set_1 5s infinite linear;
      -webkit-animation-delay: 2s;
      animation-delay: 2s; }
      .banner .part-img .ill-shape-2 img {
        width: 100%; }
    .banner .part-img .ill-shape-3 {
      width: 30px;
      position: absolute;
      top: 52px;
      right: 120px;
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-delay: 1.5s;
      -o-transition-delay: 1.5s;
      transition-delay: 1.5s;
      opacity: 0;
      z-index: -1;
      -webkit-animation: ill_shape_set_1 5s infinite linear;
      animation: ill_shape_set_1 5s infinite linear;
      -webkit-animation-delay: 2s;
      animation-delay: 2s; }
    .banner .part-img .ill-shape-4 {
      left: 41%;
      position: absolute;
      top: 100px;
      width: 30px;
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s;
      opacity: 0;
      z-index: -1;
      -webkit-animation: ill_shape_set_2 5s infinite linear;
      animation: ill_shape_set_2 5s infinite linear;
      -webkit-animation-delay: 2s;
      animation-delay: 2s; }
    .banner .part-img.active .ill-shape-set {
      top: -23px;
      opacity: 1; }
      .banner .part-img.active .ill-shape-set img {
        opacity: 1; }
        .banner .part-img.active .ill-shape-set img:nth-child(2) {
          left: 24px;
          top: 0px; }
        .banner .part-img.active .ill-shape-set img:nth-child(4) {
          right: 0;
          bottom: 0; }
        .banner .part-img.active .ill-shape-set img:nth-child(3) {
          top: 24px;
          left: 0; }
    .banner .part-img.active .ill-shape-set-2 {
      opacity: 1; }
      .banner .part-img.active .ill-shape-set-2 img {
        opacity: 1; }
        .banner .part-img.active .ill-shape-set-2 img:nth-child(2) {
          top: 0;
          left: 7px; }
        .banner .part-img.active .ill-shape-set-2 img:nth-child(1) {
          bottom: 36px;
          right: 9px; }
        .banner .part-img.active .ill-shape-set-2 img:nth-child(3) {
          top: 31px;
          left: 0; }
        .banner .part-img.active .ill-shape-set-2 img:nth-child(4) {
          bottom: 0;
          right: 0; }
    .banner .part-img.active .ill-shape-1 {
      left: -40px;
      opacity: 1; }
    .banner .part-img.active .ill-shape-2 {
      opacity: 1;
      top: -10px; }
    .banner .part-img.active .ill-shape-3 {
      opacity: 1;
      right: -12px; }
    .banner .part-img.active .ill-shape-4 {
      opacity: 1;
      top: 0; }

.banner.style-2 {
  background: url("../img/banner-bg.jpg") center center no-repeat;
  background-size: cover;
  background-color: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
  position: relative; }
  .banner.style-2 .banner-shape {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1; }
    .banner.style-2 .banner-shape img:first-child {
      position: absolute;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0%; }
    .banner.style-2 .banner-shape img:last-child {
      position: absolute;
      height: 100%;
      top: 0;
      bottom: 0;
      right: -10%; }
  .banner.style-2 .banner-content {
    margin-top: 0;
    padding: 160px 0; }
    .banner.style-2 .banner-content h1 {
      color: #fff; }
    .banner.style-2 .banner-content p {
      color: #cbe2f5; }
    .banner.style-2 .banner-content a.banner-button {
      background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%); }
      .banner.style-2 .banner-content a.banner-button:after {
        background: -webkit-linear-gradient(473deg, #fa8900 20%, #ffce4f 100%); }
  .banner.style-2 .part-img {
    margin-top: 0; }
  .banner.style-2:after {
    top: 0;
    display: none; }

.banner-slide .banner {
  position: relative; }
  .banner-slide .banner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(473deg, #2e9dfa 20%, #0172d0 100%);
    opacity: .95; }
  .banner-slide .banner.slide-1 {
    background: url("../img/slide-bg-1.jpg") center center no-repeat;
    background-size: cover; }
  .banner-slide .banner.slide-2 {
    background: url("../img/slide-bg-2.jpg") center center no-repeat;
    background-size: cover; }
  .banner-slide .banner.slide-3 {
    background: url("../img/slide-bg-3.jpg") center center no-repeat;
    background-size: cover; }

.banner-slide:hover .owl-nav div {
  opacity: 1;
  visibility: visible; }
  .banner-slide:hover .owl-nav div.owl-prev {
    left: -130px; }
  .banner-slide:hover .owl-nav div.owl-next {
    right: -130px; }

.banner-slide .owl-nav {
  width: 1400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }
  .banner-slide .owl-nav div {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden; }
    .banner-slide .owl-nav div:hover {
      border-color: #fff; }
    .banner-slide .owl-nav div svg {
      font-size: 15px;
      line-height: 100%; }
    .banner-slide .owl-nav div.owl-prev {
      left: -100px; }
    .banner-slide .owl-nav div.owl-next {
      right: -100px; }

.banner-4 .box-slide .single-slide {
  padding: 60px 0;
  margin-top: 200px;
  margin-bottom: 80px;
  background: url("../img/box-slide-1.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 20px; }
  .banner-4 .box-slide .single-slide .single-lottery {
    text-align: center;
    padding: 10px 20px;
    position: relative;
    z-index: 2; }
    .banner-4 .box-slide .single-slide .single-lottery:after {
      position: absolute;
      content: '';
      left: 0px;
      top: 0px;
      right: 0px;
      bottom: 0px;
      -webkit-box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.1);
      z-index: -1; }
    .banner-4 .box-slide .single-slide .single-lottery .part-icon {
      width: 170px;
      display: inline-block;
      border: 2px solid #fb960e;
      border-radius: 50%;
      padding: 5px; }
      .banner-4 .box-slide .single-slide .single-lottery .part-icon img {
        width: 100%; }
    .banner-4 .box-slide .single-slide .single-lottery .text {
      width: 100%; }
      .banner-4 .box-slide .single-slide .single-lottery .text h3 {
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 23px;
        margin-top: -11px; }
      .banner-4 .box-slide .single-slide .single-lottery .text a {
        display: inline-block;
        width: 150px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
        color: black;
        font-weight: 600;
        border-radius: 3px;
        position: relative;
        z-index: 2;
        overflow: hidden; }
        .banner-4 .box-slide .single-slide .single-lottery .text a:after {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: -webkit-linear-gradient(473deg, #fa8900 20%, #ffce4f 100%);
          z-index: -1;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          opacity: 0; }
        .banner-4 .box-slide .single-slide .single-lottery .text a:hover:after {
          opacity: 1; }
    .banner-4 .box-slide .single-slide .single-lottery .draw-time {
      width: 100%; }
      .banner-4 .box-slide .single-slide .single-lottery .draw-time p {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 5px; }
      .banner-4 .box-slide .single-slide .single-lottery .draw-time ul li {
        margin-right: 16px;
        display: inline-block; }
        .banner-4 .box-slide .single-slide .single-lottery .draw-time ul li:last-child {
          margin-right: 0; }
        .banner-4 .box-slide .single-slide .single-lottery .draw-time ul li span {
          display: block; }
          .banner-4 .box-slide .single-slide .single-lottery .draw-time ul li span.number {
            font-size: 15px;
            color: #fff;
            font-weight: 700;
            width: 70px;
            height: 70px;
            border: 2px solid #fff;
            border-radius: 50%;
            text-align: center;
            line-height: 66px;
            border-color: #fff;
            font-size: 28px;
            background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%); }
          .banner-4 .box-slide .single-slide .single-lottery .draw-time ul li span.text {
            font-size: 20px;
            color: #fff;
            margin-top: 10px; }
  .banner-4 .box-slide .single-slide.two {
    background: url("../img/box-slide-2.jpg") center center no-repeat;
    background-size: cover; }
  .banner-4 .box-slide .single-slide.three {
    background: url("../img/box-slide-3.jpg") center center no-repeat;
    background-size: cover; }

.banner.style-5 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .8; }

.banner.style-6 {
  background: url("../img/banner-bg-2.jpg") center center no-repeat;
  background-size: cover; }
  .banner.style-6:after {
    display: none; }
  .banner.style-6:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .8; }
  .banner.style-6 .banner-content {
    margin-top: 100px; }
    .banner.style-6 .banner-content h1 {
      font-size: 60px;
      line-height: 70px;
      color: #fff; }

/*==========================================
    brand
===========================================*/
.brand {
  background: #ecf3f9;
  padding: 40px 0; }
  .brand .brand-list .single-brand {
    padding: 28px 30px;
    margin: 0 30px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(0, 118, 231, 0.2); }
    .brand .brand-list .single-brand:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      border-radius: 5px; }
    .brand .brand-list .single-brand:hover {
      border-color: transparent; }
      .brand .brand-list .single-brand:hover:after {
        opacity: 1; }
    .brand .brand-list .single-brand img {
      width: 100%; }
    .brand .brand-list .single-brand:first-child {
      margin-left: 0; }
    .brand .brand-list .single-brand:last-child {
      margin-right: 0; }

.brand.style-2 {
  background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%); }
  .brand.style-2 .owl-item.active.target .single-brand:after {
    opacity: 0 !important; }
  .brand.style-2 .single-brand:hover:after {
    opacity: 0 !important; }

/*==========================================
    jackpot
===========================================*/
.jackpot {
  padding: 113px 0 90px;
  position: relative;
  z-index: 2; }
  .jackpot .single-jackpot {
    padding: 45px 30px;
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff; }
    .jackpot .single-jackpot .part-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 32px; }
      .jackpot .single-jackpot .part-head .icon {
        width: 70px;
        height: 70px;
        background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
        border-radius: 50%;
        text-align: center;
        position: relative;
        margin-right: 25px;
        z-index: 2;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .jackpot .single-jackpot .part-head .icon img {
          height: 100%; }
      .jackpot .single-jackpot .part-head .text span {
        display: block; }
        .jackpot .single-jackpot .part-head .text span.amount {
          font-size: 22px;
          color: #027fe8;
          font-weight: 700;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .jackpot .single-jackpot .part-head .text span.draw-date {
          font-size: 16px;
          color: #777; }
    .jackpot .single-jackpot .part-body h3 {
      font-size: 23px;
      font-weight: 700;
      color: #0c375a;
      margin-bottom: 17px; }
    .jackpot .single-jackpot .part-body p {
      font-size: 18px;
      color: #777;
      line-height: 28px;
      margin-bottom: 27px; }
    .jackpot .single-jackpot .part-body a {
      display: inline-block;
      font-size: 18px;
      color: #027fe8;
      font-weight: 600;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .jackpot .single-jackpot .part-body a i {
        margin-left: 10px;
        font-size: 16px; }
    .jackpot .single-jackpot:hover .part-head .icon:before {
      opacity: 1; }
    .jackpot .single-jackpot:hover .part-head .icon:after {
      background: url("../img/svg/jackpot-icon-bg-hover.png") center center no-repeat;
      background-size: contain;
      -webkit-animation: scalation .8s;
      animation: scalation .8s; }
    .jackpot .single-jackpot:hover .part-head .text span.amount {
      color: #fb960e; }
    .jackpot .single-jackpot:hover .part-body a {
      color: #fb960e; }
  .jackpot .shape-container {
    position: relative; }
  .jackpot .shape-set-1, .jackpot .shape-set-2 {
    height: 173px;
    width: 185px;
    position: absolute;
    top: 7px;
    left: -106px; }
    .jackpot .shape-set-1 img:nth-child(1), .jackpot .shape-set-2 img:nth-child(1) {
      position: absolute;
      width: 120px;
      bottom: 0;
      left: 0;
      -webkit-animation: scalation-4 3s infinite linear;
      animation: scalation-4 3s infinite linear;
      z-index: -2; }
    .jackpot .shape-set-1 img:nth-child(2), .jackpot .shape-set-2 img:nth-child(2) {
      position: absolute;
      width: 35px;
      left: 50px;
      top: 0;
      -webkit-animation: scalation-4 3s infinite linear;
      animation: scalation-4 3s infinite linear;
      z-index: 2; }
    .jackpot .shape-set-1 img:nth-child(3), .jackpot .shape-set-2 img:nth-child(3) {
      position: absolute;
      width: 55px;
      right: 0;
      top: 8px;
      z-index: -1;
      -webkit-animation: scalation-4 3s infinite linear;
      animation: scalation-4 3s infinite linear; }
  .jackpot .shape-set-2 {
    z-index: -1;
    left: auto;
    right: -125px;
    bottom: 0;
    top: auto; }

.jackpot.style-2 {
  padding-top: 0; }
  .jackpot.style-2 .jackpot-slider .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -85px;
    left: -85px; }
    .jackpot.style-2 .jackpot-slider .owl-nav div {
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 58px;
      border: 1px solid #027fe8;
      color: #fb960e;
      border-radius: 50%; }
  .jackpot.style-2 .jackpot-slider .owl-item.target.active .single-jackpot:after {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    left: 0; }
  .jackpot.style-2 .jackpot-slider .owl-item.target.active .single-jackpot .part-head .text span.amount, .jackpot.style-2 .jackpot-slider .owl-item.target.active .single-jackpot .part-head .text span.draw-date, .jackpot.style-2 .jackpot-slider .owl-item.target.active .single-jackpot .part-body h3, .jackpot.style-2 .jackpot-slider .owl-item.target.active .single-jackpot .part-body p, .jackpot.style-2 .jackpot-slider .owl-item.target.active .single-jackpot .part-body a {
    color: #fff; }
  .jackpot.style-2 .jackpot-slider .single-jackpot {
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    z-index: 2; }
    .jackpot.style-2 .jackpot-slider .single-jackpot:after {
      position: absolute;
      content: '';
      left: -50%;
      top: 0;
      width: 100%;
      background: -webkit-linear-gradient(473deg, #eab324 20%, #fa8900 100%);
      height: 100%;
      opacity: 0;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s;
      z-index: -1; }

/*==========================================
    lottery ticket
===========================================*/
.lottery-ticket {
  padding: 120px 0;
  background: url("../img/svg/lottery-ticket-bg.png") center bottom no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .lottery-ticket:after {
    position: absolute;
    content: '';
    left: 40%;
    top: 0;
    width: 60%;
    background: url("../img/svg/lottery-ticket-shape.png") center bottom no-repeat;
    background-size: cover;
    bottom: 0;
    z-index: -2; }
  .lottery-ticket .part-img {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: calc(370px + 104px);
    position: relative; }
    .lottery-ticket .part-img:after {
      position: absolute;
      content: '';
      right: 40px;
      width: 902px;
      bottom: -80px;
      top: -60px;
      background: url("../img/svg/jackpot-img-shape.png") right center no-repeat;
      background-size: contain;
      z-index: -1; }
    .lottery-ticket .part-img img {
      width: auto;
      height: 370px;
      max-width: none; }
    .lottery-ticket .part-img .ill-width {
      position: absolute;
      height: auto;
      right: 0;
      top: 0;
      width: 602px; }
      .lottery-ticket .part-img .ill-width .ill-shape-set {
        position: absolute;
        height: 104px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 370px; }
        .lottery-ticket .part-img .ill-width .ill-shape-set img {
          width: 85px;
          height: 85px; }
          .lottery-ticket .part-img .ill-width .ill-shape-set img:nth-child(1) {
            position: absolute;
            left: 0;
            top: -100px;
            -webkit-animation: scalation-2 1s infinite linear;
            animation: scalation-2 1s infinite linear;
            -webkit-transition: 3s;
            -moz-transition: 3s;
            -o-transition: 3s;
            transition: 3s;
            -webkit-animation-delay: 6s;
            animation-delay: 6s; }
          .lottery-ticket .part-img .ill-width .ill-shape-set img:nth-child(2) {
            width: 40px;
            height: 40px;
            position: absolute;
            top: -100px;
            left: 70px;
            -webkit-animation: scalation-3 4s infinite linear;
            animation: scalation-3 4s infinite linear;
            -webkit-transition: 3s;
            -moz-transition: 3s;
            -o-transition: 3s;
            transition: 3s;
            -webkit-animation-delay: 8s;
            animation-delay: 8s; }
          .lottery-ticket .part-img .ill-width .ill-shape-set img:nth-child(3) {
            width: 40px;
            height: 40px;
            position: absolute;
            top: -100px;
            right: 70px;
            -webkit-animation: scalation-2 2s infinite linear;
            animation: scalation-2 2s infinite linear;
            -webkit-transition: 5s;
            -moz-transition: 5s;
            -o-transition: 5s;
            transition: 5s;
            -webkit-animation-delay: 6s;
            animation-delay: 6s; }
          .lottery-ticket .part-img .ill-width .ill-shape-set img:nth-child(4) {
            position: absolute;
            top: -100px;
            right: 0;
            -webkit-animation: scalation-2 2s infinite linear;
            animation: scalation-2 2s infinite linear;
            -webkit-transition: 3s;
            -moz-transition: 3s;
            -o-transition: 3s;
            transition: 3s;
            -webkit-animation-delay: 8s;
            animation-delay: 8s; }
    .lottery-ticket .part-img .draw-date {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 160px;
      height: 146px; }
      .lottery-ticket .part-img .draw-date span {
        display: block; }
        .lottery-ticket .part-img .draw-date span.title {
          font-size: 26px;
          font-weight: 700;
          color: #fff;
          text-transform: uppercase;
          padding: 13px 0px;
          text-align: center; }
        .lottery-ticket .part-img .draw-date span.date {
          color: #027fe8;
          font-size: 32px;
          font-weight: 800;
          text-align: center;
          text-transform: uppercase;
          padding: 17px 0; }
    .lottery-ticket .part-img .clock {
      position: absolute;
      bottom: 16px;
      left: -110px; }
      .lottery-ticket .part-img .clock img {
        width: 115px;
        height: 115px; }
  .lottery-ticket .part-text h2 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    color: #00182c;
    margin-top: -14px;
    margin-bottom: 19px; }
  .lottery-ticket .part-text p {
    color: #777;
    font-size: 18px;
    line-height: 28px; }
  .lottery-ticket .part-text .date-counter {
    margin-top: 53px; }
    .lottery-ticket .part-text .date-counter .single-counter {
      width: 110px;
      height: 110px;
      background: #fff;
      border-radius: 50%;
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      margin-right: 26px; }
      .lottery-ticket .part-text .date-counter .single-counter:after {
        position: absolute;
        content: '';
        left: -12px;
        top: -30px;
        bottom: -30px;
        right: 0;
        background: url("../img/svg/time-bg.png") center center no-repeat;
        background-size: contain;
        z-index: -1; }
      .lottery-ticket .part-text .date-counter .single-counter:last-child {
        margin-right: 0; }
      .lottery-ticket .part-text .date-counter .single-counter .conter-content {
        display: inline-block;
        margin: -7px 0 -2px; }
        .lottery-ticket .part-text .date-counter .single-counter .conter-content span {
          display: block;
          line-height: 100%; }
          .lottery-ticket .part-text .date-counter .single-counter .conter-content span.number {
            font-size: 35px;
            font-weight: 700;
            color: #00182c;
            margin-bottom: 4px; }
          .lottery-ticket .part-text .date-counter .single-counter .conter-content span.title {
            font-size: 17px;
            color: #777; }
  .lottery-ticket .part-text .buttons {
    margin-top: 60px; }
    .lottery-ticket .part-text .buttons ul li {
      display: inline-block; }
      .lottery-ticket .part-text .buttons ul li a {
        display: inline-block;
        width: 190px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        border-radius: 3px;
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        margin-right: 16px; }
        .lottery-ticket .part-text .buttons ul li a:after {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: -webkit-linear-gradient(86deg, #00b0e0 0%, #005cea 100%);
          z-index: -1;
          border-radius: 3px;
          opacity: 0;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .lottery-ticket .part-text .buttons ul li a:hover:after {
          opacity: 1; }
      .lottery-ticket .part-text .buttons ul li:last-child a {
        color: #027fe8;
        margin-right: 0; }
        .lottery-ticket .part-text .buttons ul li:last-child a:after {
          background: #fff;
          opacity: 1;
          width: auto;
          height: auto;
          top: 2px;
          left: 2px;
          right: 2px;
          bottom: 2px; }
        .lottery-ticket .part-text .buttons ul li:last-child a:hover {
          color: #fff; }
          .lottery-ticket .part-text .buttons ul li:last-child a:hover:after {
            opacity: 0; }
  .lottery-ticket.active .part-img .ill-width .ill-shape-set img:nth-child(1) {
    top: 6px; }
  .lottery-ticket.active .part-img .ill-width .ill-shape-set img:nth-child(3), .lottery-ticket.active .part-img .ill-width .ill-shape-set img:nth-child(2) {
    top: 0; }
  .lottery-ticket.active .part-img .ill-width .ill-shape-set img:nth-child(4) {
    top: 6px; }

.lottery-ticket.style-2 .part-img {
  height: auto;
  padding-right: 60px; }
  .lottery-ticket.style-2 .part-img img {
    height: auto; }
  .lottery-ticket.style-2 .part-img:after {
    display: none; }

/*==========================================
    lottery result
===========================================*/
.lottery-result {
  padding: 120px 0;
  position: relative;
  z-index: 2;
  margin-bottom: 60px; }
  .lottery-result:after {
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    bottom: 0px;
    content: '';
    z-index: -1;
    background: url("../img/svg/lottery-result-bg.png") right bottom no-repeat;
    background-size: cover; }
  .lottery-result .result-board {
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.04); }
    .lottery-result .result-board .title {
      float: left; }
      .lottery-result .result-board .title h3 {
        font-size: 22px;
        color: #303465;
        font-weight: 700;
        margin-bottom: 24px;
        margin-top: -3px; }
    .lottery-result .result-board .view-result {
      float: right; }
      .lottery-result .result-board .view-result a {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #027fe8; }
    .lottery-result .result-board .table {
      margin: 0; }
      .lottery-result .result-board .table thead tr th {
        font-size: 18px;
        color: #403b3b;
        font-weight: 600;
        padding: 11px 20px;
        border-bottom: none;
        border-color: #e6e6e6;
        border-right: 1px solid #e6e6e6; }
        .lottery-result .result-board .table thead tr th:first-child {
          border-left: 1px solid #e6e6e6; }
      .lottery-result .result-board .table tbody tr th, .lottery-result .result-board .table tbody tr td {
        font-size: 18px;
        color: #666;
        font-weight: 400;
        padding: 0 20px;
        border-color: transparent;
        border-right: 1px solid transparent;
        height: 60px;
        display: table-cell;
        vertical-align: middle; }
        .lottery-result .result-board .table tbody tr th ul li, .lottery-result .result-board .table tbody tr td ul li {
          display: inline-block; }
          .lottery-result .result-board .table tbody tr th ul li a, .lottery-result .result-board .table tbody tr td ul li a {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #ffffff;
            text-align: center;
            line-height: 26px;
            border: 1px solid rgba(102, 102, 102, 0.4);
            border-radius: 50%;
            font-size: 16px;
            color: #777;
            margin-right: 6px;
            cursor: text; }
          .lottery-result .result-board .table tbody tr th ul li:last-child a, .lottery-result .result-board .table tbody tr td ul li:last-child a {
            margin-right: 0; }
          .lottery-result .result-board .table tbody tr th ul li.winning-number a, .lottery-result .result-board .table tbody tr td ul li.winning-number a {
            background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
            color: #fff;
            border-color: transparent; }
      .lottery-result .result-board .table tbody tr th {
        border-left: 1px solid #e6e6e6;
        width: 210px;
        font-weight: 500;
        color: #444;
        font-size: 16px;
        border-right-color: transparent; }
        .lottery-result .result-board .table tbody tr th img {
          width: 40px;
          height: auto;
          margin-right: 11px; }
      .lottery-result .result-board .table tbody tr td:last-child {
        width: 300px;
        border-color: #e6e6e6;
        border-top: none; }
      .lottery-result .result-board .table tbody tr:nth-child(2n+1) {
        background: #f1f2f4; }
      .lottery-result .result-board .table tbody tr:last-child th, .lottery-result .result-board .table tbody tr:last-child td {
        border-bottom: 1px solid #e6e6e6; }
  .lottery-result .winners-list {
    padding: 30px 24px;
    border: 1px solid #ecf6ff;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.04);
    position: relative; }
    .lottery-result .winners-list:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 100%;
      height: 30px;
      background: #fff; }
    .lottery-result .winners-list h3 {
      font-size: 22px;
      color: #303465;
      font-weight: 700;
      margin-bottom: 24px;
      margin-top: -3px; }
    .lottery-result .winners-list .single-winner {
      display: flow-root;
      border-radius: 4px;
      background: #fff;
      padding: 13px 15px;
      border: 1px solid #e6e6e6;
      border-radius: 4px;
      margin-bottom: 10px; }
      .lottery-result .winners-list .single-winner:last-child {
        margin-bottom: 0; }
      .lottery-result .winners-list .single-winner .part-img {
        width: 40px;
        float: left;
        margin-right: 20px; }
        .lottery-result .winners-list .single-winner .part-img img {
          width: 100%;
          border-radius: 3px; }
      .lottery-result .winners-list .single-winner .part-text {
        display: table-cell; }
        .lottery-result .winners-list .single-winner .part-text span {
          display: block; }
          .lottery-result .winners-list .single-winner .part-text span.name {
            font-size: 18px;
            font-weight: 700;
            color: rgba(48, 52, 101, 0.8);
            margin-top: -4px;
            margin-bottom: 2px; }
          .lottery-result .winners-list .single-winner .part-text span.lottery-subject {
            color: #777;
            font-size: 16px; }
          .lottery-result .winners-list .single-winner .part-text span.winning-date {
            color: #777;
            font-size: 16px; }
          .lottery-result .winners-list .single-winner .part-text span.winning-prize {
            font-size: 21px;
            font-weight: 600;
            color: #17b936; }
  .lottery-result .shape-container {
    position: absolute;
    top: 0;
    max-width: 1170px;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; }
  .lottery-result .shape-set-1, .lottery-result .shape-set-2 {
    height: 173px;
    width: 185px;
    position: absolute;
    top: 45px;
    left: -125px; }
    .lottery-result .shape-set-1 img:nth-child(1), .lottery-result .shape-set-2 img:nth-child(1) {
      position: absolute;
      width: 120px;
      bottom: 0;
      left: 0;
      -webkit-animation: scalation-4 3s infinite linear;
      animation: scalation-4 3s infinite linear;
      -webkit-animation-delay: .9s;
      animation-delay: .9s;
      z-index: -2; }
    .lottery-result .shape-set-1 img:nth-child(2), .lottery-result .shape-set-2 img:nth-child(2) {
      position: absolute;
      width: 35px;
      left: 50px;
      top: 0;
      -webkit-animation: scalation-4 3s infinite linear;
      animation: scalation-4 3s infinite linear;
      -webkit-animation-delay: .9s;
      animation-delay: .9s;
      z-index: 2; }
    .lottery-result .shape-set-1 img:nth-child(3), .lottery-result .shape-set-2 img:nth-child(3) {
      position: absolute;
      width: 55px;
      right: 0;
      top: 8px;
      z-index: -1;
      -webkit-animation: scalation-4 3s infinite linear;
      animation: scalation-4 3s infinite linear;
      -webkit-animation-delay: .9s;
      animation-delay: .9s; }
  .lottery-result .shape-set-2 {
    z-index: -1;
    left: auto;
    right: -125px;
    bottom: 0px;
    top: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.lottery-result.style-2:after {
  background: url("../img/svg/lottery-result-bg-2.png") center center no-repeat;
  background-size: contain;
  width: 100%; }

.lottery-result.style-3 {
  padding-top: 0; }

/*==========================================
    lottery result
===========================================*/
.choosing-reason {
  padding: 90px 0 70px;
  position: relative;
  z-index: 2; }
  .choosing-reason:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url("../img/choosing-reason-bg.jpg") center center no-repeat;*/
    background: -webkit-linear-gradient(115deg, #cad7ff 0%, #32639d 100%);
    z-index: -1;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg); }
  .choosing-reason .choosing-reason-list {
    position: relative; }
    .choosing-reason .choosing-reason-list .single-reason {
      display: flow-root;
      padding: 30px 30px;
      border-radius: 4px;
      -webkit-box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
      margin-right: -30px;
      margin-bottom: 20px;
      background: #00a6e2; }
      .choosing-reason .choosing-reason-list .single-reason .part-icon {
        width: 60px;
        float: left;
        margin-right: 30px; }
        .choosing-reason .choosing-reason-list .single-reason .part-icon img {
          width: 100%; }
      .choosing-reason .choosing-reason-list .single-reason .part-text {
        display: table-cell; }
        .choosing-reason .choosing-reason-list .single-reason .part-text h3 {
          font-size: 23px;
          line-height: 30px;
          color: #fff;
          font-weight: 700;
          margin-bottom: 16px; }
        .choosing-reason .choosing-reason-list .single-reason .part-text p {
          font-size: 18px;
          line-height: 28px;
          color: #ffffff;
          margin-bottom: 0; }
    .choosing-reason .choosing-reason-list .ill-shape-set {
      height: 116px;
      width: 206px;
      position: absolute;
      left: -241px;
      bottom: 84px;
      display: none; }
      .choosing-reason .choosing-reason-list .ill-shape-set img:first-child {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 105px; }
      .choosing-reason .choosing-reason-list .ill-shape-set img:last-child {
        width: 49px;
        position: absolute;
        right: 0;
        top: 0; }
  .choosing-reason .choosing-text {
    position: relative;
    padding-right: 50px; }
    .choosing-reason .choosing-text .ill-shape-set-2 {
      height: 116px;
      width: 206px;
      position: absolute;
      left: auto;
      right: -46px;
      bottom: auto;
      top: -105px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      display: none; }
      .choosing-reason .choosing-text .ill-shape-set-2 img:first-child {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 105px; }
      .choosing-reason .choosing-text .ill-shape-set-2 img:last-child {
        width: 49px;
        position: absolute;
        right: 0;
        top: 0; }
    .choosing-reason .choosing-text h2 {
      font-size: 45px;
      line-height: 60px;
      color: #fff;
      font-weight: 700;
      margin-bottom: 30px;
      margin-top: -14px; }
    .choosing-reason .choosing-text p {
      color: #dbecfa;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 25px; }
    .choosing-reason .choosing-text a {
      display: inline-block;
      width: 190px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      border-radius: 3px;
      position: relative;
      margin-top: 17px;
      z-index: 2;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      margin-right: 16px; }
      .choosing-reason .choosing-text a:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: -1;
        border-radius: 3px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .choosing-reason .choosing-text a:hover:after {
        opacity: 1; }

.choosing-reason-2 {
  padding: 0 0 90px;
  position: relative;
  z-index: 2; }
  .choosing-reason-2.choosing-reason-page {
    padding-top: 120px; }
    .choosing-reason-2.choosing-reason-page:after {
      display: none; }
  .choosing-reason-2:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: url("../img/svg/choosing-reason-bg.png") right top no-repeat;
    background-size: cover;
    z-index: -1; }
  .choosing-reason-2 .single-reason {
    padding: 30px 40px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 4px;
    background: #fff; }
    .choosing-reason-2 .single-reason .part-icon {
      height: 70px;
      float: left;
      margin-right: 30px; }
      .choosing-reason-2 .single-reason .part-icon img {
        height: 100%; }
    .choosing-reason-2 .single-reason .part-text {
      display: table-cell; }
      .choosing-reason-2 .single-reason .part-text h3 {
        font-size: 23px;
        font-weight: 800;
        color: #00182c;
        margin-bottom: 16px;
        text-transform: capitalize; }
      .choosing-reason-2 .single-reason .part-text p {
        font-size: 18px;
        line-height: 28px;
        color: #777; }

/*==========================================
    buying ticket
===========================================*/
.buying-ticket {
  padding: 120px 0;
  position: relative;
  z-index: 2; }
  .buying-ticket.style-2 {
    padding-top: 120px; }
  .buying-ticket:after {
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    bottom: 0px;
    content: '';
    z-index: -1;
    background: url("../img/svg/buying-lottery-bg.png") left bottom no-repeat;
    background-size: cover; }
  .buying-ticket .ticket-board {
    padding: 40px 30px 30px;
    background: #ffffff;
    border: 1px solid #ecf6ff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.04);
    position: relative; }
    .buying-ticket .ticket-board .ill-shape-set-2 {
      height: 116px;
      width: 206px;
      position: absolute;
      left: auto;
      right: -285px;
      bottom: auto;
      top: -145px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      .buying-ticket .ticket-board .ill-shape-set-2 img:first-child {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 105px; }
      .buying-ticket .ticket-board .ill-shape-set-2 img:last-child {
        width: 49px;
        position: absolute;
        right: 0;
        top: 0; }
    .buying-ticket .ticket-board .title {
      text-align: center; }
      .buying-ticket .ticket-board .title h3 {
        font-size: 22px;
        color: #303465;
        font-weight: 700;
        margin-bottom: 24px;
        margin-top: -3px; }
    .buying-ticket .ticket-board .view-result {
      text-align: center;
      margin-top: 40px; }
      .buying-ticket .ticket-board .view-result a {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #027fe8; }
    .buying-ticket .ticket-board .table {
      margin: 0; }
      .buying-ticket .ticket-board .table thead tr th {
        font-size: 18px;
        color: #403b3b;
        font-weight: 600;
        padding: 16px 20px;
        border-bottom: none;
        border-color: #e6e6e6;
        border-right: 1px solid #e6e6e6; }
        .buying-ticket .ticket-board .table thead tr th:first-child {
          border-left: 1px solid #e6e6e6; }
      .buying-ticket .ticket-board .table tbody tr th, .buying-ticket .ticket-board .table tbody tr td {
        font-size: 18px;
        color: #444;
        font-weight: 400;
        padding: 8px 20px 9px;
        border-color: #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border: none;
        height: 50px;
        display: table-cell;
        vertical-align: middle; }
        .buying-ticket .ticket-board .table tbody tr th ul li, .buying-ticket .ticket-board .table tbody tr td ul li {
          display: inline-block; }
          .buying-ticket .ticket-board .table tbody tr th ul li a, .buying-ticket .ticket-board .table tbody tr td ul li a {
            display: inline-block;
            width: 35px;
            height: 35px;
            background: #ffffff;
            text-align: center;
            line-height: 32px;
            border: 1px solid #f2f5ff;
            border-radius: 50%;
            font-size: 18px;
            color: #777;
            margin-right: 6px; }
          .buying-ticket .ticket-board .table tbody tr th ul li:last-child a, .buying-ticket .ticket-board .table tbody tr td ul li:last-child a {
            margin-right: 0; }
          .buying-ticket .ticket-board .table tbody tr th ul li.winning-number a, .buying-ticket .ticket-board .table tbody tr td ul li.winning-number a {
            background: #fb960e;
            color: #fff; }
      .buying-ticket .ticket-board .table tbody tr th {
        border-left: 1px solid #e6e6e6;
        font-size: 16px;
        font-weight: 500; }
        .buying-ticket .ticket-board .table tbody tr th img {
          width: 40px;
          height: auto;
          margin-right: 11px; }
      .buying-ticket .ticket-board .table tbody tr td a.buy-ticket {
        height: 35px;
        width: 100px;
        text-align: center;
        line-height: 35px;
        font-size: 16px;
        color: #fff;
        background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
        border-radius: 50px;
        position: relative;
        z-index: 2;
        display: inline-block;
        overflow: hidden;
        top: 4px;
        left: 12px; }
        .buying-ticket .ticket-board .table tbody tr td a.buy-ticket:after {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: -webkit-linear-gradient(86deg, #00b0e0 0%, #005cea 100%);
          opacity: 0;
          z-index: -1;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .buying-ticket .ticket-board .table tbody tr td a.buy-ticket:hover:after {
          opacity: 1; }
        .buying-ticket .ticket-board .table tbody tr td a.buy-ticket.sold {
          background: -webkit-linear-gradient(473deg, #fa8900 20%, #ffce4f 100%);
          cursor: not-allowed; }
          .buying-ticket .ticket-board .table tbody tr td a.buy-ticket.sold:after {
            background: transparent; }
      .buying-ticket .ticket-board .table tbody tr td:last-child {
        border-right: 1px solid #e6e6e6; }
      .buying-ticket .ticket-board .table tbody tr td.time-to-draw {
        color: #40883f; }
      .buying-ticket .ticket-board .table tbody tr:nth-child(2n+1) {
        background: #f1f2f4; }
      .buying-ticket .ticket-board .table tbody tr:last-child th, .buying-ticket .ticket-board .table tbody tr:last-child td {
        border-bottom: 1px solid #e6e6e6; }

/*==========================================
    how to works
===========================================*/
.how-to-works.how-it-works-page {
  padding: 120px 0 0; }
  .how-to-works.how-it-works-page .hover-img {
    text-align: center;
    margin-top: 30px; }

.how-to-works .part-img {
  height: 602px;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-right: 30px; }
  .how-to-works .part-img img {
    max-width: none;
    width: auto;
    height: 100%; }
  .how-to-works .part-img .ill-shape {
    position: absolute;
    bottom: 40px;
    right: 85px;
    height: 430px;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: -1; }
    .how-to-works .part-img .ill-shape img {
      width: auto;
      max-width: none;
      height: 100%; }

.how-to-works .working-list {
  margin-right: -50px;
  width: -webkit-fill-available; }
  .how-to-works .working-list .working-list-content {
    position: relative;
    z-index: 2; }
    .how-to-works .working-list .working-list-content:after {
      position: absolute;
      content: '';
      left: 30px;
      right: 30px;
      top: 30px;
      bottom: 30px;
      background: url("../img/svg/how-to-works-step-bg.png") center center no-repeat;
      background-size: contain;
      z-index: -1; }
    .how-to-works .working-list .working-list-content .single-system {
      text-align: center;
      -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06);
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      background: #fff;
      position: relative;
      border-radius: 4px;
      overflow: hidden;
      -webkit-perspective: 100px;
      perspective: 100px;
      -webkit-perspective-origin: center;
      perspective-origin: center; }
      .how-to-works .working-list .working-list-content .single-system:hover {
        -webkit-box-shadow: 0 0 10px 2px rgba(251, 150, 14, 0.12);
        box-shadow: 0 0 10px 2px rgba(251, 150, 14, 0.12); }
        .how-to-works .working-list .working-list-content .single-system:hover .hover-content {
          top: 0; }
        .how-to-works .working-list .working-list-content .single-system:hover .system-content {
          -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
      .how-to-works .working-list .working-list-content .single-system .system-content {
        padding: 40px 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .how-to-works .working-list .working-list-content .single-system .system-content .number {
          display: inline-block;
          font-size: 25px;
          color: #fff;
          font-weight: 700;
          background: #80bdd9;
          width: 80px;
          height: 80px;
          line-height: 80px;
          text-align: center;
          border-radius: 50%;
          margin-bottom: 17px;
          position: relative;
          z-index: 0; }
          .how-to-works .working-list .working-list-content .single-system .system-content .number:after {
            position: absolute;
            content: '';
            left: -1px;
            top: -1px;
            right: -1px;
            bottom: -1px;
            z-index: -1;
            background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
            border-radius: 50%;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
        .how-to-works .working-list .working-list-content .single-system .system-content .title {
          color: #303465;
          font-size: 23px;
          font-weight: 700;
          display: block;
          line-height: 28px; }
      .how-to-works .working-list .working-list-content .single-system .hover-content {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(115deg, #ffcbca 0%, #3968a1 100%);
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 30px;
        border-radius: 4px;
        /*text-transform: capitalize;*/
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .how-to-works .working-list .working-list-content .single-system .hover-content p {
          color: #fff;
          line-height: 28px;
          font-size: 18px;
          margin: 0; }

.how-to-works.style-2 {
  padding: 120px 0;
  background: -webkit-linear-gradient(-20deg, #005cea 0%, #00c5fb 100%);
  position: relative;
  z-index: 2; }
  .how-to-works.style-2 .working-list {
    margin-right: 0; }
    .how-to-works.style-2 .working-list .working-list-content:after {
      background: url("../img/svg/how-to-works-step-bg-2.png") center center no-repeat;
      background-size: contain; }
    .how-to-works.style-2 .working-list .working-list-content .single-system .hover-content {
      background: -webkit-linear-gradient(473deg, #eab324 20%, #fa8900 100%); }
  .how-to-works.style-2 .banner-shape {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1; }
    .how-to-works.style-2 .banner-shape img:first-child {
      position: absolute;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0%; }
    .how-to-works.style-2 .banner-shape img:last-child {
      position: absolute;
      height: 100%;
      top: 0;
      bottom: 0;
      right: -10%; }

/*==========================================
    team
===========================================*/
.team {
  padding: 120px 0 90px; }
  .team .single-member {
    text-align: center;
    background: url("../img/svg/team-bg.png") center center no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 0 0 90px 90px;
    margin-bottom: 30px; }
    .team .single-member:after {
      position: absolute;
      content: '';
      left: 0;
      top: 100%;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: url("../img/svg/team-bg-hover.png") center center no-repeat;
      background-size: contain;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      -webkit-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
    .team .single-member:hover:after {
      top: 0; }
    .team .single-member:hover .part-text span.name {
      color: #fff; }
    .team .single-member:hover .part-text span.position {
      color: #dbebf8; }
    .team .single-member .part-img {
      display: inline-block;
      width: 170px;
      height: 170px;
      overflow: hidden;
      border-radius: 50%; }
      .team .single-member .part-img img {
        width: 100%;
        height: auto; }
    .team .single-member .part-text {
      padding: 21px 0 36px; }
      .team .single-member .part-text span {
        display: block; }
        .team .single-member .part-text span.name {
          font-size: 22px;
          font-weight: 700;
          color: #00182c;
          margin-bottom: 3px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .team .single-member .part-text span.position {
          color: #777;
          font-size: 16px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }

.team.style-2 {
  padding-top: 0; }
  .team.style-2 .single-member {
    background: url("../img/svg/team-bg-2.png") center center no-repeat;
    background-size: contain;
    border-radius: 0;
    padding-top: 40px; }
    .team.style-2 .single-member:after {
      background: url("../img/svg/team-bg-hover-2.png") center center no-repeat;
      background-size: contain; }

.team.style-2.winner .single-member {
  background: url("../img/svg/winner-bg.png") center center no-repeat;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .team.style-2.winner .single-member:after {
    background-size: cover; }
  .team.style-2.winner .single-member:hover .part-text .winning-money, .team.style-2.winner .single-member:hover .part-text .winner-name, .team.style-2.winner .single-member:hover .part-text .lottery-name {
    color: #fff; }
  .team.style-2.winner .single-member .part-img {
    width: 150px;
    height: 150px;
    border: 2px solid #fff; }
  .team.style-2.winner .single-member .part-text span.winning-money {
    font-size: 30px;
    font-weight: 600;
    color: #00182c;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .team.style-2.winner .single-member .part-text span.winner-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #fb960e;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .team.style-2.winner .single-member .part-text span.lottery-name {
    font-size: 18px;
    font-weight: 500;
    color: #00182c;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.team.team-page-team {
  padding: 120px 0 90px; }

/*==========================================
    statics
===========================================*/
.user-statics {
  padding: 0 0 90px;
  background: url("../img/statics-bg.png") center bottom no-repeat;
  background-size: cover; }
  .user-statics.style-2 {
    background: none; }
  .user-statics .part-statics .single-statics {
    text-align: center;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #fff;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    margin-bottom: 30px; }
    .user-statics .part-statics .single-statics.payout {
      background: #e5e6f9; }
      .user-statics .part-statics .single-statics.payout .statics-content .number {
        background: -webkit-linear-gradient(473deg, #a7abdf 0%, #42489d 100%); }
      .user-statics .part-statics .single-statics.payout .hover-content {
        background: -webkit-linear-gradient(473deg, #a7abdf 0%, #42489d 100%); }
    .user-statics .part-statics .single-statics.biggest-payout {
      background: #e4f3fa; }
    .user-statics .part-statics .single-statics.player {
      background: #e3f8f7;
      margin-top: 30px; }
      .user-statics .part-statics .single-statics.player .statics-content .number {
        background: -webkit-linear-gradient(473deg, #18c2ba 0%, #014f4a 100%); }
      .user-statics .part-statics .single-statics.player .hover-content {
        background: -webkit-linear-gradient(473deg, #18c2ba 0%, #014f4a 100%); }
    .user-statics .part-statics .single-statics.bet {
      background: #f8efdf; }
      .user-statics .part-statics .single-statics.bet .statics-content .number {
        background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%); }
      .user-statics .part-statics .single-statics.bet .hover-content {
        background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%); }
    .user-statics .part-statics .single-statics:hover {
      -webkit-box-shadow: 0 0 10px 2px rgba(251, 150, 14, 0.12);
      box-shadow: 0 0 10px 2px rgba(251, 150, 14, 0.12); }
      .user-statics .part-statics .single-statics:hover .hover-content {
        top: 0; }
      .user-statics .part-statics .single-statics:hover .statics-content {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%); }
    .user-statics .part-statics .single-statics .statics-content {
      padding: 40px 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .user-statics .part-statics .single-statics .statics-content .number {
        display: inline-block;
        font-size: 25px;
        color: #fff;
        font-weight: 700;
        background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
        width: 120px;
        height: 120px;
        line-height: 120px;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 17px;
        position: relative;
        z-index: 0; }
        .user-statics .part-statics .single-statics .statics-content .number:after {
          position: absolute;
          content: '';
          left: -1px;
          top: -1px;
          right: -1px;
          bottom: -1px;
          z-index: -1;
          background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
          border-radius: 50%;
          opacity: 0;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
      .user-statics .part-statics .single-statics .statics-content .title {
        color: #303465;
        font-size: 23px;
        font-weight: 700;
        display: block;
        line-height: 28px; }
    .user-statics .part-statics .single-statics .hover-content {
      position: absolute;
      content: '';
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
      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-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 25px;
      border-radius: 4px;
      text-transform: capitalize;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .user-statics .part-statics .single-statics .hover-content p {
        color: #fff;
        line-height: 28px;
        font-size: 18px;
        margin: 0; }
  .user-statics .part-map {
    width: 100%; }
    .user-statics .part-map #world-map-gdp {
      width: 600px;
      height: 400px; }
      .user-statics .part-map #world-map-gdp .jvectormap-container {
        background: rgba(255, 255, 255, 0) !important; }
      .user-statics .part-map #world-map-gdp .jvectormap-zoomin, .user-statics .part-map #world-map-gdp .jvectormap-zoomout {
        display: none; }
      .user-statics .part-map #world-map-gdp circle {
        r: 8;
        stroke: #fecb4b;
        fill: #fb9912; }

/*==========================================
    testimonial
===========================================*/
.testimonial {
  padding: 120px 0; }
  .testimonial .container-shape {
    position: relative; }
    .testimonial .container-shape .ill-shape-set {
      height: 116px;
      width: 206px;
      position: absolute;
      left: -100px;
      bottom: -36px; }
      .testimonial .container-shape .ill-shape-set img:first-child {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 105px; }
      .testimonial .container-shape .ill-shape-set img:last-child {
        width: 49px;
        position: absolute;
        right: 0;
        top: 0; }
    .testimonial .container-shape .ill-shape-set-2 {
      height: 116px;
      width: 206px;
      position: absolute;
      right: -100px;
      top: -36px;
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg); }
      .testimonial .container-shape .ill-shape-set-2 img:first-child {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 105px; }
      .testimonial .container-shape .ill-shape-set-2 img:last-child {
        width: 49px;
        position: absolute;
        right: 0;
        top: 0; }
  .testimonial .testimonial-slider .owl-nav {
    text-align: center;
    margin-top: 50px; }
    .testimonial .testimonial-slider .owl-nav .owl-next, .testimonial .testimonial-slider .owl-nav .owl-prev {
      width: 55px;
      height: 55px;
      display: inline-block;
      border: 1px solid #008df2;
      line-height: 53px;
      text-align: center;
      color: #008df2;
      border-radius: 50%;
      margin-right: 20px; }
    .testimonial .testimonial-slider .owl-nav .owl-next {
      margin-right: 0; }
  .testimonial .testimonial-slider2 .single-testimonial {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    padding: 46px 60px;
    background: url("../img/svg/testimonial-bg-2.png") center center no-repeat;
    background-size: 100%; }
    .testimonial .testimonial-slider2 .single-testimonial p {
      color: #777; }
    .testimonial .testimonial-slider2 .single-testimonial .user-name .rate ul li a {
      color: #fb960e; }
    .testimonial .testimonial-slider2 .single-testimonial .user-name .name {
      color: #00182c; }
    .testimonial .testimonial-slider2 .single-testimonial .user-name .position {
      color: #777; }
  .testimonial .testimonial-thumbs {
    height: 100%; }
    .testimonial .testimonial-thumbs .owl-thumbs {
      position: relative;
      height: 100%;
      background: #fff; }
      .testimonial .testimonial-thumbs .owl-thumbs:after {
        position: absolute;
        content: '';
        width: 300px;
        height: 100%;
        bottom: -30px;
        right: -30px;
        background: #f1f8fd;
        z-index: -1;
        border-radius: 4px; }
      .testimonial .testimonial-thumbs .owl-thumbs .owl-thumb-item {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        background: #d9e9f7;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        border-radius: 4px;
        overflow: hidden;
        height: 100%;
        width: 300px; }
        .testimonial .testimonial-thumbs .owl-thumbs .owl-thumb-item.active {
          opacity: 1; }
        .testimonial .testimonial-thumbs .owl-thumbs .owl-thumb-item img {
          width: auto;
          max-width: none;
          height: 100%;
          position: absolute;
          right: 0; }
    .testimonial .testimonial-thumbs .owl-nav {
      position: absolute;
      bottom: -25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 300px;
      right: 15px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .testimonial .testimonial-thumbs .owl-nav div {
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 55px;
        background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
        color: #fff;
        border-radius: 50%;
        cursor: pointer; }
        .testimonial .testimonial-thumbs .owl-nav div.owl-next {
          background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
          margin-left: 10px; }
  .testimonial.testimonial-page-2-testimonial .single-testimonial {
    background: url("../img/svg/testimonial-bg-2.png") center center no-repeat;
    background-size: 100%; }
    .testimonial.testimonial-page-2-testimonial .single-testimonial p {
      color: #8a8b9e; }
    .testimonial.testimonial-page-2-testimonial .single-testimonial .user-name .rate ul li a {
      color: #fb960e; }
    .testimonial.testimonial-page-2-testimonial .single-testimonial .user-name .name {
      color: #00182c; }
    .testimonial.testimonial-page-2-testimonial .single-testimonial .user-name .position {
      color: #8a8b9e; }
  .testimonial .single-testimonial {
    background: url("../img/svg/testimonial-bg.png") center center no-repeat;
    background-size: 100%;
    width: 508px;
    padding: 30px 60px 50px;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial .single-testimonial .user-img {
      width: 80px;
      border-radius: 50%;
      overflow: hidden;
      margin-bottom: 23px;
      margin-left: 45px; }
      .testimonial .single-testimonial .user-img img {
        width: 100%; }
    .testimonial .single-testimonial p {
      color: #fff;
      font-size: 18px;
      line-height: 28px; }
    .testimonial .single-testimonial .user-name {
      margin-top: 14px;
      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: end;
      -ms-flex-align: end;
      align-items: flex-end;
      text-align: left;
      margin-right: 70px; }
      .testimonial .single-testimonial .user-name .rate ul li {
        display: inline-block; }
        .testimonial .single-testimonial .user-name .rate ul li a {
          display: inline-block;
          color: #ffc578;
          font-size: 10px; }
      .testimonial .single-testimonial .user-name span {
        display: block; }
        .testimonial .single-testimonial .user-name span.name {
          font-size: 22px;
          font-weight: 700;
          color: #fff; }
        .testimonial .single-testimonial .user-name span.position {
          color: #d9e9f7;
          font-size: 16px; }

/*==========================================
    affiliate
==========================================*/
.affiliate {
  padding: 120px 0;
  background: url("../img/affiliate-bg.png") center top no-repeat;
  background-size: cover;
  position: relative; }
  .affiliate.affiliate-page-affiliate:after {
    display: none; }
  .affiliate:after {
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    bottom: 0px;
    content: '';
    z-index: -1;
    background: url("../img/svg/buying-lottery-bg.png") left bottom no-repeat;
    background-size: cover;
    display: none; }
  .affiliate .container-shape {
    position: relative; }
    .affiliate .container-shape .shape-set-2 {
      height: 173px;
      width: 185px;
      position: absolute;
      top: 7px;
      right: -153px; }
      .affiliate .container-shape .shape-set-2 img:nth-child(1) {
        position: absolute;
        width: 120px;
        bottom: 0;
        left: 0;
        -webkit-animation: scalation-4 3s infinite linear;
        animation: scalation-4 3s infinite linear; }
      .affiliate .container-shape .shape-set-2 img:nth-child(2) {
        position: absolute;
        width: 35px;
        left: 50px;
        top: 0;
        -webkit-animation: scalation-4 3s infinite linear;
        animation: scalation-4 3s infinite linear; }
      .affiliate .container-shape .shape-set-2 img:nth-child(3) {
        position: absolute;
        width: 55px;
        right: 0;
        top: 8px;
        -webkit-animation: scalation-4 3s infinite linear;
        animation: scalation-4 3s infinite linear; }
  .affiliate .single-affiliate {
    text-align: center;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #fff;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-perspective-origin: center;
    perspective-origin: center; }
    .affiliate .single-affiliate:hover {
      -webkit-box-shadow: 0 0 10px 2px rgba(251, 150, 14, 0.12);
      box-shadow: 0 0 10px 2px rgba(251, 150, 14, 0.12); }
      .affiliate .single-affiliate:hover .hover-content {
        top: 0; }
      .affiliate .single-affiliate:hover .affiliate-content {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%); }
    .affiliate .single-affiliate .affiliate-content {
      padding: 40px 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .affiliate .single-affiliate .affiliate-content .number {
        display: inline-block;
        color: #fff;
        font-weight: 700;
        background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
        width: 100px;
        height: 100px;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 17px;
        position: relative;
        z-index: 0; }
        .affiliate .single-affiliate .affiliate-content .number img {
          padding: 25px; }
        .affiliate .single-affiliate .affiliate-content .number:after {
          position: absolute;
          content: '';
          left: -1px;
          top: -1px;
          right: -1px;
          bottom: -1px;
          z-index: -1;
          background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
          border-radius: 50%;
          opacity: 0;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
      .affiliate .single-affiliate .affiliate-content .title {
        color: #303465;
        font-size: 23px;
        font-weight: 700;
        display: block;
        line-height: 28px; }
    .affiliate .single-affiliate .hover-content {
      position: absolute;
      content: '';
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
      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-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 25px;
      border-radius: 4px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .affiliate .single-affiliate .hover-content p {
        color: #fff;
        line-height: 28px;
        font-size: 18px;
        margin: 0; }

.affiliate.style-2 {
  background-size: cover;
  background: #f6fafe; }

.mobile-navbar {
  display: none; }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .mobile-navbar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 55;
    background: #fff;
    -webkit-box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.4); }
    .mobile-navbar ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .mobile-navbar ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative; }
        .mobile-navbar ul li a {
          display: inline-block;
          height: 50px;
          width: 100%;
          text-align: center;
          line-height: 42px; }
          .mobile-navbar ul li a img {
            height: 25px; }
        .mobile-navbar ul li:nth-child(3) {
          width: 40px;
          height: 40px;
          background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
          position: relative;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          max-width: 40px;
          top: -19px;
          border-radius: 15px;
          -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.26);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.26); }
          .mobile-navbar ul li:nth-child(3) a {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            line-height: 40px;
            padding-left: 6px; }
            .mobile-navbar ul li:nth-child(3) a img {
              height: 20px; }
        .mobile-navbar ul li:first-child:after {
          position: absolute;
          width: 1px;
          height: 10px;
          background: #ccc;
          content: '';
          right: 0;
          top: 50%;
          margin-top: -5px; }
        .mobile-navbar ul li:last-child:after {
          position: absolute;
          width: 1px;
          height: 10px;
          background: #ccc;
          content: '';
          left: 0;
          top: 50%;
          margin-top: -5px; } }

/*==========================================
    footer
==========================================*/
.footer {
  padding: 120px 0 108px;
  background: url("../img/footer-bg.jpg") center center no-repeat;
  background: -webkit-linear-gradient(-94deg, #2468fa 0%, #005cea 100%);
  background-size: cover;
  background: #1c1c1d; }
  .footer .footer-widget .about-area a {
    display: inline-block;
    margin-bottom: 25px; }
  .footer .footer-widget .about-area p {
    color: #888888;
    line-height: 28px;
    font-size: 18px; }
  .footer .footer-widget .link-widget h3 {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px; }
  .footer .footer-widget .link-widget ul li a {
    display: inline-block;
    color: #888888;
    font-size: 18px;
    line-height: 34px;
    position: relative; }
    .footer .footer-widget .link-widget ul li a:after {
      position: absolute;
      content: '';
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 7px;
      width: 0;
      height: 1px;
      background: #fff;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .footer .footer-widget .link-widget ul li a:hover:after {
      width: 100%; }
  .footer .payment-method {
    padding: 0 0 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .footer .payment-method h2 {
      font-size: 40px;
      line-height: 60px;
      color: #fff;
      font-weight: 700;
      margin-top: -16px; }
    .footer .payment-method p {
      font-size: 18px;
      color: #888888;
      line-height: 28px; }
    .footer .payment-method .methods ul li {
      display: inline-block;
      margin-right: 20px; }
      .footer .payment-method .methods ul li a {
        display: inline-block; }
        .footer .payment-method .methods ul li a img {
          height: 70px;
          border-radius: 3px; }

.footer.style-2 {
  margin-top: 0;
  position: relative;
  z-index: 2; }
  .footer.style-2 .banner-shape {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1; }
    .footer.style-2 .banner-shape img:first-child {
      position: absolute;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0%; }
    .footer.style-2 .banner-shape img:last-child {
      position: absolute;
      height: 100%;
      top: 0;
      bottom: 0;
      right: -10%; }

/*==========================================
    copyright
==========================================*/
.copyright {
  background: url("../img/footer-bg.jpg") center center no-repeat;
  background: -webkit-linear-gradient(86deg, #1d1f23 0%, #323638 100%);
  background-size: cover; }
  .copyright p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
    padding: 16px 0; }

/*==========================================
    breadcrumb
===========================================*/
.breadcrumb-lotters {
  background: url("../img/banner-bg.jpg") center center no-repeat;
  background-size: cover;
  background-color: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
  position: relative;
  z-index: 2;
  overflow: hidden; 
}
  .breadcrumb-lotters:after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 220px;
    top: -70px;
    z-index: -1;
    background: url("../img/svg/JuriConseil.png") center center no-repeat;
    background-size: contain;
    opacity: .8; }
  .breadcrumb-lotters .banner-shape {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1; }
    .breadcrumb-lotters .banner-shape img:first-child {
      position: absolute;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0%; }
    .breadcrumb-lotters .banner-shape img:last-child {
      position: absolute;
      height: 100%;
      top: 0;
      bottom: 0;
      right: 0; }
  .breadcrumb-lotters .breadcrumb-content {
    padding: 120px 0;
    text-align: center; }
    .breadcrumb-lotters .breadcrumb-content h2 {
      font-size: 40px;
      line-height: 62px;
      color: #fff;
      font-weight: 700;
      margin-top: -17px;
      margin-bottom: 5px; }
    .breadcrumb-lotters .breadcrumb-content ul {
      margin-bottom: -8px; }
      .breadcrumb-lotters .breadcrumb-content ul li {
        display: inline-block;
        position: relative;
        font-size: 20px;
        line-height: 32px;
        color: #fff;
        font-weight: 600;
        margin-right: 10px; }
        .breadcrumb-lotters .breadcrumb-content ul li:after {
          position: absolute;
          content: ':';
          left: 100%;
          margin-left: 5px; }
        .breadcrumb-lotters .breadcrumb-content ul li:last-child {
          margin-right: 0; }
          .breadcrumb-lotters .breadcrumb-content ul li:last-child:after {
            display: none; }
        .breadcrumb-lotters .breadcrumb-content ul li a {
          display: inline-block;
          font-size: 20px;
          line-height: 32px;
          color: #fff;
          font-weight: 600; }

/*==========================================
    lottery details
===========================================*/
.lottery-details {
  padding: 120px 0 0; }
  .lottery-details .lottery-details-area {
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
    .lottery-details .lottery-details-area .lotto-head {
      padding: 40px;
      background: #f9fcff;
      border-bottom: 1px solid #f2f5ff; }
      .lottery-details .lottery-details-area .lotto-head .icon {
        width: 70px;
        height: 70px;
        background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
        border-radius: 50%;
        text-align: center;
        position: relative;
        margin-right: 20px;
        z-index: 2;
        float: left;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .lottery-details .lottery-details-area .lotto-head .icon img {
          height: 100%; }
      .lottery-details .lottery-details-area .lotto-head .text {
        display: table-cell; }
        .lottery-details .lottery-details-area .lotto-head .text h3 {
          font-size: 23px;
          font-weight: 700;
          color: #0c375a;
          margin-bottom: 4px; }
        .lottery-details .lottery-details-area .lotto-head .text span {
          display: block; }
          .lottery-details .lottery-details-area .lotto-head .text span.amount {
            font-size: 22px;
            color: #027fe8;
            font-weight: 700;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
          .lottery-details .lottery-details-area .lotto-head .text span.draw-date {
            font-size: 16px;
            color: #8a8b9e; }
      .lottery-details .lottery-details-area .lotto-head .control-buttons {
        text-align: right;
        width: 100%; }
        .lottery-details .lottery-details-area .lotto-head .control-buttons button {
          outline: none;
          cursor: pointer;
          margin-right: 10px; }
          .lottery-details .lottery-details-area .lotto-head .control-buttons button:last-child {
            margin-right: 0; }
          .lottery-details .lottery-details-area .lotto-head .control-buttons button.quick-play {
            width: 125px;
            height: 40px;
            border: none;
            background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
            border-radius: 50px;
            color: #fff;
            position: relative;
            z-index: 2;
            overflow: hidden; }
            .lottery-details .lottery-details-area .lotto-head .control-buttons button.quick-play:after {
              position: absolute;
              content: '';
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              z-index: -1;
              -webkit-transition: all 0.3s ease-in;
              -moz-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in;
              opacity: 0;
              background: -webkit-linear-gradient(473deg, #fa8900 20%, #ffce4f 100%); }
            .lottery-details .lottery-details-area .lotto-head .control-buttons button.quick-play:hover:after {
              opacity: 1; }
          .lottery-details .lottery-details-area .lotto-head .control-buttons button.circle {
            width: 40px;
            height: 40px;
            background: transparent;
            border: 1px solid #d8e7f3;
            border-radius: 50%;
            font-size: 12px; }
            .lottery-details .lottery-details-area .lotto-head .control-buttons button.circle.add {
              color: #00182c; }
            .lottery-details .lottery-details-area .lotto-head .control-buttons button.circle.remove {
              color: #fe2b01; }
    .lottery-details .lottery-details-area .lottery-coupon {
      padding: 30px; }
      .lottery-details .lottery-details-area .lottery-coupon .single-coupon {
        -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
        text-align: center;
        border-radius: 5px 5px 0 0; }
        .lottery-details .lottery-details-area .lottery-coupon .single-coupon .coupon-head {
          padding: 12px 0 20px;
          border: 1px solid #f2f5ff;
          border-top: none;
          border-radius: 0 0 4px 4px;
          background: #fafdff; }
          .lottery-details .lottery-details-area .lottery-coupon .single-coupon .coupon-head h3.title {
            font-size: 17px;
            font-weight: 700;
            color: #00182c;
            line-height: 28px; }
          .lottery-details .lottery-details-area .lottery-coupon .single-coupon .coupon-head .buttons button {
            width: 95px;
            height: 30px;
            outline: none;
            border: 1px solid #d5e5f2;
            border-radius: 50px;
            color: #8a8b9e;
            cursor: pointer;
            outline: none;
            background: none;
            font-size: 14px;
            margin-right: 10px; }
            .lottery-details .lottery-details-area .lottery-coupon .single-coupon .coupon-head .buttons button:last-child {
              margin-right: 0; }
        .lottery-details .lottery-details-area .lottery-coupon .single-coupon .pic-keys {
          border: 1px solid #f2f5ff;
          border-top: none;
          border-bottom: none; }
          .lottery-details .lottery-details-area .lottery-coupon .single-coupon .pic-keys .pic-num {
            padding: 17px 6px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
            .lottery-details .lottery-details-area .lottery-coupon .single-coupon .pic-keys .pic-num span {
              width: 28px;
              height: 28px;
              display: inline-block;
              color: #333745;
              font-size: 15px;
              text-align: center;
              line-height: 23px;
              border: 1px solid #ecf2f7;
              border-radius: 50%;
              margin: 4px 3px;
              background: #f5f5f6;
              font-weight: 500;
              cursor: pointer;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none; }
              .lottery-details .lottery-details-area .lottery-coupon .single-coupon .pic-keys .pic-num span.coloured {
                background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
                color: #fff; }
            .lottery-details .lottery-details-area .lottery-coupon .single-coupon .pic-keys .pic-num.bonus {
              background: #fafdff;
              border-top: 1px solid #f2f5ff; }
              .lottery-details .lottery-details-area .lottery-coupon .single-coupon .pic-keys .pic-num.bonus .pic-bonus-title {
                font-size: 15px;
                line-height: 28px;
                color: #fb960e;
                font-weight: 700;
                margin: -8px 0 8px; }
        .lottery-details .lottery-details-area .lottery-coupon .single-coupon .selected-items {
          background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
          padding: 12px 0 17px;
          border-radius: 0 0 5px 5px; }
          .lottery-details .lottery-details-area .lottery-coupon .single-coupon .selected-items span {
            display: inline-block; }
            .lottery-details .lottery-details-area .lottery-coupon .single-coupon .selected-items span.title {
              font-size: 17px;
              line-height: 28px;
              font-weight: 700;
              color: #fff;
              display: block; }
            .lottery-details .lottery-details-area .lottery-coupon .single-coupon .selected-items span.rdm-seed-45 span {
              width: 25px;
              height: 25px;
              display: inline-block;
              color: #fff;
              font-size: 15px;
              text-align: center;
              line-height: 23px;
              border-radius: 50%;
              font-weight: 600;
              margin: 3px 3px;
              background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%); }
            .lottery-details .lottery-details-area .lottery-coupon .single-coupon .selected-items span.rdm-seed-20 {
              display: inline-block; }
              .lottery-details .lottery-details-area .lottery-coupon .single-coupon .selected-items span.rdm-seed-20 span.marked {
                width: 25px;
                height: 25px;
                display: inline-block;
                color: #fff;
                font-size: 15px;
                text-align: center;
                line-height: 23px;
                border-radius: 50%;
                font-weight: 600;
                margin: 3px 3px;
                background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%); }
    .lottery-details .lottery-details-area .coupon-panel .winning-chance {
      width: 100%;
      margin-top: 55px; }
      .lottery-details .lottery-details-area .coupon-panel .winning-chance h5.title {
        font-size: 20px;
        line-height: 30px;
        color: #00182c;
        font-weight: 700;
        margin-bottom: 14px;
        margin-top: -8px; }
      .lottery-details .lottery-details-area .coupon-panel .winning-chance .progress {
        background: #e7f2fa;
        height: 8px;
        overflow: visible;
        border-radius: 50px; }
        .lottery-details .lottery-details-area .coupon-panel .winning-chance .progress .progress-bar {
          background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
          position: relative;
          border-radius: 50px; }
          .lottery-details .lottery-details-area .coupon-panel .winning-chance .progress .progress-bar:after {
            position: absolute;
            content: '';
            right: 0;
            top: 50%;
            margin-top: -9px;
            width: 18px;
            height: 18px;
            background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
            border-radius: 50%;
            border: 3px solid #fff; }
    .lottery-details .lottery-details-area .coupon-panel .amount-discuss {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 55px;
      margin-left: -30px; }
      .lottery-details .lottery-details-area .coupon-panel .amount-discuss .left ul li span {
        display: inline-block; }
        .lottery-details .lottery-details-area .coupon-panel .amount-discuss .left ul li span.text {
          font-size: 16px;
          color: #8a8b9e;
          line-height: 26px; }
        .lottery-details .lottery-details-area .coupon-panel .amount-discuss .left ul li span.details {
          font-size: 16px;
          color: #027fe8;
          line-height: 26px;
          font-weight: 700; }
      .lottery-details .lottery-details-area .coupon-panel .amount-discuss .right input {
        width: 100px;
        height: 40px;
        border: 2px solid #1fb706;
        font-size: 16px;
        color: #00182c;
        font-weight: 700;
        padding: 0 19px;
        border-radius: 50px;
        margin-right: 10px; }
      .lottery-details .lottery-details-area .coupon-panel .amount-discuss .right button {
        width: 126px;
        height: 40px;
        background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
        color: #fff;
        border: none;
        border-radius: 50px;
        outline: none;
        cursor: pointer;
        position: relative;
        z-index: 2;
        overflow: hidden; }
        .lottery-details .lottery-details-area .coupon-panel .amount-discuss .right button:after {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: -webkit-linear-gradient(473deg, #fa8900 20%, #ffce4f 100%);
          opacity: 0;
          z-index: -1;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .lottery-details .lottery-details-area .coupon-panel .amount-discuss .right button:hover:after {
          opacity: 1; }

.quick-review {
  padding: 120px 0 90px; }
  .quick-review.team-page {
    padding-top: 0; }
  .quick-review .single-jackpot {
    padding: 45px 30px;
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 1; }
    .quick-review .single-jackpot .part-head {
      margin-bottom: 32px;
      text-align: center; }
      .quick-review .single-jackpot .part-head .icon {
        width: 80px;
        height: 80px;
        background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
        border-radius: 50%;
        text-align: center;
        position: relative;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 2; }
        .quick-review .single-jackpot .part-head .icon img {
          height: 60%; }
        .quick-review .single-jackpot .part-head .icon:after {
          position: absolute;
          content: '';
          top: -30px;
          right: -50px;
          left: -50px;
          bottom: -12px;
          background: url("../img/svg/jackpot-icon-bg.png") center center no-repeat;
          background-size: contain;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          z-index: -2; }
        .quick-review .single-jackpot .part-head .icon:before {
          position: absolute;
          content: '';
          left: -1px;
          top: -1px;
          right: -1px;
          bottom: -1px;
          background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
          z-index: -1;
          border-radius: 50%;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          opacity: 0; }
    .quick-review .single-jackpot .part-body h3 {
      font-size: 23px;
      font-weight: 700;
      color: #0c375a;
      margin-bottom: 17px; }
    .quick-review .single-jackpot .part-body p {
      font-size: 18px;
      color: #969ea5;
      line-height: 28px;
      margin-bottom: 27px; }
    .quick-review .single-jackpot .part-body a {
      display: inline-block;
      font-size: 18px;
      color: #027fe8;
      font-weight: 600;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .quick-review .single-jackpot .part-body a i {
        margin-left: 10px;
        font-size: 16px; }
    .quick-review .single-jackpot:hover .part-head .icon:before {
      opacity: 1; }
    .quick-review .single-jackpot:hover .part-head .icon:after {
      background: url("../img/svg/jackpot-icon-bg-hover.png") center center no-repeat;
      background-size: contain;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .quick-review .single-jackpot:hover .part-head .text span.amount {
      color: #fb960e; }
    .quick-review .single-jackpot:hover .part-body a {
      color: #fb960e; }

/*==========================================
    contact
===========================================*/
.contact {
  padding: 120px 0; }
  .contact .part-img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin-bottom: 40px; }
  .contact .info-widget {
    padding: 50px 40px;
    -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 40px 38px;
    border-radius: 6px; }
    .contact .info-widget h4 {
      font-size: 35px;
      font-weight: 700;
      color: #00182c;
      margin-top: -8px; }
    .contact .info-widget p {
      font-size: 18px;
      line-height: 28px;
      color: #777; }
    .contact .info-widget ul {
      margin-top: 24px; }
      .contact .info-widget ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 14px; }
        .contact .info-widget ul li span {
          display: inline-block; }
          .contact .info-widget ul li span.bold {
            font-size: 20px;
            color: #00182c;
            font-weight: 700;
            width: 35%; }
          .contact .info-widget ul li span.not-bold {
            font-size: 18px;
            line-height: 28px;
            color: #777; }
  .contact .contact-form {
    -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 40px 38px;
    border-radius: 6px; }
    .contact .contact-form h2 {
      font-size: 35px;
      font-weight: 700;
      color: #00182c;
      margin-top: -8px; }
    .contact .contact-form p {
      font-size: 18px;
      line-height: 28px;
      color: #777;
      margin-bottom: 32px; }
    .contact .contact-form form input {
      height: 55px;
      width: 100%;
      background: #f9fcff;
      border: 1px solid #e2f0fc;
      border-radius: 4px;
      margin-bottom: 30px;
      padding: 0 30px;
      font-size: 18px;
      color: #777;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .contact .contact-form form input:focus {
        border: 1px solid #027fe8; }
      .contact .contact-form form input::-webkit-input-placeholder {
        color: #777;
        opacity: .8; }
      .contact .contact-form form input:-ms-input-placeholder {
        color: #777;
        opacity: .8; }
      .contact .contact-form form input::-ms-input-placeholder {
        color: #777;
        opacity: .8; }
      .contact .contact-form form input::placeholder {
        color: #777;
        opacity: .8; }
    .contact .contact-form form textarea {
      height: 240px;
      width: 100%;
      background: #f9fcff;
      border: 1px solid #e2f0fc;
      border-radius: 4px;
      padding: 0 30px;
      font-size: 18px;
      color: #777;
      padding: 14px 30px;
      display: -ms-grid;
      display: grid;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .contact .contact-form form textarea::-webkit-input-placeholder {
        color: #777;
        opacity: .8; }
      .contact .contact-form form textarea:-ms-input-placeholder {
        color: #777;
        opacity: .8; }
      .contact .contact-form form textarea::-ms-input-placeholder {
        color: #777;
        opacity: .8; }
      .contact .contact-form form textarea::placeholder {
        color: #777;
        opacity: .8; }
      .contact .contact-form form textarea:focus {
        border: 1px solid #027fe8; }
    .contact .contact-form form button {
      width: 190px;
      height: 55px;
      background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
      color: #fff;
      border: none;
      outline: none;
      font-size: 18px;
      font-weight: 600;
      border-radius: 4px;
      position: relative;
      z-index: 2;
      cursor: pointer;
      overflow: hidden;
      margin-top: 40px; }
      .contact .contact-form form button:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(86deg, #00b0e0 0%, #005cea 100%);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        z-index: -1; }
      .contact .contact-form form button:hover:after {
        opacity: 1; }

.map iframe {
  height: 550px;
  width: 100%;
  border: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*==========================================
    faq
===========================================*/
.faq {
  padding: 120px 0 110px; }
  .faq .faq-sidebar {
    margin-right: -30px; }
    .faq .faq-sidebar .nav .nav-link {
      height: 50px;
      border: 1px solid #e5f1fb;
      background: #f9fcff;
      line-height: 48px;
      padding: 0 30px;
      font-size: 18px;
      color: #00182c;
      margin-bottom: 5px;
      position: relative;
      z-index: 2;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      overflow: hidden; }
      .faq .faq-sidebar .nav .nav-link:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
        z-index: -1;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .faq .faq-sidebar .nav .nav-link:hover, .faq .faq-sidebar .nav .nav-link.active {
        color: #fff; }
        .faq .faq-sidebar .nav .nav-link:hover:after, .faq .faq-sidebar .nav .nav-link.active:after {
          opacity: 1; }
    .faq .faq-sidebar h3 {
      font-size: 28px;
      font-weight: 700;
      color: #00182c;
      margin: -8px 0 22px; }
    .faq .faq-sidebar .search-widget form {
      margin-bottom: 30px;
      position: relative; }
      .faq .faq-sidebar .search-widget form input {
        width: 100%;
        height: 60px;
        border: 1px solid #e5f1fb;
        border-radius: 4px;
        color: #00182c;
        font-size: 18px;
        padding: 0 90px 0 30px; }
        .faq .faq-sidebar .search-widget form input::-webkit-input-placeholder {
          color: #00182c; }
        .faq .faq-sidebar .search-widget form input:-ms-input-placeholder {
          color: #00182c; }
        .faq .faq-sidebar .search-widget form input::-ms-input-placeholder {
          color: #00182c; }
        .faq .faq-sidebar .search-widget form input::placeholder {
          color: #00182c; }
      .faq .faq-sidebar .search-widget form button {
        color: #fff;
        background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
        border-radius: 4px;
        font-size: 16px;
        outline: none;
        cursor: pointer;
        border: none;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0; }
  .faq .faq-content {
    margin-left: -30px; }
    .faq .faq-content .single-faq {
      border: 1px solid #e5f1fb;
      border-radius: 5px;
      padding: 30px 40px 16px;
      margin-bottom: 10px;
      z-index: 2;
      position: relative;
      overflow: hidden; }
      .faq .faq-content .single-faq:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
        z-index: -1;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .faq .faq-content .single-faq:hover:after {
        opacity: 1; }
      .faq .faq-content .single-faq:hover h4, .faq .faq-content .single-faq:hover p {
        color: #fff; }
      .faq .faq-content .single-faq h4 {
        font-size: 25px;
        font-weight: 700;
        color: #00182c;
        line-height: 35px;
        margin-bottom: 14px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .faq .faq-content .single-faq p {
        font-size: 18px;
        line-height: 28px;
        color: #777;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }

/*==========================================
    blog details
===========================================*/
.blog-details {
  padding: 120px 0;
  margin-left: -30px; }
  .blog-details .blog-details-content .part-blog .blog-img {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 43px; }
    .blog-details .blog-details-content .part-blog .blog-img img {
      width: 100%; }
  .blog-details .blog-details-content .part-blog .blog-time {
    font-size: 17px;
    color: #00182c;
    font-weight: 600;
    margin-bottom: 5px; }
    .blog-details .blog-details-content .part-blog .blog-time span.date {
      color: #027fe8; }
  .blog-details .blog-details-content .part-blog .blog-text h3 {
    font-size: 33px;
    font-weight: 700;
    color: #00182c;
    margin-bottom: 22px; }
  .blog-details .blog-details-content .part-blog .blog-text p {
    font-size: 17px;
    line-height: 28px;
    color: #777; }
  .blog-details .blog-details-content .blog-control {
    background: #f9fcff;
    border: 1px solid #e2f0fc;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 30px 12px;
    margin-top: 42px; }
    .blog-details .blog-details-content .blog-control .left ul li, .blog-details .blog-details-content .blog-control .left ul a, .blog-details .blog-details-content .blog-control .right ul li, .blog-details .blog-details-content .blog-control .right ul a {
      display: inline-block;
      font-size: 17px;
      color: #777; }
    .blog-details .blog-details-content .blog-control .left ul li, .blog-details .blog-details-content .blog-control .right ul li {
      position: relative;
      padding-right: 6px; }
      .blog-details .blog-details-content .blog-control .left ul li:after, .blog-details .blog-details-content .blog-control .right ul li:after {
        position: absolute;
        content: ',';
        right: -5px;
        margin-right: 4px; }
      .blog-details .blog-details-content .blog-control .left ul li:first-child, .blog-details .blog-details-content .blog-control .right ul li:first-child {
        color: #00182c;
        font-weight: 600;
        padding-right: 0; }
        .blog-details .blog-details-content .blog-control .left ul li:first-child:after, .blog-details .blog-details-content .blog-control .right ul li:first-child:after {
          display: none; }
      .blog-details .blog-details-content .blog-control .left ul li:last-child:after, .blog-details .blog-details-content .blog-control .right ul li:last-child:after {
        display: none; }
      .blog-details .blog-details-content .blog-control .left ul li a, .blog-details .blog-details-content .blog-control .right ul li a {
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        text-transform: capitalize; }
        .blog-details .blog-details-content .blog-control .left ul li a:hover, .blog-details .blog-details-content .blog-control .right ul li a:hover {
          color: #fb960e; }
  .blog-details .blog-details-content .blog-comments {
    padding: 50px 40px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 50px; }
    .blog-details .blog-details-content .blog-comments h3.title {
      font-size: 28px;
      color: #00182c;
      font-weight: 700;
      margin: -7px 0 32px; }
    .blog-details .blog-details-content .blog-comments .single-comment {
      position: relative;
      margin-bottom: 26px; }
      .blog-details .blog-details-content .blog-comments .single-comment:last-child {
        margin-bottom: 0; }
      .blog-details .blog-details-content .blog-comments .single-comment.reply-comment {
        padding-left: 40px; }
      .blog-details .blog-details-content .blog-comments .single-comment .part-img {
        width: 100px;
        border-radius: 4px;
        overflow: hidden;
        float: left;
        margin-right: 30px; }
        .blog-details .blog-details-content .blog-comments .single-comment .part-img img {
          width: 100%; }
      .blog-details .blog-details-content .blog-comments .single-comment .part-text {
        display: table-cell; }
        .blog-details .blog-details-content .blog-comments .single-comment .part-text span {
          display: block; }
          .blog-details .blog-details-content .blog-comments .single-comment .part-text span.name {
            font-size: 21px;
            font-weight: 700;
            color: #00182c; }
          .blog-details .blog-details-content .blog-comments .single-comment .part-text span.position {
            color: #777;
            margin-bottom: 16px; }
        .blog-details .blog-details-content .blog-comments .single-comment .part-text p {
          font-size: 17px;
          line-height: 28px;
          color: #777; }
      .blog-details .blog-details-content .blog-comments .single-comment .reply {
        width: 120px;
        height: 30px;
        background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
        color: #fff;
        border-radius: 50px;
        border: none;
        position: absolute;
        top: 0;
        right: 30px;
        outline: none;
        cursor: pointer;
        z-index: 2;
        overflow: hidden; }
        .blog-details .blog-details-content .blog-comments .single-comment .reply:after {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: -webkit-linear-gradient(86deg, #00b0e0 0%, #005cea 100%);
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          opacity: 0;
          z-index: -1; }
        .blog-details .blog-details-content .blog-comments .single-comment .reply:hover:after {
          opacity: 1; }
  .blog-details .blog-details-content .comment-box {
    padding: 50px 40px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 50px; }
    .blog-details .blog-details-content .comment-box h3.title {
      font-size: 28px;
      color: #00182c;
      font-weight: 700;
      margin: -7px 0 32px; }
    .blog-details .blog-details-content .comment-box form input {
      width: 100%;
      height: 60px;
      background: #f9fcff;
      border: 1px solid #e2f0fc;
      border-radius: 4px;
      padding: 0 30px;
      font-size: 18px;
      color: #00182c;
      margin-bottom: 30px; }
      .blog-details .blog-details-content .comment-box form input::Placeholder {
        opacity: .8; }
    .blog-details .blog-details-content .comment-box form textarea {
      width: 100%;
      height: 240px;
      background: #f9fcff;
      border: 1px solid #e2f0fc;
      border-radius: 4px;
      padding: 18px 30px;
      font-size: 18px;
      color: #00182c;
      display: -ms-grid;
      display: grid;
      margin-bottom: 30px; }
      .blog-details .blog-details-content .comment-box form textarea::Placeholder {
        opacity: .8; }
    .blog-details .blog-details-content .comment-box form button {
      width: 190px;
      height: 60px;
      background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
      color: #fff;
      font-weight: 600;
      font-size: 18px;
      border: none;
      outline: none;
      cursor: pointer;
      position: relative;
      z-index: 2;
      border-radius: 4px;
      overflow: hidden; }
      .blog-details .blog-details-content .comment-box form button:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(86deg, #00b0e0 0%, #005cea 100%);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        z-index: -1;
        opacity: 0; }
      .blog-details .blog-details-content .comment-box form button:hover:after {
        opacity: 1; }

/*==========================================
    sidebar
===========================================*/
.sidebar {
  margin-right: -30px; }
  .sidebar.for-right {
    margin-right: 0;
    margin-left: -30px; }
  .sidebar .sidebar-widget {
    margin-bottom: 30px; }
  .sidebar .search-widget form {
    margin-bottom: 30px;
    position: relative; }
    .sidebar .search-widget form input {
      width: 100%;
      height: 60px;
      border: 1px solid #e5f1fb;
      border-radius: 4px;
      color: #00182c;
      font-size: 18px;
      padding: 0 90px 0 30px; }
      .sidebar .search-widget form input::-webkit-input-placeholder {
        color: #00182c; }
      .sidebar .search-widget form input:-ms-input-placeholder {
        color: #00182c; }
      .sidebar .search-widget form input::-ms-input-placeholder {
        color: #00182c; }
      .sidebar .search-widget form input::placeholder {
        color: #00182c; }
    .sidebar .search-widget form button {
      color: #fff;
      background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
      border-radius: 4px;
      font-size: 16px;
      outline: none;
      cursor: pointer;
      border: none;
      width: 60px;
      height: 60px;
      position: absolute;
      top: 0;
      right: 0; }
  .sidebar .nav .nav-link {
    height: 50px;
    border: 1px solid #e5f1fb;
    background: #f9fcff;
    line-height: 48px;
    padding: 0 30px;
    font-size: 18px;
    color: #00182c;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow: hidden; }
    .sidebar .nav .nav-link:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .sidebar .nav .nav-link:hover, .sidebar .nav .nav-link.active {
      color: #fff; }
      .sidebar .nav .nav-link:hover:after, .sidebar .nav .nav-link.active:after {
        opacity: 1; }
  .sidebar h3.title {
    font-size: 28px;
    font-weight: 700;
    color: #00182c;
    margin: -8px 0 22px; }
  .sidebar .recent-post-widget .single-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f9fcff;
    border: 1px solid #e2f0fc;
    border-radius: 4px;
    margin-bottom: 10px; }
    .sidebar .recent-post-widget .single-post .part-img {
      height: 90px;
      width: 90px;
      overflow: hidden;
      border-radius: 4px;
      margin-right: 20px; }
      .sidebar .recent-post-widget .single-post .part-img img {
        width: auto;
        height: 100%;
        max-width: none; }
    .sidebar .recent-post-widget .single-post .part-text {
      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-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .sidebar .recent-post-widget .single-post .part-text a.post-heading {
        display: inline-block;
        color: #00182c;
        font-size: 17px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 3px;
        margin-top: -5px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .sidebar .recent-post-widget .single-post .part-text a.post-heading:hover {
          color: #027fe8; }
      .sidebar .recent-post-widget .single-post .part-text span.post-date {
        color: #0172d0;
        font-size: 17px; }
  .sidebar .tag-widget .single-tag {
    display: inline-block;
    font-size: 17px;
    color: #8a8b9e;
    background: #f9fcff;
    border: 1px solid #e2f0fc;
    border-radius: 3px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 0 28px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow: hidden; }
    .sidebar .tag-widget .single-tag:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
      z-index: -1;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      opacity: 0; }
    .sidebar .tag-widget .single-tag:hover {
      color: #fff; }
      .sidebar .tag-widget .single-tag:hover:after {
        opacity: 1; }

/*==========================================
    blog
===========================================*/
.blog {
  padding: 120px 0 80px; }
  .blog .single-blog {
    margin-bottom: 40px; }
    .blog .single-blog .part-img {
      border-radius: 5px;
      overflow: hidden;
      margin-bottom: 10px; }
      .blog .single-blog .part-img img {
        width: 100%; }
    .blog .single-blog .part-text {
      background: #f9fcfe;
      border: 1px solid #edf3f9;
      padding: 30px;
      border-radius: 5px; }
      .blog .single-blog .part-text a {
        display: block; }
        .blog .single-blog .part-text a.title {
          font-weight: 700;
          font-size: 23px;
          line-height: 32px;
          margin-top: -7px;
          margin-bottom: 15px;
          color: #00182c;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .blog .single-blog .part-text a.title:hover {
            color: #027fe8; }
        .blog .single-blog .part-text a.view-more {
          font-size: 18px;
          color: #027fe8;
          font-weight: 600; }
      .blog .single-blog .part-text p {
        color: #969ea5;
        font-size: 18px;
        line-height: 28px; }
  .blog .pagination-lotters {
    text-align: center;
    margin-top: 30px; }
    .blog .pagination-lotters ul li {
      display: inline-block; }
      .blog .pagination-lotters ul li a {
        display: inline-block;
        height: 45px;
        width: 45px;
        border: 1px solid #dde7ef;
        text-align: center;
        line-height: 43px;
        border-radius: 50%;
        color: #00182c;
        font-size: 17px;
        margin-right: 16px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .blog .pagination-lotters ul li a:hover, .blog .pagination-lotters ul li a.active {
          background: #00182c;
          color: #fff; }
      .blog .pagination-lotters ul li:last-child a {
        margin-right: 0; }

/*==========================================
    about
==========================================*/
.about {
  padding: 120px 0; }
  .about .part-text span.sub-title {
    font-size: 18px;
    color: #fb960e;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 23px; }
  .about .part-text h2 {
    color: #00182c;
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 19px;
    margin-top: -14px; }
  .about .part-text p {
    color: #777;
    font-size: 18px;
    line-height: 28px; }
  .about .part-text ul {
    margin-top: 32px; }
    .about .part-text ul li {
      font-size: #00182c;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px; }
      .about .part-text ul li i {
        color: #fb960e;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        background: #f2f2f3;
        font-size: 14px;
        margin-right: 10px; }
  .about .part-img {
    height: 400px; }
    .about .part-img img {
      width: auto;
      max-width: none;
      height: 100%; }

/*==========================================
    login
==========================================*/
.form {
  padding: 120px 0; }
  .form form {
    background: #fff;
    -webkit-box-shadow: 0px 0px 250px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px 0px 250px 0px rgba(69, 81, 100, 0.1);
    padding: 50px 50px 60px;
    position: relative;
    border-radius: 10px;
    z-index: 2;
    /* Base for label styling */
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */ }
    .form form .form-group {
      margin-bottom: 25px; }
      .form form .form-group.checkbox {
        height: 100%; }
        .form form .form-group.checkbox .form-check {
          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-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 100%;
          margin: 2px 0 0; }
      .form form .form-group.fieldset {
        margin: 13px 0 21px; }
      .form form .form-group label {
        color: #00182c;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 13px; }
        .form form .form-group label .requred {
          color: #027fe8; }
      .form form .form-group input.form-control {
        height: 60px;
        border: none;
        background: #f3f6ff;
        color: #00182c;
        font-size: 18px;
        padding: 10px 30px;
        font-weight: 500;
        width: 100%; }
        .form form .form-group input.form-control::-webkit-input-placeholder {
          opacity: .8; }
        .form form .form-group input.form-control:-ms-input-placeholder {
          opacity: .8; }
        .form form .form-group input.form-control::-ms-input-placeholder {
          opacity: .8; }
        .form form .form-group input.form-control::placeholder {
          opacity: .8; }
      .form form .form-group textarea {
        height: 160px;
        border: none;
        background: #f3f6ff;
        color: #00182c;
        font-size: 18px;
        padding: 30px 30px;
        font-weight: 500; }
        .form form .form-group textarea::-webkit-input-placeholder {
          opacity: .8; }
        .form form .form-group textarea:-ms-input-placeholder {
          opacity: .8; }
        .form form .form-group textarea::-ms-input-placeholder {
          opacity: .8; }
        .form form .form-group textarea::placeholder {
          opacity: .8; }
        .form form .form-group textarea:focus {
          -webkit-box-shadow: none;
          box-shadow: none; }
      .form form .form-group .form-check {
        padding-left: 15px;
        margin-right: 60px; }
        .form form .form-group .form-check [type="radio"]:checked,
        .form form .form-group .form-check [type="radio"]:not(:checked) {
          position: absolute;
          left: -9999px; }
        .form form .form-group .form-check [type="radio"]:checked + label,
        .form form .form-group .form-check [type="radio"]:not(:checked) + label {
          position: relative;
          padding-left: 28px;
          cursor: pointer;
          line-height: 20px;
          display: inline-block;
          color: #666; }
        .form form .form-group .form-check [type="radio"]:checked + label:before,
        .form form .form-group .form-check [type="radio"]:not(:checked) + label:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 18px;
          height: 18px;
          border: 1px solid #027fe8;
          border-radius: 100%;
          background: #fff; }
        .form form .form-group .form-check [type="radio"]:checked + label:after,
        .form form .form-group .form-check [type="radio"]:not(:checked) + label:after {
          content: '';
          width: 12px;
          height: 12px;
          background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
          position: absolute;
          top: 3px;
          left: 3px;
          border-radius: 100%;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        .form form .form-group .form-check [type="radio"]:not(:checked) + label:after {
          opacity: 0;
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0); }
        .form form .form-group .form-check [type="radio"]:checked + label:after {
          opacity: 1;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
    .form form select {
      height: 60px;
      border: none;
      background: #f3f6ff;
      color: #00182c;
      font-size: 16px;
      padding: 10px 30px;
      font-weight: 500;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: relative; }
      .form form select:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .form form button {
      width: 190px;
      height: 55px;
      background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
      color: #fff;
      border: none;
      outline: none;
      font-size: 18px;
      font-weight: 600;
      border-radius: 4px;
      position: relative;
      z-index: 2;
      cursor: pointer;
      overflow: hidden;
      margin-top: 40px; }
      .form form button:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(86deg, #00b0e0 0%, #005cea 100%);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        z-index: -1; }
      .form form button:hover:after {
        opacity: 1; }
    .form form .forgetting-password {
      display: inline-block;
      margin-top: 28px;
      text-align: right;
      width: 100%;
      font-size: 16px;
      color: #3d5169;
      font-weight: 600; }
    .form form [type="checkbox"]:not(:checked),
    .form form [type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .form form [type="checkbox"]:not(:checked) + label,
    .form form [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 1.95em;
      cursor: pointer;
      margin: 0;
      line-height: 100%; }
    .form form [type="checkbox"]:not(:checked) + label:before,
    .form form [type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 1px;
      width: 20px;
      height: 20px;
      border-radius: 50px;
      border: 1px solid #027fe8;
      background: #fff; }
    .form form [type="checkbox"]:not(:checked) + label:after,
    .form form [type="checkbox"]:checked + label:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 4px;
      width: 12px;
      border-radius: 50px;
      height: 12px;
      font-size: 1.3em;
      line-height: 0.8;
      background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial; }
    .form form [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .form form [type="checkbox"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .form.style-2 form {
    background: #fecbc9!important; }
    .form.style-2 form .form-group label {
      color: #fff; }
      .form.style-2 form .form-group label .requred {
        color: #fff; }
    .form.style-2 form .login-button, .form.style-2 form .submit-button {
      background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%); }
      .form.style-2 form .login-button:after, .form.style-2 form .submit-button:after {
        background: -webkit-linear-gradient(473deg, #fa8900 20%, #ffce4f 100%); }
    .form.style-2 form .forgetting-password {
      color: #fff; }
    .form.style-2 form .form-group .form-check [type="radio"]:checked + label,
    .form.style-2 form .form-group .form-check [type="radio"]:not(:checked) + label {
      color: #fff; }

/*==========================================
    error
==========================================*/
.error {
  padding: 120px 0; }
  .error .part-img img {
    width: 100%; }
  .error .part-text {
    text-align: center;
    margin-top: 60px; }
    .error .part-text h2 {
      font-size: 45px;
      line-height: 60px;
      font-weight: 700;
      color: #0c375a;
      margin-top: -14px;
      margin-bottom: 0px; }

/*==========================================
    player statics
===========================================*/
.user-panel-title {
  margin-bottom: 36px; }
  .user-panel-title h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    padding-right: 10px;
    padding-left: 20px; }
    .user-panel-title h3:after {
      position: absolute;
      content: '';
      left: 100%;
      top: 50%;
      width: 150px;
      height: 2px;
      background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .user-panel-title h3:before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%); }

.user-panel-dashboard {
  padding: 120px 0; }

.player-statics {
  padding-bottom: 50px; }
  .player-statics .single-static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; }
    .player-statics .single-static .part-icon {
      height: 70px;
      padding: 18px;
      margin-right: 18px;
      position: relative;
      z-index: 2;
      border-radius: 50%;
      overflow: hidden; }
      .player-statics .single-static .part-icon:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
        z-index: -2;
        opacity: .8; }
      .player-statics .single-static .part-icon:before {
        position: absolute;
        content: '';
        left: 2px;
        top: 2px;
        right: 2px;
        bottom: 2px;
        background: #fff;
        z-index: -1;
        border-radius: 50%; }
      .player-statics .single-static .part-icon img {
        height: 100%; }
    .player-statics .single-static .part-text span {
      display: block; }
      .player-statics .single-static .part-text span.number {
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: -2px; }
      .player-statics .single-static .part-text span.title {
        font-size: 16px;
        font-weight: 700;
        color: #00182c;
        line-height: 28px; }

.account-info {
  padding: 30px;
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  margin-right: 30px; }
  .account-info ul {
    position: relative;
    padding-left: 25px; }
    .account-info ul:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 2px;
      height: 100%;
      background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
      opacity: .4; }
    .account-info ul li {
      margin-bottom: 12px;
      position: relative; }
      .account-info ul li:after {
        position: absolute;
        content: '';
        left: -26px;
        top: 50%;
        width: 5px;
        height: 5px;
        background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
        opacity: .8;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%; }
      .account-info ul li:last-child {
        margin-bottom: 0; }
      .account-info ul li span {
        display: block; }
        .account-info ul li span.title {
          font-size: 17px;
          font-weight: 600;
          color: #027fe8;
          margin-bottom: 2px; }
        .account-info ul li span.details {
          font-size: 17px;
          font-weight: 500;
          color: #777; }

/*==========================================
    payment history
==========================================*/
.payment-history {
  margin-top: 68px; }
  .payment-history .transaction-area .nav-tabs {
    border-bottom: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    left: 50%;
    margin-left: -190px;
    margin-bottom: 50px; }
    .payment-history .transaction-area .nav-tabs .nav-item .nav-link {
      display: inline-block;
      color: #fff;
      font-weight: 600;
      background: transparent;
      border: 1px solid #05bb59;
      font-size: 16px;
      border: 1px solid #05bb59;
      padding: 15px 0;
      text-align: center;
      width: 180px;
      border-radius: 50px;
      margin-right: 20px;
      color: #05bb59;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .payment-history .transaction-area .nav-tabs .nav-item .nav-link.active, .payment-history .transaction-area .nav-tabs .nav-item .nav-link:focus, .payment-history .transaction-area .nav-tabs .nav-item .nav-link:hover {
        background: #05bb59;
        border: 1px solid #05bb59;
        color: #fff; }
    .payment-history .transaction-area .nav-tabs .nav-item:last-child .nav-link {
      margin-right: 0; }
  .payment-history .transaction-area .table {
    margin-bottom: 0; }
    .payment-history .transaction-area .table thead {
      background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%); }
      .payment-history .transaction-area .table thead th {
        border: none;
        padding: 10px 0;
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        text-align: center; }
        .payment-history .transaction-area .table thead th:first-child {
          padding-left: 38px;
          text-align: left; }
      .payment-history .transaction-area .table thead td {
        padding: 15px 0; }
    .payment-history .transaction-area .table tbody {
      border-left: 1px solid rgba(109, 73, 235, 0.2);
      border-right: 1px solid rgba(109, 73, 235, 0.2); }
      .payment-history .transaction-area .table tbody tr {
        border-bottom: 1px solid rgba(109, 73, 235, 0.2); }
        .payment-history .transaction-area .table tbody tr th {
          border-top: none;
          padding-left: 40px;
          padding: 11px 0 11px 40px;
          text-transform: capitalize;
          font-weight: 600; }
          .payment-history .transaction-area .table tbody tr th .user-img {
            width: 50px;
            height: 50px;
            border-radius: 50px;
            overflow: hidden;
            margin-right: 20px;
            border: 1px solid #05bb59; }
            .payment-history .transaction-area .table tbody tr th .user-img img {
              width: 100%;
              padding: 3px;
              border-radius: 50%; }
          .payment-history .transaction-area .table tbody tr th span {
            font-size: 16px;
            color: #00182c;
            padding-top: 15px; }
        .payment-history .transaction-area .table tbody tr td {
          padding: 0;
          border-top: none;
          color: #777;
          font-size: 18px;
          vertical-align: middle;
          text-align: center; }

/*==========================================
    player profile
==========================================*/
.profile {
  padding: 120px 0; }
  .profile .accont-tab {
    margin-top: 75px;
    margin-right: 30px; }
    .profile .accont-tab .nav .nav-link {
      font-size: 16px;
      font-weight: 500;
      border-radius: 0;
      padding: 0 30px;
      height: 50px;
      line-height: 50px;
      background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
      color: #fff;
      margin-bottom: 10px; }
      .profile .accont-tab .nav .nav-link i {
        margin-right: 10px; }
  .profile .player-profile {
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; }
    .profile .player-profile .player-card {
      padding: 30px;
      background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%); }
    .profile .player-profile .part-pic {
      padding: 1px;
      background: #fff; }
      .profile .player-profile .part-pic img {
        width: 100%;
        border: 1px solid #fb960e; }
    .profile .player-profile .social-link {
      text-align: center;
      margin-top: 20px; }
      .profile .player-profile .social-link ul li {
        display: inline-block; }
        .profile .player-profile .social-link ul li a {
          display: inline-block;
          color: #fff;
          width: 35px;
          height: 35px;
          border: 1px solid #fff;
          line-height: 35px;
          text-align: center;
          border-radius: 50%;
          font-size: 14px;
          margin-right: 6px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          background: transparent; }
          .profile .player-profile .social-link ul li a:hover {
            background: #fff;
            border-color: transparent;
            color: #027fe8; }
        .profile .player-profile .social-link ul li:last-child a {
          margin-right: 0; }
    .profile .player-profile .part-info {
      padding: 30px 40px; }
      .profile .player-profile .part-info .player-name {
        display: block;
        font-size: 30px;
        font-weight: 700;
        color: #00182c;
        margin-bottom: 22px; }
        .profile .player-profile .part-info .player-name img {
          width: 36px;
          margin-top: -10px;
          margin-left: 10px; }
      .profile .player-profile .part-info ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 6px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .profile .player-profile .part-info ul li span {
          display: inline-block; }
          .profile .player-profile .part-info ul li span.property {
            width: 160px;
            width: 160px;
            font-size: 16px;
            font-weight: 600; }
            .profile .player-profile .part-info ul li span.property i {
              font-size: 12px;
              top: -1px;
              position: relative;
              margin-right: 5px;
              color: #fb960e;
              opacity: .6; }
        .profile .player-profile .part-info ul li:last-child {
          border-bottom: none; }
  .profile .edit-profile a.edit-button {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: 190px;
    text-align: center;
    border-radius: 4px;
    margin-top: 15px;
    position: relative;
    z-index: 2; }
    .profile .edit-profile a.edit-button:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(473deg, #fa8900 20%, #ffce4f 100%);
      z-index: -1;
      border-radius: 4px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      opacity: 0; }
    .profile .edit-profile a.edit-button:hover:after {
      opacity: 1; }

/*==========================================
    payment info
==========================================*/
.payment-info .table {
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border: none; }
  .payment-info .table tbody tr td {
    border-top: none;
    border-left: none;
    padding: 13px 30px;
    color: #00182c; }
    .payment-info .table tbody tr td:first-child {
      font-weight: 600; }
    .payment-info .table tbody tr td:nth-child(3) {
      border-right: none;
      border-right: none;
      padding: 0 30px;
      width: 180px; }
    .payment-info .table tbody tr td input {
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 50px;
      padding: 0 20px; }
    .payment-info .table tbody tr td a.payment-info-button {
      height: 30px;
      width: 100px;
      text-align: center;
      line-height: 30px;
      font-size: 14px;
      color: #fff;
      background: -webkit-linear-gradient(473deg, #2e9dfa 20%, #0172d0 100%);
      border-radius: 50px;
      position: relative;
      z-index: 2;
      display: inline-block;
      overflow: hidden;
      position: relative;
      top: 25px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-transform: capitalize; }
  .payment-info .table tbody tr:last-child td {
    border-bottom: none; }
  .payment-info .table:last-child {
    margin-bottom: 0; }

/*==========================================
    privacy settings
==========================================*/
.privacy-settings .table, .account-settings .table {
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border: none; }
  .privacy-settings .table tbody tr td, .account-settings .table tbody tr td {
    border-top: none;
    border-left: none;
    padding: 13px 30px;
    color: #00182c; }
    .privacy-settings .table tbody tr td:first-child, .account-settings .table tbody tr td:first-child {
      font-weight: 600; }
    .privacy-settings .table tbody tr td:last-child, .account-settings .table tbody tr td:last-child {
      border-right: none;
      border-right: none;
      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-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 13px 30px; }
    .privacy-settings .table tbody tr td input, .account-settings .table tbody tr td input {
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 50px;
      padding: 0 20px; }
    .privacy-settings .table tbody tr td a.payment-info-button, .account-settings .table tbody tr td a.payment-info-button {
      height: 30px;
      width: 100px;
      text-align: center;
      line-height: 30px;
      font-size: 14px;
      color: #fff;
      background: -webkit-linear-gradient(473deg, #2e9dfa 20%, #0172d0 100%);
      border-radius: 50px;
      position: relative;
      z-index: 2;
      display: inline-block;
      overflow: hidden; }
  .privacy-settings .table tbody tr:last-child td, .account-settings .table tbody tr:last-child td {
    border-bottom: none; }
  .privacy-settings .table:last-child, .account-settings .table:last-child {
    margin-bottom: 0; }

/*==========================================
    profile bar
==========================================*/
.profile-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .profile-bar span {
    display: block; }
    .profile-bar span.part-name {
      font-size: 18px;
      color: #fff;
      font-family: "Source Sans Pro", sans-serif;
      margin-right: 20px;
      font-style: italic; }
    .profile-bar span.part-pic {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid #fff; }
      .profile-bar span.part-pic img {
        width: 100%; }

.user-menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 20px; }
  .user-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px;
    font-size: 16px;
    color: #00182c;
    font-family: "Source Sans Pro", sans-serif;
    padding: 5px 0px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .user-menu ul li a svg {
      width: 17px;
      margin-right: 10px; }
    .user-menu ul li a:hover {
      color: #027fe8; }
  .user-menu ul li:last-child {
    text-align: center; }
    .user-menu ul li:last-child a {
      display: inline-block;
      padding-left: 0;
      padding-right: 0;
      border-bottom: none;
      color: blue;
      background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
      color: #fff;
      padding: 6px 20px 8px;
      margin-top: 6px;
      border-radius: 5px; }
      .user-menu ul li:last-child a svg {
        margin-left: 2px; }

.nav-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative; }

.nav-profile:hover .user-menu {
  opacity: 1;
  visibility: visible; }

.nav-profile .user-menu {
  opacity: 0;
  visibility: hidden;
  z-index: 1; }

.cart {
  padding: 120px 0; }
  .cart .order-summary-image {
    height: 80px; }
    .cart .order-summary-image img {
      height: 100%; }
  .cart .all-orders {
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    margin-right: -50px; }
  .cart .single-order {
    padding: 15px 0;
    border: 1px dashed #ddd;
    border-bottom: none; }
    .cart .single-order:last-child {
      border-bottom: 1px dashed #ddd; }
  .cart .table-order {
    border: none;
    margin-bottom: 0; }
    .cart .table-order tbody tr td {
      border: none;
      vertical-align: middle; }
      .cart .table-order tbody tr td.col-amount {
        font-size: 20px;
        font-weight: 600;
        font-family: "Source Sans Pro", sans-serif;
        color: #00182c; }
      .cart .table-order tbody tr td .tooltip-bottom {
        color: red; }
      .cart .table-order tbody tr td .order-summary-button-details {
        color: green; }
  .cart .order-summary-content .order-summary-content-header {
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; }
  .cart .order-summary-content span {
    display: inline-block;
    font-size: 17px;
    font-weight: 600; }
  .cart .order-summary-content .text span {
    color: #fb960e; }
  .cart .cart-summary-area {
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 5px; }
    .cart .cart-summary-area .amount-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      position: relative; }
      .cart .cart-summary-area .amount-wrap:after {
        position: absolute;
        content: '';
        left: 50%;
        top: 0;
        width: 1px;
        background: #ddd;
        height: 80%;
        -webkit-transform: rotate(14deg);
        -ms-transform: rotate(14deg);
        transform: rotate(14deg); }
      .cart .cart-summary-area .amount-wrap div {
        text-align: center;
        padding: 0; }
        .cart .cart-summary-area .amount-wrap div .title {
          font-size: 18px;
          font-weight: 600;
          color: #00182c; }
        .cart .cart-summary-area .amount-wrap div .amount {
          font-size: 17px; }
  .cart .cart-summary-area .summary-area-title {
    color: #027fe8;
    text-transform: capitalize;
    font-weight: 500;
    padding-left: 30px;
    background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
    color: #fff;
    padding: 20px 0;
    text-align: center;
    border-radius: 0 0 10px 10px; }
  .cart .sub-total-amount .title,
  .cart .discount-amount .title {
    font-family: "Source Sans Pro", sans-serif;
    color: #00182c;
    font-weight: 500;
    text-transform: capitalize;
    display: block; }
  .cart .sub-total-amount,
  .cart .discount-amount {
    margin-bottom: 15px;
    padding: 0 30px; }
  .cart .total-amount {
    background: -webkit-linear-gradient(86deg, #005cea 0%, #00b0e0 100%);
    padding: 15px 30px 0 30px;
    text-align: center;
    border-radius: 10px;
    padding: 23px 0 36px;
    position: relative; }
  .cart .total-amount .title {
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    display: block;
    font-weight: 700;
    text-align: center;
    color: #ffffff; }
  .cart .total-amount .amount {
    font-size: 35px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #ffffff; }
  .cart .total-amount .payment-btn {
    background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 8px 35px;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    outline: none;
    bottom: -20px; }
  .cart .total-amount .payment-btn span {
    color: #ffffff;
    margin-left: 5px; }
  .cart .cart-summary-area .card-area {
    padding: 45px 0 30px; }
  .cart .cart-summary-area .card-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  .cart .cart-summary-area .card-list a {
    width: 20%; }

.cart-pallet {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2px 20px;
  margin-right: 20px;
  position: relative;
  top: 8px; }
  .cart-pallet .part-icon {
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 14px; }
    .cart-pallet .part-icon span {
      display: inline-block; }
      .cart-pallet .part-icon span.icon {
        color: #fff; }
        .cart-pallet .part-icon span.icon a {
          color: #fff; }
        .cart-pallet .part-icon span.icon svg {
          width: 26px; }
      .cart-pallet .part-icon span.number {
        width: 20px;
        height: 20px;
        background: -webkit-linear-gradient(473deg, #ffce4f 20%, #fa8900 100%);
        color: #00182c;
        font-weight: 600;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        position: absolute;
        bottom: -4px;
        left: 0px; }
  .cart-pallet .part-amount {
    display: inline-block; }
    .cart-pallet .part-amount span {
      display: block; }
      .cart-pallet .part-amount span.amount {
        font-size: 16px;
        color: #fff;
        margin-bottom: -5px; }
      .cart-pallet .part-amount span.text {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        text-transform: capitalize;
        position: relative;
        top: 3px; }

.cart-empty-title {
  font-size: 22px;
  font-weight: 600; }

.cart-empty-title .fa-info {
  width: 30px;
  height: 30px;
  border: 1px solid #008ce5;
  text-align: center;
  border-radius: 50%;
  background: #008ce5;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-right: 15px; }
