/************************************************
			Common CSS: Version 2022-05-10
************************************************/
 

body{
	/*font-family: */
	background: url(../img/patern.png)  #fff top center;  
	background-repeat: repeat;
	padding: 15px 0;
}
/*
h1,
h2,
h3,
h4,
h5,
h6,
ul{
	margin:0;
}
*/

nav ul{
    padding:0;
}
p{
	margin-bottom: 0;
}

ul li{
	/* list-style: none; */
}

ul li a{
	text-decoration: none;
}

ul li a:hover{
	text-decoration: none;
}

img {
    max-width: 100%;
}

button:focus{
    outline:0!important;
}

#top {
    position: fixed;
    right: 30px;
    bottom: 25px;
    display: none;
    background: #cbf5c8;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    z-index: 9;
}

.container {
    background: #fff;
    max-width: 1200px;
    border-left: 1px solid #13ab5e;
    border-right: 1px solid #13ab5e;
}

.form-group{
    position:relative;
}
.form-group{
    position:relative;
}
.form-control.select-text{
    position: absolute;
    z-index: -1;
    right: 30px;
    left: 0;
    width: auto;
}
.form-control.select-text[data-val="0"]{
    position:absolute;
    z-index:2;
}

/*************************************************
					Header Css
**************************************************/

.logo {
    width: 100px;
    text-align: center;
}

.logo img {
    width: 70px;
    height: auto;
    box-shadow: 0px 0px 10px #000;
    border-radius: 50%;
}

header#Header .container {
    background: url(../img/bannernew.jpg) no-repeat center #0C713E;
    background-size: cover;
}

/*header#Header .container-fluid {
    padding: 0 80px;
}*/

header#Header .row{
	height: 240px;
}

h2.project_name {
    font-size: 32px;
    color: #fff;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    text-shadow: 2px 2px 2px #000;
}

p.sologan_name{
    text-shadow: 2px 2px 2px #000;
    font-size: 1.3rem;
    color: #ffe500f !important;
}




.menu_block ul li a.blinkBG,
nav a.blinkBG, a.blinkBG {
  animation: blinkerBG 1s linear infinite; 
	color:red;
}
.menu_block ul li a.blinkBG:hover,
nav a.blinkBG:hover, a.blinkBG:hover {
  animation: none;
  background: black !important;
  color:#fff;
}
@keyframes blinkerBG { 
  50% {
    opacity:0;
  }
}
/*************************************************
					Main-menu Css
**************************************************/

a.icon {
    display: none;
}

section#Main-menu {
    display: block;
}

section#Main-menu .container {
    background: #cbf5c8;
}

section#Main-menu nav {
    height: 40px;
}

section#Main-menu nav ul {
    margin-bottom: 0px;
    height: inherit;
}

section#Main-menu nav ul li {
    line-height: 40px;
    margin: 0 0px;
    display: inline-block;
}

section#Main-menu nav ul li a {
	display: block;
	color: #000;
	padding: 0px 8px;
	font-size: 1rem;
	font-weight: 500;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}

section#Main-menu nav ul li a i{
	margin-left:5px;
}

section#Main-menu nav ul li:hover a,
section#Main-menu nav ul li:focus a,
section#Main-menu nav ul li:active a
{
	color: #000000;
	background: #f0ffef;
}



li.drop_menu {
    position: relative;
}

ul.dropdown_menu {
    position: absolute;
    top: 120%;
    left: 0;
    background: #cbf5c8;
    width: max-content;
    height: auto!important;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: top 400ms, opacity 600ms, visibility 400ms, left 400ms;
    -moz-transition: top 400ms, opacity 600ms, visibility 400ms, left 400ms;
    -o-transition: top 400ms, opacity 600ms, visibility 400ms, left 400ms;
    transition: top 400ms, opacity 600ms, visibility 600ms, left 400ms;
}

li.drop_menu:hover ul.dropdown_menu {
	visibility: visible;
	opacity: 1;
	top:100%;
	border-top: 1px solid #cbf5c8;
}

