.bg-1 {
  background: url("https://cdn.dcrypto.com/cdw/demo/cta_bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn-primary {
  background: #d68229!important;
  font-size: 20;
  color: white;
  
}

.center-me {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-dark .navbar-toggler {
  border-color: transparent;
  
}

.navbar-toggler {
  border: 0px;
  border-radius: 0px; 
  border-color:transparent;
}

.dropdown-menu.dropdown-menu-right {
  background-color: transparent;
  border-color: transparent; 
}

.bar1, .bar2, .bar3 {
  width: 25px;
  height: .2rem;
  background-color: #000;
  margin: 6px 0;
  transition: 0.4s; }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 7px);
  transform: rotate(-45deg) translate(-6px, 7px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px); }

.oswald-bold {
  font-family: 'Oswald', sans-serif; 
  font-weight: 700;
}

.border-wrapper {
  border-radius: 5px; 
  border: 2px solid #215ca0; 
  background: rgba(255,255,255, 0.3);
}

.form-check-input[type="checkbox"]:checked + label::before, label.btn input[type="checkbox"]:checked + label::before {
  
  border-right: 2px solid #d68229;
  border-bottom: 2px solid #d68229;
}

.form-check-input[type="checkbox"] + label::before, .form-check-input[type="checkbox"]:not(.filled-in) + label::after, label.btn input[type="checkbox"] + label::before, label.btn input[type="checkbox"]:not(.filled-in) + label::after {
  
  border: 2px solid #d68229; 
}

.no-padding {
  padding-left: 0px; 
  padding-right: 0px;
}

@-moz-document url-prefix() { /* Disable scrollbar Firefox */
            html{
              scrollbar-width: none;
            }
          }

          body {
            margin: 0; /* remove default margin */
            scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
            -ms-overflow-style: none;  /* Disable scrollbar IE 10+ */
            overflow-y: scroll;
          }
          body::-webkit-scrollbar {
            width: 0px;
            background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */
          }



