body {
    /* font-family: "", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    color: #404040 !important;
    font-size: 14px !important;
    font-weight: 400;
}
:root {
  --primary-color: #006fa1; /* Example: blue */
  --secondary-color:#718f3d;
}
.badge-pill {
    padding-right: .6em !important;
    padding-left: .6em !important;
    border-radius: 10rem !important;
}
.species-sec img{
    width: 50px;
}
.badge-round {
    display: inline-block;
    padding: .80em .10em;
    padding-right: 0.4em;
    padding-left: 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge-ramsar {
    color: #fff !important;
    background-color: #00522C !important;
}

.badge-potential {
    color: #fff !important;
    background-color: #09C06B !important;
}

.badge-other {
    color: #fff !important;
    background-color: #ECA408 !important;
}

.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

.card-header {
    font-size: 18px;
    font-weight: 300;
}

.black {
    color: #000;
}


/***************Header************/

ul.top-ul li {
    border-left: 1px solid #4073bf;
    padding: 7px 7px;
    color: #fff;
}

ul.top-ul {
    margin-bottom: 0;
}

ul.top-ul li:first-child {
    border: 0;
}

section.navigation-bar.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999;
}

ul.navbar-nav>li {
    border-right: 1px solid #ffffff63;
    padding: 0 7px;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
}

ul.navbar-nav>li:last-child {
    padding-right: 0;
    border: 0;
}

nav.navbar ul.navbar-nav ul.dropdown-menu a {
    color: black !important;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

nav.navbar ul.navbar-nav ul.dropdown-menu {
    padding: 0;
    border-radius: 0;
    width: 266px;
}

button.font-size-plus,
button.font-size-normal,
button.font-size-minus {
    background: no-repeat;
    border: 0;
    color: #212529;
}

.white-color-bg {
    background: #fff;
    width: 15px;
    height: 15px;
}

.black-color-bg {
    background: #000;
    width: 15px;
    height: 15px;
}

.login-btn {
    background: #4279ce;
}

.ministry-logo-wrp img {
    width: 340px;
}

.ministry-logo-wrp a {
    display: inline-block;
}

.ministry-logo-wrp h4 {
    display: inline-table;
    border-left: 1px solid #cacaca;
    padding: 15px;
}


/***************Header************/
section.head-bar {
    /*background-color: #1C59B5;*/
    /*background-color: #19a3b8;*/
    background-color: #2b6777;
    height: 30px;
}

section.top-bar {
    /*background-color: #1C59B5;*/
    /*background-color: #19a3b8;*/
    background-color: #f2f2f2;
    height: 30px;
}

section.navigation-bar {
    /*background-color: #1C59B5;*/
    /* background-color: #19a3b8;*/
    background-color: #2b6777;
}

ul.top-ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    align-items: center;
    font-size: 70%;
    height: 30px;
}

ul.top-ul a {
    color: #212529;
    /*font-size: small;*/
}

