@import url("../fonts/fonts.css");
@import url("fontawesome-all.css");
@import url("animate.css");
@import url("flaticon.css");
@import url("owl.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");
@import url("scrollbar.css");
@import url("hover.css");

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

body {
  font-size: 16px;
  color: #727489;
  line-height: 1.6em;
  font-weight: 300;
  background: #2e062f;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Oswald", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #d03668;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.25em;
  font-family: "Oswald", cursive;
}

textarea {
  overflow: hidden;
}

button {
  outline: none !important;
  cursor: pointer;
}

p {
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 0 15px;
}

::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

figure {
  margin-bottom: 0;
}

.theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.centered {
  text-align: center !important;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 10px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0px;
}

.btn-style-one .btn-title {
  position: relative;
  display: block;
  z-index: 1;
  padding: 16px 45px;
  background: #d03668;
  border-radius: 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-title {
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px #d03668;
}

.btn-style-one:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 100%;
  background: #d03668;
  -webkit-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-one:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  height: 100%;
  background: #d03668;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-one:hover:before {
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  box-shadow: 0px 0px 20px 0px #d03668;
}

.btn-style-one:hover:after {
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  box-shadow: 0px 0px 20px 0px #d03668;
}

.btn-style-old {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
  border-radius: 30px;
  overflow: hidden;
}

.btn-style-old:hover {
  color: #ffffff;
}

.btn-style-old .btn-title {
  position: relative;
  display: block;
  z-index: 1;
  padding: 15px 45px;
  background-color: #ff6b70;
  border-radius: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-old:hover .btn-title {
  color: #ffffff;
}

.btn-style-old .btn-title:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #25283a;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-old:hover .btn-title:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.theme_color {
  color: #d03668;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0);
}

.preloader .icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.svg);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.page-loaded .preloader .icon {
  opacity: 0;
}

.preloader:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.page-loaded .preloader:before {
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}

.preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d03668;
  z-index: 2;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.page-loaded .preloader:after {
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.dropdown-toggle::after {
  display: none;
}

.fa {
  line-height: inherit;
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 54px;
  height: 54px;
  color: #ffffff;
  font-size: 30px;
  line-height: 54px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #25283a;
  border-radius: 0px;
  margin-left: -26px;
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 2px 2px 0px #d03668;
}

.scroll-to-top:hover {
  background: #d03668;
  color: #ffffff;
  box-shadow: 2px 2px 0px #25283a;
}

.main-header {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  z-index: 9999;
  background: none;
}

.main-header .header-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.main-header .bg-shape-box {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: -2px;
  right: -50px;
  overflow: hidden;
}

.main-header .bg-shape-box:before {
  content: "";
  position: absolute;
  right: 26px;
  top: 64px;
  width: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.main-header .bg-shape-box .bg-shape {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0px;
  right: 50px;
  background: #090a14;
  border-bottom: 1px solid #727489;
}

.main-header .bg-shape-box .bg-shape:before {
  content: "";
  position: absolute;
  left: -34px;
  top: -95px;
  width: 50px;
  height: 250px;
  background: #090a14;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  border-left: 1px solid #727489;
}

.main-header .bg-shape-box .bg-shape:after {
  content: "";
  position: absolute;
  right: -34px;
  top: -95px;
  width: 50px;
  height: 250px;
  background: #090a14;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  border-right: 1px solid #727489;
}

.main-header .header-top {
  position: relative;
  color: #727489;
  font-size: 15px;
  font-weight: 400;
  padding-left: 210px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-style-two .header-container {
  max-width: 100%;
}

.main-header .header-top .inner {
  position: relative;
  padding: 17px 20px 17px 60px;
}

.header-style-two .header-top {
  padding-left: 0;
}

.header-style-two .header-top .inner {
  padding: 17px 0px;
}

.main-header .header-top .top-left {
  position: relative;
  color: #727489;
  float: left;
}

.header-style-two .header-top .top-left {
  color: #ffffff;
}

.main-header .header-top .top-right {
  position: relative;
  float: right;
}

.main-header .header-top .info {
  position: relative;
}

.main-header .header-top .info li {
  position: relative;
  float: left;
  font-size: 15px;
  line-height: 30px;
  color: #727489;
  padding: 0px 0px;
  margin-left: 30px;
}

.main-header .header-top .info li a {
  position: relative;
  display: inline-block;
  color: #727489;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-style-two .header-top .info li a {
  color: #ffffff;
}

.main-header .header-top .info li a:hover {
  color: #d03668;
  text-decoration: underline;
}

.main-header .social-links {
  position: relative;
}

.main-header .social-links li {
  position: relative;
  float: left;
  color: #999999;
  margin-left: 10px;
}

.main-header .social-links li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  background: #c83365;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .social-links li a:hover {
  color: #ffffff;
  box-shadow: 0px 0px 30px 0px #d03668;
}

.main-header .header-upper {
  position: relative;
}

.main-header .header-upper .inner-container {
  position: relative;
  padding-left: 210px;
}

.header-style-two .header-upper .inner-container {
  padding-left: 0;
}

.main-header .header-upper .logo-box {
  position: absolute;
  float: left;
  left: 0;
  top: -64px;
  background: #090a14;
  padding: 20px 10px;
  text-align: center;
  height: 156px;
  width: 210px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 10;
}

.header-style-two .header-upper .logo-box {
  position: relative;
  float: left;
  top: 0;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
}

.main-header .header-upper .logo-box .logo {
  position: relative;
  display: block;
}

.main-header .header-upper .logo img {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.main-header .header-upper .social-links {
  position: relative;
  float: right;
  padding: 26px 0;
}

.header-style-two .header-upper .social-links {
  padding: 30px 0px 20px;
  margin-left: 80px;
}

.main-header .nav-outer {
  position: relative;
  padding-left: 60px;
  padding-right: 20px;
  z-index: 1;
}

.header-style-two .nav-outer {
  float: right;
  padding: 0;
}

.main-header .nav-outer .link-box .cart-link a:hover {
  color: #d03668;
}

.main-header .nav-outer .main-menu {
  position: relative;
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
  font-family: "Oswald", sans-serif;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 21px 0px;
  margin-right: 50px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-style-two .main-menu .navigation > li {
  padding: 25px 0px;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #727489;
  padding: 12px 0px 10px;
  letter-spacing: 0.05em;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-style-two .main-menu .navigation > li > a {
  color: #ffffff;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  color: #d03668;
  -webkit-text-shadow: 0px 0px 30px #d03668, 0px 0px 30px #d03668;
  -ms-text-shadow: 0px 0px 30px #d03668, 0px 0px 30px #d03668;
  text-shadow: 0px 0px 30px #d03668, 0px 0px 30px #d03668;
}

.main-menu .navigation > li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 0;
  border-bottom: 3px solid #d03668;
  z-index: 5;
}

.main-menu .navigation > li.current:before,
.main-menu .navigation > li:hover:before {
  width: 100%;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: 10px;
  width: 200px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  background: #ffffff;
  text-align: left;
  border-radius: 3px;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -30px;
  width: 100%;
  height: 30px;
  display: block;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #222222;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #d03668;
  padding-left: 5px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0px;
  top: 9px;
  width: 10px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 200px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  background: #ffffff;
  text-align: left;
  border-radius: 3px;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #222222;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #d03668;
  padding-left: 5px;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 50px;
  cursor: pointer;
  color: #d03668;
  margin-left: 25px;
  margin-top: 25px;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #d03668;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #2e062f;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  color: #d03668;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #d03668;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover {
  color: #d03668;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  background: #d03668;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-right: 7px;
  color: #999999;
}

.mobile-menu .social-links li:last-child {
  margin-right: 0;
}

.mobile-menu .social-links li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 13px;
  width: 39px;
  height: 39px;
  background: #c83365;
  border: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
  color: #d03668;
  -webkit-box-shadow: 0px 0px 30px 0px #d03668;
  -ms-box-shadow: 0px 0px 30px 0px #d03668;
  box-shadow: 0px 0px 30px 0px #d03668;
}

.banner-section {
  position: relative;
  z-index: 1;
}

.banner-main {
  position: relative;
}

.banner-main .banner-item {
  position: relative;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 160px 0px 0px;
  overflow: hidden;
}

.banner-main .banner-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 7000ms linear;
}

.banner-main .banner-item:hover .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.banner-main .content-box {
  position: relative;
  height: 800px;
  max-width: 700px;
  display: table;
  vertical-align: middle;
  padding: 50px 0px 120px;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 2s ease-out forwards;
}

.banner-style-two .banner-main .content-box {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

.banner-main .content-box .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.banner-main .content-box h1 {
  position: relative;
  display: block;
  width: auto;
  font-size: 150px;
  line-height: 1em;
  color: #f7f7f9;
  font-weight: 500;
  padding: 0px 0px;
  margin: 20px 0px;
  opacity: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  animation: scaleIn 1.5s ease-out forwards;
}

.banner-main .content-box h1 span {
  position: relative;
  padding: 15px 0px;
  border-top: 2px solid #f7f7f9;
  border-bottom: 2px solid #f7f7f9;
  display: inline-block;
}

.banner-main .content-box h2 {
  display: block;
  font-size: 92px;
  line-height: 1.1em;
  color: #ffffff;
  font-weight: 500;
  opacity: 0;
  margin-bottom: 40px;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  animation: slideInFromLeft 1.5s ease-out forwards;
}

.banner-main .content-box .link-box {
  position: relative;
  opacity: 0;
  z-index: 5;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
  animation: slideInFromRight 1s ease-out forwards;
}

.banner-main .content-box .upper-subtitle {
  position: relative;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f7f7f9;
  opacity: 0;
  z-index: 5;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  animation: slideInFromTop 1s ease-out forwards;
}

.banner-main .content-box .lower-subtitle {
  position: relative;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f7f7f9;
  opacity: 0;
  z-index: 5;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  animation: slideInFromBottom 1s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sec-title {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 60px;
}

.sec-title.centered {
  text-align: center;
}

.sec-title .bottom-curve {
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 30px;
  border-bottom: 4px solid #d03668;
}

.sec-title.centered .bottom-curve {
  left: 50%;
  margin-left: -25px;
}

.sec-title .bottom-curve:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  border: 2px solid transparent;
  border-top: 2px solid #d03668;
  border-right: 2px solid #d03668;
}

.sec-title .bottom-curve:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  border: 2px solid transparent;
  border-top: 2px solid #d03668;
  border-left: 2px solid #d03668;
}

.sec-title .sub-title {
  position: relative;
  display: block;
  font-size: 20px;
  color: #d03668;
  font-weight: 400;
  text-transform: capitalize;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.sec-title h2 {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-transform: uppercase;
}

.sec-title .text {
  position: relative;
  display: block;
  padding-top: 20px;
  font-size: 16px;
  margin: 0;
}

.news-section {
  position: relative;
  padding: 150px 0px 130px;
}

.news-page-section {
  position: relative;
  padding: 100px 0px 130px;
}

.news-section.no-top-curve {
  padding-top: 100px;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}

.news-block .inner-box {
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box:hover {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
}

.news-block .image-box {
  position: relative;
  display: block;
}

.news-block .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.news-block .image-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 80%;
  z-index: 1;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.95),
    rgba(0, 0, 0, 0.95),
    rgba(0, 0, 0, 0)
  );
  background: -ms-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.95),
    rgba(0, 0, 0, 0.95),
    rgba(0, 0, 0, 0)
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.95),
    rgba(0, 0, 0, 0.95),
    rgba(0, 0, 0, 0)
  );
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box:hover .image-box:before {
  opacity: 1;
}

