@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
  url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
  url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
  url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
  url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-linkedin:before {
  content: "\f0e1"
}

body {
  font-size: 20px;
  overflow-x: hidden;
  color: var(--secondary-color);
  padding: 0px !important;
  font-family: var(--Poppins);
  line-height: 28px;
}

.btn-close:focus{ box-shadow: none !important;}

:root {
  --secondary-color:#555555;
  --black: #212529;
  --white: #ffffff;
  --blue:#4093FE;
  --dark-blue: #1A0853;
  --light-blue: #F3FBFF;
  --light-gray: #F5F5F5;
  --white-grey :#CCCCCC;
  --light-green: #E6EEF9;
  --dark-green: #EEF2F4;
  --Inter: "Inter", sans-serif;
  --Poppins: "Poppins", sans-serif;
}

button, a, input, select, textarea, .btn {
  outline: none !important;
  box-shadow: none !important;
}

img { max-width: 100%;}
a,a:hover {text-decoration: none;}

button,select {outline: none !important;}
ul,ol {padding: 0px;margin: 0px;list-style: none;}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  line-height: 1.1;
}

.p-100 {padding: 100px 0;}
.mt-56{margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.p-40 {padding: 40px 0;}
.p-64 {padding: 64px 0;}


.border-software {border-bottom: 1px solid var(--white-grey);}
.white-text{color: var(--white);}
.light-blue-bg {background-color: var(--light-blue);}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 16px;
  color: var(--black);
}

h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--black);
  line-height: 44px;
  margin-bottom: 16px;
}

h2 span{ color: var(--secondary-color);}
p{
  margin: 10px 0px;
  line-height: 28px;
}

img {max-width: 100%;}
textarea {min-height: 145px !important;}
input, textarea {
  border-radius: 8px !important;
  border: none !important;
  box-shadow: none !important;
  padding: 12px !important;
  margin-bottom: 16px;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}

.container {max-width: 1350px;}

.header {
  z-index: 5;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 12px 0px;
  min-height: 60px;
  background-color: transparent;
  width: 100%;
  transition: all 0.3s ease 0s;
  box-shadow: none;
  display: flex;
  align-items: center;
}

.header.sticky {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
}

.header-right .offcanvas-body {
  padding: 0px;
  overflow-y: visible;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.header .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.logo {
  max-width: 225px;
}

.logo a {
  outline: none !important;
}

.offcanvas { border-right: none;}

.header-right .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.navbar-nav .nav-item {
  padding: 0px 12px;
}

.navbar-nav li a {
  text-decoration: none;
  padding: 8px 0px;
  display: block;
  color: var(--black);
  font-size: 18px;
  position: relative;
  transition: all 0.3s ease 0s;
  font-family: var(--Inter);
}
.navbar-nav li.active a{ color: var(--primary-color);}
.navbar-nav a:hover {color: var(--primary-color);}
.navbar-nav li a:focus{ color: var(--primary-color);}

.mobile-nav {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
}

.bar1,
.bar2,
.bar3 {
  background-color: #000;
  cursor: pointer;
  height: 2px;
  margin: 7px 0px;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
  display: block;
  position: absolute;
}

.bar1 {
  top: 0px;
}

.bar2 {
  top: 8px;
}

.bar3 {
  top: 16px;
}

.open-menu .bar1 {
  top: 6px;
  transform: rotate(45deg);
}

.open-menu .bar2 {
  display: none;
}

.open-menu .bar3 {
  top: 6px;
  transform: rotate(-45deg);
}

.header-right button.btn.d-md-none {
  padding: 0px;
  margin-left: 20px;
  box-shadow: none !important;
}


.header-right button.btn.d-md-none {
  padding: 0px;
  margin-left: 20px;
  box-shadow: none !important;
}


.user-auth+.user-auth{ margin-left: 10px;}


@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0px);
  }
}

