object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

b,
strong,
th {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

ol,
ul,
li {
  padding: 0;
  list-style: none;
  margin: 0;
}

label {
  font-weight: normal;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  padding-left: 12px;
  padding-right: 12px;
}

select {
  padding-left: 8px;
}

input[type="number"] {
  padding-left: 5px;
}

textarea {
  padding: 8px 12px 5px 12px;
}

input,
textarea,
select,
button,
a {
  outline: none;
}

button {
  border: none;
  background: none;
  padding: 0;
}

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top);
}

.c-img {
  display: block;
  position: relative;
  padding-top: 66%;
}

.c-img img,
.c-img iframe,
.c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.hv-over {
  display: block;
  position: relative;
}

.hv-over:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hv-over:hover:after {
  background: #2077a7;
  opacity: 0.5;
}

.hv-scale {
  overflow: hidden;
  display: block;
}

.hv-scale img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hv-scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hv-light {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hv-light:before,
.hv-light:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.hv-light:before {
  right: 0;
  bottom: 0;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hv-light:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
  -webkit-transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  -ms-transition: 0.75s ease-in-out;
  -o-transition: 0.75s ease-in-out;
  transition: 0.75s ease-in-out;
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.hv-light:hover:after {
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.s-content .aligncenter {
  display: block;
  text-align: center;
  margin: auto;
}

.s-content .alignright {
  display: block;
  text-align: right;
  margin-left: auto;
}

.s-content .alignleft {
  display: block;
  text-align: left;
  margin-right: auto;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: inline-block;
  max-width: 100%;
  margin: 10px 0;
  height: auto !important;
  object-fit: none;
}

.s-content table,
.s-content iframe {
  max-width: 100%;
}

.s-content a {
  color: #2891cc;
}

.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ebebeb;
}

.s-content table td {
  border-collapse: collapse;
  border: solid 1px #ebebeb;
  padding: 3px;
}

.s-content h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.col-mar-0>div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.col-mar-5>div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.col-mar-8>div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col-mar-10>div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

@font-face {
  font-display: swap;
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'OpenSansB';
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'Rowdies';
  src: url("../fonts/Rowdies/Rowdies-Regular.ttf") format("truetype");
}

body {
  font-size: 16px;
  font-family: 'OpenSans', Helvetica, Arial, sans-serif;
  line-height: 1.3;
  max-width: 1920px;
  margin: auto;
  color: #333333;
  overflow-x: hidden;
}

a {
  display: inline-block;
}

button:focus {
  outline: none;
}

video {
  width: 100%;
  margin-bottom: -10px;
}

.wow {
  visibility: hidden;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16,
.fs-16-cover {
  font-size: 16px !important;
}

.fs-18,
.fs-18-cover {
  font-size: 18px !important;
}

.fs-20,
.fs-20-cover {
  font-size: 20px !important;
}

.fs-22,
.fs-22-cover {
  font-size: 22px !important;
}

.fs-24,
.fs-24-cover {
  font-size: 24px !important;
}

.fs-26,
.fs-26-cover {
  font-size: 26px !important;
}

.fs-28,
.fs-28-cover {
  font-size: 28px !important;
}

.fs-30,
.fs-30-cover {
  font-size: 30px !important;
}

.fs-36,
.fs-36-cover {
  font-size: 36px !important;
}

.all-title {
  font-family: 'Rowdies';
  font-size: 48px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.all-title:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100px;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}

.all-title.white {
  color: #ffffff;
}

.all-title.white:after {
  background-color: #ffffff;
}

.all-title.main {
  color: #3D5BA4;
}

.all-title.main:after {
  background-color: #3D5BA4;
}

.all-title.full-border:after {
  width: 100%;
  left: 50px;
}

.all-btn {
  display: inline-block;
  font-size: 22px;
  color: #ffffff !important;
  background: #3D5BA4;
  border-radius: 3px;
  border: solid 1px #3D5BA4;
  font-family: 'Rowdies';
}

.all-btn:hover,
.all-btn:focus {
  background: #271B5E;
}

.list-link-play-game .icon {
  width: 20px;
  margin-top: -6px;
}

#play-game-modal .btn-close {
  border: solid 1px #000000;
}

#play-game-modal .modal-content {
  background: #f9f9f9;
}

#play-game-modal .title {
  font-size: 26px;
  color: #3D5BA4;
  font-family: 'Rowdies';
}

