 
#main {
	/* padding:50px 50px 0 50px; */
 	background: #191919;
}

.landing-logo{
	position:absolute;
	left:100px;
	top:120px;
	z-index:5;
}
.landing-logo img, .landing-logo svg {
	width:360px;
	height:auto;
}
svg .st0{fill:#FFFFFF;}
svg .st1{fill:#F99500;}
svg .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}

.scroll-down-dec {
	position:absolute;
	left:50px;
	z-index:10;
	bottom:60px;
}
.scroll-down-dec .scroll-down-wrap {
	border:none;
} 
.landing-hero-text{
    width: 30%;
    height: fit-content;
    position: absolute;
    top:40%;
    left: 0;
	padding:0 50px 0 100px;
	z-index:20;
}
.features-page{
	width: 100vW !important;
	top: 25% !important;
}
.generic-page{
	width: 100vW !important;
	top: 35% !important;
}
.features-page h1, .generic-page h1{
	font-size: 34px  !important;
	line-height: 40px  !important;
}
.features-page h1 span.bg-orange{
	font-size: 40px !important;
	line-height: 40px !important;
}
.features-page h3, .generic-page h3{
	font-family: "Poppins", sans-serif;
	font-size: 24px !important;
	line-height: 32px !important;
	color: #e6e6e6 !important;
}
.landing-hero-container {
	background: #252525;
	/* background: linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(0,0,0,1) 100%)  */
	z-index:10;
}
.landing-hero-container:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(153, 153, 153, 0.1);
} 
.landing-hero-text h1 {
	font-size:24px;
	color:rgba(255,255,255,0.81);
	font-weight:700;
	text-transform:uppercase;
	font-family: "Montserrat", sans-serif;
	padding-bottom:30px;
	text-align:left;
	line-height: 30px;
}
.landing-hero-text h3 {
	text-align:left;
	color:#888;
	font-size:16px;
	line-height: 24px;
}
.content.landing-content {
	padding-left:0;
		background: #202020;
}
.content.landing-content section {
	padding-top: 10px;
	padding-bottom: 10px;
}
.parallax-text {
	bottom:70%;
}
.parallax-item  h3 {
	font-size: 18px;
    color: rgba(255,255,255,0.81);    
    font-weight: 100;    
    font-family: 'Poppins', sans-serif;
	position:absolute;
	width:fit-content;
	position:relative;
	top:-400px;
	left:0;
	max-width: 730px;
    text-align: left;
 
}
.parallax-item.nth_chid  h3{
	left:60%;
	
	
}
.parallax-item  h3 a {
	    color:#fff;
}
.parallax-item  h3 a:hover {
    color: rgba(255,255,255,0.61);
}
.parallax-item img {
	/* box-shadow: 2px 3px 12px 0 rgba(0,0,0,.55); */
	border-radius: 10px;
	max-width: 600px;
}
.landing-hero-container .bg{
	width:inherit;
	left:30%;
	right:0;
	background-position: left bottom;
}
.landing-hero-text-block {
    max-width: 1280px;
    margin: 0 auto;
}
.landing-inner {
	padding:80px 0;
}
.landing-inner h2, .landing-inner h4 {
	font-size:27px;
	line-height: 50px;
	color:#fff;
	padding-bottom:20px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}
.landing-inner h3 {
	font-size:22px;
	line-height: 30px;
	font-weight: 400;
	color: #333;
	font-family: "Montserrat", sans-serif;
}
.landing-inner p {
	color:#797979;
	font-size:16px;
	font-weight: 100;	
}
.white-bg .landing-inner p {
	color: #888;
}
.landing-inner  .btn {
	display:inline-block;
	float:none;
	margin-top:30px;
}
.landing-footer {
	background:#202020;
}
@media only screen and (max-width: 1064px) {
.landing-footer {
	left:0;
	right:0;
}
.landing-hero-text {
    width: 100%;
    top: 20%;
    padding: 0 50px 0 50px;
    z-index: 20;
}
.landing-hero-text h3 {
	color:#fff;
}
.landing-hero-container .bg{
	width:inherit;
	left:0;
	right:0;
	opacity:0.5;
	background-position:  bottom;
 
}
.parallax-item h3 {
	position:relative;
	top:0;
	width:100% !important;
	float:left;
	margin-top:50px;
	left:0 !important;
 
 
}
.landing-logo{
	left: 30px;
	top: 60px;
} 
.parallax-item {
    margin: 30px 0;
    padding: 10px 0;
}
}


@media only screen 
    and (max-width : 560px)  {
	.landing-logo img, .landing-logo svg{
		width: 240px;
	}
	h1 span.block{
		font-size: 26px;
	}
	.partcile-dec{
		width: 100%;
		left: 0;
		right: 0;
	}
	.half-height, .third-height{
		height: 100%;
	}
	.features-page{
		top: 10% !important;
	}
	.generic-page{
		top: 25% !important;
	}
	ul.feature-list>li{
		height: 80px;

	}
}

@media only screen and (max-width: 768px) {
	#main {
		padding:0;
	} 	
	.small_logo{
		margin: 0;
	}
	.menu{
		display: none;
		position: absolute;
		z-index: 9997;	
		background: #191919f0;
		top: 0px;
	}
	.menu .content-nav li a {
		font-size: 20px;
		padding: 20px 0px;
		height: 60px;
	}
	.small_menu{
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 9998;
		padding: 20px 20px 20px 30px;
		border: 0px;
		background: rgba(0, 0, 0, 0.82);
		color: #ededed;
		font-size: 20px;
		cursor: pointer;
		border-bottom-left-radius: 30px;
	}
	.menu_close{
		display: none;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 9999;
		padding: 20px 20px 20px 30px;
		border: 0px;
		background: rgba(0, 0, 0, 0.82);
		color: #ededed;
		font-size: 20px;
		cursor: pointer;
		border-bottom-left-radius: 30px;
	}
	
}

@media only screen 
	and (min-width : 560px) and (max-width: 1064px) {
	.half-height, .third-height{
		height: 75%;
	}
	
}
.text-orange{
	color: #f99500 !important;
}