/*=============================================
=               Default Css                   =
=============================================*/

html,
body {
  font-size: 15px !important;
}

:root {
  --primary-color: #5271ff;
  --secondary-color: #0f172a;
  --accent-color: #5271ff;
}

.primary-color {
  color: var(--primary-color);
}
.secondary-color {
  color: var(--secondary-color);
}
ul.list-style {
  list-style: disc !important;
  margin: 0;
  padding-left: 20px;
  padding-inline-start: 40px;
  padding-bottom: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.ml-20 {
  margin-left: 20px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.font36 {
  font-size: 36px;
}

.color-white {
  color: #fff;
}

.round-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  padding: 0px 24px;
  min-width: 200px;
  text-align: center;
  overflow: hidden;
  border-radius: 30px;
}
.round-btn a {
  padding: 5px 0px;
}

.round-btn .button-text {
  line-height: 25px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*=============================================
=                  Header                     =
=============================================*/

.breadcrumb-area {
  background-image: url(../w-image/other-page-header.jpg) !important;
}
.breadcrumb-area.service-area {
  background-image: url(../w-image/service-header-img.jpg) !important;
}
.breadcrumb-area.product-area {
  background-image: url(../w-image/product-header-img.jpg) !important;
}

.top-message .info-item {
  display: flex;
}

.top-message .header-social-networks.style-icons a {
  margin-top: 0px;
}
.header__logo.top-logo {
  padding: 10px 0;
}
.header__logo > a img {
  width: 220px !important;
}
.header-nav-logo {
  display: none;
}
.header-nav-logo img {
  width: auto;
  height: 45px;
}
.header-sticky.is-sticky .header-nav-logo {
  display: block;
}

.header-sticky.is-sticky .header-contact-btn .round-btn {
  background-color: var(--primary-color);
  color: #fff;
}

.is-sticky .navigation-menu--text_white > ul > li > a:before {
  background-color: var(--primary-color);
}

.navigation-menu > ul > li.page-active > a:before {
  width: 100%;
  left: 0;
}

.hero-banner {
  min-height: calc(100vh - 120px);
  background-image: url(../w-image/home-hero-bg-image.jpg) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.submenu > li > a {
  line-height: 20px;
}

.fun-fact-wrapper--bg.fun-fact-wrapper {
  background-color: #002fa6 !important;
  background-image: url(../w-image/processing-contact-bg.png) !important;
  background-repeat: no-repeat;
  background-position: center;
}

.count-add::before {
  display: block;
  content: "+";
  font-size: 20px;
  position: absolute;
  right: 50%;
  transform: translateX(70px);
}
.count-add-prt::before {
  display: block;
  content: "%";
  font-size: 20px;
  position: absolute;
  right: 50%;
  transform: translateX(70px);
}

.ht-box-images.style-01 .circle-arrow a {
  background: rgb(51, 51, 51);
}
.delivering-optimal-wrap .list-item .title-wrap .title {
  color: rgb(51, 51, 51);
}
.hover-style-link:hover,
.delivering-optimal-wrap .marker::before {
  color: var(--primary-color) !important;
}
.hover-style-link:after {
  background-color: var(--primary-color) !important;
}

.ht-gradation.style-01 .wave-pulse::before,
.ht-gradation.style-01 .wave-pulse::after {
  top: 25px;
}

.delivering-optimal-wrap .list-item .title-wrap .title {
  margin-bottom: 10px;
}

.result-section .main-video-box {
  margin-top: 70px;
  margin-bottom: 100px;
}

.image-box-wrap.style1-image-box {
  padding-bottom: 20px !important;
}

.step-box .item,
.fieldVerification-step-box .item {
  padding: 0px !important;
}

.step-box .circle-wrap,
.fieldVerification-step-box .circle-wrap {
  margin-left: 15px;
  margin-top: 15px;
}

.step-box .ht-box-images {
  min-height: 345px !important;
}

.fieldVerification-step-box .ht-box-images {
  min-height: 200px !important;
}

.dpw-image {
  margin-left: 0px !important;
  /* margin-: 0px !important; */
}

@media (max-width: 576px) {
  .breadcrumb-area.service-area,
  .breadcrumb-area.product-area {
    background-position: 80%;
  }
  .mobile--d-none {
    display: none !important;
  }
  .ht-box-images.style-10 .image-box-wrap .content .box-images-arrow {
    margin-top: 10px;
  }
}
