@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Overpass', sans-serif;
  font-size: 100%;

  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-style: normal;
  text-decoration: none;
  box-sizing: border-box;
  color: #000000;
  font-weight: normal;
  background: #202840;
}

img {
  border: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a {
  transition: 0.3s;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  text-transform: none;
}

.main {
  width: 100%;
  float: left;
  position: relative;
}

.head {
  width: 100%;
  float: left;
  padding: 0 30px 0 30px;
  position: absolute;
  top: 0px;
  z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  padding: 30px 5px 20px 5px;
  margin: 0 18px;
  color: #ffffff;
  letter-spacing: 0.04rem;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #5b3df2;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #5b3df2;
  background: none;
  /* border-top: solid 3px #5b3df2; */
}

.navbar {
  padding: 0px;
}

.join-btn {
  height: 53px;
  line-height: 53px;
  background: #5b3df2;
  border: solid 2px #202840;
  display: inline-block;
  border-radius: 1.125rem;
  padding: 0 30px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  margin: 14px 0px 0 20px;
  box-shadow: -0.25rem -0.25rem 1rem rgba(52.4, 65.5, 104.8, 0.3),
    0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.3);
}

.join-btn:hover {
  background: #4f35d3;
  text-decoration: none;
  color: #ffffff;
}

.join-btn i {
  margin: -2px 0 0 10px;
  float: right;
}

.banner {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 2.5rem;
  background-size: cover;
  background-position: center;
  background-scroll: fixed;
  background-image: url(../images/login-background-dark.png);

  text-align: center;
}

.banner h1 {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 75px;
  padding-bottom: 15px;
}

.banner h1 span {
  color: #5b3df2;
}

.banner p {
  font-size: 22px;
  color: #ffffff;
  line-height: 33px;
  padding-right: 0px;
}

.join-btn-large {
  height: 75px;
  line-height: 75px;
  background: #5b3df2;
  border: solid 2px #202840;
  display: inline-block;
  border-radius: 1.125rem;
  padding: 0 45px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  margin: 14px 0px 0 20px;
  background: #5b3df2;
  box-shadow: -0.25rem -0.25rem 1rem rgba(52.4, 65.5, 104.8, 0.3),
    0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.3);
}

.join-btn-large:hover {
  background: #4f35d3;
  text-decoration: none;
  color: #ffffff;
}

.join-btn-large i {
  margin: -2px 0 0 10px;
  float: right;
}

.midcounter {
  width: 100%;
  float: left;
}

.sec-one {
  width: 100%;
  float: left;
}

.sec-one h2 {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 15px;
}

.sec-one h2 span {
  color: #5b3df2;
}

.gamer-loop figure {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: -0.5rem -0.5rem 1rem rgba(52.4, 65.5, 104.8, 0.3),
    0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.3);
}

.gamer-loop figure figcaption {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  padding: 15px 0 15px 0;
  border-radius: 3px;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;

  background: rgba(19.53, 24.2, 38.21, 0.7);
}

.gamer-loop figure figcaption a {
  color: #ffffff;
  text-decoration: none;
}

.gamer-loop figure img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s linear;
  -moz-transition: -moz-transform 0.4s linear;
  overflow: hidden;
  width: 100%;
  border-radius: 3px;
}

.gamer-loop figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.sec-two {
  width: 100%;
  float: left;
  padding: 80px 0 80px 0;
}

.sec-two h2 {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 15px;
}

.sec-two h2 span {
  color: #5b3df2;
}

.sec-two p {
  font-size: 26px;
  color: #c8cdd3;
  line-height: 33px;
  padding-right: 0px;
}

.read-btn-mudium {
  height: 42px;
  line-height: 40px;
  border: solid 2px #5b3df2;
  display: inline-block;
  border-radius: 1.125rem;
  padding: 0 26px;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  margin: 14px 0px 0 0px;
  background: none;
}

.read-btn-mudium:hover {
  background: #5b3df2;
  text-decoration: none;
  color: #ffffff;
  border-color: #5b3df2;
}

.read-btn-mudium i {
  margin: -1px 0 0 10px;
  float: right;
}

.read-btn-mudium i img {
  height: auto !important;
}

.sec-three {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px 0 80px 0;
}

.sec-three h2 {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 15px;
}

.sec-three h2 span {
  color: #5b3df2;
}

.player-loop {
  padding: 15px 0;
}

.player-loop-left {
  width: 60px;
  float: left;
}

.player-loop-right {
  width: 75%;
  float: left;
  text-align: left;
  margin-left: 20px;
}

.player-loop-right h4 {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
}

.player-loop-right p {
  font-size: 16px;
  color: #c8cdd3;
}