@media screen and (min-width: 991px) {
.header .offcanvas {
    position: static;
    z-index: auto;
    display: block;
    width: 100%;
    height: auto;
    border: 0px;
    visibility: visible;
    transition: none 0s ease 0s;
    transform: inherit;
    background-color: transparent;
  }

}


.btn-primary,
.btn-secondary,
.btn-outline {
  position: relative;
  min-width: 186px;
  padding: 10px 15px;
  overflow: hidden;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  z-index: 1;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
  font-weight: bold;
  transition: all 500ms ease;
  text-transform: uppercase;
}

.btn-primary{background: linear-gradient(to right, var(--blue), var(--dark-blue));}
.btn-primary:hover{transform: translateY(-10px);box-shadow: 0 7px 11px #91a1cb !important;}

  .btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: rgb(255, 255, 255);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: rgb(255, 255, 255);
  background: var(--dark-red); border-color: var(--dark-red);
}


/* .btn-check:focus+.btn-secondary, 
.btn-secondary:focus{ 
box-shadow: none !important; 
background-color: var(--blue);
border-color: var(--blue);
outline: none !important;
} */

.btn-secondary{ background: var(--blue); box-shadow: none !important;}
.btn-secondary:hover{background: #002b72; border-color:#002b72;}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: rgb(255, 255, 255);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: rgb(255, 255, 255);
  background: #002b72; border-color:#002b72;
}


/********************/

.grey-bg {
  background-color: var(--light-gray);
}


