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


body{
    /*font-family: */
    background: url(../frontend/img/patern.png) 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: #63a75e;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    z-index: 9;
}

.container {
    background: #fff;
    max-width: 1400px;
    border-left: 1px solid #bdf1df;
    border-right: 1px solid #bdf1df;
}

.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: auto;
    text-align: center;
}

.logo img {
    height: 130px;
    border-radius: 50%;
    min-width: 130px;
}

/*header#Header .container {*/
/*    background: url(../img/Mushroom_Bannar.jpg) no-repeat center #0C713E;*/
/*    background-size: cover;*/
/*}*/
#Header .container.custom-container {
    background: url('/frontend/img/Mushroom_Bannar.jpg') no-repeat center #12A86B;

    background-size: cover;
}

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

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

h2.project_name {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 0px 2px 2px #000;
    line-height: 1.8rem;
    margin: 0;
}

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;
    margin-left: 10px;
    margin-right: 1rem;
    position: absolute;
    z-index: 10;
    width: 100%;
}

section#top-menu {
    max-height: 4rem;
    height: 4rem;
    font-size: 16px;
    background-color: #e8eb9a;
}

section#Main-menu01 {
    display: block;
    margin-top: 12rem;
}

section#Main-menu .container {
    background: #ffffff;
    padding: 15px 10px;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}



section#Main-menu01 .container {
    background: #12A86B;
}

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

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

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

section#Main-menu01 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-menu01 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-menu01 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;
}


section#Main-menu nav > ul > li:hover > a {
    border-radius: 30px;
    padding: 0 10px 0 5px;
}


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



li.drop_menu {
    position: relative;
}

ul.dropdown_menu {
    position: absolute;
    top: 120%;
    left: 0;
    background: #bdf1df;
    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: 135%;
    border-top: 1px solid #bdf1df;
}

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 #bdf1df;
    border-top: 0;
}

ul.dropdown_menu li:hover {
    background: #bdf1df;
    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: #000;
    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: #bdf1df;
    border-color: #333333;
}
.btn-primary:hover {
    color: #fff;
    background-color: #333333;
    border-color: #bdf1df;
}


/*************************************************
					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 Css
**************************************************/

#Slider_Weather{
    z-index: 0;
}

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

.main_slider {
    position: relative;
}

.main_slider .owl-item .item {
    height: 250px;
    overflow: hidden;
}

.main_slider .owl-item .item img {
    height: inherit;
}

.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: 100%;
}

.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 {
    background: 0 0;
    color: #cbf5c9;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 80px;
    width: 60px;
    font-weight: 100;
}

.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, #12A86B 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: 10px 15px;
}

.menu_block {
    background: #12A86B;
    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: #bdf1df;
    color: #000;
}
.single_big_btn_menu a:hover {
    background: #bdf1df;
}

.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 #12A86B;
    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 #12A86B;
    border-top: 0px;
    text-align: left;
    /*background: #bdf1df;*/
    margin-bottom: 15px;
}

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

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

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

.ecom_link a {
    color: #000;
}

.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: #12A86B;
    padding: 8px 15px;
}

.footer_bottom .container {
    background: #bdf1df;
}

.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: #000;
}
/*Sidebar End*/

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

.phone_number a br {
    display: none;
}


/* CSS for photo gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

.gallery img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* Media query for responsiveness */


.layout_heading {
    margin: 15px 0;
    margin: 5px 0 20px;
}
.main_slider .item {
    position: relative;
    width: 100%;
    height: 0!important;
    padding-bottom: 60%; /* Adjust this value to achieve the desired aspect ratio */
    overflow: hidden;
}

.main_slider .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    object-fit: cover; /* Ensures the image covers the area without distortion */
}




.single_slide h5{
    text-align: center;
    background: #12A86B;
    font-size: 1.1rem;
    padding: 5px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
}


