﻿@charset "utf-8";
/*
/*	Copyright (c) 2022 Frenify
/*	Author: Frenify
/*	This file is made for CURRENT TEMPLATE
/*


	List of CSS codes:
	
	01) Base


/*------------------------------------------------------------------*/
/*	01) Base
/*------------------------------------------------------------------*/
@font-face {
    font-family: 'Godsownjunkyard-Regular';
    src: url('font/Godsownjunkyard-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'ethnocentric rg';
    src: url('font/ethnocentric rg.otf') format('opentype');
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('font/Montserrat-Bold.ttf') format('truetype');
}
@import url('http://fonts.cdnfonts.com/css/clash-display');
:root{
	--sbc: #0a0a0a;
	--mc: #78f701;
	--hc: #fff;
	--bc: #ccc;
	--hff: 'Heebo', sans-serif;
	--bff: 'Nunito', sans-serif;
	--eff: 'Open Sans', sans-serif;
	--extra-color: #666;
}
html{
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
}
*:after,
*:before,
*{
	box-sizing: border-box;
}
body{
	font-family: var(--bff);
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.44;
	font-weight: 400;
	color: var(--bc);
	position: relative;
	word-break: break-word;
	background-color: var(--sbc);
}
section{
	padding:50px 0px !important;
}
.fn__svg{
	fill: currentcolor;
	width: 18px;
	height: 18px;
	opacity: 0;
}
.replaced-svg{
	opacity: 1;
}
p{
	letter-spacing: 0;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--hc);
	font-family: var(--hff);
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 30px;
}
h1>a, h2>a, h3>a, h4>a, h5>a, h6>a{
	text-decoration: none;
	color: var(--hc);
}
h1>a:hover, h2>a:hover, h3>a:hover, h4>a:hover, h5>a:hover, h6>a:hover{
	color: #70e1f7;
}
input[type="text"]{
	background-color: #181818;
	border-radius: 5px;
	border: 2px solid var(--extra-color);
	font-size: 16px;
	letter-spacing: 0;
	line-height: 46px;
	height: 50px;
	padding: 0 15px;
}
textarea{
	background-color: #181818;
	border-radius: 5px;
	border: 2px solid var(--extra-color);
	font-size: 16px;
	letter-spacing: 0;
	padding: 13px 15px;
	height: 250px;
}
textarea:focus,
input[type="text"]:focus{
	outline: none;
	background-color: #181818;
	border-color: #777;
}
/*------------------------------------------------------------------*/
/*	02) Container
/*------------------------------------------------------------------*/
.container{
	width: 100%;
	max-width: 1360px;
	padding: 0 80px;
	margin: 0 auto;
}
.container.wide{
	max-width: 1760px;
}
.container.small{
	max-width: 900px;
}
.container:after,
.clearfix:after,
.clearfix:before{
	content: '';
	clear: both;
	display: table;
}
@media(max-width: 1400px){.container{padding: 0 40px;}}
@media(max-width: 1040px){.container{padding: 0 20px;}}
@media(max-width: 480px){.container{padding: 0 10px;}}
/*------------------------------------------------------------------*/
/*	02) Some codes
/*------------------------------------------------------------------*/
a.full_link{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.bg_overlay .bg_image,
.bg_overlay .bg_color,
.bg_overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg_overlay .bg_color{
	z-index: 2;
}
[class*="mw_"]{
	margin-left: auto;
	margin-right: auto;
}
.mw_650{max-width: 650px;}
.mw_500{max-width: 500px;}
/*------------------------------------------------------------------*/
/*	02) Site Structure
/*------------------------------------------------------------------*/
.neoh_fn_main,
.neoh_fn_main *{
	box-sizing: border-box;
}
.neoh_fn_main{
	position: relative;
	z-index: 2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}
/*------------------------------------------------------------------*/
/*	xx) Header
/*------------------------------------------------------------------*/
.neoh_fn_header{
	padding: 20px 0;
	/*border-bottom: 1px solid rgba(255,255,255,.1);*/
}
.neoh_fn_header{
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	transition: all .3s ease;
}
	.neoh_fn_header.fixer, .neoh_fn_header.episodes {
		background-color: #111;
		padding: 20px 0;
	}
.neoh_fn_header .header_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.trigger_in{
	cursor: pointer;
	font-family: var(--hff);
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 10px;
	padding-right: 65px;
	position: relative;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	transition: all .3s ease;
}
.trigger.is-active,
.trigger:hover .trigger_in{
	color: #70e1f7;
}
.trigger.is-active .hamb_a{
	top: 6px;
	transform: rotate(45deg);
}
.trigger.is-active .hamb_c{
	top: 6px;
	transform: rotate(-45deg);
}
.trigger.is-active .hamb_b{
	transform: translateX(100%);
	opacity: 0;
}
.trigger.is-active .hamb_a,
.trigger.is-active .hamb_b,
.trigger.is-active .hamb_c{
	background-color: #eee;
}
.trigger_in .hamb{
	width: 50px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	margin-top: -7.5px;
}
.trigger_in .hamb_a,
.trigger_in .hamb_b,
.trigger_in .hamb_c{
	position: absolute;
	width: 50px;
	height: 1px;
	background-color: #aaa;
	left: 0;
	transition: all .3s ease;
}
.trigger_in .hamb_a{top: 0;}
.trigger_in .hamb_b{top: 7px;}
.trigger_in .hamb_c{top: 14px;}
.trigger_in .text{
	line-height: 1;
}
/*------------------------------------------------------------------*/
/*	xx) Hero Header
/*------------------------------------------------------------------*/
.neoh_fn_hero{
	width: 100%;
	position: relative;
	z-index: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}
.neoh_fn_hero .overlay_slider{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.neoh_fn_hero .overlay_slider .swiper-container .main_image{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.neoh_fn_hero .overlay_slider .swiper-slide{
	overflow: hidden;
}
.neoh_fn_hero .overlay_slider .swiper-container,
.neoh_fn_hero .overlay_slider .swiper-slide{
	height: 100%;
}
.neoh_fn_hero .overlay_slider .swiper-container{
	cursor: e-resize;
}
.neoh_fn_hero iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.neoh_fn_hero .bg_color{
	background-color: rgba(0,0,0,0.85);
}


/* -->> Home Kenburns Colors */
.home-kenburns .neoh_fn_hero .bg_color{background-color: rgba(0,0,0,0.55);}
/* <<-- Home Kenburns Colors */

/* Half Content */
.neoh_fn_hero.half{
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.neoh_fn_hero.half .hero_content{
	width: 50%;
	background-color: #0a0a0a;
}
.neoh_fn_hero.half .bg_overlay{
	left: 50%;
}

.neoh_fn_hero .hero_content{
	position: relative;
	z-index: 15;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	padding: 150px 0;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.neoh_fn_hero .content{
	text-align: center;
}
@font-face {
	font-family: neon;
	src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/neon.ttf);
}
.neoh_fn_hero .fn_title {
    max-width: 600px;
    /*margin: 0 auto;*/
    padding: 0;
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1;
    margin-bottom: 10px;
    font-family: neon;
    transform: translateZ(0);
    position: relative;
    left: -55px;
    text-shadow: 0 0 30px #70e1f7;
    color: #70e1f7;
}
	.neoh_fn_hero .fn_title.mainTitle {
		position: unset;
	}
.neoh_fn_hero.mainTitleWrapper{
	align-items:flex-start;
}
.neoh_fn_hero .fn_desc {
	padding: 0;
	font-size: 24px;
	line-height: 1.3333;
	max-width: 500px;
	margin: 0 auto;
}
.neoh_fn_down{
	position: absolute;
	bottom: 24px;
	z-index: 15;
	text-decoration: none;
	color: #eee;
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--hff);
	letter-spacing: 1px;
	padding-top: 60px;
}
.neoh_fn_down:hover{
	color: #70e1f7;
}
.neoh_fn_down:hover .icon{
	color: #70e1f7;
}
.neoh_fn_down:hover .icon:after{
	background-color: #70e1f7;
}
.neoh_fn_down .icon{
	position: absolute;
	display: block;
	top: -16px;
	left: 50%;
	width: 18px;
	height: 40px;
	color: #aaa;
	margin-left: -9px;
	-webkit-animation: bottomArrow 1.5s infinite;
    animation: bottomArrow 1.5s infinite;
	transition: all .3s ease;
}
.neoh_fn_down .icon:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 40px;
	background-color: #aaa;
	left: 50%;
	margin-left: -1px;
	transition: all .3s ease;
}
.neoh_fn_down .fn__svg{
	position: absolute;
	display: block;
	bottom: -4px;
	transform: rotate(90deg);
	left: 50%;
	margin-left: -9px;
	z-index: 3;
}
@keyframes bottomArrow {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0px, 20px);
		opacity: 0;
	}
}
@keyframes topArrow {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0px, -20px);
		opacity: 0;
	}
}

/* Animated Title */
.fn_animated_text{
	opacity: 0;
}
.fn_animated_text.ready{
	opacity: 1;
}
.fn_animated_text span{
    animation: fn_animated_text 0.8s both;
}
.fn_animated_text em{
	opacity: 0;
}
@keyframes fn_animated_text {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 1;
    text-shadow: 0 0 25px white;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}



#about{
	/*background-color: #111;*/
	padding: 0;
	position: relative;
}
.neoh_fn_about_item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 40px;
}
.neoh_fn_about_item:last-child{
	margin-bottom: 0;
}
.neoh_fn_about_item.reverse{
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.neoh_fn_about_item.reverse .content_item{
	padding: 0px 40px 25px 0px;
}
.neoh_fn_about_item .img_item{
	width: 50%;
	position: relative;
}
.neoh_fn_about_item .img_item:after{
	/*content: '';*/
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #353535;
	left: 0;
	top: 0;
	transform: rotate(5deg);
}
.neoh_fn_about_item .img_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 13px;
	position: relative;
	z-index: 3;
	/*box-shadow: 0px 0px 50px rgba(0,0,0,0.6);*/
}
.neoh_fn_about_item .content_item{
	width: 50%;
	padding: 40px 40px 40px 100px;
}
.neoh_fn_about_item .neoh_fn_title {
	margin-bottom: 45px;
}
.neoh_fn_about_item .desc p{
	margin-bottom: 27px;
}
.neoh_fn_about_item .desc p:last-child{
	margin-bottom: 0;
}
.neoh_fn_about_item .desc{
	margin-bottom: 37px;
}
.neoh_fn_about_item .buttons{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
}
.neoh_fn_about_item .buttons a{
	margin: 5px 20px 5px 0;
}
.neoh_fn_about_item .buttons a:last-child{
	margin-right: 0;
}
	.neoh_fn_about_item .buttons a, .neoh_fn_button.only_text {
		margin-right: auto !important;
		margin-left: auto !important;
	}

/* Main Title */
.neoh_fn_title{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}
.neoh_fn_title .fn_title{
	margin: 0;
	padding: 0;
	font-size: 48px;
	/*margin-bottom: 6px;*/
}
.neoh_fn_title .line{
	position: relative;
	width: 140px;
	height: 10px;
}
.neoh_fn_title .line span{
	width: 140px;
	display: block;
	height: 2px;
	background-color: var(--extra-color);
	position: absolute;
	top: 4px;
}
.neoh_fn_title .line:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 10px;
	left: 50%;
	margin-left: -2px;
	background-color: var(--extra-color);
	border-radius: 10px;
}
.neoh_fn_title .line span:after,
.neoh_fn_title .line span:before{
	width: 2px;
	background-color: var(--extra-color);
	position: absolute;
	content: '';
	z-index: 3;
	margin-top: -3px;
	height: 6px;
	top: 50%;
}
.neoh_fn_title .line span:before{
	right: 50%;
	margin-right: 12px;
}
.neoh_fn_title .line span:after{
	left: 50%;
	margin-left: 12px;
}
.neoh_fn_title[data-align="left"]{
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.neoh_fn_title[data-align="left"] .line:after{
	left: 0;
	margin-left: 0;
}
.neoh_fn_title[data-align="left"] .line span:before{
	left: 14px;
	right: auto;
	margin-right: 0;
}
.neoh_fn_title[data-align="left"] .line span:after{
	left: 26px;
	right: auto;
	margin-left: 0;
	margin-top: -2px;
	height: 4px;
}
.neoh_fn_title[data-align="right"]{
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.neoh_fn_title[data-align="right"] .line:after{
	left: auto;
	margin-left: 0;
	right: 0;
}
.neoh_fn_title[data-align="right"] .line span:before{
	left: auto;
	right: 14px;
	margin-right: 0;
}
.neoh_fn_title[data-align="right"] .line span:after{
	left: auto;
	right: 26px;
	margin-left: 0;
	margin-top: -2px;
	height: 4px;
}



/* Main Button */
.neoh_fn_button {
    display: block;
    width: fit-content;
    max-width: 100%;
    text-decoration: none;
    color: var(--bc);
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--hff);
    border: 2px solid #70e1f7;
    border-radius: 100px;
    line-height: 46px;
    padding: 0 20px 0 73px;
    position: relative;
    text-align: center;
    letter-spacing: .5px;
    font-weight: 900;
}
.neoh_fn_button .text{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.neoh_fn_button.only_text{
	padding: 0 28px;
}
.neoh_fn_button.full{
	width: 100%;
	line-height: 66px;
}
.neoh_fn_button .icon{
	display: block;
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -11px;
}
.neoh_fn_button .icon:after{
	content: '';
	width: 2px;
	height: 26px;
	background-color: var(--extra-color);
	left: 100%;
	margin-left: 14px;
	top: 50%;
	margin-top: -13px;
	position: absolute;
}
.neoh_fn_button .icon:before{
	content: '';
	width: 2px;
	height: 0;
	background-color: black;
	left: 100%;
	margin-left: 14px;
	top: -2px;
	position: absolute;
	z-index: 3;
	transition: all .3s ease;
}
.neoh_fn_button .fn__svg{
	width: 22px;
	height: 22px;
	display: block;
}
.neoh_fn_button:hover{
	border-color: #70e1f7;
    color: #000;
    font-weight: 900;
    background: #70e1f7;
    box-shadow: 0 0 40px 0 #70e1f7;
}
.neoh_fn_button:hover .icon:after{
	opacity: 0;
}
.neoh_fn_button:hover .icon:before{
	height: 26px;
}



/* Divider */
.fn__divider{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	display: block;
	z-index: 6;
	color: #111;
}
.top_divider{
	top: -1px;
}
.bottom_divider{
	bottom: -1px;
	transform: rotate(180deg);
}



/* Services Section */
#services{
	padding: 60px 0 270px;
	position: relative;
}
#services .neoh_fn_title{
	margin-bottom: 66px;
}
/* Services Shortcode */
.neoh_fn_services ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -40px;
}
.neoh_fn_services li{
	padding: 0px 20px;
	width: 25%;
	margin-bottom: 40px;
}
/*.donation .neoh_fn_services li{
	width:20%;
}*/
.donation .neoh_fn_gualist li{
	width:60%;
}
	.donation .neoh_fn_gualist li .numbers {
		width:300px;
	}
		.donation .neoh_fn_gualist li .numbers .firstPartWrapper {
			padding-right: 15px;
			margin-right: 15px;
		}