.blue-bg {
  background: linear-gradient(94.63deg, #1599F8 -10.69%, #1A0853 100.47%);
}



/*******************/

header.fixed {
  background-color: var(--white);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}

.hero-banner {
  padding-top: 164px;
}

.banner-img {
  border-radius: 15px;
  overflow: hidden;
}

.hero-banner h1 {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 16px;
  color: var(--black);
}

.hero-banner h1 span {
  color: var(--blue);
}

.banner-img img {
  width: 100%;
  border-radius: 24px;
}



/*******************keyframe animation****************/


@-webkit-keyframes float { 
0% {
 -webkit-transform: translatex(0px);
}
50% {
 -webkit-transform: translatex(-40px);
}
100% {
 -webkit-transform: translatex(0px);
}
}


@-webkit-keyframes zoom { 
  0% {
   -webkit-transform: scale(1);
  }
  50% {
   -webkit-transform: scale(1.2);
  }
  100% {
   -webkit-transform: scale(1);
  }
  }

  

/**********************************/

.cer-animation.first img{
  -webkit-animation: zoom 6s infinite linear;
}

.cer-animation.second img{
  -webkit-animation: float 3s infinite linear;
}

.cer-animation.third img{
  -webkit-animation: zoom 6s infinite linear;
}

/**********************************/




.inner-hero-banner {
  z-index: 1;
}

.cer-animation.first {
  position: absolute;
  top: 0;
  right: 0px;
}

.cer-animation.second {
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  position: absolute;
}

.cer-animation.third {
  top: auto;
  bottom: 0;
  position: absolute;
  right: 0;
}

.software-solution-sec .img-box img {
    width: 100%;
    display: block;
    border-radius: 8px;
}


.discover-matrix-sec {
  background-color: var(--blue);
}

.discover-box {
  background-color: var(--white);
  padding: 24px;
  border-radius: 24px;
  height: 100%;
}

.discover-matrix-sec [class*='col'] {
  margin-bottom: 24px;
}

.discover-matrix-sec .row:last-child {
  margin-bottom: -24px;
}

.discover-box .icon-box {
  margin-bottom: 16px;
}

.discover-box p {
  font-size: 16px;
  line-height: 24px;
}



.our-success-sec {
  background-color: var(--light-green);
}

.our-success-sec .our-success-box {
  background-color: var(--white);
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

.our-success-sec  .top-img-box img {
  width: 100%;
  display: block;
}

.our-success-sec .text-box {
  padding: 24px 24px 40px;
}

.our-success-sec .text-box h3 {
  font-size: 28px;
  line-height: 42px;
}

.our-success-sec [class*='col'] {
  margin-bottom: 24px;
}

.our-success-sec  .row:last-child {
  margin-bottom: -24px;
}


/**********************/


.software-integration-sec .software-box {
  background-color: var(--light-green);
  height: 100%;
  border-radius: 8px;
  padding: 16px;
}

.software-integration-sec [class*='col'] {
  margin-bottom: 24px;
}

.software-integration-sec .row:last-child {
  margin-bottom: -24px;
}

.software-integration-sec .software-box .software-img {
  width: 200px;
  background-color: var(--white);
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 15px;
}

.software-integration-sec .software-box .software-img img {
  display: block;
  margin: 0 auto;
}

.software-integration-sec .software-box .software-text {
  width: calc(100% - 216px);
  margin-left: 16px;
}

.software-integration-sec .software-box .software-text p {
  font-size: 16px;
  line-height: 24px;
}


/******************************/


.business-contact-sec {
  position: relative;
}

.business-contact-sec:before {
  content: "";
  width: 100%;
  background: linear-gradient(270deg, rgba(205, 202, 200, 0) 0%, rgba(203, 200, 205, 0.5) 14.69%, rgba(203, 200, 205, 0.5) 49.98%, rgba(203, 200, 205, 0.5) 85.37%, rgba(205, 202, 200, 0) 100%);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.business-contact-sec .left-business {
  padding-right: 60px;
}

.business-contact-sec .img-business {
  margin-top: 35px;
}

.business-contact-sec .img-business img {
  width: 100%;
  display: block;
  border-radius: 24px;
}

.business-contact-sec .business-contact {
  background-color: var(--dark-green);
  padding: 32px 24px;
  border-radius: 24px;
  height: 100%;
}


.business-contact-sec .business-contact p {
  font-size: 16px;
  line-height: 22px;
  margin: 24px 0;
}

/*******************************/


footer {
  position: relative;
  padding-bottom: 50px !important;
}

footer:before {
  content: "";
  width: 100%;
  background: linear-gradient(270deg, rgba(205, 202, 200, 0) 0%, rgba(203, 200, 205, 0.5) 14.69%, rgba(203, 200, 205, 0.5) 49.98%, rgba(203, 200, 205, 0.5) 85.37%, rgba(205, 202, 200, 0) 100%);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

footer .logo-footer img {
  max-width: 200px;
}

footer .logo-footer {
  margin-bottom: 60px;
}


footer .social-footer p {
  margin: 0 0 24px;
  color: var(--black);
}

footer .social-footer ul li {
  margin-right: 15px;
}

footer  h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

footer ul.contact-footer li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--black);
  word-break: break-all;
}

footer ul.contact-footer li {margin-bottom: 15px;}

footer ul.contact-footer li a span {
  padding-right: 10px;
}

footer .footer-box ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--black);
  display: block;
  padding: 8px 0;
}

footer .footer-btm {
  margin-top: 50px;
  padding-top: 16px;
  border-top: 1px solid #A0BDD2;
}

footer .footer-btm p {
  font-size: 16px;
  line-height: 24px;
}

footer ul li  a:hover {
  color: var(--blue);
}



/******************technology sec***************/

.listing-box .text-box h3 {font-weight: 600;}

.complete-tech-sec {
  background-image: url(../images/bg-technology.png);
  position: relative;
  background-repeat: repeat;
  width: 100%;
  /*height: 100%;*/
  background-position: center;
}

.complete-tech-sec:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background:linear-gradient(94.63deg, #159af8d8 -10.69%, #190853d0 100.47%);
}

.complete-tech-sec .row {
  position: relative;
}

.complete-tech-sec .technology-sec {
  position: relative;
}

.complete-tech-sec .technology-sec .com-technology {
  display: flex;
  flex-wrap: wrap;
}

.complete-tech-sec .technology-sec .com-technology .technology-box {width: 189px;padding: 4px;position: relative;}

