
/************
 added by Ino N. Sison
 ************/

/* global
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "resobot-bold";
  src: url("../../assets/font/GeneralSans-Bold.otf");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html {
  margin-right: 0 !important;
}

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

body {
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #798DA3;
  background: #09121D;
}
body.home2 .bg_body {
  position: relative;
}
body.home2 .bg_body .bg_h2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
body.home2 .bg_body .bg_h2 img {
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(180deg, #09121D 3.92%, rgba(9, 18, 29, 0) 36.79%, #09121D 83.98%);
  mix-blend-mode: luminosity;
}

p {
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #798DA3;
}
img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "resobot-bold";
  font-weight: 700;
  /*color: #fff*/;
  color: #bf9000;
}

h1,
.h1 {
  font-size: 72px;
  line-height: 1;
}

h2,
.h2 {
  font-size: 50px;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: 40px;
  line-height: 1.1;
}

h4,
.h4 {
  font-size: 28px;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: 26px;
  line-height: 1.4;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 1.72;
}
/*
.container {
  max-width: 1140px;
}
.container.w_1690 {
  max-width: 1690px;
}
.container.w_1690 .container_inner {
  position: relative;
  padding: 0 72px;
}
.container.full {
  max-width: 100%;
}
.container.w_1280 {
  max-width: 1280px;
}
.container.w_1280 .container_inner {
  position: relative;
  padding: 0 70px;
}
.container.w_1490 {
  max-width: 1490px;
}
.container.w_1342 {
  max-width: 1342px;
}
.container.w_1710 {
  max-width: 1920px;
  padding-left: 120px;
  padding-right: 120px;
}
.container.w_1850 {
  max-width: 1850px;
}
.container.w_1850 .container_inner {
  position: relative;
  padding: 0 94px;
}
.container.w_1320 {
  max-width: 1320px;
}
.container.w_1320 .container_inner {
  position: relative;
  padding: 0 90px;
}
.container.w_1310 {
  max-width: 1310px;
}
.container.w_1310 .container_inner {
  position: relative;
  padding: 0 84px;
}
 */
.home2 .project2 .container.w_1280 {
  max-width: 1280px;
}
.home2 .project2 .container.w_1280 .container_inner {
  position: relative;
  padding: 0 70px;
}

.text {
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #798DA3;
}

.z-index {
  z-index: 999;
}


#wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

ul, li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: unset;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-block;
}
a:hover {
  color: #86FF00;
  transition: all 0.3s;
}

.center {
  text-align: center;
}

.container {
  width: 100%;
  margin: auto;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.wrap-fx-30 {
  display: flex;
  margin-left: -30px;
}
.wrap-fx-30 .icon-box {
  width: calc(33.3333% - 30px);
  margin-left: 30px;
}

.no-pd-top {
  padding-top: 0;
}

.m-b17 {
  margin-bottom: 17px;
}

.p-b42 {
  padding-bottom: 42px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-r-40 {
  margin-right: -40px;
}

.p-l150 {
  padding-left: 150px;
}

.m-t30 {
  margin-top: 30px;
}

.p-l70 {
  padding-left: 70px;
}

.mt-48 {
  margin-top: 48px;
}

.ml30-fx {
  margin-left: -30px;
}

.mb-0 {
  margin-bottom: 0;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b51 {
  margin-bottom: 51px;
}

.p-r60 {
  padding-right: 60%;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b61 {
  margin-bottom: 61px;
}

.m-b26 {
  margin-bottom: 26px;
}

.m-b6 {
  margin-bottom: 6px;
}

.m-t12 {
  margin-top: 12px;
}

.m-b16 {
  margin-bottom: 16px;
}

.m-t16 {
  margin-top: 16px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.pl-r-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-b23 {
  padding-bottom: 23px;
}

.boder-bt-st1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.txt-tranf-cap {
  text-transform: capitalize;
}

.m-t60 {
  margin-top: 60px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b48 {
  margin-bottom: 48px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.pd20 {
  padding: 0 20%;
}

.pd22 {
  padding: 0 22%;
}

.m-b51 {
  margin-bottom: 51px;
}

.pd30 {
  padding: 0 30%;
}

.bg-st1 {
  background: #1E2835 !important;
}

.bg-st2 {
  background: #09121D !important;
}

.wrap-fx {
  display: flex;
  flex-wrap: wrap;
}

.wrap-fx2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

select {
  background-color: #171F29;
  border: none;
  font-family: "Space Grotesk", sans-serif;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  line-height: 21px;
  border-radius: 0;
  height: 46px;
  width: 100%;
  color: #798DA3;
  padding: 12px 14px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  border: none;
  font-family: "Space Grotesk", sans-serif;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  line-height: 21px;
  border-radius: 0;
  height: 46px;
  width: 100%;
  background: #1E2835;
  color: #798DA3;
  padding: 12px 14px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  font-family: "Space Grotesk", sans-serif;
  color: #798DA3;
}

form button {
  border: none;
  outline: none;
}

.form-seach {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-seach input {
  padding-left: 48px;
}
.form-seach svg {
  position: absolute;
  left: 17px;
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 999;
  right: 14px;
  bottom: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}

#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

#scroll-top:before,
#scroll-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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;
}

#scroll-top:before {
  z-index: -1;
  background: #86FF00;
}

#scroll-top:after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

#scroll-top:hover {
  transform: translateY(-7%);
}

/* PreLoad
-------------------------------------------------------------- */
.preloader {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.clear-loading {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loading-effect-2 {
  width: 100px;
  height: 100px;
}

.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #86FF00;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading-effect-2 > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}

.loading-effect-2 > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}

.loading-effect-2 > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* header
-------------------------------------------------------------- */
.header.main {
  background: transparent;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 1000;
  height: 110px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header #site-header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.header #site-header-inner .tf-button {
  margin-left: auto;
}
.header .main-nav {
  position: absolute;
  left: 37%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 10px;
}

#main-nav .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#main-nav .menu li {
  position: relative;
  margin-right: 28px;
}
#main-nav .menu li a {
  font-size: 16px;
  line-height: 24px;
  font-family: "resobot-bold";
  font-weight: bold;
  position: relative;
  display: block;
  color: #fff;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
}
#main-nav .menu li a:hover {
  color: #86FF00;
}
#main-nav .menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
#main-nav .menu li.menu-item-has-children > a::after {
  -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;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  right: 0;
  top: 50%;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #fff;
}
#main-nav .menu li.menu-item-has-children > a:hover::after, #main-nav .menu li.menu-item-has-children > a:hover {
  color: #86FF00;
}
#main-nav .menu li.menu-item.current-menu-item > a {
  color: #86FF00;
}
#main-nav .menu li.menu-item.current-menu-item > a::after {
  color: #86FF00;
}

#main-nav2 .menu li a {
  font-family: "Orbitron", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  display: block;
  color: #fff;
  padding-right: 18px;
  text-transform: capitalize;
  padding-top: 20px;
  padding-bottom: 20px;
}
#main-nav2 .menu li a:hover {
  color: #86FF00;
}

/* Header Fixed
-------------------------------------------------------------- */
#header_main.is-fixed {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
  opacity: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  background: #09121D;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 0px 1px 0px #ECECEC;
}
#header_main.is-fixed.is-fixed.is-small {
  top: -1px;
  opacity: 1;
  visibility: visible;
  height: 80px;
}

#header_main.main.is-fixed {
  background-color: #190d3e;
}

.header.main.is-fixed .tf-button span.tl::before,
.header.main.is-fixed .tf-button span.tl::after {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #190d40 !important;
}

/* button
-------------------------------------------------------------- */
.wrap-btn {
  display: flex;
}

.tf-button {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  --path: 0px 0px, calc(100% - 20px) 0, 130% 100% , calc(100% - 20px) 100%,14px 100%,0px calc(100% - 14px);
  font-family: "resobot-bold";
  -webkit-clip-path: polygon(var(--path));
  clip-path: polygon(var(--path));
  background-size: 200% 100%;
  background-position: 0% 0%;
  border-radius: 8px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  -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;
}
.tf-button.style1 {
  background: #999999;
  color: #fff;
}
.tf-button.style1:hover {
  background: #f1c232;
  color: #000000;
}
.tf-button.style2 {
  background: #f1c232;
  color: #000000;
}
.tf-button.style2:hover {
  background: #999999;
  color: #fff;
}
.tf-button.style3 {
  background: #86FF00;
  color: #000000;
  height: 60px;
  font-size: 16px;
}
.tf-button.style3:hover {
  background: #798DA3;
  color: #fff;
}

/* section
-------------------------------------------------------------- */
.breadcrumbs {
  text-align: center;
}
.breadcrumbs h3 {
  font-size: 28px;
  margin-bottom: 14px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 5px;
}
.breadcrumbs ul li span,
.breadcrumbs ul li a {
  font-size: 12px;
  line-height: 1.4;
  color: #ffffff;
}
.breadcrumbs ul li a.icon,
.breadcrumbs ul li span.icon {
  margin-right: 8px;
}
.breadcrumbs ul li span {
  color: #86FF00;
}

.tf-title {
  text-align: center;
  margin-bottom: 50px;
}
.tf-title.mb40 {
  margin-bottom: 40px;
}
.tf-title.mb0 {
  margin-bottom: 0;
}
.tf-title.mb46 {
  margin-bottom: 46px;
}
.tf-title .title {
  text-transform: capitalize;
}
.tf-title.left {
  text-align: left;
}
.tf-title.right {
  text-align: right;
}
.tf-title .sub {
  margin-top: 8px;
  font-size: 17px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 27px;
}

.wrap-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.box-slider .image {
  position: relative;
}
.box-slider .image .icon {
  position: absolute;
}
.box-slider .image .icon.icon1 {
  top: 34%;
  right: -58px;
}
.box-slider .image .icon.icon1 img {
  animation: move3 5s infinite linear;
  -webkit-animation: move3 5s infinite linear;
}
.box-slider .image .icon.icon2 {
  top: 24%;
  left: 20%;
}
.box-slider .image .icon.icone {
  bottom: -20px;
  left: -40px;
}

.themesflat-pagination ul {
  display: flex;
}
.themesflat-pagination ul li {
  padding: 0;
  margin-right: 8px;
}
.themesflat-pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "resobot-bold";
  border: 1px solid #565660;
  background: transparent;
  width: 36px;
  height: 36px;
  color: #fff;
  padding: 0;
}
.themesflat-pagination ul li a.active, .themesflat-pagination ul li a:hover {
  background: #171F29;
  border-color: #171F29;
}

.inner-page .page-title {
  padding: 158px 0 115px;
  position: relative;
}
.inner-page .page-title .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #09121D 3.92%, rgba(9, 18, 29, 0) 36.79%, #09121D 83.98%), url("./../../assets/images/backgroup/bg_pagetitle.png"), center, center, no-repeat;
  mix-blend-mode: luminosity;
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
}

.main .page-title {
  position: relative;
  padding: 0;
}
.main .page-title.st3 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(9, 18, 29, 0) 10.64%, #09121D 100%), url("./../../assets/images/backgroup/bg-slider3.jpg");
  mix-blend-mode: luminosity;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
}
.main .page-title .container {
  max-width: 1140px;
}
.main .page-title .slider-st1 {
  padding: 162px 0 154px;
}
.main .page-title .slider-st1 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.main .page-title .slider-st1 .overlay img {
  mix-blend-mode: luminosity;
  opacity: 0.7;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.main .page-title .slider-st1 .box-slider {
  display: flex;
  position: relative;
  z-index: 99;
}
.main .page-title .slider-st1 .box-slider .content-box {
  padding-top: 38px;
  width: 50%;
}
.main .page-title .slider-st1 .box-slider .content-box h1 {
  margin-right: -100px;
}
.main .page-title .slider-st1 .box-slider .content-box p {
  margin-right: -130px;
  padding-right: 140px;
}
.main .page-title .slider-st1 .box-slider .tf-button {
  height: 60px;
  font-size: 16px;
  line-height: 1.72;
}
.main .page-title .slider-st2 {
  position: relative;
  padding: 362px 0 90px;
}
.main .page-title .slider-st2 .icon {
  position: absolute;
  z-index: 1;
}
.main .page-title .slider-st2 .icon.icon_1 {
  top: 25%;
  left: 20%;
  animation: move2 5s infinite linear;
  -webkit-animation: move2 5s infinite linear;
}
.main .page-title .slider-st2 .icon.icon_2 {
  top: 20%;
  left: 45%;
  animation: move3 5s infinite linear;
  -webkit-animation: move3 5s infinite linear;
}
.main .page-title .slider-st2 .icon.icon_3 {
  top: 30%;
  right: 20%;
  animation: move4 5s infinite linear;
  -webkit-animation: move4 5s infinite linear;
}
.main .page-title .slider-st2 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #09121D;
}
.main .page-title .slider-st2 .overlay img {
  height: auto;
  width: 100%;
  opacity: 0.5;
  mix-blend-mode: luminosity;
}
.main .page-title .slider-st2 .box-slider .content-box {
  width: 100%;
  text-align: center;
}
.main .page-title .slider-st2 .box-slider .content-box .wrap-btn {
  justify-content: center;
}
.main .page-title .slider-st3 {
  padding: 167px 0 0;
  background: none;
}
.main .page-title .slider-st3 .box-slider {
  display: flex;
}
.main .page-title .slider-st3 .box-slider .content-box {
  padding-top: 38px;
  width: 50%;
}
.main .page-title .slider-st3 .box-slider .content-box h1 {
  margin-bottom: 24px;
}
.main .page-title .slider-st3 .box-slider .content-box p {
  letter-spacing: 0;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}
.main .page-title .slider-st3 .box-slider .image {
  text-align: right;
  width: 50%;
  margin-left: -30px;
}
.main .page-title .slider-st3 .box-slider .image img {
  z-index: 2;
}
.main .page-title .slider-st3 .box-slider .image .img_main {
  margin-right: 0;
}
.main .page-title .box-slider {
  display: flex;
}
.main .page-title .box-slider .content-box {
  padding-top: 38px;
  width: 50%;
}
.main .page-title .box-slider .content-box h1 {
  margin-bottom: 24px;
}
.main .page-title .box-slider .content-box p {
  letter-spacing: 0;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}