.sec-four {
  width: 100%;
  float: left;
  text-align: center;
  background: url(../images/login-background-dark.png) center top no-repeat;
  padding: 80px 0 80px 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;

  border-radius: 1.125rem;
  /* box-shadow: -0.5rem -0.5rem 1rem rgba(52.4, 65.5, 104.8, 0.3),
    0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.3); */
}

.sec-four h2 {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 0px;
  font-size: 36px;
}

.sec-four h2 span {
  color: #5b3df2;
}

.sec-four p {
  font-size: 22px;
  color: #c8cdd3;
  font-weight: 500;
}

.join-outline {
  background: #5b3df2;
  border: solid 2px #202840;
  display: inline-block;
  border-radius: 1.125rem;
  box-shadow: -0.25rem -0.25rem 1rem rgba(52.4, 65.5, 104.8, 0.3),
    0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.3);
}

.sec-five {
  width: 100%;
  float: left;
  text-align: center;
  padding: 80px 0 80px 0;
  text-align: left;
}

.sec-five h2 {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.sec-five h2 span {
  color: #5b3df2;
}

.sec-five p {
  font-size: 18px;
  color: #c8cdd3;
  font-weight: 500;
  padding-bottom: 15px;
}

.news-loop figure {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: -0.5rem -0.5rem 1rem rgba(52.4, 65.5, 104.8, 0.3),
    0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.3);
}

.news-loop figure em {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 1.25rem;
  font-style: normal;
  background: #5b3df2;
  z-index: 999;
}

.news-loop figure img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}

.news-loop figure figcaption {
  background: #202840;
  padding: 25px 40px 25px 40px;
  width: 100%;
  float: left;
  border-radius: 0 0 3px 3px;
}

.news-loop figure figcaption span {
  font-size: 16px;
  color: #5b3df2;
  font-weight: bold;
}

.news-loop figure figcaption h3 {
  font-size: 23px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 5px;
}

.news-loop figure figcaption h3 a {
  color: #ffffff;
  text-decoration: none;
}

.news-loop figure figcaption p {
  font-size: 16px;
  color: #c8cdd3;
}

.news-loop figure a {
  overflow: hidden;
  display: block;
}

.news-loop figure a img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s linear;
  -moz-transition: -moz-transform 0.4s linear;
  overflow: hidden;
  width: 100%;
  border-radius: 3px 3px 0 0;
  height: 230px;
  object-fit: cover;
}

.news-loop figure a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.news-loop .read-btn-mudium {
  float: right;
  margin-top: 0px;
}

.sec-six {
  width: 100%;
  float: left;
}

.sec-six h2 {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 0px;
  font-size: 30px;
  text-align: center;
}

.sec-six h2 span {
  color: #5b3df2;
}

.sec-six ul {
  list-style: none;
  margin: 0px;
  padding: 20px 30px;
  background: rgba(19.53, 24.2, 38.21, 0.2);
  border-radius: 1.125rem;
}

.sec-six ul li {
  line-height: normal;
  display: inline-block;
  width: 19.8%;
  text-align: center;
  padding: 50px 0;
  border-right: 1px solid rgba(52.4, 65.5, 104.8, 0.5);
  margin: 0 0 0 -4px;
  position: relative;
}

.sec-six ul li:nth-child(5) {
  border-right: none;
}

.sec-six ul li:nth-child(6) {
  border-bottom: none;
}

.sec-six ul li:nth-child(7) {
  border-bottom: none;
}

.sec-six ul li:nth-child(8) {
  border-bottom: none;
}

.sec-six ul li:nth-child(9) {
  border-bottom: none;
}

.sec-six ul li:nth-child(10) {
  border-bottom: none;
  border-right: none;
}

.sec-six ul li span {
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 35px;
  height: 35px;
  border-radius: 1.125rem;
  z-index: 99;
}

.sec-seven {
  width: 100%;
  float: left;
}

.sec-seven h2 {
  padding-bottom: 15px;
}

.sec-seven .news-loop figure figcaption {
  padding: 15px 30px 10px 30px;
}

.sec-seven .news-loop figure img {
  border-radius: 3px 3px 0 0;
}

.sec-seven .news-loop b img {
  width: auto;
}

.sec-seven .news-loop b {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}

.sec-eight {
  width: 100%;
  float: left;
  padding: 0px 0px 80px 0px;
}

.sec-eight h2 {
  padding-bottom: 15px;
}

.match-loop {
  background: #132a43;
  border-radius: 3px;
  padding: 25px;
  margin: 20px 0;
}

.match-loop .row {
  align-items: center;
}

.m-left-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
}

.m-left-list ul li {
  line-height: normal;
  display: inline-block;
  margin: 0 15px;
  text-align: center;
}

.m-left-list ul li span {
  font-size: 16px;
  color: #c8cdd3;
}

.m-left-list ul li b {
  font-size: 27px;
  color: #ffffff;
  display: block;
}

.m-right-detail {
  background: url(../image/border.svg) left center no-repeat;
  padding-left: 40px;
}