#play-game-modal .subtitle {
  color: #3D5BA4;
  font-family: 'Rowdies';
}

/* checkbox */
.module-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.module-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.module-checkbox .checkmark {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #888888;
}

.module-checkbox:hover input~.checkmark {
  background-color: #ebebeb;
}

.module-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.module-checkbox input:checked~.checkmark:after {
  display: block;
}

.module-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #252525;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* end check box */
.scrollstyle::-webkit-scrollbar-track {
  background-color: #B8FAFF;
  width: 6px;
  height: 6px;
}

.scrollstyle::-webkit-scrollbar {
  background-color: #3D5BA4;
  margin: 6px;
  width: 6px;
  height: 6px;
}

.scrollstyle::-webkit-scrollbar-thumb {
  background-color: #3D5BA4;
  border-radius: 3px;
  width: 6px;
  height: 6px;
}

.animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon span {
  background-color: #fff;
}

.animated-icon span:nth-child(1) {
  top: 0px;
}

.animated-icon span:nth-child(2) {
  top: 10px;
}

.animated-icon span:nth-child(3) {
  top: 20px;
}

.animated-icon.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.icon-close {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}

.icon-close:before,
.icon-close:after {
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 25px;
  height: 2px;
  top: 10px;
  left: -3px;
  background-color: #333;
}

.icon-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .logo img {
  max-height: 130px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header.fixed {
  background-color: rgba(29, 37, 94, 0.8);
  padding-top: 3px;
  padding-bottom: 3px;
}

.header.fixed .logo {
  position: absolute;
  top: 0;
  left: 0.75rem;
}

.header.fixed .logo img {
  max-height: 60px;
}

.header.fixed .logo-wrapper {
  display: block !important;
}

.header-btn {
  display: inline-block;
  color: #0E6EA7;
  background-color: #ffffff;
  padding: 5px 20px;
  border-radius: 999px;
  font-family: 'Rowdies';
  font-size: 18px;
}

.header-btn:hover,
.header-btn:focus {
  background-color: #0E6EA7;
  color: #ffffff;
}

.main-menu {
  font-family: 'Rowdies';
}

.main-menu ul li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-right: 20px;
  color: #ffffff;
}

.main-menu ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 8px 12px;
  border-radius: 5px;
}

.main-menu ul li ul {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  padding-top: 1px;
  width: 220px;
  top: 150%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.main-menu ul li ul li {
  display: block;
  margin-right: 0;
  font-size: 16px;
}

.main-menu ul li ul li a {
  border-radius: 0;
  padding: 8px 15px;
  border-bottom: solid 1px #ffffff;
}

.main-menu ul li ul li ul {
  left: 100%;
  top: 0;
}

.main-menu ul li ul li:first-child a {
  border-radius: 5px 5px 0px 0px;
}

.main-menu ul li ul li:last-child a {
  border-radius: 0px 0px 5px 5px;
}

.main-menu ul li ul li:hover a {
  background-color: #ffffff;
  color: #0E6EA7;
}

.main-menu ul li:hover>ul {
  top: 100%;
  opacity: 1;
  visibility: unset;
  pointer-events: all;
}

.main-menu ul li:hover a {
  color: #ffffff;
  background-color: #0E6EA7;
}

.rotate {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-menu {
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  z-index: 999;
  top: 0;
  left: -100%;
  width: 350px;
  max-width: 80%;
  background: #ffffff;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sp-menu .logo img {
  height: 50px;
}

.sp-menu ul li {
  display: block;
  color: #333;
  position: relative;
  font-size: 15px;
  border-top: solid 1px #ebebeb;
  overflow: hidden;
}

.sp-menu ul li a {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 15px;
}

.sp-menu ul li a:hover {
  background: #333;
  color: #ffffff;
}

.sp-menu ul li .btn-dropdown-menu {
  position: absolute;
  cursor: pointer;
  font-size: 20px;
  right: 0;
  top: 0px;
  padding: 4px 15px;
  color: #333;
  background: #ebebeb;
}

.sp-menu ul li .btn-dropdown-menu i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sp-menu ul li .btn-dropdown-menu.open i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-menu ul li ul {
  background: #f9f9f9;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sp-menu ul li ul li {
  border-bottom: solid 1px #e1e1e1;
}

.sp-menu ul li ul li a {
  padding: 8px 15px 8px 35px;
}

.sp-menu ul li ul li a:hover {
  background: #555;
}

.sp-menu ul li ul li ul li a {
  padding: 8px 15px 8px 55px;
}

.sp-menu ul li.show>a {
  background: #333;
  color: #ffffff;
}

.sp-menu.active {
  left: 0;
}

.btn-sp-menu {
  cursor: pointer;
  opacity: 1;
  margin-top: -2px;
}

.btn-sp-menu:hover {
  opacity: 0.6;
}

.over-lay-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  z-index: 991;
  width: calc(100% - 350px);
  height: 100%;
  min-width: 30%;
  top: 0;
  right: -100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.25);
}