.donation .neoh_fn_services .item {
	width: 100% !important;
}
.neoh_fn_services .item {
	width: 100%;
}
.neoh_fn_services .item_num{
	position: relative;
	padding-left: 16px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.neoh_fn_services .item_num span{
	background-color: #252525;
	min-width: 46px;
	line-height: 30px;
	text-align: center;
	display: block;
	position: relative;
	transition: all .3s ease;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--hff);
	letter-spacing: .5px;
}
.neoh_fn_services .item_num span:after,
.neoh_fn_services .item_num span:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	transition: all .3s ease;
}
.neoh_fn_services .item_num span:before{
	border-width: 0 0 30px 12px;
	border-bottom-color: #252525;
	right: 100%;
	top: 0;
}
.neoh_fn_services .item_num span:after{
	border-width: 30px 0 0 12px;
	border-left-color: #252525;
	left: 100%;
	top: 0;
}
.neoh_fn_services .item_content {
    padding: 20px 20px;
    border: 2px solid #70e1f7;
    border-radius: 30px;
    transition: all .3s ease;
}
.neoh_fn_services .item:hover .item_content{
	border-color: #70e1f7;
}
.neoh_fn_services .item:hover .item_num span{
	background-color: #70e1f7;
	color: #fff;
}
.neoh_fn_services .item:hover .item_num span:after{
	border-left-color: #70e1f7;
}
.neoh_fn_services .item:hover .item_num span:before{
	border-bottom-color: #70e1f7;
}
.neoh_fn_services .item_content h3.fn_title {
	font-size: 18px;
}
.neoh_fn_services .fn_title{
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 18px;
}

.neoh_fn_services li:nth-of-type(2n+1){
	margin-top: 40px;
}
.neoh_fn_services .team li:nth-of-type(2n+1) {
    margin-top: 0px;
}



/* Drop Section */
#drop{
	padding: 135px 0;
	position: relative;
	background-color: #111;
}
#drop .neoh_fn_title{
	margin-bottom: 70px;
}
/* Drops List Shortcode */
#drop .neoh_fn_drops{
	margin-bottom: 143px;
}
.neoh_fn_drops ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -40px;
}
.neoh_fn_drops li{
	width: 33.3333%;
	padding-left: 40px;
	margin-bottom: 40px;
}
.neoh_fn_drops .item{
	width: 100%;
	position: relative;
}
.neoh_fn_drops .item:after{
	content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--extra-color);
    border-radius: 10px;
	transition: all .3s ease;
}
.neoh_fn_drops .item:hover:after{
	border-color: #70e1f7;
}
.neoh_fn_drops .img_holder{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	z-index: 5;
}
.neoh_fn_drops .img_holder img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s ease;
}
.neoh_fn_drops .item:hover .img_holder img{
	transform: scale(1.2) rotate(-5deg) translateZ(0);
}
.neoh_fn_drops .title_holder{
	text-align: center;
	padding: 22px 20px 21px;
	position: relative;
	z-index: 5;
}
.neoh_fn_drops .fn_title{
	margin: 0;
	padding: 0;
	font-size: 18px;
}




/* Gallery 1-2 */
.neoh_fn_gallery_1_2 .gallery_in{
	--gap: 20px;
	
/*	padding: 0 var(--gap);*/
	
	display: grid;
	grid-template-columns: 2.1fr 1fr;
	grid-column-gap: var(--gap);
   	grid-row-gap: var(--gap);
}
.neoh_fn_gallery_1_2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s ease;
	transform: translateZ(0);
}
.neoh_fn_gallery_1_2 .row2{
	grid-row: span 2;
}
.neoh_fn_gallery_1_2 .item{
	position: relative;
	overflow: hidden;
	border-radius: 0px;
}
.neoh_fn_gallery_1_2 .item:hover img{
	/*transform: scale(1.1) rotate(-5deg) translateZ(0);*/
}



/* Timeline */
.neoh_fn_timeline .timeline_content{
	width: 100%;
}
.neoh_fn_timeline .timeline_list{
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	overflow: hidden;
}
.neoh_fn_timeline .timeline_item{
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
	opacity: 0;
	transition: all .4s ease-in-out;
}
.neoh_fn_timeline .timeline_item.previous{
	-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}
.neoh_fn_timeline .timeline_item.active{
	position: relative;
    z-index: 5;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.neoh_fn_timeline .t_item{
	padding: 40px;
	width: 100%;
	border: 2px solid var(--extra-color);
	border-radius: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
}
.neoh_fn_timeline .t_item_img{
	width: 50%;
}
.neoh_fn_timeline .t_item_info{
	width: 50%;
	padding: 0 0 0 70px;
}
.neoh_fn_timeline .fn_date{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 26px;
	overflow: hidden;
}
.neoh_fn_timeline .fn_read{
	margin-bottom: 0;
}
.neoh_fn_timeline .fn_date span{
	background-color: #252525;
    line-height: 30px;
    text-align: center;
    display: block;
    position: relative;
    transition: all .3s ease;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--hff);
    letter-spacing: 0px;
	padding: 0 15px;
}
.neoh_fn_timeline .fn_date span:after{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
	border-width: 30px 0 0 12px;
    border-left-color: #252525;
    left: 100%;
    top: 0;
}
.neoh_fn_timeline .fn_title {
/*	font-size: 22px;
	font-weight: 500;*/
	margin: 0;
	padding: 0;
	margin-bottom: 45px;
	font-family: 'Clash Display', sans-serif !important;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 900;
	letter-spacing: -3px;
}
.neoh_fn_timeline .fn_desc{
	margin-bottom: 27px;
}
.neoh_fn_timeline .timeline_progress{
	padding: 0 20px;
	position: relative;
	height: 70px;
	width: 100%;
	margin-top: 20px;
}
.neoh_fn_timeline .progress_line_wrapper{
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.neoh_fn_timeline .progress_line{
	position: absolute;
	left: 0;
	top: 30px;
	background-color: #252525;
	width: 100%;
	height: 2px;
	
	-webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    transition: transform .4s ease;
}
.neoh_fn_timeline .progress_line .active_line{
	position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    
    background-color: var(--extra-color);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.neoh_fn_timeline .progress_line ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 7;
}
.neoh_fn_timeline .progress_line li{
	margin: 0;
	padding: 0;
}
.neoh_fn_timeline .progress_line li.previous .circle{
	background-color: #aaa;
	background-color: #70e1f7;
}
.neoh_fn_timeline .progress_line li.active a{
	color: #eee;
}
.neoh_fn_timeline .progress_line li.active .circle{
	background-color: #70e1f7;
}
.neoh_fn_timeline .progress_line a{
	display: block;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #666;
	letter-spacing: 0;
	position: absolute;
	white-space: nowrap;
	line-height: 1;
	top: 100%;
	padding: 10px 0;
	left: 100%;
}
.neoh_fn_timeline .progress_line a:after{
	content: '';
	position: absolute;
	bottom: 100%;
	width: 100%;
	height: 100%;
	left: 0;
}
.neoh_fn_timeline .progress_line .circle{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	display: block;
	bottom: 100%;
	background-color: #252525;
	left: 50%;
	margin-left: -10px;
	margin-bottom: 4px;
}
.neoh_fn_timeline .progress_line li:nth-child(1) a{left: 115px;}
.neoh_fn_timeline .progress_line li:nth-child(2) a{left: 350px;}
.neoh_fn_timeline .progress_line li:nth-child(3) a{left: 580px;}
.neoh_fn_timeline .progress_line li:nth-child(4) a{left: 810px;}
.neoh_fn_timeline .progress_line li:nth-child(5) a{left: 1040px;}
.neoh_fn_timeline .progress_line li:nth-child(6) a{left: 1270px;}
.neoh_fn_timeline .progress_line li:nth-child(7) a{left: 1500px;}

.neoh_fn_timeline .progress_line span.text{
	font-size:18px;
}

.neoh_fn_timeline .nav_next,
.neoh_fn_timeline .nav_prev{
	position: absolute;
	display: block;
	width: 20px;
	height: 16px;
	text-decoration: none;
	color: var(--extra-color);
	top: 50%;
	margin-top: -8px;
}
.neoh_fn_timeline .nav_next.inactive,
.neoh_fn_timeline .nav_prev.inactive{
	cursor: default;
	opacity: .3;
}
.neoh_fn_timeline .nav_prev:hover,
.neoh_fn_timeline .nav_next:hover{
	color: #eee;
}
.neoh_fn_timeline .nav_next .fn__svg,
.neoh_fn_timeline .nav_prev .fn__svg{
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
}
.neoh_fn_timeline .nav_prev .fn__svg{
	left: -3px;
	transform: rotate(180deg);
}
.neoh_fn_timeline .nav_next .fn__svg{
	right: -3px;
}
.neoh_fn_timeline .nav_prev{
	left: 0;
}
.neoh_fn_timeline .nav_next{
	right: 0;
}





/* Section Investor */
#investor{
	position: relative;
	padding: 0 0 40px;
}
#investor .neoh_fn_title{
	margin-bottom: 45px;
}

/* Investor List Shortcode */
.neoh_fn_investor ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -10px;
}
.neoh_fn_investor li{
	width: 20%;
	padding-left: 10px;
	margin-bottom: 10px;
}
.neoh_fn_investor .item{
	width: 100%;
	position: relative;
	background-color: #111;
	border-radius: 5px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 150px;
	padding: 20px;
}
.neoh_fn_investor .item img{
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: .5;
}
.neoh_fn_investor .item:hover img{
	opacity: 1;
}



/* Blog Section */
#blog{
	position: relative;
	padding: 135px 0 85px;
	background-color: #111;
}
#blog .neoh_fn_title{
	margin-bottom: 70px;
}

/* Moving Box */
.neoh_fn_moving_text{
	position: fixed;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	z-index: 102;
}
.neoh_fn_moving_text.active{
	opacity: 1;
	visibility: visible;
}
.neoh_fn_moving_box{
	position: fixed;
    width: 370px;
    height: 270px;
    z-index: 999;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    right: 100%;
    margin-right: 60px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
	border-radius: 5px;
}
.neoh_fn_moving_box.active{
	opacity: 1;
	visibility: visible;
}

/* Moving Blog List Shortcode */
.neoh_fn_moving_blog .moving_img{
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	z-index: -2;
	position: absolute;
	margin: 0;
	padding: 0;
	outline: none;
	visibility: hidden;
}
.neoh_fn_moving_blog ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -50px;
}
.neoh_fn_moving_blog li{
	padding-left: 50px;
	margin-bottom: 50px;
	width: 33.3333%;
}
.neoh_fn_moving_blog .item{
	width: 100%;
}
.neoh_fn_moving_blog .fn_date{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 26px;
}
.neoh_fn_moving_blog .fn_date span{
	background-color: #252525;
    line-height: 30px;
    text-align: center;
    display: block;
    position: relative;
    transition: all .3s ease;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--hff);
    letter-spacing: 0px;
	padding: 0 15px;
}
.neoh_fn_moving_blog .fn_date span:after{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
	border-width: 30px 0 0 12px;
    border-left-color: #252525;
    left: 100%;
    top: 0;
}
.neoh_fn_moving_blog .fn_title{
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 18px;
}
.neoh_fn_moving_blog .fn_desc{
	margin-bottom: 23px;
}
.neoh_fn_moving_blog .fn_read{
	margin-bottom: 0;
}




