@charset "UTF-8";
/* CSS Document */
select option
{
  color: #000000;
}

.styled-selectSearch
{
   width: 200px;
   display: inline;
}
.styled-selectSearch select
{
   background: #FFFFFF url(../images/icn_arrow.svg);
   background-repeat: no-repeat;
   background-position: right;
   width: 200px;
   color: #000;
   padding: 10px;
   padding-right: 30px;
   font-size: 1rem;
   line-height: 1;
   border: 0;
   border-bottom: solid 1px #e6e6e6;
   border-radius: 0;
   box-shadow: none;
   -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	display: inline;
	font-family: Arial;
}

a {
	text-decoration: none;
	color: inherit;
}
body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Arial;
	background: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
}
h1
{
	color: #1B1B1B;
	font-family: Arial;
	font-size: 5vw;
	text-transform: uppercase;
}

h2
{
	color: #ED3124;
	font-size: 20px;
}

.txt1
{
	color: #242424;
	font-family: Arial;
}

* {
	box-sizing: border-box;
}
p {
	line-height: 23px;
}
#login-bar {
	background: #ED3124;
	text-align: right;
	color: #FFFFFF;
	padding: 5px 0;
	padding-right: 60px;
	font-size: 11px;
}
#login {
	float: right;
	padding-right: 20px;
	color: #FFFFFF;
}
#login img {
	vertical-align: middle;
}
#nav-bar {
	width: 100%;
	background: #FFFFFF;
	padding: 10px 0;

}
#logo-container {
	width: 10%;
	display: table-cell;
}
nav {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding: 0 20px;
}
.col-50
{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.col-25
{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.col-20
{
	width: 20%;
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}
.col-33
{
	width: 33.33%;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}
.col-75
{
	width: 75%;
	display: inline-block;
	vertical-align: top;
}
.pad-70 {
	padding: 0 70px;
}

.col-25-mobile
{
	width: 24%;
	display: inline-block;
	vertical-align: top;
}

.col-75-mobile
{
	width: 75%;
	display: inline-block;
	vertical-align: top;
}
.graph {
	max-width: 100%;
	height: auto;
}
#nav2-bar-wrapper {
	width: 70%;
	height: 100%;
	margin: 0 auto;
	display: table;
	padding: 5px 0;
}
#nav2-bar {
	width: 100%;
	background: #ED3124;
	text-align: center;
}
#nav2-bar .a {
	width: 230px;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
#nav2-bar p {
	line-height: 20px;
}
#nav2-bar img {
	vertical-align: middle;
}
#nav3-bar
{
	background: #818181;
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
	color: #FFFFFF;
}
#nav3-bar a
{
	margin: 0 30px;
}
.sep1 {
	position: absolute;
	left: 50%;
	top: 10%;
	bottom: 10%;
	border-left: 1px solid white;
	;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
ul
{
	list-style-image: url('../images/bullet1.png');
	padding-left: 20px;
	margin-left: 0;
}
ul li
{
	margin-bottom: 5px;
}
footer
{
	background: #033775;
	padding: 50px 0;
	font-size: 13px;
}
.social {
	margin: 0 7px;
}
/*MENU*/

#main_nav {
	margin: 0;
	padding: 0;
}

#main_nav ul li ul li {
	min-width: 150px;
}

#main_nav ul {
	background: white;
	float: left;
	-webkit-transition: .5s;
	transition: .5s;
	margin: 0;
	padding: 0;
	z-index: 99999999;
}
#main_nav li {
	float: left;
	position: relative;
	width: auto;
	list-style: none;
	-webkit-transition: .5s;
	transition: .5s;
}

#main_nav a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	color: #000;
	font-size: 1.5vw;
}
#main_nav ul ul a
{
	font-size: 1.5vw;
}
#main_nav ul ul a:hover
{
	color: #FFF;
}
#main_nav ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	visibility: hidden;
	opacity: 0;
}
#main_nav ul ul ul {
	left: 100%;
	top: 0;
}

