body .dark-mode span{
    color: #F4921E;
}

.text-primary {
    color: #F4921E !important;
}

.btn-primary {
    background: #2E54FF !important;
    border: none;
}

.navbar-nav .nav-link.active {
    color: #7e96ff !important;
}

.nav-link:hover, .nav-link:focus {
    color: #7e96ff !important;
}
.navbar .nav-item:hover>.nav-link:not(.disabled), .navbar .nav-item .nav-link.show:not(.disabled) {
    color: #7e96ff !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #7e96ff !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #7e96ff !important;
}
::selection {
    background: #deae7366 !important;
}

.card-hover-primary:hover {
    border-color: #000 !important;
    background-color: #000 !important;
}

.btn-outline-primary {
    color: #F4921E !important;
    border-color: #F4921E !important;
}

.heading-style {
    overflow: hidden;
    text-align: center;
    margin-bottom: 50px;
}

.heading-style span:before {
    background-color: white;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 5%;
}

.heading-style span:before {
    right: 0.5em;
    margin-left: -70%;
}

/* Video CSS */
.video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 72px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  .video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  .video-background-content {
    position: relative;
    z-index: 2;
  }
  
  .video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 1;
  }
/* Video CSS */

.highlight-primary-color {
    color: #F4921E;
}

.card-body {
    background: #e2e7ff;
}

.card-title {
    color: black;
    font-weight: 700;
}

.card-text {
    color: black !important;
}