li.drop_menu:hover ul.dropdown_menu  ul.dropdown_menu{
	visibility: hidden; 
	left:100%;
	top:0;
	opacity:0;
}

li.drop_menu:hover ul.dropdown_menu li:hover  ul.dropdown_menu{
	visibility: visible; 
	opacity:1;
}

ul.dropdown_menu li {
    display: block!important;
    margin: 0px!important;
    line-height: 35px!important;
    -webkit-transition: padding-left 400ms;
    -moz-transition: padding-left 400ms;
    -o-transition: padding-left 400ms;
    transition: padding-left 400ms;
}

ul.dropdown_menu li a {
    color: #000!important;
    padding: 0px 10px!important;
    display: block;
    font-size: 1rem !important;
    border: 1px solid #cbf5c8;
    border-top: 0;
}

ul.dropdown_menu li:hover {
    background: #cbf5c8;
    padding-left:10px;
}

ul.dropdown_menu ul li:hover {
    background: #94c791;
    padding-left:10px;
}

button.btn.lan_btn {
    padding: 2px 10px;
    margin-bottom: 4px;
}

button.btn.lan_btn a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

button.btn.lan_btn:hover{
	background: #0C713E;
}

button.btn.lan_btn:hover a{
	text-decoration: none;
	color: #fff;
}
.btn-primary {
    color: #000;
    background-color: #cbf5c8;
    border-color: #333333;
}
.btn-primary:hover {
    color: #fff;
    background-color: #333333;
    border-color: #cbf5c8;
}



/*************************************************
					Gallary Css
**************************************************/

section#Mobile_gallary{
    display: none;
}

section#Gallary{
    display: block;
}

section#Gallary .container {
    padding: 15px 15px 0px;
}

.single_gallary img {
    height: 120px;
    width: 100%;
}





/*************************************************
					Slider_Weather Css
**************************************************/

#Slider_Weather{
    z-index: 0;
}

#Slider_Weather .container{
    padding: 15px;
    background: #ffffff;
}

.main_slider {
    position: relative;
}

.main_slider .owl-dots {
    display: none;
}

.main_slider .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 87%;
}

.owl-nav button span {
    position: absolute;
    top: -100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main_slider .owl-nav button.owl-next,
.main_slider .owl-nav button.owl-prev {
    font-size: 200px;
    font-weight: 100;
    opacity: 0.2;
}

.main_slider .owl-nav button.owl-next{
	float:right;
}





.weather_info {
    max-height: 365px;
    overflow: hidden;
}

.condition_content {
    padding: 0px 20px;
    background: #ffffff;
}

.place_select form {
    background: #ffffff;
    padding: 7px 20px;
}

.single_form {
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
}

.single_form label {
    margin-bottom: 0px;
    line-height: 35px;
}

.single_form select {
    float: right;
    min-width: 200px;
    max-width: 220px;
    outline: none;
}

h6.heading {
    background: #0c713e;
    color: #fff;
    font-size: 15px;
    padding: 9px 10px;
}

.condition_image {
    width: 65px;
}

.condition_data {
    width: 45%;
}

.data img {
    float: none;
    display: inline;
    width: auto;
    height: 20px;
    clear: both;
    margin-right:10px;
}

.data p {
    float: none;
    display: inline;
    width: 85%;
    font-size: 14px;
    font-weight: 500;
}

.data.maximum p {
    color: #da0000;
}

.data.rainfall img {
    padding-top: 6px;
}

.data {
    margin: 7px 0px;
    overflow: hidden;
}

a.btn.btn_forecast {
    background: #13AB5E;
    border: none;
    outline: none;
    border-radius: 40px;
    color: #fff;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.btn_bamis{
    background-image: linear-gradient(to right, #cbf5c8 60%, #ffffff 100%) !important;
    background-position: right center !important;
}

.btn_bamis:hover{
    background-image: linear-gradient(to right, #0C713E 60%, #00D862 100%) !important;
    background-position: right center !important;
}

.condition_content button{
	background:none;
	border:none;
}


.bd_map img {
    width: 100%;
    padding: 0;
    height: 365px;
}

.weather_map {
    position: relative;
}




.crop h6.heading {
    margin:0;
}

.crop_select_slide {
    position: relative;
}

.crop_select_slide .owl-nav {
    position: absolute;
    top: 65%;
    width: 92%;
}

.crop_select_slide .owl-nav .owl-prev, .crop_select_slide .owl-nav .owl-next {
    font-size: 100px!important;
    font-weight: 100!important;
    opacity: 0.7;
}

.crop_select_slide .owl-nav .owl-next {
    float: right!important;
}








/*************************************************
                    Bulletin Css
**************************************************/


.bulletin_btn {
    height: 40px;
    width: 130px;
    background: #0c713e;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin-left: -15px;
}

.bulletin_btn::after {
    position: absolute;
    content: '';
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #0c713e;
}

section#Bulletin marquee {
    line-height: 40px;
    margin-left: 5px;
}

section#Bulletin {
    max-height: 40px;
    overflow: hidden;
}

section#Bulletin .container {
    background: #13ab5e;
}

