h1{
    color: #ffffff;
}

.top-header-area {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 70px;
  background-color: #0D1A75;
  left: 0px;
  top: 0;
  transition-duration: 500ms;
  padding: 10px 15px 0 30px;
  box-shadow: 1px 0 10px 1px rgba(63, 77, 103, 0.1);
}

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-caption p{
    color: #ffffff;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
    background-color: #EFEFEF;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

.member_logo {
    max-width: 200px;
    max-height: 140px;
    height: auto;
    width: auto !important;
    margin: 0 auto;
}

.member_logo_wrap {
    border-radius: 5px;
    border: 1px solid rgba(21, 21, 21, 0.1);
    background: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin: 0 20px 20px 20px;
    overflow: hidden;
}

.member_wrap {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin: 0 20px 20px 20px;
}
.footer-area .footer-nav li a{
    color: #ffffff;
}
.footer-area .copywrite-text p{
    color: #ffffff;
}
.footer-area .copywrite-text p a{
     color: #ffffff;
}
.right-side-navbar .nav-item.dropdown .btn{
    color: #ffffff;
}
