.section-title {
  color: #475166;
}

header .owl-stage-outer {
  background-color: #000;
}
header .item {
  height: 100vh;
  position: relative;
  background-color: #000;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  /* background: rgba(0, 0, 0, 0.6); */
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content  h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

header .item .cover .header-content .box {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 4px solid #fff;
}

header .item .cover .header-content .verify  {
  text-align: center;
}

header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}

/* card fonts */

.card-bodyText {
  text-align: left;
  font-size: 14px;
}

.cardTitle {
  text-align: left;
  color: rgb(71, 81, 102) !important;
  font-weight: 500 !important;
  margin-top: 1rem;
  text-align: center;
}

.classy-nav-container a {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.dark.breakpoint-on .classy-navbar .classy-menu {
  background-color: #60931bd1;
}
.dark.breakpoint-on .classynav > ul > li > a {
  background-color: transparent;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
}
header .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  margin-top: 10px;
}
/* Hide Owl Carousel's inner span that creates duplicate dots */
header .owl-dots .owl-dot span {
  display: none !important;
}
header .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 50%;
  background: white;
border:none;  cursor: pointer;
  transition: all 0.3s ease;
}
header .owl-dots .owl-dot:hover {
  transform: scale(1.2);
}
header .owl-dots .owl-dot.active {
  background: white;
  width: 30px;
  border-radius: 6px;
  border-color: #60931b !important;
}
/* Ensure active dot has green border even with Owl's default styles */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  display: none !important;
  border:none ;
}

/*component app button*/
.webBottomMenu {
  min-height: 56px;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e1e1e1;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: env(safe-area-inset-bottom);
}
.webBottomMenu.no-border {
  border: 0 !important;
  box-shadow: 0 !important;
}
.webBottomMenu.rounded {
  border-radius: 24px 24px 0 0 !important;
}
.webBottomMenu.rounded .item:before {
  display: none;
}
.webBottomMenu .item {
  font-size: 9px;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  height: 56px;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.webBottomMenu .item:before {
  content: "";
  display: block;
  height: 2px;
  border-radius: 0 0 10px 10px;
  background: transparent;
  position: absolute;
  left: 4px;
  right: 4px;
  top: 0;
}
.webBottomMenu .item .col {
  width: 100%;
  padding: 0 4px;
  text-align: center;
  background-color:White;
  border:1px solid white;
}
.webBottomMenu .item i.bi,
.webBottomMenu .item i.icon,
.webBottomMenu .item ion-icon {
  display: inline-flex;
  margin: 1px auto 3px auto;
  font-size: 26px;
  line-height: 1em;
  color: #141515;
  transition: 0.1s all;
  display: block;
  margin-top: 1px;
  margin-bottom: 3px;
}
.webBottomMenu .item .action-button {
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin-left: -5px;
  margin-right: -5px;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  background: #60931b;
}
.webBottomMenu .item .action-button.large {
  width: 60px;
  height: 60px;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
}
.webBottomMenu .item .action-button i.bi,
.webBottomMenu .item .action-button i.icon,
.webBottomMenu .item .action-button ion-icon {
  color: #fff !important;
  margin: 0 !important;
  line-height: 0 !important;
}
.webBottomMenu .item strong {
  margin-top: 4px;
  display: block;
  color: #141515;
  font-weight: 400;
  transition: 0.1s all;
}
.webBottomMenu .item:active {
  opacity: 0.8;
}
.webBottomMenu .item.active:before {
  background: transparent;
}
.webBottomMenu .item.active i.bi,
.webBottomMenu .item.active i.icon,
.webBottomMenu .item.active ion-icon,
.webBottomMenu .item.active strong {
  color: #60931b !important;
  font-weight: 500;
}
.webBottomMenu .item:hover i.bi,
.webBottomMenu .item:hover i.icon,
.webBottomMenu .item:hover ion-icon,
.webBottomMenu .item:hover strong {
  color: #141515;
}
.webBottomMenu.text-light {
  color: #fff;
}
.webBottomMenu.text-light .item {
  color: #fff;
  opacity: 0.7;
}
.webBottomMenu.text-light .item i.bi,
.webBottomMenu.text-light .item i.icon,
.webBottomMenu.text-light .item ion-icon,
.webBottomMenu.text-light .item strong {
  color: #fff;
}
.webBottomMenu.text-light .item.active {
  opacity: 1;
}
.webBottomMenu.text-light .item.active i.bi,
.webBottomMenu.text-light .item.active i.icon,
.webBottomMenu.text-light .item.active ion-icon,
.webBottomMenu.text-light .item.active strong {
  color: #fff !important;
}
.webBottomMenu.bg-primary,
.webBottomMenu.bg-secondary,
.webBottomMenu.bg-success,
.webBottomMenu.bg-warning,
.webBottomMenu.bg-danger,
.webBottomMenu.bg-info,
.webBottomMenu.bg-light,
.webBottomMenu.bg-dark {
  border: 0;
}
.webBottomMenu.bg-primary .item:before,
.webBottomMenu.bg-secondary .item:before,
.webBottomMenu.bg-success .item:before,
.webBottomMenu.bg-warning .item:before,
.webBottomMenu.bg-danger .item:before,
.webBottomMenu.bg-info .item:before,
.webBottomMenu.bg-light .item:before,
.webBottomMenu.bg-dark .item:before {
  display: none;
}
.demoPage .webBottomMenu {
  position: relative;
  z-index: 0;
  padding-bottom: 0;
}
.webBottomMenu .badge {
  min-width: 16px;
  height: 16px;
  line-height: 9px !important;
  font-size: 10px;
  padding: 0 4px !important;
  position: absolute;
  right: 50%;
  transform: translateX(120%);
  top: 10px;
}

.webBottomMenu .badge-empty {
  transform: translateX(200%);
  top: 10px;
}
body.dark-mode-active .webBottomMenu {
  background: #0f1c2f;
  border-top-color: #1b283b;
}
body.dark-mode-active .webBottomMenu .item i.bi,
body.dark-mode-active .webBottomMenu .item i.icon,
body.dark-mode-active .webBottomMenu .item ion-icon,
body.dark-mode-active .webBottomMenu .item strong {
  color: #ffffff;
}
body.dark-mode-active .webBottomMenu .item:hover i.bi,
body.dark-mode-active .webBottomMenu .item:hover i.icon,
body.dark-mode-active .webBottomMenu .item:hover ion-icon,
body.dark-mode-active .webBottomMenu .item:hover strong {
  color: #ffffff;
}
body.dark-mode-active .webBottomMenu.bg-light .item i.bi,
body.dark-mode-active .webBottomMenu.bg-light .item i.icon,
body.dark-mode-active .webBottomMenu.bg-light .item ion-icon,
body.dark-mode-active .webBottomMenu.bg-light .item strong {
  color: #141515;
}
body.dark-mode-active .webBottomMenu.bg-light .item:hover i.bi,
body.dark-mode-active .webBottomMenu.bg-light .item:hover i.icon,
body.dark-mode-active .webBottomMenu.bg-light .item:hover ion-icon,
body.dark-mode-active .webBottomMenu.bg-light .item:hover strong {
  color: #141515;
}
.desktop-margin{
  margin-top:3rem;
}
.align-center {
  width: 100%;
  margin:0 auto;
  position: absolute;
  top: 20%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border:2px solid #60931b;
  padding:10px;
}
.modal-title{
  margin:0 auto;
}
/* fullscreen scanner */
.fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  /* background-color: #61931b98; */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}