.neoh_fn_content{
	position: relative;
	z-index: 2;
	background-color: var(--sbc);
}
/* Footer */
.neoh_fn_main[data-footer-sticky="on"] #footer{
	position: sticky;
	bottom: 0;
	z-index: 0;
}
.neoh_fn_footer{
	background-color: var(--sbc);
}
.neoh_fn_footer .footer_top{
	padding: 150px 0;
}
.neoh_fn_footer .ft_in{
	max-width: 670px;
	margin: 0 auto;
}
.neoh_fn_footer .footer_top .desc{
	text-align: center;
}
.neoh_fn_footer .footer_top .img{
	margin-bottom: 33px;
}
.neoh_fn_footer .footer_top .fn_title{
	font-size: 36px;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
.neoh_fn_footer .footer_top .fn_desc{
	margin: 0;
	padding: 0;
	margin-bottom: 22px;
}
.neoh_fn_footer .subscribe_form{
	width: 100%;
	padding: 0 40px;
	margin-bottom: 25px;
}
.neoh_fn_footer .subscribe_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.neoh_fn_footer .subscribe_form input[type="text"]{
	width: 100%;
	margin-right: 10px;
	height: 50px;
	min-width: inherit;
	background-color: #121212;
	border: 2px solid var(--extra-color);
	border-radius: 5px;
	outline: none;
	font-size: 16px;
	font-family: var(--hff);
	padding: 0 15px;
	line-height: 46px;
	color: #eee;
}
.neoh_fn_footer .subscribe_form input[type="text"]:focus{
	background-color: #121212;
	border-color: #777;
}
.neoh_fn_footer .subscribe_form a{
	flex: none;
}
.neoh_fn_footer .neoh_fn_social_list ul{
	justify-content: center;
}
.neoh_fn_footer .footer_bottom{
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 31px 0 28px;
}
.neoh_fn_footer .fb_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.neoh_fn_footer .fb_left p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: var(--hff);
}
.neoh_fn_footer .fb_left p a{
	text-decoration: none;
	color: #eee;
}
.neoh_fn_footer .fb_left p a:hover{
	color: #fff;
}
.neoh_fn_footer .fb_right ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	margin-left: -30px;
}
.neoh_fn_footer .fb_right li{
	padding-left: 20px;
	margin: 0px 0;
}
.neoh_fn_footer .fb_right a{
	display: block;
	text-decoration: none;
	font-size: 22px;
	color: var(--bc);
	font-family: var(--hff);
}
	.neoh_fn_footer .fb_right a:hover {
		color: #70e1f7;
	}




/* Social List */
.neoh_fn_social_list ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin-left: -30px;
}
.neoh_fn_social_list li{
	margin: 5px 0px 5px 30px;
	padding: 0;
}
.neoh_fn_social_list a{
	color: var(--bc);
	font-size: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}
.neoh_fn_social_list a i{
	transition: none;
}
.neoh_fn_social_list a i:before{
	margin: 0;
	padding: 0;
	display: block;
	width: inherit;
}
	.neoh_fn_social_list a:hover {
		color: #70e1f7;
	}






/* Right Navigation */

/* since v2.0 */
/* ********** */
.nav_overlay.active{
	display: block;
}
.nav_overlay,
.neoh_fn_nav{
	display: none;
}
.neoh_fn_nav.active{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
/* ********** */
/* ********** */
.neoh_fn_nav{
	transition: all 1s .3s cubic-bezier(0.02, 0.19, 0, 0.96);
	transform: translateX(102%);
	position: fixed;
	height: 100vh;
	width: 50%;
	min-width: 850px;
	z-index: 999;
	background-color: #111;
	right: 0;
	top: 0;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}
.neoh_fn_nav .nav_buttons,
.neoh_fn_nav .nav_footer{
	opacity: 0;
	transition: opacity .3s ease;
}
.neoh_fn_nav .trigger{
	position: absolute;
	top: 30px;
	right: 73px;
}
.neoh_fn_nav .nav_content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding-left: 80px;
	padding-left: 4.16vw;
	padding-left: calc(20px + 3.1vw);
	padding-right: 80px;
	padding-right: 4.16vw;
	padding-right: calc(20px + 3.1vw);
	padding-top: 150px;
	padding-top: 7.81vw;
	padding-top: calc(50px + 5.2vw);
	padding-bottom: 35px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.neoh_fn_nav .nav_content{
	scrollbar-width: thin;
	scrollbar-color: #999 #fff;
}
.neoh_fn_nav .nav_content::-webkit-scrollbar{
  width: 4px;
}
.neoh_fn_nav .nav_content:-webkit-scrollbar-track{
  background: #444;
}
.neoh_fn_nav .nav_content::-webkit-scrollbar-thumb{
  background-color: #999;
  border-radius: 10px;
  border: 3px solid #444;
}
.neoh_fn_nav .nav_menu{
	margin-bottom: 38px;
}
.neoh_fn_nav .nav_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.neoh_fn_nav ul.sub-menu{
	display: none;
	margin: 25px 0 4px 30px;
}
.neoh_fn_nav .nav_menu ul.sub-menu li{
	margin-bottom: 27px;
}
.neoh_fn_nav .nav_menu ul.sub-menu li:last-child{
	margin-bottom: 0px;
}
.neoh_fn_nav ul.sub-menu a{
	font-size: 20px;
}
.neoh_fn_nav .nav_menu ul.sub-menu a:before{
	height: 1px;
}
.neoh_fn_nav .nav_menu li{
	margin-bottom: 30px;
	transition: all .5s ease;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.neoh_fn_nav .nav_menu li:last-child{
	margin-bottom: 0;
}
.neoh_fn_nav .nav_menu a{
	font-size: 36px;
	display: block;
	text-decoration: none;
	font-family: var(--hff);
	color: var(--hc);
	line-height: 1;
}
.neoh_fn_nav .nav_menu a {
	background-image: linear-gradient(
	to right,
	#70e1f7,
	#70e1f7 50%,
	var(--hc) 50%
	);
	background-size: 200% 100%;
	background-position: -100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.5s ease-in-out;
	position: relative;
}
.neoh_fn_nav .nav_menu a:before {
	content: '';
	background: #70e1f7;
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 3px;
	transition: all 0.5s ease-in-out;
}
.neoh_fn_nav .nav_menu .menu-item-has-children > a:after{
	content: '';
	position: absolute;
	left: 100%;
	margin-left: 10px;
	width: 4px;
	height: 4px;
	background-color: #70e1f7;
	border-radius: 100%;
	top: 50%;
	margin-top: -2px;
}
.neoh_fn_nav .nav_menu a:hover {
	background-position: 0;
	background-image: linear-gradient(
	to right,
	#70e1f7,
	#70e1f7 50%,
	transparent 50%
	);
}
.neoh_fn_nav .nav_menu a:hover::before {
	width: 100%;
}
.neoh_fn_nav .nav_menu .active a{
	color: #70e1f7;
}
.neoh_fn_nav .nav_buttons{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.neoh_fn_nav .nav_buttons a{
	margin: 5px 20px 5px 0;
}
.neoh_fn_nav .nav_buttons a:last-child{
	margin-right: 0;
}
.neoh_fn_nav .nav_footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	justify-content: space-between;
    padding: 32px 0 28px;
	padding-left: 80px;
	padding-left: 4.16vw;
	padding-left: calc(20px + 3.1vw);
	padding-right: 80px;
	padding-right: 4.16vw;
	padding-right: calc(20px + 3.1vw);
}
.neoh_fn_nav .nav_footer .nf_left{
	margin-right: 30px;
}
.neoh_fn_nav .nav_footer:after{
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background-color: rgba(255,255,255,.1);
	left: 0;
	top: 0;
	transition: all .5s .3s ease;
}
.neoh_fn_nav .nav_footer .nf_left p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: var(--hff);
}
.neoh_fn_nav .nav_footer .nf_left p a{
	text-decoration: none;
	color: #eee;
}
.neoh_fn_nav .nav_footer .nf_left p a:hover{
	color: #fff;
}
.neoh_fn_nav .neoh_fn_social_list ul{
	justify-content: flex-end;
}
.nav_overlay{
	position: fixed;
	width: 100%;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	transition: all 1s .7s cubic-bezier(0.02, 0.19, 0, 0.96);
	height: 100vh;
	transform: translateX(-102%);
	cursor: pointer;
}
.nav_overlay.go{
	transition: all 1s .3s cubic-bezier(0.02, 0.19, 0, 0.96);
	transform: translateX(0%);
}
.neoh_fn_nav.go{
	transition: all 1s 0.3s cubic-bezier(0.02, 0.19, 0, 0.96);
	transform: translateX(0%);
}
.neoh_fn_nav .nav_buttons.ready,
.neoh_fn_nav .nav_footer.ready{
	opacity: 1;
}
.neoh_fn_nav .nav_footer.ready:after{
	width: 100%;
}




/* Page Title */
.neoh_fn_pagetitle{
	width: 100%;
	position: relative;
	padding: 244px 0 143px;
}
.neoh_fn_pagetitle .bg_color{
	background-color: rgba(0,0,0,0.85);
}
.neoh_fn_pagetitle .pt_content{
	position: relative;
	z-index: 3;
	text-align: center;
}
.neoh_fn_pagetitle .fn_title{
	margin: 0;
	padding: 0;
	font-size: 72px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 11px;
}
.neoh_fn_pagetitle .fn_desc{
	margin: 0;
	padding: 0;
	color: #aaa;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.neoh_fn_pagetitle .fn_desc a{
	color: #aaa;
	text-decoration: none;
}
.neoh_fn_pagetitle .fn_desc a:hover{
	color: #70e1f7;
}
.neoh_fn_pagetitle .separator{
	margin: 0 9px;
}



/* Collection Page */
.neoh_fn_collectionpage{
	background-color: #111;
	padding: 150px 0;
}
.neoh_fn_collection{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.neoh_fn_clist{
	width: 100%;
}
.neoh_fn_clist .neoh_fn_title{
	margin-bottom: 50px;
}


/* Filters */
[data-filter-sticky="on"] .neoh_fn_filters{
	position: sticky;
	top: 100px;
}
.neoh_fn_filters{
	width: 350px;
	min-width: 350px;
	margin-right: 50px;
}
.neoh_fn_filters .filter_item{
	margin-bottom: 10px;
	background-color: #0a0a0a;
	border-radius: 5px;
	overflow: hidden;
}
.neoh_fn_filters .filter_item:last-child{
	margin-bottom: 0;
}
.neoh_fn_filters .filter_item__header{
	position: relative;
	padding: 20px 30px;
	border-bottom: 1px solid rgba(255,255,255,.05);
}
.neoh_fn_filters .filter_item__header .text{
	line-height: 30px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #ccc;
	font-family: var(--hff);
}
.neoh_fn_filters .closed .filter_item__header .fn__svg{
	transform: rotate(180deg);
}
.neoh_fn_filters .filter_item__header .fn__svg{
	width: 14px;
	height: 14px;
	position: absolute;
	color: var(--extra-color);
	display: block;
	top: 50%;
	margin-top: -7px;
	right: 20px;
	transition: transform 100ms ease 0s;
}
.neoh_fn_filters .filter_item__content{
	width: 100%;
	height: initial;
	overflow: visible;
	transition: height 100ms ease 0s;
}
.neoh_fn_filters .closed .filter_item__content{
	height: 0;
	overflow: hidden;
}
.neoh_fn_filters .ic_in{
	padding: 23px 20px 21px 30px;
}
.neoh_fn_filters .items{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -10px;
	max-height: 200px;
	overflow-y: scroll;
}
.neoh_fn_filters .items{
	scrollbar-width: thin;
	scrollbar-color: #999 #fff;
}
.neoh_fn_filters .items::-webkit-scrollbar{
	width: 2px;
}
.neoh_fn_filters .items:-webkit-scrollbar-track{
	background: var(--extra-color);
}
.neoh_fn_filters .items::-webkit-scrollbar-thumb{
	background-color: var(--extra-color);
}
.neoh_fn_filters .items > li{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	margin-bottom: 3 px;
	width: 100%;
}
.neoh_fn_filters .items > li:last-child{
	margin-bottom: 0;
}
.neoh_fn_filters .checkbox{
	width: 100%;
	display: block;
	position: relative;
	padding: 5px 0 5px 26px;
	cursor: pointer;
	font-size: 16px;
	color: #aaa;
	font-family: var(--hff);
}
.neoh_fn_filters .checkbox .amount{
	color: #666;
}
.neoh_fn_filters .checkbox .checkmark .fn__svg{
	width: 12px;
	height: 12px;
	position: relative;
	top: 1px;
	left: 1px;
	display: none;
	color: #70e1f7;
}
.neoh_fn_filters .checkbox input:checked ~ .checkmark {
	border-color: #70e1f7;
}
.neoh_fn_filters .checkbox input:checked ~ .checkmark .fn__svg {
	display: block;
}
.neoh_fn_filters .checkbox input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.neoh_fn_filters .checkbox .checkmark{
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;
	border: 1px solid var(--extra-color);
	border-radius: 3px;
	background-color: #121212;
}
.neoh_fn_filters .checkbox .checkmark:after{
  content: "";
  position: absolute;
  display: none;
}


/* Result Box */
.neoh_fn_result_box{
	width: 100%;
	background-color: #0a0a0a;
	min-height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	padding: 15px 20px 5px;
	border-radius: 5px;
	margin-bottom: 50px;
}
.neoh_fn_result_box > *{
	margin: 0 10px 10px 0;
}
.neoh_fn_result_box .filter_count{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 14px;
	font-family: var(--hff);
	font-weight: 300;
	height: 40px;
	line-height: 36px;
	text-align: center;
	border: 2px solid #333;
	border-radius: 5px;
	padding: 0 0 0 20px;
	position: relative;
}
.neoh_fn_result_box .filter_count span{
	position: relative;
	min-width: 34px;
	padding: 0 8px;
	display: block;
	right: 0;
	text-align: center;
	white-space: nowrap;
	margin-left: 20px;
}
.neoh_fn_result_box .filter_count span:after{
	right: 100%;
	width: 2px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #333;
}
.neoh_fn_result_box .result_item a{
	position: relative;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	padding: 0 56px 0 20px;
	line-height: 36px;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
	font-family: var(--hff);
	border: 2px solid #333;
}
.neoh_fn_result_box .result_item span{
	color: #aaa;
}
.neoh_fn_result_box .result_item a:after{
	width: 2px;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 34px;
	background-color: #333;
	transition: all .3s ease;
}
.neoh_fn_result_box .result_item .fn__svg{
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	right: 12px;
	top: 13px;
	color: var(--extra-color);
}
.neoh_fn_result_box .result_item a:before{
	width: 2px;
	content: '';
	position: absolute;
	top: 0;
	height: 0;
	right: 34px;
	background-color: var(--extra-color);
	transition: all .3s ease;
}
.neoh_fn_result_box .result_item a:hover{
	border-color: var(--extra-color);
}
.neoh_fn_result_box .result_item a:hover .fn__svg{
	color: #aaa;
}
.neoh_fn_result_box .result_item a:hover:after{
	opacity: 0;
}
.neoh_fn_result_box .result_item a:hover:before{
	height: 100%;
}
.neoh_fn_result_box .clear_all{
	font-size: 14px;
	color: #666;
	letter-spacing: 0;
	font-family: var(--hff);
	text-decoration: none;
	line-height: 40px;
	padding: 0 10px;
	margin-right: 0;
}
.neoh_fn_result_box .clear_all:hover{
	color: #70e1f7;
}

/* Pagination */
.neoh_fn_pagination ul{
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0;
	list-style-type: none;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin-left: -10px;
}
.neoh_fn_pagination li{
	margin: 0 0 5px 0;
	padding: 0;
	padding-left: 10px;
}
.neoh_fn_pagination span,
.neoh_fn_pagination a{
	text-decoration: none;
	width: 60px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 46px;
	border: 2px solid var(--extra-color);
	color: #aaa;
	font-size: 18px;
	font-weight: 400;
	border-radius: 5px;
	transition: all .3s ease;
	font-family: var(--hff);
}
.neoh_fn_pagination .current{
	border-color: #333;
	color: #666;
}
.neoh_fn_pagination span:hover,
.neoh_fn_pagination a:hover{
	border-color: #777;
	transform: translateY(-3px);
}
.neoh_fn_pagination.multiple span,
.neoh_fn_pagination.multiple a{
	min-width: 80px;
	width: auto;
	padding: 0 10px;
}



/* About Page*/
/* Section Information */
#information{
	padding: 150px 0;
	background-color: #111;
}
/* Guarantee List */
.neoh_fn_gualist{
	margin-bottom: 105px;
}
.neoh_fn_gualist ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	margin-left: -45px;
	list-style-type: none;
}
.neoh_fn_gualist li{
	width: 48%;
	padding-left: 0;
	margin: auto;
}
.neoh_fn_gualist .item{
	width: 100%;
	border: 2px solid var(--extra-color);
	border-radius: 5px;
	padding: 40px 30px 40px 30px;
	position: relative;
	text-align: center;
	height: 100%;
    transition: all .3s ease;
}
.neoh_fn_gualist .fn__svg{
	width: 60px;
	height: 60px;
	display: inline-block;
	color: var(--extra-color);
	margin-bottom: 18px;
}
.neoh_fn_gualist .fn_title{
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 18px;
}
.neoh_fn_gualist .line{
	display: block;
	width: 150px;
	height: 10px;
	position: absolute;
	background-color: #252525;
	top: 0;
	left: 50%;
	margin-left: -75px;
    transition: all .3s ease;
}
.neoh_fn_gualist .line:before,
.neoh_fn_gualist .line:after{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
	top: 0;
}
.neoh_fn_gualist .line:before{
	border-width: 0 10px 10px 0;
	border-right-color: #252525;
	right: 100%;
}
.neoh_fn_gualist .line:after{
	border-width: 10px 10px 0 0;
	border-top-color: #252525;
	left: 100%;
}
.neoh_fn_gualist .item:hover .line{
	background-color: #70e1f7;
}
.neoh_fn_gualist .item:hover .line:before{
	border-right-color: #70e1f7;
}
.neoh_fn_gualist .item:hover .line:after{
	border-top-color: #70e1f7;
}

