body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Montserrat", Helvetica, serif;
  font-size: 14px;
  color: #222;
  background: #fff;
}

.ng-cloak {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", Helvetica, serif;
}

.con-info {
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: rgb(1, 4, 131);
}

.common-btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #27266b;
  padding: 8px 32px;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
.common-btn:hover {
  scale: 0.95;
  color: #fff;
  text-decoration: unset;
}
.common-btn.red {
  background-color: #db0402;
}

.commom-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #db0402;
}

.section-padding {
  padding: 60px 0px;
}

a {
  color: #db0402;
}

/***** Header Section *****/
header {
  width: 100%;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .logo a {
  display: inline-block;
}
header .logo a img {
  width: auto;
  height: 28px;
}
header .left-div {
  text-align: right;
}
header .left-div a {
  font-size: 16px;
}
header .left-div a:first-child {
  color: #27266b;
  margin-right: 20px;
}
header .left-div a:hover {
  text-decoration: unset;
}
header .left-div .common-btn {
  padding: 8px 16px;
}

.content {
  padding-top: 81px;
}

.hero-section .sec {
  background-image: url("../images/Image-SportsID-Homepage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: cover;
  height: 400px;
  text-align: center;
  position: relative;
}
.hero-section .sec.comp {
  background-image: url("../images/PastedGraphic-1.jpg");
}
.hero-section .sec h2 {
  font-family: "Montserrat", Helvetica, serif;
  color: #fff;
}
.hero-section .sec .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.hero-section .hero-cont {
  padding: 0 30px 30px 30px;
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0px);
}
.hero-section .hero-cont h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}
.hero-section .hero-cont p {
  font-size: 16px;
  line-height: 1.5;
}

/***** End Header Section *****/
/*********banner-section-start********/
.banner-section {
  background-color: red;
}
.banner-section .banner-content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}
.banner-section .banner-content h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 24px;
}
.banner-section .banner-content .get-btn .common-btn {
  background: #1acc8d;
  color: #fff;
}
.banner-section .banner-img img {
  width: 100%;
  height: auto;
}