.m-right-detail span {
  font-size: 16px;
  color: #5b3df2;
  text-transform: uppercase;
  font-weight: bold;
}

.m-right-detail h3 {
  font-size: 27px;
  color: #ffffff;
  font-weight: bold;
}

.m-right-detail p {
  font-size: 16px;
  color: #c8cdd3;
  line-height: 22px;
  padding: 0px;
  margin: 0px;
}

.footer {
  width: 100%;
  float: left;
  /* background: url(../images/cover-image-dark.jpg) center top no-repeat #0a1622; */
  padding: 60px 0 40px 0;
}

.foot-left p {
  font-size: 16px;
  color: #c8cdd3;
  line-height: 22px;
  padding: 20px 50px 0 0;
}

.foot-nav h3 {
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 15px;
}

.foot-nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.foot-nav ul li {
  line-height: normal;
  padding-bottom: 15px;
  width: 100%;
  float: left;
}

.foot-nav ul li i {
  width: 30px;
  float: left;
}

.foot-nav ul li span {
  width: 80%;
  float: left;
  font-size: 16px;
  color: #c8cdd3;
}

.newsletter {
  padding-left: 80px;
}

.input {
  height: 48px;
  line-height: 48px;
  border: solid 2px #5b3df2;
  background: none;
  border-radius: 1.125rem;
  font-size: 16px;
  color: #c8cdd3;
  padding: 0 20px;
  width: 100%;
}

.submit {
  float: left;
  height: 50px;
  line-height: 51px;
  background: #5b3df2;
  border-radius: 1.125rem;
  border: none;
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 30px;
  margin-top: 20px;
}

.submit:hover {
  background: darken(#5b3df2, 3%);
}

.submit i {
  float: right;
  margin: -2px 0 0 5px;
}

ul.foot-social {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.foot-social li {
  line-height: normal;
  display: inline-block;
}

.foot-social li a {
  width: 30px;
  height: 30px;
  background: url(../image/foot-social.svg) left top no-repeat;
  display: inline-block;
  margin: 0 10px;
}

.foot-social li a:hover {
  opacity: 0.8;
}

.foot-social li a.fb {
  background-position: left top;
}

.foot-social li a.tweet {
  background-position: -53px top;
}

.foot-social li a.insta {
  background-position: -99px top;
}

.foot-social li a.g1 {
  background: none;
}

.foot-bttom p {
  font-size: 16px;
  color: #8e9399;
  text-align: center;
}

.foot-bttom i {
  font-size: 16px;
  font-style: normal;
  margin: 0 8px;
}

.foot-bttom p a {
  color: #8e9399;
}

ul.foot-bottom-nav {
  list-style: none;
  margin: 20px 0px 10px 0px;
  padding: 0px;
  text-align: center;
}

.foot-bottom-nav li {
  line-height: normal;
  display: inline-block;
}

.foot-bottom-nav li a {
  font-size: 16px;
  color: #c8cdd3;
  padding: 0 22px;
  text-decoration: none;
  letter-spacing: 0.03rem;
  font-weight: 500;
}

.foot-bottom-nav li a:hover {
  color: #5b3df2;
}

/******************About Page Start Here**********************/
.about-banner {
  width: 100%;
  float: left;
  background: url(../image/about-banner.png) center top no-repeat;
  padding: 150px 0 100px 0;
}
.about-banner h1 {
  color: #ffffff;
  font-weight: bold;
}
.about-banner h1 span {
  color: #5b3df2;
  display: inline-block;
  font-size: 67px;
  padding: 0px;
  font-weight: normal;
}
.about-banner p {
  color: #c8cdd3;
}
.about-banner em {
  font-size: 24px;
  color: #c8cdd3;
  font-style: normal;
  padding-bottom: 50px;
  display: block;
}
.about-banner h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 10px;
}
.about-banner span {
  color: #ffffff;
  display: block;
  padding-bottom: 25px;
  font-weight: normal;
}

.about-sec {
  width: 100%;
  float: left;
  padding: 80px 0 80px 0;
  background: url(../image/about-sec-bg.png) left top no-repeat #0e2134;
  text-align: center;
}
.about-sec em {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
}
.about-sec h2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 56px;
}
.about-sec h2 span {
  color: #5b3df2;
}

.about-sec-one {
  width: 100%;
  float: left;
  padding: 80px 0 80px 0;
}
.about-sec-one h2 {
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 15px;
}
.about-sec-one h2 span {
  color: #5b3df2;
}
.about-sec-one .news-loop {
  margin: 15px 0;
}
.about-sec-one .news-loop figure figcaption {
  padding: 20px 30px;
}
.about-sec-one .news-loop figure figcaption h3 {
  margin-bottom: 0px;
}

