@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
body {
    font-family: 'Poppins', sans-serif;
	margin: 0px;
	background: black;
}
a {
    transition: .3s;
    -webkit-transition: .3s;
    text-decoration: none;
}

a:-webkit-any-link {
	text-decoration: none;
}
a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
a:focus, a:hover, a:active {
    text-decoration: none;
}
img {
    max-width: 100%;
}
/* Btn Primary */
.btn {
	padding: 9px 25px;
	font-size: 16px;
	border-radius: 30px;
	border: 2px solid;
	-o-transition: .4s;
	-ms-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.btn-primary {
	color: #fff;
	background-color: #0080ff;
	border-color: #0080ff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.disabled:hover, .btn-primary.disabled:focus {
	color: #fff;
	background-color: transparent;
	border-color: #0080ff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: transparent;
	border-color: #0080ff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #0080ff;
	border-color: #0080ff;
	opacity: 1;
}
/*
Preloader Area CSS
*/
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999;
}
.folding-cube {
	left: 0;
	width: 60px;
	height: 60px;
	position: absolute;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	top: 50%;
	right: 0;
	margin: -60px auto 0;
}
.folding-cube .cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1); 
}
.folding-cube .cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0080ff;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.folding-cube .cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}
.folding-cube .cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}
.folding-cube .cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}
.folding-cube .cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.folding-cube .cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s; 
}
.folding-cube .cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0; 
	} 
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1; 
	} 
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0; 
	} 
}

@keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0; 
	} 
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1; 
	} 
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0; 
	}
}
/*
Top Header Area CSS
*/
.logo {
	color: #fff;
	text-transform: lowercase;
	font-size: 1.25rem;
	font-weight: 600;
	display: inline-block;
	padding: 8px 10px;
	border: 4px solid #fff;
}
.logo span {
	color: #0080ff;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
}
.logo:hover {
	background: #fff;
	color: #000;
	border-radius: 4px;
}
.top-header {
	/*background-image: url("bg-41.jpg");*/
	/*background-size: cover;*/
	/*background-position: center left;*/
	text-align: center;
	/* position: relative; */
	/*background-attachment: fixed;*/
	/* padding: 150px 0; */
	/*background-repeat: no-repeat;*/
}
.top-header::before {
	content: "";
	left: 0;
	/* height: 100%; */
	opacity: .8;
	/* position: absolute; */
	top: 0;
	width: 100%;
	background: #000;
}
#particles-js {
	width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000;
  background-image: url('bg-41.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.5;
}
@-webkit-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
@-moz-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
@-ms-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
@-o-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
@keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
.text-content {
    padding: 15% 15px;
    position: relative;
    z-index: 1;
}
.text-content p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    margin: 30px 0 35px;
}
.bar {
    background-color: #fff;
    width: 200px;
    height: 2px;
    margin: 30px auto;
}
/*
Page Preview Section
*/
.page-preview-section {
    padding: 100px 0 60px;
}
.single-demo {
	margin-bottom: 40px;
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
}
.single-demo h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	text-align: center;
	text-transform: capitalize;
}
.single-demo h2 a {
	color: #fff;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #0080ff;
}
/*
Other Page Section
*/
.other-pages-area .section-title {
    color: #2b323f;
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0 35px;
    text-align: center;
    text-transform: uppercase;
}
.template-features-section {
    background-color: #f5f7fb;
    padding: 100px 0 70px;
}
.template-features-section .section-title {
    color: #2b323f;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 40px;
    text-align: center;
    text-transform: uppercase;
}
.single-features {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 25px 0 25px 55px;
    position: relative;
    margin-bottom: 30px;
}
.single-features h3 {
    color: #000000;
    font-size: 17px;
    margin: 0;
}
.single-features h3 i {
	font-size: 20px;
	left: 20px;
	position: absolute;
	top: 23px;
	color: #0080ff;
}
.more-demos .demos-text {
	padding: 100px 30px;
	background: #0080ff;
}
.more-demos .demos-text h2 {
    color: #ffffff;
    font-size: 40px;
    margin: 0;
    text-align: center;
}
.more-demos h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 5px;
    text-align: center;
    text-transform: uppercase;
}
/*
Our Another HTML Template Area
*/
.another-template-area {
    padding: 85px 0;
}
.another-template-area .section-title {
	color: #2b323f;
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 40px;
}
.single-themes {
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
}
.single-themes .themes-image {
	position: relative;
}
.single-themes .themes-image::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	width: 100%;
	height: 100%;
    opacity: 0;
    -ms-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.single-themes:hover .themes-image::before {
    opacity: .77;
}
.link-btn {
	position: absolute;
	top: 37%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	transform: scale(0);
    -ms-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.single-themes:hover .link-btn {
    transform: scale(1);
}
.link-btn a {
	color: #fff;
	font-size: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 60px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
}
.link-btn a:hover {
	background: #fff;
	color: #000;
}
.themes-content {
	background: #f5f7fb;
	padding: 20px 15px;
}
.themes-content h3 {
	margin: 0;
}
.themes-content h3 a {
	font-size: 20px;
	color: #000;
}
/*
Footer Area
*/
.footer {
    background-color: #000000;
    padding: 30px 0;
    text-align: center;
}
.footer .copyright {
    color: #a7a7a7;
    margin: 0;
    text-transform: uppercase;
}
.footer .copyright a:hover {
    text-decoration: underline;
}
/*
Go Top
*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 30px;
	right: 20px;
	font-size: 25px;
	color: #fff;
	background-color: #000;
	z-index: 1;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 39px;
	border-radius: 50%;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.go-top:hover {
	color: #fff;
	background: #0080ff;
}


/* Responsive */
@media only screen and (max-width : 767px) {
	.top-header {
        padding: 60px 0;
    }
    .logo img {
        height: 65px;
    }
    .bar {
        width: 170px;
        margin: 25px auto;
    }
    .text-content p {
        font-size: 20px;
        margin: 25px 0 25px;
    }
    .text-content a.see-demo {
        margin-right: 5px;
    }
    .text-content a.see-demo, .text-content a.buy-now {
        font-size: 14px;
        padding: 9px 20px;
    }
    .page-preview-section {
        padding: 55px 0 25px;
    }
    .page-preview-section .title {
        font-size: 20px;
        margin-bottom: 35px;
        margin-top: 40px;
    }
    .single-demo {
        margin-bottom: 30px;
    }
    .overly a {
        font-size: 14px;
        max-width: 135px;
        padding: 9px 25px;
    }
    .single-demo h2 {
        font-size: 15px;
    }
    .single-demo h2 a {
        padding: 20px 0 0;
    }
    .more-demos .demos-text {
        padding: 30px 25px;
    }
    .more-demos .demos-text h2 {
        font-size: 22px;
        line-height: 1.3;
    }
    .template-features-section {
        padding: 60px 0 40px;
    }
    .template-features-section .section-title {
        font-size: 20px;
        margin: 0 0 30px;
    }
    .single-features {
        padding: 20px 0 20px 35px;
        margin-bottom: 20px;
    }
    .single-features h3 {
        font-size: 15px;
    }
    .single-features h3 i {
        font-size: 18px;
        left: 12px;
        top: 19px;
    }
    .another-template-area {
        padding: 55px 0 25px;
    }
    .another-template-area .section-title {
        font-size: 20px;
        margin: 0 0 35px;
        line-height: 1.4;
    }
    .single-themes {
        margin-bottom: 30px;
    }
    .link-btn {
        top: 33%;
    }
    .themes-content h3 a {
        font-size: 17px;
    }
	.single-themes .themes-image img {
		width: 100%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .another-template-area {
        padding-bottom: 55px;
    }
    .single-themes {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .single-features h3 {
        font-size: 16px;
    }
}