:root {
    --bs-primary-bg-subtle: #d2dbbe;
    --green: #027a0e;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Noto Sans Devanagari', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #414141;
    overflow-x: hidden;
    overflow-y: visible;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}
.min-h-auto{min-height: auto !important;}
.title {
    font-size: 36px;
    font-weight: 600;
    color: brown;
}

.border-collapse-none {
    border-collapse: separate;
}

.bg-light-orange {
    background-color: #feffe5;
}

.bg-light-2 {
    background-color: #feffe5;
    border-bottom: 1px solid #82b751;
}

.bg-gradient-1 {
    background: linear-gradient(90deg, #254927, #a89c3e);
}

.bg-gradient-2 {
    background: linear-gradient(45deg, #035a0c, #517402);
}

header .navbar .navbar-brand img {
    height: 85px;
}

.up-govt-logo {
    height: 85px;
}

.highlight-new {
    color: #e50000;
    background-color: white;
    padding: 2px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
}

.sec-spotlight {
    background-color: #011bc1;
    /* border-top: 2px solid #e50000; */
    /* border-bottom: 2px solid #e50000; */
}

.spotlights-area {
    padding: 5px;
    width: calc(100% - 225px);
}

.spotlight-single {
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.spotlight-heading {
    background-color: #e50000;
    color: #16600a;
    padding: 5px 15px;
    width: 130px;
}

.spotlight-heading p {
    font-size: 22px;
    font-family: 'Noto Sans Devanagari', sans-serif;
    line-height: 1.5;
    color: #fff;
}

.spotlight-controls {
    background-color: #ff0000;
    padding: 5px 15px;
    width: 95px;
}

.spotlight-controls button {
    color: #ffffff;
    border: 1px solid #fffffff7;
    box-shadow: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    margin-right: -1px;
    transition: all 0.4s;
}

.spotlight-controls button:first-of-type {
    border-radius: 5px 0 0 5px;
}

.spotlight-controls button:last-of-type {
    border-radius: 0 5px 5px 0;
}

.spotlight-controls button:hover {
    background-color: black;
    transition: all 0.4s;
    color: #ffeb3c;
}

.spotlight-single {
    font-size: 21px;
}

.spotlight-single .newIcon {
    width: 50px !important;
    float: left;
    margin-right: 8px;
    max-height: 55px;
}

.minister-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -8px;
    top: -8px;
    border: 1px solid #008412;
}

.minister-image img {
    border: 1px solid rgb(231, 231, 231);
    width: 100%;
}

.minister-data {
    padding: 10px 0;
}

.minister-data .minister-name {
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--green);
}

.minister-data p:last-of-type {
    font-size: 16px;
    font-family: 'Noto Sans Devanagari';
    color: #525252;
}

.section-title {
    margin-bottom: 20px;
}

.section-title .small-title {
    color: #928100;
    font-weight: 500;
    font-size: 24px;
    font-family: 'Noto Sans';
    margin-bottom: 5px;
}

.section-title .title {
    font-family: 'Noto Sans Devanagari';
    color: #035a0c;
    color: var(--green);
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 0;
}

.section-title .title-md {
    font-size: 38px;
}

/* box-style-1-start */
.box-1 {
    background: white;
    transition: all 0.4s;
}

.box-1 * {
    position: relative;
    z-index: 1;
}

.box-1::before {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, #035a0c, #81b800);
    transition: all 0.4s;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.box-1:hover::before {
    content: '';
    transition: all 0.4s;
    opacity: 1;
}

.box-1 .bx1-icon {
    width: 70px;
    height: 70px;
    padding: 15px;
    background: linear-gradient(45deg, #035a0c, #81b800);
    background-color: #035a0c;
}

.box-1 .bx1-icon img {
    filter: brightness(100);
}

.box-1:hover .bx1-icon {
    background: linear-gradient(45deg, #ffffff, #ffffff);
    transition: all 0.4s;
}

.box-1:hover .bx1-icon img {
    filter: brightness(1);
    transition: all 0.1s;
}

.box-1 .bx1-btn {
    margin-bottom: -50px;
}

.box-1 .bx1-data .bx1-title {
    color: #035a0c;
    font-family: 'Noto Sans Devanagari', sans-serif;
    font-size: 24px;
    text-transform: capitalize;
}

.box-1:hover .bx1-data .bx1-title {
    color: rgb(255, 254, 180);
    transition: all 0.3s;
}

.box-1:hover .bx1-data p {
    color: rgb(238, 238, 238);
    transition: all 0.3s;
}

.btn-arrow-rounded {
    width: 60px;
    height: 60px;
    background-color: white;
    transform: scale(1.0);
    transition: all 0.2s;
    margin-bottom: 15px;
}

.btn-arrow-rounded:hover {
    background: rgb(255, 254, 180);
    transform: scale(1.1);
    transition: all 0.2s;
}

.btn-arrow-rounded i {
    color: black;
    font-size: 22px;
    line-height: 1;
    transition: all 0.2s;
}

.btn-arrow-rounded:hover i {
    color: #035a0c;
    transition: all 0.2s;
}

/* box-style-1-end */
.sec-ministers {
    background-image: url('../images/bg/bg-wheat.jpg');
    background-size: cover;
    background-position: center;
    background: #FEDEF8;
}

.sec-crops {
    background: linear-gradient(45deg, #0C2D56, #69A8F7);
}

.crop-tabs .nav-tabs .nav-link {
    background-color: transparent;
    color: white;
    position: relative;
    border: none;
    border-bottom: 3px solid #ffeb3c00;
}

.crop-tabs .nav-tabs .nav-link {
    margin-bottom: -1px;
    font-size: 22px;
    padding-top: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item:hover .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    border-bottom: 3px solid #ffeb3c;
}

.nav-tabs .nav-link.active::before {
    content: '';
    position: absolute;
    height: 10px;
    width: 25px;
    background-color: #ffeb3c;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

/* seed-tab-style */
.seed-style-1 figure,
.seed-style-1 .figure {
    margin-bottom: 15px;
    position: relative;
}

.seed-style-1 img {
    width: 100%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: relative;
}

.seed-style-1 figure::before,
.seed-style-1 .figure::before {
    content: '';
    width: 100%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    height: 100%;
    background-color: rgb(255, 255, 255);
    left: 0;
    bottom: -3px;
}

.seed-style-1 figcaption,
.seed-style-1 .figcaption {
    color: white;
    text-align: center;
    font-size: 18px;
    z-index: 100;
    position: relative;
    background: #0000003d;
    display: block;
    width: 97px;
    margin: auto;
    border-radius: 33% 70% 57% 76% / 89% 30% 114% 61%;
    padding: 2px;
}

/* seed-tab-style */
/* notice-board-start */
.notice-controls {
    border-bottom: 1px solid white;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.notice-board-slider {
    background-color: rgb(255, 254, 233);
    height: 375px;
    overflow: hidden;
}

.notice-board-slider.tender-slider {
    height: 340px;
}

.notice-board-slider.tender-slider #tenderSl {
    height: 245px !important;
    overflow: hidden;
}

.notice-board-slider .notice-single {
    border-bottom: 1px dashed rgb(201, 201, 201);
    padding-bottom: 15px;
}

.notice-board-slider .nb-info-list {
    list-style: none;
    list-style-type: none;
    margin: 2px 0 0 0;
    padding: 0;

}

.notice-board-slider .nb-info-list li {
    display: inline-block;
    font-size: 14px;
    color: #496d00;
    font-weight: 500;
    min-height: 20px;
}

.notice-board-slider .nb-title {
    font-size: 16px;
    color: #191919;
    font-family: 'Noto Sans';
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    /* min-height: 75px; */
    overflow: hidden;
    margin-bottom: 5px;
}

.nb-btn {
    display: inline-block;
    color: white;
    font-size: 20px;
    transition: all 0.4s;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.425);
    background-color: transparent;
    height: 30px;
    width: 30px;
}

.nb-link {
    display: inline-block;
    text-align: center;
    padding: 5px 8px;
    font-size: 20px;
    border-radius: 4px;
    line-height: 1;
    color: white;
    transition: all 0.4s;
}

.nb-link:hover,
.nb-link i {
    color: #ffeb3c;
    transition: all 0.4s;
}

.nb-btn:hover {
    border-color: rgb(255, 255, 255);
    transition: all 0.4s;
    background-color: white;
    color: #517402;
}

/* notice-board-end */
/* office-areas */
.up_chart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.up_chart:before {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

#matrix-group {
    margin-left: 500px
} 

#matrix-group path#मेरठ-परियोजना,
#matrix-group path#आगरा-परियोजना,
#matrix-group path#बरेली-परियोजना,
#matrix-group path#गोरखपुर-परियोजना,
#matrix-group path#अयोध्या-परियोजना,
#matrix-group path#लखनऊ-परियोजना,
#matrix-group path#कानपुरनगर-परियोजना,
#matrix-group path#वाराणसी-परियोजना,
#matrix-group path#जालौन-उरई-परियोजना {
    cursor: pointer;
}

#matrix-group path#मेरठ-परियोजना,
#matrix-group path#Bijnor,
#matrix-group path#Baghpat,
#matrix-group path#Bulandshahr,
#matrix-group path#Gautam-Buddha-Nagar,
#matrix-group path#Ghaziabad,
#matrix-group path#Hapur,
#matrix-group path#Muzaffarnagar,
#matrix-group path#Saharanpur,
#matrix-group path#Shamli {
    fill: #00db09;
}

#matrix-group path#आगरा-परियोजना,
#matrix-group path#Aligarh,
#matrix-group path#Etah,
#matrix-group path#Firozabad,
#matrix-group path#Hathras,
#matrix-group path#Kasganj,
#matrix-group path#Mainpuri,
#matrix-group path#Mathura {
    fill: #0019ff;
}

#matrix-group path#बरेली-परियोजना,
#matrix-group path#Amroha,
#matrix-group path#Bijnor,
#matrix-group path#Budaun,
#matrix-group path#Moradabad,
#matrix-group path#Pilibhit,
#matrix-group path#Rampur,
#matrix-group path#Sambhal,
#matrix-group path#Shahjahanpur {
    fill: #8e00cf;
}

#matrix-group path#गोरखपुर-परियोजना,
#matrix-group path#Basti,
#matrix-group path#Deoria,
#matrix-group path#Kushinagar,
#matrix-group path#Maharajganj,
#matrix-group path#Santkabir-Nagar,
#matrix-group path#Siddharth-Nagar {
    fill: #d400db;
}

