:root {
  --c-black: #000000;
  --c-white: #ffffff;
  --c-primary: #0A8F3A;
  --c-secondary: #025822;
  --c-body: #4f4f4f;
  --c-gray: #777777;
}

html,
body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--c-black);
  color: var(--c-white);
  font-family: "Proxima Nova Rg";
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::after, *::before {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  color: var(--c-white);
  font-family: "Proxima Nova Rg";
}

h1 {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 80px;
  }
}

h2 {
  font-size: 32px;
  font-weight: bold;
  text-shadow: 5px 0px #777;
}

@media screen and (min-width: 576px) {
  h2 {
    text-shadow: 10px 0px #777;
  }
}

@media screen and (min-width: 992px) {
  h2 {
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 1400px) {
  h2 {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media screen and (min-width: 1600px) {
  h2 {
    font-size: 7.5rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 12px;
  text-shadow: 10px 15px #1b1b1b;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 1600px) {
  h3 {
    font-size: 7.5rem;
  }
}

h4 {
  font-size: 1rem;
}

@media screen and (min-width: 1200px) {
  h4 {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1400px) {
  h4 {
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 1400px) {
  h4 {
    font-size: 1.875rem;
  }
}

section, footer {
  overflow: hidden;
}

.gaming-support-section .card-item {
  padding: 24px;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.gaming-support-section .card-item h6 {
  color: var(--c-primary);
}

.gaming-support-section .card-item .caption-link {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1200px) {
  .gaming-support-section .card-item .caption-link {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1400px) {
  .gaming-support-section .card-item .caption-link {
    padding-top: 60px;
  }
}

.gaming-support-section .card-item .caption-link > * {
  padding: 0 12px;
}

.gaming-support-section .card-item .caption-link .captions p {
  margin: 0;
  font-size: 12px;
}

.gaming-support-section .card-item .caption-link .card-link a {
  color: var(--c-white);
  padding: 10px 30px;
  background-color: var(--c-primary);
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 8px 16px;
  color: var(--c-body);
  border-color: var(--c-body);
  background-color: transparent;
}

@media screen and (min-width: 576px) {
  .gaming-support-section .card-item .caption-link .card-link a {
    padding: 15px 40px;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 992px) {
  .gaming-support-section .card-item .caption-link .card-link a {
    padding: 18px 50px;
    text-transform: uppercase;
  }
}

.gaming-support-section .card-item .caption-link .card-link a:hover {
  background-color: var(--c-secondary);
}

.page-template-page-become-an-agent-app-step-2 .banner-content {
  padding-bottom: 0;
}

.page-template-page-become-an-agent-app-step-2 .col-md-6 .banner-left {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-template-page-become-an-agent-app-step-2 .full-box-banner {
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
}

.full-box-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.full-box-banner ul li {
  list-style: none;
  padding: 0 25px;
  font-family: 'monty-bold';
  position: relative;
}

.departments {
  padding-top: 60px;
}

@media screen and (min-width: 1200px) {
  .departments {
    padding-top: 80px;
  }
}

.departments .title {
  padding-bottom: 60px;
}

.departments .inner-item {
  padding: 24px 32px;
  background-color: var(--c-white);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 32px;
}

.departments .inner-item .icon {
  padding-bottom: 30px;
}

.department-box .banner-side-box {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* faq-tabs-section css start */
.faq-tabs-section {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .faq-tabs-section {
    padding-top: 80px;
  }
}

.faq-tabs-section .v-pills-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -12px;
  margin-right: -12px;
  position: relative;
}

.faq-tabs-section .v-pills-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url("");
}

.faq-tabs-section .v-pills-tab .nav-link {
  width: calc(20% - 10px);
  margin-right: 10px;
  background-color: var(--c-body);
  color: var(--c-white);
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq-tabs-section .v-pills-tab .nav-link .content {
  padding-top: 30px;
}

.banner-sec {
  position: relative;
}

.banner-sec .logo {
  text-align: center;
  max-width: 330px;
  margin: 0 auto;
}

.banner-sec .logo img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner-sec .video-banner {
  position: relative;
}

.banner-sec .video-banner video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-sec .video-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.696);
}

.banner-sec .banner-wrapper {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.banner-sec .banner-wrapper .banner-title {
  padding: 0 50px;
}

.banner-sec .banner-wrapper .swiper-slide {
  opacity: 0;
  visibility: hidden;
}

.banner-sec .banner-wrapper .swiper-slide-active {
  visibility: visible;
  opacity: 1;
}

.banner-sec .left-title {
  color: var(--c-white);
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 40px;
  height: 40px;
  top: 50%;
}

.banner-sec .left-title a {
  text-decoration: none;
  color: var(--c-white);
}

.banner-sec .left-title p {
  text-decoration: none;
  color: var(--c-white);
  white-space: nowrap;
  background-color: var(--c-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  right: -10px;
}

@media screen and (min-width: 576px) {
  .banner-sec .left-title p {
    font-size: 22px;
  }
}

.banner-sec .right-title {
  color: var(--c-white);
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 40px;
  height: 40px;
  right: 0px;
  top: 50%;
}

.banner-sec .right-title a {
  text-decoration: none;
  color: var(--c-white);
}

.banner-sec .right-title p {
  text-decoration: none;
  color: var(--c-white);
  white-space: nowrap;
  background-color: var(--c-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  right: -10px;
}

@media screen and (min-width: 576px) {
  .banner-sec .right-title p {
    font-size: 22px;
  }
}

.banner-sec .container {
  height: 100%;
}

.banner-sec .container .row {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.banner-sec .container .row .col-12 {
  height: 0;
}

.welcome-sec {
  padding-top: 100px;
}

.welcome-sec .title h4 {
  padding-top: 60px;
}

@media screen and (min-width: 576px) {
  .welcome-sec .title h4 {
    padding-top: 100px;
    padding-left: 100px;
  }
}

.services-sec {
  padding-top: 80px;
}

@media screen and (min-width: 992px) {
  .services-sec {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1400px) {
  .services-sec {
    padding-top: 150px;
  }
}

@media screen and (min-width: 1600px) {
  .services-sec {
    padding-top: 200px;
  }
}

.services-sec .title {
  text-align: center;
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .services-sec .title {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .services-sec .title {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1600px) {
  .services-sec .title {
    padding-bottom: 120px;
  }
}

.services-sec .title h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}

.services-sec .title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--c-white);
  height: 5px;
}

@media screen and (min-width: 576px) {
  .services-sec .title h2::before {
    height: 10px;
  }
}

.services-sec .col-md-6 {
  padding-bottom: 100px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}

.services-sec .col-md-6 a {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}

.services-sec .bg-img {
  background-size: contain;
  background-position: top center;
  width: calc(100% - 50px);
  margin: 0 25px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

.services-sec .bg-img img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
  opacity: .5;
  max-width: 100px;
}

@media screen and (min-width: 576px) {
  .services-sec .bg-img img {
    max-width: 200px;
  }
}

.services-sec .bg-img ul {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 30px;
  font-size: 12px;
}

@media screen and (min-width: 576px) {
  .services-sec .bg-img ul {
    font-size: 20px;
  }
}

.services-sec .content {
  padding-top: 80px;
}

@media screen and (max-width: 575px) {
  .services-sec .content h2 {
    font-size: 62px;
  }
}

/* tab-sec css start */
.tab-sec {
  padding-top: 50px;
}

@media screen and (min-width: 576px) {
  .tab-sec {
    padding-top: 100px;
  }
}

.tab-sec .tap-title span {
  background-color: #fff;
  border-radius: 50%;
  color: var(--c-black);
  font-size: 32px;
  width: 100px;
  height: 100px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 576px) {
  .tab-sec .tap-title span {
    font-size: 70px;
    width: 200px;
    height: 200px;
  }
}

.tab-sec .tap-title a {
  text-decoration: none;
  color: inherit;
}

.tab-sec .tab-right {
  text-align: right;
  position: relative;
}

.tab-sec .tab-right img {
  position: absolute;
  left: 30px;
  top: 0px;
  max-width: 100px;
}

@media screen and (min-width: 576px) {
  .tab-sec .tab-right img {
    left: 40px;
    top: -10px;
    max-width: 250px;
  }
}

@media screen and (min-width: 768px) {
  .tab-sec .tab-right img {
    left: 100px;
    top: -50px;
    max-width: 500px;
  }
}

.tab-sec .tab-right h2 {
  padding-right: 30px;
  padding-top: 0px;
}

@media screen and (min-width: 576px) {
  .tab-sec .tab-right h2 {
    padding-right: 150px;
    padding-top: 150px;
  }
}

@media screen and (min-width: 1400px) {
  .tab-sec .tab-right h2 {
    padding-right: 100px;
  }
}

@media screen and (min-width: 1600px) {
  .tab-sec .tab-right h2 {
    padding-right: 100px;
    padding-top: 40px;
  }
}

/* img-with-content css start */
.img-with-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 100px;
}

.img-with-content video {
  width: 100%;
  margin-right: -100%;
}

.img-with-content .title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-perspective: 600px;
          perspective: 600px;
}

@media screen and (min-width: 768px) {
  .img-with-content .title {
    padding-bottom: 150px;
  }
}

.img-with-content .title h2 {
  text-shadow: none;
  -webkit-transform: rotateX(45deg);
          transform: rotateX(45deg);
}

.packges-sec {
  padding-top: 80px;
}

@media screen and (min-width: 576px) {
  .packges-sec {
    padding-top: 120px;
  }
}

@media screen and (min-width: 992px) {
  .packges-sec {
    padding-top: 200px;
  }
}

@media screen and (min-width: 1400px) {
  .packges-sec {
    padding-top: 300px;
  }
}

.packges-sec .col-md-6:not(:last-child) {
  border-right: 3px solid var(--c-white);
}

.packges-sec .title {
  text-align: center;
  padding-bottom: 60px;
}

@media screen and (min-width: 576px) {
  .packges-sec .title {
    padding-bottom: 120px;
  }
}

.packges-sec .title h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}

.packges-sec .title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: var(--c-white);
}

@media screen and (min-width: 576px) {
  .packges-sec .title h2::before {
    height: 10px;
  }
}

.packges-sec .packges-item {
  text-align: center;
  padding-bottom: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.packges-sec .packges-item span {
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
  border: 5px solid var(--c-white);
  margin-bottom: 30px;
  display: inline-block;
  max-width: 154px;
  margin-left: auto;
  margin-right: auto;
}

.packges-sec .packges-item h3 {
  text-shadow: none;
  font-size: 32px;
}

@media screen and (min-width: 992px) {
  .packges-sec .packges-item h3 {
    font-size: 60px;
  }
}

.packges-sec .packges-item h5 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1rem;
}

.packges-sec .packges-item ul {
  padding: 0;
  margin: 0;
  padding-top: 70px;
}

.packges-sec .packges-item ul li {
  font-size: 20px;
  padding-bottom: 10px;
  list-style: none;
}

.packges-sec .packges-item .btn {
  padding-top: 40px;
  margin-top: auto;
}

.packges-sec .packges-item .btn a {
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block;
  text-decoration: none;
  color: var(--c-white);
  background-color: var(--c-primary);
  line-height: 1.3rem;
}

.footer {
  padding-top: 120px;
}

@media screen and (min-width: 576px) {
  .footer {
    padding-top: 200px;
  }
}

@media screen and (min-width: 576px) {
  .footer h2 {
    padding-left: 50px;
  }
}

@media screen and (max-width: 575px) {
  .footer h2 {
    font-size: 47px;
  }
}

.footer .btn {
  padding-top: 200px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .btn a {
  text-decoration: none;
  color: var(--c-white);
  background-color: var(--c-primary);
  border-radius: 50px;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 50px;
}

@media screen and (min-width: 576px) {
  .footer .btn a {
    font-size: 32px;
    padding: 16px 60px;
  }
}

@media screen and (min-width: 576px) {
  .footer .btn a {
    padding: 22px 50px;
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  .footer .btn a {
    padding: 30px 60px;
    font-size: 36px;
  }
}

@media screen and (min-width: 1400px) {
  .footer .btn a {
    font-size: 38px;
    padding: 40px 80px;
  }
}

.footer form {
  margin: 0 auto;
  padding-top: 100px;
}

@media screen and (min-width: 576px) {
  .footer form {
    max-width: 600px;
    max-width: 500px;
  }
}

@media screen and (min-width: 1600px) {
  .footer form {
    padding-top: 120px;
    max-width: 600px;
  }
}

.footer form label {
  font-style: italic;
  font-size: 18px;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .footer form label {
    font-size: 22px;
  }
}

@media screen and (min-width: 1600px) {
  .footer form label {
    font-size: 32px;
  }
}

.footer form .form-group {
  padding-top: 20px;
}

.footer form .form-group .form-control {
  background-color: #b5b5b5;
  border-color: #777;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 30px;
}

@media screen and (min-width: 576px) {
  .footer form .form-group .form-control {
    padding: 10px 20px;
    border-radius: 16px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1600px) {
  .footer form .form-group .form-control {
    padding: 20px 30px;
    border-radius: 16px;
    font-size: 20px;
  }
}

.footer form .form-btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer form .btn {
  margin-top: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--c-primary);
  color: var(--c-white);
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 50px;
}

@media screen and (min-width: 576px) {
  .footer form .btn {
    font-size: 20px;
  }
}

@media screen and (min-width: 1600px) {
  .footer form .btn {
    font-size: 22px;
    padding: 10px 60px;
  }
}

.footer .social-icon {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 576px) {
  .footer .social-icon {
    padding-top: 100px;
  }
}

.footer .social-icon ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .social-icon ul li {
  list-style: none;
  padding: 0 10px 30px;
}

@media screen and (min-width: 576px) {
  .footer .social-icon ul li {
    padding: 0 20px 30px;
  }
}

.footer .social-icon ul li a {
  text-decoration: none;
  color: var(--c-white);
}

.footer .social-icon ul li a img {
  width: 20px;
  -webkit-transition: all .32s ease-in-out;
  transition: all .32s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 576px) {
  .footer .social-icon ul li a img {
    width: 30px;
  }
}

@media screen and (min-width: 992px) {
  .footer .social-icon ul li a img {
    width: 50px;
  }
}

.footer .social-icon ul li a img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
/*# sourceMappingURL=style.css.map */