
/*==== Start Title Section ====*/

.title{
  position: relative;
  display: block;
  text-align: left;
  padding-bottom: 50px;
}
.title h2 {
	font-size: 30px;
	color: #1e1e1e;
	font-weight: 300;
	margin: 0;
	text-transform: capitalize;
	border-bottom: 2px solid #f3f3f3;
	padding-bottom: 10px;
}
.title p{
    color: #131718;
    font-size: 15px;
    line-height: 25px;
}

/*==== Start Breadcrumb Section ====*/

.breadcrumb-search{
    position: relative;
}
.breadcrumb-area {
	position: relative;
	background: #fff;
	padding: 15px 0;
}
.breadcrumb {
    padding: 0px;
    background: transparent;
    margin: 0;
    border-radius: 0;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb li, .breadcrumb>.active {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 600;
}
.breadcrumb a {
    color: #1e1e1e;
    font-weight: 300;
}
.breadcrumb>li+li:before  {
    content: '\f105';
    color: #2e348f;
    font-family: 'FontAwesome';
    padding: 0 8px;
}

.search-area {
	background: #f3f3f3;
	padding: 15px 0;
}
.search-title h3 {
	font-size: 25px;
	color: #6a706f;
	font-weight: 300;
	text-align: right;
	margin: 0;
}
.search-form form {
	position: relative;
}
.search-form input.form-control {
	color: #a7a7a7;
	font-size: 16px;
	font-style: italic;
	border: none;
	border-radius: 10px;
	box-shadow: none;
	padding: 10px 15px;
	height: 42px;
	font-weight: 300;
}
.search-form button.search-btn {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: #2fb765;
	padding: 6px 20px;
	height: 38px;
	color: #fff;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	min-width: 90px;
    font-size: 20px;
    cursor: pointer;
}
.select2-search--dropdown {
	display: none;
}
.select2-container--default .select2-selection--single {
	border: none;
}
.select2-container--default .select2-results > .select2-results__options {
	background: #2fb765;
	border: none;
	border-radius: 3px;
}
.select2-container--default .select2-results__option--selected {
	background-color: transparent;
}
.select2-results__option--selectable {
	color: #fff;
}
.select2-container--open .select2-dropdown {
	border: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #1e1e1e;
	color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #2fb765 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #2fb765 transparent;
}

/*==== Start local area page Section ====*/

.local-area{
    background: #2fb765 url('assets/images/banner.jpg') no-repeat center center / cover;
}
.home-area{
    background: #2fb765 url('assets/images/indexbanner.jpg') no-repeat center center / cover;
}
.local-area .search-form {
	padding-top: 10%;
}
.search-form h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	text-align: center;
}
.local-area .search-form form {
	max-width: 500px;
	margin: 20px auto;
}
.local-content-area{
    padding: 10% 0 0; 
}
.local-item {
	text-align: center;
	border: 10px solid #e14f32;
    border-radius: 50%;
    display: table;
    width: 160px;
    height: 160px;
    margin: auto;
    margin-bottom: 30px;
}
.local-content-area .col:nth-child(2) .local-item {
    border-color: #93396c;
}
.local-content-area .col:nth-child(3) .local-item {
    border-color: #415888;
}
.local-content-area .col:nth-child(4) .local-item {
    border-color: #439176;
}
.local-content-area .col:nth-child(5) .local-item {
    border-color: #88c155;
}
.local-content {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}
.local-content p {
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	margin: 0;
	line-height: 20px;
}
.local-content h5{
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    margin: 0;
}

/*==== Resource area area  ====*/

.resource-area .title{
	padding-bottom: 20px;
}
.resource-area .title h2 {
	border: none;
}
.resource-sidebar {
	padding-top: 33px;
}
.resource-sidebar h3 {
	color: #1e1e1e;
	font-size: 24px;
	border-bottom: 2px solid #188975;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.resource-sidebar li {
	padding: 10px 0;
	border-bottom: 1px solid #f3f3f3;
}
.resource-sidebar li:last-child{
	border-bottom: none;
}
.resource-sidebar li a{
	font-size: 15px;
	color: #1e1e1e;
	display: inline-block;
}
.resource-item {
	padding: 15px;
	border: 1px solid #eae9e9;
	margin-bottom: 30px;
}
.resource-item p {
	font-size: 13px;
	color: #1e1e1e;
	margin: 0;
}
.resource-item h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.resource-item h3 a {
	color: #1e1e1e;
	display: inline-block;
}
.resource-item > a {
	display: inline-block;
	background: #116761;
	padding: 4px 20px;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
}

