@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Playfair+Display:wght@400;700&display=swap');
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Playfair Display', sans-serif;
body, html{min-height: 100%;}*/
body {
	background: #101318;
	margin: 0;
	font: 16px 'Open Sans', sans-serif;
	color: #999;
	line-height: 24px;
	overflow-x: hidden;
}

hr {
	border-top-color: #21242d;
	margin: 2rem 0;
}
a {
	text-decoration: none !important;
	color: #fff;
}
a:hover {
	color: #4abe68
}
a, .header, .logo img, .menu, .btn, .header.full, .nav ul, .row, .header.full, .header.full, .social i:hover, .thumbox, .breakPoint {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
h1, h2, h3 {
	font-size: 48px;
	color: #fff;
	margin: 20px 0;
	padding: 0;
	font-weight: 400;
	font-family: "Playfair Display"
}
h2 {
	font-size: 36px;
	margin: 0;
}
h3 {
	font-size: 24px;
}
.line, .line1 {
	background: #4abe68;
	height: 3px;
	width: 80px;
	border: 0;
}
.line1 {
	margin: 2px 0;
	height: 2px;
	width: 30px;
}
.text-center .line, .text-center .line1{margin: 0 auto}
.headerspace {
	height: 80px;
}
.header {
	width: 100%;
	z-index: 99;
	position: fixed;
	height: auto;
	background: rgba(16, 19, 24, 0.9);
	padding: 14px 0;
	border-bottom: 1px solid #252525;
}
.header.full {
	padding: 10px 0;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
}
.logo img {
	max-width: 275px;
}
.header.full .logo img {
	max-width: 170px;
}
.header.full .call {
	font-size: 14px;
	padding: 8px 16px;
}
.header.full .menutop li ul {
	border-top: 20px solid transparent;
}
.btn {
	background: #4abe68;
	border-radius: 40px;
	border: 2px solid #45b462;
	color: #fff;
	padding: 5px 20px;
}
.btn:hover {
	background: #333;
	color: #fff;
	border: 2px solid #333;
}
.btn.btn-success {
	font-weight: 700;
	border: none;
}
.btn.btn-outline-success {
	background: none;
	font-weight: 700;
	font-size: 20px;
}
.btn.btn-outline-success:hover {
	background: #4abe68;
}
.btn.btn-outline-success-white {
	border: 2px solid #fff;
	background: none;
	font-size: 24px;
	font-weight: 700;
}
.btn.btn-outline-success-white:hover {
	border: 2px solid #fff;
	background: #fff;
	color: #000;
}
.btn.btn-sm {
	padding: 5px 30px;
	font-weight: 300;
	font-size: 18px;
}
.bg-green {
	background: #4abe68;
}
.green {
	color: #4abe68;
}
.call {
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
}
.menutop ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: right;
}
.menutop li {
	display: inline-block;
	margin: 0;
}
.menutop li a {
	font-size: 14px;
	color: #fff;
	padding: 0;
	text-decoration: none;
	margin: 0 0 0 26px;
	font-weight: 400;
}
.menutop li a:hover, .menutop li a.active {
	color: #4abe68;
}
.banner {
	width: 100%;
	position: relative;
}
/*.banner { 
	background: url(http://digitalvtx.com/power/themes/default/assets/images/banner.jpg) no-repeat;
	height: 760px;
    background-size: cover;
    background-position: center 22.5%;}*/

.carousel-caption {
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	position: absolute;
	z-index: inherit;
	padding: 0;
}
.carousel-caption div {position: relative}
/*.logo-new{margin-left: 105px }
@media (min-width:1400px){
.logo-new{margin-left: 125px }
}*/

/*.carousel-caption div{z-index: 3; position: relative;}*/
.breakPoint {
	position: relative;
	top: -250px;
	visibility: hidden;
}
/*.solar-bg{background:url(../images/solar-bg.png) no-repeat; width:100%;}*/

