body{
  font-family: 'Avenir'!important;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color:#2a2a2a;
}
.registerContent{
  margin-top: 50px !important;
}
.form-horizontal.sprift-inputs{
    background: #000000;
}
.sprift-inputs .form-control:focus {
    background-color: #fff;
    color: #000;
}
.registrationContainer .registerContent .form-horizontal{
  padding: 20px;
}

.sprift-inputs .form-control:focus::placeholder {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.under-login-note{
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin: 12px;
  font-family: 'Avenir';
}
.registrationContainer .registerContent h5{
  margin: 15px auto 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Avenir';
}
.login-form-logo{
  margin-top: 80px;
}
.login-bottomtxt{
  margin: 30px auto;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
}
.form-horizontal .form-group:before,.form-horizontal .form-group:after {
    display: none;
}
.sprift-inputs .form-group .btn-success{
    margin-top: 0px;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    padding: 25px;
 }
.login-header{
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 28px;
    color: #FFF;
}
.registrationContainer .registerContent h5 a.highlight{
  font-family: 'Avenir';
}
.validation-error{
  font-size: 28px;
  line-height: 1.0;
  margin-bottom: 5px;
}
.validation-success{
  font-size: 28px;
  line-height: 1.0;
  margin-bottom: 5px;
}

/* BASIC SETUP */
.page-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.nav-wrapper {
  width: 100%;
  position: -webkit-fixed; /* Safari */
  position: sticky;
  top: 0;
  background-color: #000;
  /* padding: 0px 60px; */
}
/* NAVIGATION */
.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  /* display: grid;
  grid-template-columns: 1fr 3fr; */
  align-items: center;
  height: 65px;
  overflow: hidden;
  padding: 0px 60px;
  position: fixed;
  width: 100%;
  background: #000;
}
.nav-bar .navbarbrand img {
  height: 36px;
  width: auto;
  justify-self: start;
}
.nav-bar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-self: end;
}
.nav>li> .active{
    color: #F09E1F !important;
}
.nav>li>a{
    padding: 10px 30px 10px 15px;

}
.nav>li> .nav-btn{
    padding: 6px 15px;
    border: 1px solid #F09E1F;
    margin-right: 6px;
}
.nav>li> .nav-btn:hover{
    background: #F09E1F;
    color: #FFF;
}
.nav>li> .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    border-right: 1px solid #fff;
}
.nav>li>a:hover, .nav>li>button:hover, .nav>li>a:focus, .nav>li>button:focus {
    text-decoration: none;
    background-color: transparent;
    color: #ffbd59 ;
}
.nav-item a {
    color: #FFF;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Avenir';
}
.nav-item a:hover {
  color: #3498db;
}
/* bottom list */
.menu-pricing .pricing-menu {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 20px 30px;
    list-style: none;
    background: #000;
    border-top: 1px solid #757575;
    overflow-y: auto;
    position: relative;
}
.menu-pricing ul li a {
    color: #fff!important;
}
.menu-pricing ul li {
    position: relative;
    padding: 0 20px;
    white-space: nowrap;
    text-align: center;
    border-right: 1px solid #FFF;
}
.menu-pricing ul li:last-child{
    border-right: 0px;
}
.menu-pricing ul li:first-child::before {
     height: 0px;
}
.pricing-menu::after {
    content: '';
    display: block;
    background-image: linear-gradient(to left,rgba(0,0,0,.9) 97%,rgba(0,0,0,.6) 0%);
    width: 29px;
    z-index: 111;
    height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
}
.pricing-menu::before {
    content: '';
    display: block;
    background-image: linear-gradient(to left,rgba(0,0,0,.9) 97%,rgba(0,0,0,.6) 0%);
    width: 40px;
    z-index: 111;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.menu-pricing ul li.current_page_item a{
    color: #F09E1F!important;
}
.fusion-page-title-bar{
    border-top: 1px solid #757575 !important;
    border-bottom: 0 !important;
}
.menu-pricing ul li a:hover{
   color: #F09E1F!important;
}
.menu-pricing{
    position: relative;
    border-top: 1px solid #757575;
    padding-top: 65px;
    background-color: #000;
}
.menu-pricing ul.pricing-menu::-webkit-scrollbar {
  height: 3px;
}

.menu-pricing ul.pricing-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.menu-pricing ul.pricing-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.registrationContainer {
    background: #1a1a1a;
}
/* MOBILE MENU & ANIMATION */

.menu-toggle .bar{
  width: 30px;
  height: 2px;
  background-color: #FFF;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-toggle {
  justify-self: end;
  margin-right: 25px;
  display: none;
}

.menu-toggle:hover{
  cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2){
  opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1){
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/* Media Queries */

  /* Mobile Devices - Phones/Tablets */

@media only screen and (max-width: 990px) {
    .features {
        flex-direction: column;
        padding: 50px;
    }
    /* MOBILE NAVIGATION */

    .nav-bar ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: center;
        top: 0px;
        left: 0;
        right: 0;
        background-color: #000;
        width: 100%;
        height: 100vh;
        transform: translate(-109%);
        text-align: center;
        /* overflow: hidden; */
        z-index: 1;
    }

    .nav>li> .nav-link{
        border-right: 0px;
    }
    .nav>li> .nav-btn{
        border: 0px;
        padding: 0px;
    }
    .nav-bar li {
        padding: 15px;
    }
    .nav>li> a {
        font-size: 16px;
    }

    .menu-toggle, .bar {
        display: block;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

  .mobile-nav {
        transform: translate(0%)!important;
    }
}