@charset "utf-8";
/* CSS Document */


body {
  font-family: Arial, Helvetica, sans-serif;
background-color: #EAF1DD;
	
}

.tm-navbar {
    overflow: hidden;
    background-color: #1E2584;
}

.tm-navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 0px 16px;
  text-decoration: none;
  
}

.tm-dropdown {
  float: left;
  overflow: hidden;
  height: auto;
}

.tm-dropdown .tm-dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 16px;
	
	
}

.tm-navbar a:hover, .tm-dropdown:hover .tm-dropbtn {
	background-color: #1E2584;
	font-weight: bold;
	
}

.tm-dropdown-content {
  display: none;
  position: absolute;
  background-color: #1E2584;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;       /* Make it high so it's above all main content */
}

.tm-dropdown-content a {
	float: none;
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	border-bottom: thick solid #1A185E;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.tm-dropdown-content a:hover {
	color: white;
	background-color: red;
	font-weight: bold;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.tm-dropdown:hover .tm-dropdown-content {
  display: block;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.tm-dropdown-divider {
  height: 0;
  margin: 0 0 0 0;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
	
.tm-navbar-brand {
	/* [disabled]display: inline-block; */
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	/* [disabled]font-size: 1.25rem; */
	white-space: nowrap;
}

.tm-navbar-brand:hover, .tm-navbar-brand:focus {
  text-decoration: none;
}
	
.tm-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.tm-img-fluid {
  max-width: 100%;
  height: auto;
}
	
.footer_qlink_widget .list-unstyled {
    color: #FFFFFF;
}



.zi-1 {
    z-index: -1;
}
.list-unstyled.footer_qlink_widget li a {
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 2rem;
    word-spacing: normal;
}
.list-unstyled.footer_contact_widget li a {
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 2rem;
    word-spacing: normal;
    margin-left: 0px;
}
