@font-face {
  font-family: 'Lufga';
  src: url('../fonts/Lufga-Regular.eot');
  src: url('../fonts/Lufga-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Lufga-Regular.woff2') format('woff2'),
      url('../fonts/Lufga-Regular.woff') format('woff'),
      url('../fonts/Lufga-Regular.ttf') format('truetype'),
      url('../fonts/Lufga-Regular.svg') format('svg');
}
body {
  overflow-x: hidden;
  font-size: 16px;
  position: relative;
  font-family: 'Lufga';
}
.text-success {
  color: #08BF26 !important;
}
.text-blue {
  color: #035DA7 !important;
}
h2 {
  font-size: 32px;
line-height: 44px;
}
.fs-22 {
  font-size: 18px!important;
  line-height: 36px!important;
}
.fs-26 {
  font-size: 26px!important;
  line-height: 40px!important;
}
.fs-36 {
  font-size: 34px;
  line-height: 50px;
}

.fs-18 {
  font-size: 18px;
  line-height: 30px;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}

p {
  font-size: 14px;
}
.btn {
  border: none;
  padding: 10px 40px;
  height: 48px;
  font-size: 16px;
  line-height: 28px;
  transition: 0.5s;
  /* background: linear-gradient(90deg, #035da7 0%, #08bf26 100%); */
  background: linear-gradient(56deg, #035DA7 0%, #08BF26 100%);
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
}
.btn:hover {
  color: #fff;
  background: linear-gradient(56deg, #08BF26 0%, #035DA7 100%);
}
.btn:focus,
.btn:focus-visible {
  box-shadow: unset;
  outline: none;
}
.white-btn {
  background: #fff;
  color: #035da7 !important;
  padding: 16px 30px;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  border:1px solid #fff;
}
.white-btn:hover {
  background: linear-gradient(56deg, #08BF26 0%, #035DA7 100%);
  color: #fff !important;
}
.form-control:focus {
  box-shadow: 0 0 4px #ccc;
  border-color: #ccc;
}
.dpa-service-bg {
  background-color: #effdff;
}
.dpa-implementation-bg {
  background-color: #e1f1fe;
}
.dpa-enablement-bg {
  background-color: #e2fdff;
}
.dpa-realization-bg {
  background-color: #eff8ff;
}
.white-yellow-shade {
  background-color: #eefff7 !important;
}
.white-yellow-shade {
  background-color: #eefff7 !important;
}
.dark-light-green-bg {
  background-color: #E5F6F0 !important;
}
/* Navbar Header */
.header {
  box-shadow: 0 0 6px #ccc;
}
.header .container {
  position: relative;
}
nav.navbar {
  padding: 0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.navbar-nav {
  margin-left: 7%;
  gap: 50px;
}
.nav-link {
  padding: 28px 0 !important;
  color: #0c0f12 !important;
  font-size: 16px;
  line-height: normal;
  border-bottom: 4px solid transparent;
}
.nav-link .mobile-none {
  width: 15px;
}
.nav-link:hover, .nav-link.active {
  color: #08bf26 !important;
  border-bottom: 4px solid #08bf26;
  margin-bottom: -1px;
}

.mobile-show {
  display: none;
}
.nav-item.dropdown .dropdown-menu .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: 0.5s;
}
.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  border-bottom: 2px solid #08bf26;
  background-color: transparent;
}
/* Tabbing Section */
.tabbing-section {
  padding: 75px 0;
  background: #f6fbff;
}
.section-title {
  font-size: 34px;
  line-height: 50px;
  margin: 0;
  color: #000000;
  font-weight: 400;
}
.navbar-tab {
  max-width: 540px;
}
.nav-tabs {
  border: none;
}
.tabbing-section .nav-tabs .nav-link {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 !important;
  position: relative;
  background: transparent;
  font-size: 22px;
  line-height: 25px;
}
.tabbing-section .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #cedbe5;
}
.tabbing-section .nav-tabs .nav-link:hover:before,
.tabbing-section .nav-tabs .nav-link.active:before {
  background: linear-gradient(90deg, #035da7 0%, #08bf26 100%);
}
.tabbing-section .nav-tabs .nav-link.active {
  color: #035da7 !important;
  font-weight: 500;
}
.tabbing-section .nav-tabs .nav-link.active svg {
  transform: rotate(-90deg);
}
.tabbing-section .nav-tabs .nav-link.active svg path,
.tabbing-section .nav-tabs .nav-link:hover svg path {
  fill: #08bf26;
}

.tabbing-section .nav-tabs .nav-item:last-child .nav-link:hover:before,
.tabbing-section .nav-tabs .nav-item:last-child .nav-link.active:before,
.tabbing-section .nav-tabs .nav-item:last-child .nav-link:before {
  background: transparent
}
.tabbing-card {
  box-shadow: -10px 20px 90px 0px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  background-color: #fff;
  
}
.tabbing-card-inner {
  padding: 30px 50px;
}
.tabbing-card-inner p {
  color: #414141;
  font-size: 20px;
  line-height: 34px;
}
 
.learn-btn svg {
  transform: rotate(-90deg);
}
.learn-btn:hover {
  color: #08bf26;
}
/* our section */
.our-section {
  padding: 30px;
  margin: 15px;
  border-radius: 30px;
background: linear-gradient(44deg, #034B86 0%, #035DA7 100%);

}
.our-box {
  margin: 30px 0 30px;
}
.service-card-img {
  text-align: center;
  padding: 40px;
}
.service-card-img img, .featureImg-box img {
  max-height: 70px;
  width: auto;
}
.service-card-inner {
  padding: 40px;
}
.our-service-title {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  min-height: 60px;
  padding-right: 10px;
}
.service-card-inner p {
  color: #808080;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 25px;
  min-height: 87px;
}
.our-service-box {
  height: 100%;
}

/*About US*/
.about-right {
  background-color: #035da7;
    padding: 45px;
    border-radius: 10px;
  
}
.about-right h6 {
  font-size: 24px;
  font-style: normal;
  line-height: 36px;
}
/* footer section */
.footer {
  background: linear-gradient(
    93deg,
    rgba(7, 28, 43, 1) 0%,
    rgba(9, 36, 54, 1) 100%
  );
  padding: 30px;
  position: relative;
}
.footer:before {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(../images/footer-bg.png);
  margin: 0 auto;
  text-align: center;
  background-repeat: no-repeat;
  background-position: right;
  opacity: 0.2;
  left: 0;
  right: 0;
  height: 85%;
  z-index: 1;
}
.footer-top {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  margin-top: -90px;
  border-radius: 25px;
  position: relative;
  background: linear-gradient(90deg, #035da7 0%, #08bf26 100%);
  overflow: hidden;
}
.footer-top:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../images/form-shape.png);
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
.footer-top::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  /* background: linear-gradient(90deg, #035da7 0%, #08bf26 100%); */
  background: linear-gradient(38deg, #035DA7 0%, #08BF26 100%);
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.footer-top-inner {
  max-width: 1190px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  position: relative;
  z-index: 9;
}
.footer-top-inner p {
  font-size: 30px;
  max-width: 850px;
  line-height: 46px;
  margin: 0;
  color: #fff;
}
.footer-logo-section p {
  color: #fff;
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 40px;
}
.social-media {
  display: flex;
  align-items: center;
  gap: 25px;
}
.social-media a:hover path{
  fill: #08BF26
}
.footer-title {
  font-size: 20px;
  line-height: 44px;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer-title:before {
  content: "";
  width: 40px;
  position: absolute;
  height: 3px;
  background-color: #08bf26;
  bottom: 0;
}
.footer ul {
  padding: 0;
}
.footer-contact-info p,
.footer-main a {
  font-size: 16px;
  line-height: 36px;
  text-decoration: none;
  color: #fff;
  display: block;
  margin: 0;
  transition: 0.5s;
}
.footer-main a:hover {
  background: -webkit-linear-gradient(90deg, #035da7 0%, #08bf26 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-box {
  padding: 0 20%;
}
.footer-contact-info {
  padding-right: 70px;
}
.social-media a {
  line-height: normal;
}
.footer-logo-section img {
  max-width: 292px;
}
.footer-main {
  margin-top: 70px;
  z-index: 9;
  position: relative;
}
.privecy-content {
  margin-top: 35px;
}
.privecy-content a,
.privecy-content p {
  font-size: 16px;
  line-height: 38px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
  margin: 0;
}
.privecy-content a:hover {
  color: #08bf26;
}
/* feature section */
.featureImg-box1 {
  background: #f3f9fd;
}
.featureImg-box2 {
  background: #f3f9fd;
}
.featureImg-box3 {
  background: #f5faff;
}
.featureImg-box4 {
  background: #f3f9fd;
}
.featureImg-box {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.featureImg-box:hover {
  /* box-shadow: -7px 7px 20px 0px #dddddd91; */
  box-shadow: -10px 10px 27px 0px rgba(0, 0, 0, 0.05);
}
.feature-section {
  padding-top: 85px;
  padding-bottom: 40px;
  margin-bottom: 100px;
}
.featureImg-info {
  display: block;
  color: #035da7;
  font-size: 14px;
  margin-top: 26px;
}
.featureBox p {
  font-size: 22px;
  line-height: 34px;
  margin: 0;
  color: #212529;
}
.featureBox a {
  text-decoration: none;
}
/* Banner section */
.banner-title {
  font-size: 42px;
  line-height: 56px;
}
.banner-section p {
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
}
.banner-section {
  position: relative;
  background-repeat: repeat;
  min-height: 465px;
  display: flex;
  align-items: center;
  color: #fff;
}
.banner-section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../images/banner-shape.png);
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 1;
}
.banner-section::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #035da7 0%, #08bf26 100%);
  background-repeat: repeat;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
.bannerBox {
  position: relative;
  z-index: 9;
}
/* Common Banner section */
.common-banner {
  margin-top: 81px;
  background-color: #f6fbff;
}
.banner-img {
  position: relative;
  overflow: hidden;
}
.banner-img img {
  position: relative;
  z-index: 2;
}
.banner-img::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  /* background: linear-gradient(90deg, transparent 0%, #08bf26 100%); */
  /* background: linear-gradient(252deg, #08BF26 0%, rgba(255, 255, 255, 0.00) 100%); */
  background-image: url(../images/banner-right-gradient-bg.png);
  width: 390px;
  right: 0;
  z-index: 3;
  height: 570px;
  background-position-x: right;
  overflow: hidden;
  margin-top: -11px;
}
.banner-img::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: linear-gradient(29deg, #035da7 0%, #08bf26 100%);
  right: 0;
  bottom: 0;
  z-index: 0;
}
.common-banner .bannerBoxinner {
  max-width: 600px;
  width: 100%;
  position: absolute;
  left: 40%;
  transform: translate(-50%, 0);
}
.common-banner p {
  font-size: 20px;
  line-height: 37px;
  max-width: 550px;
}
.common-banner .bannerBox::before {
  content: "";
    width: 105px;
    height: 105px;
    box-shadow: 0 0 120px #08bf26;
    border-radius: 100%;
    left: -10px;
    position: absolute;
    fill: #08BF26;
    filter: blur(60px);
    opacity: 9;
    top: 130px;
    z-index: 1;
}
.common-banner .bannerBox::after {
  content: "";
  position: absolute;
  background-image: url(../images/tringle.png);
  width: 134px;
  height: 222px;
  bottom: -110px;
  left: -120px;
  top: auto;
  border: 0 !important;
}
.shape-box {
  position: relative;
}
.shape-box::before {
  content: "";
  position: absolute;
  border: 1px solid #035da7 !important;
  background-color: #fff;
  bottom: 0;
  right: 10%;
  width: 140px;
  height: 298px;
  transform: skew(-20deg);
  opacity: 0.10000000149011612;
}
.shape-box::after {
  content: "";
  position: absolute;
  border: 1px solid #08bf26 !important;
  background-color: #fff;
  top: 0px;
  right: 0;
  width: 140px;
  height: 88px;
  transform: skew(-20deg);
  opacity: 0.30000001192092896;
  border-top: 0 !important;
}
/* Contact form Section */
.contact-section {
  padding: 65px 0;
  margin-bottom: 50px;
}
.contact-section .section-title {
  margin-bottom: 90px;
}
.form-section {
  padding: 65px 0;
}
.form-group {
  margin-bottom: 20px;
}
.form-label {
  font-size: 18px;
  line-height: normal;
}
.form-control {
  border: 1px solid #e3e3e3;
  padding: 18px 25px;
  font-size: 14px;
}
.form {
  max-width: 608px;
}
.contact-section .btn {
  max-width: 250px;
  width: 100%;
  font-size: 20px;
  line-height: normal;
  height: 52px;
}
.contact-right {
  background-color: #035da7;
  height: 100%;
  padding: 45px 57px;
  border-radius: 10px;
}
.info-box {
  margin-bottom: 20px;
}
.info-label {
  width: 100%;
  color: #35a4ff;
  font-size: 18px;
}
.info-box a,
.info-box p {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.contact-right .social-media {
  padding-top: 20px;
  margin-bottom: 50px;
}
.contact-right iframe {
  width: 100%;
  border-radius: 19px;
  height: 400px !important;
  height: auto;
}
/* img content section */
.img-content-section {
  padding: 70px 0;
}
.img-content-section .section-title {
  margin-bottom: 90px;
}
.img-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6fbff;
  padding: 60px;
}
.inner-title {
  font-size: 34px;
  line-height: 50px;
  margin-bottom: 30px;
}
.content-section p, .onboarding p {
  font-size: 18px;
  line-height: 30px;
}
.content-img-section {
  clip-path: polygon(50% 5%, 100% 0, 100% 100%, 0 100%, 0 0);
  background: #f6fbff;
  margin-bottom: 110px;
  padding: 120px 0 45px;
}
/* onboarding section */
.onboarding-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.onboarding-section img, .content-img-section img, .strategiesBox img {
  width: 60% !important;
}
.img-section img {
  width: 40% !important;
}
.onboardingBox {
  text-align: center;
  max-width: 428px;
  margin: auto;
}
.onboardingBox img {
  max-width: 70px;
  margin-bottom: 40px;
  height: 70px;
}
.onboardingBox h5 {
  font-size: 24px;
    line-height: 34px;
  margin-bottom: 15px;
  font-weight: 500;
}
.onboarding-section p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
.onboarding-content p {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #035da7;
  margin-bottom: 30px;
}
.onboarding-content h4,
.onboarding-content li {
  font-size: 30px;
  color: #035da7;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 20px;
}
.onboarding-img {
  text-align: center;
}
.onboarding-img img {
  max-width: 180px;
}
/* logo section */
.logo-section {
  padding: 90px 0;
}
.logo-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  column-gap: 50px;
}
.logo-part img {
  width: 150px;
}
/* strategies section */
.strategies-section {
  padding: 30px 0;
}
.strategies-section .inner-title {
  margin-bottom: 30px;
}
.strategies-content {
  padding: 0 30px;
}
.strategies-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
}
