/* @font-face {
    font-family: 'terminal_dosislight';
    src: url('./fonts1/terminaldosis-light-webfont.eot');
    src: url('./fonts1/terminaldosis-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts1/terminaldosis-light-webfont.woff') format('woff'),
         url('./fonts1/terminaldosis-light-webfont.ttf') format('truetype'),
         url('./fonts1/terminaldosis-light-webfont.svg#terminal_dosislight') format('svg');
    font-weight: normal;
    font-style: normal;

} */

@font-face {
    font-family: 'TerminalDosis-Regular';
	/* src: url('./fonts1/TerminalDosis-Light.ttf'); */
	src: url('../fonts/OpenSans-Italic.ttf');
	}
	
@font-face {
    font-family: 'OpenSans-Regular';
	/* src: url('./fonts1/TerminalDosis-Light.ttf'); */
	src: url('../fonts/OpenSans-Regular.ttf');
	}
	
@font-face {
    font-family: 'TerminalDosis-Regular';
	/* src: url('./fonts1/TerminalDosis-Light.ttf'); */
	src: url('../fonts/TerminalDosis-Regular.ttf');
	}
	
.heading {
	font-family: TerminalDosis-Regular;
	font-size: 30px;
	font-weight: bold;
	color: #00272f;
	}
.heading_second {
	font-family: OpenSans-Regular;
	font-weight: lighter;
	color: #FFFFFF;
	font-size: 24px;
	}
.heading_third {
	font-family: OpenSans-Regular;
	font-weight: lighter;
	color: #00272f;
	font-size: 25px;
	}
.heading_white {
	font-family: OpenSans-Regular;
	font-weight: lighter;
	color: #FFFFFF;
	font-size: 25px;
}
.heading_whitenew {
	font-family: OpenSans-Regular;
	font-weight: bold;
	color: #FFC410;
	font-size: 14px;
}


.head_event {
	font-family: TerminalDosis-Regular;
	font-size: 32px;
	font-weight: normal;
	color: #FFFFFF;
	}
.head_solution {
	font-family: TerminalDosis-Regular;
	font-size: 28px;
	font-weight: normal;
	color: #00272f;
	}
	
.head_solution a:hover {
	font-family: TerminalDosis-Regular;
	font-size: 28px;
	font-weight: normal;
	color: #09F;
	text-decoration:underline;
	}
	
.body_txt {
	font-family: OpenSans-Regular;
	font-weight: lighter;
	color: #00272f;
	font-size: 16px;
	text-align: justify;
	}

.body_white {
	font-family: OpenSans-Regular;
	font-weight: lighter;
	color: #fff;
	font-size: 16px;
	text-align: justify;
	}
.body_whitesmall {
	font-family: OpenSans-Regular;
	font-weight: lighter;
	color: #fff;
	font-size: 14px;
	text-align: left;
}

.solution_txt {
	font-family: OpenSans-Regular;
	font-weight: lighter;
	color: #00272f;
	font-size: 14px;
	text-align: justify;
	}

.footer_head {
	font-family: TerminalDosis-Regular;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	}	
	
.footer_head a:hover {
	font-family: TerminalDosis-Regular;
	font-size: 20px;
	font-weight: normal;
	color: #80FFFF;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	text-decoration: underline;
	}	
.footer_link {
	font-family: OpenSans-Regular;
	font-size: 15px;
	font-weight: normal;
	color: #57deff;
	width: 100%;
	}
.footer_link a:hover {
	font-family: OpenSans-Regular;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	width: 100%;
	text-decoration: underline;
	}
