 body{
 	font-family: 'Montserrat', sans-serif;
  color: #3C3950;
 }

 .bg-dblue{
 	background-color: #0F3360;
 } 
 .bg-lblue{
 	background-color: #2588AD;
 } 
 .bg-blue{
 	background-color: #175D92;
 } 
.bg-gblue{
 	background-color: #50B3C2;
 	
 } 
 .bg-gray{
 	background-color:  #EBEBEB;
 	
 } 

.wbc-gray{
  color: #3C3950;
}
 
.txt-green{
	color:#00A000;
}
 .card-con{
 	border-radius: 5px;
 	padding: 15px;
 	margin:40px 10px;
 	color:#fff;
 }

 .card-con:first-child{ 
 	margin-left:0px;
 }
 .card-con:laft-child{ 
 	margin-right:0px;
 }

 h1, h2, h3, h4, h5{
 	font-weight: 700;
 	letter-spacing: .5px;
 }
 p{
 	font-weight:400;
 	font-size: 15px;
 }
 .f-25{
 	font-size: 25px;
 }
 .f-20{
 	font-size: 20px;
 }
 .f-15{
 	font-size: 15px;
 }
 .f-14{
 	font-size: 14px;
 }
 
 .f-12{
 	font-size: 12px;
 } 

 
 .f-10{
 	font-size: 10px;
 }

/*nav bar*/

.slider {
  background: #333;
  height: 400px;
  width: 100%;
}

#logo {
  background: #ccc;
  width: 150px;
  height: 70px;
}

.navbar-toggler {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .navbar {
      height: 130px;
   }
  #logo {
    width: 260px;
    height: 120px;
    position: relative;
    bottom: -20px;
  }
  .navbar-light .navbar-nav .nav-link {
    padding-right: 75px;
  }
  #nav-left {
    padding-left: 30px;
  }
}


 /*accordrion*/ 
.accordion_container{
	margin-top:20px;
}
.accordion,
.accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion {
  width: 100%; 
}
.accordion-section {
	 
	border-top: 1px solid #6774FF;
    padding: 20px 0px;
}
.accordion-section-title {
	  
	font-size: 16px; 
	color:#3C3950;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.accordion-section-title:hover{
	  
	text-decoration: none; 
}
.accordion-section-title > * {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}

.accordion table {
  border-collapse: collapse;
  width: 100%;
}

.accordion th, .accordion td { 
  padding: 8px;  
  width:13% ;
/*  min-width: 90px;*/

}
.accordion td { 
  font-size: 12px;
}
.accordion td.f-20 { 
  font-size: 20px;
}
.accordion th { 
  font-size: 10px;
}
.accordion th:first-child, .accordion td:first-child{
    padding-left: 30px;
    /*white-space: nowrap;*/
    width:25%;
}
.accordion th:last-child, .accordion td:last-child{
     width:21%;
}
.accordion tr:nth-child(even) {
  background-color: #f2f2f2;
}
 
  
.accordion-section-content {
  padding: 0px 0px;
  display: none;
}
a.canvasjs-chart-credit {
    display: none !important;
}
.canvasjs-chart-container{
  display: flex;
  justify-content: center;
}


/*header nav*/  

header{
  float:left;
  width:100%;
  margin:0px 0 0 0;
  padding:0px;
  box-shadow: 0 1px 3px 0px #0000006e;
  position:fixed;
      z-index: 99999;
  top:0px;
  background:#fff
}
 
 
.logo{
  display:table;
  width:auto;
}
 
.logo img{
  width:25px;
}
 
.hdr_lnk{
  color:#6774ff;
  font-size:13px;
  font-weight:500;
}
.mnu_toggle {
    float: left;
  position: relative;
    margin: 8px 0;
  background:transparent;
  border:0px;
}
.mnu_toggle:focus{
  outline:none;
}
#collapseExample{
      float: left;
    width: 862px;
    position: absolute;
    z-index: 100000;
    top: 43px;
    left: -35px;
      box-shadow: 0 2px 7px 0px #0000006e;
}
#collapseExample .card{
  border-radius:0px;
}
#collapseExample::after{
       content: '';
    position: absolute;
    left: 53px;
    top: -9px;
    width: 0;
    height: 0;
  z-index:1000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
    clear: both;
}
.top_mneu{
  
}
.nav{
  float:left;
  border-bottom:2px dotted #0f3360;
  margin-left: 28px;
}
.nav li a{
  color:#0f3360;
}
.nav_rt{
  float:right;
  width:auto;
  
}
.nav-link {
    display: block;
    padding: 0px 34px 10px 0;
}
.nav_rt .nav-item{
  list-style:none;
  display:inline;
}

 
#nav-icon1{
  float:left;
  width:30px;
  height:30px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span{
  display: block;
    position: absolute;
    height:15px;
    width: 15px;
    background: #0f3360;
  border-radius:0px;
  opacity: 1;
  left: 0;
  border:2px solid #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 0px;
  left:12px;
}

#nav-icon1 span:nth-child(3) {
  top: 12px;
}
#nav-icon1 span:nth-child(4) {
  top: 12px;
  left:12px;
}
#nav-icon1.open span:nth-child(1) {
  top: 0px;
border:0px;
height:9px;
}

#nav-icon1.open span:nth-child(2) {
  left:12px;
 border:0px;
 height:9px;
}

#nav-icon1.open span:nth-child(3) {
  top:12px;
   height:9px;
 border:0px;
}
#nav-icon1.open span:nth-child(4) {
  left:12px;
   border:0px;
   top:12px;
 height:9px;
}
.card-body{
      background: #f5f5f5;
    border: 0px;
}
 
header .col-md-8{
  max-width: 55% !important;
  flex: 0 0 55.666667% !important;
}
 
.login-link{
    position: absolute;
    margin-left: 20px; 
    font-size: 13px; 
    top: 14px;
    font-weight: 500;
}
 

/*responsiveness*/

@media only screen and (max-width: 600px) {
   
  .card-con{
    flex:44%;
    margin:10px 5px !important;    
    overflow-y: hidden;
    overflow-x: auto;
  }
  .canvasjs-chart-container{
    display: block; 
  }
  .for_desk{
    display: none;
  }

}