section#Bulletin marquee p span.news a {
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

section#Bulletin marquee p span.news {
    margin: 0 35px;
    position: relative;
}

section#Bulletin marquee p span.news::before {
    position: absolute;
    top: 0;
    left: -35px;
    content: '***';
    line-height: 30px;
    color: #fff;
    font-size: 20px;
}





/*************************************************
                    Portal_menu Css
**************************************************/

section#Portal_menu .container {
    padding: 15px;
}

.menu_block {
    background: #cbf5c8;
    margin-bottom: 15px;
}

.menu_block h3 {
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 5px 10px;
}

.menu_block ul {
    padding: 0px 10px 10px;
}

.menu_block ul li{
    display: block;
}

.menu_block ul li a {
    color: #000;
    font-size: 0.9rem;
    padding: 5px 5px 5px 15px;
    background: #ffffff;
    display: block;
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
    border-top: 0;
    position: relative;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    letter-spacing: 0.3px;
}
.menu_block ul li:first-child{
    border-top: 1px solid #000;
    
}
.menu_block ul li a:hover {
    background: #000000;
    color: #fff;
}

.menu_block ul li a::before {
    position: absolute;
    top: 0;
    left: 5px;
    content: '\f111';
    font-family: FontAwesome;
    line-height: 30px;
    font-size: 8px;
    display: none;
    color: #fff;
}

.menu_block ul li a i {
    float: right;
    color: #007238;
    line-height: 25px;
    font-size: 12px;
}

.menu_block ul li ul {
    background: #e0e0e0;
    margin-bottom: 0;
    padding: 0px 1px 1px;
    border-top: 0;
}
.menu_block ul.dropdown_menu {
    left: auto;
    right: 0;
    margin-top: -5px;
    padding: 5px;
    background: #000;
} 
.menu_block ul li ul li a {
    background: #fff;
    color: #000000;
    position: relative;
    padding: 3px 5px 0 30px;
    line-height: 25px;
    margin-bottom: 0;
    display: block;
    border: 1px solid #ddd;
    /* border-right: 0; */
    /* border-left: 0; */
    border-top: 0;
    /* border-bottom: 0; */
}

.menu_block ul li ul li:first-child {
border-top:0;
}
.menu_block ul li ul li a:hover {
    background: #dcdcdc;
    color: #000;
}

.menu_block ul li ul li a::before {
    position: absolute;
    top: 0;
    left: 10px;
    content: '\f111';
    font-family: FontAwesome;
    line-height: 28px;
    font-size: 10px;
    color: #868686;
    display: none;
}

.menu_block ul li ul li a i{
    color:#0c713e;
}





.big_btn_menu {
    border: 1px solid #13ab5e;
    padding: 22px 30px;
    margin-bottom: 40px;
}

.single_big_btn_menu {
    border: 1px solid #13ab5e;
    /*padding: 25px 0;*/
    text-align: center;
    margin: 15px 0px;
}