/* Video Section */
#video{
	position: relative;
}
.neoh_fn_video{
	padding: 250px 0;
	position: relative;
}
.neoh_fn_video .bg_color{
	background-color: rgba(0,0,0,.85);
}
.neoh_fn_video .v_content{
	position: relative;
	z-index: 5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.neoh_fn_video a{
	position: relative;
	z-index: 5;
}
.neoh_fn_video a .fn__svg{
	width: 120px;
	height: 120px;
	display: block;
	transition: all 1s ease;
	border-radius: 50%;
}
.neoh_fn_video a .stroke-solid{
	stroke-width: 6px;
	stroke: rgba(85,85,85,.7);
}
.neoh_fn_video a .icon{
	color: var(--bc);
}
.neoh_fn_video a:hover .stroke-solid {
	opacity: 1;
	stroke-dashoffset: 300;
}
.neoh_fn_video a:hover  .icon {
	transform: scale(.8);
}
.neoh_fn_video a .stroke-solid {
	stroke-dashoffset: 0;
	stroke-dashArray: 300;
	stroke-width: 4px;
	transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
.neoh_fn_video a .icon {
	transform: scale(.7);
	transform-origin: 50% 50%;
	transition: transform 200ms ease-out;
}
.neoh_fn_video a:hover .fn__svg{
	background-color: rgba(255,255,255,.05);
}

/* Team Section */
#team {
    /*background-color: #111;*/
    position: relative;
    padding: 40px 0;
}
#team .neoh_fn_title{
	margin-bottom: 45px;
}
#team .fn_description{
	text-align: center;
	margin-bottom: 62px;
}

.neoh_fn_team .team_list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	margin-left: -45px;
	list-style-type: none;
}
.neoh_fn_team .team_item{
	/*padding-left: 45px;*/
	padding:0px 25px;
	margin-bottom: 45px;
	width: 25%;
}
.neoh_fn_team .t_item{
	widows: 100%;
	border: 2px solid var(--extra-color);
	border-radius: 5px;
	transition: all .3s ease;
}
.neoh_fn_team .person_info {
    padding: 10px 25px;
    text-align: center;
}
.neoh_fn_team .img_holder{
	width: 100%;
	max-width: 240px;
	margin: 0 auto 26px auto;
}
.neoh_fn_team .img_holder img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}
.neoh_fn_team .fn_title{
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 8px;
}
.neoh_fn_team .fn_desc{
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.neoh_fn_team .person_social{
	width: 100%;
	padding: 0 40px;
}
.neoh_fn_team .person_social ul{
	margin: 0;
	padding: 6px 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: #252525;
	margin-left: -8px;
	position: relative;
	transition: all .3s ease;
}
.neoh_fn_team .person_social li{
	margin: 5px 0 5px 8px;
	padding: 0;
}
.neoh_fn_team .person_social a{
	color: #777;
    font-size: 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
    text-decoration: none;
    text-align: center;
	padding: 0 2px;
}
	.neoh_fn_team .person_social a:hover {
		color: #70e1f7;
	}
.neoh_fn_team .person_social .fn-icon-facebook,
.neoh_fn_team .person_social .fn-icon-pinterest{
	top: 1px;
}
.neoh_fn_team .person_social i{
	position: relative;
	transition: none;
}
.neoh_fn_team .person_social i:before{
	display: block;
	margin: 0;
}
.neoh_fn_team .person_social ul:after,
.neoh_fn_team .person_social ul:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	transition: all .3s ease;
}
.neoh_fn_team .person_social ul:before{
	border-width: 0 0 40px 12px;
	border-bottom-color: #252525;
	right: 100%;
	top: 0;
}
.neoh_fn_team .person_social ul:after{
	border-width: 40px 0 0 12px;
	border-left-color: #252525;
	left: 100%;
	top: 0;
}
.neoh_fn_team .t_item:hover{
	border-color: #70e1f7;
}


/* Totop Button */
.neoh_fn_totop{
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	z-index: 990;
	color: #aaa;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	transform: translateY(30px);
}
.neoh_fn_totop.active{
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
}
.neoh_fn_totop .circle{
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	display: block;
	position: absolute;
	z-index: 55;
}
.neoh_fn_totop .circle .fn__svg{
	display: block;
	width: 100%;
	height: 100%;
	transform: rotateY(180deg);
}
.neoh_fn_totop .circle .stroke-solid{
	fill: none;
    stroke-width: 2px;
	stroke-dashoffset: 300;
    stroke-dashArray: 300;
	stroke: #70e1f7;
	transition: all .1s ease;
}
.neoh_fn_totop .arrow{
	position: absolute;
	top: 15px;
	left: 50%;
	display: block;
	transition: all .3s ease;
}
.neoh_fn_totop .arrow:after{
	content: '';
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: #aaa;
    left: 50%;
    margin-left: -1px;
    transition: all .3s ease;
	top: 7px;
}
.neoh_fn_totop .arrow .fn__svg{
	position: absolute;
    display: block;
	top: 0px;
    transform: rotate(-90deg);
    left: 50%;
    margin-left: -9px;
    z-index: 3;
}
.neoh_fn_totop:hover{
	color: #70e1f7;
}
.neoh_fn_totop:hover .arrow:after{
	background-color: #70e1f7;
}
.neoh_fn_totop:hover .arrow{
	top: 30px;
	-webkit-animation: topArrow 1.5s infinite;
    animation: topArrow 1.5s infinite;
}





.neoh_fn_product_modal{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 60px;
	padding: 6.7%;
}
.neoh_fn_product_modal.reverse{
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.neoh_fn_product_modal.reverse .content_item{
	padding-left: 0;
	padding-right: 20px;
}
.neoh_fn_product_modal .img_item{
	width: 50%;
	position: relative;
	padding-right: 20px;
}
.neoh_fn_product_modal .img_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 13px;
	position: relative;
	z-index: 3;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.6);
}
.neoh_fn_product_modal .content_item{
	width: 50%;
	padding-left: 20px;
}
.neoh_fn_product_modal .neoh_fn_title{
	margin-bottom: 31px;
}
.neoh_fn_product_modal .desc p{
	margin-bottom: 27px;
}
.neoh_fn_product_modal .desc p:last-child{
	margin-bottom: 0;
}
.neoh_fn_product_modal .desc p a{
	text-decoration: none;
    color: #70e1f7;
    border-bottom: 1px solid transparent;
	margin-left: 5px;
}
.neoh_fn_product_modal .desc p a:hover{
	border-bottom-color: #70e1f7;
}
.neoh_fn_product_modal .desc{
	margin-bottom: 37px;
}
.neoh_fn_product_modal .buttons{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
}
.neoh_fn_product_modal .buttons a{
	margin: 5px 20px 5px 0;
}
.neoh_fn_product_modal .buttons .disable{
	display: none;
}
.neoh_fn_product_modal .buttons a:last-child{
	margin-right: 0;
}

/*------------------------------------------------------------------*/
/*	xx) Modalbox
/*------------------------------------------------------------------*/
.neoh_fn_modal,
.neoh_fn_modal *{
	box-sizing: border-box;
}
.neoh_fn_modal{
	position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(45,47,56,0.8);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    transition: all 0.3s ease;
	transform: scale(0.9) translateY(-250px);
	padding: 40px;
}
.neoh_fn_modal.opened{
	opacity: 1;
    visibility: visible;
    z-index: 99999;
	transform: scale(1) translateY(0px);
}
.neoh_fn_modal .modal_closer{
	position: absolute;
	bottom: 100%;
	right: 10px;
	width: 50px;
	height: 24px;
}
.neoh_fn_modal .modal_closer .fn__svg{
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
	margin: -3.5px 0 0 -3.5px;
}
.neoh_fn_modal .modal_closer a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #525252;
	border-radius: 5px 5px 0 0;
	color: #aaa;
}
.neoh_fn_modal .modal_closer a:hover{
	background-color: #333;
	color: #eee;
}
.neoh_fn_modal .modal_in{
	position: relative;
    width: 900px;
	max-width: 100%;
    height: auto;
    background: #111;
    border-radius: 10px;
}
.neoh_fn_modal .modal_content{
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 90vh;
	max-height: calc(100vh - 80px);
}
.neoh_fn_modal .modal_content{
	scrollbar-width: thin;
	scrollbar-color: #999 #fff;
}
.neoh_fn_modal .modal_content::-webkit-scrollbar{
	width: 0px;
}



/* Blog Page */
.neoh_fn_blog_page{
	background-color: #111;
	padding: 150px 0 145px;
}
.neoh_fn_blog_page .neoh_fn_moving_blog li{
	margin-bottom: 100px;
}