.main .page-title .box-slider .image {
  text-align: right;
  width: 50%;
}
.main .page-title .box-slider .image img {
  z-index: 2;
}
.main .page-title .box-slider .image .img_main {
  margin-right: -38px;
  animation: move4 5s infinite linear;
}
.main .page-title .box-slider .image .icon1,
.main .page-title .box-slider .image .icon2,
.main .page-title .box-slider .image .icon3 {
  z-index: -1;
}
.main .page-title .box-slider .image .icon1 img {
  animation: move2 5s infinite linear;
  -webkit-animation: move2 5s infinite linear;
}
.main .page-title .box-slider .image .icon2 img {
  animation: move3 5s infinite linear;
  -webkit-animation: move3 5s infinite linear;
}
.main .page-title .box-slider .image .icon3 {
  left: -30px;
  bottom: -30px;
}
.main .page-title .box-slider .image .icon3 img {
  animation: move5 5s infinite linear;
  -webkit-animation: move5 5s infinite linear;
}
.main .page-title .box-slider .tf-button {
  height: 60px;
  font-size: 16px;
  line-height: 1.72;
}
.main .page-title .slider-st2 .box-slider .content-box {
  padding-top: 33px;
}
.main .page-title .slider-st3 .box-slider {
  position: relative;
  z-index: 99;
}
.main .page-title .slider-st3 .box-slider .content-box {
  width: 50%;
  padding-top: 33px;
}
.main .page-title .slider-st3 .box-slider .content-box h1 {
  margin-right: -40px;
}
.main .page-title .slider-st3 .box-slider .content-box .wrap-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main .page-title .slider-st3 .box-slider .image {
  width: 50%;
}
.main .page-title .slider-st3 .box-slider .image img {
  animation: move5 5s infinite linear;
  -webkit-animation: move5 5s infinite linear;
}
.main .page-title .slider-st3 .box-slider .flat-box {
  display: flex;
  margin-top: 72px;
}
.main .page-title .slider-st3 .box-slider .flat-box .box-couter {
  padding-right: 30px;
  margin-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.main .page-title .slider-st3 .box-slider .flat-box .box-couter:last-child {
  border: none;
}
.main .page-title .slider-st3 .box-slider .flat-box .box-couter:nth-child(2) {
  padding-right: 42px;
}
.main .page-title .slider-st3 .box-slider .flat-box .box-couter p,
.main .page-title .slider-st3 .box-slider .flat-box .box-couter h6 {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.4;
}
.main .page-title .slider-st3 .box-slider .flat-box .box-couter p {
  font-size: 17px;
}
.main .page-title .slider-st3 .box-slider .flat-box .box-couter h6 {
  font-size: 26px;
}

/* animation slider */
.box-slider .content-box .flat-box,
.box-slider .content-box .wrap-btn,
.box-slider .content-box h1,
.box-slider .content-box h2,
.box-slider .content-box .sub-title {
  transform: translateY(200px);
  opacity: 0;
}

.box-slider .image {
  transform: translateX(200px);
  opacity: 0;
}

.swiper-slide-active .box-slider .content-box .flat-box,
.swiper-slide-active .box-slider .image,
.swiper-slide-active .box-slider .content-box .wrap-btn,
.swiper-slide-active .box-slider .content-box h1,
.swiper-slide-active .box-slider .content-box h2,
.swiper-slide-active .box-slider .content-box .sub-title {
  opacity: 1;
  visibility: visible;
  -webkit-transition: transform 800ms ease, opacity 800ms ease;
  -moz-transition: transform 800ms ease, opacity 800ms ease;
  -ms-transition: transform 800ms ease, opacity 800ms ease;
  -o-transition: transform 800ms ease, opacity 800ms ease;
  transition: transform 800ms ease, opacity 800ms ease;
  transition-delay: 1000ms;
}

.swiper-slide-active .box-slider .image {
  transform: translateX(0px);
}

.swiper-slide-active .box-slider .content-box .flat-box,
.swiper-slide-active .box-slider .content-box .wrap-btn,
.swiper-slide-active .box-slider .content-box h1,
.swiper-slide-active .box-slider .content-box h2,
.swiper-slide-active .box-slider .content-box .sub-title {
  transform: translateY(0px);
}

.swiper-slide-active .box-slider .image,
.swiper-slide-active .box-slider .content-box h2,
.swiper-slide-active .box-slider .content-box h1 {
  transition-delay: 400ms;
}

.swiper-slide-active .box-slider .content-box .sub-title {
  transition-delay: 500ms;
}

.swiper-slide-active .box-slider .content-box .wrap-btn {
  transition-delay: 600ms;
}

.swiper-slide-active .box-slider .content-box .flat-box {
  transition-delay: 700ms;
}

.project-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.project-wrapper .image-wrapper {
  width: 70%;
  padding-right: 47px;
}
.project-wrapper .image-wrapper img {
  border-radius: 20px;
}
.project-wrapper .content-wrapper {
  margin-top: -25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 420px;
  z-index: 99;
}
.project-wrapper .content-wrapper .content_inner {
  padding: 30px 30px 20px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: linear-gradient(90deg, #1A222C 17.33%, rgba(35, 44, 54, 0) 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.project-wrapper .content-wrapper .content_inner .wrapper {
  position: relative;
  z-index: 9999;
}
.project-wrapper .content-wrapper .content_inner h4 {
  margin-bottom: 12px;
}
.project-wrapper .content-wrapper .content_inner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  content: "";
  border-radius: 20px;
}
.project-wrapper .content-wrapper .content_inner .title {
  margin-bottom: 10px;
}
.project-wrapper .content-wrapper .content_inner .desc {
  margin-bottom: 10px;
}
.project-wrapper .content-wrapper .content_inner .price {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #86FF00;
  border-radius: 6px;
  margin-bottom: 20px;
}
.project-wrapper .content-wrapper .content_inner .price li span {
  color: #1A222C;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
}
.project-wrapper .content-wrapper .content_inner .featured_title {
  margin-bottom: 10px;
}

.featured-countdown {
  padding-right: 22px;
}
.featured-countdown .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.featured-countdown .desc li {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.featured-countdown.style2 {
  padding: 0;
  margin-top: 19px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.featured-countdown.style2 .featured_title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.featured-countdown.style2 .countdown__item {
  color: #86FF00;
}
.featured-countdown.style2 .desc li {
  color: #798DA3;
}
.featured-countdown.style3 .countdown__timer {
  justify-content: flex-start;
}
.featured-countdown.style3 .countdown__item {
  margin-right: 30px;
  height: auto;
  width: auto;
  background: none;
}
.featured-countdown.style3 .countdown__item::after {
  left: 25px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}
.featured-countdown.style3 .countdown__item span {
  font-size: 17px;
  line-height: 1.4;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
}

.countdown__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 62px;
  position: relative;
  background: url("./../../assets/images/backgroup/bg_countdown.png") center center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.countdown__item::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 73px;
  content: ":";
  color: #343D46;
  font-weight: bold;
}
.countdown__item:last-child::after {
  display: none;
}

.countdown__timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total_token {
  text-align: center;
}
.total_token h6 {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1.4;
}
.total_token h6:last-child {
  margin-bottom: 0;
}
.total_token h6 span {
  color: #86FF00;
}

.content_technology {
  margin-top: 38px;
  position: relative;
  padding-right: 25%;
  padding-left: 4px;
}

.img_technology {
  position: relative;
}
.img_technology .coin {
  position: absolute;
}
.img_technology .coin.coin_1 {
  top: 44%;
  right: 0%;
  transform: rotate(41.93deg);
  animation: move5 5s infinite linear;
  -webkit-animation: move5 5s infinite linear;
}
.img_technology .coin.coin_2 {
  top: -10%;
  left: 32%;
  transform: rotate(35.35deg);
  animation: move2 5s infinite linear;
  -webkit-animation: move2 5s infinite linear;
}
.img_technology .coin.coin_3 {
  top: 12%;
  left: -2%;
  animation: move3 5s infinite linear;
  -webkit-animation: move3 5s infinite linear;
}
.img_technology .coin.coin_4 {
  top: 43%;
  left: 26%;
  transform: matrix(-0.98, -0.19, -0.19, 0.98, 0, 0);
  animation: move2 5s infinite linear;
  -webkit-animation: move2 5s infinite linear;
}
.img_technology .coin.coin_5 {
  bottom: -7%;
  right: 17%;
  transform: rotate(-21.27deg);
  animation: move4 5s infinite linear;
  -webkit-animation: move4 5s infinite linear;
}
.img_technology .coin.coin_6 {
  bottom: 6px;
  left: -6%;
  transform: rotate(45.48deg);
  animation: move3 5s infinite linear;
  -webkit-animation: move3 5s infinite linear;
}

.content_faq {
  text-align: center;
  margin-top: 30px;
}
.content_faq p {
  margin-bottom: 18px;
}
.content_faq .wrap-btn {
  justify-content: center;
}

.brand_wrapper {
  background-color: #121A24;
  height: 120px;
  line-height: 120px;
}

.details article {
  width: 33%;
}
.details .sidebar {
  width: 67%;
}
.details .sidebar .prodect-content {
  background-color: #1E2835;
  padding: 28px 30px 25px;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 20px;
}
.details .sidebar .prodect-content .heading {
  margin-bottom: 10px;
}
.details .sidebar .prodect-content .sub-heading {
  font-size: 20px;
}
.details .sidebar .prodect-content .spacing {
  width: 100%;
  position: relative;
  margin: 20px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.details .sidebar .prodect-content .box {
  margin-bottom: 30px;
}
.details .sidebar .prodect-content .box:last-child {
  margin-bottom: 0;
}
.details .sidebar .prodect-content .box p {
  margin-bottom: 14px;
}
.details .sidebar .prodect-content .box ul {
  margin-left: 14px;
}
.details .sidebar .prodect-content .box ul li {
  position: relative;
  padding-left: 10.5px;
  margin-bottom: 10px;
}
.details .sidebar .prodect-content .box ul li:last-child {
  margin-bottom: 0;
}
.details .sidebar .prodect-content .box ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #798DA3;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.details .sidebar .prodect-content .box .inner-box {
  margin-bottom: 13px;
}
.details .sidebar .prodect-content .box .inner-box:last-child {
  margin-bottom: 0;
}
.details .sidebar .prodect-content .box .inner-box h6 {
  font-size: 16px;
  margin-bottom: 8px;
}
.details .sidebar .prodect-content .box .inner-box ul {
  margin-left: 0;
}
.details .sidebar .prodect-content .box .inner-box ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: #171F29;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 3px;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
}
.details .sidebar .prodect-content .box .inner-box ul li::before {
  display: none;
}
.details .sidebar .prodect-content .box .inner-box ul li p {
  margin-bottom: 0;
  color: #fff;
  text-align: left;
  width: 73%;
}
.details .sidebar .prodect-content .box .inner-box ul li p:nth-child(1) {
  width: 27%;
  color: #798DA3;
}

.question-content .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.question-content .image-wrapper .image {
  z-index: 999;
  background: url("./../../assets/images/backgroup/bg_img_team_3.png") center center no-repeat;
  width: 76px;
  height: 86px;
  margin: 0 auto;
  position: relative;
  margin: 0 3.5px;
}
.question-content .image-wrapper .image img {
  width: 76px;
  height: 86px;
  -webkit-mask-image: url("./../../assets/images/backgroup/bg_img_team_3.png");
  mask-image: url("./../../assets/images/backgroup/bg_img_team_3.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
.question-content p {
  margin-bottom: 20px;
  text-align: center;
}

.project-info-form {
  max-width: 730px;
  background-color: #1E2835;
  border-radius: 20px;
  padding: 26px 28px;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  margin: 0 auto 30px auto;
}
.project-info-form.check-radio {
  padding-bottom: 7px;
}
.project-info-form:last-child {
  margin-bottom: 0;
}
.project-info-form .title {
  font-size: 20px;
  padding-bottom: 12px;
  margin-bottom: 33px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.project-info-form .title.mb30 {
  margin-bottom: 30px;
}
.project-info-form .form-inner input {
  background-color: #171F29;
}
.project-info-form .form-inner textarea {
  height: 140px;
  background-color: #171F29;
}
.project-info-form .form-inner fieldset {
  margin-bottom: 24px;
}
.project-info-form .form-inner fieldset:last-child {
  margin-bottom: 0;
}
.project-info-form .form-inner label {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
  font-family: "resobot-bold";
  font-weight: 700;
}
.project-info-form .form-inner ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -8px;
}
.project-info-form .form-inner ul .list__item {
  width: calc(33.333% - 8px);
  margin-left: 8px;
  margin-bottom: 15px;
}
.project-info-form .form-inner ul.w50 .list__item {
  width: calc(50% - 8px);
}
.project-info-form .form-inner ul .list__item {
  position: relative;
}
.project-info-form .form-inner ul .radio-btn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.project-info-form .form-inner ul .radio-btn:checked + .label {
  color: #121A24;
  background-color: #798DA3;
}
.project-info-form .form-inner ul .radio-btn:checked + .label::before {
  background-color: #FFFFFF;
  content: "\e903";
}
.project-info-form .form-inner ul .label {
  height: 46px;
  border-radius: 100px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s linear;
  background-color: #171F29;
  padding: 8px;
  font-size: 15px;
}
.project-info-form .form-inner ul .label::before {
  font-family: "risebot";
  opacity: 1;
  visibility: visible;
  color: #09121D;
  content: "";
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border-radius: 50%;
  transition: all 0.25s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(121, 141, 163, 0.15);
}
.project-info-form.style .form-inner input {
  padding-left: 40px;
}
.project-info-form.style .form-inner fieldset fieldset {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.project-info-form.style .form-inner fieldset fieldset svg {
  position: absolute;
  left: 14px;
}

.team-details {
  background-color: #1E2835;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
}
.team-details .image_wrapper {
  width: 194px;
  margin-right: 30px;
}
.team-details .image {
  z-index: 999;
  background: url("./../../assets/images/backgroup/bg_img_team_4.png") center center no-repeat;
  width: 194px;
  height: 220px;
  min-width: 194px;
  position: relative;
  margin-bottom: 15px;
}
.team-details .image img {
  width: 194px;
  height: 220px;
  -webkit-mask-image: url("./../../assets/images/backgroup/bg_img_team_4.png");
  mask-image: url("./../../assets/images/backgroup/bg_img_team_4.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
.team-details .content .name {
  font-size: 24px;
  margin-bottom: 0;
}
.team-details .content .position {
  font-weight: bold;
  font-family: "resobot-bold";
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.team-details .content p {
  margin-bottom: 14px;
}
.team-details .content p.position {
  margin-bottom: 20px;
}
.team-details .content .spacing {
  position: relative;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 25px 0;
}
.team-details .content .box .title {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
}
.team-details .content .box .title svg {
  margin-right: 6px;
}
.team-details .content .box ul li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 6px;
}
.team-details .content .box ul li:last-child {
  margin-bottom: 0;
}
.team-details .content .box ul li::before {
  width: 4px;
  height: 4px;
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  background-color: #999999;
  border-radius: 50%;
}

.contact-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 650px;
  margin: 0 auto;
}
.contact-info li {
  display: flex;
}
.contact-info li:nth-child(1) {
  width: 30%;
}
.contact-info li:nth-child(2) {
  width: 35%;
  padding-left: 40px;
}
.contact-info li:nth-child(3) {
  width: 35%;
  padding-left: 16px;
}
.contact-info li .icon {
  margin-right: 9px;
}
.contact-info li .content {
  padding-left: 10px;
  position: relative;
}
.contact-info li .content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.contact-info li .content p {
  margin-bottom: 0;
}
.contact-info li .content p:first-child {
  font-size: 12px;
  margin-bottom: 1px;
}

.tf-blog .side-bar {
  width: 75%;
  display: block;
}
.tf-blog article {
  width: 25%;
}
.tf-blog article .widget {
  margin-bottom: 30px;
}
.tf-blog article .widget.mb33 {
  margin-bottom: 33px;
}
.tf-blog article .widget.mb22 {
  margin-bottom: 22px;
}
.tf-blog article .widget:last-child {
  margin-bottom: 0;
}
.tf-blog article .img-box {
  position: relative;
  padding: 30px 20px 20px;
}
.tf-blog article .img-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: url("./../../assets/images/backgroup/bg_post.png"), center, center, no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.tf-blog article .img-box h3 {
  font-size: 40px;
  margin-bottom: 8px;
}
.tf-blog article .img-box p {
  color: #fff;
  margin-bottom: 103px;
}

.post-details .title {
  margin-bottom: 10px;
}
.post-details .date {
  font-size: 14px;
  opacity: 0.5;
}
.post-details .spacing {
  height: 1px;
  width: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}
.post-details .spacing.mg28 {
  margin: 28px 0;
}
.post-details .content-inner {
  position: relative;
  padding-left: 68px;
}
.post-details .content-inner .social {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.post-details .content-inner .social li {
  margin: 0 0 10px;
}
.post-details .content-inner .social li a {
  border-color: rgba(121, 141, 163, 0.15);
  width: 38px;
  height: 38px;
}
.post-details .content-inner .sub-title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 1.4;
}
.post-details .content-inner .image {
  margin-bottom: 24px;
}
.post-details .content-inner .image.mb12 {
  margin-bottom: 12px;
}
.post-details .content-inner .image img {
  border-radius: 20px;
}
.post-details .content-inner .image p {
  margin-top: 12px;
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 0;
}
.post-details .content-inner p {
  margin-bottom: 16px;
}
.post-details .content-inner p.mb28 {
  margin-bottom: 28px;
}
.post-details .content-inner .title-st {
  font-size: 24px;
  margin-bottom: 10px;
}
.post-details .content-inner .tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.post-details .content-inner .tag li {
  margin-right: 4px;
  font-size: 12px;
  color: #798DA3;
}
.post-details .content-inner .tag li:first-child {
  margin-right: 10px;
}
.post-details .content-inner .tag li span {
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #171F29;
  padding: 6px 8px;
  color: #fff;
}
.post-details .related-post .title {
  margin-bottom: 16px;
}
.post-details .related-post .wrapper-related-post {
  display: flex;
  margin-left: -30px;
}
.post-details .related-post .wrapper-related-post .grid-box {
  width: calc(33.333% - 30px);
  margin-left: 30px;
}
.post-details .related-post .image {
  margin-bottom: 0;
}
.post-details .related-post .image img {
  border-radius: 20px 20px 0 0;
}
.post-details .related-post .content .title {
  margin-bottom: 10px;
  font-size: 20px;
}
.post-details .project-info-form {
  padding: 28px 28px;
  margin-top: 40px;
  max-width: 100%;
}
.post-details .project-info-form .title {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 4px;
  font-size: 28px;
}
.post-details .project-info-form .spacing {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 24px;
}

.tf-token .desc-token {
  margin-right: -30px;
}
.tf-token .desc-token .total-token {
  margin-bottom: 15px;
}
.tf-token .desc-token .total-token p {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-family: "resobot-bold";
  font-weight: bold;
  color: #fff;
}
.tf-token .desc-token .total-token p span {
  color: #86FF00;
}
.tf-token .desc-token .total-token p:last-child {
  margin-bottom: 0;
}
.tf-token .desc-token .describe_chart {
  width: 100%;
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
}
.tf-token .desc-token .describe_chart li {
  width: calc(33.333% - 30px);
  margin-left: 30px;
}
.tf-token .desc-token .describe_chart li:last-child {
  margin-bottom: 30px;
}

.apexcharts-radialbar-track path {
  stroke: #171F29 !important;
}

#chart {
  margin-left: 86px;
  margin-top: -40px;
}
#chart path {
  stroke-width: 16 !important;
}

.tokenomics-wrapper .box {
  padding: 8px 16px;
  background: #1E2835;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  margin-bottom: 17px;
}
.tokenomics-wrapper .box:last-child {
  margin-bottom: 0;
}
.tokenomics-wrapper .box .td {
  width: 20%;
}
.tokenomics-wrapper .box .td.td2 {
  padding-left: 17px;
}
.tokenomics-wrapper .box .td.td3 {
  padding-left: 34px;
}
.tokenomics-wrapper .box .td.td4 {
  padding-left: 50px;
}
.tokenomics-wrapper .box .td.td5 {
  padding-left: 68px;
}
.tokenomics-wrapper .box .td p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 2px;
}
.tokenomics-wrapper .box .td p:nth-child(2) {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

.wallet-page .tf-wallet {
  padding-bottom: 20px;
}
.wallet-page .tf-wallet .container {
  max-width: 760px;
}

.wallet-form {
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  background-color: #1E2835;
  border-radius: 20px;
  padding: 27px 30px;
  transform: translateY(-114px);
}
.wallet-form h4 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 9px;
}
.wallet-form .sub {
  margin-bottom: 0;
}
.wallet-form .spacing {
  width: 100%;
  height: 1px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 15px 0 17px;
}
.wallet-form .connect-wallet,
.wallet-form .choose-network {
  text-align: left;
}
.wallet-form .connect-wallet h6,
.wallet-form .choose-network h6 {
  font-size: 20px;
  margin-bottom: 10px;
}
.wallet-form .choose-network ul {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -8px;
  flex-wrap: wrap;
}
.wallet-form .choose-network ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 48px;
  width: calc(25% - 8px);
  margin-left: 8px;
  margin-bottom: 8px;
  padding: 8px;
  background-color: #171F29;
  border-radius: 1000px;
  margin-left: 0 !important;
}
.wallet-form .choose-network ul li:hover, .wallet-form .choose-network ul li.active {
  background-color: #798DA3;
}
.wallet-form .choose-network ul li:hover span, .wallet-form .choose-network ul li.active span {
  color: #fff;
}
.wallet-form .choose-network ul li img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  max-width: 30px;
}
.wallet-form .choose-network ul li span {
  color: #fff;
  text-transform: uppercase;
}
.wallet-form .connect-wallet ul {
  flex-wrap: wrap;
  display: flex;
  margin-left: -10px;
  margin-bottom: 11px;
}
.wallet-form .connect-wallet ul li {
  width: calc(50% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
}
.wallet-form .connect-wallet ul li a {
  background-color: #171F29;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 14px;
  border-radius: 10px;
  height: 52px;
}
.wallet-form .connect-wallet ul li img {
  max-width: 30px;
  height: 30px;
  margin-right: 10px;
}
.wallet-form .connect-wallet ul li .icon {
  position: absolute;
  right: 14px;
}
.wallet-form .bottom {
  text-align: left;
}
.wallet-form .bottom a {
  color: #fff;
}

.modal .modal-dialog {
  max-width: 540px;
}

.modal-backdrop {
  background: rgba(9, 18, 29, 0.9) !important;
  backdrop-filter: blur(2px);
}

.modal-content {
  padding: 30px;
  background-color: #1E2835;
  border-radius: 20px;
  border: 2px solid #2f3945;
  text-align: center;
}
.modal-content .icon {
  position: absolute;
  right: -2px;
  top: -2px;
}
.modal-content .icon img {
  width: 64px;
  height: 64px;
}
.modal-content .desc a {
  color: #fff;
}
.modal-content .spacing {
  background-color: rgba(255, 255, 255, 0.1);
  height: 1px;
  width: 100%;
  margin: 15px 0 17px;
}
.modal-content .modal-body {
  padding: 0;
}
.modal-content .modal-body ul {
  flex-wrap: wrap;
  display: flex;
  margin-left: -10px;
  margin-bottom: 11px;
}
.modal-content .modal-body ul li {
  position: relative;
  width: 100%;
  margin-left: 10px;
  margin-bottom: 10px;
}
.modal-content .modal-body ul li a {
  background-color: #171F29;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 14px;
  border-radius: 10px;
  height: 52px;
}
.modal-content .modal-body ul li img {
  max-width: 30px;
  height: 30px;
  margin-right: 10px;
}
.modal-content .modal-body ul li .icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.project-info-form .dropdown {
  margin-bottom: 0 !important;
}
.project-info-form .dropdown .option {
  display: none;
}
.project-info-form .dropdown dt {
  position: relative;
  background-color: #171F29;
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  height: 46px;
}
.project-info-form .dropdown dt svg {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.project-info-form .dropdown dt a {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: relative;
}
.project-info-form .dropdown dt .flag {
  position: relative;
  margin-right: 10px;
}
.project-info-form .dropdown dd {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.project-info-form .dropdown dd .option {
  position: relative;
  background-color: #171F29;
  width: 100%;
  padding: 20px 14px;
  border-radius: 8px;
  height: 100%;
  margin-left: 0 !important;
  margin-top: -10px;
}
.project-info-form .dropdown dd li {
  margin-bottom: 20px;
}
.project-info-form .dropdown dd li:last-child {
  margin-bottom: 0;
}
.project-info-form .dropdown dd a {
  width: 100%;
  height: 100%;
  position: relative;
}
.project-info-form .dropdown dd a span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
}
.project-info-form .dropdown dd a .flag {
  position: relative;
  margin-right: 10px;
}

.project-info-form .form-inner .upload-img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -8px;
}
.project-info-form .form-inner .upload-img input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.project-info-form .form-inner .upload-img .col {
  position: relative;
  width: calc(33.333% - 8px);
  margin-left: 8px;
  border-radius: 8px;
}
.project-info-form .form-inner .upload-img .col .box {
  text-align: center;
  padding: 65px 0 33px;
  background: #171F29;
}
.project-info-form .form-inner .upload-img .col .box label {
  margin-bottom: 0;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-bottom: 30px;
}
.project-info-form .form-inner .upload-img .col .box label img {
  width: 50px;
  height: 51px;
}
.project-info-form .form-inner .upload-img .col .box label span {
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.5;
  font-weight: 500;
  color: #798DA3;
  font-family: "Space Grotesk", sans-serif;
}
.project-info-form .form-inner .upload-img .col .box label span.file {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  color: #fff;
}
.project-info-form .form-inner .upload-img .col p {
  margin-bottom: 0;
  margin-top: 14px;
  text-align: center;
}
.project-info-form .form-inner .upload-img.style2 .col .box {
  padding: 10px 14px;
  background-color: #171F29;
  border-radius: 8px;
  height: 46px;
  position: relative;
  width: 100%;
}
.project-info-form .form-inner .upload-img.style2 .col .box label {
  padding-bottom: 0;
  text-align: left;
  position: relative;
  width: 100%;
}
.project-info-form .form-inner .upload-img.style2 .col .box label svg {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
}
.project-info-form .form-inner .upload-img.style2 .col .box label span {
  font-size: 15px;
  line-height: 21px;
  color: #798DA3;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  transform: translateX(0);
  position: relative;
  left: 0;
  top: 0;
}
.project-info-form .note {
  font-size: 12px;
  margin-bottom: 0;
}
.project-info-form .flex {
  display: flex;
  margin-left: -20px;
}
.project-info-form .flex .col50 {
  width: calc(50% - 20px);
  margin-left: 20px;
}
.project-info-form .checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.project-info-form .checkbox label {
  margin-bottom: 0 !important;
  font-size: 12px !important;
  margin-bottom: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
}
.project-info-form .checkbox label.icon {
  position: relative;
}
.project-info-form .checkbox label.icon::before {
  font-family: "risebot";
  opacity: 1;
  visibility: visible;
  color: #09121D;
  content: "";
  height: 18px;
  width: 18px;
  margin-right: 10px;
  border-radius: 50%;
  transition: all 0.25s linear;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #798DA3;
}
.project-info-form .checkbox input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.project-info-form .form-inner #checkbox:checked + label.icon::before {
  background: #798DA3;
  content: "\e903";
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}

.no-js .inputfile + label {
  display: none;
}

