@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
.header.main {
  background: transparent;
}
.headerTitel {
    font-size: 20px !important;
    line-height: 1.25;
}
.headingborder {
    border-bottom: 1px solid #000000;
    padding: 16px;
    background-image: linear-gradient(13deg, #1dcc70 44%, #0daac3) !important;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 1000;
  height: 108px;
  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: 31%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 4px;
  letter-spacing: 0.6px;
}

.inner-page .header {
  background-color: #141A31;
}

#main-nav .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#main-nav .menu li {
  position: relative;
  margin-right: 23px;
}
#main-nav .menu li a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: block;
  color: #fff;
  padding-right: 27px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#main-nav .menu li a:hover {
  color: #69bf35;
}
#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: 18px;
  color: #fff;
}
#main-nav .menu li.menu-item-has-children > a:hover::after, #main-nav .menu li.menu-item-has-children > a:hover {
  color: #69bf35;
}
#main-nav .menu li.menu-item.current-menu-item > a {
  color: #69bf35;
}
#main-nav .menu li.menu-item.current-menu-item > a::after {
  color: #69bf35;
}

#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: #69bf35;
}

/* 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-color: #141A31;
  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;
}

.page-title .wrap-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-title .wrap-btn .tf-button,
.page-title .wrap-btn .tf-button-st2 {
  height: 64px;
  line-height: 64px;
  padding: 0 34px;
  text-align: center;
}
.page-title .wrap-btn .tf-button-st2 {
  margin-right: 18px;
  padding: 0px 32px;
  outline: none;
  border: none;
  position: relative;
  overflow: hidden;
}

.page-title .wrap-btn.style2 .tf-button {
  padding: 0px 34px;
}
.page-title .wrap-btn.style2 .tf-button-st2 {
  margin-right: 18px;
}

.tf-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;
  position: relative;
  display: inline-block;
  background: transparent;
  font-family: "Chakra Petch", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 32px;
  height: 48px;
  border: none;
}
.tf-button .boder-fade {
  position: absolute;
  transition: all 0.1s;
  border: 2px solid #69bf35;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.tf-button .effect {
  display: block;
}
.tf-button .effect::before, .tf-button .effect::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.tf-button::before, .tf-button::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.tf-button:hover {
  color: #fff;
}
.tf-button:hover::before, .tf-button:hover::after {
  width: 100%;
}
.tf-button:hover .effect::before, .tf-button:hover .effect::after {
  height: 100%;
}
.tf-button.btn-effect::before {
  left: 50%;
  top: 0;
  transition-duration: 0.3s;
  z-index: 1;
}
.tf-button.btn-effect::after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.3s;
  z-index: 1;
}
.tf-button.btn-effect .effect::before {
  left: 0;
  top: 50%;
  transition-duration: 0.3s;
}
.tf-button.btn-effect .effect::after {
  right: 0;
  top: 50%;
  transition-duration: 0.3s;
}
.tf-button.btn-effect:hover::after, .tf-button.btn-effect:hover::before {
  left: 0;
}
.tf-button.btn-effect:hover .effect::after, .tf-button.btn-effect:hover .effect::before {
  top: 0;
}
.tf-button.st2 {
  height: 64px;
  line-height: 64px;
  padding: 0 33px;
}
.tf-button.st3 {
  height: 66px;
  line-height: 64px;
  padding: 0 33px;
}

.tf-button-st2 {
    -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: relative;
    display: inline-block;
    background-image: linear-gradient(13deg, #1dcc70 44%, #0daac3) !important;
    font-family: "Chakra Petch", sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 32px;
    height: 64px;
    border: none;
}
.tf-button-st2 .boder-fade {
  position: absolute;
  transition: all 0.1s;
  border: 2px solid #69bf35;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.tf-button-st2 .effect {
  display: block;
}
.tf-button-st2 .effect::before, .tf-button-st2 .effect::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.tf-button-st2::before, .tf-button-st2::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.tf-button-st2:hover {
  color: #fff;
  background: transparent;
}
.tf-button-st2:hover::before, .tf-button-st2:hover::after {
  width: 100%;
}
.tf-button-st2:hover .effect::before, .tf-button-st2:hover .effect::after {
  height: 100%;
}
.tf-button-st2.btn-effect::before {
  left: 50%;
  top: 0;
  transition-duration: 0.3s;
  z-index: 1;
}
.tf-button-st2.btn-effect::after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.3s;
  z-index: 1;
}
.tf-button-st2.btn-effect .effect::before {
  left: 0;
  top: 50%;
  transition-duration: 0.3s;
}
.tf-button-st2.btn-effect .effect::after {
  right: 0;
  top: 50%;
  transition-duration: 0.3s;
}
.tf-button-st2.btn-effect:hover::after, .tf-button-st2.btn-effect:hover::before {
  left: 0;
}
.tf-button-st2.btn-effect:hover .effect::after, .tf-button-st2.btn-effect:hover .effect::before {
  top: 0;
}

.swiper-button-next,
.swiper-button-prev {
  -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;
}

.breadcrumbs {
  text-align: center;
}
.breadcrumbs h3 {
  text-transform: uppercase;
}

.tf-title {
  text-align: center;
  margin-bottom: 15px;
}
.tf-title .sub-title {
  line-height: 1.6;
  color: #69bf35;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", monospace;
  margin-bottom: 8px;
  letter-spacing: 0.6px;
}
.tf-title .title {
  text-transform: uppercase;
}
.tf-title.st2 {
  text-align: left;
}

.post {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.post .image {
  position: relative;
  margin-bottom: 32px;
}
.post .image .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 30%;
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  background-color: #69bf35;
  font-weight: 700;
  height: 32px;
  padding: 5px 12px;
  color: #fff;
}
.post .title {
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 9px;
}
.post .meta-post {
  display: flex;
  margin-bottom: 8px;
}
.post .meta-post li {
  margin-right: 10px;
  padding-right: 20px;
  position: relative;
}
.post .meta-post li::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}
.post .meta-post li:last-child::after {
  display: none;
}
.post .meta-post li span {
  margin-right: 11px;
}
.post .meta-post li a {
  color: #fff;
}
.post .meta-post li a:hover {
  color: #69bf35;
}
.post p {
  letter-spacing: 0;
}
.post .read-more {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Chakra Petch", sans-serif;
  color: #fff;
  letter-spacing: 0.6px;
}
.post .read-more:hover {
  color: #69bf35;
}
.post.inner-post {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.post.inner-post .image {
  position: relative;
  margin-bottom: 0;
  min-width: 440px;
}
.post.inner-post .image .tag {
  top: 20px;
  right: 15px;
  left: auto;
}
.post.inner-post .content-post {
  padding-left: 40px;
  padding-right: 15px;
}
.post.inner-post .content-post .meta-post li {
  margin-right: 9px;
  padding-right: 18px;
  font-size: 15px;
  line-height: 1.73;
}
.post.inner-post .content-post .meta-post li span {
  margin-right: 9px;
}
.post.inner-post .content-post .title {
  margin-bottom: 8px;
}
.post.detail .image .tag {
  position: relative;
  left: 0;
  top: 0;
}

.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: "Chakra Petch", sans-serif;
  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: #69bf35;
  border-color: #69bf35;
}

.grid .article {
  width: 73.5%;
}
.grid #sidebar {
  width: 26.5%;
  padding-left: 37px;
}

.details .page-title {
  padding: 108px 0 0 0;
}
.details .page-title img {
  height: 800px;
}
.details .detail .article .post p, .details .detail .article .post li,
.details .detail .article .post-details p,
.details .detail .article .post-details li,
.details .detail .article .content-details p,
.details .detail .article .content-details li {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}
.details .detail .post {
  margin-bottom: 33px;
}
.details .detail .post .image {
  margin-bottom: 21px;
  min-height: 32px;
}
.details .detail .post .image .tag.st2 {
  position: absolute;
  text-transform: capitalize;
  font-weight: 400;
  top: 0;
  left: 0;
  font-family: "IBM Plex Mono", monospace;
}
.details .detail .post .title {
  margin-bottom: 18px;
}
.details .detail .post .meta-post li {
  font-size: 17px;
  line-height: 1.64;
}
.details .post-details {
  margin-bottom: 40px;
}
.details .post-details p {
  margin-bottom: 12px;
}
.details .post-details .image {
  margin-top: 40px;
}
.details .content-details {
  margin-bottom: 32px;
}
.details .content-details h6 {
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.details .content-details p {
  margin-bottom: 20px;
}
.details .content-details p.st2 {
  margin-bottom: 12px;
}
.details .content-details .list {
  margin-bottom: 20px;
}
.details .content-details .list li {
  letter-spacing: 0;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}
.details .content-details .list li svg {
  position: absolute;
  top: 13px;
  left: 0;
}
.details .content-details.mb-41 {
  margin-bottom: 41px;
}

.wrap-widget {
  margin-bottom: 59px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-widget .widget.widget-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wrap-widget .widget.widget-tag ul li {
  margin-right: 9px;
  font-size: 17px;
  line-height: 1.64;
}
.wrap-widget .widget.widget-tag ul li span {
  font-size: 16px;
  line-height: 22px;
  color: #D6D0E8;
  font-weight: 400;
}
.wrap-widget .widget.widget-tag ul li a {
  font-family: "IBM Plex Mono", monospace;
  font-size: 17px;
  line-height: 1.64;
}
.wrap-widget .widget .title-widget {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}
.wrap-widget .widget.widget-social {
  margin-top: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-widget .widget.widget-social .title-widget {
  margin-right: 11px;
}
.wrap-widget .widget.widget-social h4 {
  margin-right: -8px;
}
.wrap-widget .widget.widget-social ul {
  display: flex;
}
.wrap-widget .widget.widget-social ul li {
  margin-left: 21px;
  margin-right: 0;
  font-size: 17px;
  line-height: 1.64;
}
.wrap-widget .widget.widget-social ul li a {
  -webkit-mask-image: none;
  mask-image: none;
  width: auto;
  height: auto;
  background: none;
  color: #fff;
}
.wrap-widget .widget.widget-social ul li a:hover {
  color: #69bf35;
}
.wrap-widget .widget.widget-social ul li a i {
  font-size: 14px;
}
.wrap-widget .widget.widget-social ul li:first-child {
  margin-left: 0;
}

.widget-tag ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-box-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 0 12px;
}
.wrap-box-details .previous,
.wrap-box-details .next {
  width: 50%;
}
.wrap-box-details .previous a.st,
.wrap-box-details .next a.st {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 700;
  font-family: "Chakra Petch", sans-serif;
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #565660;
}
.wrap-box-details .previous a:hover,
.wrap-box-details .next a:hover {
  color: #69bf35;
}
.wrap-box-details .previous h6,
.wrap-box-details .next h6 {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
.wrap-box-details .previous {
  padding-right: 70px;
  position: relative;
}
.wrap-box-details .previous h6 {
  letter-spacing: 0;
}
.wrap-box-details .previous::after {
  position: absolute;
  right: 0;
  top: 13px;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
.wrap-box-details .next {
  text-align: right;
  padding-left: 95px;
}
.wrap-box-details .next h6 {
  letter-spacing: 0;
}

.post-item {
  min-height: 426px;
  -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: relative;
  border: 2px solid transparent;
}
.post-item.active, .post-item:hover {
  box-shadow: 0 0px 32px 0 rgba(34, 183, 143, 0.5);
  border: 2px solid #69bf35;
}
.post-item.active::before, .post-item:hover::before {
  border: 1px solid rgba(34, 183, 143, 0);
  z-index: -999;
}
.post-item.active .wrap, .post-item:hover .wrap {
  margin: 0;
}
.post-item::before {
  -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;
  position: absolute;
  content: "";
  border: 1px solid rgba(34, 183, 143, 0.5);
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 999;
  background: transparent;
}
.post-item .image {
  z-index: 6;
  background: #100D1E;
}
.post-item .image img {
  width: 100%;
}
.post-item .tag {
  position: absolute;
  top: 21px;
  left: 21px;
  z-index: 999;
  color: #fff;
  background: #69bf35;
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.4;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-item .wrap {
  position: relative;
  z-index: 10;
}
.post-item .wrap.active::before, .post-item .wrap:hover::before {
  border-color: #69bf35;
}
.post-item .content-item {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: auto;
  z-index: 0;
}
.post-item .content-item .content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 22px 18px 20px 20px;
  z-index: 1;
}
.post-item .content-item .content::before {
  background: rgba(34, 183, 143, 0.1);
  backdrop-filter: blur(10px);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.post-item .content-item .content .meta-post {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 3px;
  color: #fff;
}
.post-item .content-item .content .h7 {
  letter-spacing: 0;
}

.sl-post2 .post-item .content-item .content .h7 {
  margin-bottom: 17px;
}
.sl-post2 .post-item .content-item .content .h7.st {
  padding-right: 60px;
}

.main .page-title {
  position: relative;
  padding: 0;
  height: 940px;
  overflow: hidden;
}
.main .page-title .container {
  max-width: 1520px;
}
.main .page-title .slider-st1,
.main .page-title .slider-st2,
.main .page-title .slider-st3 {
  position: relative;
  height: 940px;
}
.main .page-title .slider-st1 {
  padding: 187px 0 0;
}
.main .page-title .slider-st1 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/backgroup/bg-1.jpg") center center no-repeat;
  background-size: cover;
}
.main .page-title .slider-st2 {
  padding: 187px 0 220px;
  background: none;
}
.main .page-title .slider-st2 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/backgroup/bg-3.jpg") center center no-repeat;
  background-size: cover;
  opacity: 0.5;
}
.main .page-title .slider-st3 {
  padding: 299px 0 300px;
  background: none;
}
.main .page-title .slider-st3 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/backgroup/bg-4.jpg") center center no-repeat;
  background-size: cover;
  box-shadow: 0 40px 4px 0 rgba(0, 0, 0, 0.25);
  opacity: 0.7;
}
.main .page-title .box-slider {
  display: flex;
}
.main .page-title .box-slider .content-box {
  padding-top: 72px;
  width: 50%;
  padding-left: 41px;
}
.main .page-title .box-slider .content-box h1 {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.main .page-title .box-slider .content-box p {
  letter-spacing: 0;
  padding-right: 140px;
  margin-bottom: 48px;
}
.main .page-title .box-slider .image {
  text-align: right;
  width: 50%;
}
.main .page-title .box-slider .image img {
  animation: move4 5s infinite linear;
}
.main .page-title .slider-st2 .box-slider .content-box {
  padding-top: 33px;
}
.main .page-title .slider-st3 .box-slider {
  text-align: center;
}
.main .page-title .slider-st3 .box-slider .content-box {
  width: 100%;
  padding-top: 33px;
  text-align: center;
  padding: 0 19%;
}
.main .page-title .slider-st3 .box-slider .content-box h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.main .page-title .slider-st3 .box-slider .content-box p {
  padding: 0 60px;
}
.main .page-title .slider-st3 .box-slider .content-box .wrap-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* animation slider */
.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 .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 .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;
}

