@charset "UTF-8";

/* CSS Document */
@font-face {
	font-family: "Lato";
	src: url(../fonts/lato/Lato-Regular.woff2) format('woff2'), url(../fonts/lato/Lato-Regular.woff) format('woff'), url(../fonts/lato/Lato-Regular.ttf) format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Lato";
	src: url(../fonts/lato/Lato-Light.woff2) format('woff2'), url(../fonts/lato/Lato-Light.woff) format('woff'), url(../fonts/lato/Lato-Light.ttf) format('truetype');
	font-weight: light;
	font-style: normal;
}
@font-face {
	font-family: "Lato";
	src: url(../fonts/lato/Lato-Bold.woff2) format('woff2'), url(../fonts/lato/Lato-Bold.woff) format('woff'), url(../fonts/lato/Lato-Bold.ttf) format('truetype');
	font-weight: bold;
	font-style: normal;
}

body,
html {
	height: 100%;
}
body {
	font-family: "Lato";
	font-size: 15px;
}
a:hover {
	color: #e47a02;
}

header {
	background-color: #313131;
}

.btn-outline-primary.focus, 
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

/* Navigation */
.top-header img {
	max-width: 180px;
}
.top-stats > li {
	padding-right: 10px;
}
.top-stats > li > p {
	font-size: 13px;
}

#mainNav .active > a {
	color: #fd8b19;
}
#mainNav .dropdown-menu {
	padding: 0;
}

.banner-box {
	padding: 20px 25px 35px 25px;
	top: -50px;
	z-index: 2;
	box-shadow: 1px 1px 20px #000;
	/*margin-bottom: 25px;*/
}
.banner-box img {
	max-width: 130px;
}

/* Slider */

.carousel-caption {
	max-width: 60%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: auto !important;
	text-align: center;
}
.carousel-caption > h1 {
	font-weight: bold;
	margin-bottom: 10px;
}
.carousel-caption > h1,
.carousel-caption > h4 {
	/*background-color: rgba(0, 0, 0, 0.71);*/
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.carousel-shade {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.carousel .item {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	width: 100%;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel .one {
	background: url(../images/slider-03.jpg) no-repeat top center fixed;
	background-size: cover; 
}
.carousel .two {
	background: url(../images/slider-02.jpg) no-repeat top center fixed;
}
.carousel .three {
	background: url(../images/slider-01.jpg) no-repeat top center fixed;
}
.carousel .active {
	opacity: 1 !important;
}
.carousel .active.left {
	left: 0;
	opacity: 0;
	z-index: 2;
}
/* Slider End */

.login-left {
	background: url(../images/login-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.login-left > span {
	color: #fff;
	text-align: center;
	width: 100%;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.login-left > span a {
	color: #fd8b19;
	font-weight: bold;
}
.login-bg {
	background: url(../images/login-bg.png) no-repeat bottom center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: -1;
}

.sub-header {
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	background-size: cover;
	height: 200px;
	color: #fff;
}
.sub-header .container-fluid {
	height: 200px;
}
.sub-header.about-sub {
	background: url(../images/about-bg.jpg) no-repeat center fixed;
	background-size: cover;
}
.sub-header.mission-vision-sub {
	background: url(../images/mission-vision-bg.jpg) no-repeat top center fixed;
	background-size: cover;
}
.sub-header.team-sub {
	background: url(../images/team-bg.jpg) no-repeat top center fixed;
	background-size: cover;
}
.sub-header.background-sub {
	background: url(../images/about-bg.jpg) no-repeat top center fixed;
	background-size: cover;
}
.sub-header.investment-sub {
	background: url(../images/investment-bg.jpg) no-repeat top center fixed;
	background-size: cover;
}
.sub-header.steps-sub {
	background: url(../images/steps-bg.jpg) no-repeat top center fixed;
}
.sub-header.mmp-sub {
	background: url(../images/slider-02.jpg) no-repeat top center fixed;
	background-size: cover;
}
.sub-header.incentive-sub {
	background: url(../images/incentive-bg.jpg) no-repeat top center fixed;
	background-size: cover;
}
.sub-header.video-sub {
	background: url(../images/video-bg.jpg) no-repeat center fixed;
}
.sub-header.photo-sub {
	background: url(../images/photo-bg.jpg) no-repeat center top fixed;
}
.sub-header.partners-sub {
	background: url(../images/partners-bg.jpg) no-repeat top center fixed;
	background-size: cover;
}
.sub-header.faq-sub {
	background: url(../images/faq-bg.jpg) no-repeat top center fixed;
	background-size: cover;
}
.sub-header h2 {
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
}

a.box-01:hover {
	color: #fff;
	border: 1px solid #6f6f6f;
}
.box-01 {
	padding: 15px;
	text-align: right;
	margin-top: 15px;
	width: 100%;
}
.box-01.media > img {
	max-width: 60px;
}
.box-01 h3,
.box-01 p {
	margin: 0;
}
.box-02 {
	padding: 15px;
	text-align: center;
	margin-top: 15px;
}
.box-02 h1,
.box-02 p {
	margin: 0;
}

#chartdiv {
	width: 100%;
	height: 200px;
}
.chart-blocker {
	width: 70px;
	height: 60px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0px;
	z-index: 99;
}
.form-group > label {
	font-size: 16px;
}

.table-flex > .table-flex-header {
	background-color: #2d2e2d;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}
.table-flex > .table-flex-body {
	margin-top: 10px;
	font-size: 15px;
	border-bottom: 1px solid #ebebeb;
}
.about-icons-sec {
	color: #fff;
	text-align: center;
}
.about-icons-sec img {
	max-width: 150px;
	margin: 0 auto;
	display: block;
}
.about-bg-01,
.about-bg-02,
.about-bg-03,
.mission-bg,
.vision-bg {
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	min-height: 150px;
}
.about-bg-01 {
	background-image: url(../images/about-bg-01.jpg);
}
.about-bg-02 {
	background-image: url(../images/about-bg-02.jpg);
}
.about-bg-03 {
	background-image: url(../images/about-bg-03.jpg);
}
.card-custom-01 {
	position: relative;
	background-color: #fff;
	height: 100%;
	width: 100%;
	padding: 15px;
	border-radius: 10px;
}
.card-custom-01 > .btn-default {
	position: absolute;
	top: -5px;
	right: -10px;
	border-radius: 30px !important;
	padding: 5px 8px !important;
}
.table-header {
	color: #fff;
}
.table-body {
	color: #fff;
	background: #2b2b2b;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#pos-volume,
#enx-volume {
	font-size: 45pt;
	font-weight: bold;
	padding: 3rem 1rem;
	background-color: #fd8b19;
}
/*#myCounter:before {
	content: "ENX";
	padding: 0 10px;
	color: #fff;
	font-size: 45pt;
	font-weight: bold;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
	float: right;
}*/
#enx-volume #counter-style {
	font-family: 'Ubuntu', sans-serif;
}
#enx-volume #counter-style:after {
	content: "ENX";
	padding: 0 10px;
	color: #fff;
	font-size: 45pt;
	font-weight: bold;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
}
#enx-volume span {
	background-color: #000;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	margin: 0 5px;

	-webkit-text-stroke: 2px;
  	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
#enx-volume .digit-delimiter {
	background-color: transparent;
	color: #fff;
	padding: 0 10px;
	margin: 0 3px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: none;
}

#testimonial .box-wrapper {
	background: #fff;
	margin-bottom: 1rem;
	padding: .5rem 1rem;
	border-radius: 3px;
}

.mission-bg {
	background-image: url(../images/mission-img.jpg);
}
.vision-bg {
	background-image: url(../images/vision-img.jpg);
}

#team .card {
    border: 1px solid #ffcb97;
    border-radius: 0;
}
#team .card-header {
    border-bottom: 1px solid #ec7600;
}
#team .card-header:first-child {
    border-radius: 0;
}