.submit-project .tf-section.project-info {
  padding-bottom: 133px;
}
.submit-project .project-info-form {
  padding: 28px 28px 19px;
}
.submit-project .project-info-form .title {
  font-size: 28px;
  padding-bottom: 15px;
  margin-bottom: 32px;
}
.submit-project .project-info-form fieldset > label {
  font-size: 20px;
  margin-bottom: 13px;
}
.submit-project .project-info-form fieldset > label.mb9 {
  margin-bottom: 9px;
}
.submit-project .project-info-form fieldset > label.mb8 {
  margin-bottom: 8px;
}
.submit-project .project-info-form fieldset > label.fz16 {
  font-size: 16px;
}
.submit-project .project-info-form fieldset {
  margin-bottom: 20px;
}
.submit-project .project-info-form fieldset.mb21 {
  margin-bottom: 21px;
}
.submit-project .project-info-form fieldset.mb22 {
  margin-bottom: 22px;
}
.submit-project .project-info-form .form-inner ul .list__item {
  margin-bottom: 0;
}
.submit-project .project-info-form.style {
  padding: 23px 28px 25px;
}
.submit-project .project-info-form.style .title {
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.submit-project .project-info-form.style .title.mb32 {
  margin-bottom: 32px;
}

.project-info-form.form-login {
  background-image: url("./../../assets/images/backgroup/bg_login.png");
  background-color: transparent;
  border: none;
  position: relative;
  padding: 20px 30px 60px;
}
.project-info-form.form-login .title {
    color: #ffe599;
  border: none;
  font-size: 28px;
  margin-bottom: 41px;
  padding-bottom: 0;
}
.project-info-form.form-login .title a {
  color: #ffe599;
}
.project-info-form.form-login .title a:hover {
  color: #f44336;
}
.project-info-form.form-login .title.link {
  margin-bottom: 0 !important;
  height: 57px;
  background-image: url("./../../assets/images/backgroup/bg_link_1.png");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 205px;
  width: 237px;
}
.project-info-form.form-login fieldset.mb19 {
  margin-bottom: 19px;
}
.project-info-form.form-login p {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.project-info-form.form-login .fogot-pass {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
}
.project-info-form.form-login .fogot-pass:hover {
  color: #86FF00;
}
.project-info-form.form-login.style2 {
  background-image: url("./../../assets/images/backgroup/bg_login_2.png");
  padding: 20px 30px 35px;
}
.project-info-form.form-login.style2 .title.link {
  background-image: url("./../../assets/images/backgroup/bg_link_2.png");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 196px;
}
.project-info-form .checkbox label.icon::before {
  margin-right: 5px;
}

.login-page .page-title {
  min-height: 335px;
}
.login-page .project-info {
  transform: translateY(-115px);
  padding-bottom: 20px;
}
.login-page .project-info .tf-button {
  height: 52px !important;
  width: 260px;
  font-size: 14px !important;
}

.show-mobie {
  display: none;
}

.login-page.forget .project-info .tf-button {
  width: auto !important;
}

.forget-form.project-info-form {
  padding: 28px 28px;
}
.forget-form.project-info-form .title {
  margin-bottom: 8px;
  padding-bottom: 0;
  text-align: center;
  border: none;
  font-size: 28px;
}
.forget-form.project-info-form p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 16px;
  margin-bottom: 22px;
  text-align: center;
}
.forget-form.project-info-form .bottom {
  margin-top: 22px;
  text-align: center;
}
.forget-form.project-info-form .bottom a {
  color: #86FF00;
}

.checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.checkbox label {
  margin-bottom: 0 !important;
  font-size: 12px !important;
  margin-bottom: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
}
.checkbox label.icon {
  position: relative;
}
.checkbox label.icon::before {
  font-family: "risebot";
  opacity: 1;
  visibility: visible;
  color: #09121D;
  content: "";
  height: 18px;
  width: 18px;
  margin-right: 10px;
  border-radius: 50%;
  transition: all 0.25s linear;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #798DA3;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/* asstrass_class
-------------------------------------------------------------- */
.mb50 {
  margin-bottom: 50px;
}

.relative {
  position: relative;
}

.mt58 {
  margin-top: 58px;
}

.mt130 {
  margin-top: 130px;
}

.mg0_15 {
  margin: 0 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt17 {
  margin-top: 17px;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.align-items-center {
  align-items: center;
}

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

.mt60 {
  margin-top: 60px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb8 {
  margin-bottom: 8px;
}

.mt30 {
  margin-top: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pl14 {
  padding-left: 14px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mt66 {
  margin-top: 66px;
}

.mb22 {
  margin-bottom: 22px;
}

.block {
  display: block !important;
}

.move5 {
  animation: move5 5s infinite linear;
  -webkit-animation: move5 5s infinite linear;
}

.mt40 {
  margin-top: 40px;
}

.mt56 {
  margin-top: 56px;
}

.mt6 {
  margin-top: 6px;
}

.boder-20 {
  border-radius: 20px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb8 {
  margin-bottom: 8px;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.color-hover {
  color: #86FF00;
}

.ml0 {
  margin-left: 0 !important;
}

.mb33 {
  margin-bottom: 33px;
}

.mr-10 {
  margin-right: -10px;
}

.mb18 {
  margin-bottom: 18px;
}

/* box
-------------------------------------------------------------- */
.project-box {
  position: relative;
}
.project-box .image {
  position: relative;
  height: 112px;
  width: 112px;
  margin: 0 auto;
  z-index: 99;
  background: url("./../../assets/images/common/project_1.png") center center no-repeat;
}
.project-box .image img.mask {
  width: 112px;
  height: 112px;
  -webkit-mask-image: url("./../../assets/images/common/project_1.png");
  mask-image: url("./../../assets/images/common/project_1.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}
.project-box .image .shape {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: -1;
  width: 30px;
  height: 30px;
}
.project-box .content {
  overflow: hidden;
  position: relative;
  margin-top: -56px;
  text-align: center;
  padding: 80px 20px 42px 16px;
  background: #1E2835;
  border-radius: 20px;
}
.project-box .content .social li {
  margin-bottom: 0;
}
.project-box .content .boder {
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid;
  z-index: 9;
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom, rgba(255, 255, 255, 0.0784313725), rgba(255, 255, 255, 0));
}
.project-box .content .content-inner {
  z-index: 10;
  position: relative;
}
.project-box .content .content-inner .heading {
  margin-bottom: 5px;
}
.project-box .content::after {
  width: 50px;
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border: solid 1.7px rgba(255, 255, 255, 0.0784313725);
  border-color: rgba(255, 255, 255, 0.0784313725) transparent transparent transparent;
  border-radius: 50%/10px 10px 0 0;
  transform: rotate(40deg);
  top: 2px;
  right: 2px;
}
.project-box .content::before {
  width: 50px;
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border: solid 1.5px rgba(255, 255, 255, 0.0784313725);
  border-color: rgba(255, 255, 255, 0.0784313725) transparent transparent transparent;
  border-radius: 50%/10px 10px 0 0;
  transform: rotate(-40deg);
  left: 2px;
  top: 2px;
}
.project-box .content .title {
  margin-bottom: 6px;
}
.project-box .content .desc {
  margin-bottom: 22px;
  padding: 0 20px;
}
.project-box .content ul {
  margin-bottom: 22px;
}
.project-box .content ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.project-box .content ul li:last-child {
  margin-bottom: 0;
}
.project-box .content ul li .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px 8px 16px;
  height: 40px;
  width: 100%;
  max-width: 230px;
  background: url("./../../assets/images/common/bg_text.png");
  background-position: center right;
  background-repeat: no-repeat;
  margin-bottom: 0;
  font-size: 17px;
}
.project-box .content ul li .price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 10px;
  height: 40px;
  width: 90px;
  background: url("./../../assets/images/common/bg_text2.png");
  background-position: center left;
  background-repeat: no-repeat;
  color: #000000;
  margin-bottom: 0;
  font-size: 17px;
}
.project-box .content .social_title {
  margin-bottom: 12px;
  font-size: 15px;
}
.project-box .tf-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
  z-index: 10;
}

.project-box-style2_wrapper {
  display: flex;
}

.project-box-style2 {
  width: 33.3333333333%;
  position: relative;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}
.project-box-style2::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #86FF00;
  right: -2.5px;
  bottom: -2.5px;
}
.project-box-style2:last-child {
  border-right: none;
}
.project-box-style2:last-child::after {
  display: none;
}
.project-box-style2 .image {
  margin-bottom: 24px;
  transform: rotateY(0);
  transition: all 0.8s ease;
}
.project-box-style2 .content {
  padding: 0 40px 62px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.project-box-style2 .content h5 {
  margin-bottom: 13px;
}
.project-box-style2 .content .desc {
  margin-bottom: 10px;
}
.project-box-style2 .content .number {
  -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;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 100px;
  color: #fff;
  opacity: 0.06;
  font-weight: bold;
}
.project-box-style2 .btn_project {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
.project-box-style2:hover .image {
  transform: rotateY(-360deg);
}
.project-box-style2:hover .number {
  opacity: 1;
}

.project-box-style4 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 24px;
  background: #1E2835;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.project-box-style4 .image {
  width: 112px;
  min-width: 112px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.project-box-style4 .image .img_inner {
  position: relative;
  background: url("./../../assets/images/common/project_56.png") center center no-repeat;
}
.project-box-style4 .image img {
  height: 112px;
  -webkit-mask-image: url("./../../assets/images/common/project_56.png");
  mask-image: url("./../../assets/images/common/project_56.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
.project-box-style4 .image .shape {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 2px;
  top: 2px;
}
.project-box-style4 .label {
  font-size: 12px;
  line-height: 1.4;
  background-color: #798DA3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 77px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-top: 10px;
  font-weight: bold;
}
.project-box-style4 .content {
  text-align: left;
}
.project-box-style4 .content h5 {
  font-size: 26px;
  margin-bottom: 4px;
}
.project-box-style4 .content p {
  font-size: 15px;
  margin-bottom: 16px;
}
.project-box-style4 .content ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.project-box-style4 .content ul li:last-child {
  margin-bottom: 0;
}
.project-box-style4 .content ul li .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px 8px 12px;
  height: 40px;
  width: 100%;
  max-width: 250px;
  background: url("./../../assets/images/common/bg_text_4.png");
  background-position: center right;
  background-repeat: no-repeat;
  margin-bottom: 0;
  font-size: 17px;
}
.project-box-style4 .content ul li .price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 10px;
  height: 40px;
  max-width: 120px;
  width: 100%;
  background: url("./../../assets/images/common/bg_text4.png");
  background-position: center left;
  background-repeat: no-repeat;
  color: #000000;
  margin-bottom: 0;
  font-size: 17px;
}

.project-box-style5 {
  background: #1E2835;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 24px;
}
.project-box-style5 .boder {
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid;
  z-index: 9;
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom, rgba(255, 255, 255, 0.0784313725), rgba(255, 255, 255, 0));
}
.project-box-style5::after {
  width: 50px;
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border: solid 1.7px rgba(255, 255, 255, 0.0784313725);
  border-color: rgba(255, 255, 255, 0.0784313725) transparent transparent transparent;
  border-radius: 50%/10px 10px 0 0;
  transform: rotate(40deg);
  top: 2px;
  right: 2px;
}
.project-box-style5::before {
  width: 50px;
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border: solid 1.5px rgba(255, 255, 255, 0.0784313725);
  border-color: rgba(255, 255, 255, 0.0784313725) transparent transparent transparent;
  border-radius: 50%/10px 10px 0 0;
  transform: rotate(-40deg);
  left: 2px;
  top: 2px;
}
.project-box-style5 .img-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}
.project-box-style5 .image {
  position: relative;
  height: 112px;
  width: 112px;
  min-width: 112px;
  margin-right: 16px;
  background: url("./../../assets/images/common/project_1.png") center center no-repeat;
}
.project-box-style5 .image img.mask {
  height: 112px;
  -webkit-mask-image: url("./../../assets/images/common/project_1.png");
  mask-image: url("./../../assets/images/common/project_1.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.project-box-style5 .image .shape {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: -1;
  width: 30px;
  height: 30px;
}
.project-box-style5 .content {
  position: relative;
}
.project-box-style5 .content .heading {
  margin-bottom: 5px;
}
.project-box-style5 .content .title {
  margin-bottom: 6px;
}
.project-box-style5 .content .desc {
  margin-bottom: 0;
}
.project-box-style5 .content-inner {
  position: relative;
  z-index: 10;
}
.project-box-style5 .content-inner .total {
  margin-bottom: 10px;
}
.project-box-style5 .content-inner .total h6 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}
.project-box-style5 .content-inner .total p {
  font-family: "resobot-bold";
  font-weight: 700;
  color: #86FF00;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0;
}
.project-box-style5 .content-inner ul {
  margin-bottom: 20px;
}
.project-box-style5 .content-inner ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.project-box-style5 .content-inner ul li:last-child {
  margin-bottom: 0;
}
.project-box-style5 .content-inner ul li .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px 8px 16px;
  height: 40px;
  width: 100%;
  max-width: 320px;
  background: url("./../../assets/images/common/bg_text_2.png");
  background-position: center right;
  background-repeat: no-repeat;
  margin-bottom: 0;
  font-size: 17px;
}
.project-box-style5 .content-inner ul li .price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 10px;
  height: 40px;
  width: 180px;
  background: url("./../../assets/images/common/bg_text3.png");
  background-position: center left;
  background-repeat: no-repeat;
  color: #000000;
  margin-bottom: 0;
  font-size: 17px;
}

.slider-2 {
  padding-bottom: 26px;
}

.counter_wrapper .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.counter_wrapper .box:last-child {
  margin-bottom: 0;
}
.counter_wrapper .box .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 110px;
  background: url("./../../assets/images/backgroup/bg_counter.png") center center no-repeat;
  background-size: contain;
  box-shadow: 0px 6px 10px 0px #00000024;
  margin-right: 26px;
}
.counter_wrapper .box .content .desc {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 4px;
}
.counter_wrapper .box .content .number-content span {
  font-family: "resobot-bold";
  color: #86FF00;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
}

.describe_chart {
  width: 25%;
  padding-top: 17px;
}
.describe_chart li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.describe_chart li:last-child {
  margin-bottom: 0;
}
.describe_chart li .desc {
  margin-left: 14px;
}
.describe_chart li .desc p {
  margin-bottom: 0;
}
.describe_chart li .desc .name {
  font-size: 14px;
  line-height: 19.6px;
}
.describe_chart li .desc .number {
  font-size: 15px;
  line-height: 21px;
  color: #fff;
}

.project-box-style3 {
  -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;
  margin-bottom: 30px;
}
.project-box-style3:last-child {
  margin-bottom: 0;
}
.project-box-style3 .header_project {
  display: flex;
  padding-left: 25px;
}
.project-box-style3 .header_project .heading {
  font-size: 20px;
  line-height: 28px;
  margin-top: 8px;
}
.project-box-style3 .header_project .image {
  margin-right: 14px;
  position: relative;
  height: 90px;
  width: 90px;
  z-index: 9;
  background: url("./../../assets/images/common/project_8.png") center center no-repeat;
}
.project-box-style3 .header_project .image img.mask {
  height: 90px;
  -webkit-mask-image: url("./../../assets/images/common/project_8.png");
  mask-image: url("./../../assets/images/common/project_8.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.project-box-style3 .header_project .image .shape {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: -1;
  width: 24px;
  height: 24px;
}
.project-box-style3 .content {
  margin-top: -45px;
  background: #1E2835;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  padding: 20px 20px 17px 129px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.project-box-style3 .content .td1 {
  width: 15%;
}
.project-box-style3 .content .td2 {
  width: 15%;
  padding-left: 10px;
}
.project-box-style3 .content .td3 {
  padding-left: 38px;
  width: 10%;
}
.project-box-style3 .content .td4 {
  padding-left: 68px;
  width: 30%;
}
.project-box-style3 .content .td5 {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.project-box-style3 .content .td5 ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.project-box-style3 .content .td p {
  line-height: 1.4;
  margin-bottom: 0;
}
.project-box-style3 .content .td p:nth-child(1) {
  font-size: 14px;
  margin-bottom: 2px;
}
.project-box-style3 .content .td p:nth-child(2) {
  font-size: 17px;
  color: #fff;
}
.project-box-style3:hover {
  transform: translateY(-10px);
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social.justify-content-start {
  justify-content: flex-start;
}
.social li {
  margin: 0 4px;
}
.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #798DA3;
  border-radius: 50%;
}
.social li a svg path {
  -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;
}
.social li a:hover {
  background-color: #86FF00;
  border-color: #86FF00;
}
.social li a:hover svg path {
  fill: #09121D;
}

.team-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team-box {
  width: calc((100% - 90px) / 4);
  position: relative;
  margin-bottom: 20px;
}
.team-box .shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  z-index: 9;
  margin-left: 106px;
  opacity: 1;
  visibility: visible;
  -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;
}
.team-box .shape_ecfect {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  z-index: 9;
  margin-left: 106px;
  opacity: 0;
  visibility: hidden;
  -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;
}
.team-box .image {
  z-index: 999;
  background: url("./../../assets/images/backgroup/bg_img_team.png") center center no-repeat;
  width: 156px;
  height: 176px;
  margin: 0 auto;
  position: relative;
}
.team-box .image img {
  width: 156px;
  height: 176px;
  -webkit-mask-image: url("./../../assets/images/backgroup/bg_img_team.png");
  mask-image: url("./../../assets/images/backgroup/bg_img_team.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
.team-box .content {
  width: 100%;
  text-align: center;
  padding: 112px 20px 42px;
  margin-top: -102px;
  border-radius: 20px;
  position: relative;
  -webkit-mask-image: url("./../../assets/images/backgroup/bg_team.png");
  mask-image: url("./../../assets/images/backgroup/bg_team.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  background: url("./../../assets/images/backgroup/bg_team.png");
  background-position: center, center;
  background-size: cover;
  z-index: 99;
}
.team-box .content .name {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0;
}
.team-box .content .position {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.team-box:hover .shape {
  opacity: 0;
  visibility: hidden;
}
.team-box:hover .shape_ecfect {
  opacity: 1;
  visibility: visible;
}

.partner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partner-wrapper .image {
  width: calc((100% - 150px) / 6);
  margin-bottom: 30px;
}
.partner-wrapper .image img {
  opacity: 0.3;
  -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;
}
.partner-wrapper .image img.active, .partner-wrapper .image img:hover {
  opacity: 1;
}
.partner-wrapper.style3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -30px;
  flex-wrap: wrap;
}
.partner-wrapper.style3 .image {
  width: calc(16.6666666667% - 30px);
  margin-left: 30px;
  height: 70px;
  position: relative;
  -webkit-mask-image: url("./../../assets/images/backgroup/bg_partner_2.png");
  mask-image: url("./../../assets/images/backgroup/bg_partner_2.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  background: url("./../../assets/images/backgroup/bg_partner_2.png");
  background-position: center, center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.move4 {
  -webkit-animation: move4 5s infinite linear;
  animation: move4 5s infinite linear;
  z-index: 2;
}

.icon-box {
  position: relative;
  -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;
  max-width: 350px;
  margin: 0 auto;
}
.icon-box .top {
  text-align: center;
  -webkit-mask-image: url("./../../assets/images/backgroup/bg_box_1.png");
  mask-image: url("./../../assets/images/backgroup/bg_box_1.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: url("./../../assets/images/backgroup/bg_box_1.png");
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  max-height: 352px;
  height: 100%;
  padding: 58px 30px 33px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.icon-box .top .icon {
  margin-bottom: 12px;
}
.icon-box .top .icon img {
  transform: scale(1);
  -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;
}
.icon-box .top::after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.0784313725);
  height: 100%;
  width: 2px;
  display: none;
}
.icon-box .top h5 {
  margin-bottom: 13px;
}
.icon-box .top p {
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #798DA3;
}
.icon-box .bottom {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
}
.icon-box .number {
  position: absolute;
  bottom: 0;
  font-family: "resobot-bold";
  font-size: 26px;
  line-height: 1.4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 41px;
  background: url("./../../assets/images/backgroup/bg_num_box1.png") center center no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  bottom: -20px;
}
.icon-box:hover {
  transform: translateY(-10px);
}
.icon-box:hover .top .icon img {
  transform: scale(1.1);
}

.image-box {
  position: relative;
  background-color: #1E2835;
  border-radius: 20px;
  padding: 70px 14px 38px;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  text-align: center;
}
.image-box .number {
  position: absolute;
  top: -5px;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}
.image-box .number img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.image-box .number h6 {
  color: #fff;
  font-size: 20px;
  position: absolute;
  margin-bottom: 0;
}
.image-box .image {
  margin-bottom: 4px;
}
.image-box .image img {
  filter: drop-shadow(0px 0px 60px #2CA1F6);
}
.image-box .content .name {
  font-size: 20px;
  color: #86FF00;
  margin-bottom: 17px;
}
.image-box .content ul li {
  padding: 10px;
  margin-bottom: 6px;
  border-radius: 6px;
}
.image-box .content ul li.bg_style {
  background-color: #171F29;
}
.image-box .content ul li:last-child {
  margin-bottom: 0;
}
.image-box .content ul li p {
  margin-bottom: 0;
}
.image-box .content ul li p.price {
  color: #86FF00;
  font-size: 17px;
  line-height: 1.4;
}
.image-box .wrapper_button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roadmap_boder {
  position: relative;
}
.roadmap_boder::before, .roadmap_boder::after {
  position: absolute;
  content: "";
  width: 500px;
  height: 2px;
  top: 16px;
}
.roadmap_boder::before {
  left: -300px;
  background-color: #86FF00;
  opacity: 1;
}
.roadmap_boder::after {
  right: -300px;
  background-color: #141e2a;
  z-index: -1;
}

.roadmap-box {
  position: relative;
  padding-top: 71px;
}
.roadmap-box .date {
  font-size: 17px;
  font-family: "Space Grotesk", sans-serif;
}
.roadmap-box ul li {
  padding-right: 10px;
  position: relative;
  margin-bottom: 12px;
}
.roadmap-box ul li:last-child {
  margin-bottom: 0;
}
.roadmap-box ul li::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #798DA3;
  border-radius: 50%;
  right: 0;
  top: 10px;
}
.roadmap-box.active .date {
  color: #86FF00;
}
.roadmap-box.active::before {
  background-color: #86FF00;
  opacity: 1;
}
.roadmap-box.active .icon {
  background-color: #86FF00;
}
.roadmap-box::before {
  content: "";
  position: absolute;
  top: 16px;
  width: calc(100% + 30px);
  height: 2px;
  background-color: #141e2a;
  left: -30px;
  z-index: -1;
}
.roadmap-box::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 71px;
  background-color: rgba(255, 255, 255, 0.1);
  right: 20px;
  top: 0;
  z-index: 1;
}
.roadmap-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #798DA3;
  right: 2px;
  top: 0;
  z-index: 2;
}
.roadmap-box .content {
  text-align: right;
  padding: 8px 17px 14px 20px;
  background: linear-gradient(90deg, rgba(35, 44, 54, 0) -0.24%, #1A222C 100%);
  border-radius: 20px;
  border: 2px solid #2c333c;
}
.roadmap-box .content .date {
  margin-bottom: 4px;
}

.project-box-style6 {
  position: relative;
  overflow: hidden;
}
.project-box-style6 .image {
  overflow: hidden;
  position: relative;
  border-radius: 20px 20px 0 0;
}
.project-box-style6 .image img {
  border-radius: 20px 20px 0 0;
}
.project-box-style6 .content {
  background: #1E2835;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  padding: 20px 18px;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  border-top: 0;
}
.project-box-style6 .content .img-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 10;
  margin-bottom: 24px;
  padding-bottom: 20px;
}
.project-box-style6 .content .img-box::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #798DA3;
  opacity: 0.12;
  bottom: 0;
  left: 0;
}
.project-box-style6 .content .img-box .image_inner {
  position: relative;
  height: 90px;
  width: 90px;
  min-width: 90px;
  margin-right: 20px;
  background: url("./../../assets/images/common/project_24.png") center center no-repeat;
}
.project-box-style6 .content .img-box .image_inner img.mask {
  height: 90px;
  -webkit-mask-image: url("./../../assets/images/common/project_24.png");
  mask-image: url("./../../assets/images/common/project_24.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.project-box-style6 .content .img-box .image_inner .shape {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: -1;
  width: 24px;
  height: 24px;
}
.project-box-style6 .content .heading {
  margin-bottom: 5px;
  font-size: 28px;
}
.project-box-style6 .content .title {
  margin-bottom: 8px;
}
.project-box-style6 .content .desc {
  margin-bottom: 0;
}
.project-box-style6 .content-bottom {
  position: relative;
  z-index: 10;
}
.project-box-style6 .content-bottom .total {
  margin-bottom: 10px;
}
.project-box-style6 .content-bottom .total h6 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}
.project-box-style6 .content-bottom .total p {
  font-family: "resobot-bold";
  font-weight: 700;
  color: #86FF00;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0;
}
.project-box-style6 .content-bottom .sub-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 0 24px;
}
.project-box-style6 .content-bottom .sub-content li {
  position: relative;
  text-align: center;
  width: 33.3333%;
}
.project-box-style6 .content-bottom .sub-content li:nth-child(1) {
  padding-right: 15px;
}
.project-box-style6 .content-bottom .sub-content li:nth-child(3) {
  padding-left: 15px;
}
.project-box-style6 .content-bottom .sub-content li::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #798DA3;
  opacity: 0.12;
  top: 0;
  right: 0;
}
.project-box-style6 .content-bottom .sub-content li:last-child::after {
  display: none;
}
.project-box-style6 .content-bottom .sub-content li p {
  margin-bottom: 0;
  line-height: 1.4;
}
.project-box-style6 .content-bottom .sub-content li p:nth-child(1) {
  font-size: 14px;
}
.project-box-style6 .content-bottom .sub-content li p:nth-child(2) {
  color: #fff;
}

.project-box-style7 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.project-box-style7 .image {
  overflow: hidden;
  position: relative;
  min-width: 243px;
  border-radius: 20px 0 0 20px;
}
.project-box-style7 .image img {
  height: 252px;
  object-fit: cover;
  width: 243px;
}
.project-box-style7 .content {
  height: 100%;
  width: 100%;
  background: #1E2835;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  padding: 14px 16px;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  border-left: 0;
}
.project-box-style7 .content .heading {
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}
.project-box-style7 .content ul {
  margin-bottom: 20px;
}
.project-box-style7 .content ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 8px;
}
.project-box-style7 .content ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.project-box-style7 .content ul li p {
  font-size: 17px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0;
}
.project-box-style7 .content ul li p:nth-child(1) {
  width: 58%;
}
.project-box-style7 .content ul li p:nth-child(2) {
  width: 42%;
  color: #86FF00;
}
.project-box-style7 .content .title {
  margin-bottom: 6px;
}
.project-box-style7 .content .desc {
  margin-bottom: 0;
}
.project-box-style7 .content-progress-box.style2 .progress-title {
  margin-bottom: 4px;
}
.project-box-style7 .content-progress-box.style2 .progress-title-holder span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.project-box-style7 .content-progress-box.style2 .progress-title-holder span .progress-number-mark {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 35px;
}
.project-box-style7 .content-progress-box.style2 .progress-title-holder span .progress-number-mark span {
  width: auto;
}
.project-box-style7 .content-progress-box.style2 .progress-title-holder span .progress-number-mark span.percent {
  position: absolute;
  right: 0;
}
.project-box-style7 .bg_style {
  position: absolute;
  right: 0;
  top: 0;
}
.project-box-style7 .bg_style .image_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-box-style7 .bg_style .image_inner .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #414B57;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 8px;
}

.icon-box-style2 {
  padding: 10px 18px 13px;
  text-align: left;
  background: linear-gradient(90deg, #1A222C -0.24%, rgba(35, 44, 54, 0) 100%);
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
}
.icon-box-style2 .icon {
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
}
.icon-box-style2 .content .title {
  margin-bottom: 6px;
}
.icon-box-style2 .content p {
  margin-bottom: 0;
}

.features .wrapper-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -30px;
}
.features .wrapper-box .icon-box-style2 {
  margin-bottom: 30px;
  width: calc(33.3333% - 30px);
  margin-left: 30px;
}

.icon-box-style3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
}
.icon-box-style3:last-child {
  margin-bottom: 0;
}
.icon-box-style3 .icon {
  position: relative;
  margin-right: 30px;
  width: 125px;
  min-width: 125px;
  height: 140px;
  -webkit-mask-image: url("./../../assets/images/backgroup/bg_icon_box.png");
  mask-image: url("./../../assets/images/backgroup/bg_icon_box.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("./../../assets/images/backgroup/bg_icon_box.png") center center no-repeat;
  background-size: contain;
}
.icon-box-style3 .icon img {
  transform: scale(1);
  -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;
  width: 54px;
  height: 54px;
}
.icon-box-style3 .icon_bottom {
  position: absolute;
  bottom: -32px;
  left: 0;
  z-index: -1;
}
.icon-box-style3 .content .title {
  margin-bottom: 12px;
}
.icon-box-style3 .content p {
  margin-bottom: 0;
}
.icon-box-style3:hover .icon img {
  transform: scale(1.1);
}

.icon-box-style4 {
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  text-align: center;
  position: relative;
  background: #1E2835;
  border-radius: 20px;
  padding: 15px 20px 12px;
}
.icon-box-style4 .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 30px;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
}
.icon-box-style4 .icon-wrapper svg path {
  -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;
  fill: #798DA3;
}
.icon-box-style4 h6 {
  font-size: 16px;
  -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;
  margin-bottom: 0;
}
.icon-box-style4:hover .icon-wrapper svg path {
  fill: #86FF00;
}
.icon-box-style4:hover h6 {
  color: #86FF00;
}

.wrapper-menutab {
  display: block;
}

.project-box-style6_wrapper {
  display: flex;
  margin-left: -30px;
  flex-wrap: wrap;
}
.project-box-style6_wrapper .project-box-style4,
.project-box-style6_wrapper .project-box-style6 {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}

.project-box-wrapper {
  display: flex;
  margin-left: -30px;
  flex-wrap: wrap;
}
.project-box-wrapper .project-box {
  width: calc(33.333% - 30px);
  margin-left: 30px;
  margin-bottom: 68px;
}

.project_wrapper_1 {
  display: flex;
  margin-left: -30px;
  flex-wrap: wrap;
}
.project_wrapper_1 .project-box-style4 {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}

.project_wrapper_2 {
  display: flex;
  margin-left: -30px;
  flex-wrap: wrap;
}
.project_wrapper_2 .project-box-style7 {
  display: block;
  width: calc(33.333% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}
.project_wrapper_2 .project-box-style7 .content {
  padding: 16px 16px 13px;
  border: none;
  position: relative;
  border-radius: 0 0;
  overflow: hidden;
  height: auto;
  background: transparent;
}
.project_wrapper_2 .project-box-style7 .content ul li p:nth-child(1) {
  width: 48%;
}
.project_wrapper_2 .project-box-style7 .content .heading {
  width: 100%;
  text-overflow: initial;
}
.project_wrapper_2 .project-box-style7 .content::after {
  z-index: -2;
  border-radius: 0 0 20px 20px;
  background: #1E2835;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}
.project_wrapper_2 .project-box-style7 .content::before {
  z-index: -1;
  border-radius: 0 0 20px 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  content: "";
}
.project_wrapper_2 .project-box-style7 .image {
  border-radius: 20px 20px 0 0;
}
.project_wrapper_2 .project-box-style7 .image img {
  width: 100%;
  height: auto;
}
.project_wrapper_2 .project-box-style7 .content-progress-box.style2 .progress-title-holder span .progress-number-mark {
  padding-right: 0;
}
.project_wrapper_2 .project-box-style7 .content-progress-box.style2 .progress-title-holder span .progress-number-mark span {
  color: #fff;
}
.project_wrapper_2 .project-box-style7 .content-progress-box.style2 .progress-title-holder span .progress-number-mark span.num {
  color: #86FF00;
  margin-left: 4px;
}
.project_wrapper_2 .project-box-style7 .content-progress-box.style2 .progress-title-holder span .progress-number-mark span.percent {
  position: absolute;
  bottom: -38px;
  left: 0;
}
.project_wrapper_2 .text_bottom {
  text-align: right;
  width: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}
.project_wrapper_2 .text_bottom span {
  font-size: 12px;
  color: #fff;
}

.project_detail.project-box-style5 {
  padding: 20px 20px 8px;
}
.project_detail.project-box-style5 .content-progress-box .progress-bar {
  margin-bottom: 0;
}
.project_detail.project-box-style5 .content-progress-box p {
  font-size: 14px;
}
.project_detail.project-box-style5 .content-progress-box p.mb-1 {
  margin-bottom: -1px !important;
}
.project_detail.project-box-style5 .content-progress-box p.flex {
  justify-content: space-between;
}
.project_detail.project-box-style5 .img-box {
  margin-bottom: 20px;
}
.project_detail.project-box-style5 .image {
  margin-right: 14px;
  position: relative;
  height: 90px;
  width: 90px;
  min-width: 90px;
  background: url("./../../assets/images/common/project_24.png") center center no-repeat;
}
.project_detail.project-box-style5 .image img.mask {
  height: 90px;
  -webkit-mask-image: url("./../../assets/images/common/project_24.png");
  mask-image: url("./../../assets/images/common/project_24.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.project_detail.project-box-style5 .image .shape {
  width: 24px;
  height: 24px;
}
.project_detail.project-box-style5 .content .heading {
  font-size: 28px;
  margin-bottom: 2px;
}
.project_detail.project-box-style5 .content .desc {
  font-size: 17px;
  color: #fff;
}
.project_detail.project-box-style5 .content-inner .sub {
  margin-bottom: 8px;
}
.project_detail.project-box-style5 .content-inner .kyc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  background: #171F29;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
.project_detail.project-box-style5 .content-inner .kyc .icon {
  margin-right: 10px;
}
.project_detail.project-box-style5 .content-inner .kyc p {
  margin-bottom: 0;
  color: #fff;
}
.project_detail.project-box-style5 .content-inner .boder-st {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 20px 0;
}
.project_detail.project-box-style5 .content-inner .boder-st.mt0 {
  margin-top: 0;
}
.project_detail.project-box-style5 .content-inner .total p {
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #798DA3;
}
.project_detail.project-box-style5 .content-inner .total p.active {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}
.project_detail.project-box-style5 .content-progress-box.style2 .progress-title-holder span {
  font-size: 14px;
}
.project_detail.project-box-style5 .content-progress-box.style2 .progress-content-outter {
  margin-bottom: 6px;
}
.project_detail.project-box-style5 .content-progress-box.style2 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
}

.team-box-style2 {
  display: flex;
  padding: 21.5px 18px 18.5px 20px;
  background-color: #171F29;
  border-radius: 20px;
  margin-bottom: 10px;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
}
.team-box-style2:last-child {
  margin-bottom: 0;
}
.team-box-style2 .image {
  z-index: 99;
  width: 102px;
  min-width: 102px;
  height: 116px;
  position: relative;
  overflow: hidden;
  margin-right: 30px;
  background: url("./../../assets/images/backgroup/bg_img_team_2.png") center center no-repeat;
}
.team-box-style2 .image img {
  z-index: 999;
  width: 102px;
  height: 116px;
  -webkit-mask-image: url("./../../assets/images/backgroup/bg_img_team_2.png");
  mask-image: url("./../../assets/images/backgroup/bg_img_team_2.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
.team-box-style2 .content p {
  margin-bottom: 0 !important;
}
.team-box-style2 .content p.position {
  font-size: 14px;
  margin-bottom: 8px !important;
}
.team-box-style2 .content .name {
  font-size: 20px;
  margin-top: -4px;
  margin-bottom: -4px;
}

.roadmap-wrapper-style2 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
.roadmap-wrapper-style2 .right,
.roadmap-wrapper-style2 .left {
  width: 50%;
}
.roadmap-wrapper-style2 .right {
  padding-top: 193px;
}
.roadmap-wrapper-style2 .right .roadmap-box-style {
  margin-bottom: 195px;
}
.roadmap-wrapper-style2 .right .roadmap-box-style .content {
  text-align: left;
  margin-left: auto;
}
.roadmap-wrapper-style2 .right .roadmap-box-style .content::after {
  left: -6px;
}
.roadmap-wrapper-style2 .right .roadmap-box-style .content::before {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.roadmap-wrapper-style2 .right .roadmap-box-style .content .date {
  margin-bottom: 3px;
}
.roadmap-wrapper-style2 .right .roadmap-box-style:last-child {
  margin-bottom: 0;
}
.roadmap-wrapper-style2 .right .roadmap-box-style ul li {
  padding-right: 0;
  padding-left: 10px;
}
.roadmap-wrapper-style2 .right .roadmap-box-style ul li::after {
  left: 0;
}
.roadmap-wrapper-style2 .right .roadmap-box-style::before {
  display: none;
}
.roadmap-wrapper-style2 .right .roadmap-box-style::after {
  left: 0;
}
.roadmap-wrapper-style2 .right .roadmap-box-style .icon {
  left: -18px;
}
.roadmap-wrapper-style2 .roadmap-box-style {
  position: relative;
  margin-bottom: 187px;
}
.roadmap-wrapper-style2 .roadmap-box-style:last-child {
  margin-bottom: 0;
}
.roadmap-wrapper-style2 .roadmap-box-style .date {
  font-size: 17px;
}
.roadmap-wrapper-style2 .roadmap-box-style ul li {
  padding-right: 10px;
  position: relative;
  margin-bottom: 12px;
}
.roadmap-wrapper-style2 .roadmap-box-style ul li:last-child {
  margin-bottom: 0;
}
.roadmap-wrapper-style2 .roadmap-box-style ul li::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #798DA3;
  border-radius: 50%;
  right: 0;
  top: 10px;
}
.roadmap-wrapper-style2 .roadmap-box-style.active .date {
  color: #86FF00;
}
.roadmap-wrapper-style2 .roadmap-box-style.active::before {
  background-color: #86FF00;
  opacity: 1;
}
.roadmap-wrapper-style2 .roadmap-box-style.active .icon {
  background-color: #86FF00;
}
.roadmap-wrapper-style2 .roadmap-box-style.active .content::after {
  background-color: #86FF00;
}
.roadmap-wrapper-style2 .roadmap-box-style::before {
  content: "";
  position: absolute;
  top: -187px;
  width: 2px;
  height: calc(100% + 187px);
  background-color: #141e2a;
  right: 0;
  z-index: -99;
}
.roadmap-wrapper-style2 .roadmap-box-style::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  right: 0;
  top: 50%;
  z-index: -2;
  transform: translateY(-50%);
}
.roadmap-wrapper-style2 .roadmap-box-style .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #798DA3;
  right: -18px;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}
.roadmap-wrapper-style2 .roadmap-box-style .content {
  text-align: right;
  padding: 10px 30px;
  border-radius: 20px;
  border: 2px solid #2c333c;
  max-width: 380px;
  position: relative;
}
.roadmap-wrapper-style2 .roadmap-box-style .content::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #798DA3;
  border-radius: 50%;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.roadmap-wrapper-style2 .roadmap-box-style .content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(35, 44, 54, 0) -0.24%, #1A222C 100%);
  border-radius: 20px;
  z-index: -1;
}
.roadmap-wrapper-style2 .roadmap-box-style .content .date {
  margin-bottom: 10px;
  font-family: "Space Grotesk", sans-serif;
}

.grid-box {
  margin-bottom: 65px;
  position: relative;
}
.grid-box .image {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.grid-box .image img {
  transform: scale(1);
  -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;
  width: 100%;
}
.grid-box .content {
  padding: 14px 14px 45px;
  border-radius: 0 0 20px 20px;
  background-color: #1E2835;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  border-top: 0;
}
.grid-box .content .tag {
  color: #86FF00;
  font-size: 12px;
  font-weight: bold;
  font-family: "resobot-bold";
}
.grid-box .content .title {
  font-size: 20px;
  margin-bottom: 16px;
}
.grid-box .content p {
  margin-bottom: 0;
}
.grid-box .tf-button {
  position: absolute;
  left: 16px;
  bottom: -26px;
}
.grid-box:hover img {
  transform: scale(1.1);
}

.grid-box-style2 {
  position: relative;
  display: flex;
  margin-bottom: 54px;
  -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;
  transform: translate(0);
}
.grid-box-style2:hover {
  transform: translateY(-10px);
}
.grid-box-style2:hover .image img {
  transform: scale(1.1);
}
.grid-box-style2:last-child {
  margin-bottom: 0;
}
.grid-box-style2 .image {
  overflow: hidden;
  width: 42.5%;
  border-radius: 20px 0 0 20px;
}
.grid-box-style2 .image img {
  -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;
  transform: scale(1);
  height: 100%;
}
.grid-box-style2 .content {
  width: 57.5%;
  padding: 13px 15px 44px;
  border-radius: 0 20px 20px 0;
  background-color: #1E2835;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  border-left: 0;
}
.grid-box-style2 .content .tag {
  color: #86FF00;
  font-size: 12px;
  font-weight: bold;
  font-family: "resobot-bold";
}
.grid-box-style2 .content .title {
  font-size: 20px;
  margin-bottom: 16px;
}
.grid-box-style2 .content p {
  margin-bottom: 0;
}
.grid-box-style2 .tf-button {
  position: absolute;
  right: 17px;
  bottom: -25px;
}

#container SVG path {
  stroke: transparent;
}

/* swiper
-------------------------------------------------------------- */
.swiper-container.hv2 {
  padding: 35px 25px;
  margin-left: -25px;
  margin-right: -25px;
}

.swiper.mySwiper {
  width: 1410px;
}

.swiper.mySwiper2 {
  transform: translateX(0);
}

.swiper.mySwiper1 {
  transform: translateX(180px);
  margin-bottom: 30px;
}

.swiper.mySwiper3 img,
.swiper.mySwiper4 img {
  width: 100%;
}

.swiper.mySwiper3 {
  transform: translateX(-138px);
  margin-bottom: 32px;
}

.swiper.mySwiper4 {
  transform: translateX(46px);
}

.swiper.mySwiper2,
.swiper.mySwiper1 {
  overflow: visible;
}
.swiper.mySwiper2 img,
.swiper.mySwiper1 img {
  max-width: 100%;
  max-height: 100%;
  min-width: 290px;
  min-height: 290px;
}
.swiper.mySwiper2:hover,
.swiper.mySwiper1:hover {
  cursor: e-resize;
}

.swiper.sl-roadmap2,
.swiper.sl-roadmap,
.swiper.mySwiper {
  overflow: visible;
}

.swiper.sl-roadmap2 {
  width: 1594px;
}

.swiper.sl-roadmap {
  width: 1329px;
  transform: translateX(1px);
}

.button-fx {
  display: flex;
}
.button-fx .btn-prev-team,
.button-fx .btn-next-team,
.button-fx .btn-prev,
.button-fx .btn-next {
  -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;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  background: transparent;
  margin-right: 17px;
  padding: 0;
  line-height: 20px;
  border: 1px solid #86FF00;
}
.button-fx .btn-prev-team.active, .button-fx .btn-prev-team:hover,
.button-fx .btn-next-team.active,
.button-fx .btn-next-team:hover,
.button-fx .btn-prev.active,
.button-fx .btn-prev:hover,
.button-fx .btn-next.active,
.button-fx .btn-next:hover {
  background: #171F29;
}
.button-fx .btn-prev-team i,
.button-fx .btn-next-team i,
.button-fx .btn-prev i,
.button-fx .btn-next i {
  font-size: 30px;
  font-weight: 100;
  color: #000000;
}

.btn-prev-team:hover,
.btn-next-team:hover,
.btn-prev:hover,
.btn-next:hover {
  cursor: pointer;
}

.tf-team .swiper-button-next,
.tf-team .swiper-button-prev {
  opacity: 0;
}

.sl-post2 .post-item {
  min-height: 580px;
}
.sl-post2 .post-item .content-item {
  height: 202px;
}

.sl-post3 {
  margin-top: -65px;
}
.sl-post3 .swiper-button-next {
  position: absolute;
  top: 30px;
  right: 10px;
}
.sl-post3 .swiper-button-prev {
  position: absolute;
  top: 30px;
  right: 74px;
  left: auto;
}
.sl-post3.hv2 {
  padding: 100px 25px 35px;
}

.btn-style .swiper-button-prev,
.btn-style .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  background: transparent;
  border: 1px solid #86FF00;
  margin-right: 15px;
  padding: 0;
}
.btn-style .swiper-button-prev.active, .btn-style .swiper-button-prev:hover,
.btn-style .swiper-button-next.active,
.btn-style .swiper-button-next:hover {
  background: #171F29;
}
.btn-style .swiper-button-prev::after,
.btn-style .swiper-button-next::after {
  font-size: 30px;
  font-weight: 100;
}

.sl-roadmap2 .swiper-button-prev,
.sl-roadmap2 .swiper-button-next {
  position: relative;
  left: 0;
  top: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.8;
  cursor: pointer;
  pointer-events: fill;
}

.btn-next-main {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
}

.btn-prev-main {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-next-main,
.btn-prev-main {
  -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;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  background: transparent;
  padding: 0;
  line-height: 20px;
  border: 1px solid #86FF00;
  z-index: 9;
  border-radius: 50%;
}
.btn-next-main i,
.btn-prev-main i {
  font-size: 30px;
  color: #86FF00;
}
.btn-next-main:hover,
.btn-prev-main:hover {
  background: #86FF00;
}
.btn-next-main:hover i,
.btn-prev-main:hover i {
  color: #fff;
}
.btn-next-main.swiper-button-disabled,
.btn-prev-main.swiper-button-disabled {
  background: #86FF00;
}
.btn-next-main.swiper-button-disabled i,
.btn-prev-main.swiper-button-disabled i {
  color: #fff;
}

.page-title .btn-next-main,
.page-title .btn-prev-main {
  opacity: 0;
}
.page-title:hover .btn-next-main,
.page-title:hover .btn-prev-main {
  opacity: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  background: #86FF00;
}

.btn-next.swiper-button-disabled,
.btn-prev.swiper-button-disabled {
  background: #86FF00;
}

.button-next-team.swiper-button-disabled,
.button-prev-team.swiper-button-disabled {
  background: #86FF00;
}

.btn-next-team.swiper-button-disabled,
.btn-prev-team.swiper-button-disabled {
  background: #86FF00;
}

.sl-roadmap2 .swiper-button-prev,
.sl-roadmap2 .swiper-button-next {
  -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;
}
.sl-roadmap2 .swiper-button-prev::after, .sl-roadmap2 .swiper-button-prev::before,
.sl-roadmap2 .swiper-button-next::after,
.sl-roadmap2 .swiper-button-next::before {
  -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;
}
.sl-roadmap2 .swiper-button-prev.swiper-button-disabled,
.sl-roadmap2 .swiper-button-next.swiper-button-disabled {
  border: 1px solid #86FF00;
}

.swiper-button-disabled {
  opacity: 1;
}

.page-title .swiper-pagination {
  opacity: 0;
  visibility: hidden;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-title .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #86FF00;
  margin: 0 5px;
  background: transparent;
}
.page-title .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #86FF00;
}

.swiper-pagination {
  position: relative;
  text-align: left;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #232C36;
  margin: 0 5px;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  border-color: #86FF00;
  border-radius: 100px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child {
  margin-left: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet span:first-child {
  margin-left: 0 !important;
}
.swiper-pagination.bottom_0 {
  bottom: 0;
}

.slider-1 .swiper-wrapper {
  margin-bottom: 20px;
}

.prev_slider,
.next_slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: url("./../../assets/images/common/bg_arrow.png") center center no-repeat;
  background-size: cover;
}
.prev_slider.swiper-button-disabled,
.next_slider.swiper-button-disabled {
  opacity: 0.3;
}

.slider-10 {
  padding: 20px 0 30px;
}

.prev_slider.prev_slider-7,
.next_slider.next_slider-7 {
  top: 62%;
}

.prev_slider {
  left: 0;
}

.next_slider {
  right: 0;
}

.swiper-pagination.pagination_slider-6 {
  justify-content: center;
  margin-top: 23px;
  text-align: center;
}

/* tab
-------------------------------------------------------------- */
.flat-tabs .menu-tab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-tabs .menu-tab li {
  -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;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 44px;
  margin: 0 4px;
  padding: 5px 15px;
  background: #171F29;
  border-radius: 6px;
  min-width: 120px;
}
.flat-tabs .menu-tab li span {
  -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;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  font-family: "resobot-bold";
  text-transform: uppercase;
}
.flat-tabs .menu-tab li.active, .flat-tabs .menu-tab li:hover {
  background: #86FF00;
  cursor: pointer;
}
.flat-tabs .menu-tab li.active span, .flat-tabs .menu-tab li:hover span {
  color: #09121D;
}
.flat-tabs .content-tab {
  margin-top: 50px;
}
.flat-tabs .content-tab.mt40 {
  margin-top: 40px;
}
.flat-tabs .wrapper_menutab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #171F29;
  border-radius: 8px;
  padding: 8px;
}
.flat-tabs .wrapper_menutab .menu-tab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-tabs .wrapper_menutab .menu-tab li {
  -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;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 60px;
  margin: 0 12px 0 0;
  padding: 5px 48px;
}
.flat-tabs .wrapper_menutab .menu-tab li span {
  -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;
  color: #798DA3;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  font-family: "resobot-bold";
  text-transform: capitalize;
}
.flat-tabs .wrapper_menutab .menu-tab li.active span, .flat-tabs .wrapper_menutab .menu-tab li:hover span {
  color: #09121D;
}

/* menu
-------------------------------------------------------------- */
#main-nav-mobi {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: block;
  margin: 0 auto;
  width: 100%;
  left: 0;
  z-index: 9999;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
  padding-left: 0;
  position: absolute;
  top: 100%;
  overflow-y: auto;
  background: #fff;
  max-height: 60vh;
}
#main-nav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-nav-mobi ul li {
  margin: 0;
  cursor: pointer;
  padding: 0;
  border-top: 1px solid rgba(2, 14, 40, 0.2);
  position: relative;
}
#main-nav-mobi ul li > ul > li:first-child {
  border-top: 1px solid rgba(2, 14, 40, 0.2);
}
#main-nav-mobi ul > li > a {
  -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;
  display: inline-block;
  padding: 12px 20px;
  color: #0c1226;
  position: relative;
}
#main-nav-mobi .sub-menu li a {
  padding-left: 40px;
}
#main-nav-mobi ul li:first-child {
  border-top: 0px;
}
#main-nav-mobi ul ul li.current-item a,
#main-nav-mobi ul > li.current-menu-item > a,
#main-nav-mobi ul > li > a:hover {
  color: #86FF00;
}
#main-nav-mobi .menu-item-has-children .arrow {
  -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;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 48px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 2px;
  width: 48px;
}
#main-nav-mobi .menu-item-has-children .arrow:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  color: #0c1226;
}
#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  color: #86FF00;
}