.news-block .over-box {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 20px 40px 40px;
  z-index: 3;
}

.news-block .over-box .date {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  padding: 0px 12px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
  overflow: hidden;
}

.news-block .over-box .date .date-title {
  position: relative;
  display: block;
  z-index: 1;
  padding: 4px 15px;
  background: #d03668;
  border-radius: 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block .over-box .date:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  width: 20px;
  height: 100%;
  background: #d03668;
  -webkit-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-block .over-box .date:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0px;
  width: 20px;
  height: 100%;
  background: #d03668;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-block .over-box h3 {
  font-size: 30px;
  line-height: 1.2em;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 320px;
}

.news-block .over-box h3 a {
  color: #ffffff;
}

.news-block .over-box h3 a:hover {
  color: #d03668;
  text-decoration: underline;
}

.news-block-two {
  position: relative;
  margin-bottom: 50px;
}

.news-block-two .inner-box {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.news-block-two .image-box {
  position: relative;
  display: block;
}

.news-block-two .inner-box .image {
  position: relative;
  display: block;
  background-color: #d03668;
  overflow: hidden;
}

.news-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block-two .inner-box:hover .image img {
  opacity: 0.8;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.news-block-two .image-box .post-date {
  position: absolute;
  left: 30px;
  top: 30px;
  color: #ffffff;
  font-size: 14px;
  z-index: 1;
  padding: 9px 30px 7px;
  letter-spacing: 1px;
  display: inline-block;
  background-color: #d03668;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-bottom: 25px;
}

.news-block-two .lower-content {
  position: relative;
  padding: 40px 0;
}

.news-block-two .lower-content h3 {
  position: relative;
  font-size: 28px;
  line-height: 1.25em;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.news-block-two .lower-content h3 a {
  color: #ffffff;
}

.news-block-two .lower-content h3 a:hover {
  color: #d03668;
}

.news-block-two .post-info {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.news-block-two .post-info li {
  position: relative;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #d03668;
  font-weight: 400;
  text-transform: uppercase;
  cursor: default;
  padding-right: 15px;
  margin-right: 15px;
}

.news-block-two .post-info li:before {
  position: absolute;
  right: -3px;
  font-size: 16px;
  line-height: 30px;
  color: #d03668;
  font-weight: 400;
  content: ".";
}

.news-block-two .post-info li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.news-block-two .post-info li:last-child:before {
  display: none;
}

.news-block-two .post-info li a {
  color: #d03668;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .post-info li a:hover {
  color: #ffffff;
}

.news-block-two .lower-content .text {
  position: relative;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 300;
  margin-bottom: 0;
}

.view-section {
  position: relative;
  padding: 100px 0px 130px;
}

.view-section .platforms {
  position: relative;
  margin-bottom: 80px;
}

.view-section .platforms .row {
  margin: 0px -10px;
}

.platform-block {
  position: relative;
  margin-bottom: 30px;
}

.view-section .platforms .row .platform-block {
  padding: 0px 10px;
  margin-bottom: 20px;
}

.platform-block .inner {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2em;
  background: #d03668;
  padding: 35px 20px 35px 115px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.platform-block .inner:hover {
  background: #f34079;
}

.platform-block .icon-box {
  position: absolute;
  left: 50px;
  top: 34px;
  font-size: 44px;
}

.platform-block .over-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.trailer-video-box {
  position: relative;
  margin-bottom: 80px;
}

.trailer-video-box .image {
  position: relative;
  background: #2e062f;
}

.trailer-video-box .image img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 0.7;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.trailer-video-box:hover .image img {
  opacity: 1;
}

.trailer-video-box .over-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
}

.trailer-video-box .over-link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0px 0px -40px;
  display: block;
  width: 80px;
  height: 80px;
  font-size: 24px;
  line-height: 80px;
  background: #d03668;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.trailer-video-box .over-link:hover .icon {
  color: #d03668;
  background: #ffffff;
}

.carousel-gallery {
  position: relative;
  padding: 150px 0px 0px;
}

.carousel-gallery .carousel-box {
  position: relative;
}

.carousel-gallery .carousel-box .owl-nav,
.carousel-gallery .carousel-box .owl-dots {
  display: none;
}

.parallax-section {
  position: relative;
  padding: 170px 0px;
  text-align: center;
  color: #ffffff;
}

.parallax-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.parallax-section .image-layer:before {
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.parallax-section .content-box {
  max-width: 800px;
  margin: 0 auto;
  z-index: 5;
}

.parallax-section h2 {
  position: relative;
  font-size: 60px;
  line-height: 1.15em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 35px;
}

.parallax-section .text-box {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.5em;
  font-weight: 400;
  max-width: 650px;
  letter-spacing: 0.02em;
  margin: 0 auto;
}

.faq-section {
  position: relative;
  padding: 100px 0px 0px;
}

.faq-section .faq-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 10px;
}

.accordion-box .block:last-child {
  margin-bottom: 0;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  padding: 25px 40px;
  padding-right: 80px;
  letter-spacing: 0.03em;
  background-color: #2e062f;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box .block .icon {
  position: absolute;
  right: 40px;
  top: 25px;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
}

.accordion-box .block .acc-btn.active .icon:before {
  content: "\f148";
  font-family: "Flaticon";
}

.accordion-box .block .acc-btn.active {
  background-color: #d03668;
  color: #ffffff;
}

.accordion-box .block.active-block {
  -webkit-box-shadow: 0 30px 50px rgba(14, 16, 48, 0.08);
  -moz-box-shadow: 0 30px 50px rgba(14, 16, 48, 0.08);
  -ms-box-shadow: 0 30px 50px rgba(14, 16, 48, 0.08);
  -o-box-shadow: 0 30px 50px rgba(14, 16, 48, 0.08);
  box-shadow: 0 30px 50px rgba(14, 16, 48, 0.08);
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .content {
  position: relative;
  padding: 40px 40px 30px;
}

.accordion-box .block.current .acc-content {
  display: block;
}

.accordion-box .block .content .text {
  position: relative;
  display: block;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.6em;
}

.main-footer {
  position: relative;
  background-color: #2e062f;
}

.main-footer .footer-bottom {
  position: relative;
  line-height: 30px;
}

.main-footer .footer-bottom .outer-container {
  position: relative;
  max-width: 1200px;
  padding: 28px 0px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .footer-bottom .copyright {
  position: relative;
  padding: 5px 0px;
  font-size: 15px;
}

.main-footer .footer-bottom .copyright .logo-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: url(../images/lunoxia.svg) left top no-repeat;
  background-size: 20px 20px;
  margin-right: 10px;
}

.main-footer .footer-bottom .social-links {
  position: relative;
}

.main-footer .footer-bottom .social-links ul {
  position: relative;
  text-align: right;
}

.default-social-links {
  position: relative;
}

.default-social-links li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
  color: #999999;
}

.default-social-links li:last-child {
  margin-right: 0;
}

.default-social-links li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 13px;
  width: 39px;
  height: 39px;
  background: #c83365;
  border: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-social-links li a:hover {
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px #c83365;
  -ms-box-shadow: 0px 0px 30px 0px #c83365;
  box-shadow: 0px 0px 30px 0px #c83365;
}

.dual-section {
  position: relative;
  padding: 100px 0px 100px;
}

.dual-section .bg-image-layer {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.04;
}

.home-gallery {
  position: relative;
  z-index: 1;
}

.gallery-item {
  position: relative;
  margin-bottom: 30px;
}

.owl-theme .gallery-item {
  margin: 0;
}

.gallery-item .inner-box {
  position: relative;
}

.gallery-item .image-box {
  position: relative;
  display: block;
  width: 100%;
}

.gallery-item .image-box img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.gallery-item .inner-box:hover .image-box img {
  opacity: 0.5;
}

.gallery-item .image-box .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.gallery-item .inner-box:hover .image-box .image-layer {
  opacity: 0.5;
}

.gallery-item .hover-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 20px solid #d03668;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.gallery-item .hover-box .lightbox-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  z-index: 1;
}

.gallery-item .hover-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}

.gallery-item .inner-box:hover .hover-box {
  opacity: 1;
}

.fixed-gallery-box {
  position: relative;
  height: 800px;
}

.dual-section .fixed-gallery-box {
  margin-bottom: 80px;
}

.fixed-gallery-box .gallery-item:nth-child(1) {
  position: absolute;
  left: 60px;
  top: 240px;
}

.fixed-gallery-box .gallery-item:nth-child(1) .image-box {
  width: 160px;
  height: 170px;
}

.fixed-gallery-box .gallery-item:nth-child(2) {
  position: absolute;
  left: 282px;
  top: 0px;
}

.fixed-gallery-box .gallery-item:nth-child(2) .image-box {
  width: 290px;
  height: 305px;
}

.fixed-gallery-box .gallery-item:nth-child(3) {
  position: absolute;
  right: 140px;
  top: 0px;
}

.fixed-gallery-box .gallery-item:nth-child(3) .image-box {
  width: 400px;
  height: 440px;
}

.fixed-gallery-box .gallery-item:nth-child(4) {
  position: absolute;
  left: 330px;
  bottom: 180px;
}

.fixed-gallery-box .gallery-item:nth-child(4) .image-box {
  width: 240px;
  height: 230px;
}

.fixed-gallery-box .gallery-item:nth-child(5) {
  position: absolute;
  left: 0px;
  bottom: 30px;
}

.fixed-gallery-box .gallery-item:nth-child(5) .image-box {
  width: 270px;
  height: 270px;
}

.fixed-gallery-box .gallery-item:nth-child(6) {
  position: absolute;
  left: 630px;
  bottom: 0px;
}

.fixed-gallery-box .gallery-item:nth-child(6) .image-box {
  width: 270px;
  height: 280px;
}

.fixed-gallery-box .gallery-item:nth-child(7) {
  position: absolute;
  right: 60px;
  bottom: 130px;
}

.fixed-gallery-box .gallery-item:nth-child(7) .image-box {
  width: 150px;
  height: 150px;
}

.page-banner{
	position:relative;
	padding: 156px 0 0;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	text-align: center;
}

.page-banner:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.30);
}