nav.navbar ul a {
    font-size: 14px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (min-width:920px) and (max-width:1160px) {
    nav.navbar ul a {
        font-size: 12px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width:774px) and (max-width:919px) {
    nav.navbar ul a {
        font-size: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

li.nav-item>a {
    color: #fff;
}

a.nav-link {
    color: #fff !important;
}

.search-wrpsec {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.search-wrpsec img {
    width: 75px;
}

section.company-name-wrp {
    padding: 2px 0;
}

section.company-name-wrp .row {
    display: flex;
    align-items: center;
}


/*************Bannerr***********/

/* section.slider-wrp .container {} */

section.slider-wrp a.carousel-control-prev {
    left: 30px;
    width: auto;
}

section.slider-wrp a.carousel-control-next {
    right: 30px;
    width: auto;
}

section.slider-wrp a.carousel-control-prev img,
section.slider-wrp a.carousel-control-next img {
    width: 50px;
    height: 50px;
}

section.slider-wrp .carousel-indicators li {
    width: 20px;
    height: 20px;
}

.banner-content p {
    margin-bottom: 0;
}

.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: #ffaf49;
    left: 30px;
    padding: 15px;
    text-align: center;
    opacity: 80%;
}


/*********************/


/***********Overview*****************/

section.overview {
    padding: 15vh 0;
    background-color: #f2f2f2;
}

a.view-btn .fa {
    color: black;
}

section.overview .row {
    align-items: center;
}

a.view-btn {
    color: #9F9F9F;
}


/************************/


/********Map******************/

.event-list .border-heading {
    color: #fff;
}

.sponer-person {
    background: #FFAF49;
    color: #fff;
    padding: 15px;
}

.sponer-person ul {
    margin-bottom: 0;
}

.sponer-person ul li {
    border-bottom: 1px solid #ffbb65;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    align-items: center;
}

.sponer-person ul li p {
    margin-bottom: 0;
}

.sponer-person ul li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sponer-person ul li figure {
    margin: 0;
    display: block;
    border: 1px solid #fff;
    border-radius: 300px;
    padding: 3px;
    margin-right: 15px;
}

.event-list {
    background: #1C59B5;
    padding: 15px;
    color: #ffff;
    position: relative;
    margin-top: 15px;
}

.event-arrow {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}

.event-arrow .fa {
    color: #fff;
}

ul.list-event li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid #4073bf;
    position: relative;
    padding-left: 15px;
    color: #fff !important;
}

ul.list-event li:first-child {
    border: 0;
}

ul.list-event li:before {
    width: 7px;
    height: 7px;
    background: #ffaf49;
    position: absolute;
    left: 0;
    content: '';
    border-radius: 15px;
    top: 15px;
}

/* .map-content {
     background: #FAFCFF;
    padding: 30px; 
} */

.available-wetlands {
    position: absolute;
    right: 30px;
    top: 150px;
}

.available-wetlands:before {
    width: 12px;
    background: #1c59b5;
    height: 12px;
    content: '';
    position: absolute;
    left: -20px;
    top: 4px;
}

.map-content img {
    max-width: 96%;
}


/**********************************/


/***************Gallery slider ******************/

section.gallery-slider {
    padding: 30px 0;
}

section.gallery-slider .slick-slide {
    margin: 0 10px;
}

section.gallery-slider section.customer-logos {
    margin-left: -10px;
    margin-right: -10px;
}

ul.partner-log {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    flex-flow: wrap;
}

section.partner-sec {
    margin-bottom: 30px;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/**********************/

.blue {
    color: #1C59B5;
}

.scroltop {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 9;
    width: 40px;
    height: 40px;
    color: #fff;
}

.scroltop>img {
    animation: arrow 3s infinite;
    transition-delay: 1s;
}

@keyframes arrow {
    0%,
    20%,
    50%,
    80%,
    100% {
        margin-top: 18px;
    }
    40% {
        margin-top: 10px;
    }
    60% {
        margin-top: 15px;
    }
}


/************Footer*******/

ul.social-link {
    display: flex;
    margin-bottom: 0;
    margin-top: 15px;
}

.location-map {
    color: #fff;
    padding-left: 30px;
    position: relative;
    font-size: small;
}

.location-map .fa {
    margin-right: 15px;
    position: absolute;
    font-size: 26px;
    left: 0;
}

ul.social-link li a {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    /* background: #e26444; */
    margin-right: 15px;
    transition: 0.5s;
    border-radius: 50px;
}

a.face-book {
    background: #3B5998;
    color: white;
}

a.twi-tter {
    background: #55ACEE;
    color: white;
}

a.whats-app {
    background: #25d366;
}

a.linke-din {
    background: #007bb5;
    color: white;
}

a.you-tube {
    background: #bb0000;
    color: white;
}

/* ul.social-link li:first-child a {
     border-radius: 5px 0 0 5px;
} */

ul.social-link li:last-child a {
    /* border-radius: 0 5px 5px 0; */
    margin-right: 0;
}

.border-heading {
    border-bottom: 1px solid;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

section.one-footer-sc {
    background: #2b6777;
    text-align: center;
    padding: 15px;
}

section.one-footer-sc img {
    width: 260px;
}

section.two-footer-sc {
    /*background: #1C59B5;*/
    background: #213343;
    padding: 30px 0;
}

section.two-footer-sc .link-ft li {
    position: relative;
}

section.two-footer-sc .link-ft li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    border-radius: 50px;
    top: 7px;
}

ul {
    list-style: none;
    padding-left: 0;
    width: 100%;
}

ul.link-ft.half {
    flex-flow: wrap;
    display: flex;
}

ul.link-ft li {
    margin-bottom: 7px;
}

ul.link-ft.half li {
    width: 50%;
}

section.two-footer-sc .link-ft li a {
    padding-left: 20px;
    font-size: small;
}

section.two-footer-sc a {
    color: #fff;
}

section.two-footer-sc .border-heading {
    border-color: #4073bf;
    color: #fff;
}

section.last-footer {
    /*background: #0B4BAB;*/
    background: #2C3E50;
    padding: 15px;
    text-align: center;
    color: #fff;
}


/**************************/

section.whats-news {
    padding: 0px 0px 30px 0px;
}

.new-content-wrp ul.nav.nav-pills {
    background: #fafafa;
}

.new-content-wrp a.nav-link.active {
    background: #3C8937 !important;
    color: #fff !important;
}

.new-content-wrp .nav-item:first-child a.nav-link {
    border-left: 0;
}

.tab-content {
    border: 1px solid #CACACA;
    padding: 15px;
}

.wrp-border-none {
    border-bottom: 0px solid #CACACA !important;
}

.wrp-border {
    border-bottom: 1px solid #CACACA;
    padding: 10px 0;
}

.wrp-border p {
    margin-bottom: 5px;
}

.wrp-border small {
    display: block;
    text-align: right;
    color: #408c3b;
}

.new-content-wrp a.nav-link.active {
    background: #3C8937 !important;
    color: #fff !important;
}

.new-content-wrp a.nav-link {
    background: #FAFAFA;
    border-radius: 0;
    border-left: 1px solid #CACACA;
    color: #000 !important;
}

.media-wrp {
    position: relative;
    display: block;
    transition: 0.5s;
    cursor: pointer;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.content-media-wrp {
    position: absolute;
    top: 50%;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

button.play-button {
    background: #3C8EFE;
    border-radius: 50px;
    border: 0;
    color: #fff;
    padding: 30px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}


/* .benifit-keys img1{
    height: 40px;
    width: 40px;
    border: 2px solid #ddd;
    border-radius: 50px;
    padding: 3px;
    background-color: rgba(246,246,246,0.2);
} */

.benifit-keys {
    border-radius: 4px;
    padding: 10px 12px;
    background-color: rgba(255, 255, 255, 0.05);
    margin-bottom: 0px;
    /* box-shadow: 0px 0px 2px 0px #808080; */
}

.heading-one {
    color: #333333;
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 24px;
}

.heading-one:before {
    content: '';
    width: 100px;
    height: 5px;
    background: #FF9800;
    position: absolute;
    bottom: -9px;
}

section.video-wrp {
    padding-bottom: 30px;
}

.media-wrp.Library,
.media-wrp.Action {
    height: 100%;
    background: #316cc5;
    display: block;
}

.media-wrp.Library a,
.media-wrp.Action a {
    color: #fff;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.media-wrp:hover {
    box-shadow: 0px 5px 0px 0px #ffaf49;
    transform: scale(1.02);
}

.navbar {
    padding: .0rem;
}

.nav-link {
    display: block;
    padding: .7rem 1rem;
}

.dropdown-menu {
    margin: 0px !important;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75);
    background-color: rgba(0, 0, 0, 0.2);
}

ul.dropdown-menu a.nav-link:hover {
    background: #fff5e8 !important;
    color: #fff !important;
}


/* .ellipsis{
    white-space: nowrap;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
} */

.card-shadow {
    box-shadow: 0px 1px 4px 0px #ccc;
}


/**************************/


/*************Responsive for mobile********************/

@media (max-width: 767px) {
    .ellipsis {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
    }
    .media-wrp {
        margin-bottom: 15px;
    }
    .navbar-light .navbar-toggler {
        color: #dfecff;
        border-color: #4281e0;
    }
    .navbar {
        justify-content: flex-end;
        padding: 7px 0;
    }
    ul.navbar-nav>li {
        padding: 0;
        border: 0;
    }
    nav.navbar ul.navbar-nav ul.dropdown-menu {
        width: 100%;
        padding: 0 15px;
    }
    /*header*/
    ul.top-ul li:first-child,
    ul.top-ul li:nth-child(2),
    ul.top-ul li:nth-child(3) {
        display: none;
    }
    ul.top-ul li {
        padding: 4px 4px;
        font-size: 13px;
    }
    .ministry-logo-wrp a {
        display: block;
        text-align: center;
    }
    .ministry-logo-wrp img {
        max-width: 100%;
    }
    .ministry-logo-wrp h4 {
        text-align: center;
        width: 100%;
        border: 0;
        padding: 0;
        margin-bottom: 0;
    }
    section.company-name-wrp {
        padding: 5px;
    }
    section.slider-wrp .container {
        display: none;
    }
    section.slider-wrp a.carousel-control-prev,
    section.slider-wrp a.carousel-control-next {
        display: none;
    }
    section.slider-wrp .carousel-indicators {
        margin-bottom: 0;
        z-index: 9;
        margin: -30px 0;
    }
    section.slider-wrp .carousel-indicators li {
        background: #1c59b5;
        height: auto;
    }
    ul.link-ft.half li {
        width: 100%;
    }
    .media-wrp.Library,
    .media-wrp.Action {
        height: 175px;
        margin-bottom: 15px;
    }
}


/*header*/

@media (max-width: 1023px) {
    .navbar-light .navbar-toggler {
        color: #dfecff;
        border-color: #4281e0;
    }
    .navbar {
        justify-content: flex-end;
        padding: 7px 15px;
    }
    ul.navbar-nav>li {
        padding: 0;
        border: 0;
    }
    nav.navbar ul.navbar-nav ul.dropdown-menu {
        width: 100%;
        padding: 0 15px;
    }
    /*header*/
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0% !important;
    margin-left: 0% !important;
    list-style: none;
}


/************************************/

article.map-right-content small {
    color: var(--secondary-color);
    position: relative;
    padding-left: 110px;
}

article.map-right-content small:before {
    background: var(--secondary-color);
    content: '';
    position: absolute;
    width: 90px;
    height: 2px;
    top: 8px;
    left: 0;
}

section.benifit-container [class*="col"] {
    margin-bottom: 30px;
}

.modi {
    text-align: center;
}

.sponsor-person p {
    margin-bottom: 0;
}

.modi img {
    width: 214px;
}

.sponsor-person h5 {
    font-size: 17px;
    margin-top: 7px;
}

.sponer-name-wrp img {
    width: 130px;
}

.new-content-wrp ul.nav.nav-pills {
    background: #e9f3ff;
}

section.article-wrp {
    background: url(../img/Featured-Article.jpg);
    padding: 75px;
    background-size: cover;
}

article.article-description {
    width: 450px;
    background: #fff;
    padding: 30px;
    float: right;
}

.py-moef {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
}

.tiles_animation {
    cursor: pointer;
}

.tiles_animation:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.entry-title {
    display: none;
}

.uldoc {
    list-style: initial;
    padding-left: 15px;
}

.uldoc li {
    display: list-item;
}

a:hover,
a:active,
a:focus {
    color: rgb(0, 109, 94);
    outline: none;
    text-decoration: none;
}

.realteddoc {
    color: #007bff !important;
}

.realteddoc {
    color: #007bff;
}

.bg-dark {
    background-color: #3c4f57 !important;
}

.h5 {
    color: #333;
    font-weight: 400;
}

.modal-xl {
    width: 90% !important;
    max-width: 1400px !important;
}

.form-control,
.btn,
select,
textarea {
    font-size: 14px !important;
}

textarea {
    resize: none;
}


/* accordian */

.mb-0>a {
    display: block;
    position: relative;
}

#accordion a.collapsed:after {
    content: "\f0d7";
    /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    left: auto;
    color: rgb(0, 109, 94);
}

#accordion a[aria-expanded="true"]:after {
    content: "\f0d8";
    /* fa-chevron-up */
    font-family: 'FontAwesome';
    position: absolute;
    left: auto;
    color: rgb(0, 109, 94);
}

.card-bg_1 {
    background-color: #f5f5f5;
}

.card-bg_2 {
    background-color: #cccccc;
}

#accordion .card {
    margin: 0px !important;
}

#accordion .card .card-header {
    display: block;
    /* background-color : unset !important;*/
    border: none;
}

#accordion .card .collapse {
    display: none;
}

