.change-form,
.navbar {
  align-items: center;
  display: flex;
}
.has-shadow,
.navbar {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.cropper-popup,
.navbar {
  position: fixed;
  top: 0;
  left: 0;
}
.border-bottom,
.h2oi,
.heading-text,
.info-box,
.txt-center {
  text-align: center;
}
.headerbody,
body {
  overflow-x: hidden;
}
footer {
  margin-top: 950 !important;
}
*,
footer,
footer:after,
footer:before {
  box-sizing: border-box;
}
.footer a,
.navbar-brand,
.navbar-links a,
a {
  text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.navbar {
  background-color: white;
  color: white;
  justify-content: space-between;
  width: 100%;
  z-index: 100;
}
.navbar-brand {
  font-size: 20px;
  font-weight: 700;
  color: #ff671f;
  padding: 15px;
}
.navbar-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.navbar-links a {
  font-size: 18px;
  font-weight: 600;
  color: #ff671f;
}
.navbar-links a:hover{
  opacity:.8;
}
.heading-container {
  background-color: #ff671f;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 20px;
  padding:55px 20px;
  border-bottom:1px dashed #d3d3d3;
  text-align:center;
}
.heading-text {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.change-form {
  font-weight: 600;
}
.change-form-menu {
  width: 80%;
  color: white;
  margin-left: 10%;
  padding-right: 3px;
  display: flex;
  align-items: center;
}
.change-form-menu option {
  padding: 5px 10px;
  margin: 3px;
}
#formDropdown {
  width: 900px;
  height: 40px;
  font-size: 18px;
  padding: 5px;
}
#formDropdown option {
  font-size: 18px;
  justify-content: center;
  text-align: left;
}
.btn-fp {
  background-color: #ff671f;
  color: white;
  border-radius: 0;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
}
.bg-white,
.demo-man-logo,
.info-box {
  background-color: white;
}
.pics,
a {
  color: #ff671f;
}
.demo-man-logo,
.pics {
  width: 175px;
  height: 200px;
  border: 5px dashed #d3d3d3;
  padding: 5px;
}
.btn-fp:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(128 0 0 / 30%);
}
.btn-fp:hover,
.headerbody .FTR .content b {
  color: white;
}
.pics {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150px;
}
#photoPreview,
#signaturePreview,
#thumbPreview,
#CertificatePreview,
.custom-file-input {
  display: none;
}
#photoPreview.visible,
#signaturePreview.visible,
#thumbPreview.visible {
  display: block;
}
.demo-man-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff671f;
  font-size: 120px;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.container-fluid {
  width: 50%;
  margin-top: 35px;
  margin-bottom: 55px;
  padding: 0 15px;
}
.row1 {
  display: flex;
  flex-wrap: wrap;
  min-height: 350px;
  padding: 25px;
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden;
}
.col1,
.col2 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0.5rem;
  justify-content: center;
}
.txt-center {
  padding-top: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.border-bottom,
.my-mb {
  padding: 5px;
  margin-bottom: 15px;
}
.border-bottom {
  display: flex;
  justify-content: center;
  justify-self: center;
}
.border-bottom h4 {
  width: 50%;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px dashed #d3d3d3;
}
.info-box {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-top: 5px;
}
.info-box p {
  font-size: 14px;
}
@media (max-width: 670px) {
  .d-flex {
    display: block;
  }
  .container-fluid {
    width: 100%;
    padding: 0 15px;
  }
  .row1 {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 15px;
  }
  .my-mb {
    font-size: 14px;
  }
  .m-rslt {
    width: 100%;
    text-align: center;
  }
  .demo-man-logo {
    width: 175px;
    height: 200px;
    font-size: 120px;
  }
}
.cropper-popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.cropper-popup-content {
  position: relative;
  max-width: 80vh;
  max-height: 100%;
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  overflow: hidden;
}
.cropper-popup-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cropper-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}
.cropper-popup img {
  max-width: 100%;
  max-height: 70vh;
}
.cropper-popup-buttons {
  margin-top: 9px;
  display: block;
}
.cropper-popup-buttons button {
  margin: 5px;
  cursor: pointer;
}
.cropper-popup-buttons button.crop {
  width: 100%;
  height: 35px;
  font-size: 20px;
  background-color: #000;
  color: white;
  border: none;
}
.cropper-popup-buttons button.crop:hover {
  background-color: white;
  color: #000;
  border: 1px solid #000;
}
.cropper-popup-buttons button.cancel {
  height: 35px;
  padding: 5px;
  border: none;
  justify-self: end;
  background-color: red;
  color: white;
}
.cropper-popup-buttons button.cancel:hover {
  background-color: white;
  color: red;
  border: 1px solid red;
}
@media (max-width: 767px) {
  .cropper-popup-content {
    max-width: 90vw;
  }
  .cropper-popup img {
    max-height: 70vh;
  }
}