.wrap-about .box-text {
  margin-bottom: 24px;
  background: rgba(34, 183, 143, 0.1);
}
.wrap-about.style2 .box-text {
  margin-bottom: 30px;
}

.box-text {
  position: relative;
  background: rgba(34, 183, 143, 0.1);
  transform: translateY(0);
}
.box-text.active, .box-text:hover {
  box-shadow: 0 0px 32px 0 rgba(34, 183, 143, 0.5);
}
.box-text .h7 {
  text-transform: capitalize;
  margin-bottom: 16px;
}
.box-text p {
  color: #B9B9BF;
  margin-bottom: 0;
}
.box-text .number {
  position: absolute;
  top: -2px;
  left: 18px;
  font-size: 80px;
  line-height: 96px;
  color: rgba(34, 183, 143, 0.1);
  font-weight: 700;
  font-family: "Chakra Petch", sans-serif;
}

.roadmap {
  display: flex;
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  margin-top: 30px;
  position: relative;
}
.roadmap::after {
  width: 6px;
  height: 50%;
  background: #565660;
  position: absolute;
  top: 0;
  left: 49.8%;
  content: "";
  z-index: -1;
}
.roadmap::before {
  width: 6px;
  height: 55%;
  background: #69bf35;
  position: absolute;
  top: 46%;
  left: 49.8%;
  content: "";
  z-index: 1;
}
.roadmap .box {
  width: 50%;
}
.roadmap .box .rm-box {
  position: relative;
  margin-bottom: 115px;
}
.roadmap .box .rm-box::after, .roadmap .box .rm-box::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: "";
  background: #69bf35;
}
.roadmap .box .rm-box::after {
  min-width: 20px;
  height: 20px;
}
.roadmap .box .rm-box::before {
  width: 52px;
  height: 2px;
}
.roadmap .box .rm-box .corner-box {
  position: relative;
  background: #0e2431;
  padding: 18px;
}
.roadmap .box .rm-box .corner-box.active, .roadmap .box .rm-box .corner-box:hover {
  box-shadow: 0 0px 32px 0 rgba(34, 183, 143, 0.5);
}
.roadmap .box .rm-box .corner-box h5 {
  margin-bottom: 18px;
}
.roadmap .box .rm-box .corner-box::before {
  width: calc(105% - 3rem);
}
.roadmap .box .rm-box .corner-box:hover::before {
  width: 0;
}
.roadmap .box .rm-box .corner-box::before, .roadmap .box .rm-box .corner-box::after {
  background: #0e2431;
}
.roadmap .box .rm-box ul li {
  padding-left: 26px;
  position: relative;
}
.roadmap .box .rm-box ul li::before {
  position: absolute;
  left: 10px;
  top: 13px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #B9B9BF;
}
.roadmap .box .rm-box.style .corner-box {
  background: #13182b;
}
.roadmap .box .rm-box.style .corner-box::before, .roadmap .box .rm-box.style .corner-box::after {
  background: #13182b;
}
.roadmap .box .rm-box.style::after, .roadmap .box .rm-box.style::before {
  background: #565660;
}
.roadmap .box.box-left .rm-box {
  padding-right: 62px;
}
.roadmap .box.box-left .rm-box::after {
  right: -10px;
}
.roadmap .box.box-left .rm-box::before {
  right: 10px;
}
.roadmap .box.box-right {
  margin-top: 165px;
}
.roadmap .box.box-right .rm-box {
  padding-left: 62px;
}
.roadmap .box.box-right .rm-box::after {
  left: -10px;
}
.roadmap .box.box-right .rm-box::before {
  left: 10px;
}
.roadmap .corner-box::after {
  height: calc(100% - 3rem);
  width: calc(100% + 0px);
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.roadmap .corner-box::after, .roadmap .corner-box::before {
  background: #0e2432;
}
.roadmap.scrol {
  height: 937px;
  overflow-y: auto;
}
.roadmap.scrol::-webkit-scrollbar {
  display: none;
}
.roadmap.scrol:hover {
  cursor: s-resize;
}
.roadmap.style2 {
  width: 100%;
  margin-top: 28px;
}
.roadmap.style2 .box {
  width: 100%;
  position: relative;
  padding-top: 53px;
  padding-bottom: 48px;
}
.roadmap.style2 .box .rm-box {
  background: #0e2230;
  margin-bottom: 0;
}
.roadmap.style2 .box .rm-box::after, .roadmap.style2 .box .rm-box::before {
  display: none;
}
.roadmap.style2 .box::before, .roadmap.style2 .box::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  background: #69bf35;
  content: "";
}
.roadmap.style2 .box::after {
  min-width: 20px;
  height: 20px;
  top: -7px;
}
.roadmap.style2 .box.active::before {
  height: 50%;
}
.roadmap.style2 .box.active .icon {
  display: none;
}
.roadmap.style2 .box::before {
  width: 2px;
  height: 100%;
  top: 10px;
}
.roadmap.style2 .box .corner-box {
  background: #0e2230;
}
.roadmap.style2 .box .corner-box::after, .roadmap.style2 .box .corner-box::before {
  background: #0e2230;
}
.roadmap.style2 .box .corner-box::before {
  height: calc(100% + 0px);
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.roadmap.style2 .box .corner-box::after {
  height: calc(108% - 3rem);
  width: calc(100% + 4px);
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.roadmap.style2 .box .corner-box.active::after, .roadmap.style2 .box .corner-box:hover::after {
  height: 0;
}
.roadmap.style2 .box.style::after, .roadmap.style2 .box.style::before {
  background: #565660;
}
.roadmap.style2 .box.style .corner-box {
  background: #13182b;
}
.roadmap.style2 .box.style .corner-box::after, .roadmap.style2 .box.style .corner-box::before {
  background: #13182b;
}
.roadmap.style2 .box.style .corner-box::before {
  height: calc(100% + 0px);
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.roadmap.style2 .box.style .corner-box::after {
  height: calc(108% - 3rem);
  width: calc(100% + 4px);
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.roadmap.style2 .box.style .corner-box:hover::after {
  height: 0;
}
.roadmap.style2 .box.style .icon {
  background: #565660;
}
.roadmap.style2 .box .icon {
  min-width: 20px;
  height: 20px;
  bottom: -11px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #69bf35;
}
.roadmap.style2::after {
  width: 33%;
  height: 6px;
  right: -15px;
  top: 0;
  left: auto;
  z-index: 0;
}
.roadmap.style2::before {
  width: 76%;
  height: 6px;
  left: -15px;
  top: 0;
}
.roadmap.style2.style3::before {
  width: 65%;
}
.roadmap.style2.style3::after {
  width: 37%;
}
.roadmap.style2.style3 .box {
  padding: 87px 58px 43px 62px;
}
.roadmap.style2.style3 .box::before, .roadmap.style2.style3 .box::after {
  left: 0;
}
.roadmap.style2.style3 .box::before {
  height: 53%;
}
.roadmap.style2.style3 .box .rm-box {
  position: initial;
  background: none;
}
.roadmap.style2.style3 .box .rm-box::after {
  top: 56.2%;
  min-width: 20px;
  height: 20px;
  left: -10px;
  position: absolute;
  content: "";
  background: #69bf35;
  display: block;
}
.roadmap.style2.style3 .box .rm-box::before {
  top: 56.2%;
  height: 2px;
  width: 53px;
  left: 10px;
  background: #69bf35;
  position: absolute;
  content: "";
  display: block;
}
.roadmap.style2.style3 .box .rm-box .corner-box {
  background: url("../../assets/images/backgroup/4.png") center center no-repeat;
  background-size: cover;
}
.roadmap.style2.style3 .box .rm-box .corner-box::before, .roadmap.style2.style3 .box .rm-box .corner-box::after {
  background: url("../../assets/images/backgroup/4.png") center center no-repeat;
  background-size: cover;
}
.roadmap.style2.style3 .box .rm-box .corner-box::before {
  height: calc(100% + 4px);
  top: -2px;
}
.roadmap.style2.style3 .box .rm-box .corner-box::after {
  height: calc(100% - 3rem);
  width: calc(100% + 0px);
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.roadmap.style2.style3 .box.style .rm-box::after, .roadmap.style2.style3 .box.style .rm-box::before {
  background: #565660;
}
.roadmap.style2.style3 .box.style .rm-box .corner-box {
  background: url("../../assets/images/backgroup/5.png") center center no-repeat;
  background-size: cover;
}
.roadmap.style2.style3 .box.style .rm-box .corner-box::before, .roadmap.style2.style3 .box.style .rm-box .corner-box::after {
  background: url("../../assets/images/backgroup/5.png") center center no-repeat;
  background-size: cover;
}
.roadmap.style2:hover {
  cursor: ew-resize;
}

.sl-team.swiper-container {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: -40px;
  margin-bottom: -40px;
  padding-left: 70px;
}

.wrap-team {
  margin-right: -307px;
}

.item-parner {
  padding: 0 70px;
  margin-top: 67px;
}
.item-parner .sl-parner {
  margin-bottom: 74px;
}
.item-parner .image img {
  -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;
  transform: scale(1);
}
.flat-accordion .flat-toggle {
  margin-bottom: 24px;
}
.flat-accordion .flat-toggle .toggle-content {
  display: none;
}
.flat-accordion .flat-toggle.corner-box {
  -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: 28px 18px 11px;
}
.flat-accordion .flat-toggle.corner-box .toggle-title {
  -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;
  border-bottom: 1px solid rgba(3, 253, 203, 0);
  padding-bottom: 16px;
  margin-bottom: 0;
  position: relative;
  padding-right: 30px;
}
.flat-accordion .flat-toggle.corner-box .toggle-title::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;
  right: 4px;
  top: 0px;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 25px;
  color: #69bf35;
}
.flat-accordion .flat-toggle.corner-box .toggle-title:hover {
  cursor: context-menu;
}
.flat-accordion .flat-toggle.active.corner-box {
  padding: 28px 18px;
}
.flat-accordion .flat-toggle.active.corner-box .toggle-title {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(3, 253, 203, 0.1);
}
.flat-accordion .flat-toggle.active.corner-box .toggle-title::after {
  transform: rotate(-180deg);
}

.featured-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.featured-box .img-box {
  width: calc(25% - 30px);
  margin-left: 30px;
  margin-bottom: 32px;
}

.image-faq {
  position: relative;
}
.image-faq img {
  mix-blend-mode: luminosity;
}

.wrap-fx .image-faq {
  width: 45%;
}
.wrap-fx .content-faq {
  width: 55%;
  padding-left: 36px;
}

.gallery {
  width: 100%;
  padding-left: 70px;
  padding-top: 2px;
}
.gallery .button-fx {
  margin-top: 28px;
  margin-bottom: 24px;
}
.gallery .button-fx .btn-prev-team,
.gallery .button-fx .btn-next-team {
  min-width: 32px;
  min-height: 32px;
  height: 32px;
}
.gallery .button-fx .btn-prev-team.tf-button .boder-fade,
.gallery .button-fx .btn-next-team.tf-button .boder-fade {
  border: 1px solid #69bf35;
}
.gallery .button-fx .btn-prev-team.tf-button .effect::before, .gallery .button-fx .btn-prev-team.tf-button .effect::after,
.gallery .button-fx .btn-next-team.tf-button .effect::before,
.gallery .button-fx .btn-next-team.tf-button .effect::after {
  width: 1px;
  background: #69bf35;
}
.gallery .button-fx .btn-prev-team.tf-button::before, .gallery .button-fx .btn-prev-team.tf-button::after,
.gallery .button-fx .btn-next-team.tf-button::before,
.gallery .button-fx .btn-next-team.tf-button::after {
  height: 1px;
  background: #69bf35;
}
.gallery .button-fx .btn-prev-team i,
.gallery .button-fx .btn-next-team i {
  font-size: 20px;
}
.gallery .button-fx .btn-prev-team {
  margin-right: 16px;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide .team-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: none;
  border: none;
}
.gallery-slider .swiper-slide .team-box::after, .gallery-slider .swiper-slide .team-box::before {
  display: none;
}
.gallery-slider .swiper-slide .team-box .content {
  padding: 38px 0 0 30px;
}
.gallery-slider .swiper-slide .team-box .content h5 {
  margin-bottom: 6px;
}
.gallery-slider .swiper-slide .team-box .content p {
  margin-bottom: 16px;
}
.gallery-slider .swiper-slide .team-box .content .desc {
  color: #fff;
  font-size: 17px;
  line-height: 1.64;
  text-transform: none;
  margin-bottom: 27px;
}
.gallery-thumbs .swiper-slide {
  width: 150px;
  height: 150px;
  text-align: left;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide .image::before {
  -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;
}
.gallery-thumbs .swiper-slide .image img {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 150px;
  max-height: 150px;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .image {
  position: relative;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .image::before {
  border: 2px solid #69bf35;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.gallery .gallery-thumbs {
  margin-right: -260px;
}
.gallery .gallery-thumbs .image::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;
}
.gallery .gallery-thumbs .image:hover {
  cursor: pointer;
}
.gallery .gallery-thumbs .image:hover::before {
  border: 2px solid #69bf35;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
  z-index: 999;
}

.gallery-slider .swiper-slide .team-box {
  box-shadow: none;
}
.gallery-slider .swiper-slide .team-box img {
  border: 2px solid #69bf35;
  max-width: 330px;
  max-height: 330px;
  width: 330px;
  height: 330px;
}
.gallery-slider .swiper-slide-active .team-box {
  box-shadow: none;
}
.gallery-slider .swiper-slide-active .team-box img {
  border: 2px solid #69bf35;
}

.seclect-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.seclect-box .dropdown {
  margin-left: 20px;
}
.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: 240px;
  min-width: 240px;
  padding: 12px 15px 12px 20px;
  height: 52px;
  color: #B9B9BF;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.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: #B9B9BF;
  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%;
  padding: 0 10px 0 16px;
  line-height: 45px;
  height: 45px;
  color: #fff;
}
.seclect-box .dropdown li.active,
.seclect-box .dropdown li:hover {
  background: #69bf35;
}

.seclect-box .dropdown-menu {
  max-width: 240px;
  min-width: 240px;
  width: 100%;
  left: 0;
  height: auto;
  padding: 0;
  top: 0;
  background: #0c1226;
  border-radius: 0;
  transform: translate(0px, 52px) !important;
  border: none;
  box-shadow: 0 0px 32px 0 rgba(34, 183, 143, 0.5);
}
.seclect-box .dropdown-menu::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.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: #69bf35;
}

.fl-item {
  display: none;
}

.item-details {
  padding-left: 70px;
}
.item-details h5 {
  color: #fff;
  margin-bottom: 5px;
}
.item-details .sub {
  margin-bottom: 16px;
  color: #fff;
}
.item-details .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}
.item-details .action .right-box,
.item-details .action .left-box {
  display: flex;
}
.item-details .action .right-box a,
.item-details .action .left-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.item-details .action .right-box a svg path,
.item-details .action .left-box 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;
}
.item-details .action .right-box a:hover,
.item-details .action .left-box a:hover {
  color: #69bf35;
}
.item-details .action .right-box a:hover svg path,
.item-details .action .left-box a:hover svg path {
  fill: #69bf35;
}
.item-details .action .left-box a {
  margin-right: 14px;
  width: 75px;
  height: 36px;
  border-radius: 40px;
}
.item-details .action .left-box a svg {
  margin-right: 7px;
}
.item-details .action .right-box a {
  margin-left: 13px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.item-details .desc {
  color: #B9B9BF;
  font-size: 20px;
  line-height: 1.6;
}
.item-details .tf-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 40px;
  margin-top: 29px;
  height: 52px;
}
.item-details .tf-button svg {
  margin-right: 10px;
  margin-left: 3px;
  margin-top: -5px;
}
.item-details .tf-button:hover svg path {
  fill: #fff;
}
.item-details .list-product {
  display: flex;
  margin-left: -16px;
  flex-wrap: wrap;
}
.item-details .list-product .box {
  margin-bottom: 16px;
  width: calc(33.3333% - 16px);
  margin-left: 16px;
}
.item-details .list-product .box.corner-box {
  padding: 20px 22px 10px;
  background: #0e2230;
}
.item-details .list-product .box.corner-box::before, .item-details .list-product .box.corner-box::after {
  background: #0e2230;
}
.item-details .list-product .box.corner-box::before {
  width: calc(110% - 3rem);
}
.item-details .list-product .box.corner-box::after {
  height: calc(120% - 3rem);
}
.item-details .list-product .box p {
  font-size: 15px;
  line-height: 26px;
  color: #B9B9BF;
  margin-bottom: 4px;
}
.item-details .list-product .box .h7 {
  color: #fff;
}
.item-details .list-product .box:hover {
  box-shadow: 0 0px 32px 0 rgba(34, 183, 143, 0.5);
}

.form-contact fieldset {
  margin-bottom: 20px;
}
.form-contact fieldset input[type=number]::-webkit-inner-spin-button,
.form-contact fieldset input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.form-contact input[type=text],
.form-contact input[type=password],
.form-contact input[type=datetime],
.form-contact input[type=datetime-local],
.form-contact input[type=date],
.form-contact input[type=month],
.form-contact input[type=time],
.form-contact input[type=week],
.form-contact input[type=number],
.form-contact input[type=email],
.form-contact input[type=url],
.form-contact input[type=search],
.form-contact input[type=tel],
.form-contact input[type=color] {
  -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: 52px;
  line-height: 1.73;
  padding: 13px 15px 13px 18px;
  font-size: 15px;
  color: #B9B9BF;
}
.form-contact input[type=text]:focus,
.form-contact input[type=password]:focus,
.form-contact input[type=datetime]:focus,
.form-contact input[type=datetime-local]:focus,
.form-contact input[type=date]:focus,
.form-contact input[type=month]:focus,
.form-contact input[type=time]:focus,
.form-contact input[type=week]:focus,
.form-contact input[type=number]:focus,
.form-contact input[type=email]:focus,
.form-contact input[type=url]:focus,
.form-contact input[type=search]:focus,
.form-contact input[type=tel]:focus,
.form-contact input[type=color]:focus {
  border-color: #69bf35;
}
.form-contact textarea {
  height: 110px;
  font-size: 15px;
  line-height: 1.73;
  padding: 20px 15px 13px 18px;
}
.form-contact button {
  height: 66px;
  margin-top: 11px;
  padding: 0 40px;
}
.form-contact input[type=text]::placeholder,
.form-contact input[type=password]::placeholder,
.form-contact input[type=datetime]::placeholder,
.form-contact input[type=datetime-local]::placeholder,
.form-contact input[type=date]::placeholder,
.form-contact input[type=month]::placeholder,
.form-contact input[type=time]::placeholder,
.form-contact input[type=week]::placeholder,
.form-contact input[type=number]::placeholder,
.form-contact input[type=email]::placeholder,
.form-contact input[type=url]::placeholder,
.form-contact input[type=search]::placeholder,
.form-contact input[type=tel]::placeholder,
.form-contact input[type=color]::placeholder,
.form-contact textarea::placeholder {
  color: #B9B9BF;
}

.details .post-item .content-item {
  bottom: -2px;
}

.flat-alert.msg-success {
  color: #69bf35;
}

.box-wallet-inner {
  display: flex;
  margin-left: -30px;
  flex-wrap: wrap;
}
.box-wallet-inner .sc-box {
  width: calc(33.333% - 30px);
  margin-left: 30px;
  padding: 30px 20px;
  -webkit-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-box-shadow: 0px 3px 16px 0px #2F536D1F;
  -webkit-box-shadow: 0px 3px 16px 0px #2f536d1f;
  box-shadow: 0px 3px 16px 0px #2f536d1f;
  margin-bottom: 30px;
  background: var(--primary-color);
}

.img-box {
  -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: relative;
  padding: 20px 20px 68px;
  background: #0e2230;
}
.img-box::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;
  content: "";
  border: 1px solid rgba(34, 183, 143, 0.5);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.img-box::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;
  position: absolute;
  content: "";
  border: 2px solid rgba(34, 183, 143, 0);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.img-box.active, .img-box:hover {
  box-shadow: 0 0px 32px 0 rgba(34, 183, 143, 0.5);
}
.img-box.active::before, .img-box:hover::before {
  border-color: #69bf35;
  border: 2px solid #69bf35;
}
.img-box .content {
  position: absolute;
  bottom: 18px;
  left: 20px;
  z-index: 1;
}
.img-box .content a {
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  font-family: "cybox", sans-serif;
}
.img-box .content a:hover {
  color: #69bf35;
}
.img-box:hover {
  cursor: context-menu;
}

.team-box {
  -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: relative;
  padding: 0px 0 20px 0;
  background: rgba(34, 183, 143, 0.1);
  overflow: hidden;
}
.team-box::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;
  content: "";
  border: 1px solid rgba(34, 183, 143, 0.5);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.team-box::before {
  -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;
  position: absolute;
  content: "";
  border: 2px solid rgba(34, 183, 143, 0);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.team-box.active, .team-box:hover {
  box-shadow: 0 0px 32px 0 rgba(34, 183, 143, 0.5);
}
.team-box.active::before, .team-box:hover::before {
  border-color: #69bf35;
  border: 2px solid #69bf35;
}
.team-box .image {
  min-height: 310px;
  z-index: -2;
  padding: 2px;
}
.team-box .image img {
  max-height: 310px;
  width: 100%;
  height: 310px;
}
.team-box .content {
  position: relative;
  z-index: 10;
  padding: 20px 20px 0 20px;
}
.team-box .content .h8 {
  margin-bottom: 5px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "cybox", sans-serif;
}
.team-box .content p {
  margin-bottom: 19px;
  font-size: 14px;
  line-height: 1.57;
  text-transform: capitalize;
}
.team-box .social {
  display: flex;
}
.team-box .social li {
  margin-right: 12px;
}
.team-box .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(20, 194, 163, 0.4);
  border-radius: 8px;
}
.team-box .social li a:hover {
  background: #69bf35;
}

.video {
  position: relative;
}
.video .wrap-video a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding-left: 5px;
  top: 41.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(34, 183, 143, 0.1);
}

.modal .modal-dialog {
  position: relative;
  max-width: 1130px;
}
.modal .modal-content {
  position: relative;
  padding: 40px 50px 20px;
}
.modal .modal-content .header-popup {
  margin-bottom: 30px;
  position: relative;
}
.modal .modal-content .header-popup h5 {
  color: #0c1226;
  margin-bottom: 0;
}
.modal .modal-content .modal-body {
  padding: 0;
}
.modal .modal-content .modal-body .sc-box .img {
  margin-bottom: 10px;
  min-height: 60px;
}
.modal .modal-content .modal-body .sc-box h6 {
  color: #0c1226;
  margin-bottom: 10px;
}
.modal .modal-content .modal-body .sc-box .content {
  margin-bottom: 0;
}
.modal .modal-content .modal-body .sc-box .content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.modal .modal-content .close {
  font-size: 50px;
  position: absolute;
  right: 0;
  top: 17px;
  border: none;
  z-index: 9999;
  padding: 0;
  background: none;
  color: #69bf35;
  line-height: 0;
}

.a-w100 .swiper-slide a {
  width: 100%;
}
.a-w100 .swiper-slide a:hover {
  cursor: pointer;
}

.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 #69bf35;
}
.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: #69bf35;
}
.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: #fff;
}

