.main-bg {
  background: url("https://cdn.dcrypto.com/onapsis/bg-2.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn {
  width: 200px;
  font-weight: bold;
  font-size: 1rem;
  font-family: "Open Sans",sans-serif !important;
  background-color: #ff6b13;
  color: white ;
  text-transform: uppercase!important;

} 

.open-sans {
  font-family: 'Open Sans', sans-serif;
}

.solid-button-darkblue, .btn.btn-primary, .btn.btn-primary:visited {
  background-color: #ff6b13;
  text-decoration: none;
  border: none;
  border-radius: 0px;
}
.solid-button-darkblue:hover, .btn.btn-primary:hover {
  background-color: #05325b;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: transparent;
  box-shadow: 0 0 0 00rem rgba(38,143,255,.5);
}


text-decoration: none;

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,0,0,.7)
}

hr {
  border-top: 1px solid rgba(255,255,255,.5);
  width: 80%;
}


.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(0,0,0,.7);
}







.padding {
  padding: 10rem !important;
  margin-left: 200px
}


.light-bg {
  background-color: #faf6fb;
}
.dark-bg {
  background-color: #0a0a0a;
}
p.lead {
  color: #8fc400;
  margin-bottom: 2rem;
}
.section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title small {
  color: #00bfff;
}
.img-thumbnail {
  border-color: #00bfff;
}

@media (max-width:767px) {
  h1 {
    font-size: 40px;
  }
h2 {
  font-size: 30px;
}
}
/*  TABS
----------------------*/

.tab-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #FFF;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
  padding: 3rem;
}

@media (max-width:992px) {
  .tab-content {
    padding: 1.5rem;
  }
}

.tab-content p {
  line-height: 1.8;
}

.tab-content h2 {
  margin-bottom: 0.5rem;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  padding: 1rem 1rem;
  border-color: #faf6fb #faf6fb #FFF;
  font-size: 19px;
  color: #b5a4c8;
  background: #f5eff7;
}

.nav-tabs .nav-link.active {
  background: #FFF;
  border-top-width: 3px;
  border-color: #12b5e5 #faf6fb #FFF;
  color: #12b5e5;
}


@media (max-width:650px) {
  .nav-tabs {
    display: block;
  }
}

.nav-tabs .nav-link.active {
  background: #FFF;
  border-top-width: 3px;
  border-color: #ff6b13 #faf6fb #FFF;
  color: #ff6b13;
}