#accordion .card .show {
    display: block !important;
}

#accordion hr,
.nafcc hr {
    border-top: 2px solid rgba(0, 0, 0, .1);
}

#accordion a.confirmation {
    font-weight: bold;
}

#accordion .card-body {
    padding: 0rem 2.70rem;
}

#accordion .card-body .text {
    padding-left: 1.5rem;
}

#accordion .card-body .text strong {
    margin-left: -1.5rem;
}


/************************************/

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-indicators {
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
}

@media (max-width:767px) {
    .carousel-item {
        height: auto;
    }
}

.text {
    position: relative;
    top: 10%;
    left: 50%;
    background: #e1e1e1;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 70%;
    color: #000 !important;
    padding: 3px;
}

.unclickable>a:hover {
    cursor: default !important;
}

.allSides {
    border: solid 1px #555;
    background-color: #eed;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

section.slider-wrp .container-1 {
    position: absolute;
    top: 5%;
    /* transform: translateY(-50%); */
    left: 0;
    right: 0;
}

section.slider-wrp .container-2 {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: auto;
}

.banner-content-1 {
    position: absolute;
    top: 5%;
    /* transform: translateY(-50%); */
    color: #fff;
    background: #1cb5afb8;
    left: 0px;
    padding: 8px 15px;
    border-radius: 0px 50px 50px 0px;
    font-family: sans-serif;
    /*width: 50%;*/
}

.banner-conten-2 {
    color: #fff;
    background: #1cb5afb8;
    padding: 8px 15px;
    border-radius: 50px 0px 0px 50px;
    font-family: sans-serif;
    font-size: 1.5em;
}


.breadcrumb-container.theme1 a {
    color: #ffffff;
    padding: 0px !important;
    font-size: 10px !important;
}


.und {
    text-decoration: underline !important;
}


/*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1c59b5 !important;
    background-color: #fff;
    border-color: #1c59b5 !important;
    transform: scale(1.05);
    transition: all 0.5s ease;
}*/

.phgallry {
    display: flex;
    justify-content: space-between;
    padding: 7px;
}

.t-r {
    text-align: right;
}

@media (max-width: 767px) {
    .banner-content-1 {
        width: 100%;
    }
    section.slider-wrp .container-2 {
        position: absolute;
        bottom: 50px;
        right: 0;
        width: 100%;
    }
    /******home page**********/
    .home_page_wrp .carousel-item {
        height: 300px;
    }
    .home_page_wrp section.slider-wrp img.w-100 {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .home_page_wrp .banner-content-1 h4 {
        font-size: 12px;
    }
    .home_page_wrp .banner-content-1 {
        top: 015px;
    }
    .home_page_wrp .banner-conten-2 p {
        font-size: 12px;
    }
    .t-r {
        text-align: left;
    }
    .section.whats-news {
        padding: 0px 0px 30px 0px !important;
    }
    .home_page_wrp section.overview h1.heading-one:before {
        bottom: unset;
        top: 33px;
    }
    .home_page_wrp section.overview h1 .text-right {
        text-align: left !important;
        margin: 30px 0;
    }
    .home_page_wrp section.overview h1 .text-right span {
        position: relative;
        top: 0;
    }
    .home_page_wrp .card.card-shadow {
        margin-bottom: 15px;
    }
    /******home page**********/
    section.company-name-wrp a.text-dark h2.sitetitleName {
        font-size: 24px;
    }
    .search-wrpsec {
        justify-content: space-between;
    }
    .search-wrpsec .input-search-bar.mr-4 {
        margin: 0 !important;
        display: flex;
    }
    .search-wrpsec form.search-form .input-group.mb-0 {
        display: flex;
        flex-flow: inherit;
    }
    .search-wrpsec form.search-form .input-group.mb-0 input.form-control {
        width: auto !important;
    }
    .form.row .row.pt-2.p-2.bg-white.m-2.text-white {
        padding: 0 !important;
        margin: 0 !important;
    }
    .row.d-flex.align-items-center.justify-content-center.text-white.p-2.pl-4.pr-4 {
        display: flex;
    }
    .new_box.box-bg_3 a .img_style {
        position: unset !important;
    }
    /* .new_box.box-bg_3>a .row.d-flex {} */
    .new_box.box-bg_3>a .row.d-flex .col-md-9 {
        padding: 0;
    }
    .new_box .img_style {
        position: relative !important;
    }
    .home_page_wrp div#myModal .modal-dialog.modal-lg {
        width: 100% !important;
    }
    /* .breadcrumb-container.theme1 a {
        color: #333;
        padding: 0px !important;
        font-size: 10px !important;
    } */
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    section.company-name-wrp .row .col-md-4:nth-child(1) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    section.company-name-wrp .row .col-md-4:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    section.company-name-wrp .row .col-md-4:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.company-name-wrp .search-wrpsec {
        width: 100%;
    }
    section.company-name-wrp .search-wrpsec .input-search-bar {
        width: 100%;
    }
}

table.dataTable>thead .sorting,
table.dataTable>thead .sorting_asc,
table.dataTable>thead .sorting_desc,
table.dataTable>thead .sorting_asc_disabled,
table.dataTable>thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    z-index: 10 !important;
}