/* Mobile Menu Button */
.mobile-button {
  -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;
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 15px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-button:before, .mobile-button:after,
.mobile-button span {
  background-color: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobile-button:before, .mobile-button:after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.mobile-button:before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.mobile-button:after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.mobile-button.active span {
  opacity: 0;
}
.mobile-button.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* Sub Menu */
#main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 0px 32px 0 rgba(34, 183, 143, 0.5);
  border-radius: 2px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -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;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  padding: 5px 0;
}
#main-nav .sub-menu li {
  margin-right: 0;
}
#main-nav .sub-menu li a {
  padding: 10px 20px;
  color: #0c1226;
  opacity: 0.9;
}
#main-nav .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#main-nav .sub-menu li.current-item a {
  color: #86FF00;
  opacity: 1;
}

/* footer
-------------------------------------------------------------- */
#footer .social li a {
  width: 38px;
  height: 38px;
}
#footer .social li:last-child {
  margin-right: 0;
}
#footer .footer-main {
  padding: 60px 0 36px;
}
#footer .footer-main .footer-logo,
#footer .footer-main .widget {
  padding: 0 15px;
}
#footer .footer-main .footer-logo {
  width: 40%;
}
#footer .footer-main .footer-logo .logo_footer {
  text-align: left;
  margin-bottom: 8px;
}
#footer .footer-main .footer-logo .p {
  font-size: 12px;
  line-height: 1.4;
}
#footer .footer-main .widget {
  width: 20%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-main .widget:last-child {
  border: none;
}
#footer .footer-main .widget.support {
  padding-left: 62px;
  width: 24%;
}
#footer .footer-main .widget.link {
  width: 16%;
  padding-left: 62px;
}
#footer .footer-main .widget-title {
  margin-bottom: 13px;
}
#footer .footer-main .widget-link li {
  margin-bottom: 13px;
}
#footer .footer-main .widget-link li:last-child {
  margin-bottom: 0;
}
#footer .footer-main .widget-link li a {
  color: #fff;
}
#footer .footer-main .widget-link li a:hover {
  color: #86FF00;
}
#footer .footer-main .widget-link.contact {
  padding-right: 30px;
}
#footer .footer-main .widget-link.contact li.email a {
  text-decoration: underline;
}
#footer .footer-main .widget-link.contact li p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #798DA3;
}
#footer .footer-main .widget-link.contact li a {
  font-weight: 400;
}
#footer .footer-bottom .wrap-fx {
  padding: 36px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .footer-bottom .wrap-fx .Copyright {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
#footer .footer-bottom .wrap-fx .Copyright a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
}
@keyframes move3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(30px);
    transform: translate(30px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes move4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-30px);
    transform: translate(-30px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes move5 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* tf-section
-------------------------------------------------------------- */
.page-title {
  padding: 146px 0 59px;
  position: relative;
}
.page-title .icon_bg {
  position: absolute;
  bottom: -50px;
  right: -50px;
  z-index: -1;
  mix-blend-mode: luminosity;
}

.tf-section {
  position: relative;
  padding: 0 0 100px;
}
.tf-section.fueture {
  padding: 47px 0 100px;
}
.tf-section.tf_partner {
  padding: 100px 0 100px;
}
.tf-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.tf-section .overlay img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.tf-section.tf_CTA .overlay {
  background: url("./../../assets/images/backgroup/CTA.png"), center, center, no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.7;
}
.tf-section.tf_CTA .image_cta {
  margin-top: -74px;
}

.tf-token .counter_wrapper {
  width: 34%;
}
.tf-token .char_wrapper {
  display: flex;
  width: 66%;
  padding-left: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.tf-token .chart_inner {
  margin-top: 0px;
  width: 75%;
  padding-left: 10px;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
}
.tf-token .chart_inner .content_inner {
  text-align: center;
  position: absolute;
  padding-top: 16px;
  padding-left: 20px;
}
.tf-token .chart_inner .content_inner img {
  margin-bottom: 9px;
}
.tf-token .chart_inner .content_inner p {
  font-size: 15px;
  line-height: 21px;
}

.home1 #footer .footer-main {
  padding: 102px 0 36px;
}
.home1 .tf-section.project {
  padding-bottom: 95px;
}
.home1 .tf-section.project_2 {
  padding-bottom: 101px;
}
.home1 .tf-section.project_2 .overlay {
  height: 125%;
}
.home1 .tf-section.project_3 {
  padding-bottom: 115px;
}
.home1 .tf-section.tf_team {
  padding-bottom: 80px;
}
.home1 .tf-section.tf_partner {
  padding-bottom: 168px;
}
.home1 .tf-section.tf_CTA {
  padding-bottom: 0;
}
.home1 .tf-section.tf-token {
  padding-bottom: 50px;
}
.home1 .tf-section.project_4 {
  padding-top: 50px;
}

.home2 .tf-section.partner {
  height: 120px;
  background-color: #121A24;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
.home2 .tf-section.partner .partner-wrapper {
  padding: 0 9px;
}
.home2 .tf-section.partner .partner-wrapper .image {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.home2 .tf-section.partner_CTA {
  padding: 28px 0;
}
.home2 .tf-section.partner_CTA .tf-button {
  height: 60px;
  font-size: 16px;
}
.home2 .tf-section.tf_CTA {
  padding-bottom: 40px;
}
.home2 .tf-section.FAQs {
  padding: 100px 0 175px;
}
.home2 .tf-section.tier_system {
  padding-bottom: 168px;
}
.home2 .tf-section.technology {
  padding-bottom: 56px;
}
.home2 .tf-section.roadmap {
  padding-bottom: 100px;
}
.home2 .tf-section.tf_team {
  padding-bottom: 80px;
}
.home2 .partner_CTA .overlay img {
  mix-blend-mode: luminosity;
  opacity: 0.2;
  width: 100%;
}
.home2 .partner_CTA .image {
  position: relative;
  margin-bottom: -50px;
}
.home2 .partner_CTA .image img {
  transform: rotate(31.83deg);
}
.home2 .partner_CTA .image .icon {
  position: absolute;
}
.home2 .partner_CTA .image .icon.icon_1 {
  left: 0;
  top: 5%;
  animation: move2 5s infinite linear;
  -webkit-animation: move2 5s infinite linear;
}
.home2 .partner_CTA .image .icon.icon_2 {
  left: -60%;
  bottom: 30%;
  animation: move3 5s infinite linear;
  -webkit-animation: move3 5s infinite linear;
}
.home2 .partner_CTA .image .icon.icon_3 {
  right: 0;
  bottom: 10%;
  animation: move4 5s infinite linear;
  -webkit-animation: move4 5s infinite linear;
}

.home3 .features .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(9, 18, 29, 0) 10.64%, #09121D 100%), url("./../../assets/images/backgroup/bg_features_h3.png");
  mix-blend-mode: luminosity;
  opacity: 0.14;
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
}
.home3 .tf_CTA_2 {
  padding: 0;
}
.home3 .tf_CTA_2 .overlay {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url("./../../assets/images/backgroup/cta_2.jpg");
  mix-blend-mode: luminosity;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
}
.home3 .tf_CTA_2 .image_cta {
  position: relative;
  margin-left: -100px;
}
.home3 .tf_CTA_2 .image_cta .icon {
  position: absolute;
}
.home3 .tf_CTA_2 .image_cta .icon.icon_1 {
  top: -20px;
  left: 2px;
  transform: rotate(-22.59deg);
}
.home3 .tf_CTA_2 .image_cta .icon.icon_2 {
  position: absolute;
  top: 70px;
  transform: rotate(200deg);
  right: -115px;
}
.home3 .tf_CTA_2 .image_cta .move4 {
  position: absolute;
  top: -25px;
  right: -20px;
}
.home3 .tf_CTA_2 .tf-title {
  padding: 48px 0;
}
.home3 .tf_CTA_2 .tf-title .sub {
  margin-bottom: 20px;
}
.home3 .project_2 .overlay {
  height: 1172px;
  position: absolute;
  left: 0;
  top: 180px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #09121D 0%, rgba(9, 18, 29, 0) 55.73%, #09121D 100%), url("./../../assets/images/backgroup/bg_home3.png");
  mix-blend-mode: luminosity;
  opacity: 0.35;
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
}
.home3 .three_step .overlay {
  height: 1172px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #09121D 0%, rgba(9, 18, 29, 0) 55.73%, #09121D 100%), url("./../../assets/images/backgroup/bg_home3.png");
  mix-blend-mode: luminosity;
  opacity: 0.35;
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
}
.home3 .tf_partner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./../../assets/images/backgroup/bg_partner.png");
  mix-blend-mode: luminosity;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
}
.home3 .FAQs .overlay {
  position: absolute;
  left: 0;
  top: 220px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #09121D 0%, rgba(9, 18, 29, 0) 100%), url("./../../assets/images/backgroup/bg_faq.png");
  mix-blend-mode: luminosity;
  opacity: 0.12;
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
}
.home3 .tf-section.tf_partner {
  padding: 130px 0 100px;
}
.home3 .tf-section.FAQs {
  padding: 130px 0 130px;
}
.home3 .tf-section.supported {
  padding-bottom: 0;
}
.home3 .tf-section.tf_CTA {
  padding: 196px 0 71px;
}
.home3 .tf-section.tf_CTA .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./../../assets/images/backgroup/CTA_1.png");
  mix-blend-mode: luminosity;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
}
.home3 .tf-section.project_2 {
  padding: 152px 0 130px;
}
.home3 .tf-section.project {
  padding-top: 135px;
  padding-bottom: 0;
}
.home3 .tf-section.features {
  padding-top: 130px;
  padding-bottom: 128px;
}
.home3 .tf-section.three_step {
  padding-bottom: 130px;
}

.project-list .tf-section.project {
  padding: 60px 0 135px;
}