.complete-tech-sec .technology-sec .com-technology .technology-box img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.complete-tech-sec .technology-sec .com-technology .technology-box p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 27px;
  color: #2A3BBE;
  text-transform: uppercase;
  font-weight: 500;
}

.complete-tech-sec .technology-sec .com-technology .technology-box:nth-child(8) {margin-left: 97px;}

.complete-tech-sec .technology-sec .com-technology .technology-box:nth-child(n+8) {
  margin-top: -46px;
}

.logo-computer-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 300px;
  border-radius: 50%;
}

.complete-tech-sec .technology-sec .com-technology .technology-box:nth-child(10), .complete-tech-sec .technology-sec .com-technology .technology-box:nth-child(11) {
  opacity: 0.7;
}


/******************form****************/

.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
  outline: 0 !important;
  box-shadow: 0px 0px 1px 1px #7b729f !important;
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  transform: scale(.85) translateY(-1.2rem) translateX(.15rem);
}

.form-floating>label {
  font-size: 16px;
}

/************************inner page******************/

.cer-animation.fourth {
    position: absolute;
    top: 0;
    left: 0px;
}

.cer-animation.fourth img {
    -webkit-animation: zoom 3s infinite linear;
}

.cer-animation.fifth {
    top: 0;
    right: 0;
    position: absolute;
}

.cer-animation.fifth img {
    -webkit-animation: float 3s infinite linear;
}

.cer-animation.sixth {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    position: absolute;
}

.cer-animation.sixth img {
    -webkit-animation: zoom 3s infinite linear;
}

.pt-200 {
    padding-top: 200px;
}

.hero-inner-page-banner .banner-img img {
    width: 100%;
    display: block;
    border-radius: 30px;
}

.hero-inner-page-banner h1 {
    color: var(--black);
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
}


/**********listing***********/

ul.listing-check {
  padding-left: 25px;
}

ul.listing-check li {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 6px 0;
  font-size: 18px;
}

ul.listing-check li:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/charm_tick.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -29px;
  top: 5px;
}



/*******************about us************/


.banner-text.text-inner-page-banner {
  padding-right: 45px;
}

.text {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.image {
  opacity: 0;
  transition: all 0.5s ease;
}

.image.active {
  opacity: 1;
}

.locker {
  outline-offset: -1px;
  position: relative;
}

.locker__image img {
  width: 100%;
  height: 80vh;
  position: absolute;
  transition: all 1s ease;
  object-fit: cover;
  border-radius: 8px;
}
.locker__container {
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.locker__section h3{
    font-size: 48px;
    line-height: 58px;
  }
.locker__section {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 35px;
}
.locker__section:first-child {
  border: none;
}

#message {
  position: fixed;
  top: 20px;
  left: 20px;
  background-color: white;
  height: auto;
  padding: 10px 20px;
  z-index: 900;
}


/************how we work**************/


.counter-box {
  width: 60px;
  text-align: center;
  margin-top: -15px;
}

.counter-text {
  width: calc(100% - 60px);
  padding-left: 15px;
}


/****************contact us**************/

.contact-us-sec {
  position: relative;
}

.contact-us-sec:before {
  content: "";
  width: 100%;
  background: linear-gradient(270deg, rgba(205, 202, 200, 0) 0%, rgba(203, 200, 205, 0.5) 14.69%, rgba(203, 200, 205, 0.5) 49.98%, rgba(203, 200, 205, 0.5) 85.37%, rgba(205, 202, 200, 0) 100%);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.contact-us-sec .contact-us-box-in {
  box-shadow: 0px 6px 16px 0px #00000014;
  padding: 24px 15px;
  border-radius: 5px;
  transition: all 0.5s ease;
  border: 1px solid transparent;
  height: 100%;
}

.contact-us-sec .contact-us-box-in a .top-text {
  font-size: 20px;
  line-height: 30px;
  display: block;
  color: var(--black);
  font-weight: 600;
}

.contact-us-sec .contact-us-box-in a .btm-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--secondary-color);
  word-break: break-all;
}