/******************Terms Page Start Here**********************/
.term-section h1 span {
  font-weight: normal;
  font-weight: bold;
}
.term-section span {
  font-weight: normal;
}
.term-section p {
  font-size: 17px;
  color: #c8cdd3;
  line-height: 22px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;

  padding-bottom: 10px;
}
.term-section p a {
  color: #5b3df2;
  border-bottom: solid 1px #5b3df2;
}
.term-section p a:hover {
  text-decoration: none;
}
.term-section h3 {
  font-size: 26px;
  font-weight: bold;
  padding-top: 15px;
}
.term-section ul {
  list-style: none;
  margin: 15px 0px;
  padding: 0px;
}
.term-section ul li {
  line-height: normal;
  font-size: 17px;
  color: #c8cdd3;

  background: url(../image/dotted.svg) left 9px no-repeat;
  padding: 0px 0 15px 25px;
}
.term-section b {
  font-weight: normal;
  border-bottom: solid 1px #c8cdd3;
}

/******************Research Page Start Here**********************/
.res-loop {
  margin: 15px 0;
}
.res-loop figure img {
  border-radius: 3px 3px 0 0;
}
.res-loop figcaption {
  width: 100%;
  float: left;
  background: #132a43;
  padding: 20px 15px;
  border-radius: 0px 0px 3px 3px;
}
.res-loop h3 {
  font-size: 20px;
  color: #ffffff;
  margin: 0px;
  padding: 12px 0px 0px 0px;
}
.res-loop h3 a {
  color: #ffffff;
  text-decoration: none;
  border: none;
  font-size: 20px;
  padding: 0px;
  line-height: normal;
  letter-spacing: normal;
}
.res-loop span {
  padding: 0px;
}
.res-loop span a {
  font-size: 13px;
  color: #ffffff;
  border: 1px solid #5b3df2;
  line-height: 30px;
  border-radius: 1.125rem;
  height: 30px;
  line-height: 32px;
  padding: 0 18px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.03rem;
  text-decoration: none;
}

.sort {
  padding-top: 100px;
}
.sort label {
  font-size: 20px;
  color: #ffffff;
  width: auto;
  float: left;
  padding-right: 18px;
  line-height: 40px;
}
.sort .drop {
  width: 76%;
  float: left;
  border: none;
  background: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  background: url(../image/drop-arrow.svg) right 9px no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  line-height: 40px;
  color: #c8cdd3;
  font-size: 21px;
}

/******************Contact Page Start Here**********************/
.contact-drop {
  width: 100%;
  float: left;
  border: none;
  background: none;
  border-bottom: solid 1px #122c41;
  background: url(../image/drop-arrow.svg) right 9px no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 55px;
  line-height: 55px;
  font-size: 21px;
  color: #c8cdd3;
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 500;
}

.contact-drop:focus {
  outline: none;
  border-bottom: solid 2px #5b3df2;
}

.contact-input {
  width: 100%;
  float: left;
  background: none;
  border: none;
  border-bottom: solid 1px #122c41;
  height: 55px;
  line-height: 55px;
  color: #c8cdd3;
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 500;
}

/* .contact-input:focus {
  outline: none;
  border-bottom: solid 2px #5b3df2;
} */

.contact-area {
  width: 100%;
  float: left;
  background: none;
  border: none;
  border-bottom: solid 1px #122c41;
  color: #c8cdd3;
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 500;
}

.contact-input:focus {
  outline: none;
  border-bottom: solid 2px #5b3df2;
}

.contact-form {
  text-align: center;
}

.contact-section {
  width: 100%;
  float: left;
  padding-bottom: 80px;
}

.contact-detail {
  padding-left: 30px;
}
.contact-detail h3 {
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 30px;
}
.contact-detail ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.contact-detail ul li {
  line-height: normal;
  padding-bottom: 25px;
  width: 100%;
  float: left;
}
.contact-detail ul i {
  width: 30px;
  float: left;
  margin-right: 15px;
}
.contact-detail ul span {
  width: 80%;
  float: left;
  font-size: 18px;
  color: #c8cdd3;
  font-weight: 500;
}
.contact-detail ul.foot-social {
  margin-top: 40px;
  display: inline-block;
}
.contact-detail ul.foot-social li {
  width: auto;
  float: left;
  margin: 0 10px 0 0;
  padding-bottom: 0px;
}

/******************Topic Page Start Here**********************/
.topic-section {
  width: 100%;
  float: left;
  padding: 0px 0 80px 0;
}

ul.sub-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: rgba(19.53, 24.2, 38.21, 0.2);
  padding: 20px 0;
}
ul.sub-nav li {
  line-height: normal;
  display: inline-block;
}
ul.sub-nav a {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  padding: 0 30px;
  text-decoration: none;
}
ul.sub-nav a:hover {
  color: #5b3df2;
}
ul.sub-nav a.active {
  color: #5b3df2;
}
ul.sub-nav i {
  color: #33475c;
  font-size: 20px;
}

