nav.navbar {
    background: #960707;
}
.nav.navbar .header_logo{
    height: 32px;
}

.top-header{
    position: sticky;
    z-index: 1031;
}
.top-header .fixed-top2{
    height:30px;
    background: #960707;
}
.top-header .fixed-top2 ul.navbar-nav{
    top: -5px;
    display: flex !important;
    flex-direction: unset !important;
    list-style-type: none;
    float: right;
    position: relative;
    padding: 0 0 0 10px;
    right: 20px;
}

header nav.nav.navbar{
    height: 75px;
    padding-bottom: 7px;
    background-color: #ffff;
}
header nav.nav.navbar .dropdown-toggle::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAngle Left%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='none' stroke='black' stroke-miterlimit='10' stroke-width='5' d='M39 20.006L25 32l14 12.006' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E") !important;
    padding: 10px;
}


header a.nav-link {
    text-transform: capitalize;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.8vw;
}

.container-fluid {
    padding: 0 50px 0 50px;
    width: 90% !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    position: relative;
    background-color: #960707;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.hero .hero-center {
    padding: 10rem;
}


@media (max-width: 767px) {
    .hero .hero-center {
        padding: 4rem 2rem;
    }
}


.hero .subtitle {
    margin-bottom: 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #6c757d;
    font-weight: bold;
}


/*.search-bar {*/
/*    border-radius: 10rem;*/
/*    background: #fff;*/
/*    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);*/
/*}*/

.search-bar .form-group {
    position: relative;
    margin-bottom: 0;
}

.overlay-dark-light {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/* Waves effect */

.hero-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
}

#preloader .hero-waves {
    /*background: #354c5ed1;*/
    background: #f1b20f;
    top: 0;
    height: 10px;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}


.section-header {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.section-header span {
    position: absolute;
    top: 25px;
    color: rgba(14, 29, 52, 0.03);
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    /* font-size: 56px; */
    font-size: 50px;
    text-transform: uppercase;
    line-height: 0;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #566777;
}

.section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#map-canvas .btn-group .btn-secondary{
    background: #960707;
    border-color: #960707;
}
#map-canvas .btn-group .btn-secondary:hover{
    background: #960707cc;
    border-color: #ffffff;
}

#map-canvas #btn-toggle-administrative-post{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#map-canvas #btn-toggle-basemap{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.feature-category {
    background-size: cover;
    padding: 100px 0;
}

@media (min-width: 1365px) {
    .feature-category {
        background-attachment: fixed;
    }
}


/* Call to Action */

.hoverable {
    transition: 0.2s ease-in;
}

.feature-category {
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

.feature-category ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-category .feature-category-items {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
}

.feature-category .feature-category-items .category {
    margin: 2px;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    /*background: rgba(6, 12, 34, 0.45);*/
    background: rgba(150, 7, 7, .64);

}

.feature-category .feature-category-items .category i.icon {
    font-size: 32px;
    color: #ffffff;
    margin: 0 auto;
}

.feature-category .feature-category-items .category.hoverable:hover {
    /*box-shadow: 1rem 1rem 5rem 0rem rgba(187,165,162, .5);*/
    box-shadow: 0 0 20px rgba(187, 165, 162, .51);
}

.feature-category .feature-category-items .category .title {
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 25px;
    color: #fff;
}
.feature-category .feature-category-items .category .title a{
    color:#ffffff;
}


.feature-category .feature-category-items .category.active {
    background: #ffffffa8;
}

.feature-category .feature-category-items .category.active i.icon,
.feature-category .feature-category-items .category.active .title a{
    color: #960707;
}


@media (min-width: 600px) {
    .feature-category .feature-category-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .feature-category .feature-category-items {
        grid-template-columns: repeat(4, 1fr);
    }
}


/*    Project list */

#project-input-search{
    border-radius: 20px;
    padding:10px;
}
.project-list-container .btn-close-project-list {
    position: absolute;
    right: 10px;
    top: 45px;
    color: #ffffff;
    cursor: pointer;
    z-index: 1006;
    font-size: 18px;
}


.project-list {
    overflow-y: auto;
    width: 97%;
    background: #393836d1;
    margin: 0;
    position: absolute;
    z-index: 1005;
    top: 45px;
    list-style: none;
    padding: 10px;
    /*border-radius: 5px;*/
}

.project-list li {
    padding: 2px 0;
}

.project-list li a span.title {
    padding-left: 5px;
    color: #ffffff;
}

.investments-section {
    padding: 60px 0;
}

.investments-section .project-item {
    padding: 40px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.investments-section .project-item .heading a {
    color: #566777;
}

.investments-section .project-item:hover {
    box-shadow: 0 0 20px rgba(65, 62, 151, .51);
}

.investments-section .project-item h3 {

    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 22px;
    position: relative;
    display: block;
    border-bottom: 4px solid #eeeeee;
    transition: 0.3s;
}

.investments-section .project-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.investments-section .project-item .readmore {
    margin-top: 15px;
    display: block;
    color: #566777;
}

.investments-section .project-item:hover h3 {
    border-color: #960707;
}

/* Basemaps */

#side-basemaps {
    position: absolute;
    top: 48px;
    right: 5px;
    color: #fff;
    background: #393836;
    z-index: 999;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding: 10px;
    border-radius: 5px;
}

#side-basemaps .basemap-options .basemap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 25%;
    margin: 5px;
    width: 150px;
    max-width: 150px;
    min-height: 75px;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    border-radius: 4px;
    border: 1px solid rgb(190, 190, 190);
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    text-transform: uppercase;
}

#side-basemaps .basemap-options .basemap:hover {
    border: 3px solid #ffffff;
}

#side-basemaps .basemap-options .basemap.activated {
    border: 3px solid #ffffff;
}

#side-basemaps .basemap-option-title {
    padding: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

#side-basemaps .basemap-options .basemap .basemap-title {
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .5);
    font-weight: 700;
    padding: .5em;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    z-index: 5;
    color: #000;
}

#footer{

    background: #960707;
    padding: 10px;
    color: #fff;
    text-align: center;

}