#matrix-group path#अयोध्या-परियोजना,
#matrix-group path#Ambedkar-Nagar,
#matrix-group path#Amethi,
#matrix-group path#Bahraich,
#matrix-group path#Balrampur,
#matrix-group path#Barabanki,
#matrix-group path#Gonda,
#matrix-group path#Shravasti,
#matrix-group path#Sultanpur {
    fill: #ff8800;
}

#matrix-group path#कानपुरनगर-परियोजना,
#matrix-group path#Auraiya,
#matrix-group path#Banda,
#matrix-group path#Chitrakoot,
#matrix-group path#Etawah,
#matrix-group path#Farrukhabad,
#matrix-group path#Fatehpur,
#matrix-group path#Hamirpur,
#matrix-group path#Kannauj,
#matrix-group path#Kanpur-Dehaat,
#matrix-group path#Kaushambi,
#matrix-group path#Mahoba,
#matrix-group path#Pratapgarh,
#matrix-group path#Prayagraj {
    fill: #ff006b;
}

#matrix-group path#लखनऊ-परियोजना,
#matrix-group path#Barabanki,
#matrix-group path#Hardoi,
#matrix-group path#Lakhimpur-Kheri,
#matrix-group path#Lucknow,
#matrix-group path#Rae-Bareli,
#matrix-group path#Shahjahanpur,
#matrix-group path#Sitapur,
#matrix-group path#Unnao {
    fill: #c10000;
}