/*State wetlands section css*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.breadcrumb-container {
    font-size: 13px;
}

.breadcrumb-container ul {
    margin: 0;
    padding: 0;
}

.breadcrumb-container li {
    box-sizing: unset;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.breadcrumb-container li a {
    box-sizing: unset;
    padding: 0 10px;
}


.breadcrumb-container li:last-child .separator {
    display: none;
}

.breadcrumb-container.theme1 li {
    margin: 0;
    padding: 0;
}

.breadcrumb-container.theme1 a {
    /* background: ; */
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
}

ul.footer-menu_2 {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    list-style: circle;
    color: #FFFFFF;
}

ul.footer-menu_2 li {
    float: left;
    width: 50%;
    height: auto;
    padding: 5px 0px;
}

ul.footer-menu_2 li a {
    float: left;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #FFFFFF !important;
    padding: 0px 10px;
}

ul.footer-menu_2 li a:hover {
    float: left;
    width: 100%;
    height: auto;
    color: #EEEEEE;
    text-decoration: underline;
}

ul.footer-menu_1 {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 15px;
    margin: 0px;
    list-style: circle;
    color: #FFFFFF;
}

ul.footer-menu_1 li {
    float: left;
    width: 100%;
    height: auto;
    padding: 5px 0px;
}

ul.footer-menu_1 li a {
    float: left;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #FFFFFF !important;
    padding: 0px 10px;
}