/* Contact Page */
.neoh_fn_contact_page{
	background-color: #111;
	padding: 145px 0 147px;
}
.contact_form{
	margin-bottom: 45px;
}
.contact_form .input_list ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.contact_form .input_list li{
	margin: 0;
	padding: 0;
	margin-bottom: 26px;
}
.contact_form .input_list li:nth-last-child(2){
	margin-bottom: 30px;
}
.contact_form .input_list li:last-child{
	margin-bottom: 0px;
}
.contact_form .input_list label{
	display: block;
	width: 100%;
	font-size: 16px;
	color: var(--heading-color);
	margin-bottom: 4px;
}
.contact_form .input_list textarea,
.contact_form .input_list input{
	display: block;
	width: 100%;
	min-width: 100%;
	min-width: inherit;
	height: 50px;
	line-height: 46px;
	border: 2px solid var(--extra-color);
	border-radius: 5px;
	outline: none;
	padding: 0 15px;
	font-size: 16px;
	color: #ccc;
	background-color: #181818;
}
.contact_form .input_list textarea:focus,
.contact_form .input_list input:focus{
	background-color: transparent;
	border-color: #777;
}
.contact_form .input_list textarea{
	height: 150px;
	padding: 10px;
	line-height: 1.5;
}
#send_message{
	/*width: 100%;*/
	color:black;
}
.empty_notice{
	color: #F52225;
	margin: 7px 0;
	display: none;
	text-align: center;
	font-weight: 500;
}
.contact_error{
	color: #F52225;
	text-align: center;
	font-weight: 500;
}
.returnmessage{
	color:#3A00FF;
	margin: 7px 0;
	text-align: center;
	font-weight: 500;
	display: none;
}
	.returnmessage.success {
		border: 1px solid green;
		color: green;
		padding: 13px;
		margin-bottom: 25px;
		font-size: 22px;
		font-weight: 600;
	}
	.returnmessage.error {
		border: 1px solid red;
		color: red;
		padding: 13px;
		margin-bottom: 25px;
		font-size: 22px;
		font-weight: 600;
	}

.neoh_fn_contact_page .desc_holder{
	margin-bottom: 38px;
}
.neoh_fn_contact_page .desc_holder p{
	margin-bottom: 27px;
}
.neoh_fn_contact_page .desc_holder p:last-child{
	margin-bottom: 0;
}
.neoh_fn_contact_page .info_list ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.neoh_fn_contact_page .info_list li{
	margin-bottom: 37px;
}
.neoh_fn_contact_page .info_list li:last-child{
	margin-bottom: 0px;
}
.neoh_fn_contact_page .info_list .label{
	font-size: 14px;
	font-family: var(--hff);
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #777;
	margin-bottom: 8px;
}
.neoh_fn_contact_page .info_list .value{
	margin: 0;
	padding: 0;
	font-size: 30px;
}
.neoh_fn_contact_page .info_list .email{
	font-size: 18px;
	text-decoration: none;
	color: #aaa;
	border-bottom: 1px solid #414141;
	margin-top: 5px;
}
.neoh_fn_contact_page .info_list .email:hover{
	color: #ccc;
	border-bottom-color: #aaa;
}




/* Same Single Pages */
.neoh_fn_single{
	width: 100%;
	position: relative;
	min-height: 500px;
}
.neoh_fn_single .single_bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.neoh_fn_single .single_bg:before,
.neoh_fn_single .single_bg:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
}
.neoh_fn_single .single_bg:before{
	height: 500px;
	top: 0;
	background-color: #0a0a0a;
}
.neoh_fn_single .single_bg:after{
	top: 500px;
	background-color: #111;
	bottom: 0;
}
.neoh_fn_single .single_content{
	z-index: 3;
	position: relative;
	padding-top: 165px;
}
.neoh_fn_single .single_img{
	margin-bottom: 57px;
}
.neoh_fn_single .single_img img{
	border-radius: 10px;
	display: block;
}
.neoh_fn_single .neoh_fn_minis{
	margin-bottom: 19px;
}
.neoh_fn_single .single_title .fn_title{
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.3333;
	margin-bottom: 13px;
}
.neoh_fn_single .categories{
	color: var(--bc);
	font-family: var(--hff);
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 38px;
} 
.neoh_fn_single .categories a{
	color: inherit;
	text-decoration: none;
}
.neoh_fn_single .categories a:hover{
	color: var(--hc);
}
.neoh_fn_single .single_desc p{
	margin-bottom: 28px;
}
.neoh_fn_single .single_desc p:last-child{
	margin-bottom: 0;
}



/* Share */
.neoh_fn_share{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.neoh_fn_share .label{
	margin: 0;
	padding: 0;
	margin-right: 20px;
	color: var(--bc);
	font-family: var(--bff);
	font-size: 18px;
}
.neoh_fn_share ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin-left: -25px;
}
.neoh_fn_share li{
	margin: 5px 0px 5px 25px;
	padding: 0;
}
.neoh_fn_share a{
	color: #eee;
	font-size: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}
.neoh_fn_share a i{
	transition: none;
}
.neoh_fn_share a i:before{
	margin: 0;
	padding: 0;
	display: block;
	width: inherit;
}
.neoh_fn_share a:hover{
	color: #fff;
}


/* Breadcrumbs (for single pages) */
.neoh_fn_breadcrumbs{
	margin-bottom: 42px;
}
.neoh_fn_breadcrumbs p{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: var(--bc);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
}
.neoh_fn_breadcrumbs a{
	color: var(--bc);
	text-decoration: none;
}
.neoh_fn_breadcrumbs .separator{
	margin: 0 9px;
}
.neoh_fn_breadcrumbs a:hover{
	color: #70e1f7;
}



.neoh_fn_wsidebar{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.neoh_fn_wsidebar .sidebar_left{
	width: 100%;
	padding-right: 50px;
}
.neoh_fn_wsidebar .sidebar_right{
	width: 350px;
	min-width: 350px;
	padding-left: 48px;
	border-left: 2px solid #292929;
}
#blog-single-content .sidebar_left{
	padding-bottom: 93px;
}
#blog-single-content .sidebar_right{
	padding-bottom: 100px;
}


/* Mini Items */
.neoh_fn_minis{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
}
.neoh_fn_minis .m_item{
	line-height: 30px;
}
.neoh_fn_minis .m_item > *{
	padding: 0 15px;
	line-height: 30px;
	display: block;
	text-decoration: none;
	background-color: #252525;
	color: #aaa;
	font-size: 16px;
	font-family: var(--hff);
	letter-spacing: 0;
	position: relative;
	margin: 3px 0;
	margin-right: 18px;
}
.neoh_fn_minis .m_item > *:after,
.neoh_fn_minis .m_item > *:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
}
.neoh_fn_minis .m_item > *:before{
	border-width: 0 12px 30px 0;
	border-color: transparent #252525 transparent transparent;
	right: 100%;
}
.neoh_fn_minis .m_item > *:after{
	border-width: 30px 0 0 12px;
	border-color: transparent transparent transparent #252525;
	left: 100%;
}
.neoh_fn_minis .m_item:last-child > *:after{
	content: none;
}
.neoh_fn_minis .m_item a{
	text-decoration: none;
	color: #aaa;
}
.neoh_fn_minis .m_item a:hover{
	color: #ccc;
}

/*------------------------------------------------------------------*/
/*	xx) Author Information Box (used for single page of the blog)
/*------------------------------------------------------------------*/
.neoh_fn_author_info{
	background-color: #252525;
	border-radius: 5px;
	padding: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	margin: 52px 0 27px 0;
}
.neoh_fn_author_info .info_img{
	border-radius: 5px;
	overflow: hidden;
	margin-right: 40px;
	width: 25%;
	min-width: 25%;
}
.neoh_fn_author_info .info_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.neoh_fn_author_info .fn_title{
	margin: 0;
	padding: 0;
	font-size: 20px;
	margin-bottom: 17px;
}
.neoh_fn_author_info .fn_desc{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
	font-family: var(--extra-font-family);
	margin-bottom: 18px;
}
.neoh_fn_author_info .social{
	margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}
.neoh_fn_author_info .social li{
	margin: 5px 28px 5px 0;
    padding: 0;
}
.neoh_fn_author_info .social a{
	color: #777;
	font-size: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}
.neoh_fn_author_info .social a i{
	transition: none;
}
.neoh_fn_author_info .social a i:before{
	margin: 0;
	padding: 0;
	display: block;
	width: inherit;
}
.neoh_fn_author_info .social a:hover{
	color: var(--heading-color);
}



.neoh_fn_tags{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	color: var(--bc);
	font-family: var(--hff);
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.neoh_fn_tags .label{
	margin: 0;
	padding: 0;
	margin-right: 10px;
	color: var(--bc);
	font-family: var(--hff);
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.neoh_fn_tags a{
	text-decoration: none;
	color: inherit;
}
.neoh_fn_tags span{
	margin-right: 5px;
}
.neoh_fn_tags a:hover{
	color: var(--hc);
}


.widget{
	margin-bottom: 60px;
}
.widget:last-child{
	margin-bottom: 0;
}
.wid-title{
	padding: 0 10px;
	position: relative;
	margin-bottom: 30px;
}
.wid-title:after,
.wid-title:before{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
	top: 0;
}
.wid-title:before{
	border-width: 0 0 44px 10px;
	border-color: transparent transparent #252525 transparent;
    left: 0;
}
.wid-title:after{
	border-width: 44px 0 0 10px;
    border-color: transparent transparent transparent #252525;
    right: 0;
}
.wid-title .text{
	display: block;
    padding: 10px;
    line-height: 24px;
    letter-spacing: .5px;
    position: relative;
    text-transform: uppercase;
    color: #ccc;
    font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    font-weight: 500;
    background-color: #252525;
	text-align: center;
	font-family: var(--hff);
}
.wid-title .icon{
	 position: absolute;
    border: 6px solid transparent;
    border-top-color: #252525;
    border-left-width: 7px;
    border-right-width: 7px;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    margin-left: -7.5px;
}

/* About Widget */
.neoh_fn_widget_about{
	margin-bottom: 60px;
}
.abs_img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.neoh_fn_widget_about > *,
.neoh_fn_widget_about{
	width: 100%;
}
.neoh_fn_widget_about{
	text-align: center;
}
.neoh_fn_widget_about img{
	margin: 0;
	padding: 0;
}
.neoh_fn_widget_about .abs_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 1s ease;
}
.neoh_fn_widget_about .about_img{
	width: 100%;
	position: relative;
	margin-bottom: 29px;
}
.neoh_fn_widget_about .img_inner{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.neoh_fn_widget_about .img_inner:hover .abs_img{
	transform: scale(1.2) rotate(5deg);
}
.neoh_fn_widget_about .about_img img{
	min-width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	opacity: 0;
	margin-top: -15%;
	max-height: 300px;
}
.neoh_fn_widget_about .afwa_title{
	margin-bottom: 22px;
}
.neoh_fn_widget_about .afwa_title h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .5px;
	margin-bottom: 8px;
}
.widget_neoh_about.widget_block{
	margin-bottom: 70px;
}
.neoh_fn_widget_about .afwa_title p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.25;
	color: #777;
	font-family: var(--hff);
}
.neoh_fn_widget_about .afwa_title p a{
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.neoh_fn_widget_about .afwa_title p a:hover{
	border-bottom-color: inherit;
}
.neoh_fn_widget_about .afwa_desc{
	margin-bottom: 24px;
}
.neoh_fn_widget_about .afwa_desc p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: var(--hff);
}




.neoh_fn_widget_social ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
	justify-content: center;
	margin-left: -20px;
}
.neoh_fn_widget_social ul li{
	margin: 5px 0px 5px 20px;
    padding: 0;
}
.neoh_fn_widget_social ul a{
	color: #777;
	font-size: 18px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}
