body {
  position: relative;
  
}

.captcharow{
  min-width: 80vw;
  margin-bottom: 1.5rem;
}

.capchacont {
  position: relative;
  max-width:255px;
  max-height: 70px;
  min-height: 70px;
  padding: 0px;
  border-radius: 10px;
  border-color: #fff;
  border-style: solid;
  background-color: #212529;

}
.capchacont .captchimg{
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  height: 60px;
  height: 60px;
  padding: 5px;
  border-radius: 10px;
  z-index: 2;

}
.capchacont .refresh{
  position:absolute;
  top: 0px;
  right: 0px;
  height: 30px;
  margin: 5px;
  color: #fff;
  z-index: 5;

}
.form-control::-moz-placeholder {
  color:#212529 !important;
  opacity: 0.3;
}
.form-control::placeholder {
  color:#212529 !important;
  opacity: 0.3;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color:#212529 !important;
}

.btn {
  background-color:#5e00c4;
  border-color:#5e00c4;
}
.btn:hover {
  background-color:#5e00c4;
  border-color:#ae00ff;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color:#5e00c4;
  border-color:#5e00c4;
  opacity: 0.5;
}

.validGood {   
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
  background-color: #beffc1;
}
.validBad {   
  border-color: rgba(255, 67, 67, 0.8);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.075) inset, 0 0 15px rgba(255, 67, 67, 0.6);
  outline: 0 none;
  background-color: #ffc2c2;
}