.career {
  width: 100%;
  float: left;
  padding: 50px 0;
}
.career h2 {
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 15px;
}
.career h2 span {
  color: #5b3df2;
}
.career h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
.career h3 span {
  color: #5b3df2;
  display: block;
}
.career .news-loop {
  margin: 15px 0;
}
.career .news-loop figure figcaption h3 {
  padding-bottom: 15px;
}

.marketing-loop figure {
  position: relative;
}
.marketing-loop figure img {
  border-radius: 3px;
}
.marketing-loop figure figcaption {
  position: absolute;
  bottom: 0px;
  background: none;
  padding: 20px 25px 20px 25px;
}
.marketing-loop figure figcaption span {
  color: #ffffff;
}
.marketing-loop figure figcaption h3 {
  padding-bottom: 0px !important;
}

.topic-two h2 {
  font-size: 45px;
}

/******************Articles Page Start Here**********************/
.article-sec {
  padding-bottom: 0px;
}

.article-detail figure {
  padding: 0px 0;
}
.article-detail figure img {
  border-radius: 5px;
}
.article-detail figure figcaption {
  font-size: 16px;
  color: #8e9399;
  font-style: italic;

  padding-top: 5px;
}
.article-detail h1 {
  line-height: 45px;
}
.article-detail h2 {
  color: #ffffff;
  padding-top: 10px;
}
.article-detail h3 {
  color: #ffffff;
  padding-top: 15px;
  margin-bottom: 0px;
}
.article-detail h4 {
  color: #ffffff;
}
.article-detail h5 {
  color: #ffffff;
}
.article-detail h6 {
  color: #ffffff;
  text-transform: none;
}
.article-detail strong {
  color: #ffffff;
  font-weight: bold;
}
.article-detail span {
  color: #ffffff;
}

.article-detail em {
  font-style: italic;
  font-size: inherit;
}
.article-detail ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.article-detail ul li {
  line-height: normal;
  color: #c8cdd3;

  background: url(../image/dotted.svg) left 9px no-repeat;
  padding: 0px 0 15px 25px;
}
.article-detail ol {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}
.article-detail ol li {
  line-height: normal;
  color: #c8cdd3;

  background: none;
  padding: 0px 0 15px 15px;
}

.article-detail blockquote {
  border-left: solid 5px var(--white);
  line-height: 25px;
  padding: 0 0 0 35px;
  margin: 20px 0;
}

.article-detail .alignleft,
.content-area .alignright {
  margin-bottom: 1.2em;
  max-width: 50%;
  margin-top: 5px;
}

.article-detail .alignleft {
  float: left;
  margin-right: 30px;
}

.article-detail .alignright {
  float: right;
  margin-left: 30px;
}