.over-lay-menu.active {
  opacity: 1;
  right: 0;
}

.footer {
  background-color: #F5F5F5;
}

.footer .logo img {
  height: 100px;
}

.back-to-top {
  padding-top: 2px;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  right: 15px;
  border-radius: 5px;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 900;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-to-top p {
  line-height: 10px;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: all;
  visibility: unset;
}

.back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.3);
}

.main-banner {
  background-color: #6abfe5;
  position: relative;
}

.main-banner .content-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.main-banner .content-banner .banner-slogan {
  font-family: 'Rowdies';
  font-size: 66px;
  color: #3D5BA4;
}

.main-banner .list-social {
  margin-top: 50px;
}

.list-social .item-social {
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  font-size: 30;
  background-color: #3D5BA4;
  border-radius: 50%;
  color: #ffffff;
}

.list-social .item-social:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.list-social .item-social:not(:last-child) {
  margin-right: 20px;
}

.main-about-us {
  background-color: #3D5BA4;
}

.section-frames-all {
  padding-top: 90px;
  padding-bottom: 90px;
}

.list-item-about {
  background-image: url("../images/003.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.list-item-about .item {
  height: 100%;
  width: 100%;
  border-radius: 999px;
  background-color: #ffffff;
  padding: 25px;
}

.list-item-about .item .icon {
  height: 100%;
}

.list-item-about .item .icon img {
  height: 100%;
}

.list-item-about .item .content {
  margin-left: 15px;
  color: #3D5BA4;
  font-family: 'OpenSansB';
  text-align: center;
  font-size: 26px;
}

.list-item-video-about .item {
  padding: 15px;
  padding-left: 50px !important;
  color: #ffffff;
  border-bottom: solid 2px #5B79B9;
}

.list-item-video-about .item .name {
  font-size: 33px;
  font-family: 'OpenSansB';
  cursor: pointer;
  position: relative;
}

.list-item-video-about .item .name .icon {
  position: absolute;
  width: 0;
  height: 0;
  left: -32px;
  top: 50%;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 15px solid transparent;
  border-left: 20px solid #ffffff;
  border-bottom: 15px solid transparent;
}

.list-item-video-about .item .content {
  display: none;
  margin-top: 20px;
}

.list-item-video-about .item.active {
  background-image: linear-gradient(#426FB0, #5B79B9);
}

.list-item-video-about .item.active .name .icon {
  display: none;
}

.drift-cloud-wrapper {
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
}

.drift-cloud-wrapper::-webkit-scrollbar-track {
  width: 0px;
  height: 0px;
}

.drift-cloud-wrapper::-webkit-scrollbar {
  margin: 0px;
  width: 0px;
  height: 0px;
}

.drift-cloud-wrapper::-webkit-scrollbar-thumb {
  border-radius: 3px;
  width: 0px;
  height: 0px;
}

.drift-cloud {
  position: relative;
  margin-top: -1px;
}

.drift-cloud img {
  width: 100%;
}

.drift-cloud .before-cloud,
.drift-cloud .after-cloud {
  position: absolute;
  top: 0;
  left: 0;
}

.drift-cloud .before-cloud {
  -webkit-animation: drift 60s linear infinite;
  -moz-animation: drift 60s linear infinite;
  -o-animation: drift 60s linear infinite;
  animation: drift 60s linear infinite;
}

.drift-cloud .after-cloud {
  -webkit-animation: driftRight 60s linear infinite;
  -moz-animation: driftRight 60s linear infinite;
  -o-animation: driftRight 60s linear infinite;
  animation: driftRight 60s linear infinite;
}

.drift-cloud .all-title {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
}

.drift-cloud .box-contact-info {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
}

.drift-cloud .box-contact-info .all-title {
  position: relative;
  bottom: auto;
  width: auto;
  display: inline-block;
}

.drift-cloud.pending-run .before-cloud,
.drift-cloud.pending-run .after-cloud {
  top: 1px;
}

@-webkit-keyframes drift {
  from {
    -webkit-transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes drift {
  from {
    -moz-transform: translateX(-100%);
  }

  to {
    -moz-transform: translateX(0%);
  }
}

@-o-keyframes drift {
  from {
    -o-transform: translateX(-100%);
  }

  to {
    -o-transform: translateX(0%);
  }
}

@-keyframes drift {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

@-webkit-keyframes driftRight {
  from {
    -webkit-transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(100%);
  }
}

@-moz-keyframes driftRight {
  from {
    -moz-transform: translateX(0%);
  }

  to {
    -moz-transform: translateX(100%);
  }
}

@-o-keyframes driftRight {
  from {
    -o-transform: translateX(0%);
  }

  to {
    -o-transform: translateX(100%);
  }
}

@-keyframes driftRight {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(100%);
  }
}

.box-contact-info .subtitle {
  font-size: 22px;
}

.form-subscribe-email input {
  width: calc(100% - 100px);
  height: 65px;
  text-align: center;
  border: none;
  margin-top: 10px;
  font-size: 22px;
}

.form-subscribe-email button {
  width: 100px;
  height: 65px;
  margin-top: 10px;
}

.game-story {
  background-color: #ffffff;
}

.game-story-content {
  max-height: 350px;
  overflow: auto;
}

.game-play {
  background-color: #B8FAFF;
}

.game-play img {
  width: 100%;
}

.game-play .title {
  margin-top: -160px;
}

.game-play .slider-controls-box {
  position: absolute;
  width: 100%;
  bottom: -80px;
  left: 0;
}

.game-play-innert-content {
  max-width: 500px;
  margin-left: 100px;
}

.game-play-slider {
  margin-top: 40px;
}

.game-play-slider .item .name {
  margin-bottom: 33px;
  font-size: 33px;
  text-align: center;
  font-family: 'Rowdies';
}

.slider-controls .prev-btn,
.slider-controls .next-btn {
  font-size: 26px;
  z-index: 2;
  color: #3D5BA4;
  font-family: 'Rowdies';
}

.slider-controls .prev-btn {
  margin-right: 20px;
}

.slider-controls .swiper-button-disabled {
  display: none !important;
}

.slider-pagination {
  z-index: 2;
  text-align: right;
  left: 0;
  bottom: 15px;
  pointer-events: none;
}

.slider-pagination .swiper-pagination-bullet {
  pointer-events: all;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  opacity: 1;
  background: #333333;
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3D5BA4;
}

.slider-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.dcoin-roadmap {
  background-color: #3D5BA4;
}

.dcoin-roadmap .dcoin .all-title,
.dcoin-roadmap .dcoin .sub-title {
  position: relative;
  z-index: 2;
}

.dcoin-roadmap .roadmap {
  position: relative;
  background-image: url("../images/012.jpg");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}

.dcoin-roadmap .roadmap:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -70px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/010.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
}

.img-dcoin {
  z-index: 0;
}

.list-item-dcoin .item {
  width: 100%;
  display: flex;
  align-items: start;
  position: relative;
  z-index: 2;
}

.list-item-dcoin .item .icon {
  width: 35px;
  height: 35px;
  margin-top: 6px;
  border-radius: 50%;
  background-color: #3E5D9D;
  position: relative;
}

.list-item-dcoin .item .icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 20px;
  margin-left: -7px;
  margin-top: -12px;
  border: solid #ffffff;
  border-width: 0px 5px 5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-item-dcoin .item .content {
  width: calc(100% - 35px);
  padding-left: 10px;
  color: #ffffff;
}

.list-item-dcoin .item .content .name {
  font-size: 33px;
  font-family: 'OpensansB';
}

.list-item-dcoin .item:not(:last-child) {
  margin-bottom: 15px;
}

.list-item-roadmap {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}

.list-item-roadmap .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  position: relative;
  min-height: 90px;
}

.list-item-roadmap .item .left-box {
  text-align: right;
  padding-right: 70px;
  font-size: 33px;
  width: 50%;
  font-family: 'Rowdies';
}

.list-item-roadmap .item .right-box {
  text-align: left;
  padding-left: 70px;
  width: 50%;
  font-size: 22px;
}

.list-item-roadmap .item .icon {
  position: absolute;
  z-index: 2 !important;
  width: 90px;
  height: 90px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.list-item-roadmap .item:after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #ffffff;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: 0;
  margin-left: -2px;
  height: calc(100% + 40px);
  display: none;
}

.list-item-roadmap .item:not(:last-child) {
  margin-bottom: 40px;
}

.list-item-roadmap .item:not(:last-child):after {
  display: block;
}

.team {
  background-color: #B8FAFF;
  background-image: url("../images/Asset 37.png");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}

.team .all-title {
  margin-bottom: 75px;
}

.team .slider-team {
  margin-bottom: 75px;
}

.team .slider-controls .prev-btn,
.team .slider-controls .next-btn {
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  z-index: 2;
  background: #3D5BA4;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team .slider-controls .prev-btn:hover,
.team .slider-controls .next-btn:hover {
  color: #ffffff;
}

.team .slider-controls .prev-btn {
  left: 0;
}

.team .slider-controls .next-btn {
  right: 0;
}

.team .slider-controls .swiper-button-disabled {
  display: none !important;
}

.item-person {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.item-person .img {
  border-radius: 20px;
  overflow: hidden;
  max-width: 135px;
}

.item-person .img .c-img {
  padding-top: 100%;
}

.item-person .content {
  text-align: center;
  margin-top: 30px;
}

.item-person .content .name {
  font-size: 33px;
  font-family: 'Rowdies';
  margin-bottom: 20px;
}

.backed-by {
  background-color: #3D5BA4;
  background-image: url("../images/017.jpg");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}

.backed-by .item-backed-by {
  background-color: #3D5BA4;
  height: 100%;
}

.footer {
  background-color: #ffffff;
}

.footer-menu a {
  color: #3D5BA4;
  font-size: 22px;
  display: block;
  position: relative;
  padding-bottom: 3px;
}

.footer-menu a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 3px;
  background-color: #3D5BA4;
}

.footer-menu a:hover:after {
  width: 100%;
}

.icon-fly-animation-left {
  position: absolute;
  left: 90%;
  top: 0;
  width: fit-content;
  opacity: 0;
  transform: translateY(0px) translateX(-100%);
  animation: flyingIconLeft 45s linear infinite;
}

@keyframes flyingIconLeft {
  0% {
    opacity: 0;
    left: 90%;
    transform: translateY(0px) translateX(-100%);
  }

  17% {
    opacity: 1;
    left: 75%;
    transform: translateY(-80px) translateX(0%);
  }

  33% {
    left: 60%;
    transform: translateY(0px);
  }

  50% {
    left: 45%;
    transform: translateY(80px);
  }

  67% {
    left: 30%;
    transform: translateY(0px);
  }

  83% {
    left: 15%;
    transform: translateY(-80px);
    opacity: 1;
  }

  100% {
    left: 0%;
    transform: translateY(0px);
    opacity: 0;
  }
}

.icon-fly-animation-right {
  position: absolute;
  top: 0;
  width: fit-content;
  right: 90%;
  opacity: 0;
  transform: translateY(0px) translateX(100%);
  animation: flyingIconRight 45s linear infinite;
}

@keyframes flyingIconRight {
  0% {
    opacity: 0;
    right: 90%;
    transform: translateY(0px) translateX(100%);
  }

  17% {
    opacity: 1;
    right: 75%;
    transform: translateY(-80px) translateX(0%);
  }

  33% {
    right: 60%;
    transform: translateY(0px);
  }

  50% {
    right: 45%;
    transform: translateY(80px);
  }

  67% {
    right: 30%;
    transform: translateY(0px);
  }

  83% {
    right: 15%;
    transform: translateY(-80px);
    opacity: 1;
  }

  100% {
    right: 0%;
    transform: translateY(0px);
    opacity: 0;
  }
}

footer {
  padding-bottom: 8rem !important;
}

/*# sourceMappingURL=style.css.map */