@font-face {
  font-family: "MIXOfont";
  src: url("/fonts/MIXOfont.woff2") format("truetype");
}
:root {
  --blue: #FF5733;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #FF5733;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --pink: #FF5733;
  --slate: #272b31;
	--cta: #3AC200;
	--bodyFont: Nunito;
	--headingFont: Eurostile;
	--titleFont: MIXOfont;
	--siteWidth: 1400px;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-family: Nunito, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  text-align: left;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--slate);
}

/* Styles */
li {
  font-weight: normal;
}
section {
  padding: 70px 0;
  border-top: 1px solid #222;
}
footer {
  width: 100%;
  color: #ccc;
  padding: 20px 0;
  font-size: 14px;
}
footer p {
  font-size: 1.3em;
  margin-bottom: 0;
  line-height: 1.8em;
}
.foot-links a {
  display: inline-block;
  color: #fff;
  padding: 0 8px;
  margin-bottom: 5px;
  text-decoration: none;
  font-size: 20px;
  border-radius: 5px;
}
.foot-links {
  max-width: 800px;
  margin: auto;
}
.foot-links a:hover {
  background-color: var(--primary);
  color: white !important;
}
.transback {
  background: rgba(17, 17, 17, 0.7);
}
.greyed {
  background: #101114;
}
.navbar {
  background: #101114;
  height: 55px;
}
.nav-item {
  padding: 0 15px;
}
.logo {
  max-height: 30px;
}
.navbar-brand {
  padding: 0 15px;
  font-size: 0;
}

.navbar-nav {
  margin-top: 40px;
}

.navbar-link a {
  display: block;
  color: white;
  font-family: var(--titleFont);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 1.7em;
  padding: 8px 20px;
  border-radius: 5px;
}

.side-social {
  position: fixed;
  bottom: 30px;
}

.side-social a {
  display: block;
  color: var(--slate);
  font-family: var(--titleFont);
  display: inline-block;
  font-size: 1.8em;
  padding: 8px 10px;
  text-decoration: none;
}

.navbar-link a:hover, .side-social a:hover {
  background: var(--primary);
  color: white;
}

.navbar-collapse {
	background: #101114;
  position: absolute;
  width: 350px;
  top: 55px;
  transition: 0.2s;
  display: block;
  height: 100vh !important;
  right: -350px;
}
.navbar-collapse.collapsing {
  transition: 0.2s;
  display: block;
}
.navbar-collapse.show {
  right: 0;
}
header {
  margin-top: 65px;
}
#navbarSupportedContent {
  margin-top: 7px;
  background: #111;
}
.nav-link {
  color: #ececec !important;
  cursor: pointer;
}

h1 {
  font-size: 2.3rem;
  font-family: var(--titleFont),Helvetica,Arial,sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  color: white;
  margin: 1.2rem 0;
  margin-top: 1.2rem;
  line-height: 1.25em;
  margin-top: 0;
}

@media (max-width: 414px) {
  header {
    margin-top: 62px;
  }
  .banner-overlay {
    padding: 70px 0;
  }
  .carousel-item li {
    font-size: 14px;
  }
  .carousel-item h3 {
    font-size: 22px;
  }
  .navbar-collapse {
    width: 100%;
    right: -100%;
  }
}
@media (max-width: 991px) {
  .nav-item {
    border-bottom: 1px solid #222;
  }
  .nav-item:hover {
    background: #222;
  }
  .extra-pad {
    padding: 50px 20px !important;
    min-height: 250px;
  }
}
@media (min-width: 992px) {
  .nav-link:hover {
    color: #ff5733 !important;
  }
}
.feature-icons {
  max-height: 50px;
}
.blued {
  color: #ff5733;
}
.greened {
  color: #32db64;
}
a {
  color: #ff5733;
}
a:visited, a:focus {
  outline: none;
}
.carousel-item ul {
  list-style: none;
}
.carousel-item li {
  padding-left: 10px;
}
.carousel-item ul li:before {
  content: "✓";
  padding-right: 10px;
}
.carousel-item {
  text-shadow: 0px 2px 5px #333;
}
.btn, .btn:focus {
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  border-radius: 5px;
  border-width: 1px;
  padding: 10px 12px 14px 12px;
  font-size: 16px;
  font-family: Eurostile, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-align: left;
  white-space: normal;
}
.btn-outline {
  background: transparent;
  border: 1px solid #ff5733;
  color: #ff5733;
}
.btn-full {
  background: #ff5733;
  border: 1px solid #ff5733;
  color: #fff;
}
.btn:hover, .btn:active {
  background-color: var(--green) !important;
  color: white;
  border: 1px solid var(--green) !important;
}