.single_big_btn_menu a {
    /* height: 170px; */
    padding: 20px 5px;
    text-decoration: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.single_big_btn_menu p {
    color: #000000;
    font-weight: bold;
    font-size: 1.1rem;
    width: 100%;
}

/*.single_big_btn_menu a:hover p{
    color:#13ab5e;
}*/
.single_big_btn_menu a.item-active {
    background: #cbf5c8;
    color: #000;
}
.single_big_btn_menu a:hover {
    background: #cbf5c8;
}

.single_big_btn_menu a.item-active p {
    color: #000;
}

.single_big_btn_menu a:hover p {
    color: #333;
}

.single_big_btn_menu a:hover img {
	/*
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    */
}

.single_big_btn_menu a img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 80px;
    margin:  0px 0px 10px;
}

.phone_number {
    border: 10px solid #cbf5c8;
    text-align: center;
    padding: 5px;
    margin: 0 0 15px 0;
}

.phone_number p {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000000;
}

.phone_number p span {
    margin: 0 10px;
}

.phone_number p i {
    font-size: 40px;
    display: inline-block;
}

.mobile_app {
    border: 10px solid #cbf4c8;
    border-top: 0px;
    text-align: center;
    background: #cbf4c8;
    margin-bottom: 15px;
}

.mobile_app h3 {
    color: #000;
    text-align: left;
    background: #cbf4c8;
    font-size: 20px;
    padding: 5px 0px;
}

.playstore_link img {
    width: 55%;
    /* height: 60px; */
}

.playstore_link a {
    display: block;
    margin: 14px auto;
}

.playstore_link {
    padding: 10px 25px;
    background: #fff;
}


/******************************************************
                Newses Section Start Here
*******************************************************/
/*
section#Newses {
    margin: 20px 0;
}*/


section#Newses .container {
    padding: 20px 15px;
}

.content {
    padding: 10px 15px;
    background: #f2f2f2;
}

.single_news {
    overflow: hidden;
}

.single_news_image {
    float: left;
    width: 100px;
    height: auto;
    max-width: 15%;
}

.single_short_news {
    float: right;
    width: 85%;
}

.single_short_news p {
    font-size: 15px;
    line-height: 18px;
    color: #333;
}

.single_short_news h5 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.single_short_news p a {
    padding: 0px;
    margin-left: 15px;
    font-size: 14px;
    color: #0c713e;
    text-decoration: none;
    display: inline-block;
    border: none;
    vertical-align: unset;
}

.single_short_news p a:hover {
    color: #333;
}





/**********************************************************
                Flood and Market Start Here
***********************************************************/

section#Flood_market .container {
    padding: 0 15px 15px;
}

.flood_forecasting .content form, .market_price .content form {
    padding: 30px;
}

.market_price_table{
    width:100%;
}

table {
    max-width: 100%;
    overflow: hidden;
}

tr {
    max-width: 100%!important;
    border:1px solid #000;
}

tr th {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background: #333333;
    border: 1px solid #000;
    padding: 5px 2px;
    text-align: center;
}

tr td{
    border:1px solid #000;
    font-size: 1rem;
    padding:5px;
    text-align: center;
}

.river_info_table {
    overflow: auto;
}

table.river_info {
    border: 1px solid #000;
    width: 90%;
    margin: 25px auto 5px;
}

td.danger_level{
    color:#f00;
    font-weight:500;
}