.neoh_fn_widget_social ul a i{
	transition: none;
}
.neoh_fn_widget_social ul a i:before{
	margin: 0;
	padding: 0;
	display: block;
	width: inherit;
}
.neoh_fn_widget_social ul a:hover{
	color: var(--heading-color);
}
.widget-banner img{
	border-radius: 10px;
}
.neoh_fn_widget_subscribe{
	padding: 30px;
	background-color: #252525;
	border-radius: 10px;
	text-align: center;
}
.neoh_fn_widget_subscribe .desc{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}
.neoh_fn_widget_subscribe .fn__svg{
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 21px;
}
.neoh_fn_widget_subscribe .fn_title{
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 9px;
}
.neoh_fn_widget_subscribe .fn_desc{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 15px;
}
.neoh_fn_widget_subscribe input[type="text"]{
	background-color: #2c2c2c;
	width: 100%;
	min-width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.neoh_fn_widget_subscribe .form a{
	width: 100%;
}



/* Previous & Next Box */
.neoh_fn_pnb{
	width: 100%;
	background-color: #252525;
}
.neoh_fn_pnb .pnb_wrapper{
	width: 100%;
	max-width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.neoh_fn_pnb .item{
	width: 46.55%;
	max-width: calc(50% - 43px);
	max-width: calc(50% - 42.5px);
	padding: 60px 0;
	position: relative;
}
.neoh_fn_pnb .next{
	text-align: right;
}
.neoh_fn_pnb .item_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.neoh_fn_pnb .img{
	width: 80px;
	min-width: 80px;
	height: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
}
.neoh_fn_pnb .prev{
	padding-right: 90px;
}
.neoh_fn_pnb .next{
	padding-left: 90px;
}
.neoh_fn_pnb .prev .img{
	margin-right: 30px;
}
.neoh_fn_pnb .next .item_in{
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.neoh_fn_pnb .next .img{
	margin-left: 30px;
}
.neoh_fn_pnb .item .desc{
	width: 100%;
	max-width: calc(100% - 110px);
}
.neoh_fn_pnb .item .fn_desc{
	color: #777;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: var(--hff);
	font-weight: 500;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.neoh_fn_pnb .item .fn_title{
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.neoh_fn_pnb .trigger{
	width: 85px;
	min-width: 85px;
	border-left: 2px solid #111;
	border-right: 2px solid #111;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	position: relative;
}
.neoh_fn_pnb .trigger .icon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3px;
	width: 21px;
	height: 21px;
}
.neoh_fn_pnb .trigger span{
	width: 3px;
	height: 3px;
	display: block;
	background-color: #ccc;
}
.neoh_fn_pnb .container,
.neoh_fn_pnb .item,
.neoh_fn_pnb .img,
.neoh_fn_pnb .trigger span,
.neoh_fn_pnb .fn_desc,
.neoh_fn_pnb .fn_title{
	transition: all .5s ease;
}
.neoh_fn_pnb .item:hover .fn_desc{
	color: #aaa;
}
.neoh_fn_pnb .item:hover .fn_title{
	color: #70e1f7;
}
.neoh_fn_pnb .trigger:hover span{
	background-color: #fff;
}
.neoh_fn_pnb .item:hover{
	padding-top: 50px;
	padding-bottom: 50px;
}
.neoh_fn_pnb .item:hover .img{
	min-width: 100px;
	height: 100px;
}

.neoh_fn_pnb:hover .container{
	max-width: 100%;
}



#comment-section .sidebar_left{
	padding: 100px 50px 150px 0;
}
#comment-section .sidebar_right{
	padding-top: 100px;
	padding-bottom: 100px;
}
/* Comments */
.neoh_fn_comments{
	
}
.neoh_fn_comments .comment-title{
	margin-bottom: 55px;
}
.neoh_fn_comments .comment-title .fn_title{
	font-size: 22px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--hc);
}
.neoh_fn_comments .list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.neoh_fn_comments .comment{
	margin-bottom: 30px;
}
.neoh_fn_comments .comment:last-child{
	margin-bottom: 0;
}
.neoh_fn_comments .comment-body{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.neoh_fn_comments .comment-avatar{
	width: 80px;
	min-width: 80px;
	margin-right: 30px;
}
.neoh_fn_comments .comment-avatar img{
	border-radius: 100%;
}
.neoh_fn_comments .comment-data{
	margin-bottom: 19px;
	margin-top: 5px;
}
.neoh_fn_comments .comment-data .author{
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	margin-bottom: 8px;
}
.neoh_fn_comments .comment-data .date{
	font-size: 13px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-family: var(--hff);
	color: #999;
	text-transform: uppercase;
}
.neoh_fn_comments .comment-text p{
	margin: 0;
	padding: 0;
	margin-bottom: 36px;
}
.neoh_fn_comments .comment-text p:last-child{
	margin-bottom: 0;
}
.neoh_fn_comments .comment-text .desc{
	margin-bottom: 22px;
}
.neoh_fn_comments .fn_reply{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.neoh_fn_comments .fn_reply .fn__svg{
	width: 14px;
	height: 14px;
	display: block;
	margin-right: 5px;
}
.neoh_fn_comments .fn_reply a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	background-color: #252525;
	line-height: 26px;
	padding: 0 10px;
	border-radius: 3px;
	text-decoration: none;
	margin: 0 5px 5px 0;
	font-size: 14px;
	font-family: var(--hff);
	color: #aaa;
}
.neoh_fn_comments .comment-text-wrap{
	padding-bottom: 35px;
	border-bottom: 1px solid #292929;
}
.neoh_fn_comments .comment-respond{
	padding-top: 96px;
}
.neoh_fn_comments .respond-title{
	margin-bottom: 38px;
}
.neoh_fn_comments .respond-title .fn_title{
	font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--hc);
}
.neoh_fn_comments .respond-log{
	margin-bottom: 17px;
}
.neoh_fn_comments .respond-log p{
    margin: 0;
    padding: 0;
	color: #ccc;
}
.neoh_fn_comments .respond-log p a{
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid transparent;
}
.neoh_fn_comments .respond-log p a:hover{
	border-bottom-color: inherit;
}
.neoh_fn_comments .input-items{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
}
.neoh_fn_comments .input-item{
	width: 100%;
	padding-left: 15px;
	margin-bottom: 15px;
}
.neoh_fn_comments .input-item.half-item{
	width: 50%;
}
.neoh_fn_comments .comment-form textarea,
.neoh_fn_comments .comment-form input[type="text"]{
	width: 100%;
	min-width: 100%;
	display: block;
}
.neoh_fn_comments .comment-respond .neoh_fn_button{
	margin-top: 20px;
}



/* Top Articles Widget */
.neoh_fn_widget_articles ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.neoh_fn_widget_articles li{
	margin-bottom: 20px;
}
.neoh_fn_widget_articles li:last-child{
	margin-bottom: 0;
}
.neoh_fn_widget_articles .item{
	position: relative;
	width: 100%;
	padding: 26px 20px 24px;
	border-radius: 5px;
	background-color: #252525;
	transition: all .3s ease;
}
.neoh_fn_widget_articles .fn_title{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.3333;
	margin-bottom: 9px;
}
.neoh_fn_widget_articles .fn_date{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: var(--hff);
	letter-spacing: 0;
	color: #aaa;
	overflow: hidden;
	position: relative;
}
.neoh_fn_widget_articles .fn_date span{
	position: relative;
	display: block;
	transition: all .3s ease;
}
.neoh_fn_widget_articles .fn_date span:after{
	width: 4px;
	height: 4px;
	content: '';
	background-color: #777;
	border-radius: 100%;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.neoh_fn_widget_articles .fn_date .comment_count{
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	color: #70e1f7;
}
.neoh_fn_widget_articles .count{
	display: block;
	width: 40px;
	height: 40px;
	font-weight: 500;
	font-family: var(--hff);
	font-size: 18px;
	letter-spacing: 0;
	color: #ccc;
	background-color: #111;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	bottom: -20px;
	right: 0;
	position: absolute;
	transition: all .3s ease;
}
.neoh_fn_widget_articles .item:hover{
	background-color: #050505;
}
.neoh_fn_widget_articles .item:hover .fn_date .post_date{
	transform: translateY(-100%);
}
.neoh_fn_widget_articles .item:hover .fn_date .comment_count{
	transform: translateY(-100%);
}

/* Custom Categories */
.neoh_fn_categories ul{
	list-style-type: none;
    margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.neoh_fn_categories li{
	margin: 0px 0px 10px 0px;
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
	overflow: hidden;
}
.neoh_fn_categories li a{
	position: relative;
    background-color: #111;
    padding-right: 20px;
    z-index: 5;
    font-size: 16px;
    font-weight: 500;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	line-height: 30px;
    font-style: normal;
    color: #aaa;
	text-decoration: none;
	font-family: var(--hff);
	text-transform: uppercase;
}
.neoh_fn_categories li a:after{
	content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 2000px;
    z-index: 5;
}
.neoh_fn_categories li a:before{
	content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 40px;
    z-index: 5;
}
.neoh_fn_categories li:after{
	content: '';
	position: absolute;
	background-color: #272727;
	height: 1px;
	left: 0;
	right: 55px;
	top: 50%;
	margin-top: -1px;
	margin-top: -0.5px;
}
.neoh_fn_categories .count{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 11px;
	font-family: var(--hff);
	letter-spacing: 0;
	color: #aaa;
	background-color: #252525;
	border-radius: 100%;
	line-height: 30px;
	position: relative;
	z-index: 3;
}
.neoh_fn_categories li:hover a{
	transform: translateX(20px);
	padding-left: 20px;
}
.neoh_fn_categories .more{
	font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-family: var(--hff);
    color: #777;
    text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-top: 1px;
}
.neoh_fn_categories .more:hover{
	color: #ccc;
}


/* Mosaic Gallery */
.neoh_fn_mosaic{
	margin-top: 62px;
	margin-bottom: 20px;
}
.neoh_fn_mosaic ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -45px;
}
.neoh_fn_mosaic li{
	width: 33.3333%;
	padding-left: 45px;
	margin-bottom: 45px;
}
.neoh_fn_mosaic li:nth-of-type(9n+5),
.neoh_fn_mosaic li:nth-of-type(9n+4){
	width: 50%;
}
.neoh_fn_mosaic li:nth-of-type(9n+6),
.neoh_fn_mosaic li:nth-of-type(9n+7),
.neoh_fn_mosaic li:nth-of-type(9n+8),
.neoh_fn_mosaic li:nth-of-type(9n){
	width: 25%;
}
.neoh_fn_mosaic .item{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.neoh_fn_mosaic .item img{
	min-width: 100%;
	opacity: 0;
	margin-top: -20%;
}



#roadmap-single-content{
	padding-bottom: 82px;
}
#roadmap-desc{
	padding: 92px 0;
}


.neoh_fn_roadmappage{
	padding: 150px 0 110px;
	background-color: #111;
}
.neoh_fn_roadmaplist .roadlist{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.neoh_fn_roadmaplist .road_item{
	margin-bottom: 40px;
}
.neoh_fn_roadmaplist .t_item{
	padding: 40px;
    width: 100%;
    border: 2px solid var(--extra-color);
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
}
.neoh_fn_roadmaplist .t_item_img{
	width: 50%;
}
.neoh_fn_roadmaplist .t_item_info{
	width: 50%;
	padding: 0 0 0 70px;
}
.neoh_fn_roadmaplist .fn_date{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 26px;
	overflow: hidden;
}
.neoh_fn_roadmaplist .fn_date span{
	background-color: #252525;
    line-height: 30px;
    text-align: center;
    display: block;
    position: relative;
    transition: all .3s ease;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--hff);
    letter-spacing: 0px;
	padding: 0 15px;
}
.neoh_fn_roadmaplist .fn_date span:after{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
	border-width: 30px 0 0 12px;
    border-left-color: #252525;
    left: 100%;
    top: 0;
}
.neoh_fn_roadmaplist .fn_title:not(.taglineBanner) {
	font-size: 22px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}
.neoh_fn_roadmaplist .fn_desc{
	margin-bottom: 27px;
}


/* Since v2.0 */
.hidden_info{
	display: none;
}
.neoh_fn_button.mint .text{
	color: #70e1f7;
}
#nft-single-content .nft_single_top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 25px;
}
#nft-single-content .single_top_left{
	width: 50%;
}
#nft-single-content .single_top_right{
	width: 50%;
}
#nft-single-content .hidden_btns{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#nft-single-content .hidden_btns a{
	margin: 0 0 10px 10px;
}
#nft-single-content .neoh_fn_breadcrumbs{
	margin-bottom: 0;
}
#nft-single-content .nft_single_desc{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	column-gap: 50px;
	margin-bottom: 75px;
}
#nft-single-content .nft_single_desc > *{
	width: 50%;
}
#nft-single-content .single_desc_left{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
#nft-single-content .single_desc_left .in{
	margin-top: 100%;
}
#nft-single-content .single_desc_left .image{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#nft-single-content .single_desc_right{
	background-color: #111;
	border-radius: 5px;
	border: 1px solid #252525;
	padding: 49px 50px 52px;
}
#nft-single-content .single_desc_right .fn__title{
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 20px;
}
#nft-single-content .nft_content > *{
	margin-bottom: 27px;
}
#nft-single-content .nft_content > *:last-child{
	margin-bottom: 0;
}
.neoh_fn_nft_cats{
	margin-bottom: 94px;
}
.neoh_fn_nft_cats ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -40px;
}
.neoh_fn_nft_cats li{
	width: 25%;
	padding-left: 40px;
	margin-bottom: 45px;
}
.neoh_fn_nft_cats .item{
	height: 100%;
	border-bottom: 1px solid #252525;
	position: relative;
	padding-bottom: 10px;
}
.neoh_fn_nft_cats .item:after{
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	bottom: 0;
	height: 1px;
	background-color: #70e1f7;
	transition: all .3s ease;
}
.neoh_fn_nft_cats .item:hover:after{
	width: 100%;
}
.neoh_fn_nft_cats .parent_category{
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	letter-spacing: .5px;
	margin-bottom: 1px;
	font-weight: 400;
}
.neoh_fn_nft_cats .child_category{
	margin: 0;
	padding: 0;
	font-size: 24px;
	letter-spacing: 0;
	font-weight: 400;
	color: #aaa;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#nft-single-content .neoh_fn_title{
	margin-bottom: 50px;
}
#nft-single-content{
	padding-bottom: 110px;
}
.qnt{
	margin: 0;
    padding: 0;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 400;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.qnt .increase,
.qnt .decrease{
	cursor: pointer;
	color: white;
	transition: all .3s ease;
}
.qnt .increase:hover,
.qnt .decrease:hover{
	color: #70e1f7;
}
.neoh_fn_mintbox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #252525;
	margin-bottom: 73px;
}
.neoh_fn_mintbox .mint_left{
	width: 60%;
	background-color: #0a0a0a;
	padding: 115px 50px 50px;
	position: relative;
}
.neoh_fn_mintbox .mint_right{
	width: 40%;
	padding: 50px 50px 50px;
	background-color: #080808;
}
.neoh_fn_mintbox .mint_title{
	position: absolute;
	top: 30px;
	left: 0px;
}
.neoh_fn_mintbox .mint_title span{
	position: relative;
	font-size: 22px;
	text-transform: uppercase;
	color: #70e1f7;
	letter-spacing: .5px;
	font-family: var(--hff);
	background-color: #202020;
	padding-right: 40px;
	padding-left: 50px;
	line-height: 48px;
	display: inline-block;
	white-space: nowrap;
	font-weight:500;
}
.neoh_fn_mintbox .mint_title span:before{
	content: '';
	position: absolute;
	left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 0 40px;
    border-color: transparent transparent transparent #202020;
}
.neoh_fn_mintbox .mint_list{
	margin-bottom: 5px;
}
.neoh_fn_mintbox .mint_list ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -40px;
}
.neoh_fn_mintbox .mint_list li{
	width: 50%;
	padding-left: 40px;
	margin-bottom: 45px;
}
.neoh_fn_mintbox .mint_list .item{
	height: 100%;
	border-bottom: 1px solid #252525;
	position: relative;
	padding-bottom: 10px;
}
.neoh_fn_mintbox .mint_list .item:after{
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	bottom: 0;
	height: 1px;
	background-color: #70e1f7;
	transition: all .3s ease;
}
.neoh_fn_mintbox .mint_list .item:hover:after{
	width: 100%;
}
.neoh_fn_mintbox .mint_list h4{
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	margin-bottom:10px !important;
	padding: 0;
	letter-spacing: .5px;
	margin-bottom: 1px;
	font-weight: 400;
	color:white;
}
.neoh_fn_mintbox .mint_list h3{
	margin: 0;
	padding: 0;
	font-size: 24px;
	letter-spacing: 0;
	font-weight: 400;
	color: white;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.neoh_fn_mintbox .mint_desc p{
	max-width: 400px;
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
	color: #aaa;
	margin-top: 25px;
}
.neoh_fn_mintbox .mint_desc a{
	text-decoration: none;
	color: white;
}
	.neoh_fn_mintbox .mint_desc a:hover {
		color: black;
		background-color: #70e1f7;
	}
.neoh_fn_mintbox .mint_time{
	position: relative;
    border-bottom: 1px solid #252525;
    padding-bottom: 10px;
	margin-bottom: 45px;
}
.neoh_fn_mintbox .mint_time:after{
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	bottom: 0;
	height: 1px;
	background-color: #70e1f7;
	transition: all .3s ease;
}
.neoh_fn_mintbox .mint_time:hover:after{
	width: 100%;
}
.neoh_fn_mintbox .mint_time h4{
	font-size: 16px;
    color: #666;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    letter-spacing: .5px;
    margin-bottom: 1px;
    font-weight: 400;
}
.neoh_fn_mintbox .mint_time h3{
	margin: 0;
    padding: 0;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 400;
    color: #aaa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.neoh_fn_mintbox .mright{
	/*max-width: 275px;*/
	margin: 0 auto;
}
.neoh_fn_mintbox .mint_checked{
	margin-bottom: 37px;
}
.neoh_fn_mintbox .mint_checked p{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 7px;
}
.neoh_fn_mintbox .mint_checked p:last-child{
	margin-bottom: 0;
}
.neoh_fn_mintbox .mint_checked .text{
	margin-right: 5px;
	font-family: var(--hff);
	font-size: 18px;
	letter-spacing: 0;
	color: #666;
}
.neoh_fn_mintbox .mint_checked .status{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-family: var(--hff);
	color: #aaa;
	letter-spacing: .5px;
	text-transform: uppercase;
	-ms-align-items: center;
	align-items: center;
}
.neoh_fn_mintbox .mint_checked .icon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	background-color: #70e1f7;
	color: #000;
	border-radius: 100%;
	margin-left: 5px;
	position: relative;
	top: -2px;
}
.neoh_fn_mintbox .mint_checked .fn__svg{
	width: 8px;
	height: 8px;
	display: block;
}
.neoh_fn_mintbox .mint_info p{
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #aaa;
}