#matrix-group path#वाराणसी-परियोजना,
#matrix-group path#Azamgarh,
#matrix-group path#Ballia,
#matrix-group path#Bhadohi,
#matrix-group path#Chandauli,
#matrix-group path#Ghazipur,
#matrix-group path#Jaunpur,
#matrix-group path#Mau,
#matrix-group path#Mirzapur,
#matrix-group path#Prayagraj,
#matrix-group path#Sonbhadra {
    fill: #00aee3;
}

#matrix-group path#जालौन-उरई-परियोजना,
#matrix-group path#Jhansi,
#matrix-group path#Lalitpur {
    fill: #009375;
}


#none-id {
    fill: #1c6105;
    cursor: auto;
    pointer-events: none;
}

.map-indication {
    position: absolute;
    left: 26%;
    top: 30px;
}

.map-indication p {
    margin-bottom: 0px;
}

.pin-img img {
    width: 18px;
    margin-right: 5px;
}

.cls-1 {
    fill: #46ae55;
}

.cls-2 {
    fill: #46ae55;
}

.cls-3 {
    fill: #fff;
}

.cls-4 {
    fill: #277c31;

}
.cls-2, .cls-3, .cls-4 {    pointer-events: none;}
/* #map-svg path.selected {
    fill: #fff;
} */

#tooltip {
    dominant-baseline: hanging;
    font-size: 5pt;
    color: #fff;
}

/* office-areas-end */
/* event-slider */
.onHover-Btn .abs-btn-prev,
.onHover-Btn .abs-btn-next {
    position: absolute;
    top: 40%;
    background: #0000005c;
    border: navajowhite;
    box-shadow: none;
    height: 45px;
    width: 45px;
    color: white;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    opacity: 0;
    z-index: 10;
    transition: all 0.4s;
}

.onHover-Btn .abs-btn-prev {
    left: 0;
    right: auto;
}

.onHover-Btn .abs-btn-next {
    left: auto;
    right: 0;
}

.onHover-Btn:hover .abs-btn-prev,
.onHover-Btn:focus .abs-btn-prev,
.onHover-Btn:focus-within .abs-btn-prev,
.onHover-Btn:active .abs-btn-prev {
    left: 10px;
    opacity: 1;
    transition: all 0.4s;
}

.onHover-Btn:hover .abs-btn-next,
.onHover-Btn:focus .abs-btn-next,
.onHover-Btn:focus-within .abs-btn-next,
.onHover-Btn:active .abs-btn-next {
    right: 10px;
    opacity: 1;
    transition: all 0.4s;
}

.onHover-Btn .abs-btn-prev:hover,
.onHover-Btn .abs-btn-next:hover {
    background-color: black;
    color: white;
    transition: all 0.3s;
}

.event-single .es-thumb img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    object-position: top;
}