.project-page .tf-section.tf_CTA {
  padding-bottom: 0;
}
.project-page .project-wrapper {
  width: 100%;
}
.project-page .project-wrapper .content-wrapper {
  margin-top: 0;
}
.project-page .project-box-style3 .content .td6 {
  display: block;
}
.project-page .project-box-style3 .content .td6 .progress-bar {
  position: relative;
  padding: 4px 0;
  padding-right: 70px;
}
.project-page .project-box-style3 .content .td6 .progress-bar .progress-title-holder {
  position: absolute;
  top: 0;
  right: 26px;
}
.project-page .project-box-style3 .content .td6 .progress-bar .progress-title-holder span.percent {
  font-size: 17px;
}

.project-grid .tf-section.project {
  padding: 60px 0 125px;
}
.project-grid .tf-section.project_1 {
  padding: 60px 0 30px;
}

.project-grid-5 .tf-section.project_1 {
  padding: 60px 0;
}
.project-grid-5 .tf-section.project_2 {
  padding-bottom: 125px;
}
.project-grid-5 .tf-section.project_2 .project-box-style3 .content .td1 {
  width: 17%;
}
.project-grid-5 .tf-section.project_2 .project-box-style3 .content .td2 {
  width: 13%;
}
.project-grid-5 .tf-section.project_2 .project-box-style3 .content .td3 {
  width: 14%;
  padding-left: 32px;
}
.project-grid-5 .tf-section.project_2 .project-box-style3 .content .td4 {
  width: 13%;
  padding-left: 27px;
}
.project-grid-5 .tf-section.project_2 .project-box-style3 .content .td5 {
  width: 13%;
  display: block;
  padding-left: 20px;
}
.project-grid-5 .tf-section.project_2 .project-box-style3 .content .td6 {
  width: 30%;
  padding-left: 56px;
  display: block;
}
.project-grid-5 .tf-section.project_2 .project-box-style3 .content .td6 .content-progress-box.style2 .progress-number-wrapper {
  margin-top: 0;
}

.project-grid-5.project-page .tf-section.details {
  padding: 60px 0 133px;
}
.project-grid-5.project-page .tf-section.project_2 {
  padding-bottom: 0;
}
.project-grid-5.project-page.project-page .tf-section.tf_CTA {
  padding-bottom: 60px;
}

.page-roadmap .tf-section.roadmap {
  padding: 60px 0 138px;
}

.inner-page .tf-section.tf_CTA {
  padding-bottom: 0;
}

.tf-faq .form-seach {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.faq-page .tf-section.questions {
  padding: 102px 0;
  display: block;
  background: url("./../../assets/images/backgroup/bg_question.png") center center no-repeat;
  mix-blend-mode: luminosity;
}
.faq-page .tf-section.tf-faq {
  padding: 60px 0 24px;
}
.faq-page .tf-section.tf-faq_2 {
  padding-bottom: 40px;
}
.faq-page .tf-section.FAQs {
  padding-bottom: 58px;
}
.faq-page.inner-page .tf-section.tf_CTA {
  padding: 121px 0 0;
}

.project-info .wrap-btn {
  justify-content: center;
  margin-top: 32px;
}
.project-info .wrap-btn .tf-button {
  font-size: 16px;
  height: 60px;
}

.home2.inner-page .tf-section.FAQs {
  padding: 60px 0 126px;
}

.inner-page.team-page .tf-section.tf_CTA {
  padding-top: 24px;
}

.contact-page .tf-section.tf-contact {
  padding-bottom: 0;
}
.contact-page .tf-section.project-info {
  padding: 39px 0 124px;
}
.contact-page .project-info-form .title {
  margin-bottom: 23px;
}
.contact-page .project-info .wrap-btn .tf-button {
  font-size: 14px;
  height: 52px;
}

.blog-grid .tf-section.tf-blog {
  padding-bottom: 133px;
}

.blog-list .tf-section.tf-blog {
  padding-bottom: 135px;
}

.token-page .tf-section.tf-token {
  padding-bottom: 133px;
}

.wallet-page .page-title {
  min-height: 335px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #3f3f3f;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  /* cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;  */
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  background: transparent;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-arrow.mfp-arrow-left.mfp-prevent-close,
.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
  background: transparent;
}

/* Main image in popup */
img.mfp-img {
  /* cursor: w-resize; */
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; } */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* widget
-------------------------------------------------------------- */
.widget-link li a:hover {
  color: #86FF00;
}

.widget-title {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-transform: capitalize;
}

.widget-title-st2 {
  font-size: 16px;
  line-height: 1.72;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.widget-title-st2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  border-radius: 1.2px;
  width: 60px;
  height: 1px;
  background-color: #86FF00;
}

.widget .widget-category {
  position: relative;
}
.widget .widget-category li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}
.widget .widget-category li:last-child {
  margin-bottom: 0;
}
.widget .widget-category li::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #798DA3;
  opacity: 0.2;
  content: "";
  border-radius: 50%;
}
.widget .widget-category li a {
  color: #fff;
}
.widget .widget-category li a span {
  color: #798DA3;
  -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;
}
.widget .widget-category li a:hover {
  color: #86FF00;
}
.widget .widget-category li a:hover span {
  color: #86FF00;
}
.widget .widget-recenpost li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.widget .widget-recenpost li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget .widget-recenpost li:last-child::after {
  display: none;
}
.widget .widget-recenpost li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.widget .widget-tag {
  display: flex;
  flex-wrap: wrap;
}
.widget .widget-tag li {
  -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;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #171F29;
  border-radius: 6px;
  margin-right: 8px;
  padding: 10px 16px;
  margin-bottom: 8px;
}
.widget .widget-tag li a {
  -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;
  color: #fff;
  font-size: 14px;
}
.widget .widget-tag li:hover {
  background-color: #86FF00;
}
.widget .widget-tag li:hover a {
  color: #000000;
}

.recent-posts {
  display: flex;
}
.recent-posts .image {
  margin-right: 14px;
}
.recent-posts .image img {
  border-radius: 6px;
  height: 76px;
  width: 76px;
  min-width: 76px;
}
.recent-posts .content .date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
  font-size: 12px;
}
.recent-posts .content .date span {
  opacity: 0.5;
}
.recent-posts .content .date svg {
  opacity: 0.5;
  margin-right: 10px;
  -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;
}
.recent-posts .content .date svg path {
  -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;
}
.recent-posts .content .date:hover span {
  opacity: 1;
}
.recent-posts .content .date:hover svg {
  opacity: 1;
  margin-right: 10px;
}
.recent-posts .content .date:hover svg path {
  stroke: #86FF00;
}
.recent-posts .content .title {
  color: #fff;
  margin-bottom: 0;
}
.recent-posts .content .title:hover {
  color: #86FF00;
}

/* progess
-------------------------------------------------------------- */
.content-progress-box .progress-bar {
  margin-bottom: 23px;
}
.content-progress-box .progress-bar:last-child {
  margin-bottom: 0;
}
.content-progress-box.style2 .progress-title-holder {
  margin-bottom: 0;
}
.content-progress-box.style2 .progress-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.4;
  margin-right: 0;
}
.content-progress-box.style2 .progress-content {
  background: linear-gradient(270deg, #86FF00 6.58%, rgba(9, 18, 29, 0) 100%);
  height: 11px;
}
.content-progress-box.style2 .progress-content-outter {
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content-progress-box.style2 .progress-number-wrapper {
  text-align: left;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-progress-box.style2 .progress-number-wrapper span {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
}
.content-progress-box.style2 .progress-title-holder span {
  font-size: 12px;
  line-height: 1.4;
}

.progress-bar {
  background-color: transparent;
  color: #798DA3;
}

.progress-title-holder {
  padding-bottom: 0;
  position: relative;
  text-align: left;
  margin-bottom: 8px;
}
.progress-title-holder span {
  font-weight: 500;
  font-size: 14px;
}
.progress-title-holder span.percent {
  font-size: 15px;
  color: #fff;
}

.progress-title {
  z-index: 100;
  font-weight: 600;
  font-size: 18px;
  margin-right: 7px;
}

.progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

.progress-content-outter {
  height: 8px;
  background-color: #171F29;
  border-radius: 6px;
}

.progress-content {
  height: 8px;
  background-color: #86FF00;
  border-radius: 6px;
  width: 0%;
  /* Initial value */
}

.white {
  color: white;
}

.progress_number {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.project-box-style6 .progress-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-box-style6 .progress-title-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-box-style6 .content-progress-box.style2 .progress-title-holder span {
  font-family: "resobot-bold";
  font-weight: 700;
  color: #86FF00;
  font-size: 16px;
  line-height: 1.4;
}
.project-box-style6 .content-progress-box.style2 .progress-title-holder span.white {
  color: #fff;
}
.project-box-style6 .content-progress-box.style2 .progress-title-holder span .progress-number-mark {
  margin-left: 3px;
}

/* dropdown
-------------------------------------------------------------- */
.seclect-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 99;
}
.seclect-box .dropdown {
  margin-left: 10px;
}
.seclect-box .dropdown.selector-drop {
  position: relative;
  background: transparent;
  background-size: cover;
  height: 52px;
  z-index: 99;
}
.seclect-box .dropdown.selector-drop > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 190px;
  min-width: 190px;
  padding: 16px 20px;
  height: 53px;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  background: #1E2835;
}
.seclect-box .dropdown.selector-drop > a:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 400;
  content: "\f078";
  position: absolute;
  color: #fff;
  right: 20px;
}
.seclect-box .dropdown li span {
  -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;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
.seclect-box .dropdown li {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent;
  width: 100%;
  max-width: 190px;
  padding: 0 10px 0 16px;
  line-height: 45px;
  height: 45px;
  color: #fff;
}
.seclect-box .dropdown li.active,
.seclect-box .dropdown li:hover {
  background: #171F29;
}

.seclect-box .dropdown-menu {
  max-width: 190px;
  min-width: 190px;
  width: 100%;
  left: 0;
  height: auto;
  padding: 0;
  top: 0;
  transform: translate(0px, 52px) !important;
  border: none;
  color: #fff;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  background: #1E2835;
}
.seclect-box .dropdown-menu:hover {
  cursor: pointer;
}
.seclect-box .dropdown-menu.show a {
  background: transparent;
  width: 100%;
  padding: 9px 10px 8px 16px;
  -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;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
.seclect-box .dropdown-menu.show a:active, .seclect-box .dropdown-menu.show a:hover {
  background: #171F29;
}

/* accordion
-------------------------------------------------------------- */
.flat-accordion .flat-toggle {
  background: #1E2835;
  border-radius: 20px;
  margin-bottom: 16px;
  padding: 16px;
}
.flat-accordion .flat-toggle:last-child {
  margin-bottom: 0;
}
.flat-accordion .flat-toggle .toggle-title {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  -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;
  padding-left: 40px;
}
.flat-accordion .flat-toggle .toggle-title .icon-Icon {
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  -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;
}
.flat-accordion .flat-toggle .toggle-title::after {
  font-family: "risebot";
  position: absolute;
  content: "\e900";
  right: 0;
  top: 0;
  -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;
  color: #fff;
}
.flat-accordion .flat-toggle .toggle-content {
  position: relative;
  margin-bottom: 0;
  padding: 16px 0 0;
  margin-top: 16px;
  margin-left: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.flat-accordion .flat-toggle.active .toggle-title {
  color: #86FF00;
}
.flat-accordion .flat-toggle.active .toggle-title::after {
  color: #86FF00;
  content: "\e901";
}
.flat-accordion .flat-toggle.active .toggle-title .icon-Icon {
  color: #86FF00;
}

/* comment
-------------------------------------------------------------- */
.comment h4 {
  margin-bottom: 16px;
  font-size: 28px;
}

.comment-box {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 19px;
}
.comment-box.s1 {
  border: none;
  padding: 0;
  margin: 0;
}
.comment-box.rep {
  margin-left: 65px;
}
.comment-box .avt {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 14px;
}
.comment-box .avt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment-box .info .name {
  margin-bottom: 0;
  font-size: 16px;
}
.comment-box .info .meta {
  margin-bottom: 13px;
  font-size: 12px;
}
.comment-box .info .text {
  margin-bottom: 7px;
}
.comment-box .info a {
  color: #fff;
}

/* panigation
-------------------------------------------------------------- */
.panigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.panigation li a {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1E2835;
  margin: 0 5px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.panigation li a svg path {
  stroke: #fff;
  -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;
}
.panigation li a:hover, .panigation li a.active {
  color: #09121D;
  background-color: #86FF00;
}
.panigation li a:hover svg path, .panigation li a.active svg path {
  stroke: #09121D;
}

/* reponsive
-------------------------------------------------------------- */
.show-destop {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .home3 .tf_CTA_2 .image_cta .move4 {
    right: 40px;
  }

  .header .main-nav {
    left: 22%;
  }

  #chart {
    margin-left: 0;
    margin-top: -40px;
  }
  #chart path {
    stroke-width: 10 !important;
  }

  .box-slider .image .icon.icon1 {
    top: 10%;
    right: 0px;
  }

  .page-title .btn-next-main,
.page-title .btn-prev-main {
    display: none;
  }

  .tf-token .counter_wrapper {
    width: 25%;
  }
  .tf-token .char_wrapper {
    width: 75%;
    padding-left: 30px;
  }

  .team-box-wrapper {
    justify-content: center;
  }

  .team-box {
    padding-left: 15px;
    padding-right: 15px;
    width: calc((100% - 60px) / 3);
  }

  .partner-wrapper .image {
    width: calc((100% - 90px) / 4);
  }
  .partner-wrapper .image.style {
    display: none;
  }

  #footer .footer-main .widget .support,
#footer .footer-main .widget .link {
    padding-left: 15px;
    width: 20%;
  }

  .project-box-style5 .content-inner ul li .price {
    font-size: 12px;
  }

  .home3 .tf_CTA_2 .image_cta .icon.icon_2 {
    right: 0;
  }

  .flat-tabs .wrapper_menutab .menu-tab li {
    padding: 5px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .home2 .tf-section.partner_CTA {
    padding: 70px 0;
  }

  .tf-section.tf_CTA .image_cta {
    margin-top: 0;
  }

  .mobile-button {
    display: block;
  }

  .header #site-header-inner .tf-button {
    margin-right: 40px;
    height: 45px;
    padding: 16px 20px;
    font-size: 12px;
  }

  .tokenomics-wrapper {
    overflow-x: auto;
  }
  .tokenomics-wrapper .box {
    width: 991px;
  }

  .post-details .related-post .wrapper-related-post {
    flex-wrap: wrap;
  }
  .post-details .related-post .wrapper-related-post .grid-box {
    width: calc(100% - 30px);
  }

  .details .sidebar,
.details article {
    width: 100%;
  }
  .details article {
    margin-bottom: 30px;
  }

  .container.w_1710 {
    padding-left: 0;
    padding-right: 0;
  }

  .partner-wrapper.style3 .image {
    width: calc(25% - 30px);
  }

  .project-box-wrapper .project-box {
    width: calc(50% - 30px);
  }

  .main .page-title .slider-st3 .box-slider .flat-box {
    flex-wrap: wrap;
  }
  .main .page-title .slider-st3 .box-slider .flat-box .box-couter {
    padding: 0;
    padding-right: 15px;
    border: none;
    margin-bottom: 20px;
  }
  .main .page-title .slider-st3 .box-slider .flat-box .box-couter:last-child {
    padding-right: 0;
    margin-bottom: 0;
  }

  .team-box {
    width: calc((100% - 60px) / 2);
  }

  .project-box-style3_wrapper {
    overflow-y: auto;
  }

  .project-box-style3 {
    width: 1000px;
  }

  .show-destop {
    display: none;
  }

  .flat-tabs .wrapper_menutab {
    display: block;
    text-align: center;
  }
  .flat-tabs .wrapper_menutab .menu-tab {
    margin-bottom: 30px;
  }
  .flat-tabs .wrapper_menutab .menu-tab li {
    padding: 5px 25px;
  }
  .flat-tabs .wrapper_menutab .seclect-box {
    justify-content: center;
  }

  .tf-token .counter_wrapper {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .tf-token .counter_wrapper .box {
    width: calc((100% - 30px) / 2);
  }
  .tf-token .char_wrapper {
    width: 100%;
    padding-left: 30px;
  }

  #footer .footer-main .footer-logo,
#footer .footer-main .widget {
    width: 25%;
  }
  #footer .footer-main .footer-logo.support, #footer .footer-main .footer-logo.link,
#footer .footer-main .widget.support,
#footer .footer-main .widget.link {
    width: 25%;
  }

  .container.w_1320 .container_inner {
    padding: 0 80px;
  }

  .image-box {
    margin-bottom: 60px;
  }

  .content_technology {
    padding: 0;
  }

  .img_technology .coin.coin_6 {
    left: 0;
  }

  .home2 .partner_CTA .image {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .home3 .tf_CTA_2 .image_cta .move4 {
    position: relative;
    left: 50px;
    right: auto;
    top: 0;
  }
  .home3 .tf_CTA_2 .image_cta .icon.icon_1 {
    left: 100px;
  }

  .main .page-title .slider-st2 {
    padding-bottom: 70px;
  }

  .home1 #footer .footer-main {
    padding-top: 0;
  }

  .main .page-title .slider-st1 .box-slider {
    display: block;
  }
  .main .page-title .slider-st1 .box-slider .content-box {
    width: 100%;
  }

  .login-page .project-info.tf-section {
    padding-bottom: 0 !important;
  }

  .mobile-mb0 {
    margin-bottom: 0 !important;
  }

  .project-info-form .form-inner .upload-img {
    display: block;
  }
  .project-info-form .form-inner .upload-img .col {
    width: calc(100% - 8px);
    margin-bottom: 30px;
  }

  .submit-project .project-info-form {
    padding: 20px 15px;
  }

  .wallet-form .choose-network ul li {
    width: calc(50% - 8px);
  }

  .tf-token .desc-token {
    margin-right: 0;
  }
  .tf-token .desc-token .describe_chart {
    margin-bottom: 0;
  }

  #chart {
    margin-top: 0;
  }
  #chart .describe_chart {
    margin-bottom: 0;
  }

  .post-details .content-inner {
    padding-left: 50px;
  }

  .tf-blog .side-bar,
.tf-blog article {
    width: 100%;
  }
  .tf-blog .side-bar {
    margin-bottom: 30px;
  }

  .contact-page .tf-section.tf-contact {
    padding-bottom: 0 !important;
  }

  .contact-info {
    display: block;
  }
  .contact-info li {
    width: 100% !important;
    padding-left: 0 !important;
    margin-bottom: 30px;
  }
  .contact-info li:last-child {
    margin-bottom: 0;
  }

  .team-details {
    padding: 20px 15px;
  }
  .team-details .image_wrapper {
    margin: 0 auto 30px;
  }
  .team-details .content .name,
.team-details .content .position {
    text-align: center;
  }

  .mt66 {
    margin-top: 0;
  }

  .project-info-form .form-inner ul.w50 .list__item,
.project-info-form .form-inner ul .list__item {
    width: calc(100% - 8px);
  }

  .project-info-form {
    padding: 20px 15px;
  }

  .roadmap-wrapper-style2 {
    display: block;
  }
  .roadmap-wrapper-style2 .right,
.roadmap-wrapper-style2 .left {
    width: 100%;
  }
  .roadmap-wrapper-style2 .roadmap-box-style {
    margin-bottom: 30px;
  }
  .roadmap-wrapper-style2 .roadmap-box-style .icon, .roadmap-wrapper-style2 .roadmap-box-style:after, .roadmap-wrapper-style2 .roadmap-box-style::before {
    display: none;
  }
  .roadmap-wrapper-style2 .roadmap-box-style .content {
    max-width: 100%;
  }
  .roadmap-wrapper-style2 .roadmap-box-style .content::after {
    display: none;
  }
  .roadmap-wrapper-style2 .right {
    padding-top: 30px;
  }
  .roadmap-wrapper-style2 .right .roadmap-box-style {
    margin-bottom: 30px;
  }

  .team-box-style2 {
    display: block;
  }

  .details .sidebar .prodect-content {
    padding: 20px 15px;
  }

  .project_wrapper_2 .project-box-style7,
.project_wrapper_1 .project-box-style4 {
    width: calc(100% - 30px);
  }

  .project_wrapper_2 .project-box-style7 .content {
    margin-top: 30px;
  }

  .mt56 {
    margin-top: 0;
  }

  .slider-12 .image {
    text-align: center;
  }

  .partner-wrapper.style3 .image {
    width: calc(33.33% - 30px);
  }

  .home3 .tf_CTA_2 .tf-title {
    padding: 70px 0 0;
  }
  .home3 .tf_CTA_2 .image_cta .move4 {
    margin-left: 0;
  }

  .home3 .tf_CTA_2 .overlay {
    height: 100%;
  }

  .features .wrapper-box .icon-box-style2 {
    width: calc(50% - 30px);
  }

  .home3 .tf-section.project_2,
.home3 .tf-section.tf_partner,
.home3 .tf-section.project {
    padding-top: 70px !important;
  }

  .project-box-style6 .image img {
    width: 100%;
  }

  #footer .footer-main,
.home3 .tf-section.tf_CTA,
.home3 .tf-section.features {
    padding-top: 0;
  }

  .home3 .tf-section.tf_CTA .image_cta {
    margin-top: 30px;
  }

  .container.w_1310 .container_inner,
.project-box-style6 .content-bottom .sub-content li:nth-child(3),
.project-box-style6 .content-bottom .sub-content li:nth-child(1),
.home2 .project2 .container.w_1280 .container_inner,
.container.w_1850 .container_inner,
.container.w_1280 .container_inner,
.container.w_1320 .container_inner {
    padding: 0;
  }

  .main .page-title .slider-st3 .box-slider {
    display: block;
  }
  .main .page-title .slider-st3 .box-slider .image,
.main .page-title .slider-st3 .box-slider .content-box {
    width: 100%;
    margin: 0;
  }
  .main .page-title .slider-st3 .box-slider .content-box {
    margin-bottom: 40px;
  }

  .home2 .tf-section.partner {
    padding: 0 !important;
  }

  .project-box-style3_wrapper {
    margin-top: 30px;
  }

  .project-box-style4 .content h5 {
    text-align: center;
  }
  .project-box-style4 .image {
    margin-left: auto;
    margin-right: auto;
  }

  .home1 .project_4 .tf-title {
    margin-bottom: 20px;
  }

  #footer .footer-bottom .wrap-fx {
    display: block;
    text-align: center;
  }
  #footer .footer-bottom .wrap-fx .Copyright {
    margin-bottom: 20px;
  }

  #footer .footer-main .footer-logo,
#footer .footer-main .widget {
    margin-bottom: 30px;
    width: 50%;
  }
  #footer .footer-main .footer-logo.support, #footer .footer-main .footer-logo.link,
#footer .footer-main .widget.support,
#footer .footer-main .widget.link {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home2 .tf-section.FAQs,
.home1 .tf-section.tf_CTA {
    padding-bottom: 70px !important;
  }

  .tf-section.tf_CTA .overlay {
    top: -150px;
  }

  .image_cta {
    text-align: center;
  }

  .tf-title.mt130 {
    margin-top: 0;
  }

  .partner-wrapper .image {
    width: calc((100% - 60px) / 3);
  }

  .team-box {
    width: 100%;
  }

  .main .page-title .box-slider {
    display: block;
  }
  .main .page-title .box-slider .content-box {
    width: 100%;
  }
  .main .page-title .box-slider .content-box h1 {
    margin-right: 0;
    padding-right: 0;
    font-size: 50px;
  }
  .main .page-title .box-slider .content-box p {
    margin-right: 0;
    padding-right: 0;
  }
  .main .page-title .box-slider .image {
    width: 100%;
  }
  .main .page-title .box-slider .image .icon3 {
    left: 0;
  }

  .project-wrapper {
    display: block;
  }
  .project-wrapper .content-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
    transform: none;
  }
  .project-wrapper .image-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .next_slider,