.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 #69bf35;
  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: #69bf35;
}
.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 #69bf35;
  z-index: 9;
  border-radius: 50%;
}
.btn-next-main i,
.btn-prev-main i {
  font-size: 30px;
  color: #fff;
}
.btn-next-main:hover,
.btn-prev-main:hover {
  background: #69bf35;
}
.btn-next-main.swiper-button-disabled,
.btn-prev-main.swiper-button-disabled {
  background: #69bf35;
}

.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: #69bf35;
}

.btn-next.swiper-button-disabled,
.btn-prev.swiper-button-disabled {
  background: #69bf35;
}

.button-next-team.swiper-button-disabled,
.button-prev-team.swiper-button-disabled {
  background: #69bf35;
}

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

.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 #69bf35;
}

.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 #69bf35;
  margin: 0 5px;
  background: transparent;
}
.page-title .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #69bf35;
}

.flat-tabs .menu-tab {
  display: flex;
  flex-wrap: wrap;
}
.flat-tabs .menu-tab li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 51px;
  margin-bottom: 12px;
  min-height: 42px;
  padding: 0 23px;
  background: transparent;
  overflow: hidden;
  -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;
}
.flat-tabs .menu-tab li span {
  font-size: 20px;
  line-height: 26px;
  color: #B9B9BF;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
}
.flat-tabs .menu-tab li.active span, .flat-tabs .menu-tab li:hover span {
  color: #fff;
}
.flat-tabs .menu-tab li::after {
  position: absolute;
  content: "";
  transform: rotate(-45deg);
  top: -3px;
  left: -15px;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #100D1E;
  z-index: 999;
}
.flat-tabs .menu-tab li::before {
  position: absolute;
  content: "";
  transform: rotate(135deg);
  bottom: -3px;
  right: -15px;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #100D1E;
  z-index: 999;
}
.flat-tabs .content-tab {
  margin-top: 30px;
}
.flat-tabs .content-tab .content-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.flat-tabs .content-tab .content-inner .post {
  width: calc(33.33333% - 30px);
  margin-left: 30px;
}
.flat-tabs .content-tab .content-inner .post.inner-post {
  margin-bottom: 40px;
}
.flat-tabs.tab-post .menu-tab {
  margin: 0 -86px 0 -34px;
}