.description {
  background-color: white;
  padding: 10px;
  width: 99%;
  margin: auto;
}
.section-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.description p {
  font-size: 20px;
  margin-bottom: 16px;
}
.how-to-use {
  font-size: 20px;
  margin-left: 35px;
}
.headerbody {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-areas: "main" "FTR";
  background: white;
  min-height: 85vh;
}
.headerbody .FTR {
  z-index: 1;
  --FTR-background: #ff671f;
  display: grid;
  position: relative;
  grid-area: FTR;
  min-height: 12rem;
}
.headerbody .FTR .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background: var(--FTR-background);
  -webkit-filter: url("#blob");
  filter: url("#blob");
}
.headerbody .FTR .bubbles .bubble {
  position: absolute;
  left: var(--position, 50%);
  background: var(--FTR-background);
  border-radius: 100%;
  -webkit-animation: bubble-size var(--time, 4s) ease-in infinite
      var(--delay, 0s),
    bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
  animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s),
    bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.headerbody .FTR .content {
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 4rem;
  padding: 2rem;
  background: var(--FTR-background);
}
.headerbody .FTR .content a,
.headerbody .FTR .content p {
  color: #f5f7fa;
  text-decoration: none;
}
.headerbody .FTR .content p {
  margin: 0;
  font-size: 0.75rem;
}
.headerbody .FTR .content > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.headerbody .FTR .content > div > div {
  margin: 0.25rem 0;
}
.headerbody .FTR .content > div > div > * {
  margin-right: 0.5rem;
}
.headerbody .FTR .content > div .image {
  align-self: center;
  width: 4rem;
  height: 4rem;
  margin: 0.25rem 0;
  background-size: cover;
  background-position: center;
}
@-webkit-keyframes bubble-size {
  0%,
  75% {
    width: var(--size, 4rem);
    height: var(--size, 4rem);
  }
  100% {
    width: 0;
    height: 0;
  }
}
@keyframes bubble-size {
  0%,
  75% {
    width: var(--size, 4rem);
    height: var(--size, 4rem);
  }
  100% {
    width: 0;
    height: 0;
  }
}
@-webkit-keyframes bubble-move {
  0% {
    bottom: -4rem;
  }
  100% {
    bottom: var(--distance, 10rem);
  }
}
@keyframes bubble-move {
  0% {
    bottom: -4rem;
  }
  100% {
    bottom: var(--distance, 10rem);
  }
}
.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px;
  color: white;
  background-color: #ff671f;
  border-top: 1px solid #ff671f;
}
.footer > * {
  flex: 1 100%;
}
.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 2em;
}
.footer__logo {
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.5rem;
}
.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400;
}
.nav__title {
  border-bottom: 1px dashed #add8e6;
  font-weight: 400;
  font-size: 19px;
}
.footer address {
  font-style: normal;
  color: white;
}
.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: white;
  border-radius: 100px;
  color: #ff671f !important;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}
.footer__btn:hover {
  background-color: white;
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer li {
  line-height: 2em;
}
.footer__nav {
  display: flex;
  flex-flow: row wrap;
}
.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}
.nav__ul a {
  font-size: 14px;
  color: white;
}
.nav__ul a:hover {
  color: #000 !important;
  background-color: white;
  padding: 2px;
}
.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}
.legal {
  display: flex;
  flex-wrap: wrap;
  color: whitefff;
}
.legal__links {
  display: flex;
  align-items: center;
}
.heart {
  color: #2f2f2f;
}
@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}
@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }
  .nav__item--extra {
    flex-grow: 2;
  }
  .footer__addr {
    flex: 1 0px;
  }
  .footer__nav {
    flex: 2 0px;
  }
}

#candidateNamePhoto, #candidateNameSign, #candidateNameCertificate {
    width: 100px;
    height: 29px;
    text-align: center;
    border-color: #ff671f;
}






















/* ====================================
HOMEPAGE FINAL FIX
==================================== */

/* HERO */

.heading-container{
  background:#ff671f;
  width:100%;
  margin-top:80px;
  padding:60px 20px;
  border-bottom:1px dashed #d3d3d3;
  text-align:center;
}

.heading-text-home{
  color:white;
  font-size:42px;
  font-weight:700;
  margin-bottom:15px;
  line-height:1.3;
}

.heading-subtext{
  color:white;
  font-size:18px;
  line-height:1.9;
  max-width:850px;
  margin:auto;
  text-align:center;
}

/* HERO BUTTONS */

.hero-buttons{
  margin-top:30px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:15px;
  flex-wrap:wrap;
}

.hero-btn{
  background:white;
  color:#ff671f !important;
  padding:14px 28px;
  border-radius:4px;
  font-weight:700;
  transition:.3s;
}

.hero-btn:hover{
  transform:translateY(-3px);
}

.hero-btn-outline{
  background:transparent;
  color:white !important;
  border:2px solid white;
}

/* SECTION */

.tools-section,
.category-wrapper,
.description,
.faqs{
  width:96%;
  margin:auto;
  margin-top:40px;
}

.section-title{
  font-size:28px;
  font-weight:700;
  margin-bottom:20px;
}

/* CATEGORY */