.contact-us-sec .contact-us-box-in a .text-box {
  padding-left: 16px;
}

.contact-us-sec .contact-us-box-in:hover {
  border: 1px solid var(--white-grey);
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
  color: var(--blue);
}

.navbar-nav .nav-link {
  position: relative;
  overflow: hidden;
}

.navbar-nav .nav-link:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: var(--blue);
  transform: translateX(-100%);
  transition: all 0.5s ease;
  left: 0;
  
}

.navbar-nav .nav-link:hover:before, .navbar-nav .nav-link.active:before {
  transform: translateX(0);
}

/*********************/

/* .inner-features-note-sec {
  max-height: 1410px;
  overflow: hidden;
  transition: max-height .25s ease;
} */

.features-note-sec {
  background-color: var(--light-gray);
}


.features-note-sec .accordion-item {
    margin-bottom: 16px;
    border: none;
    border-radius: 6px;
    overflow: hidden;
}

.features-note-sec .accordion-item button {
    padding: 16px 40px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    border: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
    color: #000000 !important;
}

.features-note-sec .accordion-item button:after {filter: brightness(0) !important;}

.features-note-sec .accordion-item .accordion-collapse {
    background-color: #FAFAFA;
}

.features-note-sec .accordion-item .accordion-collapse .accordion-body {
    padding: 16px 40px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    color: #000;
}

/*************how we work section************/


.how-we-work-bottom .how-we-work-box {
    width: calc(255px - 30px);
    margin: 15px;
    text-align: center;
    background: #F3FBFF;
    border-radius: 100%;
    padding: 40px 46px;
    height: calc(255px - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #00B3FF, #2452d7) border-box;
    border-radius: 50em;
    border: 1px solid transparent;
}

.how-we-work-bottom .how-we-work-box img {
    display: block;
    margin: 0 auto 11px;
}

.how-we-work-bottom .how-we-work-box span {
    font-size: 20px;
    line-height: 26px;
    color: #555555;
    font-weight: 600;
    display: block;
}



/***************************************/



.project-scoping-box {
  margin-bottom: 45px;
}

.project-scoping-box .left-project {
  width: 480px;
  padding-right: 40px;
  position: relative;
}

.project-scoping-box .text-project {
  width: calc(100% - 480px);
}

.project-scoping-box .left-project .icons {
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  position: relative;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #00B3FF, #2452d7) border-box;
  border-radius: 50em;
  border: 1px solid transparent;
}


.project-scoping-box .left-project .project-scoping-heading {
  width: calc(100% - 128px);
}

.project-scoping-box .left-project h3 {
  font-size: 25px;
  line-height: 35px;
  color: #212529;
  font-weight: 500;
  margin-bottom: 7px;
}

.project-scoping-box .left-project .project-scoping-heading span {
  color: #555555;
  font-size: 16px;
  line-height: 20px;
}

.project-scoping-box .text-project h4 {
  font-size: 24px;
  line-height: 32px;
  color: #212529;
}

.project-scoping-box .text-project h4:nth-child(3) {
  margin-top: 25px;
}

.project-scoping-box .text-project p {
  font-size: 16px;
}

.project-scoping-box .left-project:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 52px;
  background: linear-gradient(to top, #00B3FF, #a9bfff);
  top: 104px;
  border: none;
}

.project-scoping-box:last-child .left-project:before {
  display: none;
}



/*******************************/

.our-sucess-stories-sec {
  background-color: var(--light-green);
}

.our-sucess-stories-sec .sucess-stories-box {
  padding: 40px;
  border-radius: 8px;
}

.light-yello-box {
  background: #FFFAFA;
  border-bottom: 2px solid #580700;
}

.light-red-box {
  background: #F8F4FF;
  border-bottom: 2px solid #2E0080;
}

.light-green-box {
  background: #F3FBFF;
  border-bottom: 2px solid #004F76;
}