.box {
/*	margin-top: -180px;*/
	position: relative; z-index:3;
}
.thumbox {
	position: relative;
	background: #fff;
	border-radius: 15px;
	color: #333;
	padding: 40px;
}
.thumbox h3 {
	margin: 20px 0;
	color: #000;
}
.thumbox i {
	font-size: 90px;
}
.thumbox:hover{
	background: #4abe68;
	color: #fff;
}
.thumbox:hover h3{
	color: #fff;
}
.innerthumb {
	border-bottom: 4px solid #45ae61;
}
.innerthumb:hover {
	background: #fff;
	color: #000;
}
.innerthumb:hover h3 {
	color: #000;
}
.leftbox, .rightbox {
	position: relative;
}
.leftbox img, .rightbox img {
	position: relative;
}
.leftbox:before, .rightbox:before {
	position: absolute;
	content: '';
	width: 560px;
	height: 560px;
	border-radius: 40px;
}
.leftbox:before {
	background: #212d24;
	-ms-transform: rotate(-13deg);
	transform: rotate(-13deg);
	left: 0;
}
.rightbox:before {
	background: #2a2821;
	-ms-transform: rotate(13deg);
	transform: rotate(13deg);
	right: 0;
}
.innerbanner {
	position: relative;
	background: url(../images/innerbanner.jpg);
	background-size: cover;
	height: 340px;
}
.innerbanner h2 {
	text-transform: uppercase;
	top: 50%;
	transform: translate(0, -50%);
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.innerbanner h2 span {
	display: block;
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
	margin-top: 8px;
}
/*.last-bg {
	background: url(../images/footer-bg.png) no-repeat;
	width: 100%;
}*/
.footer {
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	background:#1a1e23;
}
.f-menu {
	list-style: none;
	padding: 0;
	column-count: 2;
	column-gap: 40px;
	margin-bottom: 0;
}
.f-menu a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #656565;
}
.social a {
	margin: 0 10px 0 0;
}
.social i {
	color: #fff;
	font-size: 18px;
	border-radius: 100px;
	width: 35px;
	height: 35px;
	padding: 8px;
	text-align: center;
	background: #21242d;
}
.social i:hover {
	background: #4abe68;
	color: #fff;
}
.blue-bg {
	background: #21242d;
	border-radius: 20px;
	line-height: normal;
}
input[type="text"], textarea {
	width: 100%;
	line-height: 45px;
	padding: 0 15px;
	background: none;
	border: 2px solid #404451;
	outline: none;
	border-radius: 0;
	margin-bottom: 15px;
	font-size: 14px;
	color: #fff;
}
textarea {
	height: 100px;
}
.error {
	color: #ff0303;
	font-size: 14px;
	text-transform: none;
	letter-spacing: normal;
	display: block;
	text-align: center;
	margin-top: 10px;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.joinform input[type="text"], select {
	width: 100%;
	line-height: 45px;
	padding: 0 15px;
	background: none;
	border: 2px solid #404451;
	outline: none;
	border-radius: 0;
	margin-bottom: 15px;
	font-size: 14px;
	color: #fff;
}
select {
	height: 48px;
}
select option {
	color: #333;
}
#newsletter input[type="text"] {
	background: #fff;
	border: 1px solid #999;
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin-bottom: 0;
	border-radius: 40px;
}
#newsletter button {
	font: 16px 'Open Sans', sans-serif;
	text-transform: uppercase;
	padding: 7px 25px;
	background: #45b462;
}
#newsletter button:hover {
	background: #000;
}



