/* .navbar {
    background-color: unset;
} */
/* 
.navbar.top-nav-collapse {
    background-color: #111b2a;
}
.navbar.navbar-expand-lg {
    background-color: #111b2a;
}
.offcanvas-collapse.open{
    background-color: #111b2a;
} */

.header{
    position: relative;
    background: unset;
    background-color: #457b9d;
}

.header > .container {
    position: relative;
    z-index: 100;
}

#particles {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 1200px) {
    .basic-2 .image-container {
        margin-left: 14.375rem;
    }
}

@media (min-width: 1200px) {
    #staticBackdropEKiosk .image-container {
        margin-right: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .basic-1 h1 {
        margin-top: 0;
    }
    .basic-1 .text-container {
        margin-top: 0.5rem;
    }
}


.basic-5 {
    background: unset;
    background-color: #1D3557;
}

#services .h2-heading {
    position: relative;
    color: #E63946;
    /* text-align: unset;
    width: unset; */
    /* font-weight: 700; */
}

/* #services .h2-heading::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 10%;
    height: 10px;
    background: #E63946;
} */


#services .hr-heading {
    background-color: #E63946;
    border: solid #E63946 2px;
    margin-right: auto;
    margin-bottom: 4.5rem;
    margin-left: auto;
}


#services .p-heading {
    position: relative;
    /* text-align: unset;
    width: unset; */
}

#services .card {
    height: 476px;
	background: url('../images/png/watermark.png') bottom right no-repeat;
    background-origin: content-box;
    background-size: 70px;
    background-color: white;
}

#services .card-title {
    height: 64px;
}

#about {
    background: unset;
    background-color: #1D3557;
}

#contact {
    background: unset;
    background-color: #1D3557;
}

.footer {
    background-color: #111b2a;
}

.copyright {
    background-color: #111b2a;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:90%;
    width:100%;
    position:absolute;
}

.vl {
    border-left: 2px solid #E63946;
    height: 20px;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .center-flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }


/* .navbar .nav-item .nav-link {
    color: #111b2a;
} */

.navbar .nav-item .nav-link:hover {
    color: #E63946;
} 

.navbar .nav-item .nav-link.active{
    font-weight: bold;
    color: #E63946;
}


.navbar.top-nav-collapse .nav-item .nav-link {
    color: #FFF;
}

.navbar.top-nav-collapse .nav-item .nav-link:hover {
    color: #E63946;
}

.navbar.top-nav-collapse .nav-item .nav-link.active {
    color: #E63946;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .margin-top-lg {
        margin-top: 4.25rem;
    }
}

.privacy .nav-link {
    color: #FFF !important;
}

.terms .nav-link {
    color: #FFF !important;
}

#projects {
    padding-top: 9.5rem;
    padding-bottom: 7.5rem;
}

#projects .h2-heading {
    margin-bottom: 1.125rem;
    text-align: center;
    position: relative;
    color: #1D3557;
    font-weight: 700;
}

#projects .hr-heading {
    background-color: #1D3557;
    border: solid #1D3557 2px;
    margin-right: auto;
    margin-bottom: 4.5rem;
    margin-left: auto;
}

.modal {
    overflow-y: scroll;
    padding-right: 17px !important; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
}