.tab-post.flat-tabs .content-tab {
  margin-top: 37px;
}

.tab-post .post.inner-post .tag {
  height: 30px;
}

#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: #69bf35;
}
#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: #69bf35;
}

/* 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: #69bf35;
  opacity: 1;
}

/* widget
-------------------------------------------------------------- */
#sidebar .widget {
  margin-bottom: 54px;
}
#sidebar .widget.widget-recent-posts {
  margin-bottom: 40px;
}
#sidebar .widget.widget-recent-posts .widget-title {
  padding-bottom: 8px;
}
#sidebar.toggle .widget .content-widget {
  margin-top: 16px;
}
#sidebar.toggle .widget .widget-title {
  margin-bottom: 0;
}
#sidebar.toggle .widget .widget-title:hover {
  cursor: pointer;
}
#sidebar.toggle .widget.widget-recent-posts .content-widget {
  margin-top: 20px;
}

#sidebar .widget.widget-search {
  margin-bottom: 40px;
}

.widget.widget-search form {
  position: relative;
}
.widget.widget-search form button {
  right: 20px;
  top: 12px;
  transform: rotate(93deg);
  position: absolute;
  background: none;
  border: none;
}
.widget.widget-search form button i {
  font-size: 16px;
  color: #565660;
}
.widget.widget-search form input {
  -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: 52px;
  padding: 13px 15px 13px 20px;
  background: transparent;
  color: #69bf35;
}
.widget.widget-search form input:focus {
  border-color: #69bf35;
}