canvas {
	display: block;
	vertical-align: bottom;
}
/* ---- particles.js container ---- */
#particles-js {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
/* ---- stats.js ---- */
.count-particles {
	position: fixed;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.js-count-particles {
	font-size: 1.1em;
}
#stats, .count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}
#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.count-particles {
	border-radius: 0 0 3px 3px;
}
.banner-bg{width:100%;}
.sun-effect{    
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	opacity: .5;
	top: -90px;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
	border-radius: 50%;
	width: 30%;
	top: 0;
}
@-moz-keyframes spin{
	100%{
		-moz-transform:rotate(360deg);
	}
}
@-webkit-keyframes spin{
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@keyframes spin{
	100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}

.list{padding: 0; margin: 0; list-style: none;}
.list li{margin-bottom: 15px; padding-left: 30px; position: relative;}
.list li:before{content: ''; position: absolute; left: 0; top: 10px; height: 2px; width:15px; background: #4abe68;}

.hero-video{z-index: 2; background: #101318;}
.hero-video video{
background-image: url("http://digitalvtx.com/power/storage/uploads/powerload.gif");
background-repeat:no-repeat;
background-position: center;
background-size: 10%;
}
/*.hero-video:before{
	content: ''; position: relative;z-index: 0;
	background: url("http://digitalvtx.com/power/storage/uploads/powerload.gif") fixed;
	-webkit-background-size: 50px;
	-moz-background-size: 50px;
	-o-background-size: 50px;
	background-size: 50px;
	background-position: center;


	background-repeat:no-repeat; 
}
video[poster]{object-fit: none;}*/
.hero-tmp-settings{
	content: ''; position: relative;z-index: 1;
	/*background: url("http://digitalvtx.com/power/storage/uploads/powerload.gif") fixed;*/
	-webkit-background-size: 50px;
	-moz-background-size: 50px;
	-o-background-size: 50px;
	background-size: 50px;
	background-position: center;


	background-repeat:no-repeat; 
}
.hero-video:after{content: ''; background:none; position: absolute; height: 40%; width: 100%; left: 0; bottom: 0; z-index: 1;
background: -moz-linear-gradient(top,  rgba(16,19,24,0) 0%, rgba(16,19,24,1) 82%, rgba(16,19,24,1) 99%);
background: -webkit-linear-gradient(top,  rgba(16,19,24,0) 0%,rgba(16,19,24,1) 82%,rgba(16,19,24,1) 99%);
background: linear-gradient(to bottom,  rgba(16,19,24,0) 0%,rgba(16,19,24,1) 82%,rgba(16,19,24,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00101318', endColorstr='#101318',GradientType=0 );
}
iframe{position:relative;}

.elogo{max-width:170px;}
.solar-bg{position: relative;}
.container {position: relative;}
.cright{font-size:13px; line-height:normal;}
.banner-static{display:none;}

input[type="text"].range_text{
	border: none;
	border-bottom: 3px solid #4abe68;
	margin: 0 auto 32px;
	display: block;
	text-align: center;
	max-width: 150px;
}

input[type="text"].range_text:focus{
	box-shadow: none;
}

@media (min-width: 1200px) {
	.container {max-width: 1290px;}
}
@media (max-width: 1199.98px) {
	.header,.header.full{padding: 10px 0;}
	.logo img,.header.full .logo img {max-width: 170px;}
	.menutop li a{margin: 0 0 0 18px;}
	.headerspace {height: 55px;}
	.thumbox{padding:20px;}
	.leftbox::before, .rightbox::before{z-index: -1; width: 500px; height: 500px;}
	h1{font-size: 40px;}
}
@media (max-width: 991.98px) {
	.snav{vertical-align:middle; background:none; border:none; padding:0; margin:0; line-height:0; width:25px; cursor:pointer; z-index: 998; position: relative;}	
	.snav i{display:block; background:#fff; height:3px;}
	.snav i+i{margin-top:5px;}
	.snav.openbtn i:nth-child(1){
	-moz-transform: rotate(45deg) translateX(5px) translateY(5px);
	-webkit-transform: rotate(45deg) translateX(5px) translateY(5px);
	-o-transform: rotate(45deg) translateX(5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(5px) translateY(5px);
	transform: rotate(45deg) translateX(5px) translateY(5px);
	}
	.snav.openbtn i:nth-child(2){opacity:0;}
	.snav.openbtn i:nth-child(3){
	-moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	-webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	-o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	-ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	transform: rotate(-45deg) translateX(5px) translateY(-5px);
	}
	.p-initial{position:initial;}
	.menu{position:absolute; left:0; top: 49px; width: 100%; background: #101317; padding: 0; display:none; z-index:999;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	}
	.menutop ul li+li{border-top: 1px solid #333;}
	.menutop li{display: block;}
	.menutop li a{line-height:normal; margin:0; padding: 10px 15px; text-align:right; color: #fff; border:none; font-size: 15px; display:block;}
	
	h1{font-size: 30px;}
}
@media (max-width: 767.98px) {
	.lead{font-size:15px;}
	label{font-size: 13px;}
	.leftbox::before, .rightbox::before{width: 100%; height: 100%; display:none;}
	h2{font-size: 26px;}
	h3{font-size: 22px;}
	.blue-bg{border-radius: 0;}
	.hero-video{display:none !important;}
	.banner-static{display:block !important;}
}
@media (max-width: 575.98px) {
	body{font-size:13px;}
	.btn.btn-outline-success-white{font-size: 14px;}
	.btn.btn-sm{font-size: 14px;}
	.footer{line-height:30px; font-size: 12px;}
	.f-menu a{font-size:11px;}
	.cright{font-size:11px;}
}