.event-single figcaption,
.event-single .figcaption {
    background-color: #4d7e4f;
    color: white;
    padding: 15px;
    background: linear-gradient(45deg, #035a0c, #517402);
}

.event-single figcaption .es-caption,
.event-single .figcaption .es-caption {
    font-size: 20px;
    min-height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-single .es-date {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    background-color: #035a0c;
    color: white;
    font-size: 12px;
    font-family: sans-serif;
    padding: 2px 4px;
    border-radius: 4px;
}

/* event-slider-end */

/* header-top-custom */
/* start search box */

.searchbar {
    position: relative;
    color: #045a0c;
}

.togglesearch {
    background: #E8E8E4;
    position: absolute;
    top: 42px;
    right: -17px;
    width: 240px;
    /* height: 60px; */
    line-height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 4px solid #4eab24;
    display: none;
}

.togglesearch:before {
    content: "";
    position: absolute;
    top: -32px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #4eab24;
}

.togglesearch input[type="text"] {
    width: 150px;
    padding: 5px 10px;
    /* margin-left: 23px; */
    border: 1px solid #4eab24;
    outline: none;
    line-height: normal;
}

.togglesearch input[type="button"] {
    width: 80px;
    padding: 5px 0;
    background: #4eab24;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #4eab24;
    outline: none;
    cursor: pointer;
    line-height: normal;
}

/* end search box */
.bg-pink {
    background: linear-gradient(45deg, #035a0c, #517402);
}

.double-arrow-box {
    width: 100px;
}

.double-arrow-box:before {
    content: '';
    position: absolute;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    width: 50px;
    height: 31px;
    left: 0%;
    top: -3px;
    background: #fcffca;
}

.double-arrow-box:after {
    content: '';
    position: absolute;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    width: 50px;
    height: 31px;
    left: 50%;
    top: -3px;
    background: #f6cf2c;
}

.accessibility-box {
    background: #feffe5;
    border-radius: 20px;
    min-width: 200px;
    text-align: center;
    padding-top:3px;
    padding-bottom:3px;
}

.accessibility-box li {
    line-height: 19px;
}

.accessibility-box li a {
    position: relative;
    padding: 0px 10px;
    color: #045a0c;
}

/* .accessibility-box li a::before {
    content: "";
    height: 11px;
    top: 9px;
    width: 1px;
    position: absolute;
    right: 0;
    background-color: #ffffff75;
} */
.header{z-index: 1000 !important;}
.header .dropstart .dropdown-menu.show, .header .dropend .dropdown-menu.show{animation: none !important;-webkit-animation: none !important;}
.header .navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #feffe5;
    width: 250px;
    padding-top: 0;
    padding-bottom: 0;
}
.header .navbar-expand-lg .navbar-nav .dropdown-menu li:first-of-type a{
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
}
.header .navbar-expand-lg .navbar-nav .dropdown-menu li:last-of-type a{
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}
.dropstart .dropdown-menu li a, .dropend .dropdown-menu li a{border-radius: 0 !important;}
.dropstart .dropdown-menu li:first-of-type a, .dropend .dropdown-menu li:first-of-type a{border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0 !important;}
.dropstart .dropdown-menu li:last-of-type a, .dropend .dropdown-menu li:last-of-type a{ border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius) !important;}
.header .navbar-expand-lg .navbar-nav .dropdown-item {
    white-space: pre-line;
}
.header .dropdown-item:focus,
.header .dropdown-item:hover {
    background-color: #e1e3aa;
    color: #212529;
}
.header .dropdown-item:active{
    background-color: #035a0c;
    color: white;
}
.header .dropdown-item{padding: 5px 8px;}

/* header-top-custom-end */
.load-menu-btn {
    position: fixed;
    top: calc(50% - 20px);
    left: -24px;
    z-index: 100;
    transform: rotate(270deg);
    background: #24730a;
    display: inline-block;
    padding: 10px 30px;
    color: white;
    border: 1px solid white;
    font-size: 26px;
    line-height: 1;
}

.offcanvas-header {
    background: #f6cf2c;
    padding: 10px 15px;
}

.sidebar li, 
.sidebar-menu .sidebar-new .nav-item,
.sidebar-menu .sidebar-new  .dropdown-menu li {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed rgb(218, 218, 218);
} 
.sidebar-menu .sidebar-new .dropdown-menu li {
    margin-bottom: 0;
    border-bottom: 1px dashed rgb(201 172 57); padding-bottom: 5px;
}

.sidebar li a, 
.sidebar-menu .sidebar-new .nav-item a  {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #24730a;
   padding: 2px 7px;
    transition: all 0.3s;
}
.sidebar-menu .sidebar-new .dropdown-menu a{
    font-size: 16px;
}
.sidebar li a:hover,
.sidebar-menu .sidebar-new .nav-item a:hover 
 {
    color: #000000;
    background-color: transparent;
    transition: all 0.3s;
}
.sidebar-menu .sidebar-new .dropdown-menu a:hover,
.sidebar-menu .sidebar-new .dropdown-menu a:focus{
    color: #000000;
    background-color: transparent;
    transition: all 0.3s;
}
.sidebar-menu .sidebar-new .nav-item a:active{
    background-color: #24730a;
    color: white;
}
.navbar-nav .nav-item .nav-link {
    font-size: 20px;
    color: #002e05;
    font-weight: 500;
}
.sidebar-menu .sidebar-new .dropdown-menu.show{
    animation: none;
    width: 100%; 
    background-color: #fef9e5;
    box-shadow: 0px 2px 5px 0px rgb(5 15 1 / 35%);
    border: none;     border-radius: 10px;
}
.sidebar-menu .sidebar-new .dropdown-menu .dropdown-menu{
   box-shadow:  0px 2px 5px 0px rgba(32, 119, 0, 0.616);background-color: rgb(233 255 225);  border-radius: 10px;
}
.sidebar-menu .sidebar-new .dropdown-menu .dropdown-menu li{border-bottom:1px dashed #358012a6;}
.sidebar li:last-of-type, 
.sidebar-menu .sidebar-new .nav-item:last-of-type,
.sidebar-menu .sidebar-new .dropdown-menu li:last-of-type {
    margin-bottom: 0;
    border-bottom:0; padding-bottom: 0px;
}
.sidebar-menu .sidebar-new .dropdown-menu .dropdown-menu li a { font-size: 16px;}
.sidebar-menu .sidebar-new .dropdown-toggle::after{
    position: absolute; right: 10px;top: 10px;
}
.sidebar-menu .sidebar-new  .dropdown-menu li a{
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    white-space: normal;position: relative;
}
/* map  */
.nigam-map img {
    height: 360px;
}

.copyright p {
    font-size: 16px;
}

/* former-registration-btn */
.big-btn-1 {
    padding: 15px 20px;
    background-color: white;
    background: linear-gradient(90deg, #254927, #a89c3e);
}

.big-btn-1 .btn-text {
    font-size: 26px;
    color: white;
    margin-bottom: 10px;
}

.big-btn-1 .bb-icon {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    background: #fff5cb9c;
    border-radius: 50%;
    padding: 25px;
}

.bb-btn {
    font-size: 20px;
    padding: 8px;
    background-color: rgb(255, 255, 255);
    color: #035a0c;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
}

/* former-registration-btn-end */
/* sec-login */
.sec-logins {
    background: linear-gradient(45deg, #dffde2, #fff8d1);
}

.tender-slider {
    border: 1px solid #828437;
}

.tender-controls .nb-btn {
    border: transparent;
    background-color: #828437;
}

.tender-controls .nb-btn:hover {
    background-color: var(--green);
    color: white;
}

.tender-controls .nb-link,
.tender-controls .nb-link:hover,
.tender-controls .nb-link i {
    color: #64662b;
}

/* sec-login-end */
/* footer */
.footer {
    background: linear-gradient(45deg, #035a0c, #517402);
    border-radius: 30px 30px 0 0;
}

.footer .list-unstyled li a {
    color: rgba(255, 255, 255, 0.884);
}

.footer .list-unstyled li a {
    color: rgb(255, 255, 255);
}

.footer .ft-title {
    color: rgb(253, 255, 146);
    font-size: 26px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff14;
    padding-bottom: 10px;
}
.bd-footer.footer ul li {
    position: relative;
    padding-left: 14px;
}
.bd-footer.footer ul li:before {
    content: '';
    position: absolute;
    background-color: #ffffff59;
    top: 9px;
    left: 0;
    width: 4px;
    height: 3px;
}
/* footer-end */
/* top-bar */
.top-bar {
    max-width: calc(1140px - 110px);
    margin-bottom: -35px;
    z-index: 1;
}

.top-bar::before {
    content: '';
    position: absolute;
    left: -29px;
    height: 100%;
    width: 30px;
    background-color: #035a0c;
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.top-bar::after {
    content: '';
    position: absolute;
    right: -30px;
    height: 100%;
    width: 30px;
    background-color: #517402;
    top: 0;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.middle-navbar {
    padding: 30px 0 0 0;
}

/* top-bar-end */
/* social-media-card */
.social-media-card {
    max-height: 400px !important;
}

.r-1q9bdsx {
    border-radius: 0 !important;
}

/* social-media-card-end */
/* minister-box-styles */
.minister-style-1 {
    background-color: white;
    background-image: url('../images/bg/bg-card-5a.jpg');
    background-position: center;
    background-size: cover;
}

.minister-style-1 .minister-photo {
    padding: 15px 15px 0 15px;
}

.minister-style-1 .minister-photo img {
    border-radius: 10px;
    width: 80%;
    display: block;
    margin: auto;
    max-height: 290px;
    object-fit: cover;
    object-position: top;
}

.minister-style-1 .minister-dta {
    text-align: center;
    padding: 15px;
}

.minister-style-1 .minister-dta .minister-name {
    font-size: 26px;
    margin-bottom: 0px;
    color: var(--green);
    font-weight: 500;
}

.minister-style-1 .minister-dta .minister-post {
    font-size: 20px;
    color: #575757;
}

.minister-style-2 {
    background-color: white;
    padding: 23px;
    background-image: url('../images/bg/bg-card-3.jpg');
    background-position: center;
    background-size: cover;
}

.minister-style-2 .minister-photo {
    width: 110px;
}

.minister-style-2 .minister-photo img {
    border-radius: 10px;
}

.minister-style-2 .minister-dta {
    width: calc(100% - 110px);
    padding-left: 10px;
}

.minister-style-2 .minister-dta .minister-name {
    font-size: 22px;
    margin-bottom: 5px;
    color: var(--green);
    font-weight: 500;
}

.minister-style-2 .minister-dta .minister-post {
    font-size: 16px;
    color: #575757;
}

/* minister-style-3 */

.minister-style-3 {
    background-color: white;
    background-image: url('../images/bg/bg-card-5.jpg');
    background-position: center;
    background-size: cover;
}

.minister-style-3 .minister-photo {
    padding: 15px 15px 0 15px;
}

.minister-style-3 .minister-photo img {
    border-radius: 10px;
    width: 110px;
    display: block;
    margin: auto;
}

.minister-style-3 .minister-dta {
    text-align: center;
    padding: 15px;
}

.minister-style-3 .minister-dta .minister-name {
    font-size: 22px;
    margin-bottom: 5px;
    color: var(--green);
    font-weight: 500;
}

.minister-style-3 .minister-dta .minister-post {
    font-size: 16px;
    color: #575757;
}

/* mis-button */
.mis-btn {
    display: inline-block;
    background: linear-gradient(90deg, #254927, #a89c3e);
    padding: 20px;
    height: 340px;
}

.mis-btn .btn-text {
    font-size: 26px;
    font-weight: 500;
    color: white;
}

.mis-btn img {
    max-height: 230px;
    display: block;
    margin-left: auto;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/* registration */
.sec-registration {

    background-size: cover;
    background-position: center;
}

.bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fffceecc;
    left: 0;
    top: 0;
}

/* registration-end */
/* form */
.registration-form {
    background: linear-gradient(90deg, #254927, #a89c3e);
    padding: 20px;
    border-radius: 10px;
}

.registration-form .form-label {
    color: white;
}

/* form-end */
.app-download-btn {
    display: inline-block;
    max-height: 50px;
}

.app-download-btn img {
    max-height: 50px;
}

.map_background {
    position: relative;
}

.map_background:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/bg/bg-shade.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .2;
    transform: rotate(180deg);
    z-index: -1;
}

.priyojana-list li {
    position: relative;
    padding-left: 41px;
    font-weight: 500;
    font-size: 20px;
}

.priyojana-list li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 22px;
    left: 0;
    top: 2px;
    background: url(../images/star-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

/* .priyojana-list {
  height: 300px;
  border: 1px solid #c1d3ae;
  position: relative;
} */
.plant-office{color: #bd1e2c;}
.project-office{color: #f7931e;}
.lab-office{color: #0f8ef7;}

.dList {
    margin-top: 100px;
}

.map-out-layer:before {
    content: '';
    position: absolute;
    border: 6px solid #19935a;
    /* border-image: linear-gradient(to right, #96be7c 0%, #96be7c 40%, #3a4ed5 100%) 1;
border-radius: 5px; 
border-width: 4px;
border-style: solid; */
    border-radius: 30px;
    height: 81%;
    width: 70%;
    top: 14%;
    bottom: 0;
    left: 30%;
    right: 0;
    z-index: -1;
}

.map-out-layer:after {
    content: '';
    background: url(../images/bg/bali.png);
    position: absolute;
    bottom: 42px;
    width: 273px;
    height: 285px;
    right: 6px;
    top: auto;
    left: auto;
    opacity: .5;
    background-size: cover;
    background-repeat: no-repeat;
}

.former-benefits ul li,
.list-style-1 ul li {
    position: relative;
    margin-bottom: 10px;
}

.former-benefits ul.former-benefits-home li{font-size: 14px;}
.former-benefits ul li strong{font-size: 18px;}
.former-benefits ul li:last-child,
.list-style-1 ul li:last-child {
    margin-bottom: 0px;
}

.former-benefits ul li:before,
.list-style-1 ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: -26px;
    border-radius: 100%;
    top: 6px;
    background: #426f03;
}
.span-list{position: relative;}
.span-list li {position: relative;padding-left: 15px;margin-bottom: 10px;}
.span-list li span{position: absolute;left: -26px;display: inline-block;font-weight: 600;}
@media only screen and (min-width:1400px) and (max-width:2200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px;
    }
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .top-bar {
        max-width: 100%;
        margin-bottom: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .map-indication {
        left: 51%;
    }

    .top-bar::after {
        display: none;
    }

    .map-out-layer:before {
        width: 90%;
        height: 90%;
        left: 5%;
        right: 5%;
    }

    .dList {
        margin-top: 0px;
        margin-left: 7%;
    }

    .map-out-layer:after {
        bottom: -9px;
        width: 113px;
        height: 114px;
        right: 6%;
    } 
    .crop-tabs .nav-tabs .nav-link {
        font-size: 20px;
    }

    .section-title { 
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .load-menu-btn {
        top: calc(75% - 20px);
    }

    .right-logo {
        display: none;
    }

}

@media (max-width: 992px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 19px;
        color: #002e05;
        font-weight: 500;
    }

    .minister-style-1 {
        margin-bottom: 20px;
    }

    .minister-style-1 .minister-photo img {
        width: 27vw;
    }

    nav.navbar.navbar-expand-lg.bg-light-2.py-1 {
        padding: 21px 0px 0px 0px !important;
    }
}

/* registration form css */
.input_icon {
    position: absolute;
    right: 15px;
    bottom: 2px;
    color: #afafaf;
}

.success-image img {
    width: 100px;
    height: 100px;
}

/* Animation to fade in the dropdown menus */

@keyframes fadeIn {
    from {
        opacity: 0;
        top: 60%;
    }

    to {
        opacity: 1;
        top: 100%;
    }
}

/* Assigning the above animation to all dropdown menus */
.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

/* start link button */

.link-style-1 {
    border-radius: 30px;
    display: inline-flex;
    color: #fff;
    border: 1px solid #e95b19;
    align-items: center;
}

.link-style-1 span:nth-child(1) {
    position: relative;
    padding: 5px 20px;
    background-color: #e95b19;
    font-size: 20px;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    line-height: 1.5;
    min-width: 232px;
}

.link-style-1 span:nth-child(1)::after {
    content: '';
    position: absolute;
    border: 21px solid transparent;
    border-left: 17px solid #e95b19;
    height: 100%;
    top:-1px;
    bottom: 0;
    right: -37px;
}

.link-style-1 span:nth-child(2) {
    padding: 10px 40px 10px 40px;
    line-height: 0px;
    transition: all 0.4s ease-in;
    position: relative;
}

.link-style-1 span:nth-child(2) i {
    transform: rotate(-29deg);
    font-size: 20px;
    color: #e95b19;
    transition: all .3s ease-in;
    position: absolute;
    top: 0;
}

.link-style-1:hover {
    background: #fbfce2;
}

.link-style-1:hover span:nth-child(2) i {
    transform: rotate(330deg);
}

/* end link button */

/* start org structure css */
.org-row-1 {
    margin-bottom: 45px;
}

.line-v.top-0::before {
    top: -21px;
    bottom: auto;
    height: 21px;
}

.line-v::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 24px;
    background-color: #818181;
    bottom: -24px;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
}

.line-h::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #818181;
    left: 0;
    right: 0;
    bottom: -24px;
}

.org-row li span {
    width: 180px;
    min-height: 70px;
    display: inline-block;
    text-align: center;
}

.bg-purple {
    background-color: #0b2b97;
}

.bg-blue {
    background-color: #adc9ff;
}

.bg-yellow {
    background-color: #ffec8e;
}

.bg-lgreen {
    background-color: #cafdce;
}

.line-v.top-0::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #818181;
    clip-path: polygon(100% 0, 0 0, 49% 100%);
    top: -6px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
}

.org-structure-2 .org-row li span {
    width: 308px;
}

/* end org structure css */
/* SITEMAP PAGE */
.tree>ul {
    padding-left: 0px !important;
}

.tree ul {
    padding-left: 40px
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative
}

.tree li::before,
.tree li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto
}

.tree li::before {
    border-left: 1px solid #005f09;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}

.tree li::after {
    border-top: 1px solid #005f09;
    height: 20px;
    top: 25px;
    width: 25px
}

.tree li a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #feffe5;
    border: 1px solid #027a0e;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
    cursor: pointer;
    color: #000
}

.tree>ul>li>ul>li>a {
    background: #027a0e;
    color: #fff;
    border-color: #005f09;
}

.tree ul li ul li ul li ul li a {
    background: #e9f5ff
}

.tree>ul>li::before,
.tree>ul>li::after {
    border: 0
}

.tree li:last-child::before {
    height: 27px;
}

.tree li a:hover {
    background: var(--yellow_color);
    border: 1px solid #6dad73;
}

.tree>ul>li>ul>li>a:hover {
    color: #000;
}

/* Photo Album Page*/
.album-item {
    margin-bottom: 10px;
}

.album-item a {
    text-decoration: none;
}

.album-item a figure img,
.album-item a .figure img  {
    height: 230px;
    object-fit: cover;
    object-position: top;
    transition: all 0.5s;
    z-index: 1;
}

.album-item a:hover figure img,
.album-item a:hover .figure img {
    transform: translateX(-30px);
    transition: all 0.5s;
    z-index: 1;
}

.album-item a figure::before,
.album-item a .figure::before {
    content: '';
    position: absolute;
    right: 50px;
    width: 100%;
    height: calc(100% - 5px);
    background-color: rgba(255, 0, 0, 0);
    transform: rotate(0deg);
    top: -5px;
    z-index: 1;
    border-radius: 10px;
    transition: all 0.4s;
}

.album-item a figure::after,
.album-item a .figure::after {
    content: '';
    position: absolute;
    right: 50px;
    width: 100%;
    height: calc(100% - 15px);
    background-color: rgba(255, 0, 0, 0);
    transform: rotate(0deg);
    border-radius: 10px 10px 20px 10px;
    transition: all 0.4s;
}

.album-item a:hover figure::before,
.album-item a:hover .figure::before {
    content: '';
    background-color: #ce0000;
    position: absolute;
    right: 20px;
    transform: rotate(4deg);
    transition: all 0.4s;
}

.album-item a:hover figure::after,
.album-item a:hover .figure::after {
    content: '';
    position: absolute;
    right: 12px;
    transform: rotate(7deg);
    top: 5px;
    background-color: #ce000047;
    transition: all 0.4s;
}

.album-item a figcaption span,
.album-item a .figcaption span {
    /* font-family: "Baloo 2", sans-serif; */
    color: rgb(26, 26, 26);
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    align-items: center;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: calc(100% - 50px);
    transition: all 0.4s;
}

.album-item a:hover figcaption span,
.album-item a:hover .figcaption span {
    color: #a81616;
    transition: all 0.4s;
}

.album-item a figcaption i,
.album-item a .figcaption i {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ce000075;
    color: #ce0000;
    background-color: transparent;
    transition: all 0.4s;
}

.album-item a:hover figcaption i,
.album-item a:hover .figcaption i {
    color: #ffffff;
    background-color: #ce0000;
    transition: all 0.4s;
}

.photo-gallery-item figure img,
.photo-gallery-item .figure img  {
    height: 240px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #00000015;
    filter: brightness(1);
    transition: all 0.3s;
}

.photo-gallery-item:hover figure img,
.photo-gallery-item:hover .figure img {
    filter: brightness(0.5);
    transition: all 0.3s;
}

.photo-gallery-item figure figcaption,
.photo-gallery-item .figure .figcaption {
    color: rgb(26, 26, 26);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Montserrat';
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* start farmer registration */
/* .logo-txt-header h3 {
    font-size: 32px;
    color: #ffffff;
    display: inline-block;
    background: #e3571f;
    padding: 10px 10px;
    position: relative;
    text-shadow: 2px 2px #c15023;
    line-height: 33px;
}
.logo-txt-header h3:before {
    content: "";
    position: absolute;
    left: -38px;
    top: 0px;
    height: 100%;
    width: 46px;
    background-color: #e3571f;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 36% 50%, 0% 0%);
}
.logo-txt-header h3:after {
    content: "";
    position: absolute;
    right: -45px;
    top: 0px;
    height: 100%;
    width: 46px;
    background-color: #e3571f;
    clip-path: polygon(100% 0%, 65% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
} */
.seed-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.seed-list li {
    position: relative;
    padding-left: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.seed-list ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.reg-btn {
    display: block;
    /* border: 2px solid #046811; */
    margin-bottom: 20px;
    padding: 17px 20px;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    color: white;
    font-size: 22px;
    background-color: #046811;
    line-height: 1;
    font-weight: 600;
    transition: all 0.3s;
}

.reg-btn span {
    position: relative;
    z-index: 10;
}

.reg-btn .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    right: 5px;
    background-color: white;
    top: 7px;
}

.reg-btn .icon img {
    filter: none;
    transition: all 0.3s;
}

/* end farmer registration */ 
.sec-govt-links .owl-carousel .owl-item img {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.intro-img {
    width: 30%;
}

/* login registration button */

.large-login-btn {
    background: linear-gradient(90deg, #254927, #a89c3e);
    padding: 20px 15px;
    border-radius: 15px;
    text-align: justify;
    border-bottom: 7px solid #00000063;
}

.large-login-btn .large-btn-text {
    color: white;
    font-size: 30px;
    display: block;
    padding-right: 5px;
}

.large-login-btn .lgb-text {
    width: calc(100% - 80px);
}

.large-login-btn .lgb-icon {
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 50%;
    padding: 15px;
    transform: scale(1);
    transition: all 0.6s;
}

.large-login-btn:hover .lgb-icon {
    transform: scale(1.1);
    transition: all 0.6s;
}


/* start id card */
@media print {
    *{
            transition: none !important;
            print-color-adjust: exact;
            -webkit-print-color-adjust: exact;
    }
    #printablediv .id-card-block {
border: 0px solid #dee2e6!important;
}
    }
.id-card-block {
    width: 325px;
    height: 204px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #edb419;
}

.id-card-block::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff5e;
    z-index: -1;
}

.id-card-body {
    position: relative;
}

.id-card-body::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/logo-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .1;
}

.id-card-body,
.id-card-footer {
    padding-left: 6px;
    padding-right: 6px;
    color: #000;
}

.id-card-footer {
    height: 30px;
    padding-top: 11px;
}

.card-heading-1 {
    line-height: 17px;
    margin-top: 6px;
}

.card-logo img {
    width: 40px;
    height: 40px;
}

.card-heading-2 {
    font-size: 10px;
    font-weight: 500;
}

.user-details {
    font-size: 12px;
}

.user-details li {
    position: relative;
}

.user-details li span:nth-child(1) {
    position: absolute;
    left: 2px;
    width: 35px;
}

.user-details li span:nth-child(2) {
    margin-left: 36px;
    display: block;
}

.id-card-body h5 {
    font-size: 16px;
    margin-top: 9px;
    margin-bottom: 5px;
}

.card-footer-url {
    font-size: 11px;
    float: right;
}

.card-footer-url img {
    width: 10px;
    margin-right: 3px;
}

.user-img img {
    width: 90px;
    border-radius: 10px;
    margin-right: 10px;
    background-image: linear-gradient(286deg, #ff8400cc, #578500);
    padding: 2px;
}

.id-header {
    background-image: linear-gradient(45deg, #ff8400a1, #578500b5);
    padding: 5px;
}

span.card-footer-lines {
    line-height: 0;
    left: 0;
    position: absolute;
    bottom: -3px;
    top: auto;
}

.card-footer-lines img {
    width: 140px;
}

.card-footer-url::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 61px;
    right: -49%;
    top: -38%;
    background-size: contain;
    background-image: url('../images/Icon1.png');
    background-repeat: no-repeat;
}

iframe{max-width: 100%;}
/* english theme css */

.theme-table tbody tr td[rowspan]{vertical-align: middle;}
.coming-soon-ui{border: 10px solid green; padding: 40px 30px;border-radius: 30px;}
.coming-soon-ui .section-title .title,
html:lang(en) .coming-soon-ui  .section-title .title{font-size: 65px; }
.coming-soon-text{font-size: 22px;}

@media only screen and (min-width:768px) and (max-width:1200px) {
html:lang(en) .navbar-nav .nav-item .nav-link {
    font-size: 15px!important;
}
}
html:lang(en)  body {
    font-family: 'Poppins', sans-serif;
}
html:lang(en) .navbar-nav .nav-item .nav-link, html:lang(en)  body,
 html:lang(en) .minister-style-1 .minister-dta .minister-post {
 font-size: 16px;
}

html:lang(en) .box-1 .bx1-data .bx1-title,
html:lang(en) .crop-tabs .nav-tabs .nav-link, html:lang(en) .mis-btn .btn-text {
    font-size: 20px;
}
html:lang(en) .minister-style-1 .minister-dta .minister-name
{font-size: 20px; margin-top: 8px;margin-bottom: 5px;}
html:lang(en) .minister-style-2 .minister-dta .minister-name, 
html:lang(en) .minister-style-3 .minister-dta .minister-name, html:lang(en) .spotlight-single{font-size: 17px;}
html:lang(en) .minister-style-2 .minister-dta .minister-post{font-size: 14px;}
 html:lang(en) .nb-link {font-size: 16px; line-height: 1.9;}
html:lang(en) .section-title .title {
    font-size: 35px;
    line-height: normal;
}
html:lang(en) .large-login-btn .large-btn-text {
    font-size: 25px;
}
html:lang(en) .section-title .title-md {
    font-size: 30px;
}
html:lang(en) .seed-style-1 figcaption, 
html:lang(en) .seed-style-1 .figcaption, 
html:lang(en) .event-single figcaption .es-caption,
html:lang(en) .event-single .figcaption .es-caption  {
    font-size: 16px;
}
html:lang(en) .load-menu-btn {
    font-size: 18px;
    left: -37px;
} 

/* dark-version */
body.dark .section-title .small-title {
    color: #ffe100;
}

body.dark .section-title .title,
body.dark .box-1 .bx1-data .bx1-title,
body.dark .minister-style-3 .minister-dta .minister-name,
body.dark .minister-style-2 .minister-dta .minister-name,
body.dark .minister-style-1 .minister-dta .minister-name {
    color: #93e703;
}
body.dark .minister-style-3,
body.dark .minister-style-1,
body.dark .minister-style-2,
body.dark .header .bg-light-2,
body.dark .former-benefits { background : #000000 !important;}
body.dark .minister-style-3 .minister-dta .minister-post,
body.dark .minister-style-2 .minister-dta .minister-post,
body.dark .minister-style-1 .minister-dta .minister-post,
body.dark .navbar-nav .nav-item .nav-link,
body.dark .sidebar li a, 
body.dark .sidebar-menu .sidebar-new .nav-item a,
body.dark  .sidebar-menu .sidebar-new .nav-item a:active,
body.dark .table thead tr th,
body.dark .album-item a figcaption span, 
body.dark .album-item a .figcaption span{color: white;}
body.dark .navbar-nav .nav-item .nav-link{font-weight: 400;}
body.dark .btn-outline-dark{ color: white;border: 1px solid rgba(255, 255, 255, 0.452);}
body.dark .box-1{background : #1c1c1c;}
body.dark .sec-logins,
body.dark .offcanvas-body {
    background: linear-gradient(237deg, #000000, #012403);}
body.dark .bg-layer 
  { 
        background-color: #030703ba ;}
body.dark .sec-govt-links .owl-carousel .owl-item img {background-color: white;}
body.dark .sec-ministers,
body.dark .fw-semibold.bg-success.bg-opacity-10  {
    background: #0a3f26 !important; 
    --bs-bg-opacity: 1;
}
body.dark .up-govt-logo{background-color: white;border-radius: 50%;}
body.dark  header .navbar .navbar-brand img{background-color: white;border-radius: 5px;padding: 5px;}
body.dark .navbar-toggler{background-color: white;}
/* body.dark .sidebar-menu .sidebar-new .nav-item a */
body.dark  .sidebar-menu .sidebar-new .dropdown-menu li a{color: #24730a;}
