@charset "utf-8";

/*======================================
 [ -Main Stylesheet-
  Theme: Solonick Intro
  Version: 1.0
  Last change: 10/04/2018 ]
 

 
/*-------------Fonts---------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Poppins:400,500,600,700,800,900|Titillium+Web:400,600,700&subset=cyrillic,cyrillic-ext,devanagari,latin-ext,vietnamese');

/*-------------General Style---------------------------------------*/

 
 
.full-height {
	height: 100%;
}
 
 
html {
	overflow-x: hidden !important;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	height: 100%;
	text-align: center;
	background: #2D2D32;
	color: #000;
	font-family: 'Titillium Web', sans-serif;
}
@-o-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* ---------Page preload--------------------------------------*/

.loader-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 200;
	background: #2A2A2E;
	top: 0;
	overflow: hidden;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
}
.pin {
	position: absolute;
	top: 50%;
	left: 30%;
	margin-left: 50px;
	width: 200px;
	height: 40px;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 12px;
	font-weight: 400;
	margin-top: -20px;
	color: rgba(255, 255, 255, 0.31);
	font-family: 'Poppins', sans-serif;
	text-align: left;
}
.pin:after {
	content: "Solonick : ";
	position: absolute;
	left: -100%;
	color: rgba(255, 255, 255, 0.51);
}
.pin:before {
	content: "Loading";
	position: absolute;
	overflow: hidden;
	max-width: 0;
	text-align: left;
	animation: pinanim 2.2s ease-out infinite;
}
@keyframes pinanim {
	0% {
		max-width: 0;
	}
	100% {
		max-width: 100%;
	}
}
@keyframes pinanim {
	0% {
		max-width: 0;
	}
	100% {
		max-width: 100%;
	}
}
/*--------------Typography--------------------------------------*/
p {
	font-size: 11px;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: 500;
	color: #878C9F;
	font-family: 'Poppins', sans-serif;
}
blockquote {
	float: left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
	position: relative;
}
blockquote:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f10e";
	position: absolute;
	color: #ccc;
	bottom: 3px;
	font-size: 43px;
	right: 6px;
	opacity: 0.4
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
}
.bold-title {
	margin: 15px 0;
	font-size: 24px;
	text-align: left;
	font-weight: 600;
}
/*--------------General--------------------------------------*/
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}
.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}
.hero-section {
	padding: 250px 0 450px;
}
.content {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 80px;
	z-index: 5;
}
.content.full-height {
	z-index: 6;
}
.container {
	max-width: 1224px;
	width: 92%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
 
.respimg {
	width: 100%;
	height: auto;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 3;
}
.partcile-dec {
	position: absolute;
	top: 0;
	left: -20%;
	width: 140%;
	height: 100%;
	z-index: -1;
}
#main {
	padding:50px 50px 0 50px;
 	background: #202020;
}
.body-bg {
	content:'';
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#202020;
	z-index:1;
}
/*------Button ------------------------------------------------*/

.btn {
	padding: 15px 30px;
	position: relative;
	margin-top: 10px;
	font-size: 10px;

	font-weight: 600;
	letter-spacing: 4px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	text-transform: uppercase;
	border-radius: 4px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.16);
}
.trsp-btn {
	border: 1px solid rgba(255, 255, 255, 0.09);
	color: #fff;
}
.trsp-btn:before,
.flat-btn:before {
	background: rgba(255, 255, 255, 0.29);
}
.flat-btn {
	border: 1px solid #000;
	color: #fff;
	background: #292929;
}
.float-btn {
	float: left;
}
.color-btn {
	color: #fff;
	border-color: transparent
}
.btn.color-btn:before {
	background: #fff;
}
.btn:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	height: 1px;
	width: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.btn:hover:before {
	width: 30px;
}
.btn:hover {
	padding-left: 60px;
}
.mar-top {
	margin-top: 50px;
}
.mar-top-sm {
	margin-top: 20px;
}
.mar-bottom {
	margin-bottom: 50px;
}
.scroll-down-wrap {
	float: left;
	height: 100%;
	position: relative;
	margin-left: 50px;
	padding-right: 50px;
	padding-top: 28px;
	border-right: 1px solid rgba(255, 255, 255, 0.11);
}
.scroll-down-wrap span {
	float: left;
	margin-left: 20px;
	position: relative;
	top: 8px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	color: #8B8B8B;
}
.mousey {
	float: left;
	width: 20px;
	height: 30px;
	border-radius: 6px;
	padding: 0 6px;
	border: 2px solid rgba(255, 255, 255, 0.41);
	box-sizing: border-box;
}
.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -1.5px;
	width: 3px;
	height: 6px;
	border-radius: 25%;
	background-color: #fff;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}