.market_price_table tr td {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.market_price_table tr th {
    font-size: 17px;
    font-weight: 700;
}





/****************************************************************
                        Footer Start Here
*****************************************************************/

.footer_top .container{
    background: #b3eaaf;
    padding: 5px 15px;
}

.footer_top h4,
.footer_middle h4 {
    color: #000;
    font-size: 1.2rem;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.contact p,
.footer_sub_menu ul li a {
    color: #000;
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-weight: 400;
}

.footer_sub_menu ul li:hover a {
    color: #ddd;
}

.app_download_link a img {
    height: 60px;
    width: 150px;
    max-width: 100%;
    margin: 10px;
}

.credit a img {
    height: 100px;
    width: auto;
    max-width: 100%;
}

.creditor_logo {
    min-height: 70px;
}

.creditor_logo a img {
    max-width: 120px;
    height: auto;
}

.creditor_logo a {
    display: block;
}

.footer_middle .container {
    background: #cbf5c8;
    padding: 8px 15px;
}

.footer_bottom .container {
    background: #63a75e;
}

.footer_bottom p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}



/****************************************************************
                        Footer End Here
*****************************************************************/


/****************************************************************
                        Crop Search Start Here
*****************************************************************/

.btn_search{
    color: #fff;
    margin: 10px auto 25px;
    padding: 5px 30px;
}

label span sup{
    color: red;
    font-size: 12px;
    font-weight: 700;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected='true'] {
    background-color: #13ab5e!important;
}

.crops_images{
    margin: 20px auto;
    clear: both;
    overflow: auto;
}

.crops_images a{
    float:left;
    margin:10px;
}

.crops_images a img {
    width: auto;
    max-width: 200px;
    height: 150px;
}

/****************************************************************
                        Crop Search End Here
*****************************************************************/



/****************************************************************
                        Crop Details Start Here
*****************************************************************/

section#Crop_detail .container {
    padding: 50px 15px;
    background: #fff;
}

section#Crop_detail h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    color: #0c713e;
    text-transform: uppercase;
}

.single_crop_image img{
    height:220px;
}

.crop_sidebar .single_news_image {
    max-width: 22%;
    margin-top: 30px;
}

.crop_sidebar .single_short_news {
    width: 75%;
}

.crop_sidebar .single_short_news h5{
    margin-left: -60px;
}

.single_crop_para{
    padding:30px 0;
}

.single_crop_para h3{
    color:#0c713e;
    margin-bottom: 10px;
    font-size:18px;
    font-weight: 500;
    text-transform:uppercase;
}

.single_crop_para p{
    color:#333;
    margin-bottom: 10px;
    font-size:15px;
    font-weight: 400;
}

.crop_sidebar hr {
    margin: 5px 0;
}

/****************************************************************
                        Crop Details End Here
*****************************************************************/



/****************************************************************
                        Single Layout Start Here
*****************************************************************/

section#single_layout .container {
    padding: 40px 15px;
    background: #fff;
}

.layout_heading {
    margin: 15px 0;
    margin: 5px 0 20px;
}

.layout_heading h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.featured_image {
    margin-bottom: 15px;
}

.featured_image img {
    width: 100%;
    height: auto;
}

.single_feature_slide {
    margin-bottom: 20px;
    box-shadow: 0px 0px 3px -1px #0c713e;
    padding: 15px 5px 0px;
}

.single_feature_slide .owl-nav {
    text-align: center;
}

.single_feature_slide .owl-nav .owl-prev, .single_feature_slide .owl-nav .owl-next {
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 5px 10px;
    border: 1px solid #0c713e!important;
}

.single_feature_slide .owl-nav i {
    font-size: 20px;
    line-height: 30px;
    color: #13ab5e;
}

.doc_buttons {
    overflow: hidden;
}

.doc_buttons button.btn a,
.modal-header button.btn a {
    color: #fff!important;
    text-decoration: none;
}

section#single_layout .modal-dialog {
    max-width: 90%;
    min-height: 90vh;
    margin: 5px auto;
}

section#single_layout .modal-header {
    padding: 7px 15px;
}

section#single_layout .modal-body iframe {
    min-height: 85vh!important;
}

/*Sidebar Start*/
.layout_sidebar hr{
    margin:5px 0;
}

.layout_sidebar .single_short_news h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.layout_sidebar .single_short_news {
    width: 82%;
}

.layout_sidebar .single_news_image {
    margin-top: 5px;
}
.breadcrumb{
    margin: 0;
    background: none;
}
.breadcrumb-item{
	
}
a, .breadcrumb-item a{
	color: #004a03;
}
/*Sidebar End*/

/****************************************************************
                        Single Layout End Here
****************************************************************