.category-grid{
  display:grid;
  grid-template-columns:
  repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.category-card{
  background:white;
  padding:25px;
  box-shadow:0 2px 10px rgba(0,0,0,.15);
}

.category-card h3{
  color:#ff671f;
  margin-bottom:15px;
  font-size:24px;
}

.category-card ul{
  margin-left:18px;
  line-height:2;
}

.category-card li{
  font-size:18px;
}

/* =========================
HOW TO SECTION
========================= */

.how-to-resize{
  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:40px;

  background:#fff;

  border:1px solid #06038d;

  box-shadow:
  0 2px 10px rgba(0,0,0,.08);

  width:96%;

  margin:40px auto;

  padding:35px;
}

.h2o{
  flex:1;
}

.h2oi{
  flex:0 0 320px;

  display:flex;
  justify-content:center;
  align-items:center;
}

.h2oi svg{
  width:220px;
  height:220px;

  color:#06038d;

  display:block;
}

/* TITLE */

.how-to-resize .section-title{
  font-size:28px;
  font-weight: 700;
  margin-bottom:20px;
}

/* STEP */

.how-to-step{
  display:flex;
  align-items:flex-start;

  gap:18px;

  margin-bottom:15px;
}

/* NUMBER */

.step-icon{
  min-width:38px;
  width:38px;
  height:38px;

  border-radius:50%;

  background:#06038d;
  color:#fff;

  display:flex;
  justify-content:center;
  align-items:center;

  font-size:18px;
  font-weight:700;

  margin-top:3px;
}

/* TEXT */

.step-text{
  flex:1;
  font-size:20px;
  line-height:1.8;
}

/* MOBILE */

@media(max-width:768px){

  .how-to-resize{
    flex-direction:column;
    padding:25px;
    gap:10px;
  }

  .h2oi{
    flex:none;
    margin-top:10px;
  }

  .h2oi svg{
    width:160px;
    height:160px;
  }

  .how-to-resize .section-title{
    font-size:30px;
  }

  .step-text{
    font-size:17px;
    line-height:1.7;
  }

}

/* DESCRIPTION */

.description{
  background:white;
  padding:25px;
  box-shadow:0 2px 10px rgba(0,0,0,.1);
}

.description p{
  font-size:20px;
  line-height:1.9;
  margin-bottom:16px;
}

/* FAQ */

.faqs {
  padding: 25px;
}

.accordion{
  max-width:96%;
  margin: auto;
}

.accordion-item{
  background:white;
  margin-bottom:16px;
  border-bottom:1px solid #ddd;
  padding:15px 10px;
  border-radius:4px;

  overflow:hidden;

  box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.accordion-question{
  display:flex;
  justify-content:space-between;
  align-items:center;

  padding:24px;

  cursor:pointer;

  transition:.3s;
}

.accordion-question:hover{
  background:#fff7f2;
}

.accordion-question h4{
  font-size:22px;
}

.accordion-icon{
  font-size:30px;
  font-weight:700;
  color:#ff671f;
}

.accordion-answer{
  display:none;

  padding:0 24px 24px;

  font-size:20px;

  line-height:1.8;
}

.accordion-item.active .accordion-answer{
  display:block;
}






.accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}

/* TOOLS */

.tools-grid{
  display:grid;
  grid-template-columns:
  repeat(auto-fit,minmax(280px,1fr));

  gap:25px;

  align-items:stretch;
}

.tool-card{
  background:white;

  box-shadow:0 2px 10px rgba(0,0,0,.15);

  overflow:hidden;

  display:flex;
  flex-direction:column;

  transition:.3s;
}

.tool-card:hover{
  transform:translateY(-6px);
}

.tool-top{
  flex:1;

  display:flex;
  flex-direction:column;
  justify-content:flex-start;

  padding:25px;

  text-align:center;
}

.tool-icon{
  width:120px;
  height:120px;

  margin:auto;
  margin-bottom:20px;
  border:5px dashed #d3d3d3;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:58px;
 
  color:#ff671f;
}

.tool-card h3{
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  line-height:1.3;
  margin-bottom:12px;
}

.tool-card p{
  flex:1;
  font-size:15px;
  line-height:1.8;
}

.tool-bottom{
  margin-top:auto;
  padding:20px;
  background:#fafafa;
  border-top:1px solid #eee;
}

.tool-btn{
  display:block;
  width:100%;
  text-align:center;
  background:#ff671f;
  color:white !important;
  padding:14px;
  font-weight:700;
  transition:.3s;
}

.tool-btn:hover{
  background:#e25a16;
}

/* MOBILE */

@media(max-width:768px){

  .heading-text{
    font-size:32px;
  }

  .heading-subtext{
    font-size:16px;
  }

  .hero-buttons{
    flex-direction:column;
  }

  .section-title{
    font-size:28px;
  }

  .tool-card h3{
    min-height:auto;
    font-size:26px;
  }

  .tool-card p,
  .description p,
  .step-text,
  .accordion-answer{
    font-size:17px;
  }

  .accordion-question h4{
    font-size:20px;
  }

  .how-to-resize{
    flex-direction:column;
  }

  .h2oi{
    font-size:100px;
    margin-top:20px;
  }

}