/* Since v3.0 */
.neoh_fn_coming_soon{
	padding: 250px 0 150px;
	background-color: #111;
	text-align: center;
}
.neoh_fn_coming_soon .soon_countdown{
	margin-bottom: 33px;
}
.neoh_fn_coming_soon .soon_title{
	max-width: 600px;
	margin: 0 auto;
}
.neoh_fn_coming_soon .neoh_fn_countdown{
	color: #70e1f7 !important;
	font-size: 60px !important;
	margin-bottom: 4px !important;
}
.neoh_fn_coming_soon .soon_title h3{
	margin: 0;
	font-size: 36px;
	color: #ccc;
	margin-bottom: 13px;
}
.neoh_fn_coming_soon .soon_title p{
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	color: #aaa;
}
.neoh_fn_boxed_countdown ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	margin: 0;
	list-style-type: none;
	margin-left: -20px;
	flex-wrap: wrap;
}
.neoh_fn_boxed_countdown li{
	margin: 0;
	padding-left: 20px;
	margin-bottom: 20px;
}
.neoh_fn_boxed_countdown .item{
	min-width: 140px;
	min-height: 120px;
	text-align: center;
	border: 2px solid #555;
	border-radius: 5px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.neoh_fn_boxed_countdown h3{
	margin: 0;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0;
	color: #ccc;
}
.neoh_fn_boxed_countdown span{
	position: absolute;
	bottom: -5px;
	left: 12px;
	right: 12px;
	background-color: #111;
	display: block;
	line-height: 1;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}





/* Responsive */
@media(max-width: 1500px){
	.neoh_fn_drops li{
		width: 50%;
	}
}
@media(max-width: 1040px){
	/* Home Half Slider */
	.neoh_fn_hero.half .hero_content{
		width: 100%;
		background-color: rgba(0,0,0,0.8);
	}
	.neoh_fn_hero.half .bg_overlay{
		left: 0;
	}
	/*RoadMap Single*/
	.neoh_fn_mosaic ul{
		margin-left: -20px;
	}
	.neoh_fn_mosaic li{
		padding-left: 20px;
		margin-bottom: 20px;
	}
	/*blog*/
	.neoh_fn_blog_page{
		padding: 100px 0 95px;
	}
	/*collection*/
	.neoh_fn_collectionpage{
		padding: 100px 0;
	}
	.neoh_fn_collection{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.neoh_fn_filters{
		width: 100%;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	[data-filter-sticky="on"] .neoh_fn_filters{
		position: relative;
		top: 0;
	}
	.neoh_fn_pagetitle .fn_title{
		font-size: 50px;
	}
	/*home*/
	.neoh_fn_hero .fn_title{
		font-size: 90px;
	}
	.neoh_fn_about_item .img_item{
		width: 40%;
	}
	.neoh_fn_about_item .content_item{
		width: 60%;
		padding: 0 0 0 50px;
	}
	.neoh_fn_about_item.reverse .content_item{
		padding: 0 50px 0 0;
	}
	#about{
		padding: 100px 0;
	}
	.neoh_fn_about_item{
		margin-bottom: 100px;
	}
	.neoh_fn_services li{
		width: 50%;
	}
	.neoh_fn_drops li{
		width: 50%;
	}
	.neoh_fn_timeline .t_item_info{
		width: 60%;
		padding-left: 50px;
	}
	.neoh_fn_timeline .t_item_img{
		width: 40%;
	}
	.neoh_fn_timeline .t_item{
		padding: 30px;
	}
	.neoh_fn_investor li{
		width: 33.3333%;
	}
	.neoh_fn_moving_blog li{
		width: 50%;
	}
	.neoh_fn_moving_blog .moving_img{
		opacity: 1;
		height: auto;
		width: 100%;
		position: relative;
		z-index: 1;
		visibility: visible;
		margin-bottom: 40px;
	}
	.neoh_fn_moving_box{
		display: none !important;
	}
	.neoh_fn_nav .trigger{
		right: 30px;
	}
	.neoh_fn_nav .nav_menu a{
		font-size: 30px;
	}
	.neoh_fn_nav .nav_menu li{
		margin-bottom: 20px;
	}
	/*about*/
	#information{
		padding: 100px 0;
	}
	.neoh_fn_gualist li{
		width: 50%;
	}
	.neoh_fn_team .team_item{
		width: 50%;
	}
}
@media(max-width: 900px){
	.neoh_fn_wsidebar{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.neoh_fn_wsidebar .sidebar_left{
		padding-right: 0;
	}
	.neoh_fn_wsidebar .sidebar_right{
		padding-left: 0;
		width: 100%;
		min-width: 100%;
		border-left: none;
	}
	.neoh_fn_widget_about .about_img img{
		max-height: inherit;
	}
	#comment-section .sidebar_left{
		padding-right: 0;
		padding-bottom: 0;
	}
	.neoh_fn_pnb .pnb_wrapper{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.neoh_fn_pnb .item{
		width: 100%;
		max-width: 100%;
	}
	.neoh_fn_pnb .trigger{
		width: 100%;
		max-width: 100%;
		border-top: 2px solid #111;
		border-bottom: 2px solid #111;
		border-left: none;
		border-right: none;
		padding: 30px 0;
	}
	.neoh_fn_nav{min-width: 100%;}
	.neoh_fn_nav .nav_footer{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.neoh_fn_nav .neoh_fn_social_list ul{
		justify-content: flex-start;
	}
	.neoh_fn_nav .nav_footer .nf_left{
		margin-right: 0;
		margin-bottom: 10px;
	}
}
@media(max-width: 768px){
	.neoh_fn_hero .fn_title{
		font-size: 50px;
	}
	/* RoadMap Single */
	.neoh_fn_mosaic ul{
		margin-left: -10px;
	}
	.neoh_fn_mosaic li{
		padding-left: 10px;
		margin-bottom: 10px;
	}
	/* Blog Single */
	.neoh_fn_footer .footer_top .fn_title,
	.neoh_fn_single .single_title .fn_title{
		font-size: 30px;
	}
	.neoh_fn_author_info{
		padding: 30px;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.neoh_fn_author_info .info_img{
		margin-right: 0;
		margin-bottom: 26px;
		width: inherit;
	}
	.neoh_fn_pnb .item{
		padding: 30px 0;
	}
	.neoh_fn_pnb .item:hover{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.neoh_fn_pnb .item .fn_title{
		font-size: 20px;
	}
	.neoh_fn_about_item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.neoh_fn_about_item.reverse{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.neoh_fn_about_item .img_item{
		width: 100%;
		margin-bottom: 50px;
	}
	.neoh_fn_about_item .content_item{
		width: 100%;
		padding: 0;
	}
	.neoh_fn_about_item.reverse .content_item{
		padding: 0;
	}
	.neoh_fn_title .fn_title{
		font-size: 30px;
	}
	.neoh_fn_timeline .t_item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.neoh_fn_timeline .t_item_img{
		width: 100%;
		margin-bottom: 30px;
	}
	.neoh_fn_timeline .t_item_info{
		width: 100%;
		padding-left: 0;
	}
	.neoh_fn_investor li{
		width: 50%;
	}
	.neoh_fn_product_modal{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.neoh_fn_product_modal .img_item{
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.neoh_fn_product_modal .content_item{
		width: 100%;
		padding-left: 0;
	}
	.neoh_fn_modal{
		padding: 20px;
	}
	/*about*/
	.neoh_fn_gualist li,
	.neoh_fn_team .team_item, .donation .neoh_fn_services li, .donation .neoh_fn_gualist li {
		width: 100%;
	}
	/*collection*/
	.neoh_fn_drops li{
		width: 100%;
	}
	.donation .neoh_fn_services li{
		text-align:center;
	}
		.donation .neoh_fn_services li h3.fn_title.text-center {
			margin-top:10px !important;
		}
	.donation .neoh_fn_gualist li .numbers{
		max-width:250px;
	}
	.donation .neoh_fn_about_item.reverseMobile {
		flex-direction: column-reverse
	}
		.donation .neoh_fn_about_item.reverseMobile .content_item {
			padding-bottom: 50px !important;
		}
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
}
@media(max-width: 600px){
	.neoh_fn_comments .comment-body{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.neoh_fn_comments .comment-avatar{
		margin-right: 0;
		margin-bottom: 14px;
	}
	.neoh_fn_comments .input-item.half-item,
	.neoh_fn_drops li,
	.neoh_fn_moving_blog li,
	.neoh_fn_services li{width: 100%;}
	.neoh_fn_services li:nth-of-type(2n+1){margin-top: 0;}
	.neoh_fn_title .fn_title{font-size: 26px;}
}
@media(max-width: 480px){
	.neoh_fn_investor li{width: 100%;}
	.neoh_fn_footer .subscribe_in{
		padding: 0;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.neoh_fn_footer .subscribe_form input[type="text"]{
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	.neoh_fn_footer .subscribe_form a{width: 100%;}
	.neoh_fn_footer .fb_in{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.neoh_fn_footer .fb_left{
		margin-bottom: 10px;
	}
}
@media(max-width: 320px){
	.neoh_fn_timeline .t_item{
		padding: 15px;
	}
}




/* since v2.0 */
		@media(max-width: 900px){
	#nft-single-content .nft_single_top{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	#nft-single-content .single_desc_left{
		margin-bottom: 40px;
	}
	#nft-single-content .single_top_left{
		width: 100%;
	}
	#nft-single-content .single_top_right{
		width: 100%;
	}
	#nft-single-content .hidden_btns{
		justify-content: flex-start;
	}
	#nft-single-content .nft_single_desc{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	#nft-single-content .single_desc_right{
		padding: 29px 30px 32px;
	}
	#nft-single-content .hidden_btns a{
		margin-left: 0;
		margin-right: 10px;
	}
	#nft-single-content .nft_single_desc > *{
		width: 100%;
	}
	.neoh_fn_nft_cats li{
		width: 50%;
	}
	.neoh_fn_mintbox{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.neoh_fn_mintbox .mint_left{
		width: 100%;
	}
	.neoh_fn_mintbox .mint_right{
		width: 100%;
		padding: 50px;
	}
	.neoh_fn_mintbox .mright{
		max-width: 100%;
	}
}
.trigger{
    display:none;
}
.neoh_fn_nav{
    display:none;
}
.nav_content, .headerButton, .neoh_fn_social_list {
    display: block;
}
@media(max-width: 768px) {
    .neoh_fn_nft_cats li{
		width: 100%;
	}
	.neoh_fn_mintbox .mint_list li{
		width: 100%;
	}

    .trigger {
        display: block;
    }
    .neoh_fn_nav {
        display: block;
    }
    .nav_content, .headerButton, .neoh_fn_social_list {
        display: none;
    }
    .nav_menu ul{
        display:block !important;
    }
}

.nav_menu ul{
    display:flex;
    list-style-type:none !important;
}

.nav_menu ul li{
    margin:15px;
}

.nav_content .nav_menu a {
	font-size: 18px;
	display: block;
	text-decoration: none;
	font-family: var(--hff);
	color: var(--hc);
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
}
.nav_content .nav_menu a:hover{
    font-size: 18px;
    display: block;
    text-decoration: none;
    font-family: var(--hff);
    color: #70e1f7;
    line-height: 1;
}
ol, ul {
    margin: 10px !important;
}



.first {
    width: 250px !important;
    height: 100px;
    display: block;
    margin: 0 auto;
    position: relative;
}

    .first:hover, .second:hover {
        opacity: 1;
        cursor: pointer;
    }
    .first:hover, .third:hover {
        opacity: 1;
        cursor: pointer;
    }
    .first:hover, .fourth:hover {
        opacity: 1;
        cursor: pointer;
    }
    .first:hover, .fifth:hover {
        opacity: 1;
        cursor: pointer;
    }

.second {
    opacity: 0;
    width: 250px;
    background-color: #000;
    position: absolute;
    top: 40%;
    left: 16%;
    transform: translate(-50%, -50%);
}
.third {
    opacity: 0;
    width: 250px;
    background-color: #000;
    position: absolute;
    top: 40%;
    left: 39%;
    transform: translate(-50%, -50%);
}
.fourth {
    opacity: 0;
    width: 250px;
    background-color: #000;
    position: absolute;
    top: 40%;
    left: 62.3%;
    transform: translate(-50%, -50%);
}
.fifth {
    opacity: 0;
    width: 250px;
    background-color: #000;
    position: absolute;
    top: 40%;
    left: 85.5%;
    transform: translate(-50%, -50%);
}

.first:hover + .second {
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
}
.first:hover + .third {
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
}
.first:hover + .fourth {
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
}
.first:hover + .fifth {
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
}
.example1 {
    width:80%;
    margin:auto;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.panel-primary > .panel-heading:hover {
    color: #70e1f7;
    background-color: #000;
    border-color: #000;
}
.panel-primary {
    border-color: #000;
}
.panel {
	margin-bottom: 20px;
	background-color: #000;
	border: 1px solid #666;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-body {
    padding: 10px 50px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.mainTitle {
    font-family: 'Godsownjunkyard-Regular', sans-serif !important;
}
.taglineBanner {
    font-family: 'Clash Display', sans-serif !important;
    text-transform: uppercase;
    font-size: 64px;
    font-weight: 900;
    letter-spacing: -3px;
}
.faqTitle {
    font-family: 'Clash Display', sans-serif !important;
    font-size: 24px;
    padding: 30px 30px;
}

.counterWrapper {
	position: absolute;
	left: -100px;
	top: 30px;
	border: 2px solid #666;
	border-radius: 50%;
	height: 203px;
	width: 203px;
	background-color: black;
}
.circle_percent {
	font-size: 180px;
	width: 1em;
	height: 1em;
	position: relative;
	background: #eee;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin: 10px;
}

.circle_inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	height: 1em;
	clip: rect(0 1em 1em .5em);
}

.round_per {
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	height: 1em;
	background: #70e1f7;
	clip: rect(0 1em 1em .5em);
	transform: rotate(180deg);
	transition: 1.05s;
}

.percent_more .circle_inner {
	clip: rect(0 .5em 1em 0em);
}

.percent_more:after {
	position: absolute;
	left: .5em;
	top: 0em;
	right: 0;
	bottom: 0;
	background: #70e1f7;
	content: '';
}

.circle_inbox {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: #fff;
	z-index: 3;
	border-radius: 50%;
}

.percent_text {
	position: absolute;
	font-size: 18px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	color:black;
}
/*.item.first .item_content {
	display:none;
}
.item.first:hover .item_content {
	display:block;
}*/
.item_content {
	/*display: none;*/
	/*transition: all 5s ease-in-out;*/
	transform: translate3d(0px, -40%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	opacity: 0;
	position: absolute;
	top: 0px;
	text-align:center;
}
.item.first img {
	opacity: 1;
}
.item.first.hovered img, .item.first.hovered > .fn_title {
	opacity: 0;
}
	.item_content.hover {
		/*display: block;*/
		/*transition: all 5s ease-in-out;*/
		transform: translate3d(0px, -10%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
		opacity: 1;
		position: absolute;
		top: 0px;
	}
.panel-primary:hover {
	border-color: #70e1f7;
}
.neoh_fn_team .person_social ul li:first-of-type{
	margin-left:0px;
}
.panel-heading{
	padding:0px;
}
.numbers {
	position: absolute;
	display: inline-flex;
	background: black;
	padding: 17px;
	border-radius: 60px;
	border: 2px solid #666;
	top: -50px;
	width: 250px;
	right:25px;
}
.numbers p{
	margin-bottom:0px;
	line-height:22px;
	color:white;
}
.firstPartWrapper {
	border-right: 2px solid #70e1f7;
	padding-right: 10px;
	margin-right: 10px;
}
#rssBlock {
	left: 0px;
	height: 50px;
	/*position: absolute;*/
	width: 100%;
	overflow: hidden;
	z-index:9999;
}

/*remove p*/
.cnnContents {
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	font-size: 30px;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 300;
}
	.cnnContents a{
		color:white;
		font-weight:800;
		margin-right:30px;
		font-size:40px;
		letter-spacing:1px;
	}
		.cnnContents a:hover {
			cursor: pointer;
			color: #70e1f7;
			text-shadow: 0px 0px 6px #70e1f7;
		}

	.marqueeStyle {
		display: inline-block;
		/* Apply animation to this element */
		-webkit-animation: scrolling-left1 25s linear infinite;
		animation: scrolling-left1 25s linear infinite;

	}

/*.marqueeStyle2 {
	display: inline-block;*/
	/*Apply animation to this element*/
	/*-webkit-animation: scrolling-left2 25s linear infinite;
	animation: scrolling-left2 25s linear infinite;
	animation-delay: 12.5s;
}*/

/* scrolling-left is continuous/repeatly text */
@keyframes scrolling-left1 {
	/*0% {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}*/

	100% {
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
	}
}

/*@keyframes scrolling-left2 {
	0% {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}

	100% {
		transform: translateX(-200%);
		-webkit-transform: translateX(-200%);
	}
}
*/
/*.number77 {
	position: absolute;
	top: -60px;
	left: 50px;
}
.number77 img{
	width:163px;
}*/

	.number77 h6 {
		font-family: 'Montserrat-Bold';
		font-size: 33px;
		font-weight: 800;
		color: white;
		text-shadow: 0px 0px 18px #70e1f7;
		text-align:left;
	}

.menu-item.active a {
	color: #70e1f7;
}
[class^="fn-icon-"]:before, [class*=" fn-icon-"]:before{
	margin:0px;
}
.neoh_fn_content.episodes {
	background-color: #e5e5e5;
}
.neoh_fn_content.episodes p{
	color:black;
}
	.neoh_fn_content.episodes .only_text{
		color: black;
	}
	.neoh_fn_content.episodes .fn_title a{
		color: black;
	}
		.neoh_fn_content.episodes .fn_title a:hover, .neoh_fn_content.episodes p i {
			color: #70e1f7;
		}
	.neoh_fn_content.episodes .fn_date {
		color: white;
	}
	.neoh_fn_content.episodes .neoh_fn_roadmaplist .fn_date span {
		background-color: #70e1f7;
		font-weight:500;
	}
		.neoh_fn_content.episodes .neoh_fn_roadmaplist .fn_date span::after {
			border-left-color: #70e1f7;
		}
.neoh_fn_content.home {
	padding-top: 120px;
}
.neoh_fn_content.donation{
	padding-top:0px;
}
.neoh_fn_about_item .content_item a, .heroesJourney .content_item a, .theStoryContinueWrapper .content_item a {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.donatedCountersWrapper .neoh_fn_gualist ul li .row .col-lg-6:nth-child(2) > div {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.heroesJourney .container {
	padding: 50px;
	padding-bottom: 0px;
}
.heroesJourney .container {
	padding: 50px;
	padding-bottom: 0px;
}
	.heroesJourney .container .img_item {
		padding: 0px 10px 0px 50px;
		display: flex;
	}
#services {
	padding-bottom: 170px !important;
	padding-top: 170px !important;
}

.donation #services {
	padding-bottom: 50px !important;
	padding-top: 50px !important;
}
.donation #services .container {
	padding-bottom: 120px !important;
	padding-top: 120px !important;
}
#services li {
	margin-bottom: 0px;
}
#bionicLabs .img_item {
	padding: 0px 50px 0px 10px;
}
.theStoryContinueWrapper .img_item {
	padding: 0px 10px 0px 50px;
	display: flex;
}
.innerinfoWrapper{
	display:flex;
}
.donatedCountersWrapper.disabledSection .row {
	opacity: 0.5;
}

/*.neoh_fn_gualist .item:hover, .neoh_fn_gualist .item:hover .numbers {
		border-color: #70e1f7;
	}*/
.donation .nav_content, .donation .trigger, .donation .headerButton, .neoh_fn_header.donation.fixer {
	display: none;
}
#homeDonation {
	background-image: url('/Content/Assets/BionicImages/bannerBH3 copy.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh;
	display: flex;
	position: relative;
}

	#homeDonation .content_item {
		position:relative;
		padding:20px;
	}

		#homeDonation .content_item:before {
			content: "";
			background-color: black;
			position: absolute;
			top: 0px;
			left: 0px;
			opacity: 0.7;
			height: 100%;
			width: 100%;
		}
.donation .hideMobile {
	display: flex;
}

.donation .showMobile {
	display: none;
}
.messageToView .hideMobile {
	display: block;
}

.messageToView .showMobile {
	display: none;
}

@media(max-width:768px) {
	.neoh_fn_content.home {
		padding-top: 40px;
	}
	.neoh_fn_content.donation {
		padding-top: 0;
	}
	.neoh_fn_about_item .content_item {
		padding-left:15px !important;
		padding-right:15px !important;
		text-align: center;
	}

		.neoh_fn_about_item .content_item .fn_title.mainTitle {
			text-align: center !important;
		}
		.neoh_fn_about_item .content_item a, .heroesJourney .content_item a, .theStoryContinueWrapper .content_item a {
			margin-left: auto !important;
			margin-right: auto !important;
		}

	.neoh_fn_hero.mainTitleWrapper, .heroesJourney .container .content_item .neoh_fn_title {
		align-items: center;
	}
	.donatedCountersWrapper .neoh_fn_gualist ul{
		margin:0px !important;
	}
	.donatedCountersWrapper .neoh_fn_gualist ul li:nth-child(1){
		margin-bottom:103px !important;
	}
	.donation .img_item{
		text-align:center;
	}
	.donation .img_item img{
		width:90%;
	}

	.donation .donatedCountersWrapper .neoh_fn_gualist ul li:nth-child(1) {
		margin-bottom: 0px !important;
	}
	.donation #bionicLabs > div > div.container {
		padding: 0px !important;
	}
	.donatedCountersWrapper .neoh_fn_gualist ul li .row .col-lg-6:nth-child(2) > div {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
	}
	.heroesJourney .container {
		padding:50px 15px;
		text-align:center;
	}
		.heroesJourney .container .img_item {
			padding: 0px;
		}
		.heroesJourney .container .content_item {
			text-align:center;
		}
	#about{
		padding:0px;
	}
	.first{
		height:auto;
	}
	#services {
		padding-bottom: 40px !important;
		padding-top: 80px !important;
	}
		#services li:not(:last-of-type) {
			margin-bottom: 150px;
		}
	#bionicLabs .img_item{
		padding:0px;
		margin-top:50px;
	}
	.theStoryContinueWrapper .img_item {
		padding: 0px;
	}
	#team li.team_item:not(:last-of-type){
		margin-bottom:45px !important;
	}
	#faq .example1{
		width:100%;
	}
		#faq .example1 h3.faqTitle {
			font-size: 22px;
			padding: 15px 15px;
			line-height:28px;
		}
		#faq .example1 .panel-body {
			padding: 15px 25px 25px;
		}
	.taglineBanner{
		text-align:center;
		letter-spacing:0px;
	}
	.neoh_fn_timeline .progress_line_wrapper{
		overflow-x:auto;
	}
	.taglineBanner{
		font-size:44px;
		margin-top:15px;
	}
	.innerinfoWrapper {
		margin: auto;
	}
		.innerinfoWrapper.centermobile h3 {
			text-align: center !important;
		}
	.neoh_fn_timeline .t_item_info{
		text-align:center;
	}
	.neoh_fn_nav.active .headerButton, .neoh_fn_nav.active .headerButton a {
		margin: 0px !important;
	}
	.neoh_fn_nav.active .headerButton{
		display: block;
	}
	.neoh_fn_nav.active .neoh_fn_social_list {
		display: flex;
	}
	.neoh_fn_nav.active .neoh_fn_social_list ul{
		margin:auto !important;
	}
		.neoh_fn_nav.active .neoh_fn_social_list ul li:first-of-type{
			margin-left: 0;
		}

	.neoh_fn_nav.active .nav_content {
		height:auto !important;
	}
	.removeMargin{
		margin:0px !important;
	}
	#home .desc p, #about .desc p, #services p, #bionicLabs .desc p, #roadmap p.fn_desc {
		text-align: justify !important;
	}
	#homeDonation {
		background-image: url('/Content/Assets/BionicImages/bannerBH3 copy.jpg');
		background-position: right;
		height: 45vh;
	}
		.donation .hideMobile {
			display: none;
		}
	.donation .showMobile {
		display: block;
	}
	.messageToView .hideMobile {
		display: none;
	}
	.messageToView .showMobile {
		display: block;
	}
		#homeDonation:before {
			opacity: 0.2;
		}
}