.widget-title {
  font-size: 24px;
  line-height: 32px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.widget-title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 36%;
  right: 2px;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  color: #B9B9BF;
  font-weight: 400;
}
.widget-title::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 80px;
  background: #69bf35;
}

#sidebar .widget.widget-category.st2 {
  margin-bottom: 58px;
}

.widget-category.st2 .widget-title {
  padding-bottom: 14px;
}
.widget-category ul li {
  display: block;
  margin-bottom: 0px;
}
.widget-category ul li a,
.widget-category ul 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: 17px;
  line-height: 36px;
  color: #fff;
}
.widget-category ul li a.number,
.widget-category ul li span.number {
  margin-left: 10px;
}
.widget-category ul li a:hover {
  color: #69bf35;
}
.widget-category ul li a:hover span {
  color: #69bf35;
}

.widget-recent-posts .widget-title {
  margin-bottom: 20px;
}
.widget-recent-posts .recent-posts {
  margin-bottom: 16px;
}
.widget-recent-posts .recent-posts li {
  display: flex;
  margin: 0;
}
.widget-recent-posts .recent-posts li img {
  margin-right: 20px;
  height: 100px;
  width: 100px;
}
.widget-recent-posts .recent-posts li ul.content {
  padding-top: 12px;
}
.widget-recent-posts .recent-posts li ul.content .h8 {
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.widget-recent-posts .recent-posts li ul.content li .meta-post {
  display: flex;
}
.widget-recent-posts .recent-posts li ul.content li .meta-post .firt {
  position: relative;
  margin-right: 7px;
  padding-right: 14px;
}
.widget-recent-posts .recent-posts li ul.content li .meta-post .firt span {
  font-size: 12px;
  line-height: 20px;
  margin-right: 7px;
  color: #B9B9BF;
}
.widget-recent-posts .recent-posts li ul.content li .meta-post .firt::after {
  content: "|";
  position: absolute;
  top: -5px;
  right: 0;
  color: #565660;
  font-size: 12px;
}
.widget-recent-posts .recent-posts li ul.content li .meta-post li a {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.widget-recent-posts .recent-posts li ul.content li .meta-post li a:hover {
  color: #69bf35;
}

.widget-Tags .widget-title {
  padding-bottom: 14px;
}
.widget-Tags ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
}
.widget-Tags ul 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;
  background: rgba(34, 183, 143, 0.1);
  margin-right: 8px;
  margin-bottom: 10px;
  height: 30px;
  padding: 0 12px;
}
.widget-Tags ul li span {
  font-size: 12px;
  line-height: 1.66;
  color: #fff;
}
.widget-Tags ul li a {
  font-size: 12px;
  line-height: 1.66;
  color: #fff;
}
.widget-Tags ul li:hover {
  background: #69bf35;
}

.widget-social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-social li {
  margin: 0 11px 0 12px;
}
.widget-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;
}
.widget-social li a:hover svg path {
  fill: #69bf35;
}

#footer .footer-main {
  padding: 88px 0 80px;
  text-align: center;
  position: relative;
  background: #141A31;
}
#footer .footer-main .bg1,
#footer .footer-main .bg2 {
  position: absolute;
}
#footer .footer-main .bg1 {
  top: 0;
  left: 8%;
}
#footer .footer-main .bg2 {
  bottom: 0;
  right: 10%;
}
#footer .footer-main .widget-social {
  margin-bottom: 41px;
}
#footer .footer-main .heading {
  font-size: 32px;
  line-height: 1.375;
  text-transform: capitalize;
  margin-bottom: 16px;
  letter-spacing: 0;
}
#footer .footer-main p {
  text-transform: capitalize;
}
#footer .footer-main #subscribe-form {
  max-width: 633px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  height: 64px;
}
#footer .footer-bottom {
  margin-top: 1px;
  padding: 17px 0 15px;
  background: #141A31;
}
#footer .footer-bottom .wrap-fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .footer-bottom .wrap-fx .Copyright p {
  margin: 0;
  font-size: 14px;
  line-height: 1.57;
  text-transform: capitalize;
}
#footer .footer-bottom .wrap-fx .list {
  display: flex;
}
#footer .footer-bottom .wrap-fx .list li {
  margin-left: 24px;
}
#footer .footer-bottom .wrap-fx .list li a {
  font-size: 14px;
  line-height: 1.57;
}

#subscribe-form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#subscribe-form button {
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 0;
  height: 64px;
  border: none;
  background: #69bf35;
  text-transform: capitalize;
  font-weight: 700;
  width: 141px;
}
#subscribe-form button.tf-button::before {
  background: #fff;
}
#subscribe-form button:hover {
  color: #fff;
  background: transparent;
}
#subscribe-form input {
  -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;
  border: 2px solid rgba(34, 183, 143, 0.5);
  width: 74.5%;
  padding-left: 18px;
}
#subscribe-form input::placeholder {
  text-transform: capitalize;
}
#subscribe-form input:focus {
  border-color: #69bf35;
}

