@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('"../fonts/RobotoCondensed-Bold.woff2"') format('woff2'),
         url('../fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'),
         url('../fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoCondensed-Italic';
    src: url('../fonts/RobotoCondensed-Italic.woff2') format('woff2'),
         url('../fonts/RobotoCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

a
{
	list-style-type: none !important;
	text-decoration: none !important;
}

.contanear
{
	display:block;
	width:98%;
	max-width:100%;
	margin:0px auto;
}

.logo
{
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 10px;
}
.logo img
{
	width: 100%;
	max-width: 350px;
}
.desktop_menu
{
	width: 100%;
	display: inline-block;
	text-align: center;
	background: #036eb7;
}
.desktop_menu a
{
	font-family: 'RobotoCondensed-Bold';
	font-size: 16px;
	color: #fff;
	background: #036eb7;
	padding: 10px 20px;
	display: inline-block;
	border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
	background: linear-gradient(to bottom,transparent 70%,rgba(0,0,0,.15) 100%);
	text-shadow: 0 0 2px #222;
}









.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 999;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 8px 8px 8px 16px;
  text-decoration: none;
	font-family: 'RobotoCondensed-Bold';
	font-size: 16px;
	color: #fff;
  display: block;
  transition: 0.3s;
  border-bottom: solid 1px #4e4e4e;
}

.sidepanel a:hover 
{
  color: #f1f1f1;
}

.sidepanel .closebtn 
{
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn 
{
	display: none;
    font-size: 29px;
    cursor: pointer;
    background: none;
    color: #036eb7;
    border: none;
    float: right;
    margin-top: -67px;
    margin-right: 15px;
    position: relative;
    z-index: 9;
}


@media screen and (max-width:400px)
{
	table{font-size:100%}
}
@media screen and (max-width:250px)
{
	table{font-size:50%}
}
@media screen and (max-width:150px)
{
	table{font-size:30%}
}
table
{
	width:100%;
	border-collapse:collapse
}
tr:nth-of-type(odd)
{
	background:#fff;
}
th
{
	background:#036eb7;
	color:#fff;
	font-weight:700;
}
td,th
{
	padding:2px;
	border:1px solid #fff;
	text-align:center
}
.table a
{
	display:block;
	text-decoration:none;
}

.heading
{
	font-family: 'RobotoCondensed-Bold';
	font-size: 28px;
	color: #000;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.chart_details
{
	width: 100%;
	display: inline-block;
	text-align: center;
	background: #036eb7;
	padding: 5px 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.chart_details a
{
	font-family: 'RobotoCondensed-Bold';
	font-size: 15px;
	color: #ffffff;
	display: inline-block;
}



.about_text
{
	width: 100%;
	float: left;
	display: block;
	border-bottom: dotted 1px #000;
	margin-bottom: 20px;
}

.about_text h2
{
	font-family: 'RobotoCondensed-Bold';
	font-size: 22px;
	color: #000;
}

.about_text h2 span
{
	color: #036eb7;
}

.about_text p
{
	font-family: 'RobotoCondensed-Regular';
	font-size: 16px;
	color: #333333;
}

.blog
{
	width: 100%;
	float: left;
	display: block;
	border: solid 2px #ECECEC;
	padding: 10px;
	border-top: solid 3px #036eb7;
	margin-bottom: 30px;
}

.blog h2 a
{
	font-family: 'RobotoCondensed-Bold';
	font-size: 28px;
	color: #000;
	width: 100%;
	display: inline-block;
}

.blog:hover h2 a
{
	color: #036eb7;
}
.blog_sec
{
	width: 100%;
	float: left;
	display: block;
}

.blog_sec a
{
	font-size: 13px;
	color: #036eb7;
	display: inline-block;
	margin-right: 10px;
}

.blog p
{
	font-family: 'RobotoCondensed-Regular';
	font-size: 16px;
	color: #474747;
	margin-top: 43px;
}

.alert_box
{

}
.alert {
  
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(0,0,0,0.5);
}

.alt_text
{
	width: 50%;
  padding: 30px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.gowebs-primary {
	  color: #036eb7;
	
}