#video {
	padding: 3rem 0rem;
}

#photo-gallery .box-wrapper {
	position: relative;;
}
#photo-gallery .overlay {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0, 0, 0, 0.75);
}
#photo-gallery .box-wrapper:hover .overlay {
	opacity: 1;
}
#photo-gallery .overlay .text {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.partners-icons-sec img {
	max-width: 300px;
	margin: 0 auto;
	display: block;
}

#faq .card-header {
	border-bottom: 1px solid rgba(255,255,255,.125);
}

/* LightBox */
.lg-download,
.lg-autoplay-button,
#lg-actual-size,
#lg-share {
	display: none;
}


/* Responsive */
@media (max-width: 991px) {
	header {
    	background-color: transparent;
	}
	.carousel-caption {
		max-width: 90%;
	}
	.banner-box {
		top: 0px;
	}
	.tab-01 > li {
		width: 100%;
		text-align: center;
	}
	.table-flex > .table-flex-header {
		display: none;
	}
	.table-flex > .table-flex-body {
		padding: 15px 0;
	}
	.table-flex > .table-flex-body > div:nth-child(2) {
		text-align: right;
	}
	.table-flex > .table-flex-body > div:nth-child(2),
	.table-flex > .table-flex-body > div:nth-child(1) {
		background-color: #ebebeb;
		padding: 5px;
	}
	.table-flex > .table-flex-body > div:nth-child(3) {
		font-size: 16px;
		font-weight: bold;
		padding: 10px 15px;
	}
	.table-flex > .table-flex-body > div:nth-child(5) {
		text-align: right;
	}
	.table-flex > .table-flex-body > div:nth-child(6) > .float-right {
		font-weight: bold;
	}
	#chartdiv {
		width: 100%;
		height: 180px;
		margin-bottom: 20px;
	}
	.top-header .logo {
		width: 100%;
	}
	.top-header .logo > img {
		width: 100%;
		max-width: 130px;
		margin: 0 auto;
		display: block;
	}
	.top-header-btn-wrap > li > a {
		padding: 10px;
		border: 0;
		background-color: transparent;
	}
	.dropdown-item {
		padding: 10px 15px;
	}

	#pos-volume {
      	padding: 3rem 0rem;
      	background-color: #fd8b19;
    }
    #enx-volume #counter-style {
      	zoom:0.35;
    }

    #pow ul {
    	/*list-style-position: inside;*/
    	padding: 0 5px 0 20px !important;
    }
    #pow thead tr th {
    	font-size: 8pt;
    }

}

@media (max-width: 767px) {
	.sub-header {
		background-size: initial;
	}
	.sub-header.photo-sub {
		background-size: cover !important;
	}
	.sub-header.partners-sub {
		background-size: cover !important;
	}
	.sub-header.steps-sub {
    	background-size: cover !important;
	}
}



