.app-theme-white.app-container {
    background: #e9ecef;
    overflow:hidden;
}
.cp {
    0px 15px;
}
.header_primary{
    padding:5px 0px;
    border-bottom: 5px solid #df4b50;
}

.header_primary_logo img{
    width:100%;
    max-width:100px;
}
.header_primary h2 {
    color: #0098da;
    text-align:center;
}

.right_nav a{
    margin:10px 0px;
    text-decoration:none;
}
.right_nav .fa {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #0098da;
    text-align: center;
    margin-right: 10px;
    font-size: 11px;
    color: #0098da;
}
.menu_section{
    background:#fff;
    box-shadow:2px 2px 2px 2px #ddd;
    border-radius:4px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    background: #0098da;
    border-radius: 4px;
    margin:0px 2px;
    font-size: 14px;
    padding: 9px 13px;
}

.bg-light {
    background-color:transparent!important;
}
.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
   color: #1fb4f5;
    background: #fff;
    box-shadow: 2px 2px 2px 2px #ddd;
}

.state_sec {
    margin:10px 5px;
}

.menu_bg{
    background:#fff;
    padding:10px;
    border-radius:4px;
    box-shadow: 2px 2px 2px 2px #ddd;
}

.tab_box{
    background:#fff;
    border-radius:4px;
    box-shadow: 2px 2px 2px 2px #ddd;
    height:470px;
    overflow:hidden;
}
.tab_sub_heading{
    font-size:16px;
}
.tab_box h2 {
    font-size: 16px;
}
.popu_heading{
    width:100%;
  
}

.labour_main_box{
     background:#fff;
    border-radius:4px;
    box-shadow: 2px 2px 2px 2px #ddd;
    padding:10px;
}
.download {
    margin-top: 9px;
    text-align: center;
}

.download a {
    text-align: center;
}

.buttonDownload {
	display: inline-block;
	position: relative;
	padding: 9px 9px;
	background-color: #0098da;
	color: white;
	text-decoration: none;
	font-size:14;
	text-align: center;
	text-indent: 26px;
	border-radius: 24px;
}


.buttonDownload:hover {
	/*background-color: #333;*/
	color: #fff;
    text-decoration:none;
}


.buttonDownload:before, .buttonDownload:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 10px;
	top: 52%;
}

/* Download box shape  */
.buttonDownload:before {
	width: 18px;
	height: 4px;
	border-style: solid;
	border-width: 0 2px 2px;
}

/* Download arrow shape */
.buttonDownload:after {
	width: 0;
	height: 0;
	margin-left: 4px;
	margin-top: -7px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: transparent;
	border-top-color: inherit;
	animation: downloadArrow 2s linear infinite;
	animation-play-state:;
}

.buttonDownload:hover:before {
	border-color: #fff;
}

.buttonDownload:hover:after {
	border-top-color: #fff;
	animation-play-state: running;
}

/* keyframes for the download icon anim */
@keyframes downloadArrow {
	/* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
	0% {
		margin-top: -7px;
		opacity: 1;
	}
	
	0.001% {
		margin-top: -15px;
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		margin-top: 0;
		opacity: 0;
	}
}

.popu_heading h2{
      font-size:16px;
    color:#495057;
}
.widget-chart {
    text-align: center;
     padding:0rem; 
    position: relative;
}

.widget-chart .widget-numbers {
    font-weight: bold;
     font-size:14px; 
    display: block;
    line-height: 1;
    margin: 1rem auto;
}
.widget-chart .progress-circle-wrapper {
    min-width: 0;
    margin-right: 1rem;
}

/*----Industry starts here----*/
.indus_box {
    margin: 5px 5px;
}
.card.indus_box-2.widget-content {
    height: 126px;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    width: 50%;
}

.invest_inner_box {
    padding: 10px;
}
.investment_box h2{
     font-size:16px;
    color:#495057;
    padding:0px 10px;
}
.invest_inner_box span{
    margin-right:5px;
}
.district_value_btn{
    margin:0px 5px;
    border-radius:4px;
}
.top_main_box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 2px #ddd;
    padding: 10px;
    height: 550px;
    overflow: hidden;
}
.top_main_box h2{
     font-size: 16px;
}
.commen {margin-top:20px;!important}
.main-card.card.investment_box {
    height: 350px;
    padding: 10px;
    border: none;
}

.right_nav {
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}
/*----Industry ends here----*/


/*----footer starts here----*/
.footer {
    margin-top: auto;
    border-top: 1px solid #ddd;
    height: 50px;
    margin-top:30px;
}
.footer p {
    line-height: 50px;
    margin: 0;
}
/*----footer ends here----*/