.connectedp .btn {
  max-width: 300px;
}

a:hover {
  color: #3AC200;
}
.extra-pad {
  padding: 120px 70px;
}
.extra-pad h2 {
  font-size: 40px;
}
.top-bord {
  border-top: 1px solid #222;
}
.max400 {
  max-width: 400px;
  margin: auto;
}
h4 {
  font-size: 22px;
}
.std-font {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.appst {
  max-height: 38px;
}
.appico {
  height: 100px;
  width: 100px;
  border-radius: 15px;
  overflow: hidden;
}
.forms {
  max-width: 450px;
  margin: auto;
}
.weblink {
  float: right;
  color: #fff;
}
#footer {
  margin-top: auto;
}
.iframe-form {
  margin-top: 65px;
}
.iframe-div {
  height: 25px;
}
.iframe-error {
  color: #ff5733;
}
.iframe-input, .form-control {
  border: 1px solid var(--slate);
  border-radius: 5px;
  padding: 12px;
  height: auto;
  margin-bottom: 1.4em;
}
.iframe-button {
  height: 42px;
  float: left;
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  background: #ff5733;
  color: #fff;
  padding: 8px 15px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 570px) {
  .iframe-button {
    margin-left: 10px;
    max-width: 160px;
  }
}
@media (max-width: 569px) {
  .iframe-form {
    margin-left: auto;
    margin-right: auto;
  }
  .iframe-button {
    margin-top: 10px;
    max-width: 400px;
  }
}

#completed {
  max-width: 450px;
  margin: 10px auto;
}

.pw-tick-p {
  display: inline;
  padding-left: 7px;
}

.pw-tick {
  display: inline;
  max-width: 35px;
  height: auto;
}

input:focus {
  border: 1px solid var(--primary);
  box-shadow: none !important;
}

.btn-primary:disabled {
    color: #fff;
    background-color: #ff5733;
    border-color: #ff5733;
}

.form-checkbox {
  transform: scale(1.4);
  margin: 0;
  box-shadow: 0 0 0 0 #333;
}
.connectedp {
  font-family: 'MIXOfont', Arial Black, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pink);
}
i.icon.forward::before {
  content: "\f04e";
}
i.icon::before {
  background: 0 0 !important;
}
i.icon, i.icons {
    font-size: 1em;
}
i.icon {
    display: inline-block;
    opacity: 1;
    margin: 0 .25rem 0 0;
    width: 1.18em;
    height: 1em;
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.social a {
    padding: 10px;
    margin: 0 5px;

}
.social a i {
    font-size: 30px;
    padding: 0;
    display: inline-block;
    line-height: 1;
    margin: 0;
}
.copyright {
  font-size: 12px;
}

.navbar-toggler {
	position: absolute;
	top: 10px;
	right: 20px;
	float: right;
	border: 0;
	height: auto;
	align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.navbar-toggler .hamburger {
  height: 3px;
  width: 34px;
  background: white;
  margin-bottom: 4px;
  animation-iteration-count: infinite;
  animation-play-state: paused;
}

.navbar:hover .hamburger {
  animation-play-state: running !important;
}

.navbar-toggler .hamburger:nth-child(1) {
  width: 22px;
  animation-duration: .5s;
  animation-name: bar1;
}
.navbar-toggler .hamburger:nth-child(2) {
  width: 32px;
  animation-duration: .4s;
  animation-name: bar2;
}
.navbar-toggler .hamburger:nth-child(3) {
  width: 28px;
  animation-duration: .5s;
  animation-name: bar3;
}
.navbar-toggler .hamburger:nth-child(4) {
  width: 33px;
  animation-duration: .6s;
  animation-name: bar4;
}

@keyframes bar1{0%{width:23px;}50%{width:24px;}100%{width:21px;}}
@keyframes bar2{0%{width:32px;}50%{width:30px;}100%{width:33px;}}
@keyframes bar3{0%{width:28px;}50%{width:29px;}100%{width:26px;}}
@keyframes bar4{0%{width:34px;}50%{width:31px;}100%{width:34px;}}

.spinner-border {
  display: none;
  margin: auto;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.disabled {
  pointer-events: none;
}

.logout-btn {
  max-width: 100px;
  margin-left: auto;
  padding: 5px 20px !important;
}

.val {
  display: block;
}