.prev_slider {
    display: none;
  }

  .container.w_1690 .container_inner {
    padding: 0 !important;
  }

  .project-box-style2_wrapper {
    flex-wrap: wrap;
  }

  .project-box-style2 {
    border-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .project-box-style2::after {
    display: none;
  }
  .project-box-style2:last-child {
    margin-bottom: 0;
  }

  .highcharts-root,
.highcharts-container {
    width: 400px !important;
    height: 400px !important;
  }

  .tf-title .title {
    font-size: 40px;
  }

  .main .page-title .slider-st1 {
    padding: 100px 0 100px;
  }

  .tf-section {
    padding-bottom: 70px !important;
  }

  .tf-title {
    margin-bottom: 30px !important;
  }

  .img_technology {
    padding: 100px 0;
  }
  .img_technology .coin.coin_5 {
    right: 0;
    width: 200px;
    height: 200px;
  }
  .img_technology .coin.coin_2 {
    width: 40%;
  }

  .swiper-pagination {
    display: none;
  }

  .tf-section.tf_CTA .image_cta {
    margin-top: 30px;
  }

  .project-box-style6_wrapper .project-box-style4,
.project-box-style6_wrapper .project-box-style6 {
    width: calc(100% - 30px);
  }

  .tf_CTA .mt66 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .features .wrapper-box .icon-box-style2 {
    width: calc(100% - 30px);
  }

  .home3 .tf-section.FAQs {
    padding-top: 70px;
  }

  .main .page-title .box-slider .content-box h1 {
    font-size: 32px;
  }

  .wallet-form .connect-wallet ul li {
    width: calc(100% - 10px);
  }

  .grid-box-style2 {
    display: block;
  }
  .grid-box-style2 .image img,
.grid-box-style2 .image,
.grid-box-style2 .content {
    width: 100%;
  }
  .grid-box-style2 .image {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
  .grid-box-style2 .content {
    margin-top: -30px;
    padding-top: 50px;
    z-index: 9;
    border-left: 2px solid rgba(255, 255, 255, 0.0784313725);
    border-top: 0;
    border-radius: 0 0 20px 20px;
  }

  .team-details {
    display: block;
  }

  .project-box-wrapper .project-box {
    width: calc(100% - 30px);
  }

  .flat-tabs .wrapper_menutab {
    display: block;
    text-align: center;
  }
  .flat-tabs .wrapper_menutab .menu-tab {
    margin-bottom: 20px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .flat-tabs .wrapper_menutab .menu-tab li {
    padding: 5px 25px;
  }
  .flat-tabs .wrapper_menutab .seclect-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .flat-tabs .wrapper_menutab .seclect-box .dropdown {
    margin-bottom: 20px;
  }
  .flat-tabs .wrapper_menutab .seclect-box .dropdown:last-child {
    margin-bottom: 0;
  }

  .project-box-style7 {
    display: block;
  }
  .project-box-style7 .content {
    height: auto;
    border-radius: 0 0 20px 20px;
    border-top: none;
    border-left: 2px solid rgba(255, 255, 255, 0.0784313725);
  }
  .project-box-style7 .image {
    margin-bottom: -30px;
    min-width: none;
    border-radius: 20px 20px 0 0;
  }
  .project-box-style7 .image img {
    height: auto;
    width: 100%;
  }

  .highcharts-root,
.highcharts-container {
    margin-left: auto;
    margin-right: auto;
    width: 340px !important;
    height: 340px !important;
  }

  .flat-tabs .menu-tab li {
    min-width: 100px;
  }

  .describe_chart {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .describe_chart li {
    width: calc((100% - 90px) / 3);
  }

  .tf-token .counter_wrapper .box {
    width: 100%;
    margin-bottom: 30px;
    justify-content: flex-start;
    padding-left: 50px;
  }
  .tf-token .counter_wrapper .box:last-child {
    margin-bottom: 0;
  }
  .tf-token .char_wrapper {
    display: block;
    padding-left: 15px;
  }
  .tf-token .chart_inner {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .forget-form.project-info-form {
    padding: 20px;
  }

  .show-mobie {
    display: block;
  }

  .project-info-form.form-login.style2 {
    padding: 20px 20px 24px;
  }
  .project-info-form.form-login.style2 p {
    margin-bottom: 18px;
    padding-bottom: 17px;
  }

  .project-info-form.form-login {
    padding: 20px 20px 50px;
    padding-bottom: 50px;
  }
  .project-info-form.form-login .fogot-pass {
    bottom: 20px;
  }
  .project-info-form.form-login p {
    font-size: 12px;
  }
  .project-info-form.form-login fieldset {
    margin-bottom: 20px;
  }
  .project-info-form.form-login .title {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .project-info-form.form-login .title:first-child {
    margin-bottom: 5px;
  }
  .project-info-form.form-login .title.link {
    display: none !important;
  }

  .partner-wrapper.style3 .image {
    width: calc(50% - 30px);
  }

  #footer .footer-main .footer-logo,
#footer .footer-main .widget {
    width: 100%;
  }
  #footer .footer-main .footer-logo.support, #footer .footer-main .footer-logo.link,
#footer .footer-main .widget.support,
#footer .footer-main .widget.link {
    width: 100%;
  }

  .partner-wrapper .image {
    width: calc((100% - 30px) / 2);
  }

  .tf-title .title {
    font-size: 32px;
  }

  .describe_chart li {
    width: calc((100% - 30px) / 2) !important;
  }
}

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



/************
 added by Ino N. Sison
 ************/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------*/
body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #5a6069;
	font-size: 13px;
	line-height: 1.428571429;
	width: 100%;
	position: relative;
}
.common-home {
	background: #14151b;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #252525;
    /*color: #bf9000;*/
	line-height: 1.35;
	font-family: 'Oswald', sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #8c8c8c;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #e51515;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
input[type=text] {
	min-width: 50px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
img{
	max-width: 100%; 
	height: auto;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.flip{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* tooltip */
.tooltip.top .tooltip-arrow {
  border-top-color: #e51515;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #e51515;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #e51515;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #e51515;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #e51515;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e51515;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #e51515;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #e51515;
}
.tooltip-inner{
	background: #e51515;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
}
/* transition */
a:hover,.banner-3 a:hover::before,
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover,
.product-layout:hover  .action-links-link,
.static-policy .col:hover .text-content h2, .static-policy .col:hover .col-img .hover,
.layout1:hover .btn-wishlist, .layout1:hover .btn-compare,
.banner-2 a:hover::before, .product-image:hover .img-r,
.banner-1 > div:hover img{
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	color: #fff;
	background: #e51515;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	border: none;
	background: #181b23;
	padding: 0px 30px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	line-height: 44px;
	display: inline-block;
	vertical-align: top;
	border-radius: 30px;
	font-family: 'Oswald', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#button-voucher,
#button-coupon{
	height: 34px;
	line-height: 34px;
	margin-left: 10px;
	border-radius: 20px;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 9999;
}
/* owl carousel */
.owl-carousel.owl-theme:hover .owl-nav div {
  opacity: 1;
}

.owl-carousel.owl-theme  .owl-dot:hover span,
.owl-carousel.owl-theme  .owl-dot.active span {
  background: #23232c;
}
.owl-carousel.owl-theme  .owl-dots {
	margin-top: 40px;
}
.owl-carousel.owl-theme  .owl-dot {
	display:inline-block;
	vertical-align:top;
	margin:5px 15px;
	position: relative;
}

.owl-carousel.owl-theme  .owl-dot span {
  display: block;
    width: 15px;
    height: 15px;
    margin: 0;
    border-radius: 0;
    background: 0;
    border: 1px solid rgba(255,255,255,0.2);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.owl-carousel.owl-theme  .owl-dot span:before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    background: rgba(255,255,255,0.2);
}
.owl-carousel.owl-theme  .owl-dot.active span,.owl-carousel.owl-theme  .owl-dot:hover span{
	border-color: #e51515;
}
.owl-carousel.owl-theme  .owl-dot.active span:before,.owl-carousel.owl-theme  .owl-dot:hover span:before {
	background: #e51515;
}
.owl-carousel.owl-theme .owl-nav div {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin: 0;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 46px;
  border: 2px solid #e1e1e1;
  color: #9e9e9e;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav div:before {
  font-family: "Ionicons";
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  width: 100%;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev {
  left: -65px;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev:before {
  content: "\f124";
}
.owl-carousel.owl-theme .owl-nav div.owl-next {
  right: -65px;
}
.owl-carousel.owl-theme .owl-nav div.owl-next:before {
  content: "\f125";
}
.owl-carousel.owl-theme .owl-nav div:hover {
  background: #e51515;
  border-color: #e51515;
  color: #fff;
  -webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
    box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
}
/*--------------*/
/* newsletter popup */
.b-close{
	display: block;
}
.newletter-popup{
	background: #fff;
	top: 50% !important;
	position: fixed !important;
	padding: 0;
	text-align: center;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}
#boxes .newletter-title h2{
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 15px;
}
.newletter-popup #dialog {
	padding: 50px 20px;
}
#boxes .box-content label{
	font-weight: 400;
	max-width: 650px;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 65%;
	margin: 20px 0;
	padding:0 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin-top: -1px;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
#popup2{
	text-align: center;
	background: #333;
	border-radius: 0;
	cursor: pointer;
	float: right;
	padding: 5px 10px;
	color: #fff;
	margin-top: -49px;
	margin-right: -19px;
}
#popup2:hover {
	background:#e51515;
}
/* newsllter */
.newletter-subscribe-container {
	text-align: center;
	margin-top: 85px;
	padding: 100px 0;
	border-top: 1px solid #21252c;
}
.newletter-subscribe-container .container-inner {
	
}
.newletter-subscribe-container .container-inner img.icon-newletter {
	position: absolute;
	bottom:4px;
	left:-110px;
}
#dialog-normal .newletter-title {display: block;}

#dialog-normal .newletter-title label {
	color: #838896;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
#dialog-normal .newletter-title label span {
	color: #e51515;
}
#dialog-normal .newletter-title h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0;
	color: #fff;
}
#dialog-normal .newletter-title p{
	display: block;
	margin: 0;
}
#dialog-normal .newleter-content{display: block;margin-top: 55px;position: relative;}
#subscribe {
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#subscribe_email{
	display: inline-block;
	background: #0f0f15;
	padding: 10px 70px 10px 25px;
	border: 0;
	border-bottom: 1px solid #1c1d25;
	line-height: 16px;
	height: 56px;
	border-radius: 30px;
	color: #5a6069;
	font-size: 12px;
	width: 620px;
	font-weight: 400;
}
#subscribe .btn:hover{
	opacity: 0.8;
}
#subscribe .btn {
	position: absolute;
	top: 50%;
	right: 7px;
	text-transform: uppercase;
	line-height: 46px;
	height: 46px;
	width: 46px;
	padding: 0;
	font-size: 0;
	font-weight: 500;
	text-align: center;
	background: #e51515;
    color: #fff;
    -webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
    box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
	border-radius: 100%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#subscribe .btn:before {
	content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#notification-normal{
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
}

#notification-normal div.warning{
	color: red;
	text-align: center
}
/* Header */
header {
	margin-bottom: 100px;
}
.common-home header {
	margin-bottom: 0;
	position: relative;
}
.common-home .header-top {
	min-height: 0;
	background: none;
}
.common-home .header-inner {
	background: transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.common-home .header-inner:after {
	opacity: 0;
}
.common-home #search input {
	background: transparent;
}
.common-home #logo {
	padding: 60px 0;
}
.product-category .header-top {
	background: url(../image/bkg_header_1.jpg) center repeat-x;
	
}
.header-top {
	position: relative;
	min-height: 530px;
	background: url(../image/bkg_header_2.jpg) center repeat-x;
}
.header-inner {
	text-align: center;
	padding: 0 60px;
	background: #22232b;
	position: relative;
	z-index: 10;
}
.header-inner:after {
	content: "";
	position: absolute;
	left: 0;
	right:0;
	bottom: 0;
	height: 2px;
	background: #e51515;
	z-index: -1;
}
.header-inner .container-inner {
	position: relative;
}
header .box {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

header .box-left {
	left: 0;
	right: 0;
}
header .box-right {
	right: 14px;
}
header .box-setting {
	float: left;
	margin: 0 10px;
}
.setting-button,#cart > button {
	font-size: 0;
	color: #fff;
	width: 40px;
	border: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	box-shadow: none !important;
	background: url(../image/icon_setting.png) center no-repeat;
}
.setting-button:hover {
	background: url(../image/icon_setting_hover.png) center no-repeat;
}
#cart > button {
	background: url(../image/icon_cart.png) center no-repeat;
}
#cart > button:hover {
	background: url(../image/icon_cart_hover.png) center no-repeat;
}
header .setting-content .text-ex,header .setting-content  .btn-link-current{
	margin-right: 9px;
	color: #292929;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 25px;
	padding: 0;
	font-size: 12px;
	border: 0;
	pointer-events: none;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	font-family: 'Oswald', sans-serif;
}
header .setting-content .text-ex {
	margin-right: 5px;
}
header .setting-content > div {
	margin-bottom: 14px;
}
header .setting-content > div:last-child {
	margin-bottom: 0;
}
header .setting-content .content {
	border-top: 1px solid #ebebeb;
	margin-top: 3px;
	padding-top: 4px;
	padding-left: 20px;
}
header .btn-group .dropdown-menu{
	position: absolute;
	right: 0;
	float: none;
	width: 280px;
	padding:35px 40px 32px 40px;
	left: auto;
	text-align: left;
	font-size: 13px;
	margin: 10px 0 0 0;
	background: white;
	border-radius: 3px;
	border: none;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
}
header .btn-group header-links {
	left: auto;
	right: -15px;
}
header .setting-content .btn-group .dropdown-menu li {padding-left: 20px;}
header .btn-group .dropdown-menu li:last-child {
	border:0;
}
header .btn-group .dropdown-menu li > a,
header .btn-group .dropdown-menu li> button {
	font-size: 13px;
	padding: 3px 0;
	line-height: 24px;
	display: block;
	text-transform: capitalize;
	font-weight: normal;
	height: inherit;
	border-radius: 0;
	text-align: left;
	color: #6b6b6b;
}
header .btn-group .dropdown-menu li > a:hover,
header .btn-group .dropdown-menu li> button:hover {
	text-decoration: none;
	color: #e51515;
}
header .btn-group .dropdown-menu li a img,
header .btn-group .dropdown-menu li button img{
	vertical-align: baseline;
	margin-right:5px;
}
header .btn-group .dropdown-menu > a:hover,
header .btn-group .dropdown-menu > button:hover,
header .btn-group .dropdown-menu .item-selected{
	color: #e51515;
	text-decoration: none;
}
.logo-container {display: inline-block;vertical-align: top;float: left;max-width: 250px;position: relative;z-index: 1;}
#logo{
	padding: 28px 0;
}
#logo a{
	display: inline-block;
}
.headerSpace {
	display: none;
}

/* Search */
.search-button {
	font-size: 15px;
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	cursor: pointer;
	box-shadow: none !important;
}
.search-button:before {
	content: "\f002";
	font-family: 'FontAwesome';
}
.search-button[aria-expanded="true"]:before {
	content: "\f00d";
}
.search-button:hover {
	color: #e51515 !Important;
}
#search .search-content {
	padding: 0;
	border: 0;
	margin: 0;
	background: transparent;
	box-shadow: none;
	right: 100%;
	width: auto;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#search {
	float: left;
}
#search input {
	height: 35px;
	font-size: 12px;
	color: #5a6069;
	width: 250px;
	font-weight: 400;
	background: #22232b;
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
	padding: 0 37px 0 15px;
	position: relative;
}
#search .search-content:before {
	content: "";
	position: absolute;
	height: 25px;
	width: 2px;
	background: #e51515;
	left: 0;
	top: 0;
	bottom: 0;
	margin:auto;
	z-index: 8;
}
#search .input-group-btn {
	position: absolute;
	right: 0;
	width: auto;
}
#search .input-group-btn button {
	background: transparent;
	border: 0;
	height: 35px;
	width: 35px;
	line-height: 35px;
	padding: 0;
	box-shadow: none !important;
	margin: 0;
}
#search .input-group-btn button{
	font-size: 15px;
	color: #fff;
}
#search .input-group-btn button:hover {
	color: #e51515;
}
#search .input-group-btn button:before {
	content: "\f002";
	font-family: 'FontAwesome';
}
#search ::-webkit-input-placeholder { /* Chrome */
  color: #5a6069;
}
#search :-ms-input-placeholder { /* IE 10+ */
  color: #5a6069;
}
#search ::-moz-placeholder { /* Firefox 19+ */
  color: #5a6069;
  opacity: 1;
}
#search :-moz-placeholder { /* Firefox 4 - 18 */
  color: #5a6069;
  opacity: 1;
}
/* search category */
.top-search {
}
#search-by-category {
    position: relative;
    width: 100%;
}
#search-by-category .search-container{
}
#search-by-category .search-container .categories-container{
    position: absolute;
    padding: 10px 0;
    left: 0;
    top: 0;
}
#search-by-category .search-container #text-search{
    padding: 0 55px 0 190px;
    height: 49px;
    border-radius: 3px;
    font-size: 12px;
    border: 0;
    z-index: 1;
    background: #fff;
    color: #c2c2c2;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#search-by-category #sp-btn-search{
    position: absolute;
    right: 0px;
    top: 0;
}
#search-by-category .search-container .categories-container .hover-cate p{
    margin:0;
    color: #363f4d;
    padding: 0 30px 0 25px;
    cursor: pointer;
    overflow: hidden;
    position:relative;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 29px;
}
#search-by-category .search-container .categories-container .hover-cate p:after {
	content:"";
	position: absolute;
	width: 1px;
	height: 16px;
	background: #e1e1e1;
	right: 0;
	top: 50%;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#search-by-category .search-container .categories-container .hover-cate p i{display: inline-block;vertical-align: top;font-size: inherit;line-height: inherit;margin-left: 19px;}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999 !important;
    position: absolute;
    display: none;
    background: #FFF;
    max-height: 300px;
    overflow: auto;
    margin-top: 0px;
    border: 1px solid #ddd!important;
    padding: 5px;
    width:100%;
    cursor: pointer;
	top: 100%;
	text-align: left;
}
.cate-items li {
    text-transform: capitalize;
    color: #363f4d;
    font-size: 11px;
    list-style: none;
    line-height: 18px;
}
.cate-items li:hover{
    color:#e51515
}
.cate-items li.f1 {
    padding-left: 5px;
}
.cate-items li.f2 {
    padding-left: 15px;
}
#search-by-category .search-ajax{
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 0px;
    top: 100%;
    width: 88%;
}
.ajax-result-item .product-info .detail .price-box .old-price{
	text-decoration: line-through;
	color: #acacac;
	font-weight: 400;
}
.ajax-result-item .product-info .detail .price-box p{
	display: inline-block;
}
.ajax-result-item .product-info .detail .price-box{
	font-weight: 700;
	margin: 0 0 10px 0;
}
.ajax-result-item .product-info .detail .product-name{
	margin: 10px 0;
}
#search-by-category .search-ajax li{
    list-style: none;
}
#search-by-category .search-ajax .ajax-result-container{
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-msg{
  padding: 20px;
  margin: 0;
  color: #646464;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:300px;
    overflow: auto;
    padding:10px;
}
#btn-search-category:hover{
	color: #363f4d;
}
#btn-search-category{
    background: #e51515;
    border:none!important;
    padding:0;
    box-shadow:none;
    text-shadow:none;
    border-radius: 3px;
    height: 49px;
    width: 49px;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 49px;
}
#btn-search-category:before {
	font-family: 'Stroke-Gap-Icons';
	content: "\e6a4";
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
#wishlist-total, #link-compare {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 32px;
	font-size: 13px;
	color: #e51515;
	text-transform: capitalize;
	text-align: center;
}
#wishlist-total .icon, #link-compare .icon, #cart > button .icon {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#wishlist-total .text, #link-compare .text, #cart .text {
	display: none;
}
#wishlist-total:hover, #link-compare:hover,#cart > button:hover {
	color: #363f4d;
}
#link-compare span {
	display:none;
}
.search-container{}
.cart-container{
	padding: 45px 15px 0 0;
	width: 18%;
}
#wishlist-total .count,#cart-total
{
	position: absolute;
	display: block;
	color: #000000;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 84%;
	border-radius: 100%;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
}

#cart .dropdown-menu {
}
#cart{
	width: auto;
	float: left;
}
#cart-total .total-price{
	color: #fff;
}

#cart .info-item >a {
	text-transform: uppercase;
	color: #2e2e2e;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
#cart .mycart {
	display: none;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}

.top-menu {
	position: relative;
	z-index: 7;
	background: #e51515;
}
.common-home .top-menu {
	/* margin-bottom: 30px; */
}
.top-menu .col {
	float: left;
}
.top-menu .col-menu {
}

.fix-header{
	border: none;
	background: rgba(29, 28, 28, 0.67) !important;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	width: 100%;
	max-width: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 889;
	margin: 0 auto;
	/* padding: 5px 0; */
	position: fixed !important;
	-webkit-animation-name: fadeInDown;
	-webkit-animation-duration: 5.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: anim_titles;
	-moz-animation-duration: 5.0s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
}
.fix-header #logo {
	padding: 15px 0 !important;
}
.fix-header #logo img {
	max-height: 40px;
}
.fix-header #pt_custommenu::after, 
.fix-header #pt_custommenu::before{
	display: none;
}
.fix-header .pt_custommenu div.pt_menu .parentMenu a {
	padding-top: 16px;
	padding-bottom: 17px;
}
.fix-header #pt_custommenu{
	margin: 0;
}
.fix-header .cart-container,
.fix-header .search-container,
.fix-header .logo-container{
	/* display: none; */
}
.fix-header .vermagemenu-container{
	display: none;
}
body:not(.common-home) .vermagemenu-container .vermagemenu{
	position: static;
	margin-bottom: 50px;
}
body:not(.common-home) .vermagemenu-container{
	width: 100%;
	padding: 0;
}
body:not(.common-home) header:not(.fix-header) .hozmenu-container{
	width: 100%;
}
/* cms block */
.banner-static {
  text-align: center;
  clear: both;
  /* overflow: hidden; */
}
.banner-static .owl-pagination {
	position:absolute;
	left:0;
	right:0;
	margin: auto;
	bottom: 2%;
}
.banner-static .image a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
}