#main_nav li li:hover, #main_nav li li:hover li
{
	background: #C5C5C5;
	color: #000;
}

#main_nav li li li:hover {
	color: #000;
}
#main_nav li:hover > ul {
	visibility: visible;
	opacity: 1;
}
/*MENU*/
.container
{
	margin: 0 10px;
}
.container-page
{
	margin: 0 10px;
	font-size: 16px;
}
.row
{
  
}
.row2
{
	  display: table;
	width: 100%;
}

.divider
{
	border-bottom: 3px solid #ED3124;
	margin-left: 0;
	display: table;
	margin-bottom: 20px;
}
#page-bar
{
	background-image: linear-gradient(to right, #E4E4E4 , #FFFFFF);
	height: 100px;
	position: relative;
}
#page-bar img
{
	position: absolute;
	right: 10px;
}

.pad-r
{
	padding-right: 50px;
}
.pad-l
{
	padding-left: 50px;
}
.pad-t
{
	padding-top: 50px;
}

.vert-middle
{
	vertical-align: middle;
}

.circle-img
{
	border-radius: 50%;
}

.table
{
	border-spacing: 0;
	width: 70%;
	min-width: 70%;
	border-collapse: collapse;
	border: 2px solid #e9ecef;
}

.table thead
{
	background:#4285f4;
	color:#FFF;
}
.table thead th
{
	border-bottom: 2px solid #e9ecef;
	padding: .80rem .75rem;
	font-size: 14px;
	height: 49px;
}

.table tbody tr:nth-of-type(odd)
{
	background-color: rgba(0, 0, 0, .05);
}

.table tbody tr td
{
	padding: .75rem;
	border-bottom: 1px solid #4285f4;
	font-size: 13px;
	height: 49px;
}

.background1
{
	background: url(../images/bg1.png) repeat;
}

.textBox1
{
	height: 30px;
	margin-bottom: 10px;
	display: block;
	width: 50%;
	border: 1px solid #B0B0B0;
	border-radius: 7px;padding-left: 10px;
}
.btn1
{
	font-weight: bold;
	border: 1px solid transparent;
	text-transform: uppercase;
	padding: .625rem .75rem;
	font-size: .875rem;
	line-height: 1.1;
	border-radius: .125rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color: #fff;
	background-color: #4285f4;
	margin: 0 auto;
	cursor: pointer;
}
.btn1:hover
{
	background-color: #A8A8A8;
}

.line-l
{
	border-left: 1px solid #888888;
	padding-left: 20px;
}

.training-content
{
	background: #E2E2E2;
	color: #000;
	font-size: 15px;
	padding: 5px;line-height: 22px;
	margin-bottom: 10px;
}

/*ALERTBOX*/
#alertBoxBg
{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.5);
	z-index:9999;
}

#alertBoxContent
{
	background:#FFF;
	width:80%;
	margin:0 auto;
	border-radius:2px;
	padding:10px;
	top: 20%;
	left: 50%;
	position:absolute;
	text-align:center;
	opacity: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	font-size: 20px;
	z-index: 9999;
	transform: translateX(-50%);
}

#modalBoxContent
{
	background:#FFF;
	min-width:50%;
	min-height: 400px;
	overflow-x: hidden;
	margin:0 auto;
	border-radius:2px;
	padding:10px;
	top: 5% !important;
	left: 50%;
	position:fixed;
	opacity: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	font-size: 15px;
	z-index: 9999;
	transform: translateX(-50%);
}

.animateBox
{
	top: 20% !important;
	opacity: 1 !important;
	-webkit-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
/*ALERTBOX*/

.cont-bg
{
	background: rgba(0,84,166,.1);
	color: #222222;
	padding: 10px;
	border-bottom-right-radius:7px;
	line-height: 22px;
}

.circle-img
{
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

.blog-cont
{
	text-align: justify;
	width: 50%;
	display: inline-block;
}
.blog-cont-img
{
	padding: 5px;
}

.orange
{
	color: #ED3124;
}

.sepr
{
	border-right: 1px solid #000000;
}
#mobile_menu
{
	display: none;
}