@media screen and (max-width: 576px) {
    .custom-container {
        margin-top: 70px;
    }
    #Header .container.custom-container {
        background-size: contain; /* Adjust to contain for smaller screens */
        height: 200px; /* Set a fixed height for smaller screens if needed */
    }
    .navbar-brand{
        font-size: 15px;
    }

    /*#Header .container.custom-container {*/
    /*    background: url('/assets/img/Mushroom_Bannar.jpg') no-repeat center #0C713E;*/
    /*    background-size: cover;*/
    /*}*/
}


/*.main_slider .item {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 300px; !* Fixed height for consistency *!*/
/*    overflow: hidden;*/
/*}*/

/*.main_slider .item img {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: auto;*/
/*    height: 100%;*/
/*    transform: translate(-50%, -50%);*/
/*    object-fit: contain; !* Ensures the image fits within the container without distortion *!*/
/*    transition: transform 0.3s ease-in-out, object-fit 0.3s ease-in-out; !* Smooth transition *!*/
/*}*/

/*.main_slider .item:hover img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%!important;*/
/*    object-fit: cover; !* Ensures the image covers the area on hover *!*/
/*    transform: scale(1.1) translate(-50%, -50%); !* Slightly enlarge image on hover *!*/
/*}*/


.navbar-nav .nav-item {
    border-bottom: 1px solid #000000; /* Adjust color and thickness as needed */
    margin-bottom: 5px; /* Optional: Add some space between items */
}

.navbar-nav .nav-item:last-child {
    border-bottom: none; /* Remove the border from the last item */
}
.nav-link.navbar-color {
    color: black !important;
}

.nav-item {
    border-bottom: 1px solid #ddd; /* Adjust the color and style of the border as needed */
}

/* To remove the border from the last item */
.nav-item:last-child {
    border-bottom: none;
}
#Portal_menu .row > div:nth-child(n+4) {
    padding-top: 0px; /* Adjust this value as needed */
}

/* Add spacing between images in mobile view */
@media (max-width: 767px) {
    #Portal_menu .row > div {
        margin-bottom: 10px; /* Adjust this value as needed */
    }
}

#Portal_menu .featured_image {
    overflow: hidden; /* Prevents the transformed image from overlapping */
}

/* HD view on hover */
#Portal_menu .featured_image img {
    transition: transform 0.3s ease-in-out;
    border: 1px solid #000000; /* Add border */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Add shadow */
    border-radius: 5px;

}

#Portal_menu .featured_image img:hover {
    transform: scale(1.1); /* Increase the scale for HD effect */
}
.nav-pills-custom .nav-link {
    border-bottom: 3px solid transparent;
}

.nav-pills-custom .nav-link.active {
    border-bottom: 3px solid #12A86B; /* You can change this color to your desired active tab border color */
}
.nav-tabs .nav-link.active {
    background-color: #12A86B; /* Change this color to your desired active tab color */
    color: white; /* Ensure the text color is visible against the background */
}
.nav-tabs .nav-link {
    color: #12A86B; /* Optional: Change this to the default tab color */
}


.slide-wrap {
    position: relative;
    height: 250px;
}

@media all and (min-width: 37.5rem) {
    .slide-wrap {
        height: 400px;
    }
}

@media all and (min-width: 62.5rem) {
    .slide-wrap {
        height: 500px;
    }
}

.flexslider {
    max-height: 100%;
    overflow: hidden;
}

.slides {
    width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
    padding-left: 0;
}

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

.caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    z-index: 2;
}

.caption:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -.5rem;
}

.inside-voice {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.inside-voice h2 {
    margin-bottom: 0;
}

.btn {
    display: inline-block;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    padding: .5rem .75rem;
    background-color: #12a86b;
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: tomato;
    color: bisque;
}


.widget--right {
    flex-wrap: wrap;
}

.widget--right {
    justify-content: flex-end;
}

.widget--left, .widget--right, .widget--center {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 4rem;
    display: inline-flex;
    align-items: center;
}

#top-menu .widget--right .widget:last-child {
    background-color: #12A86B;
    color: #ffffff;
    padding: 0rem 1rem;
    position: relative;
    flex: 100%;
    max-width: max-content;
    margin-top: 0;
    margin-left: 1.2rem;
    height: 4rem;
}