#mainNav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #212529;
  }
  #mainNav .navbar-toggler {
    padding: 0.75rem;
    font-size: 0.75rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
    font-weight: 700;
  }
  #mainNav .navbar-brand {
    color: #5e00c4ff;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
  }
  #mainNav .navbar-brand img {
    height: 2.5rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.95rem;
    color: #fff;
    letter-spacing: 0.0625em;
  }
  #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #5e00c4ff;
  }
  
  @media (min-width: 992px) {
    #mainNav {

      padding-bottom: 0.5rem;
      border: none;
      background-color: transparent;
      transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }
    #mainNav .navbar-brand {
      font-size: 4.5em;
      transition: font-size 0.3s ease-in-out;
    }
    #mainNav .navbar-brand img {
      height: 5rem;
      transition: height 0.3s ease-in-out;
    }
    #mainNav.navbar-shrink {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      background-color: #212529;
    }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 2.25em;
    }
    #mainNav.navbar-shrink .navbar-brand svg,
  #mainNav.navbar-shrink .navbar-brand img {
      height: 4.5rem;
    }
    #mainNav .navbar-nav .nav-item {
      margin-right: 1rem;
    }
    #mainNav .navbar-nav .nav-item:last-child {
      margin-right: 0;
    }
  }


  header.masthead {
    text-align: center;
    color: #fff;
    background-color: #000000;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 100vh;
    max-height: 100vh;
  }

  canvas{
    z-index:0;
    border-width: 5px;
    border-color: #5e00c4;

  }
  .masthead #overCanvas{  
    color:white;
    position:absolute;
    left: 50%;
    top: 0px;
    min-height: 100vh;
    min-width: 90vw;
    z-index:5;
    transform: translate(-50%, 0);
  }
  .masthead #overCanvas_active{
    margin-top: 30vh;
    color:white;

    max-height: 50vh;
    min-height: 50vh;

    z-index:5;

  }
 
  header.masthead .masthead-subheading {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.5rem;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  header.masthead .masthead-heading {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.25rem;
    margin-bottom: 2rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  
  header.masthead .masthead-animated-heading {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 1rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  header.masthead .masthead-rollholder {
    position: relative;
    height: 2.25rem;

  }
  header.masthead .roll {
    width: min-content;
    position: absolute;
    height: 2.25rem;
    margin-left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    transition: all .75s ease;

  }

  header.masthead .show {
    opacity: 1 !important;
  }
  
  @media (min-width: 768px) {
    header.masthead {
      padding-top: 0rem;
      padding-bottom: 0rem;
    }
    header.masthead .masthead-subheading {
      font-size: 3.25rem;
      font-style: italic;
      line-height: 3.25rem;
      margin-bottom: 2rem;
    }
    header.masthead .masthead-heading {
      font-size: 5.5rem;
      font-weight: 700;
      line-height: 5.5rem;
      margin-bottom: 4rem;
    }
    header.masthead .masthead-rollholder {
      height: 5.5rem;
    }

  }

  .login-modal .modal-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    text-align: center;
  }

  .login-modal .modal-body {
    width: 100%;
  }

  .login-modal input {
    width: 100%;
  }
  

  #services .services-item {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }
  #services .services-item .services-link {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  #services .services-item .services-link .services-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5e00c4b3;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.25s;
  }
  #services .services-item .services-link .services-hover .services-hover-content {
    font-size: 1.25rem;
    color: white;
  }
  #services .services-item .services-link:hover .services-hover {
    opacity: 1;
  }
  #services .services-item .services-caption {
    padding: 1.5rem;
    text-align: center;
    background-color: #fff;
  }
  #services .services-item .services-caption .services-caption-heading {
    font-size: 1.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    margin-bottom: 0;
  }
  #services .services-item .services-caption .services-caption-subheading {
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  
  .services-modal .modal-dialog {
    margin: 5vw;
    max-width: 90vw;
  }
  .services-modal .modal-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
    text-align: center;
  }
  .services-modal .modal-content h2, .services-modal .modal-content .h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .services-modal .modal-content p.item-intro {
    font-style: italic;
    margin-bottom: 2rem;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .services-modal .modal-content p {
    margin-bottom: 2rem;
  }
  .services-modal .modal-content ul.list-inline {
    margin-bottom: 2rem;
  }
  .services-modal .modal-content img {
    margin-bottom: 2rem;
  }
  .services-modal .close-modal {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    background-color: transparent;
  }
  .services-modal .close-modal:hover {
    opacity: 0.3;
  }
  


  .carousel-inner{
    background-color: #212529;
    height: 100%;
    width: 100%;
  }

  .carousel-item-wrapper{
    margin-top: 20vh;
    min-height: 80vh;
    color: #fff;
  }
  .Carousel-item-heading{
    max-width: 80vw;
    margin-left: 10vw;
    align-items: left;
    text-align: left;
  }

  .Carousel-item-body{
    max-width: 80vw;
    margin-left: 10vw;
    align-items: left;
    text-align: left;
  }

  .Carousel-item-body .lev1{
    margin-left: 1.5rem;   
  }
  .Carousel-item-body .lev2{
    margin-left: 3.5rem;   
  }
  .Carousel-item-body .lev3{
    margin-left: 5.5rem;   
  }

  .Carousel-item-body .seperator {
    max-width: 60vw;
    min-width: 60vw;
    height: 2px;
    background-color: #2c2c2c;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 1px;
    clear: both;
  }


  .tech-container{
    width:fit-content;
    float: left;
  }

  .tech-container .btn {
    margin-left: 5px;
    margin-bottom: 15px;

  }


  section#contact {
    background-color: #212529;
    background-image: url("../assets/img/map-image.png");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
  }
  section#contact .section-heading {
    color: #fff;
  }
  section#contact .section-subheading {
    color: #fff;
  }
  section#contact form#contactForm .form-group {
    margin-bottom: 1.5rem;
  }
  section#contact form#contactForm .form-group input,
  section#contact form#contactForm .form-group textarea {
    padding: 1.25rem;
  }
  section#contact form#contactForm .form-group input.form-control {
    height: auto;
  }
  section#contact form#contactForm .form-group-textarea {
    height: 100%;
  }
  section#contact form#contactForm .form-group-textarea textarea {
    height: 100%;
    min-height: 10rem;
  }
  section#contact form#contactForm p.help-block {
    margin: 0;
  }
  section#contact form#contactForm .form-control:focus {
    border-color: #5e00c4ff;
    box-shadow: none;
  }
  section#contact form#contactForm ::-webkit-input-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
  }
  section#contact form#contactForm :-moz-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
  }
  section#contact form#contactForm ::-moz-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
  }
  section#contact form#contactForm :-ms-input-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
  }
  
  section#contact form#regForm .form-group {
    margin-bottom: 1.5rem;
  }
  section#contact form#regForm .form-group input select,
  section#contact form#regForm .form-group textarea {
    padding: 1.25rem;
  }
  section#contact form#regForm .form-group input.form-control {
    height: auto;
  }
  section#contact form#regForm .form-group-textarea {
    height: 100%;
  }
  section#contact form#regForm .form-group-textarea textarea {
    height: 100%;
    min-height: 10rem;
  }
  section#contact form#regForm p.help-block {
    margin: 0;
  }
  section#contact form#regForm .form-control:focus {
    border-color: rgb(94, 0, 196);
    box-shadow: none;
  }
  section#contact form#regForm ::-webkit-input-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
  }
  section#contact form#regForm :-moz-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
  }
  section#contact form#regForm ::-moz-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
  }
  section#contact form#regForm :-ms-input-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
  }
  
  .footer {
    text-align: center;
    font-size: 0.9rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .form-question {
    margin-top: 2.5rem;
    margin-bottom: 0.5rem !important;
  }

  .survey-input {
    margin-top: 1rem;


  }



