﻿@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts/roboto-black.eot') format('embedded-opentype');
}

@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts/roboto-black.otf') format('opentype');
}

@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts/roboto-black.svg') format('svg');
}

@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts/roboto-black.woff') format('woff');
}

@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts/roboto-black.woff2') format('woff2');
}

@font-face {
	font-family: 'Roboto-regular';
	src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype');
}

@font-face {
	font-family: 'Roboto-regular';
	src: url('../fonts/Roboto-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Roboto-regular';
	src: url('../fonts/Roboto-Regular.svg') format('svg');
}

@font-face {
	font-family: 'Roboto-regular';
	src: url('../fonts/Roboto-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Roboto-regular';
	src: url('../fonts/Roboto-Regular.woff2') format('woff2');
}

body,
html {
	height: 100%;
	margin: 0;
	color: #333333;
	font-family: 'Roboto-Black';
}

.full-width-banner {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.section-footer{
	font-size:12px;
	color:#000000;	
	min-height:30px;
	vertical-align:middle;
	margin-top:10px;
}
.full-width-section {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

* {
	box-sizing: border-box;
}

.bgYellow {
	background-color: #fff200;
}

#videobcg {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}

.icon-img{
	display:inline-block;
	margin-right:10px;
}
.title {
	font-size: 90px;
	font-weight: bold;
	color: #ffffff;
	font-family: 'Roboto-Black';
}

.null-margin {
	margin: 0px;
	padding: 0px;
}

.section-header {
	font-size: 65px;
	font-weight: bold;
	color: #000000;
	font-family: 'Roboto-Black';
	border-top: solid 1px #000;
	background-color: #fff200;
	margin-bottom:0px;
}

.banner-text {
	margin-top: 15%;
	position: relative;
}

.banner-sub-text {
	font-size: 30px;
    color: #ffffff;
    padding: 5px;
    font-family: 'Roboto-regular';
    display: inline-block;
    margin: 3px;
}
.span-black-text{
	background-color:#000000;
	padding:5px;
	line-height:2;
	
}

#marketSection,
#globalSection,
#matureSection {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
}

.bg-black {
	background-color: #000000;
	padding: 15px;
	color: #ffffff;
	font-family: 'Roboto-regular';
	min-height: 75vh;
}

.span-text-yellow {
	color: #fff200;
}

.blur-div {
	opacity: 0.4;
	-moz-opacity: 0.4;
	-webkit-opacity: 0.4;
	-khtml-opacity: 0.4;
	-o-opacity: 0.4;
}

.blur-div:hover {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-o-opacity: 1;
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-khtml-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.card-title {
	color: #ffffff;
	font-size: 25px;
	font-family: 'Roboto-regular';
}

.p-tag {
	color: #ffffff;
	font-size: 24px;
	font-family: 'Roboto-regular';
}

@media only screen and (max-device-width:768px) {
	.section-header {
		font-size: 25px;
		font-weight: bold;
		color: #000000;
		font-family: 'Roboto-Black';
		border-top: solid 1px #000;
		background-color: #fff200;
		margin-bottom:0px;
	}
	.img-fluid {
		max-width: 100%;
		height: auto;
	}
	.bg-black {
		background-color: #000000;
		padding: 15px;
		color: #ffffff;
		font-family: 'Roboto-regular';
		min-height: auto;
	}
	.p-tag {
		color: #ffffff;
		font-size: 20px;
		font-family: 'Roboto-regular';
		padding: 15px;
	}
	.banner-sub-text {
		padding: 5px;
		font-family: 'Roboto-regular';
		display: inline-block;
		font-size:12px;
		margin-top:10%;
		
	}
	.span-black-text{
	background-color:#000000;
	padding:2px;
	line-height:2;
	
}

	.blur-div {
		opacity: 1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-o-opacity: 1;
		width:100%;
	}
	.title {
		font-size: 55px;
		font-weight: bold;
		color: #ffffff;
		font-family: 'Roboto-Black';
	}
}