/*!
 * 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);
  }
}
.countdown__item,
.corner-box {
    -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;
    border: 2px solid #345024;
    padding: 18px 20px;
    position: relative;
    z-index: 1;
}
.countdown__item.active, .countdown__item:hover,
.corner-box.active,
.corner-box:hover {
  border-color: #69bf35;
}
.countdown__item.active::before, .countdown__item:hover::before,
.corner-box.active::before,
.corner-box:hover::before {
  width: 0 !important;
}
.countdown__item.active::after, .countdown__item:hover::after,
.corner-box.active::after,
.corner-box:hover::after {
  height: 0 !important;
}
.countdown__item::before, .countdown__item::after,
.corner-box::before,
.corner-box::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;
  content: "";
  position: absolute;
  background: #0e2230;
  z-index: -1;
}
.countdown__item::before,
.corner-box::before {
  width: calc(102% - 3rem);
  height: calc(100% + 4px);
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.countdown__item::after,
.corner-box::after {
  height: calc(110% - 3rem);
  width: calc(100% + 4px);
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.countdown__item.st2::before,
.corner-box.st2::before {
  width: calc(105% - 3rem);
  height: calc(100% + 4px);
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.countdown__item.st2:hover::before,
.corner-box.st2:hover::before {
  width: 0;
}

.page-title {
  background: #141A31;
  padding: 146px 0 59px;
}

.tf-section.detail .container {
  max-width: 960px;
}

.details .tf-section.item-post {
  padding: 1px 0 50px;
}

.tf-section.tf-roadmap {
  padding-bottom: 0;
}
.tf-section.tf-roadmap .overlay {
  background: url("../../assets/images/backgroup/bg1roadmap.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.tf-section.tf-roadmap.style2 {
  background: #0c1226;
  padding: 90px 0;
}
.tf-section.tf-team {
  background: #141A31;
}
.tf-section.tf-team.style2 {
  padding: 90px 0 48px;
}
.tf-section.tf-team.style2 .team-box {
  margin-bottom: 32px;
}
.tf-section.faq {
  padding: 75px 0 56px;
}
.tf-section.faq.style2 {
  padding: 80px 0 67px;
}
.tf-section.faq.style3 .flat-accordion {
  max-width: 100%;
}
.tf-section.faq.style3 .flat-accordion .flat-toggle {
  float: left;
  height: auto;
  width: 50%;
}
.tf-section.featured {
  padding: 92px 0 48px;
}

.main .tf-section.item-post {
  padding-bottom: 62px;
}
.main.home2 .tf-section.item-post {
  padding: 90px 0 64px;
}
.main.home2 .post-item .tag {
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.main.home2 .faq .flat-accordion .corner-box {
  background: #0e2230;
}
.main.home2 .faq .flat-accordion .corner-box::after, .main.home2 .faq .flat-accordion .corner-box::before {
  background: #0e2230;
}

.tf-section.partner {
  padding-bottom: 40px;
}

.home2 .tf-section.partner {
  padding-bottom: 16px;
}

.faq .flat-accordion {
  max-width: 740px;
  margin: 0 auto;
}

.tf-about .tf-title.st2 {
  margin-bottom: 17px;
}
.tf-about .content-about .tf-button {
  margin-top: 44px;
}
.tf-about .content-about .social {
  display: flex;
  margin-top: 47px;
}
.tf-about .content-about .social li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  width: 68px;
  height: 68px;
}
.tf-about .content-about .social li.corner-box {
  background: #0e2230;
}
.tf-about .content-about .social li.corner-box::after, .tf-about .content-about .social li.corner-box::before {
  background: #0e2230;
}
.tf-about .content-about .social li.corner-box::before {
  width: calc(130% - 3rem);
}
.tf-about .content-about .social li.corner-box::after {
  height: calc(130% - 3rem);
}
.tf-about .content-about .social li:hover {
  box-shadow: 0 0px 32px 0 rgba(34, 183, 143, 0.5);
}
.tf-about.style2 {
  padding: 90px 0 80px;
}
.tf-about.style2 .container {
  max-width: 960px;
}
.tf-about.style2 .container .content-about {
  text-align: center;
}
.tf-about.style2 .container .btn-about {
  text-align: center;
}
.tf-about.style2 .container .box-text.corner-box::before, .tf-about.style2 .container .box-text.corner-box::after {
  background: #15293a;
}

.tf-section.tf-project {
  padding: 0;
}

.how-we-work.style2 {
  padding-bottom: 48px;
}
.how-we-work.style2 .box-text {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-bottom: 32px;
  background: #0e2230;
}

.item-post.st3 .post-item .content-item {
  height: auto;
  bottom: -2px;
}
.item-post.st3 .post-item .content-item .content {
  padding: 20px 10px 20px 20px;
}

.home3 .box-text {
  background: #0e2230;
  padding: 18px 15px 18px 20px;
}
.home3 .tf-about {
  background: #0c1226;
}
.home3 .tf-section.tf-roadmap {
  padding: 80px 0 107px;
}
.home3 .tf-section.tf-roadmap .overlay {
  background: url("../../assets/images/backgroup/bg-5.jpg") center center fixed no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.home3 .tf-section.how-we-work .box-text {
  margin-bottom: 32px;
}
.home3 .tf-section.tf-project {
  padding: 49px 0 80px;
}
.home3 .tf-section.partner {
  padding: 86px 0 5px;
}
.home3 .tf-section.item-post {
  padding: 90px 0 64px;
}
.home3 .tf-section.item-post .post-item {
  min-height: 425px;
}
.home3 .tf-section.item-post .post-item .content-item {
  bottom: -1px;
}
.home3 .tf-section.item-post .post-item .tag {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Chakra Petch", sans-serif;
}
.home3 .tf-section.faq {
  padding: 161px 0 56px;
}

.tf-project.style3 .img-box {
  padding: 20px;
}
.tf-project.style3 .img-box:hover {
  cursor: pointer;
}

.about .tf-about.style2 {
  padding: 82px 0 80px;
}
.about .tf-about.style2 .container .box-text.corner-box::before, .about .tf-about.style2 .container .box-text.corner-box::after {
  background: #0e2230;
}
.about .tf-team {
  background: #0c1226;
}
.about .tf-team.style2 {
  padding: 10px 0 30px;
}
.about .tf-section.partner {
  background: #0c1226;
  padding: 20px 0 5px;
}

.about2 .box-text {
  background: #0e2230;
  padding: 18px 15px 18px 20px;
}

.inner-page .tf-section.partner {
  padding-bottom: 5px;
}

.pg-roadmap .tf-section.tf-roadmap {
  padding-bottom: 78px;
}
.pg-roadmap .roadmap::before {
  height: 68%;
  top: 26%;
}

.pg-roadmap2 .btn-style .wrap-fx2 {
  margin-left: 15px;
  position: relative;
  z-index: 999;
}
.pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-next:after,
.pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-prev:after {
  color: #36363B;
  font-weight: 700;
}
.pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-next,
.pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-prev {
  border: 1px solid #565660;
  -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;
}
.pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-next.active, .pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-next:hover,
.pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-prev.active,
.pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-prev:hover {
  background: #69bf35;
  border-color: #69bf35;
}
.pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-next.active::after, .pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-next:hover::after,
.pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-prev.active::after,
.pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-prev:hover::after {
  color: #161616;
}
.pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-next.swiper-button-disabled,
.pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-prev.swiper-button-disabled {
  border: 1px solid #69bf35;
}
.pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-next.swiper-button-disabled::after,
.pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-prev.swiper-button-disabled::after {
  color: #161616;
}
.pg-roadmap2 .btn-style .wrap-fx2 .swiper-button-next {
  margin-left: 15px;
}
.pg-roadmap2 .tf-section.tf-roadmap.style2 {
  padding: 80px 0 106px;
}
.pg-roadmap2 .tf-section.tf-roadmap .roadmap.style2.style3 .box .rm-box .corner-box {
  background: #0e2230;
}
.pg-roadmap2 .tf-section.tf-roadmap .roadmap.style2.style3 .box .rm-box .corner-box::after, .pg-roadmap2 .tf-section.tf-roadmap .roadmap.style2.style3 .box .rm-box .corner-box::before {
  background: #0e2230;
}
.pg-roadmap2 .tf-section.tf-roadmap .roadmap.style2.style3 .box.style .rm-box .corner-box {
  background: #13182b;
}
.pg-roadmap2 .tf-section.tf-roadmap .roadmap.style2.style3 .box.style .rm-box .corner-box::after, .pg-roadmap2 .tf-section.tf-roadmap .roadmap.style2.style3 .box.style .rm-box .corner-box::before {
  background: #13182b;
}

.tf-item .widget.widget-search {
  max-width: 330px;
}
.tf-item .fl-item {
  width: calc(25% - 30px);
  margin-left: 30px;
  margin-bottom: 32px;
}
.tf-item .fl-item .img-box {
  transform: translateY(0);
}
.tf-item .fl-item .img-box img {
  width: 100%;
}
.tf-item .fl-item .img-box:hover {
  transform: translateY(-8px);
}

.pg-item-details .tf-section.tf-project {
  padding: 0 0 80px;
}
.pg-item-details .tf-section.tf-item-details {
  padding: 80px 0 65px;
}

.tf-section.tf-video {
  padding-bottom: 0;
}

.community .box-text {
  margin-bottom: 23px;
}
.community .box-text .h7 {
  margin-bottom: 17px;
}
.community .tf-section.tf-project {
  padding-bottom: 80px;
}

.pg-faq .tf-section.faq {
  padding: 80px 0 56px;
}
.pg-faq .tf-section.faq.flat-accordion {
  max-width: 100%;
}
.pg-faq .tf-section.faq.flat-accordion .flat-toggle.corner-box {
  background: #0e2230;
}

.page-title.p404 {
  padding: 232px 0 239px;
}
.page-title.p404 h1 {
  font-size: 300px;
  line-height: 1;
  color: #69bf35;
  margin-bottom: 1px;
}
.page-title.p404 h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-title.p404 p {
  margin-bottom: 39px;
}
.page-title.p404 .tf-button {
  height: 66px;
  line-height: 62px;
  padding: 0 40px;
}

.comimg-soon {
  text-align: center;
  background-size: cover;
  padding: 212px 0 267px;
}
.comimg-soon .header__logo {
  margin-bottom: 26px;
}
.comimg-soon .sub-heading {
  margin-bottom: 40px;
  letter-spacing: 10.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #B9B9BF;
  margin-left: 45px;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Chakra Petch", sans-serif;
}
.comimg-soon .sub-heading span {
  margin: 0 28px 0 0;
}
.comimg-soon h3 {
  color: #fff;
  letter-spacing: 55.6px;
  text-transform: uppercase;
  margin-bottom: 49px;
  margin-left: 56px;
}
.comimg-soon h3 span {
  margin: 0 38px;
}
.comimg-soon .countdown__timer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.comimg-soon .countdown__item {
  margin: 0 20px;
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  padding: 0;
  line-height: 94px;
  background: #15293a;
}
.comimg-soon .countdown__item::after, .comimg-soon .countdown__item::before {
  background: #15293a;
}
.comimg-soon .countdown__item::before {
  width: calc(130% - 3rem);
}
.comimg-soon .countdown__item::after {
  height: calc(130% - 3rem);
}
.comimg-soon .countdown__item:hover {
  box-shadow: 0 0px 32px 0 rgba(34, 183, 143, 0.5);
}
.comimg-soon .countdown__item span {
  font-size: 44px;
  line-height: 1.27;
  font-family: "Chakra Petch", sans-serif;
  color: #fff;
  font-weight: 700;
}
.comimg-soon .featured-countdown {
  margin-bottom: 40px;
}
.comimg-soon .featured-countdown ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 18px;
  margin-top: 4px;
}
.comimg-soon .featured-countdown ul li {
  margin-right: 60px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-family: "Urbanist", sans-serif;
}
.comimg-soon .featured-countdown ul li:nth-child(2) {
  padding-left: 13px;
}
.comimg-soon .featured-countdown ul li:nth-child(4) {
  margin-right: 0;
  margin-left: -12px;
}
.comimg-soon .widget-social li {
  margin: 0 19px 0 20px;
}
.comimg-soon .widget-social li a {
  background: none;
  width: auto;
  height: auto;
  --path:0;
}
.comimg-soon .widget-social li a:hover {
  background: none;
}
.comimg-soon form {
  max-width: 600px;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
}
.comimg-soon form#subscribe-form input {
  border-color: #69bf35;
  width: 100%;
  color: #B9B9BF;
  font-size: 15px;
  line-height: 1.73;
}
.comimg-soon form#subscribe-form input::placeholder {
  font-size: 15px;
  line-height: 1.73;
  color: #B9B9BF;
}
.comimg-soon form#subscribe-form button {
  max-width: 148px;
  position: absolute;
  height: 48px;
  right: 8px;
  top: 8px;
  text-transform: uppercase;
  width: 148px;
  letter-spacing: 1px;
}

.tf-contact .contact-details {
  overflow: hidden;
}
.tf-contact .contact-details .adress {
  margin-bottom: 43px;
}
.tf-contact .contact-details .adress.wrap-fx .location,
.tf-contact .contact-details .adress.wrap-fx .mail {
  width: 50%;
}
.tf-contact .contact-details .adress.wrap-fx .location ul li,
.tf-contact .contact-details .adress.wrap-fx .mail ul li {
  font-size: 20px;
  line-height: 1.6;
}
.tf-contact .contact-details .adress.wrap-fx .location {
  padding-right: 32px;
}
.tf-contact .contact-details .adress.wrap-fx .mail {
  padding-left: 30px;
}
.tf-contact .contact-details .adress h6 {
  margin-bottom: 3px;
}
.tf-contact .contact-details .flat-map {
  height: 430px;
}
.tf-contact .container {
  overflow: hidden;
}

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

.modal {
  z-index: 999999 !important;
}

/* 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;
}

@media only screen and (max-width: 1760px) {
  .gallery .gallery-thumbs {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1600px) {
  .gallery .gallery-thumbs {
    margin-right: -160px;
  }

  .swiper.sl-roadmap2 {
    width: 100%;
  }

  .details .page-title img {
    height: auto;
  }

  .btn-next-main,
.btn-prev-main {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }

  .btn-next-main {
    right: 0;
  }

  .btn-prev-main {
    left: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .header .main-nav {
    left: 20%;
  }

  .item-details .list-product .box {
    width: calc(50% - 16px);
  }

  #main-nav .menu li a {
    padding-right: 20px;
  }
  #main-nav .menu li a::after {
    font-size: 15px;
  }

  .grid #sidebar {
    padding: 0 15px;
  }

  .tf-contact .contact-details .adress.wrap-fx .mail,
.widget-recent-posts .recent-posts li ul.content {
    padding: 0;
  }

  .post-item {
    min-height: auto;
  }

  .post-item .wrap .image img {
    width: 100%;
  }

  .main .page-title .box-slider .content-box {
    padding-left: 0;
    width: 55%;
  }
  .main .page-title .box-slider .image {
    width: 45%;
  }

  .team-box .image {
    min-height: 100%;
  }

  .item-parner {
    padding: 0;
  }

  .item-post.st3 .post-item .content-item {
    bottom: 1px;
  }

  .roadmap.style2.style3::before {
    width: 85%;
  }
  .roadmap.style2.style3::after {
    width: 20%;
  }

  .post-item {
    min-height: auto !important;
  }
  .post-item .content-item {
    height: auto !important;
    bottom: 0 !important;
  }
  .post-item .content-item .content p {
    margin-bottom: 0;
  }

  .page-title .swiper-pagination {
    opacity: 1;
    visibility: visible;
  }
  .page-title .btn-next-main,
.page-title .btn-prev-main {
    opacity: 0;
    visibility: hidden;
  }

  .gallery .gallery-thumbs {
    padding-right: 0;
    margin-right: -70px;
  }

  .wrap-team {
    margin-right: -70px;
  }
}
@media only screen and (max-width: 1200px) {
  .gallery .gallery-thumbs {
    padding-right: 85px;
    margin-right: -70px;
  }

  .menu li {
    position: relative;
    margin-right: 25px;
  }

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

  .widget-recent-posts .recent-posts li ul.content li .meta-post {
    flex-wrap: wrap;
  }

  .main .page-title .box-slider .content-box {
    padding-top: 30px;
  }
  .main .page-title .box-slider .content-box h1 {
    font-size: 70px;
  }

  .how-we-work .box-text {
    margin-bottom: 30px;
  }

  .tf-team.style2 .team-box .image img {
    min-height: 240px;
    max-height: 240px;
  }

  .contact-details.p-l150,
.item-details,
.gallery {
    padding: 0;
  }

  .gallery-slider .swiper-slide .team-box .content {
    padding: 5px 0 0 15px;
  }

  .post-item {
    min-height: auto !important;
  }

  .roadmap.style2.style3 .box {
    padding: 50px 40px 40px 50px;
  }

  .comimg-soon h3 {
    letter-spacing: 25px;
  }
  .comimg-soon h3 span {
    margin: 0 15px;
  }

  .modal .modal-content {
    margin-left: 15px;
    margin-right: 15px;
  }

  .team-box .content .h8 {
    font-size: 18px;
  }

  .wrap-team {
    margin-right: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .wrap-team {
    margin-right: 0;
  }

  .team-box .image img {
    max-height: 100%;
  }

  .gallery .gallery-thumbs {
    padding-right: 0;
    margin-right: 0;
  }

  .mobile-button {
    display: block;
  }

  .box-wallet-inner .sc-box {
    width: calc(50% - 30px);
  }

  .home3 .tf-about .box-text {
    margin-bottom: 30px;
  }

  .faq.style3 .p-l70 {
    padding-left: 0;
  }

  .gallery {
    margin-top: 30px;
  }

  .main .page-title .box-slider .image {
    display: none;
  }

  .m-r-40 {
    margin: 0 !important;
  }

  .header #site-header-inner .tf-button {
    margin-right: 50px;
  }

  .image-details {
    margin-bottom: 30px;
  }
  .image-details img {
    width: 100%;
  }

  .contact-details {
    margin-top: 50px;
  }

  .wrap-fx .image-faq img,
.team-box .image img,
.roadmap,
.main .page-title .box-slider .content-box {
    width: 100%;
  }

  .wrap-fx .content-faq,
.wrap-fx .image-faq {
    width: 50%;
  }
  .wrap-fx .content-faq {
    padding-left: 15px;
  }
  .wrap-fx .image-faq {
    padding-right: 15px;
  }

  .main.home3 .page-title .box-slider .content-box {
    padding: 0;
  }
  .main.home3 .page-title .box-slider .content-box p {
    padding: 0;
  }

  .pd22,
.pd20,
.pd30 {
    padding: 0 !important;
  }

  .wrap-fx.p-l70,
.roadmap,
.wrap-about.p-l70,
.main .page-title .box-slider .content-box p {
    padding: 0;
  }

  .sl-team.swiper-container {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -40px;
    margin-right: -40px;
    padding-bottom: 40px !important;
  }

  .grid .article,
.grid #sidebar {
    width: 100%;
  }
  .grid .article {
    margin-bottom: 40px;
  }

  .tf-section {
    padding: 70px 0;
  }

  #footer .footer-main .widget-social {
    margin-left: 0;
  }
  #footer .footer-bottom .wrap-fx {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wrap-box-details .next {
    padding-left: 20px;
  }
  .wrap-box-details .previous {
    padding-right: 20px;
  }

  .tf-about .content-about .tf-button {
    margin-top: 20px;
  }

  .roadmap::before {
    top: 47%;
  }

  .roadmap .box.box-left .rm-box {
    padding-right: 22px;
  }
  .roadmap .box.box-right .rm-box {
    padding-left: 22px;
  }
  .roadmap .box .rm-box ul li {
    padding-left: 10px;
  }
  .roadmap .box .rm-box ul li::before {
    left: 0;
  }

  .post-item .content-item {
    height: auto !important;
  }

  .featured-box .img-box {
    width: calc(50% - 30px);
  }
  .featured-box .img-box img {
    width: 100%;
  }

  .tf-team.style2 .team-box .image img {
    min-height: 100%;
    max-height: 100%;
  }

  .faq .flat-accordion {
    max-width: 100%;
  }

  .post-item .content-item {
    bottom: 0;
  }

  .tf-item .fl-item {
    width: calc(50% - 30px);
  }

  .tabl-mb-30 {
    margin-bottom: 30px;
  }

  .roadmap.scrol {
    height: auto;
    overflow-y: visible;
  }

  .main .page-title {
    height: 700px;
  }
  .main .page-title .slider-st2,
.main .page-title .slider-st3,
.main .page-title .slider-st1 {
    height: 700px;
    padding: 180px 0 0;
  }
  .main .page-title .slider-st2 .box-slider .content-box .title,
.main .page-title .slider-st3 .box-slider .content-box .title,
.main .page-title .slider-st1 .box-slider .content-box .title {
    font-size: 60px;
  }
  .main .page-title .slider-st3 .box-slider .content-box {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .page-title .btn-next-main,
.page-title .btn-prev-main {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main .slider-st1,
.main .slider-st2,
.main .slider-st3,
.main .page-title {
    height: 700px;
  }
  .main .page-title .slider-st2,
.main .page-title .slider-st3,
.main .page-title .slider-st1 {
    padding: 130px 0 0;
  }
  .main .page-title .slider-st3 .box-slider .content-box {
    padding-left: 0;
    padding-right: 0;
  }
  .main .page-title .slider-st3 .box-slider .content-box p {
    padding: 0;
  }

  .box-wallet-inner .sc-box {
    width: calc(100% - 30px);
  }

  .modal .modal-content {
    padding: 40px 20px 20px;
  }

  .roadmap.style2.style3::before {
    width: 110%;
  }
  .roadmap.style2.style3 .box {
    padding: 50px 20px 0 45px;
    margin-left: 15px;
  }

  .video {
    height: 250px;
    position: relative;
  }
  .video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .video .wrap-video a {
    top: 30%;
  }

  .pg-faq .faq.style3 .content-about {
    margin-top: 30px;
  }

  .wrap-fx .content-faq,
.wrap-fx .image-faq {
    width: 100%;
    padding: 0;
  }
  .wrap-fx .image-faq {
    margin-bottom: 30px;
  }

  .tf-item .widget.widget-search {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .tf-item .seclect-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tf-item .seclect-box .dropdown {
    margin: 0 10px 10px;
  }

  .swiper .sl-roadmap2 {
    width: auto;
  }

  .swiper-button-prev,
.swiper-button-next,
.button-fx {
    display: none !important;
  }

  .mobie-30 {
    margin-bottom: 30px;
  }

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

  #footer .footer-bottom {
    padding: 15px 0;
  }

  .item-parner .image {
    text-align: center;
  }

  .wrap-team {
    margin-right: 0;
  }

  .header #site-header-inner .tf-button {
    padding: 10px 10px;
    margin-right: 35px;
    font-size: 14px;
  }

  .p-r60 {
    padding-right: 0 !important;
  }

  .post.inner-post {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .post.inner-post .image {
    width: 100%;
    margin-bottom: 20px;
    min-width: 100%;
  }
  .post.inner-post .image img {
    width: 100%;
  }
  .post.inner-post .content-post {
    padding: 0;
  }

  #footer .footer-bottom .wrap-fx .list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .widget-Tags ul {
    margin-right: 0;
  }

  .wrap-box-details {
    display: block;
  }
  .wrap-box-details .previous,
.wrap-box-details .next {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .wrap-box-details .previous {
    margin-bottom: 15px;
  }
  .wrap-box-details .previous::after {
    display: none;
  }

  .wrap-widget {
    display: block;
  }
  .wrap-widget .widget.widget-tag {
    margin-bottom: 15px;
    align-items: flex-start;
  }
  .wrap-widget .widget.widget-tag ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .wrap-widget .widget.widget-social {
    justify-content: flex-start;
  }

  .roadmap {
    display: block;
  }
  .roadmap::before, .roadmap::after {
    display: none;
  }
  .roadmap .box.box-left, .roadmap .box.box-right {
    width: 100%;
    margin-top: 0;
  }
  .roadmap .box.box-left .rm-box, .roadmap .box.box-right .rm-box {
    padding: 0 !important;
    margin-bottom: 30px;
  }
  .roadmap .box.box-left .rm-box::after, .roadmap .box.box-right .rm-box::after {
    display: none;
  }
  .roadmap .box.box-left .rm-box {
    padding-right: 22px;
  }
  .roadmap .box.box-right .rm-box {
    padding-left: 22px;
  }
  .roadmap .box .rm-box ul li {
    padding-left: 10px;
  }
  .roadmap .box .rm-box ul li::before {
    left: 0;
  }
  .roadmap.style2::before, .roadmap.style2::after {
    display: block;
  }

  .sl-team.swiper-container {
    padding-bottom: 10px;
  }

  .swiper.sl-roadmap {
    width: auto;
  }

  .gallery-slider .swiper-slide .team-box .content {
    padding: 20px 0 0 15px;
  }
  .gallery-slider .swiper-slide .team-box .content h5 {
    font-size: 32px;
  }
  .gallery-slider .swiper-slide .team-box img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }

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

  .mobie-mb-0 {
    margin-bottom: 0 !important;
  }

  .pb-mobie {
    padding-bottom: 0 !important;
  }

  .pb-mobie-40 {
    padding-bottom: 40px !important;
  }

  .pb-mobie35 {
    padding-bottom: 35px !important;
  }

  .item-parner .sl-parner {
    margin-bottom: 30px;
  }

  .m-b50,
.m-b60,
.m-b61,
.tf-title.m-b30,
.tf-title.m-b60 {
    margin-bottom: 40px !important;
  }

  .m-t60 {
    margin-top: 40px !important;
  }

  .roadmap {
    margin-top: 0 !important;
  }

  .comimg-soon h3 {
    letter-spacing: 10px;
    margin-left: 0;
  }
  .comimg-soon h3 span {
    margin: 0 5px;
  }
  .comimg-soon .sub-heading {
    margin-left: 0;
    letter-spacing: 3.5px;
    font-size: 15px;
  }
  .comimg-soon .sub-heading span {
    margin: 0 5px;
  }

  .tf-contact .contact-details .adress.wrap-fx {
    display: block;
  }
  .tf-contact .contact-details .adress.wrap-fx .location,
.tf-contact .contact-details .adress.wrap-fx .mail {
    width: 100%;
  }
  .tf-contact .contact-details .adress.wrap-fx .location {
    margin-bottom: 30px;
    padding: 0;
  }

  .item-parner {
    margin-top: 30px;
  }

  .comimg-soon {
    padding: 150px 0;
  }

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

  .gallery-thumbs .swiper-slide {
    height: auto;
  }

  .page-title.p404 {
    padding: 200px 0;
  }

  .page-title .swiper-pagination {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .gallery-slider .swiper-slide .team-box {
    display: block;
  }
  .gallery-slider .swiper-slide .team-box .content {
    padding: 20px 0 0 0;
  }
  .gallery-slider .swiper-slide .team-box img {
    width: 100%;
    height: 100%;
  }

  .comimg-soon form#subscribe-form button {
    padding: 10px;
  }

  .swiper.mySwiper3,
.swiper.mySwiper4,
.swiper.mySwiper2,
.swiper.mySwiper1 {
    transform: translateX(0);
  }

  .swiper.mySwiper {
    width: auto;
  }

  #subscribe-form input {
    padding-left: 12px;
  }

  .featured-box .img-box {
    width: calc(100% - 30px);
  }

  .how-we-work.style2 .box-text {
    width: calc(100% - 30px);
  }

  .mobie-mb-30 {
    margin-bottom: 30px !important;
  }

  .tf-item .fl-item {
    width: calc(100% - 30px);
  }

  .swiper.mySwiper2 img, .swiper.mySwiper1 img {
    width: 100%;
  }

  .page-title.p404 h1 {
    font-size: 150px;
  }

  .comimg-soon h3 {
    font-size: 30px;
  }

  .comimg-soon .countdown__item {
    line-height: 80px;
    margin: 0 5px;
    width: 70px;
    height: 70px;
  }
  .comimg-soon .countdown__item span {
    font-size: 35px;
  }

  .comimg-soon .featured-countdown ul li {
    margin-right: 22px;
  }
}
@media only screen and (max-width: 500px) {
  .gallery-thumbs .swiper-slide .image:hover::before {
    max-width: 100%;
    max-height: 100%;
  }
  .gallery-thumbs .swiper-slide .image img {
    max-width: 100%;
    max-height: 100%;
  }

  .main .page-title {
    height: auto;
  }
  .main .page-title .slider-st2,
.main .page-title .slider-st3,
.main .page-title .slider-st1 {
    padding: 120px 0 80px;
    height: auto;
  }
  .main .page-title .slider-st2 .overlay,
.main .page-title .slider-st3 .overlay,
.main .page-title .slider-st1 .overlay {
    height: 102%;
  }
  .main .page-title .slider-st2 .box-slider .content-box .title,
.main .page-title .slider-st3 .box-slider .content-box .title,
.main .page-title .slider-st1 .box-slider .content-box .title {
    font-size: 40px;
  }
  .main .page-title .slider-st2 .box-slider .content-box p,
.main .page-title .slider-st3 .box-slider .content-box p,
.main .page-title .slider-st1 .box-slider .content-box p {
    margin-bottom: 20px;
  }
  .main .page-title .slider-st2 .box-slider .content-box .wrap-btn,
.main .page-title .slider-st3 .box-slider .content-box .wrap-btn,
.main .page-title .slider-st1 .box-slider .content-box .wrap-btn {
    display: block;
  }
  .main .page-title .slider-st2 .box-slider .content-box .wrap-btn .tf-button-st2,
.main .page-title .slider-st3 .box-slider .content-box .wrap-btn .tf-button-st2,
.main .page-title .slider-st1 .box-slider .content-box .wrap-btn .tf-button-st2 {
    margin-right: 22px;
/*    margin-bottom: 10px;*/
  }
  .main .page-title .slider-st3 .box-slider .content-box {
    padding-left: 0;
    padding-right: 0;
  }
  .main .page-title .slider-st3 .box-slider .content-box p {
    padding: 0;
  }

  .modal .modal-content .header-popup h5 {
    font-size: 30px;
    padding-right: 30px;
  }

  .box-wallet-inner .sc-box {
    padding: 30px 15px;
  }

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

  #footer .footer-main #subscribe-form {
    display: block;
    height: auto;
  }
  #footer .footer-main #subscribe-form input {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .footer-main #subscribe-form button {
    position: relative;
    left: 0;
    top: 0;
  }

  .comimg-soon form#subscribe-form button {
    max-width: 130px;
  }

  .header #site-header-inner .tf-button {
    padding: 10px;
    margin-right: 34px;
    font-size: 14px;
  }
}
@font-face {
  font-family: "cybox";
  src: url("../../assets/font/Furore.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: "IBM Plex Mono", monospace;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #B9B9BF;
  background-color: #0c1226;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  color: #fff;
}

h1,
.h1 {
  font-size: 80px;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 64px;
  line-height: 1.25;
}

h3,
.h3 {
  font-size: 56px;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 44px;
  line-height: 1.25;
}

h5,
.h5 {
  font-size: 36px;
  line-height: 1.2;
}

h6,
.h6 {
  font-size: 30px;
  line-height: 1.33;
}

.h7,
.h8 {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  color: #fff;
}

.h7 {
  font-size: 24px;
  line-height: 1.33;
}
.h7.st {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

.h8 {
  font-size: 20px;
  line-height: 1.3;
}
.h8.st {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

.container {
  max-width: 1440px;
}

.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: #69bf35;
  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: #141A31 !important;
}

.bg-st2 {
  background: #100D1E !important;
}

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

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

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: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "IBM Plex Mono", monospace;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 17px;
  line-height: 28px;
  border-radius: 0;
  padding: 13px 15px 13px 27px;
  height: 45px;
  width: 100%;
  background: transparent;
  color: #565660;
}

textarea::placeholder,
input[type=text]::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: "IBM Plex Mono", monospace;
  color: #565660;
}

/* 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: #69bf35;
}

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

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

/* PreLoad
-------------------------------------------------------------- */
.preload {
  overflow: hidden;
}

.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow: hidden;
}

.preload-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 100;
  margin: -30px 0 0 -30px;
  background: #ffffff;
  border-radius: 50%;
  background-image: url("../../assets/images/logo/preload.png");
  background-repeat: no-repeat;
  background-position: center center;
  animation: preload 1s linear infinite alternate;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.tf-section {
  position: relative;
  padding: 80px 0;
  margin-bottom: 0 !important;
}

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