:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}


.header_top {
    padding: 10px 0;
    background: #097e99;
}

.header_top a {
    color: #fff;
    text-decoration: none;
}

.header_top .nav-right {
    margin-left: auto;
    display: inline-block;
}

.header_top .nav-right li {
    display: inline-block;
    color: #fff;
}

.header_top .nav-right li a {
    padding: 0px 10px;
}

.header_top .nav-right li a .fa {
    font-size: 22px;
    margin-left: 10px;
}

.header_top .navbar-toggler {
    position: absolute;
    right: 0;
    top: -27px;
}

.header_bottom {
    background: #fff;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1);
}

.header_bottom .navbar-nav {
    margin-left: auto;
}

.header_bottom .navbar-nav li {
    display: inline-block;
    color: #fff;
    text-align: center;
}

.header_bottom .navbar-nav li a {
    padding: 20px 10px;
    color: #000;
}

.header_bottom .navbar-nav li .btn-lightblue {
    padding: 8px 10px;
    color: #097e99;
    font-weight: 500;
    margin: 0 5px;
    background: #e6f2f5;
    border-radius: 5px;
    margin-bottom: 0;
    margin-top: 0px;
}

.header_bottom .navbar-nav li .btn-orange {
    padding: 8px 10px;
    color: #fff;
    font-weight: 500;
    margin: 0 5px;
    background: #ffb703;
    margin: 0;
    line-height: 10px;
    border-radius: 5px;
    margin-bottom: 0;
    margin-top: 0px;
}

.header_bottom .dropdown-menu .titleh3 {
    font-family: inherit;
    font-weight: 500;
    color: #000;
}

.header_bottom .navbar-nav li .btn-orange small {
    padding: 0;
    margin: 0;
    font-size: 8px;
    color: #bf8900;
}

.header_bottom .navbar {
    padding: 0;
}

.header_bottom .dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
    left: 0;
    top: 60px;
    width: 17rem;
}

.header_bottom .dropdown-menu .nav-item {
    display: block;
    text-align: left;
}

.header_bottom .dropdown-menu .nav-item .nav-link {
    padding: 8px 10px !important;
    border-bottom: 1px solid #ccc;
}

.header_bottom .dropdown-menu .nav-item:last-child .nav-link {
    border: none;
}

.header_bottom .dropdown-menu .list-group .list-group-item {
    padding: 10px !important;
    border: none;
}

.header_bottom .dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.header_bottom .dropdown-menu .titleh3 {
    font-size: 22px;
}

.header_bottom .dropdown-menu .dropdown-menu-hr {
    position: relative;
    border-top: 1px solid #ccc;
    padding: 5px 0;
    margin: 20px 0;
}

.header_bottom .dropdown-menu .dropdown-menu-hr::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 64px;
    background: #097e99;
    left: 0;
    top: -2px;
}

header.header {
    display: block;
    padding: 0;
}

.footer .titleh3, .footer .titleh4 {
    font-family: inherit;
}

header.header a {
    font-family: inherit;
    font-weight: 400;
    line-height: 20px;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}



header.header ul.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    height: 100%;
}

header.header .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

header.header .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.footer {
    background: #013c59;
    padding: 80px 0 30px;
}

.footer .footer-logo {
    max-width: 200px;
}

.footer .titleh3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer .titleh4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer a,
.footer address,
.footer p {
    color: #8ecae6;
    text-decoration: none !important;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

.footer a {
    display: initial;
}

.footer .ul2 {
    column-count: 2;
    list-style: none;
    padding-left: 0;
}

.footer .ul2 li {
    margin-bottom: 10px;
}

.footer .ul1 {
    column-count: 1;
    list-style: none;
    padding-left: 0;
}

.footer .ul1 li {
    margin-bottom: 10px;
}

.footer .hr {
    width: 100%;
    border: none;
    height: 1px;
    background: #8ecae6;
    opacity: 1;
    margin-bottom: 50px;
}

.footer .social-icon {
    filter: invert(1);
    width: 30px;
    margin: 0 5px;
}


#toTop {
    display: inline-block;
    background-color: rgb(255 152 0 / 80%);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
}

#toTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 50px;
    color: #fff;
}

#toTop:hover {
    cursor: pointer;
    background-color: #333;
}

#toTop:active {
    background-color: #555;
}

#toTop.show {
    opacity: 1;
    visibility: visible;
}


/* Custom CSS  Ashish*/
header a.navbar-brand {
    min-width: 205px;
    width: auto;
}

li.nav-item {
    margin: 0;
}

.header_bottom .dropdown-hover:hover>.dropdown-menu {}

header .navbar-nav .dropdown-menu {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
}

header.header a {
    line-height: 1.5;
}

header.fixed_header {
    z-index: 1020;
    position: sticky;
    top: 0;
    left: auto;
    width: auto;
    padding: 0;
    background-color: transparent;
}

header.header {
    display: block;
    padding: 0;
}

header ul.navbar-nav .dropdown-toggle::after {
    border-top: 0.3em solid !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;
}

header .navbar-nav .nav-item:nth-last-child(2) a, .navbar-nav .nav-item:nth-last-child(1) a {
    line-height: 20px;
    height: auto;
    width: auto;
}

.navbar-nav .nav-item:nth-last-child(1) a {
    line-height: 10px !important;
}

.footer .social-icon {
    filter: invert(1);
    width: 30px;
    margin: 0 5px;
    display: inline;
}
.bg-img.banner {
    margin-top: 0 !important;
}
header.header .navbar-nav .nav-item:nth-last-child(2) a{
    color: #555555;
}
.navbar-nav .nav-item:nth-last-child(2) a:hover{
    color: #fff;
}
.navbar-nav .menu-item-object-environmental.nav-item:nth-last-child(1) a,
.navbar-nav .menu-item-object-resources.nav-item:nth-last-child(1) a {
    color: #555;
    line-height: 20px !important;
}


@media (min-width: 1400px) {
    header .container {
        max-width: 1320px;
    }
}

@media (max-width:1199px) {
    .header_bottom .navbar-collapse {
        background: #fff;
        margin-bottom: 15px;
    }

    .header_top .navbar-collapse {
        background: transparent;
    }

    .navbar-nav .nav-item:nth-last-child(1), .navbar-nav .nav-item:nth-last-child(2) {
        display: block;
        margin-bottom: 10px;
    }

    .header_top .nav-right {
        padding-left: 0;
    }
}

@media (max-width:991px) {
    .header_top .container {
        padding: 0;
    }

    .header_top .container .nav {
        padding-left: 15px;
    }

    .header_top .nav-right {
        padding-left: 7px;
    }
}

@media only screen and (max-width: 600px) {
    .header_top .nav-right li:nth-child(5) {
        display: none;
    }

    .header_top .nav-right li {
        display: block;
    }
}


/* Custom CSS  */