.banner-static .image a .text {
  font-family: 'Oswald', sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-static .image a .text .text1,
.banner-static .image a .text .text2,
.banner-static .image a .text .text3,
.banner-static .image a .text .link{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.banner-static .image a:hover .text .text1 {
  -webkit-animation: fadeInUp 400ms ease-in-out;
  -moz-animation: fadeInUp 400ms ease-in-out;
  -ms-animation: fadeInUp 400ms ease-in-out;
  animation: fadeInUp 400ms ease-in-out;
}
.banner-static .image a:hover .text .text2 {
  -webkit-animation: fadeInUp 600ms ease-in-out;
  -moz-animation: fadeInUp 600ms ease-in-out;
  -ms-animation: fadeInUp 600ms ease-in-out;
  animation: fadeInUp 600ms ease-in-out;
}
.banner-static .image a:hover .text .text3 {
  -webkit-animation: fadeInUp 800ms ease-in-out;
  -moz-animation: fadeInUp 800ms ease-in-out;
  -ms-animation: fadeInUp 800ms ease-in-out;
  animation: fadeInUp 800ms ease-in-out;
}
.banner-static .image a:hover .text .link {
  -webkit-animation: fadeInUp 1000ms ease-in-out;
  -moz-animation: fadeInUp 1000ms ease-in-out;
  -ms-animation: fadeInUp 1000ms ease-in-out;
  animation: fadeInUp 1000ms ease-in-out;
}
.static-menu-bottom {
  padding: 30px 30px 5px 30px;
}
.static-sidebar a {
	border-radius: 3px;
}
.static-sidebar a img:hover {
	opacity: 0.8;
}
/*---*/
.static-welcome {
	text-align: center;
	overflow: hidden;
	margin-top: 84px;
}
.static-welcome .title {
	margin-bottom: 88px;
}
.static-welcome .title h2 {
	font-size: 120px;
	color: #5a6069;
	opacity: 0.1;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}
.static-welcome .title h3 {
	font-size: 36px;
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 1;
	margin: -76px 0 0 0;
}
.static-welcome .title h3 strong {
	font-weight: 600;
	display: block;
}
.static-welcome .content {

}
.static-welcome .content .image {
	float: left;
	text-align: right;
	width: 50%;
	padding-right: 30px;
}
.static-welcome .content .text {
	overflow: hidden;
	text-align:left;
	max-width: 516px;
	padding-left: 30px;
	padding-right: 15px;
}
.static-welcome .content .text h3 {
	margin: 0 0 30px 0;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 200;
	line-height: 1.1;
	color: #9d9d9d;
}
.static-welcome .content .text h3 span {
	display: block;
}
.static-welcome .content .text h3 span.word2 {
	font-size: 30px;
	color: #e51515;
	font-weight: 600;
}
.static-welcome .content .text h3 span.word3 {
	font-size: 12px;
	letter-spacing: 5px
}
.static-welcome .content .text p {
	line-height: 24px;
	font-size: 13px;
	margin-bottom: 35px;
}
.static-welcome .author .name {
	font-weight: 200;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin-bottom: 32px;
	margin-top: 0;
}
/*---*/
.static-top-aero1 {
	margin-top: 60px;
}
.static-top-aero1 .col {
	margin-top: 30px;
}
.static-top-aero1 a {
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.static-top-aero1 .text {
	line-height: 1;
}
.static-top-aero1 .text .text1 {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;	
}
.static-top-aero1 .text .text2 {
	display: block;
	color: #ffde00;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
}
.static-top-aero1 .text .text3 {
	display: block;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 25px;
}
/*---*/
.static-bottom-aero1 {
	margin-top: 70px;
}
.static-bottom-aero1 a,.static-bottom-aero1 img {
	width: 100%;
}
.static-bottom-aero1 .col {
	float: left;
	width: 50%;
	margin-top: 30px;
}
.static-bottom-aero1 .text {
	padding: 0 10px;
	max-width: 620px;
	margin: auto;
}
.static-bottom-aero1 .text .text1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-weight: 500;
}
.static-bottom-aero1 .text .text2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-weight: 500;
	letter-spacing: 5px;
	margin-top: 3px;
}
.static-bottom-aero1 .text .text3 {
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 24px;
	font-family: 'Rubik', sans-serif;
	margin-top: 20px;
}
.static-bottom-aero1 .text .link {
	font-size: 12px;
	color: #383838;
	text-transform: uppercase;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 46px;
	padding: 0 25px;
	padding-right: 60px;
	border-radius: 30px;
	font-weight: 500;
	position: relative;
	margin-top: 52px;
}
.static-bottom-aero1 .text .link:after {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #383838;
	color: #fff;
	border-radius: 100%;
	position: absolute;
	right: 4px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.static-bottom-aero1 .text .link:hover {
	background:#e51515;
	color: #fff;
	-webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
    box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
}
.static-bottom-aero1 .text .link:hover:after {
	background:#fff;
	color: #303030;
}
/* Products */
/*-product in common-home-*/
.common-home .item .item-inner {
	border: 2px solid #21252c;
}
.common-home .product-name a {
	color: #838896;
}
.common-home .item-inner .ratings {
	border-bottom: 1px solid #1e2229;
}
.common-home .item-inner .product-name {
	border-bottom: 1px solid #1e2229;
}
.common-home .item-inner  button.btn-cart {
	background: #21252c;
}
.common-home .item-inner  button.btn-cart:hover {
	background:#e51515;
	color: #fff;
	-webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
    box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
}
.common-home .item-inner .product-des {
	border-bottom: 1px solid #1e2229;
}
/*---*/ 
.owl-item.active .item {
  -moz-animation: zoomIn 500ms ease;
  -o-animation: zoomIn 500ms ease;
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}
.item .item-inner {
	position: relative;
	border: 2px solid #efefef;
	overflow: hidden;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.label-product {
	color: #fff;
	background:url(../image/bkg_label_new.png) center no-repeat;
	line-height: 22px;
	padding-left: 5px;
	min-width: 56px;
	font-weight: 500;
	text-align: center;
	position: absolute;
	top: 41px;
	right: 14px;
	text-transform: uppercase;
	font-size: 10px;
	z-index: 3;
}
.label_sale {
	background:url(../image/bkg_label_sale.png) center no-repeat;
	top: 15px;
}
.item-inner .images-container {
	position: relative;
	background: #fff;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.item-inner .images-container .product-image {
	position:relative;
	display: block;
	text-align: center;
}
.item-inner .images-container img {
	margin: auto;
}
.item-inner .images-container .img-r {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	opacity:0;
	visibility:hidden;
	z-index:1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.item-inner:hover .images-container .img-r {
	opacity:1;
	visibility: visible;
}
.item-inner  button.btn-quickview {
	line-height: 30px;
	width: 30px;
	height: 30px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	background: transparent;
	text-transform: capitalize;
	color: #363c45;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 0;
	text-align: center;
	border: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.item-inner  button.btn-quickview:before {
	content: "\f06e";
    font-family: "FontAwesome";
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    width: 100%;
}
.qv-button-container {
	display: block;
}
.tt-product {
}
.item-inner  .action-links button {
	display: block;
	margin-bottom: 6px;
}

.item-inner  .action-links button:hover {
	color: #e51515;
	background: transparent;
}
.item-inner  .action-links button:last-child {
	margin-bottom: 0;
}
.item-inner  button.btn-cart {
	background: #efefef;
	color: #6c6f7a;
	text-transform: uppercase;
	line-height: 44px;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 22px;
}
.item-inner  button.btn-cart:before {
	content: "";
	margin-right: 8px;
	margin-top: -3px;
	width: 16px;
	height: 16px;
	background:url(../image/icon-btn-cart.png) center no-repeat;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.item-inner  button.btn-cart:hover {
	background:#e51515;
	color: #fff;
}
.item-inner  button.btn-cart:hover:before {
	background:url(../image/icon-btn-cart-hover.png) center no-repeat;
}
button.btn-compare span, 
button.btn-wishlist span{
	display: none;
} 
button.btn-compare i, 
button.btn-wishlist i{
	display: none;
} 
button.btn-compare, 
button.btn-wishlist {
    line-height: 30px;
    height: 30px;
    width: 30px;
    display: block;
    background: transparent;
    font-weight: normal;
    font-size: 0;
    padding: 0;
    text-align: center;
    color: #363c45;
}
button.btn-compare:before, 
button.btn-wishlist:before {
	content: "\f08a";
	font-family: "FontAwesome";
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
	width: 100%;
}
button.btn-compare:before {
	content: "\f012";
}

.item-inner .caption {
	padding: 0 20px 25px 20px;
	background: transparent;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.item-inner .caption-top {
	padding-top: 0;
	margin-bottom: 16px;
}
.item-inner .caption .manufacture-product {
	display: none;
}
.item-inner .product-name {
	margin-bottom: 0;
	display: block;
	margin-top: 0;
	padding: 14px 0;
	border-bottom: 1px solid #efefef;
}
.item-inner .product-des {
	line-height: 24px;
	letter-spacing: 0.25px;
	border-bottom: 1px solid #efefef;
	padding: 14px 0;
}
.product-name a {
	color: #181b23;
	padding: 0;
	display: block;
	text-transform: uppercase;
	overflow: hidden;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.25px;
}
.product-name a:hover {
	color: #e51515;
}
.item-inner .ratings {
	padding: 13px 0;
	border-bottom: 1px solid #efefef;
}
.ratings {
	display:block;
}
.ratings > span {
	text-transform: capitalize;
	margin-right: 10px;
	color: #5a6069;
	font-size: 13px;
}
.ratings a {
	font-size: 12px;
	color: #adadad;
	line-height: 1;
	margin-left: 10px;
}
.ratings a:hover {
	color: #e51515;
}
.ratings a.review-count {
	margin-right: 10px;
	margin-left: 20px;
}
.ratings .rating-box {
	display: inline-block;
	vertical-align:top;
	margin-top: 2px;
	color: #adadad;
}
.rating-box div[class^='rating']{
	background: url('../image/rating0.png') no-repeat;
	font-size: 0;
	height: 12px;
	width: 72px;
}
.rating-box div.rating1{
	background-image: url('../image/rating1.png');
}
.rating-box div.rating2{
	background-image: url('../image/rating2.png');
}
.rating-box div.rating3{
	background-image: url('../image/rating3.png');
}
.rating-box div.rating4{
	background-image: url('../image/rating4.png');
}
.rating-box div.rating5{
	background-image: url('../image/rating5.png');
}
.price-box p {
	display: inline-block;
	vertical-align:top;
	margin-bottom: 0;
}
.price-box .price-tax {
	display: none;
}
.price-box .price {
	color: #e51515;
	font-size: 14px;
	font-weight: 500;
}
.price-box p.special-price .price{
	color: #e51515;
	font-weight: 500;
}
.price-box p.old-price {
	margin-left: 5px;
}
.price-box p.old-price .price {
	text-decoration: line-through;
	font-weight: 200;
	color: #606161;
}
.rate-special {
	color: #30343c;
	background: #ffcd05;
	line-height: 25px;
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	padding: 0 5px;
	position: relative;
	margin: 16px 6px 0 0;
}
.rate-special:after {
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 4px solid transparent;
	border-left: 4px solid #ffcd05;
	position: absolute;
	right: -8px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.item-inner .caption .price-box {
	margin-top: 16px;
	display: inline-block;
	vertical-align: top;
	padding: 2.5px 0;
}
.price-box {
	font-family: 'Oswald', sans-serif;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.item-inner .caption .price-box label {
	margin:0;
	font-size: 13px;
	display: none;
	color: #363f4d;
}
/* module title*/
.common-home .module-title h2 {
	background: #14151b;
	color: #fff;
}
.common-home .module-title h2:before,.common-home .module-title h2:after  {
	background: #14151b;
}
.module-title {
	text-align: center;
	position: relative;
	margin-top: 100px;
	margin-bottom: 17px;
}
.module-title:before {
	content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 9px;
    width: 50%;
    border-top: 1px solid #363c45;
    border-bottom: 1px solid #363c45;
}
.module-title:after {
	content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 70%;
    background: #363c45;
}

.module-title h2 {
	margin: 0 auto;
	z-index: 2;
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #181b23;
	line-height: 62px;
	padding: 0px 63px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: inset 0 3px 0 0 #363c45, inset 0 -3px 0 0 #363c45;
	-moz-box-shadow: inset 0 3px 0 0 #363c45,inset 0 -3px 0 0 #363c45;
	box-shadow: inset 0 3px 0 0 #363c45, inset 0 -3px 0 0 #363c45;
}
.module-title h2:before,.module-title h2:after  {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	background: #fff;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: -63px;
	margin: auto 0;
	border: 4px solid #363c45;
	-webkit-transform: rotate(45deg) skew(26deg,26deg);
	-moz-transform: rotate(45deg) skew(26deg,26deg);
	-ms-transform: rotate(45deg) skew(26deg,26deg);
	-o-transform: rotate(45deg) skew(26deg,26deg);
	transform: rotate(45deg) skew(26deg,26deg);
}
.module-title h2:after {
	left:auto;
	right: -63px;
}
.module-title h2 span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}
.module-title h2 span:before {
	content: "\f005";
	font-size: 14px;
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module-title h2 span:after {
	content: "\f005";
	font-size: 14px;
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module-description {
	line-height: 24px;
	text-align: center;
	margin-bottom: 7px;
	margin-top: 0;
}
.module-description p {
	margin: 0;
}
/* grid-style */
.tt-product .product-layout.grid-style{
	margin-top: 45px;
}

.grid-style .item-inner  .action-links {
	position: absolute;
	top: 14px;
	left: 10px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.grid-style .item-inner:hover  .action-links {
	left: 18px;
	opacity: 1;
}
/* list-style*/
.list-style {
	border:0;
	padding:0;
	margin-top:0;
}
.list-style .module-title {
}
.list-style .label-pro-new,.list-style .label-pro-sale {
	right:0;
}
.list-style .item {
}
.list-style .item .item-inner:before {
	display: none;
}
.list-style .item .item-inner {
	margin:0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.list-style .item .item-inner .images-container {
  float: left;
  width: 31.5%;
  padding: 0;
}
.list-style .item .item-inner .caption {
  text-align: left;
  padding-left: 15px;
  padding-right: 0;
  overflow: hidden;
  padding-top: 11px;
}
.list-style .product-name {
}
.list-style .item-inner .price-box {
	margin-top: 15px; 
}
.list-style .item-inner  .action-links {
	margin-top: 58px;
}
.list-style.product-layout {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px dotted #ebebeb;
}
.list-style.product-layout:last-child {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
/* large-product */
.large-product .item-inner .ratings {
	padding: 16px 0;
	margin-top: 5px;
}
.large-product .item-inner .product-name {
	padding: 19px 0;
	margin-top: 2px;
}
.large-product .item-inner  button.btn-cart {
	line-height: 56px;
	margin-top: 31px;
}
/* module-nav2 */
.module-nav2  .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  right: -7px;
  top: -50px;
  margin: 0;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  width: 20px;
  background: transparent;
  border-radius: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div:before {
	font-size: 14px;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div.disabled {
	color: #b2b2b2 !important;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div:hover {
	color: #e51515;
	background: none;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div.owl-prev {
	margin-right: 14px;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div.owl-prev:after {
  content: "";
  height: 13px;
  width: 1px;
  background: #e1e1e1;
  position: absolute;
  right: -7px;
  top: 50%;
  -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module-nav2 .owl-carousel.owl-theme  .owl-dots {
	position: absolute;
	right: -5px;
	top: -60px;
	margin: 0;
}
/* slider-group */
.slider-group {
	margin-top: 20px;
}
/* background-full */
.background-full {
	background: #f6f6f6;
	padding-bottom: 80px; 
}
.background-full2 {
	padding-bottom: 60px;
}
/* product-tabs-category-container-slider */
.tabs-category-slider {
}
.tabs-category-slider .module-title {

}

.tabs-category-slider .tabs-categorys {
	z-index: 1;
	display: block;
	text-align: center;
	margin-top: 34px;
	margin-bottom: 3px;
}
.tabs-category-slider .tabs-categorys li {
	display: inline-block;
	vertical-align: top;
	margin-right: 66px;
	position: relative;
}
.tabs-category-slider .tabs-categorys li:last-child {
	margin-right: 0;
}
.tabs-category-slider .tabs-categorys li:after	 {
	content: "";
	width: 7px;
	height: 7px;
	background: #434449;
	position: absolute;
	right: -39px;
	top: 9px;
	transform: rotate(45deg);
}
.tabs-category-slider .tabs-categorys li:last-child:after {
	display: none;
}
.tabs-category-slider .tabs-categorys li a {
	font-size: 14px;
	color: #838896;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 200;
	cursor: pointer;
	display: block;
}
.tabs-category-slider .tabs-categorys li:last-child {
	margin:0;
}
.tabs-category-slider .tabs-categorys li a:hover,.tabs-category-slider .tabs-categorys li.active a {
	color: #ffffff;
}
/* product-tabs-container-slider */
.product-tabs-container-slider .module-title h2 {
	display: none;
}
.product-tabs-container-slider .tabs {
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 17px;
}
.product-tabs-container-slider .tabs li {
	font-size: 14px;
	color: #bbbbbb;
	line-height: 26px;
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin-right: 35px;
}
.product-tabs-container-slider .tabs li:last-child {
	margin:0;
}
.product-tabs-container-slider .tabs li:hover,.product-tabs-container-slider .tabs li.active {
	color: #333333;
}
.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .images-container {
	float: left;
	width: 45%;
}
.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .caption {
	overflow: hidden;
}
.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .quick-view,.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .action-links {
	display: none;
}
.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .caption .price-box {
	opacity: 1;
	visibility: visible;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}
/* featured-categories-container */
.featured-categories-container {
	margin-bottom: 80px; 
}
.featured-categories-container .owl-item.active {
	border-right: 1px solid #ebebeb; 
}
.featured-categories-container .owl-item.active.last {
	border:none;
}
.fcategory-content .image {
	display:block;
	border-radius: 1px;
	overflow: hidden;
}
.owl-featured-categories {
	border: 1px solid #ebebeb;
	background: #fff; 
}
.fcategory-content {
	padding:20px; 
}
.fcategory-content .image img {
	-webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.fcategory-content .image:hover img {
	-moz-transform: scale3d(1.03, 1.03, 1.03);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -o-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
.featured-categories-container .content-thumb .name {
	margin-top: 17px;
	margin-bottom: 16px;
}
.featured-categories-container .content-thumb .name a {
	font-size: 14px;
	color: #e51515;
	display: block;
	font-weight: 500;
}
.featured-categories-container .content-thumb .name a:hover {
	color: #e51515;
}
.sub-featured-categories li a {
	display: block;
	font-size: 13px;
	color: #7a7a7a;
	line-height: 24px;
}
.sub-featured-categories li a:hover {
	color: #e51515;
	padding-left: 7px;
}
.featured-categories-container .view-more {
	line-height: 29px;
	padding: 0 20px;
	color: #949494;
	text-transform: capitalize;
	background: #f1f1f1;
	border-radius: 3px;
	display:inline-block;
	vertical-align: top;
	margin-top: 21px;
}
.featured-categories-container .view-more:hover {
	background: #e51515;
	color: #fff;
}
/* CountDown */
.occountdown_module  {
}
.item-inner .caption .available {
	display: none;
}
.occountdown_module .item-inner .caption .available {
	font-size: 13px;
	color: #363f4d;
	margin-bottom: 0;
	margin-top: 20px;
	text-transform: capitalize; 
	display: block;
}
.occountdown_module .item-inner .caption .available span {
	color: #e51515;
	margin-left: 3px;
}
.occountdown_module .product-des {
	font-size: 13px;
	color: #7a7a7a;
	line-height: 24px;
	margin-top: 18px;
	display: block;
	margin-bottom: 25px;
}
.text-hurryup {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #a8a8a8;
	margin-bottom: 0;
	margin-right: 20px;
}
.text-hurryup strong {
	display: block;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 18px;
	color: #3d3d3d;
}
.is-countdown {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}
.countdown-row {
	display: block;
	margin: 0 -3.5px;
	overflow: hidden;
}
.countdown-section {
	width: 25%;
	float: left;
	padding: 0 3.5px;
}
.countdown-section .time-info {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 11px 0;
	border-radius: 3px;
}
.countdown-section:last-child {
	border: 0;
}
.countdown-amount {
	font-size: 16px;
	line-height: 1;
	color: #2c2c37;
	position: relative;
	display: block;
	font-weight: 700;
	font-family: 'Karla', sans-serif;
}
.countdown-period {
	display: block;
	font-size: 12px;
	color: #c8c8c8;
}
/* oc-featured-products */
.oc-featured-products {
	margin-bottom: 80px;
}
/* testimonial */
.testimonial-container {
	background: url(../image/bkg_testtimor.jpg) center;
	padding: 130px 0 143px 0;
	margin-top: 100px;
}
.testimonial-container .module-title {
	display: none;
}
.testimonial-images {
	display: block;
	text-align: center;
	padding: 30px;
	margin-bottom: 6px;
}
.testimonial-images img {
	-webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
	box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
	display: inline-block;
	vertical-align: top;
	border-radius: 100%;
	margin: auto;
}
.testimonial-box{
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	max-width: 920px;
	margin: auto;
	padding: 0 80px;
	letter-spacing: 0.25px;
	position: relative;
}
.testimonial-box:before,.testimonial-box:after {
	content:"";
	width: 51px;
	height: 41px;
	background: url(../image/icon1.png);
	position: absolute;
	left: 0;
	top: 0;
}
.testimonial-box:after {
	background: url(../image/icon2.png);
	left: auto;
	right: 0;
}
.testimonial-box a {
	color: #90939c;
}
.testimonial-author {
	text-transform: uppercase;
	color: #fff;
	font-weight: 200;
	text-align: center;
	margin-top: 40px;
}
.testimonial-container .owl-carousel.owl-theme  .owl-dot {
	margin: 0 75px;
}
.testimonial-container .owl-carousel.owl-theme  .owl-dot:before {
	content: '';
	display: block;
	width: 123px;
	height: 1px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -137px;
}
.testimonial-container .owl-carousel.owl-theme  .owl-dot:last-child:after {
	content: '';
	display: block;
	width: 123px;
	height: 1px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: -137px;
}
.testimonial-container .owl-carousel.owl-theme  .owl-dots {
	margin-top: 55px;
}
.testimonial-container .owl-carousel.owl-theme  .owl-dot:before {
	
}
.row-testimonials {
	padding: 20px;
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
	text-align: center;
}
/* corporate */
.corporate-full {
	background: #181b23;
}
.ma-corporate-about {
  text-align: left;
  margin-top: 70px;
  margin-bottom: 100px;
}
.ma-corporate-about .col {
	margin-top: 30px;
}

.ma-corporate-about .block-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 26px 30px;
  border: 1px solid #21252c;
  border-radius: 10px;
  position: relative;
}
.ma-corporate-about .block-wrapper:after {
	content: "\e615";
	font-family: 'Stroke-Gap-Icons';
	font-size: 36px;
	color: #e51515;
	background: #181b23;
	position: absolute;
	right: -20px;
	line-height: 66px;
	width: 40px;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ma-corporate-about .block-wrapper.wrapper2:after {
	content:"\e653";
}
.ma-corporate-about .block-wrapper.wrapper3:after {
	content: "\e67f";
}

.ma-corporate-about .block-wrapper .text-des {
  text-align: left;
  display: block;
}
.ma-corporate-about .block-wrapper .text-des h3 {
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  display: block;
  margin-bottom: 7px;
}
.ma-corporate-about .block-wrapper .text-des p {
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin: 0;
}
/* End Corporate */
/* instagram_block_home */
#instagram_block_home {
	margin-top: 100px;
	margin-bottom: 100px;
	position: relative;
}
#instagram_block_home a:hover img {
	opacity: 0.8;
}
#instagram_block_home .title_block {
	z-index: 2;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#instagram_block_home .title_block h3 {
	line-height: 35px;
	color: #fff;
	font-size: 12px;
	background: #23232c;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	margin: 0;
}
#instagram_block_home .title_block h3:before {
	content:"\f350";
	font-family: "Ionicons";
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
}
/* blog */
.menu-recent {
	
}
.menu-recent .articles-container {
	margin-top: 52px;
}
.menu-recent img {
    width: 100%;
}
.menu-recent .articles-inner {
	border-right: 0 !important;
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 15px;
}
.menu-recent .row_items .articles-inner:not(:first-child) {
	margin-top: 30px;
}
.menu-recent .articles-image {
	position: relative;
	float: left;
	width: 47.37%;
}
.menu-recent .articles-image a:hover img {
	opacity: 0.8;
}
.menu-recent .aritcles-content {
	padding-left: 30px;
	float: left;
	width: 52.63%;
	padding-top: 35px;
}
.menu-recent .articles-image a {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	max-width: 100%;
	width: 100%;
	position: relative;
	border-radius: 3px;
}

.articles-name {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	margin-bottom: 13px;
	margin-top: 10px;
	color: #838896;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'Oswald', sans-serif;
}
.articles-date {
	font-size: 14px;
	text-transform: uppercase;
	font-weight:500;
	color: #e51515;
	font-family: 'Oswald', sans-serif;
}
.articles-date span {
	font-size: 36px;
}
.articles-intro p {
	line-height: 24px;
	padding: 16px 0;
	font-weight: 400;
	margin: 0;
	border-top: 1px solid #1e2229;
}
.menu-recent .author {
	text-transform: capitalize;
	display: block;
	margin-bottom: 19px;
	letter-spacing: 0.25px;
}
.menu-recent .author:before {
	content: "\f044";
	font-family: 'FontAwesome';
}
.menu-recent .author span {
	color: #e51515;
}
.menu-recent .read-more {
	color: #838896;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	margin-top: 11px;
	line-height: 46px;
	padding: 0 55px;
	background: #21252c;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	font-family: 'Oswald', sans-serif;
}
.menu-recent .read-more:hover {
	background: #e51515;
	color: #fff;
	-webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
	box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
}
.blog-blog .intro-content img,.blog-article .article-description img {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
.blog-blog .article-list,.blog-article .article-container{
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}
.article-description p,.intro-content p {
	line-height: 24px;
}
/* brand */
.brand-slider img {
	display:inline-block;
	vertical-align:top;
}
.brand-slider img:hover {
	opacity: 0.7;
}
.brand-slider {
	padding: 80px 0;
	text-align: center;
}
/* Social */
.follow {
  display: block;
  margin-top: 32px;
}
.follow label {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	margin-bottom: 8px;
}
ul.link-follow {
  display: inline-block;
  vertical-align: top;
  margin-left: 60px;
  float: left;
}
ul.link-follow li {
  float: left;
  margin-right: 10px;
  margin: 5px 0;
}
ul.link-follow li:last-child {
  margin-right: 0;
}
ul.link-follow li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #838896;
  font-size: 0;
  line-height: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
ul.link-follow li a:before {
  font-size: 14px;
}
ul.link-follow li a span {
  display: none;
}
ul.link-follow li a:hover {
  color: #e51515;
}
/* footer */
.common-home footer {
	margin-top: 0;
}
footer{
	background: url(../image/bkg_footer.jpg) center;
	border-top: 2px solid #e51515;
	margin-top: 100px;
}
.footer-top {
	padding: 100px 0 30px 0;
}
footer .col-footer{
	margin-bottom: 30px;
	border-right: 1px solid #21252c;
}
footer .col-footer:last-child { 
	border: 0;
}
.footer-title h3{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	margin-top: 7px;
}
.col1 .footer-title {
	display: none;
}
.footer-content {
	line-height: 24px;
	font-weight: 400;
}
.footer-content .logo-footer {
	display: block;
	margin-bottom: 34px;
}
.footer-content .des {
	margin-bottom:0;
	letter-spacing: 0.25px;
}
.footer-contact {
	color: #fff;
	line-height: 23px;
	letter-spacing: 0.25px;
	margin-top: 40px;
}
.footer-contact li:before {
	content: "\e6ab";
	font-family: 'Stroke-Gap-Icons';
	font-size: 16px;
	color: #e51515;
	margin-right: 12px;
}
.footer-contact li.phone:before {
	content: "\e640";
}
.footer-contact li.email:before {
	content: "\e6b7";
}
.footer-tags a {
	line-height: 32px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	background: #2e2e2e;
	color: #545454;
	border-radius: 3px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.footer-tags a:hover {
	color: #fff;
}
.footer-contact li {
	padding: 3px 0;
}
.footer-contact li span {
	min-width: 53px;
	margin-right: 13px;
	display: inline-block;
	vertical-align: top;
}
.footer-payment {
	display:block;
	margin-top: 8px;
	float: right;
}
.footer-payment label {
	color: #363f4d;
	margin-bottom: 10px;
	display: block;
	font-size: 13px;
	font-style: italic;
}
footer .list-unstyled.text-content li a:hover{
	color: #e51515;
	padding-left: 7px;
}
footer .list-unstyled.text-content li a{color: #5a6069;display: block;font-weight: 400;padding: 6px 0;}
.footer-middle {
	background:#232f3e;
}
.footer-middle .container-inner {
	padding: 40px 0;
	border-top: 1px solid rgba(255,255,255,0.05);
}
.tag-static{
}
.tag-static li a:first-child{
	padding: 0 15px;
	font-weight: 400;
	color: #fff;
	background:#37475a;
	border-radius: 2px;
	margin-right: 8px;
}
.tag-static li a:first-child:after,.tag-static li a:last-child:after {
	display:none;
}
.tag-static li a {
	line-height: 32px;
	text-transform: capitalize;
	color: #5b697b;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.tag-static li a:after {
	content:"/";
	display: inline-block;
	vertical-align: top;
	margin:0 9px;
	color: #5b697b;
}
.tag-static li a:hover {
	color: #fff;
}
.tag-static li {
	display: block;
	margin-bottom: 8px;
}
.tag-static li:last-child {
	margin-bottom:0;
}
.footer-bottom {
	
}
.footer-bottom .container-inner {
	padding: 51px 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border-top: 1px solid rgba(235,235,235,0.05);
	text-align: center;
}
.footer-bottom .footer-copyright {
	float: left;
	color: #838896;
	font-size: 13px;
	background: none;
	text-transform: capitalize;
	font-weight: 400;
	text-align: left;
	padding: 13px 0;
}
.footer-bottom .footer-copyright a {
	color: #e51515;
}
.footer-bottom .footer-copyright a:hover {
	text-decoration: underline;
}
#back-top:hover{
	opacity: 0.8;
}
#back-top{
	position: fixed;
	bottom: 210px;
	right: 8%;
	text-align: center;
	cursor: pointer;
	line-height: 56px;
	height: 56px;
	font-size: 16px;
	width: 56px;
	padding: 0;
	font-weight: 500;
	text-align: center;
	background: #e51515;
	color: #fff;
	-webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
	box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
	border-radius: 100%;
	z-index: 999;
}
#back-top i{font-size: 16px;}
@media(max-width: 1400px){
	#back-top{
		bottom: 110px;
		right: 3%;
	}
}
@media(max-width: 1024px){
	#back-top{
		right: 30px;
		bottom: 65px;
		line-height: 46px;
		height: 46px;
		width: 46px;
	}
}

/* breadcrumb */
.common-home .breadcrumbs {
	display: none;
}
.breadcrumbs {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.breadcrumbs h1 {
	color: #fbfbfb;
	font-weight: 500;
	font-size: 48px;
	margin-bottom: 2px;
	margin-top: 0;
	text-transform: uppercase;
}
.breadcrumb{
	margin: 0;
	background: none;
	padding: 13px 0;
	text-transform: capitalize;
}
.breadcrumb li:before {
	margin: 0 5px;
}
.breadcrumb li a:hover{
	color: #e51515;
}
.breadcrumb li a{
	color: #fbfbfb;
	font-size: 16px;
}
.breadcrumb li:last-child a {
	color: #bf9000;
}
/* */

/* toolbar */
.category-image {
	margin-top: 30px;
}
.category-image img {
	border: none;
}
.text-refine {
	margin-top: 0;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.list-cate li {
	padding: 5px 0;
	font-size: 14px
}
#compare-total {
	line-height: 28px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	font-size: 14px;
}
.toolbar-products {
	padding: 6px 21px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
	border: 2px solid #ebebeb;
	border-radius: 4px;
}
.toolbar-products.toolbar-bottom {
	margin-bottom:0;
	margin-top: 10px;
}
.toolbar-products .modes {
	display:inline-block;
	vertical-align: top;
	padding: 13px 0;
}
.toolbar-products .toolbar-amount {
	line-height: 35px;
	padding: 0;
	font-size: 12px;
	color: #8d8c8c;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
	font-size: 14px;
}
#grid-view i,#list-view i {
	display: none;
}
.modes button {
	width: 20px;
	height: 18px;
	padding: 0;
	margin-right: 15px;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	border: none;
	border-radius: 0;
	box-shadow: none !important;
}
#grid-view {
	background: url(../image/bkg_grid.png) center no-repeat;
}
#grid-view.selected,#grid-view:hover {
	background: url(../image/bkg_grid_hover.png) center no-repeat;
}
#list-view {
	background: url(../image/bkg_list.png) center no-repeat;
}
#list-view.selected,#list-view:hover {
	background: url(../image/bkg_list_hover.png) center no-repeat;
}
.toolbar-products .sorter {
	margin-left: 45px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.toolbar-products .limiter {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.toolbar-products .sorter label,.toolbar-products .limiter label {
	display:inline-block;
	vertical-align: top;
	line-height: 35px;
	margin: 0;
	color: #3e3e3e;
	font-size: 14px;
	margin-right: 8px;
}
.toolbar-products .sorter select, .toolbar-products .limiter select {
	padding: 0 15px;
	height: 35px;
	font-size: 13px;
	color: #898888;
	border-radius: 25px;
	display: inline-block;
	vertical-align: top;
	width: auto;
	border: 1px solid #e8e8e8;
	box-shadow: none;
}
.toolbar-products .pages {
	display:inline-block;
	vertical-align: top;
	padding: 8.5px 0;
}
.toolbar-products .pages ul {
	margin: 0;
	border-radius:0;
}
.toolbar-products .pages ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.toolbar-products .pages ul li a {
	color: #292929;
	font-size: 13px;
	font-weight: 400;
	padding: 0 4px;
	width: 28px;
	border-radius: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: none;
	background: #e9e9e9;
}
.toolbar-products .pages ul li span {
	color: #fff;
	background: none;
	font-size: 13px;
	border: none;
	padding: 0 4px;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	line-height: 28px;
}
.toolbar-products .pages ul li.active span,.toolbar-products .pages ul li:hover a {
	color: #fff;
	background: #e51515;
	border: none;
}
/* category */
.category-img {
	display: block;
	margin-bottom: 20px;
	border-radius: 3px;
	overflow: hidden;
}
.category-img img {
	border: none;
}
.custom-products {
}
.custom-products .product-grid {
	margin-bottom: 30px;
}
.product-grid .product-des {
	display: none;
}
.product-list {margin-bottom: 30px;padding: 0 15px;}
.product-list .item .item-inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #efefef;
}
.product-list .col-image, .product-list .col-des {padding: 0;}
.product-list .col-des {background: #fff;}
.product-list .images-container {
}
.product-list .caption {padding: 11px 25px 25px 25px;}
.product-list .caption-top {
	padding-top: 10px;
}
.product-list .product-name {
}
.product-list .product-name a {
}
.product-list .item-inner .caption .price-box {
}
.product-list .price-box .price {
}
.product-list .product-des {border: 0;}
.product-list .button.btn-cart{
	width: auto;
	min-width: 230px;
	margin-top: 12px;
	float: left;
	margin-right: 20px;
}
.product-list .action-links {
	display: inline-block;
	vertical-align: top;
}
.product-list .item-inner .action-links button {
	margin-right: 6px;
	float: left;
	margin-top: 12px;
	margin-bottom: 0;
	height: 44px;
	line-height: 44px;
	width: 44px;
	background: #efefef;
}
.product-list .item-inner .action-links button:before {
	font-size: 16px;
}
.product-list .action-links button:last-child {
	margin-right: 0;
}
.product-list .item-inner .action-links button:hover {
	background: #e51515;
	color: #fff;
}
/* product detail */
.thumbnail, .img-thumbnail {
	-webkit-box-shadow:none;
    box-shadow: none;
    padding:0;
    border-radius:0;
    border: 0;
}
.thumbnails {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}
.thumbnails .thumbnail{margin:0;}
.zoomContainer {
    top: 0px !important;
    left: 15px !important;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
}
.zoomContainer .zoomLens {
    width: 100px !important;
    height: 100px !important;
}
.product-quickview .product-info-main .button-cart {
	min-width: auto;
}
.product-quickview .zoomContainer .zoomLens {
	display: none !important;
}
.product-quickview .thumbnails {
	pointer-events: none;
}
.product-quickview .ratings a {
	display: none;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
    border-color: #e51515 !important;
}
.image-additional-container {padding: 0 20px;}
.image-additional-container .thumbnail{
	margin: 0;
	opacity: 0.2;
	border-radius: 7px;
	overflow: hidden;
}
.image-additional-container .thumbnail:hover,.image-additional-container .thumbnail.current-additional {opacity: 1;}
.owl-style3  {
}
.owl-style3  .owl-item {
}
.owl-style3  .owl-carousel.owl-theme .owl-nav div.owl-prev {
	left: -30px !important;
	opacity: 1;
}
.owl-style3  .owl-carousel.owl-theme .owl-nav div.owl-next {
	right: -30px !important;
	opacity: 1;
}
.product-info-main .product-name {
	font-size: 14px;
	font-weight: 500;
	color: #181b23;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #efefef;
}
.product-info-main .ratings{
	padding: 13px 0;
    border-bottom: 1px solid #efefef;
}
.product-info-main .rate-special {
	margin-top: 19px;
}
.product-info-main .price-box {
	margin-top: 19px;
    display: inline-block;
    vertical-align: top;
    padding: 2.5px 0;
}
.product-info-main .price-box .price {
}
.product-info-main .short-des {
	line-height: 24px;
	margin-top: 15px;
	padding-bottom: 17px;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    height: 21px;
    box-shadow: none;
    font-weight: 400;
    text-align: center;
    width: 20px;
    font-size: 12px;
    border-radius: 0;
    border: none;
    padding: 0;
    color: #a6a6a6;
}
#minus,#minus2 {
	position: absolute;
	top: 0px;
	right: 14px;
	border-bottom: 1px solid #ebebeb;
	height: 19px;
}
#plus,#plus2 {
	position: absolute;
	bottom: 0;
	right: 14px;
}
#input-quantity2,
#input-quantity {
    width: 50px;
    min-width: auto;
    height: 40px;
    line-height: 50px;
    /*color: #292929;*/
    color: #ffffff;
    font-size: 14px;
}
.product-info-main .form-group {
	display:inline-block;
	vertical-align: top;
	width: 100%;
}
label[for='input-quantity']{
	float: left;
	line-height: 32px;
	padding: 5px 0;
	margin-right: 30px;
	margin-bottom: 0;
	color: #363636;
}
.product-info-main .button-cart{
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	padding: 0 40px;
	line-height: 42px;
	background: #efefef;
	color: #6c6f7a;
}
.product-info-main .button-cart:before {
	content: "";
    margin-right: 8px;
    margin-top: -3px;
    width: 16px;
    height: 16px;
    background: url(../image/icon-btn-cart.png) center no-repeat;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-info-main .button-cart:hover {
	background: #e51515;
	color: #fff;
}
.product-info-main .button-cart:hover:before {
	background: url(../image/icon-btn-cart-hover.png) center no-repeat;
}
.product-info-main button.btn-wishlist,.product-info-main button.btn-compare {
	line-height: 42px;
	height: 42px;
	float: left;
	width: 42px;
	margin-top: 15px;
	background:#efefef;
}
.product-info-main button.btn-wishlist:before,.product-info-main button.btn-compare:before {
	font-size: 16px;
}
.product-info-main button.btn-wishlist {
	margin-right: 8px;
}
.product-info-main button.btn-wishlist:hover,.product-info-main button.btn-compare:hover {
	background: #e51515;
	color: #fff;
}
#product2.has-option,
#product.has-option{
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 20px;
}
#product + div{
	margin: 20px 0;
}
.quantity-box {
	float: left;
	position: relative;
	padding-right: 25px;
	border: 1px solid #ebebeb;
	border-radius: 25px;
	padding: 0 15px;
	padding-right: 40px;
}
.product-info-main label[for='input-quantity'], .product-info-main .quantity-box {
	margin-top: 15px;
	margin-right: 20px;
}
.product-info-main .box-options {
	padding: 18px 0;
}
.product-info-main ul.list-unstyled {
}
.product-info-main ul.list-unstyled li {
	display: block;
	line-height: 24px;
}
.product-info-main ul.list-unstyled li span,.product-info-main ul.list-unstyled li a {
	color: #e51515;
	margin-left: 5px;
}
.product-info-main ul.list-unstyled li a:hover {
	text-decoration: underline;
}
.product-info-detailed {
	margin-top: 60px;
}
.product-info-detailed .nav-tabs {
	margin-bottom: 0;
	border-top: 1px solid #ebebeb;
	padding-top: 48px;
	border-bottom: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.product-info-detailed .nav-tabs li {
	margin-bottom: 0;
	position: relative;
	margin-right: 50px;
}
.product-info-detailed .nav-tabs li:last-child {
	margin-right:0;
}
.product-info-detailed .nav-tabs li a {
	font-size: 14px;
	color: #292929 !important;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0;
	border: none !important;
	padding: 8px 0;
	margin: 0;
	background: none;
	font-family: 'Oswald', sans-serif;
}

.product-info-detailed .nav-tabs li.active a,.product-info-detailed .nav-tabs li a:hover {
	color: #e51515 !important;
	border-radius: 0;
}
.product-info-detailed .nav-tabs li.active a:before {
	opacity: 1;
}
.product-info-detailed .tab-content {
	line-height: 30px;
	padding-top: 30px;
}
#tab-description p {
	margin:0;
}
.bootstrap-datetimepicker-widget a[data-action]{
	padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover{
	background: none !important;
}
.bootstrap-datetimepicker-widget td span{
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}
.alert.alert-success{
	text-align: center;
	font-size: 14px;
	margin: 0;
}
.account-login .well{
	background: none;
	box-shadow: none;
}
#map-canvas{
	min-height: 400px;
	margin: 20px 0;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
	height: auto;
}
#content{
	min-height: 300px;
}
.btn-quickview span{
}
.btn-quickview i {
	display: none;
}
#cart .dropdown-menu {
    margin: 0;
    padding: 10px 30px 0 30px !important;
    width: 350px;
    right: -15px;
    left: auto;
    list-style: none none;
    border: 0;
    background: #fff;
    margin-top: 11px;
    box-sizing: border-box;
    top: 100%;
}
#cart .dropdown-menu:after,#cart .dropdown-menu:before,
.box-setting .dropdown-menu:after,.box-setting .dropdown-menu:before {
	border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
#cart .dropdown-menu:before,
.box-setting .dropdown-menu:before {
	border: 7px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 99;
	right: 26px;
	top: -12px;
	opacity: 0;
}
.box-setting .dropdown-menu:before {
	right: 13px;
}
#cart .dropdown-menu:after,
.box-setting .dropdown-menu:after {
	border: 8px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 98;
	right: 25px;
	top: -15px;
}
.box-setting .dropdown-menu:after {
	right: 12px;
}
#cart .total-price {
 	font-size: 14px;
 	font-weight: 500;
 	margin-left: 17px;
 	padding: 12px 0;
 	display: inline-block;
 	vertical-align: top;
 }
#cart .cart-close {
	position: absolute;
	top: 20px;
	right: 0;
	font-weight: 400;
}
#cart .cart-empty{
	padding-bottom: 25px;
	padding-top: 15px;
	margin: 0;
}

#cart .dropdown-menu > li:first-child .table > tbody > tr > td{
	border: 0;
}
#cart .dropdown-menu > li:last-child .table > tbody > tr > td.text-left {
	color: #3e3d43;
	font-weight: 500;
	font-size: 12px;
	padding: 5px 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
#cart .dropdown-menu > li:last-child .table > tbody > tr > td.text-right {
	color: #292929;
	font-size: 14px;
	padding: 5px 0;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
#cart .dropdown-menu > li:last-child .table > tbody > tr:last-child > td.text-right {
	font-size: 18px;
	font-weight: 700;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	display: block;
}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
}
#cart .cart-close button{
	background: none;
	color: #bababa;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 18px;
}
#cart .cart-close button:hover {
	color: #e51515;
}
#cart .cart-quantity{
	color: #969696;
	line-height: 20px;
	display: block;
	padding: 5px 0;
	font-size: 13px;
}
#cart .cart-price {
	font-size: 14px;
	color: #e51515;
	padding-top: 2px;
	display: block;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