.resource-details{
	position: relative;
}
.resource-details h2{
	font-size: 30px;
	color: #1e1e1e;
	font-weight: 300;
	margin: 0;
	text-transform: capitalize;
}
.resource-details span {
	color: #7b7b7b;
	font-size: 14px;
}
.resource-details hr {
	border-color: #f3f3f3;
	margin: 15px 0;
}
.resource-details p{
	color: #1e1e1e;
	line-height: 25px;
}
.document-area .table thead th {
	border: none;
	font-size: 14px;
	font-weight: 600;
	color: #1e1e1e;
}
.document-area .table thead th:last-child{
	text-align: center;
}
.document-area .table tbody td:last-child {
	text-align: center;
}
.document-area .table tbody td {
	border-color: #f3f3f3;
	font-size: 14px;
	font-weight: 300;
	color: #1e1e1e;
}
.document-area .table tbody td a {
	display: inline-block;
	background: #2fb765;
	font-size: 13px;
	text-transform: uppercase;
	color: #f6f8fa;
	font-weight: 600;
	border-radius: 5px;
	padding: 6px 20px;
	margin-bottom: 5px;
}
.document-area .table tbody td span{
	display: block;
	text-align: center;
}
.authority-area .title {
	padding-bottom: 25px;
}
.authority-area .table tbody td a.progress-btn{
	background: #67c1b7;
}
.authority-area .table tbody td a.waiting-btn{
	background: #eeb826;
}
.authority-area .table tbody td a {
	min-width: 150px;
	padding: 10px 20px;
}
.authority-area .table td {
	vertical-align: middle;
}
.authority-area .title h2 {
	text-align: center;
	border: none;
	font-weight: 600;
}
.summary-area .col-lg-3.col-md-6{
	border-right: 2px dashed #bebebe;
}
.summary-area .col-lg-3.col-md-6:last-child{
	border-right: 2px dashed transparent;
}
.summary-item i {
	color: #ccb559;
	font-size: 36px;
	margin-right: 15px;
	margin-top: 10px;
}
.summary-item p{
	color: #1e1e1e;
	font-size: 14px;
	margin: 0;
}
.summary-item h5{
	color: #ccb559;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}
.summary-item h5 span{
	color: #1e1e1e;
	font-size: 14px;
	font-weight: normal;
}
.summary-area .col-lg-3.col-md-6:nth-child(2) .summary-item i,
.summary-area .col-lg-3.col-md-6:nth-child(2) .summary-item h5{
	color: #489fbf;
}
.summary-area .col-lg-3.col-md-6:nth-child(3) .summary-item i,
.summary-area .col-lg-3.col-md-6:nth-child(3) .summary-item h5{
	color: #637cc4;
}
.summary-area .col-lg-3.col-md-6:last-child .summary-item i,
.summary-area .col-lg-3.col-md-6:last-child .summary-item h5{
	color: #2fb765;
}
.chart-area {
	position: relative;
	background: #fff;
}
.chart-area h3 {
	color: #1e1e1e;
	font-size: 18px;
	padding: 10px;
	font-weight: 300;
}
.chart-area .chart-item {
	background: #f4f4f4;
	padding: 15px;
	border-radius: 5px;
}


.emission-area{
	background: #f6f8fa;
}
.emission-area .title{
	padding-bottom: 30px;
}
.emission-area .title h2 {
	font-weight: 600;
	text-align: center;
	border: none;
}
.emission-tabs .nav-pills li{
	padding: 0 5px;
}
.emission-tabs .nav-pills li a {
	color: #1e1e1e;
	background: #ebebeb;
	font-size: 18px;
	font-weight: 300;
	padding: 10px 30px;
	border-radius: 5px;
	border: 2px solid #eae9e9;
	text-transform: capitalize;
	display: inline-block;
	margin-bottom: 20px;
}
.emission-tabs .nav-pills li a.active {
	background: #fff;
}
.emission-content{
	padding-top: 50px
}
.emission-content h3{
	font-size: 22px;
	color: #1e1e1e;
	font-weight: 300;
}
.emission-content p{
	font-size: 14px;
	color: #1e1e1e;
	line-height: 25px;
}
.tabchart-item{
	background: #fff;
	padding: 20px 25px;
	border-radius: 5px;
	margin: 30px 0;
}
.tabchart-item h3 {
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.document-area .table thead th {
	min-width: 200px;
}



/* ======== contact Us ============== */

.contact-info{
    position: relative;
}
.contact-info h3 {
	font-size: 15px;
	color: #1e1e1e;
	font-weight: 700;
	margin: 0;
	line-height: 25px;
}
.contact-info hr {
	border-bottom: 3px solid #188975;
	margin: 10px 0 15px;
	max-width: 220px;
}
.contact-info p{
    font-size: 14px;
    color: #1e1e1e;
    line-height: 25px;
    margin: 0;    
}
.conatct-from-area{
    background: #2fb765;
}
.conatct-from-area .title {
	text-align: center;
	padding-bottom: 25px;
}
.conatct-from-area .title h2{
    border: none;
    color: #fff;
}
.contact-form{
    position: relative;
}
.contact-form .form-group {
	margin-bottom: 40px;
}
.contact-form label {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	margin: 0;
}
.contact-form input, .contact-form textarea {
	width: 100%;
	border: none;
    padding: 5px 0px;
    color: #fff;
    font-size: 14px;
	background: transparent;
	border-bottom: 1px solid #63d590;
}
.contact-form input[type="submit"] {
	position: relative;
	background: #188975;
	border: none;
	display: inline-block;
	width: auto;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
}


/*==== Start scrollUp area  ====*/

#scrollUp {
    text-align: center;
    position: relative;
    right: 20px;
    bottom: 20px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
#scrollUp::before {
  background: #433454 none repeat scroll 0 0;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  content: "";
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
  width: 40px;
  z-index: -1;
}
#scrollUp:hover::before {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}
#scrollUp:hover i {
  animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
  bottom: 0;
  height: 100%;
  left: 0;
  margin-bottom: -25px;
  position: absolute;
  width: 100%;
}
#scrollUp span i {
    font-size: 20px;
}

.city-total-bar {
    background-color: #21a56f;
    color: #ffffff;
    font-weight: bold;
}

.map-data-title {
    font-size: 20px;
}

.map-data-link {
    background-color: #ffffff;
}