ul.footer-menu_1 li a:hover {
    float: left;
    width: 100%;
    height: auto;
    color: #EEEEEE;
    text-decoration: underline;
}

@media(max-width:768px) {
    ul.footer-menu_2 {
        float: left;
        width: 100%;
        height: auto;
        padding: 0px 0px 0px 15px;
        margin: 0px;
        list-style: circle;
        color: #FFFFFF;
    }

    ul.footer-menu_2 li {
        float: left;
        width: 100%;
        height: auto;
        padding: 5px 0px;
    }
}
.c-h:before {
    position: absolute;
    width: 20px;
    left: -10px;
    top: 32px;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #CC4F21;
    display: block;
    content: " ";
}

.c-h2:after {
    content: '';
    position: absolute;
    top: 52px;
    left: 15px;
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #1C59B5;
}

.form-control {
    border-radius: 0px;
}

.or {
    position: relative;
    width: auto;
    left: -15px;
    background-color: #fff;
    top: 175px;
}

.or-div {
    float: left;
    width: 30px;
    min-height: 350px;
    text-align: center;
    border-left: 1px solid #333;
}

.cont-div {
    float: left;
    width: calc(100% - 30px);
    min-height: 300px;
}

.numbering {
    float: left;
    width: 100%;
    height: auto;
}

