.bg-primary {
    background-color: #006666 !important;
}


@media (min-width:992px) {
    #sideNav .navbar-brand .img-profile {
        max-width: 10rem;
        max-height: 10rem;
        border: 0px;
    }
}

@media (min-width:992px) {
    section#top {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
}

/* Our Team
-------------------------------------------------------*/

.our-team .team-row {
    margin-left: -40px;
    margin-right: -40px;
  }
  
  .our-team .team-wrap {
    padding: 0 40px;
  }
  
  .our-team .container-fluid {
    padding: 0 50px;
  }
  
  .team-img img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 60%;
    min-width: 100%;
  }
  
  .team-member {
      position: relative;
      overflow: hidden;
      margin-bottom: 2.5rem;
  }

  .team-img {
    position: relative;
    overflow: hidden;
  }
  
  .team-title {
    margin: 1rem 0 7px;
  }
  
  .overlay {
    background-color: rgba(0,102,102,.7);
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;
    min-width: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  
  .team-details {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 5%;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  
  .team-details p {
    color: #fff;
  }
  
  .team-img:hover .team-details {
    opacity: 1;
    margin-top: -7rem;
  }
  
  .team-img:hover .overlay {
    opacity: 1;
  }
  
  .socials a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: transparent;
  }
  
  .socials i {
    line-height: 37px;
    color: #616161;
    font-size: 14px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  
  .team-details .socials i {
      color: #fff;
  }
  
  .socials a:hover i {
    color: #fff;
    background-color: #373A3C;
  }
  
  .mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
    text-align: center;
}  

.footer {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bgimg{
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/brl.jpeg");
    min-height: 100%;
    width: 100%;
}

.p-lg-5-top {
    padding: 0px !important;
        padding-top: 0px;
        padding-bottom: 0px;
}

.p-3-top {
    padding: 0px !important;
        padding-top: 0px;
        padding-bottom: 0px;
}

.centered {
    position: relative;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#message {
    height: 100%;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#map {
    width: 100%; height: 400px;
}

.info-window {
    font-family: 'Montserrat', sans-serif;
}
.info-content {
    color: #999;
}

.list-icons .list-inline-item i:hover {
    color: #FF9900;
}

a {
    color: #373A3C;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 0px;
    text-align: center !important;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

.mb-5, .my-5 {
    color: #006666;
}

.devicons {
    color: #006666;
}

.mb-4, .my-4 {
    color: #006666;
}

.mb-3, .my-3 {
    color: #FF9900;
}

ul {
    color: #006666;
}

h3{
    color: #FF9900;
}

h6{
    color: #FF9900;
}

.green_font {
    color: #006666;
}

.form-control {
    border-color: #006666;
}

.form-control:focus {
    border-color: #FF9900;
    box-shadow: 0 0 0 .2rem rgba(255,153,0,.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #FF9900;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,153,0,.75);
}

.btn:focus, .btn:hover {
    box-shadow: 0 0 0 .2rem rgba(255,153,0,.25);
}

li {
    color: #FF9900;
}

.btn {
    background-color: #FF9900;
    color: #006666;
}

.m_bottom {
    padding-bottom: 3rem;
}

.fixed-top {
    z-index: 3000;
}

section.resume-section-1 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

a:active, a:focus, a:hover {
    color: #EA9400;
}

a {
    color: #006666;
}

.list-inline-item {
    text-align: center;
}

.k-row {
    display: flex;
    text-align: center;
}

.md-modal-1, .md-modal-2 {
    margin: auto;
    position: fixed;
    top: 100px;
    left: 15rem;
    right: 0;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.md-show {
    visibility: visible;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}
.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    margin-top: 2rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-12 ~ .md-overlay {
    background-color: #ffffff;
}
.md-effect-12 .md-content h3, .md-effect-12 .md-content {
    background: transparent;
}
.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-text {
    color: #006666;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: justify;
}

h2 {
    color: #006666;
}

.md-close {
    position: absolute;
    top: -42px;
    right: 37px;
    width: 0;
    height: 0;
    cursor: pointer;
    background-color: transparent;
    font-size: 3rem;
    text-align: left;
    color: #FF9900;
}

.img-modal {
    text-align: center;
}

.col-md-5 {
    margin: auto;
}

.nav-address {
    color: rgba(255,255,255,.5);
}

.nav-address a {
    color: rgba(255,153,0,.75);
    text-decoration: none;
}

@media (max-width:992px) {
    section.resume-section-1 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    #top {
        padding-top: 1rem !important;
        padding-bottom: 0rem !important;
    }

    .md-modal-1, .md-modal-2 {
        left: 3rem;
    }

    .nav-address {
        display:none
    }
}