#cart .cart-name {
	color: #363f4d;
	font-size: 14px;
	line-height: 18px;
	display: block;
}
#cart .cart-name:hover {
	color: #e51515;
}
#cart .cart-button{
	padding: 30px 0;
	margin: 0 -30px;
	background: #22232b;
}
#cart p.cart-button a:last-child{
}
#cart p.cart-button a{
	border: none;
	background: #fff;
	color: #3e3d43;
	line-height: 44px;
	text-align: center;
	padding: 0 35px;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 30px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	margin: 7px;
	font-family: 'Oswald', sans-serif;
}
#cart p.cart-button a strong {
	font-weight: 400;
}
#cart p.cart-button a:hover{
	background: #e51515;
    color: #fff;
    -webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
    box-shadow: 0 0 20px 5px rgba(229,21,21,0.3)
}
#cart p.cart-button a:hover i{
	color: #fff;
}
#cart p.cart-button a i{
	padding-left: 5px;
	font-size: 10px;
	display: none;
}
#cart .dropdown-menu .info-item{
	padding-left: 10px;
}
#cart .dropdown-menu .has-scroll{
	max-height: 282px;
	overflow: auto;
	padding: 0 30px;
	margin: 0 -30px;
}
/*
 *  STYLE 6
 */
#cart .dropdown-menu .has-scroll::-webkit-scrollbar-track
{
	background-color: #fff;
}
#cart .dropdown-menu .has-scroll::-webkit-scrollbar
{
	width: 5px;
	background-color: #fff;
}
#cart .dropdown-menu .has-scroll::-webkit-scrollbar-thumb
{
	background-color: #ccc;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
#cart .dropdown-menu tr td strong{
	color: #232323;
	font-weight: 500;
	float: left;
	padding: 2px 0;
	font-size: 12px;
	text-transform: uppercase;
}
.fluid-width >.container {
	width: auto;
	padding: 0 75px;
	max-width: 1920px;
	margin: auto;
}
@media(max-width: 1599px){
	.header-top {
		min-height: 400px;
	}
	.fluid-width >.container {
		padding: 0 30px;
	}
	.common-home #logo{
		padding: 40px 0;
	}
}
/* responsive */
@media(max-width: 1349px){
	.owl-carousel.owl-theme .owl-nav div.owl-prev {
	  left: 0;
	}
	.owl-carousel.owl-theme .owl-nav div.owl-next {
	  right: 0;
	}
}
@media(max-width: 1199px){
	.menu-recent .aritcles-content {
		padding-top: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.static-top-aero1 .text .text1 {
		font-size: 13px;	
	}
	.static-top-aero1 .text .text2 {
		font-size: 18px;
	}
	.static-top-aero1 .text .text3 {
		font-size: 12px;
		margin-top: 15px;
	}
	.static-bottom-aero1 .text .text1 {
		font-size: 14px;
	}
	.static-bottom-aero1 .text .text2 {
		font-size: 24px;
		margin-top: 0;
	}
	.static-bottom-aero1 .text .text3 {
		font-size: 13px;
		margin-top: 10px;
		line-height: 20px
	}
	.static-bottom-aero1 .text .link {
		font-size: 12px;
		line-height: 36px;
		padding: 0 20px;
		padding-right: 45px;
		border-radius: 25px;
		margin-top: 32px;
	}
	.static-bottom-aero1 .text .link:after {
		font-size: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}
@media(max-width: 991px){
	.col-order {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.col-order #content {
	    -ms-flex-order: 1;
	    -webkit-order: 1;
	    order: 1;
	    float: none;
	}
	.col-order #column-left {
		-ms-flex-order: 2;
	    -webkit-order: 2;
	    order: 2;
	    float: none;
	}
	#column-left,#column-right {
		margin-top: 30px;
	}
	.common-home .header-inner {
		position: relative;
		background: #22232b;
	}
	.common-home .header-inner:after {
		opacity: 1;
	}
	.common-home #search input {
		background: #22232b;
	}
	.common-home #logo {
		padding: 28px 0;
	}
	.static-welcome {
		margin-top: 44px;
	}
	.static-welcome .title {
		margin-bottom: 60px;
	}
	header {
		margin-bottom: 60px;
	}
	header .box-left {
		right: auto;
	}
	.logo-container {
		padding-left: 45px;
		position: static;
	}
	.module-title {
		margin-top: 60px;
	}
	.static-top-aero1 {
		margin-top: 30px;
	}
	.module-title:before {
		width: 80%;
	}
	.module-title:after {
		width: 100%;
	}
	.newletter-subscribe-container {
		margin-top: 45px;
		padding-top: 60px;
	}
	.ma-corporate-about {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.testimonial-container {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 73px;
	}
	footer {
		margin-top: 60px;
	}
	footer .col4 {
		clear: left;
	}
	.footer-top {
		padding: 53px 0 15px 0;
	}
	ul.link-follow {
		margin: 0;
		float: none;
	}
	.footer-bottom .footer-copyright,.footer-payment{
		float: none;
		display: block;
		text-align: center;
		max-width: none;
		line-height: 1.2;
	}
	.newletter-popup,
	.b-modal{
		display: none !important;
	}
	.zoomContainer,
	.vermagemenu-container,
	#search-by-category .search-container .categories-container
	{
		display: none !important;
	}
}

@media(min-width: 768px) {
	.toolbar-products .modes {
		float: left;
		margin-right: 20px;
	}
	.toolbar-products .sorter,.toolbar-products .limiter ,.toolbar-products .pages {
		float: right;
	}
	.toolbar-products .toolbar-amount {
		float: left;
	}
	
}
@media(max-width: 767px){
	.link-compare {
		text-align: center;
	}
	.fluid-width >.container {
		padding: 0 15px;
	}
	.product-info-main {
		margin-top: 30px
	}
	.module-title {
		padding-right: 0 !important;
	}
	.static-bottom-aero1 .col{
		width: 100%;
		float: none;
	}
	#subscribe_email,#subscribe {
		width: 100%;
	}
	.ma-corporate-about {
		text-align: center;
	}
	.testimonial-container .owl-carousel.owl-theme  .owl-dot {
		margin: 0 10px;
	}
	.testimonial-container .owl-carousel.owl-theme  .owl-dot:before,
	.testimonial-container .owl-carousel.owl-theme  .owl-dot:after {
		display: none !important;
	}
}
@media(max-width: 640px){ 
	
}
@media(max-width: 567px){ 
	.product-info-detailed .nav-tabs li {
		float: none;
		display: block;
		margin-right: 0;
	}
	
	.static-bottom-aero1 .text .text1 {
		font-size: 14px;
	}
	.static-bottom-aero1 .text .text2 {
		font-size: 24px;
		margin-top: 0;
	}
	.static-bottom-aero1 .text .text3 {
		font-size: 13px;
		margin-top: 10px;
		line-height: 20px
	}
	.static-bottom-aero1 .text .link {
		font-size: 12px;
		line-height: 36px;
		padding: 0 20px;
		padding-right: 45px;
		border-radius: 25px;
		margin-top: 32px;
	}
	.static-bottom-aero1 .text .link:after {
		font-size: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}
@media(min-width: 481px){
	.product-list .item .item-inner {
		display: table;
	}
	.product-list .col-image, .product-list .col-des {
		display: table-cell;
	    vertical-align: middle;
	    float: none;
	    overflow: hidden;
	}
}
@media(max-width: 479px){
	.ma-corporate-about .block-wrapper:after {
		right: -15px;
	}
	.toolbar-products .sorter,.toolbar-products .limiter {
		display: block;
		margin: 0;
	}
	.logo-container {
		max-width: 50%;
	}
	.header-inner {
		padding: 0 15px;
	}
	header .box-setting {
		margin: 0;
	}
	
	#search .search-content {
		top: 100%;
		right: -75px;
		margin-top: 15px;
	}
	#cart {
		margin: 0 5px;
	}
	#cart .dropdown-menu {
		width: 250px;
		right: -30px;
	}
	#cart .dropdown-menu::before {
		right: 41px;
	}
	#cart .dropdown-menu::after {
		right: 40px;
	}
	header .box-setting .dropdown-menu {
		right: -60px;
	}
	.box-setting .dropdown-menu:before {
		right: 75px;
	}
	.box-setting .dropdown-menu:after {
		right: 74px;
	}
	.product-info-main .button-cart {
		min-width: auto;
	}
	.menu-recent .articles-image {
		width: 100%;
		float: none;
	}
	.menu-recent .aritcles-content {
		padding-left: 0;
		float: none;
		width: 100%;
	}
	.static-welcome .title h2 {
		font-size: 90px;
	}
	.static-welcome .content .image {
		float: none;
		width: 100%;
		padding: 0;
	}
	.static-welcome .content .text {
		padding: 0 15px;
	}
	.module-title {
		margin-top: 40px;
	}
	.module-title h2 {
		padding: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	.module-title h2:before,.module-title h2:after,
	.module-title:before,.module-title:after {
		display:none;
	}
	.testimonial-box {
		padding: 0 50px;
	}
	.static-bottom-aero1 .text .text1 {
		font-size: 12px;
	}
	.static-bottom-aero1 .text .text2 {
		font-size: 18px;
		margin-top: 0;
		letter-spacing: 2px;
	}
	.static-bottom-aero1 .text .text3 {
		font-size: 12px;
		margin-top: 5px;
		line-height:18px
	}
	.static-bottom-aero1 .text .link {
		font-size: 10px;
		line-height: 36px;
		padding: 0 20px;
		padding-right: 45px;
		border-radius: 25px;
		margin-top: 15px;
	}
	.static-bottom-aero1 .text .link:after {
		font-size: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.breadcrumbs h1 {
		font-size: 35px;
	}
}
/*Fix products-grid */
@media (min-width: 1200px){
	.custom-products .product-grid.three-items:nth-child(3n+1),
	.custom-products .product-grid.four-items:nth-child(4n+1),
	.custom-products .product-grid.two-items:nth-child(2n+1)
	{  clear: left;} 
}
@media (max-width: 1199px) and (min-width: 992px){
	.custom-products .product-grid.three-items:nth-child(3n+1), 
	.custom-products .product-grid.four-items:nth-child(4n+1),
	.custom-products .product-grid.two-items:nth-child(2n+1)
	{clear: left;}
}
@media (max-width: 991px) and (min-width: 481px){
	.custom-products .product-grid:nth-child(2n+1) {clear: left;}
}
@media (max-width: 480px) and (min-width: 0px){
	.custom-products .product-grid:nth-child(1n+1) {clear: left;}
	.custom-products .product-grid{width: 100%;}  
}
/*Fix products-no-slider */
.two_items,.three_items,.four_items,.six_items {
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.six_items:nth-child(6n+1),
	.four_items:nth-child(4n+1),
	.three_items:nth-child(3n+1),
	.two_items:nth-child(2n+1)
	{  clear: left;} 
} 


/* ino add on*/

/* Tiles */
.tile {
    margin-bottom: 15px;
    border-radius: 3px;
    color: #999999;
    transition: all 1s;
}
.tile-primary {
    background-color: #1b80c2;
}
.tile-success {
    background-color: #53b953;
}
.tile-warning {
    background-color: #f3aa41;
}
.tile-danger {
    background-color: #e45847;
}
.tile:hover {
    opacity: 0.95;
}
.tile a {
    color: #999999;
}
.tile-heading {
    padding: 5px 8px;
    text-transform: uppercase;
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
    background-color: rgba(255,255,255,0.1);
}
.tile .tile-heading .pull-right {
    transition: all 1s;
    opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
    opacity: 1;
}
.tile-body {
    padding: 15px;
    color: #FFFFFF;
    line-height: 48px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
.tile .tile-body i {
    font-size: 50px;
    opacity: 0.3;
    transition: all 1s;
}
.tile:hover .tile-body i {
    color: #999999;
    opacity: 1;
}
.tile .tile-body h2 {
    font-size: 42px;
}
.tile-footer {
    padding: 5px 8px;
    background-color: rgba(0,0,0,0.1);
}