.article-detail .aligncenter {
  max-width: 100%;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.article-detail img {
  margin: 20px 0;
}

.article-detail .alignnone {
  max-width: 100% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul.tag {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1.5rem;
}
ul.tag li {
  display: inline-block;
  background: none;
  padding: 0px;
}
ul.tag a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  padding: 0 12px;
}
ul.tag a.active {
  border: solid 1px #5b3df2;
  border-radius: 1.125rem;
}

.user-article {
  padding: 30px 0 0 0;
}
.user-article .col-md-8 {
  margin: 0 0 0 -20px;
  padding: 30px 30px 15px 30px;
  position: relative;
}
.user-article h3 {
  font-size: 26px;
  padding: 0px;
}
.user-article p {
  font-size: 17px;
  color: #c8cdd3;
}
.user-article .foot-social {
  position: absolute;
  right: 10px;
  top: 15px;
}
.user-article .foot-social li {
  padding: 0px;
  background: none;
}
.user-article .foot-social a {
  margin: 0 4px;
}

.sidebar {
  padding-top: 180px;
}

.s-top {
  padding-bottom: 25px;
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.s-top figure {
  width: auto;
  float: left;
  margin-right: 15px;
}
.s-top span {
  width: auto;
  float: left;
  font-weight: normal;
  color: #c8cdd3;
  margin: -8px 0px 0px 0px;
  padding: 0px;
}
.s-top span b {
  color: #5b3df2;
}
.s-top span em {
  display: block;
  font-size: 18px;
  color: #8e9399;
  padding: 0px;
}

.s-mid {
  width: 100%;
  float: left;
  padding: 15px;
  border-radius: 5px;
}
.s-mid ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.s-mid ul li {
  line-height: normal;
}
.s-mid ul a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  line-height: 30px;
  text-decoration: none;
}
.s-mid ul i {
  width: 30px;
  height: 30px;
  background: url(../image/foot-social.svg) left top no-repeat;
  display: inline-block;
  margin: 0 10px 0 0;
  float: left;
}
.s-mid ul i.fb {
  background-position: left top;
}
.s-mid ul i.tweet {
  background-position: -52px top;
}

.s-bottom {
  margin-top: 30px;
  width: 100%;
  float: left;
  background: #132a43;
  border-radius: 3px;
  background: url(../image/pattern.png) center top no-repeat #132a43;
  padding: 40px 15px;
  text-align: center;
}
.s-bottom h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.s-bottom h3 span {
  font-size: 30px;
  color: #5b3df2;
  display: contents;
}
.s-bottom .join-btn-large {
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  margin-left: 0px;
}

/******************Ebook Page Start Here**********************/
.ebook-main {
  width: 100%;
  float: left;
  padding: 0px;
}

.navbar-light .navbar-brand {
  padding-top: 15px;
}

.ebook-banner {
  width: 100%;
  float: left;
  background: url(../image/ebook-banner-bg.svg) right top no-repeat;
  padding: 180px 0 150px 0;
}

.ebook-banner .row {
  align-items: center;
}

.ebook-content {
  text-align: center;
  padding: 0 70px;
}
.ebook-content p {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  font-size: 24px;
  color: #c8cdd3;
}

.e-book {
  text-align: left;
}
.e-book img {
  box-shadow: 30px 23px 66px rgba(0, 0, 0, 0.2);
}

.e-book-section {
  width: 100%;
  float: left;
  background: #0e2134;
  padding: 80px 0 80px 0;
}
.e-book-section h2 {
  font-weight: bold;
  color: #ffffff;
}
.e-book-section h2 span {
  color: #5b3df2;
}
.e-book-section em {
  font-size: 24px;
  color: #ffffff;

  font-style: normal;
  padding-bottom: 40px;
  display: block;
}
.e-book-section p {
  color: #c8cdd3;
}
.e-book-section ul {
  list-style: none;
  margin: 10px 0px;
  padding: 0px;
}
.e-book-section li {
  line-height: normal;
  color: #c8cdd3;
  line-height: 24px;

  background: url(../image/thic.svg) left 3px no-repeat;
  padding: 0 0 15px 30px;
}
.e-book-section b {
  font-size: 24px;
  color: #ffffff;

  font-style: italic;
}

.e-book-section-one {
  width: 100%;
  float: left;
  background: #5b3df2;
  padding: 50px 0;
}
.e-book-section-one h2 {
  columns: #ffffff;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding: 0 50px;
}

.e-book-section-two {
  width: 100%;
  float: left;
  padding: 80px 0 80px 0;
}
.e-book-section-two h2 {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 30px;
}
.e-book-section-two h2 span {
  color: #5b3df2;
}
.e-book-section-two h2 .row {
  margin: 0px;
}
.e-book-section-two img {
  width: 100%;
}

.e-book-section-three {
  width: 100%;
  float: left;
  padding: 80px 0 80px 0;
}
.e-book-section-three h2 {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 30px;
}
.e-book-section-three h2 span {
  color: #5b3df2;
}
.e-book-section-three em {
  font-size: 24px;
  color: #ffffff;

  font-style: normal;
  padding-bottom: 20px;
  display: block;
}
.e-book-section-three h3 {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 30px;
  font-size: 32px;
  padding-top: 40px;
}
.e-book-section-three h3 span {
  color: #5b3df2;
}
.e-book-section-three p {
  color: #c8cdd3;
}
.e-book-section-three h4 {
  font-size: 24px;
  color: #ffffff;
  padding-top: 20px;
}

.testimonial {
  width: 100%;
  float: left;
  background: #132a43;
  position: relative;
  text-align: center;
  padding: 0 0 40px 0;
  margin: 40px 0 50px 0;
  border-radius: 5px;
}
.testimonial figure {
  margin: -53px 0 15px 0;
}
.testimonial figure img {
  border: solid 8px #132a43;
  border-radius: 1.125rem;
}
.testimonial strong {
  font-size: 24px;
  color: #ffffff;
  font-style: italic;

  padding-bottom: 10px;
  display: block;
}
.testimonial p {
  font-size: 24px;
  color: #ffffff;
  font-style: italic;
  line-height: 30px;
}
.testimonial b {
  font-size: 24px;
  color: #ffffff;
}
.testimonial em {
  color: #c8cdd3;
}

.left-shap {
  position: absolute;
  left: 0px;
}

.right-shap {
  position: absolute;
  right: 0px;
}

.bootom-left-shap {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.bootom-right-shap {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.e-book-section-four {
  width: 100%;
  float: left;
  padding: 80px 0 80px 0;
  background: #0e2134;
  text-align: center;
}
.e-book-section-four h2 {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 0px;
  font-size: 36px;
}
.e-book-section-four h2 span {
  color: #5b3df2;
}
.e-book-section-four h4 {
  font-size: 20px;
  color: #ffffff;
  padding: 25px 0 8px 0;
  font-weight: bold;
}
.e-book-section-four p {
  color: #c8cdd3;
  line-height: 24px;
}

.e-book-section-five {
  width: 100%;
  float: left;
  padding: 80px 0 80px 0;
}
.e-book-section-five h3 {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 20px;
  font-size: 32px;
}
.e-book-section-five h3 span {
  color: #5b3df2;
}
.e-book-section-five p {
  color: #c8cdd3;
}

.future-sec {
  width: 100%;
  float: left;
  margin-top: 60px;
}
.future-sec h5 {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
}
.future-sec h5 span {
  color: #5b3df2;
}
.future-sec ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.future-sec ul li {
  line-height: normal;
  display: inline-block;
}
.future-sec ul a {
  display: inline-block;
  padding: 0 20px;
}

.e-book-section-six {
  width: 100%;
  float: left;
  padding: 80px 0 80px 0;
  background: url(../image/download-bg.svg) left top no-repeat #0e2134;
}
.e-book-section-six .row {
  align-items: center;
}
.e-book-section-six img {
  box-shadow: 30px 23px 66px rgba(0, 0, 0, 0.2);
}

.download-content h2 {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 20px;
}
.download-content h2 span {
  color: #5b3df2;
}
.download-content .join-btn-large {
  margin-left: 0px;
}
.download-content .contact-input {
  margin-bottom: 18px;
}

.hamburger {
  padding: 0px 0px 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0px 0px 0 0;
  overflow: visible;
  position: absolute;
  z-index: 99999;
  right: 8%;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 30px;
  height: 28px;
  display: inline-block;
  position: absolute;
  z-index: 9999;
  margin: -13px 0 0 0;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #5b3df2;
  border-radius: 1.125rem;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0, 0, 0, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 1;
  background-color: #5b3df2;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner {
  background-color: #5b3df2;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  background-color: #5b3df2;
}

.popup-form {
  padding: 30px 50px 50px 50px;
}
.popup-form h4 {
  font-size: 25px;
  color: #000000;
  font-weight: bold;
}
.popup-form .contact-input {
  font-size: 18px;
}
.popup-form .join-btn-large {
  margin: 0px;
  height: 45px;
  line-height: 44px;
  padding: 0 25px;
  font-size: 18px;
  margin-top: 10px;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 35px;
  font-weight: normal;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #000000 !important;
  padding: 0px !important;
  margin: 10px 0px 0px 0px !important;
  border: none !important;
  color: #ff0000 !important;
}

@media only screen and (min-width: 980px) and (max-width: 1024px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    margin: 0 2px;
  }

  .join-btn {
    font-size: 18px;
  }

  .banner h1 br {
    display: none;
  }

  .m-left-list ul li {
    margin: 0 8px;
  }

  .sec-six ul li {
    padding: 30px 0;
  }

  .sort .drop {
    width: 72%;
  }

  .ebook-content {
    padding: 0 55px;
  }

  .future-sec ul a {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 980px) {
  .head {
    padding: 15px 30px;
  }

  .banner h1 br {
    display: none;
  }

  .player-loop-right {
    width: 64%;
  }

  .news-loop figure figcaption {
    padding: 15px 20px 15px 20px;
  }

  .sec-six ul li {
    padding: 20px 0;
  }

  .sec-seven .news-loop figure figcaption {
    padding: 15px 20px 15px 20px;
  }

  .m-left-list ul li {
    margin: 0px;
  }

  .foot-bottom-nav li a {
    padding: 0 15px;
  }

  .navbar-collapse {
    background: #132a43;
    margin-top: 10px;
    border-bottom: solid 2px #5b3df2;
    padding-bottom: 20px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 10px 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin: 0px;
  }

  .join-btn {
    font-size: 18px;
    padding: 0 25px;
  }

  .about-banner em br {
    display: none;
  }

  .sort .drop {
    width: 61%;
  }

  .submit {
    padding: 0 25px;
    font-size: 18px;
  }

  .s-top span {
    width: 60%;
    font-size: 22px;
    line-height: normal;
  }

  .s-top figure {
    margin-right: 5px;
  }

  .s-mid ul a {
    padding: 0 5px;
  }

  .s-bottom .join-btn-large {
    padding: 0 0px;
    font-size: 14px;
  }

  .ebook-content {
    padding: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  .head {
    padding: 15px 8%;
  }

  .container {
    padding: 0 8%;
  }

  .banner h1 br {
    display: none;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 10px 5px 10px 5px;
    margin: 0px;
  }

  .banner {
    padding: 100px 0 0px 0;
  }
  .banner h1 {
    line-height: 40px;
  }

  .join-btn-large {
    margin-left: 0px;
    padding: 0 28px;
  }

  .banner {
    padding-bottom: 100px;
    min-height: auto;
  }

  .sec-two {
    padding: 50px 0;
  }
  .sec-two p {
    font-size: 22px;
    line-height: 30px;
  }
  .sec-two .read-btn-mudium {
    margin-bottom: 30px;
  }

  .player-loop {
    padding: 15px;
  }

  .player-loop-right {
    width: 70%;
  }

  .sec-three {
    padding: 0 0 50px 0;
  }

  .sec-four {
    padding: 40px 20px;
  }
  .sec-four h2 {
    font-size: 30px;
  }
  .sec-four p {
    font-size: 20px;
    line-height: 24px;
  }
  .sec-four .join-btn-large {
    padding: 0 18px;
    font-size: 18px;
  }

  .news-loop {
    margin: 15px 0;
  }
  .news-loop figure figcaption {
    padding: 20px 20px 20px 20px;
  }

  .sec-six ul {
    padding: 10px;
  }

  .sec-six ul li {
    width: 20.2%;
    padding: 8px 3px;
  }

  .sec-five {
    padding: 50px 0 50px 0;
  }

  .sec-seven .news-loop figure figcaption {
    padding: 15px 20px 10px 20px;
  }

  .m-left-list ul li {
    margin: 0 8px;
  }

  .m-right-detail {
    padding: 20px 0 0 15px;
    background: none;
  }

  .newsletter {
    padding-left: 15px;
  }

  .foot-bottom-nav li a {
    padding: 0 8px;
  }

  .foot-nav {
    padding-top: 30px;
  }

  .gamer-loop figure img {
    height: 200px;
    object-fit: cover;
  }

  .navbar-collapse {
    background: #132a43;
    margin-top: 10px;
    border-bottom: solid 2px #5b3df2;
    padding-bottom: 20px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 10px 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }

  .join-btn {
    font-size: 18px;
    padding: 0 25px;
  }

  .about-banner h1 span {
    font-size: 40px;
  }

  .about-banner {
    padding: 110px 0 50px 0;
  }
  .about-banner h3 {
    font-size: 25px;
  }
  .about-banner em {
    line-height: normal;
  }
  .about-banner span {
    line-height: normal;
  }
  .about-banner p {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .about-sec {
    padding: 50px 0;
  }
  .about-sec h2 {
    font-size: 40px;
  }

  .about-sec {
    background-size: 100% 100%;
  }
  .about-sec em {
    display: block;
    padding-bottom: 15px;
  }

  .about-sec-one {
    padding: 50px 0;
  }

  .about-sec-one .news-loop figure figcaption {
    padding: 20px;
  }

  .sort {
    padding: 0px 15px 20px 15px;
  }
  .sort .drop {
    width: 100%;
  }

  .about-banner em {
    padding-bottom: 30px;
  }

  .about-banner em br {
    display: none;
  }

  ul.sub-nav a {
    padding: 0 5px;
  }

  .topic-section {
    padding-bottom: 50px;
  }

  .sidebar {
    padding-top: 50px;
  }

  .s-top span {
    margin: 0px;
  }

  .user-article .col-md-8 {
    margin: 0px;
    padding: 20px;
  }

  .user-article .col-md-4 {
    padding: 0px;
  }
  .user-article .col-md-4 img {
    width: 100%;
  }

  .user-article {
    padding: 0 15px;
    margin: 30px 0 15px 0;
  }

  .article-detail h2 {
    font-size: 30px;
  }

  .article-detail figure {
    margin-bottom: 0px;
  }

  .ebook-main {
    padding: 0px;
  }

  .ebook-content {
    padding: 0px 15px 50px 15px;
  }

  .ebook-banner {
    padding: 110px 0 50px 0;
  }

  .e-book-section {
    padding: 50px 0;
  }

  .e-book-section em {
    font-size: 22px;
    line-height: 26px;
  }

  .e-book-section-one h2 {
    padding: 0px 15px;
  }

  .e-book-section-two {
    padding: 50px 0;
  }

  .e-book-section-three {
    padding: 50px 0;
  }
  .e-book-section-three em {
    font-size: 22px;
    line-height: 26px;
  }

  .testimonial {
    padding: 0 15px;
  }

  .testimonial p {
    font-size: 22px;
  }

  .testimonial strong {
    font-size: 22px;
  }

  .e-book-section-four {
    padding: 50px 0;
  }

  .future-sec ul li {
    width: 40%;
    margin: 5px 0;
  }

  .future-sec ul a {
    padding: 0 12px;
  }

  .e-book-section-five {
    padding: 50px 0;
  }

  .e-book-section-six {
    padding: 50px 0;
  }

  .download-content {
    padding-top: 50px;
  }

  .popup-form {
    padding: 30px 25px 30px 25px;
  }

  .s-top {
    display: none;
  }

  .article-detail .alignleft {
    max-width: 100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .article-detail .alignright {
    max-width: 100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

/*# sourceMappingURL=style.css.map */