/*********banner-section-end********/
/*********client-section-start********/
.our-client .commom-title {
  text-align: center;
}
.our-client .client-logo {
  margin-top: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 5px;
  min-width: 180px;
  height: 110px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-client .client-logo img {
  width: 75px;
  height: auto;
  filter: grayscale(1);
  opacity: 0.7;
}
.our-client .client-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/*********client-section-end********/
/*********features-section-start********/
.features-section h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
}
.features-section h3::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #1acc8d;
  margin: 4px 10px;
}
.features-section .icon-box {
  background-color: #f5f5ff;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.features-section .icon-box .icon-logo img {
  width: 30px;
  height: auto;
}
.features-section .icon-box .project-name {
  padding-left: 8px;
}
.features-section .icon-box .project-name a {
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

/*********features-section-end********/
.contact-us {
  text-align: center;
}
.contact-us .commom-title {
  text-align: center;
}
.contact-us .info .phone .con-info {
  text-decoration: none;
}
.contact-us .info .phone .con-info a {
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  color: rgb(1, 4, 131);
}
.contact-us .info .email {
  margin: 15px 0;
}
.contact-us .info .email .con-info {
  text-decoration: none;
}
.contact-us .info .email .con-info a {
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  color: rgb(1, 4, 131);
}
.contact-us .info .address .con-info {
  margin-bottom: 0;
}
.contact-us .info .address .con-info span {
  font-weight: 400;
  font-size: 20px;
}

/*************footer-section-start************/
footer.section-padding {
  padding-bottom: 0px;
}
footer .signup-div .logo a {
  display: inline-block;
}
footer .signup-div .logo a img {
  width: auto;
  height: 28px;
}
footer .signup-div p {
  margin: 12px 0px 24px;
}
footer .signup-div .common-btn img {
  width: 18px;
  height: auto;
  margin-right: 10px;
}
footer .links p {
  font-weight: 700;
  color: #000;
}
footer .links ul {
  padding-left: 0;
}
footer .links ul li {
  list-style: none;
  margin-bottom: 10px;
}
footer .links ul li a {
  color: #222;
}
footer .links ul li a:hover {
  color: #000;
}
footer .links .social {
  text-align: left;
}
footer .links .social img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  transition: all 0.3s ease;
}
footer .links .social img:hover {
  scale: 1.1;
}
footer .bottom-footer {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
footer .bottom-footer p {
  margin: 10px 0px 10px;
}

/*************footer-section-end************/
/***** How It Work Section *****/
.how-sinup--section {
  background-color: #fafafa;
}
.how-sinup--section .section-para {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.how-sinup--section .step-box {
  text-align: center;
  padding: 10px;
}
.how-sinup--section .step-box .icon {
  text-align: center;
  padding: 20px;
  background-color: #f1f7fd;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 8px;
}
.how-sinup--section .step-box .icon img {
  width: 50px;
  height: auto;
}
.how-sinup--section .step-box p {
  margin-top: 5px;
  margin-bottom: 0px;
}
.how-sinup--section .step-box p strong {
  font-size: 18px;
  font-weight: 700;
  color: black;
}

/***** End How It Work Section *****/
/***** Trusted By Section *****/
.trusted-by--section {
  background-color: #fafafa;
}
.trusted-by--section h4 {
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.trusted-by--section .trusted-div {
  text-align: center;
}
.trusted-by--section .trusted-div .image-box {
  text-align: center;
  background-color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  margin: 10px;
  overflow: hidden;
}
.trusted-by--section .trusted-div .image-box img {
  width: auto;
  height: 60px;
}

/***** End Trusted By Section *****/
/***** Testimonial Section *****/
.testimonials-section .content {
  margin-bottom: 40px;
  width: 40%;
}
.testimonials-section .testimonial-box {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  height: 380px;
}
.testimonials-section .testimonial-box .quote-box img {
  width: 52px;
  aspect-ratio: 1;
  border-radius: 6px;
}
.testimonials-section .testimonial-box .quote-box p {
  margin: 20px 0px;
  font-size: 14px;
  font-weight: 600;
}
.testimonials-section .testimonial-box .name-box p {
  margin-bottom: 0;
}
.testimonials-section .testimonial-box .name-box p:first-child {
  font-weight: 600;
}

/***** End Testimonial Section *****/
/***** Our Mission Section *****/
.our-mission--section {
  background-color: #fafafa;
}
.our-mission--section .commom-title {
  text-align: center;
}
.our-mission--section p {
  font-size: 16px;
  text-align: center;
}

/***** End Our Mission Section *****/
/***** Our Services Section *****/
.our-services--section .service-box {
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  padding-top: 80px;
  border: 1px solid rgba(85, 85, 85, 0.1);
}
.our-services--section .service-box h3 {
  font-weight: 600;
  font-size: 30px;
  font-family: "Montserrat", Helvetica, serif;
  font-weight: bold;
}
.our-services--section .service-box p {
  font-size: 14px;
  margin-top: 28px;
  margin-bottom: 0px;
  color: #555555;
  min-height: 120px;
  display: none;
}
.our-services--section .service-box .icon {
  position: absolute;
  right: 20px;
  top: 20px;
}
.our-services--section .service-box .icon img {
  width: 110px;
  height: auto;
  opacity: 0.3;
}

/***** End Our Services Section *****/
/*****Footer Section *****/
footer.section-padding {
  padding-bottom: 0px;
}
footer .signup-div .logo a {
  display: inline-block;
}
footer .signup-div .logo a img {
  width: auto;
  height: 28px;
}
footer .signup-div p {
  margin: 12px 0px 24px;
}
footer .signup-div .common-btn img {
  width: 18px;
  height: auto;
  margin-right: 10px;
}
footer .links p {
  font-weight: 700;
  color: #000;
}
footer .links ul {
  padding-left: 0;
}
footer .links ul li {
  list-style: none;
  margin-bottom: 10px;
}
footer .links ul li a {
  color: #222;
}
footer .links ul li a:hover {
  color: #000;
}
footer .links .social {
  text-align: left;
}
footer .links .social img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  transition: all 0.3s ease;
}
footer .links .social img:hover {
  scale: 1.1;
}
footer .bottom-footer {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
footer .bottom-footer p {
  margin: 10px 0px 10px;
}

/***** EndFooter Section *****/
/***** Privacy Policy Section *****/
.privacy-policy {
  padding: 30px 0px 60px;
}
.privacy-policy .commom-title {
  text-align: center;
  color: #000;
  font-size: 32px;
  letter-spacing: 1px;
}
.privacy-policy h3 {
  font-size: 20px;
  margin-top: 20px;
}

.terms-condition-page {
  padding: 30px 0px 60px;
}
.terms-condition-page .commom-title {
  text-align: center;
  color: #000;
  font-size: 32px;
  letter-spacing: 1px;
}
.terms-condition-page h3 {
  font-size: 20px;
  margin-top: 20px;
}
.terms-condition-page ul li {
  list-style: lower-alpha;
  padding-bottom: 5px;
}
.terms-condition-page ul li:last-child {
  padding-bottom: 0;
}

/***** End Privacy Policy Section *****/
/***** Delete App Data Section *****/
.delete-app-data-page {
  padding: 60px 0;
}
.delete-app-data-page .commom-title {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
}
.delete-app-data-page p {
  font-size: 16px;
}
.delete-app-data-page ul {
  padding-left: 10px;
}
.delete-app-data-page ul li {
  list-style: decimal;
  padding-bottom: 5px;
}
.delete-app-data-page ul li:last-child {
  padding-bottom: 0;
}
.delete-app-data-page .address .h2 {
  font-size: 28px;
}
.delete-app-data-page .address p {
  margin-bottom: 5px !important;
}

/*****End Delete App Data Section *****/
/***** Mobile Responsive Section *****/
@media (max-width: 768px) {
  .commom-title {
    font-size: 28px;
    line-height: 1.4;
  }
  .section-padding {
    padding: 30px 0px;
  }
  .content {
    padding-top: 0px;
  }
  header {
    padding: 10px 0px;
  }
  header .logo img {
    height: 20px !important;
  }
  header .left-div a {
    font-size: 14px;
  }
  header .left-div a:first-child {
    margin-right: 10px;
  }
  header .left-div .common-btn {
    padding: 6px 12px;
  }
  .hero-section {
    padding-top: 54px;
  }
  .hero-section .title-div {
    margin-top: 20px;
  }
  .hero-section .title-div p {
    width: 100%;
  }
  .hero-section .hero-cont h2 {
    font-size: 28px;
  }
  .how-sinup--section h2 {
    text-align: center;
  }
  .testimonials-section h2 {
    text-align: center;
  }
  .testimonials-section .content {
    width: 100%;
  }
  .testimonials-section .testimonial-box {
    align-items: center;
    text-align: center;
    height: 300px;
    margin-bottom: 30px;
  }
  .our-services--section .service-box h3 {
    font-size: 26px;
  }
  .our-services--section .service-box p {
    font-size: 20px;
    min-height: auto;
  }
  footer {
    padding: 16px 0px;
  }
  footer .logo img {
    height: 20px !important;
  }
  footer .links {
    margin-top: 16px;
  }
  .sign-up-cont.h-100 {
    height: auto !important;
    min-height: 100vh;
    padding-bottom: 30px;
  }
  .right-cont {
    min-height: 330px !important;
  }
  .right-cont .logo img {
    height: 34px !important;
  }
  .register-cont {
    padding: 20px !important;
  }
  .privacy-policy {
    padding: 60px 0px 20px;
  }
  .privacy-policy .commom-title {
    font-size: 24px;
    padding: 16px 0px 5px;
    text-align: left;
  }
}
/***** End Responsive Mobile Section *****/
.table-div {
  display: table;
}
.table-div > div {
  display: table-cell;
  vertical-align: middle;
}
.table-div.full {
  width: 100%;
}
.table-div.top > div {
  vertical-align: top;
}
.table-div > .pad {
  padding: 0 5px;
}
.table-div > .pad a.active {
  background: #673ab7;
  padding: 8px;
  color: #fff;
  border-radius: 5px;
}

.h-100 {
  height: 100%;
}

.right-cont {
  margin-left: 0;
  margin-right: auto;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  min-height: 400px;
}
.right-cont .logo img {
  height: 40px;
  width: auto;
}
.right-cont p {
  margin-top: 20px;
  color: #888;
  font-size: 16px;
}

.col-align-middle {
  align-items: center;
  flex: 1;
  justify-content: center;
  display: flex;
}

.register-cont {
  background: white;
  padding: 40px;
  border-radius: 10px;
  min-height: 400px;
  width: 500px;
}
.register-cont h1 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}

.radio-cont {
  margin-bottom: 20px;
}

.form-group label {
  font-weight: bold;
  color: #27266b;
}
.form-group .form-control {
  background-color: #f1f1f1;
  border: none;
  min-height: 40px;
}
.form-group .form-control:active, .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.theme-btn {
  background-color: #27266b;
  color: #fff;
  border-radius: 25px;
  min-height: 50px;
  min-width: 150px;
}
.theme-btn.no-rad {
  border-radius: 5px;
  min-height: auto;
  height: 40px;
}
.theme-btn.full {
  width: 100%;
}
.theme-btn:hover {
  color: #fff;
}
.theme-btn:disabled, .theme-btn[disabled] {
  background-color: #cccccc;
  color: #666666;
}

a.theme-btn {
  font-size: 15px;
  line-height: 50px;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
}
a.theme-btn.no-rad {
  border-radius: 5px;
  line-height: 40px;
  height: 40px;
}

.success-cont {
  text-align: center;
}
.success-cont img {
  max-width: 180px;
  margin-bottom: 20px;
}

.header-signup {
  padding: 20px;
  text-align: center;
}
.header-signup .logo img {
  height: 36px;
}

.register-div {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.register-div h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 20px;
}
.register-div h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  color: #27266b;
}

.dots {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: flex;
}
.dots > div {
  flex: 1;
  border-top: 1px solid #27266b;
  position: relative;
}
.dots > div:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #aaa;
}
.dots > div:last-child:before {
  left: -4px;
}
.dots > div:last-child:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #aaa;
}
.dots > div.active:before {
  background-color: #27266b;
}
.dots > div.active2:after {
  background-color: #27266b;
}

#webcam {
  width: 300px !important;
  height: 400px !important;
  border: 1px solid #aaa;
  margin-left: auto;
  margin-right: auto;
}
#webcam video {
  width: 300px !important;
  height: 400px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.docs {
  margin-bottom: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

span.has-error, span.error-msg {
  color: red;
  font-size: 12px;
}

.sign-up-options a {
  border: 1px solid #27266b;
  color: #27266b;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  padding: 14px;
  font-size: 16px;
  border-radius: 12px;
  text-decoration: none;
}
.sign-up-options a:hover {
  background-color: #27266b;
  color: #fff;
}/*# sourceMappingURL=main.css.map */