#top-menu .widget--right .widget:last-child:after {
    content: "";
    position: absolute;
    left: -1.95rem;
    top: 0;
    width: 2rem;
    height: 100%;
    background-color: #12A86B;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}


body .widget_social ul {
    margin-top: 0px;
}


.widget_social ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

body .widget_social li:first-child {
    margin-left: 0;
}

.widget_social li {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
    list-style: none;
    margin: 0 0 0 1rem;
}

body .widget_social li {
    margin-top: 1rem;
}

.widget_social li {
    display: inline-block;
}

.widget_social li a {
    width: 4rem;
    height: 4rem;
    text-align: center;
    font-size: 1.6rem;
    position: relative;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background-color: #12A86B;
    color: #ffffff;
    text-decoration: none;
}

#top-menu .widget_social li a {
    border: 0.1rem solid rgba(189, 189, 189, 0.4);
    border-radius: 100%;
    background-color: transparent;
    color: #392f2f;
}

#top-menu .widget_social li a {
    width: 1.8rem;
    height: 1.8rem;
    font-size: inherit;
}

.row-height {
    height: 4rem;
}


.top-menu-container {
    /* width: 100%; */
    padding-right: 50px;
    padding-left: 70px;
    /* margin-right: auto; */
    /* margin-left: auto; */
}
.notice-section {
    background-color: #12a86b; /* Green background */
    color: #fff; /* White text for better contrast */
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

.notice-title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.notice-marquee {
    background-color: #12a86b; /* Darker green for marquee */
    border-radius: 5px;
    display: inline-block;
    width: calc(100% - 100px); /* Make space for the title */
    vertical-align: middle;
}

.notice-marquee marquee {
    font-size: 12px;
    font-weight: normal;
    color: white;
}


.widget_social li a:hover i {
    color: #fff;
    -webkit-animation: rubber_band 1s both 1;
    animation: rubber_band 1s both 1;
}

.widget--left {
    justify-content: flex-start;
}

.dt-text-lg-left {
    text-align: left;
}

.widget--left .widget:first-child {
    padding-left: 0;
}

.widget.widget_contact {
    margin-top: -1rem;
}

.widget--right .widget, .widget--left .widget {
    padding: 0 1.5rem;
    position: relative;
}

#top-menu .contact__list .contact__body a:hover {
    color: #12A86B;
}

.contact__list {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

#top-menu .contact__list i{
    color: #12A86B;
}

#top-menu .contact__list i {
    width: auto;
    margin-right: 0.8rem;
}

.contact__list i, .contact__list img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.3rem;
    width: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 1.5rem;
    position: relative;
    color: #12A86B;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.contact__body {
    text-decoration: none;
    display: inline-block;
    text-align: left;
    color: inherit;
}

#top-menu .widget .title {
    font-size: inherit;
    color: inherit;
    font-weight: 500;
}

.contact__body a:hover {
    text-decoration: none;
}

.contact__list .contact__body > * {
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    color: #fff;
    text-decoration: none;
     background: rgba(255, 255, 255, 0) !important;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
}

#particles-js {
    height: 70vh;
}

#particles-js canvas{
    position: absolute;
    z-index: 9;
}

/* start news-ticker */
.news-ticker {
    display: flex;
    gap: 1rem;
    height: 40px;
    background: white;
    max-width: 100%;
    margin: 0rem;
}
.label {
    white-space: nowrap;
    background: #12A86B;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: relative;
}
.label::after {
    content: "";
    position: absolute;
    right: -19px;
    border: 10px solid transparent;
    border-left-color: #12A86B;
}
.headlines {
    list-style: none;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.headlines li {
    color: #000;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    line-height: 40px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: all 1s ease-in-out;
}
.headlines li.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@-webkit-keyframes rubber_band {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubber_band {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