.page-banner .banner-inner{
	position: relative;
	display: block;
	padding: 130px 0px 135px;
}

.page-banner .top-pattern-layer,
.page-banner .top-pattern-layer-dark{
	bottom: 0px;
	top: auto;
}

.page-banner .inner-container{
	position: relative;
	z-index:5;
}

.page-banner h1{
	position:relative;
	font-size:72px;
	color:#ffffff;
	line-height: 1.2em;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.page-banner .bread-crumb {
	position: relative;
	display: inline-block;
}

.page-banner .bread-crumb li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	cursor: default;
	padding-right:  15px;
	margin-right: 15px;
}

.page-banner .bread-crumb li:before{
	position: absolute;
	right: -3px;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
    content: "-";
}

.page-banner .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before{
	display: none;
}

.page-banner .bread-crumb li a{
	color:#ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover{
	color:#d03668;	
}
@media only screen and (max-width: 7000px) {
  .page-wrapper {
    overflow: hidden;
  }
}

@media only screen and (max-width: 1299px) {
  .main-header .header-container,
  .main-footer .footer-bottom .outer-container {
    margin: 0px 50px;
  }

  .banner-main .content-box h2 {
    font-size: 84px;
  }

  .banner-main .content-box h1 {
    font-size: 120px;
    line-height: 1.1em;
  }

  .banner-style-two .owl-nav {
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 1139px) {
  .main-menu .navigation > li {
    margin-right: 30px;
  }

  .main-header .header-container {
    margin: 0px 0px;
  }

  .banner-main .content-box h2 {
    font-size: 72px;
  }

  .banner-main .content-box {
    height: 700px;
  }

  .header-style-two .header-upper .social-links {
    margin-left: 30px;
  }

  .game-block .lower-content {
    padding: 40px 20px;
  }

  .fixed-gallery-box {
    width: auto;
    height: auto;
    margin: 0px -10px;
  }

  .fixed-gallery-box .gallery-item:nth-child(even),
  .fixed-gallery-box .gallery-item:nth-child(odd),
  .fixed-gallery-box .gallery-item {
    position: relative !important;
    float: left;
    padding: 0px 10px;
    margin-bottom: 20px;
    width: 33.3333%;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }

  .fixed-gallery-box .gallery-item:nth-child(even) .image-box,
  .fixed-gallery-box .gallery-item:nth-child(odd) .image-box,
  .fixed-gallery-box .gallery-item .image-box {
    width: 100% !important;
    height: 310px !important;
  }

  .sec-title h2 {
    font-size: 42px;
  }

  .featured-carousel-box .slide-item .text-column .inner {
    padding: 50px 30px 120px;
  }

  .main-footer .links-widget .widget-content {
    padding-left: 0;
  }

  .platofrm-block .inner {
    padding-left: 100px;
  }

  .platofrm-block .icon-box {
    left: 30px;
  }

  .featured-game .image-column .inner {
    margin: 0;
  }

  .page-banner h1 {
    font-size: 64px;
  }

  .about-section .image-column .inner {
    padding-right: 0;
  }

  .feature-block .inner-box {
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .main-header {
    position: relative !important;
    left: 0;
    top: 0;
  }

  .main-header .header-top,
  .main-header .header-upper .inner-container {
    padding-left: 0;
  }

  .main-header .header-top .inner {
    padding: 12px 20px;
  }

  .main-header .header-upper .logo-box {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    width: auto;
    background: none;
    height: auto;
    border: none;
  }

  .main-header .header-upper .logo img {
    height: 80px;
  }

  .main-header .nav-outer .main-menu,
  .sticky-header {
    display: none !important;
  }

  .nav-outer .mobile-nav-toggler {
    display: block;
  }

  .main-header .header-upper .social-links {
    padding: 30px 0px;
  }

  .banner-main .slide-item {
    padding-top: 0;
  }

  .banner-main .content-box {
    height: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .banner-main .content-box h2 {
    font-size: 64px;
    line-height: 1.3em;
  }

  .fixed-gallery-box .gallery-item:nth-child(even),
  .fixed-gallery-box .gallery-item:nth-child(odd),
  .fixed-gallery-box .gallery-item {
    width: 50% !important;
  }

  .fixed-gallery-box .gallery-item:nth-child(even) .image-box,
  .fixed-gallery-box .gallery-item:nth-child(odd) .image-box,
  .fixed-gallery-box .gallery-item .image-box {
    height: 420px !important;
  }

  .video-section h2 {
    font-size: 48px;
    line-height: 1.3em;
  }

  .news-block .over-box {
    padding: 0px 20px 20px;
  }

  .news-block .over-box h3 {
    font-size: 24px;
    line-height: 1.3em;
  }

  .main-footer .footer-bottom,
  .main-footer .footer-bottom .social-links,
  .main-footer .footer-bottom .social-links ul {
    text-align: center;
  }

  .main-footer .footer-bottom .outer-container {
    margin: 0 0;
  }

  .banner-main .content-box h1 {
    font-size: 80px;
    line-height: 1.2em;
  }

  .banner-style-two .owl-nav {
    margin-top: -50px;
  }

  .featured-game .text-column {
    order: 0;
  }

  .featured-game .sec-title {
    margin-bottom: 30px;
  }

  .parallax-section h2 {
    font-size: 48px;
    margin-bottom: 25px;
  }

  .parallax-section {
    padding: 140px 0px 130px;
  }

  .page-banner {
    padding-top: 0;
  }

  .page-banner .banner-inner {
    padding: 80px 0px 120px;
  }

  .page-banner h1 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-main .content-box h2 {
    font-size: 48px;
  }

  .banner-main .content-box {
    padding: 80px 0px 150px;
    height: auto;
  }

  .fixed-gallery-box .gallery-item:nth-child(even) .image-box,
  .fixed-gallery-box .gallery-item:nth-child(odd) .image-box,
  .fixed-gallery-box .gallery-item .image-box {
    height: 280px !important;
  }

  .video-section h2 {
    font-size: 42px;
  }

  .video-section {
    padding: 150px 0px;
  }

  .featured-carousel-box .slide-item .image-column,
  .featured-carousel-box .slide-item .text-column {
    width: 100%;
    position: relative;
  }

  .featured-carousel-box .slide-item .image-box {
    display: block;
  }

  .featured-carousel-box .slide-item .image-layer {
    display: none;
  }

  .featured-carousel-box .owl-theme .owl-nav {
    width: 100%;
    bottom: 0;
    padding: 40px 0px 0px;
    text-align: center;
  }

  .featured-carousel-box .owl-theme .owl-nav .owl-prev,
  .featured-carousel-box .owl-theme .owl-nav .owl-next {
    margin: 0px 3px;
  }

  .banner-main .content-box h1 {
    font-size: 64px;
  }

  .banner-main .content-box .upper-subtitle,
  .banner-main .content-box .lower-subtitle {
    font-size: 24px;
  }

  .parallax-section h2 {
    font-size: 36px;
  }

  .parallax-section .text-box {
    font-size: 18px;
    font-weight: 300;
  }

  .page-banner h1 {
    font-size: 42px;
  }

  .feature-block .inner-box {
    text-align: center;
  }

  .game-details .lower-content .title-box .title,
  .game-details .lower-content .link-box {
    width: 100%;
  }

  .game-details .lower-content .title-box {
    margin-bottom: 20px;
  }

  .game-details h2 {
    font-size: 24px;
  }

  .news-block-two .lower-content h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 599px) {
  .main-header .header-top {
    text-align: center;
  }

  .main-header .header-top .top-right {
    width: 100%;
  }

  .main-header .header-top .top-left {
    display: none;
  }

  .main-header .header-top .info li {
    float: none;
    display: inline-block;
    margin: 0px 10px;
  }

  .banner-main .content-box h2 {
    font-size: 36px;
  }

  .fixed-gallery-box .gallery-item:nth-child(even),
  .fixed-gallery-box .gallery-item:nth-child(odd),
  .fixed-gallery-box .gallery-item {
    width: 100% !important;
  }

  .fixed-gallery-box .gallery-item:nth-child(even) .image-box,
  .fixed-gallery-box .gallery-item:nth-child(odd) .image-box,
  .fixed-gallery-box .gallery-item .image-box {
    height: 420px !important;
  }

  .video-section h2 {
    font-size: 36px;
  }

  .featured-carousel-box .slide-item .text-column .title {
    padding-right: 0;
  }

  .featured-carousel-box .slide-item .text-column .title .rating {
    position: relative;
    left: 0;
    top: 0;
  }

  .featured-carousel-box .slide-item .text-column .bottom-links li a {
    font-size: 13px;
    padding: 15px 5px;
  }

  .featured-carousel-box .slide-item .text-column .inner {
    padding: 40px 20px 100px;
  }

  .featured-carousel-box .slide-item .text-column .title h3 {
    font-size: 24px;
  }

  .banner-main .content-box h1 {
    font-size: 48px;
  }

  .banner-main .content-box .upper-subtitle,
  .banner-main .content-box .lower-subtitle {
    font-size: 20px;
  }

  .banner-style-two .owl-nav {
    display: none;
  }

  .trailer-video-box .over-link .icon {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .platofrm-block .inner {
    padding: 30px 20px;
    text-align: center;
  }

  .platofrm-block .icon-box {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 20px;
  }

  .page-banner .banner-inner {
    padding: 50px 0px 100px;
  }

  .page-banner h1 {
    font-size: 36px;
  }

  .sidebar-widget {
    padding: 30px 20px;
  }

  .group-title {
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .main-header .header-upper .social-links {
    display: none;
  }

  .fixed-gallery-box .gallery-item:nth-child(even) .image-box,
  .fixed-gallery-box .gallery-item:nth-child(odd) .image-box,
  .fixed-gallery-box .gallery-item .image-box {
    height: 280px !important;
  }

  .video-section h2 {
    font-size: 30px;
  }

  .news-block .over-box h3 {
    font-size: 20px;
  }

  .banner-main .content-box h1 {
    font-size: 42px;
    display: block;
  }
}