.numbering ol {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 15px;
}


.navigations {

    width: 100%;
    height: auto;
    background-color: #eee;
    border: 1px solid #ddd;
    margin: 10px 0px;
    padding: 5px;
}

.sticky_1 {
    position: fixed;
    top: 33px;
    z-index: 1051;
}


.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

h2 {
    color: #2a5d84;
    margin-top: 20px;
}

label {
    display: block;
    margin-top: 10px;
}

input,
textarea {
    width: 100%;
    padding: 6px;
    margin-top: 4px;
    box-sizing: border-box;
}

.checkbox-group label {
    display: block;
    margin-left: 20px;
}

.form-navigation {
    margin-top: 20px;
    text-align: right;
}

.form-navigation button {
    padding: 10px 20px;
    margin-left: 10px;
    font-weight: bold;
}

.step {
    display: none;
}

.step.active {
    display: block !important;
}

.step-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}

.step-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f1f1f1;
    color: #000;
    text-align: center;
    line-height: 35px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.step-circle.active {
    background-color: #6c63ff;
    /* your purple */
    color: #fff;
}

.step-line {
    flex: 1;
    height: 2px;
    background-color: #e0e0e0;
    margin: 0 10px;
    z-index: 0;
}
.img-responsive {
    height: 300px;
    width: inherit;
}

/* Mobile styles (target devices with a max width of 768px) */
@media only screen and (max-width: 768px) {
    .img-responsive {
        max-height: 200px;
    }
}


.monitoring-table {
    border:2px solid #2b6777; border-radius:10px; padding:10px; height:250px; overflow:auto;
}

.table-f {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}
.imagegallary a img{
    max-width: 300px;
    height: 300px;
}