@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(10px);
		opacity: 0;
	}
}
/*------section ------------------------------------------------*/
section {
	position: relative;
	float: left;
	width: 100%;
	padding: 90px 0;
	background: #fff;
	overflow: hidden;
}
section.no-hidden {
	overflow: inherit;
}
section.parallax-section {
	padding: 120px 0;
}
.small-padding {
	padding: 70px 0;
}
.dark-bg {
	background: #2A2A2E;
}
.dark-bg2 {
	background: #2D2D32;
}
.gray-bg {
	background: #FAFAFA;
}
section.parallax-section .bg {
	height: 120%;
	top: 0;
}
section.parallax-section.parallax-sec-half-right,
section.parallax-section.parallax-sec-half-left {
	padding: 120px 0 170px;
}
section.parallax-section.parallax-sec-half-right:before,
section.parallax-section.parallax-sec-half-left:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 80px;
	background: #fff;
	z-index: 4;
	width: 60%;
}
section.parallax-section.parallax-sec-half-right:after {
	content: '';
	position: absolute;
	bottom: 150px;
	right: 60%;
	height: 1px;
	background: rgba(255, 255, 255, 0.31);
	z-index: 14;
	width: 70px;
	margin-right: -35px;
}
section.parallax-section.sing-dark-bg:before {
	background: #2A2A2E;
}
section.parallax-section.parallax-sec-half-right:before {
	right: 0;
}
section.parallax-section.parallax-sec-half-left:before {
	left: 0;
}
section.parallax-section.parallax-sec-half-right .bg,
section.parallax-section.parallax-sec-half-right .overlay {
	left: inherit;
	right: 0;
	width: 60%;
}
section.parallax-section.parallax-sec-half-left .bg,
section.parallax-section.parallax-sec-half-left .overlay {
	left: 0;
	width: 60%;
}
.sec-half .pattern-bg {
	height: 40%;
}
.fw-parallax .section-title h2 {
	color: #fff;
}
.horizonral-subtitle {
	position: absolute;
	left: -290px;
	top: 20%;
}
.horizonral-subtitle span {
	position: absolute;
	left: 0;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 84px;
	letter-spacing: 6px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: rgba(255, 255, 255, 0.11);
	top: 0;
	white-space: nowrap;
}
section.parallax-section.parallax-sec-half-left .horizonral-subtitle {
	left: inherit;
	right: 70px;
}
section.parallax-section.parallax-sec-half-left .horizonral-subtitle span {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.section-title {
	padding: 20px 0 20px 70px;
	margin-bottom: 50px;
	text-align: left;
}
.section-title h2 {
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	color: rgb(50, 58, 69);
	position: relative;
	padding-bottom: 30px;
}
section.parallax-section.parallax-sec-half-left .section-title {
	text-align: right;
}
section.parallax-section.parallax-sec-half-left .section-title p {
	float: right;
}
section.parallax-section .section-title {
	padding-left: 0;
}
section.dark-bg .section-title h2 {
	color: #fff;
	padding-bottom: 50px;
}
section.parallax-section .section-title h2:before {
	content: '';
	position: absolute;
	left: 0;
	top: -50px;
	left: 0;
	width: 50px;
	height: 6px;
	background: rgba(255, 255, 255, 0.071);
	border: 1px solid rgba(255, 255, 255, 0.11);
}
section.parallax-section .section-title h2:after {
	content: '';
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 50px;
	height: 1px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.21);
}
section.parallax-section.parallax-sec-half-left .section-title h2:before,
section.parallax-section.parallax-sec-half-left .section-title h2:after {
	left: inherit;
	right: 0;
}
section.parallax-section .section-title p {
	color: rgba(255, 255, 255, 0.71);
	max-width: 550px;
}
section .section-title p {
	max-width: 550px;
}
section.parallax-section .section-title:before {
	display: none;
}
.section-title h3 {
	position: relative;
	padding-bottom: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
}
.section-title h3:before {
	content: '';
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 50px;
	height: 1px;
	border-bottom: 1px dotted #666;
}
.section-subtitle {
	position: absolute;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	top: 50px;
	left: 40px;
	color: #ccc;
	right: 0;
	opacity: 0.15;
	text-align: left;
}
.section-subtitle.right-pos {
	right: 80px;
	text-align: right;
}
.section-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: -2px;
	width: 4px;
	height: 100%;
}
.pr-title {
	padding: 0 20px 0 30px;
}
.pr-title:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -2px;
	bottom: -10px;
	width: 4px;
}
.pr-title h3 {
	float: left;
	font-size: 24px;
	text-align: left;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	position: relative;
}
.pr-title span {
	float: left;
	width: 100%;
	padding-top: 10px;
	color: #999;
	text-align: left;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
}
.sec-lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 1;
}
.line-item {
	float: left;
	width: 20%;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid rgba(153, 153, 153, 0.1);
	height: 100%;
	position: relative;
}
.line-item:first-child:before {
	content: '';
	position: absolute;
	top: 0;
	right: -2px;
	width: 4px;
	height: 30px;
	animation: scroll3 8s ease-out infinite;
}
.line-item:last-child:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: -2px;
	width: 4px;
	height: 30px;
	animation: scroll2 6s ease-out infinite;
}
@keyframes scroll3 {
	0% {
		opacity: 1;
		top: 0
	}
	50% {
		top: 50%
	}
	100% {
		top: 100%;
		opacity: 0.5;
	}
}
@keyframes scroll2 {
	0% {
		opacity: 1;
		bottom: 0
	}
	50% {
		bottom: 50%
	}
	100% {
		bottom: 100%;
		opacity: 0.5;
	}
}
.line-item:first-child {
	border-left: 1px solid rgba(153, 153, 153, 0.09);
}
.paralax-sec-separator {
	height: 1px;
}
.paralax-sec-separator:before,
.paralax-sec-separator:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 20%;
	margin-left: -10%;
	height: 100%;
	border-top: 1px solid #eee;
}
.dark-bg .paralax-sec-separator:before,
.dark-bg .paralax-sec-separator:after {
	border-color: rgba(153, 153, 153, 0.1);
}
.paralax-sec-separator:after {
	left: 0;
	margin-left: 0;
}
.parallax-item {
	margin: 70px 0;
	padding: 20px 0;
}
.parallax-item img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 4;
	transform: translateZ(0);
}
.parallax-item-number {
	position: absolute;
	bottom: 32px;
	z-index: -1;
	font-size: 74px;
	font-weight: bold;
	line-height: 0;
	color: #D5D5D5;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.dark-bg .parallax-item-number {
	color: #414145;
}
.rg-num {
	right: 0;
}
.lf-num {
	left: 0;
}
.parallax-text {
	position: absolute;
	bottom: 40%;
	z-index: 10;
}
.parallax-text.right-pos {
	right: 50%;
	margin-right: -200px;
}
.parallax-text.left-pos {
	margin-left: -200px;
	left: 50%;
}
.parallax-text h3 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	position: relative;
	text-align: left;
}
.parallax-text.right-pos h3 {
	text-align: right;
	float: right;
}
.parallax-text.left-pos h3 {
	text-align: left;
	float: left;
}
.parallax-text h3:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 60px;
	height: 2px;
	background: #292929;
}
.parallax-text.left-pos h3:before {
	left: -80px;
}
.parallax-text.right-pos h3:before {
	right: -80px;
}
.parallax-text h3:after {
	content: '';
	position: absolute;
	top: -5px;
	bottom: -10px;
	left: 100px;
	right: -100px;
	background: #fff;
	opacity: 0.3;
	z-index: 1;
}
.dark-bg .parallax-text h3:after {
	background: #292929;
	opacity: 0.5;
}
.parallax-text.left-pos h3:after {
	left: 100px;
	right: -100px;
}
.parallax-text.right-pos h3:after {
	left: -100px;
	right: 100px;
}
.parallax-text h3 a {
	position: relative;
	z-index: 10;
	color: rgba(51, 51, 51, 0.81);
}
.dark-bg .parallax-text h3 a {
	color: #fff;
}
.parallax-text h4 {
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin: 20px 0;
	font-size: 10px;
	letter-spacing: 2px;
	position: relative;
}
.parallax-text h4 span {
	position: relative;
	float: left;
	padding: 15px 30px;
}
.parallax-text h4 span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #35353A;
	z-index: -1;
}
.parallax-text.left-pos h4 span {
	float: left;
}
.parallax-text.right-pos h4 span {
	float: right;
}
.parallax-text.right-pos .btn {
	float: right;
}
.landing-logo{
	position:absolute;
	left:100px;
	top:60px;
	z-index:5;
}
.landing-logo img {
	width:40px;
	height:auto;
}
.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: 100%;
    position: absolute;
    top:40%;
    left: 0;
	padding:0 50px 0 100px;
	z-index:20;
 
}
.landing-hero-container {
	background: #2A2A2E;
	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);
	letter-spacing:20px;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	padding-bottom:30px;
	text-align:left;
}
.landing-hero-text h3 {
	text-align:left;
	color:#888;
	font-size:16px;
}
.content.landing-content {
	padding-left:0;
		background: #202020;
}
.content.landing-content section {
	padding-top:250px;
}
.parallax-text {
	bottom:70%;
}
.parallax-item  h3 {
	font-size: 28px;
    color: rgba(255,255,255,0.81);
    letter-spacing: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
	position:absolute;
	width:40%;
	position:relative;
	top:-230px;
	left:0;
 
 
}
.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 32px 0 rgba(0,0,0,.22);
}
.landing-hero-container .bg{
	width:inherit;
	left:30%;
	right:0;
 
}
.landing-inner {
	padding:150px 0;
}
.landing-inner h2 {
	font-size:45px;
	color:#fff;
	padding-bottom:20px;
}
.landing-inner h4 {
	color:#888;
	padding-bottom:20px;
	font-size:14px;
}
.landing-inner  .btn {
	display:inline-block;
	float:none;
	margin-top:30px;
}
.landing-footer {
	left:50px;
	right:50px;
	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;
 
}
.parallax-item h3 {
	position:relative;
	top:0;
	width:100% !important;
	float:left;
	margin-top:50px;
	left:0 !important;
 
 
}
 
.parallax-item {
    margin: 30px 0;
    padding: 10px 0;
}
}
@media only screen and (max-width: 768px) {
#main {
	padding:0;
} 
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}