@font-face {
  font-family: 'Avenir LT Std';
  src: url('fonts/avenirltstd-regular.woff2') format('woff2'),
    url('fonts/avenirltstd-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Std';
  src: url('fonts/avenirltstd-bold.woff2') format('woff2'),
    url('fonts/avenirltstd-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

/* Apply the font */
body {
  font-family: 'Avenir LT Std', sans-serif;
}

.dropdown-menu {
  background-color: white !important;
  padding: 0 !important;

}

.dropdown-item:hover {
  background-color: #ebebeb;
  width: 190px;
  color: #2C3062;
  border-left: 6px solid #58ACE3;
  padding: 10px;

}

/* header navbar start */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #003366;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bg-light {
  background-color: #2C3062 !important;
  height: 70px;
}

.nav-link {
  color: white !important;
}

.nav-item {
  padding-right: 20px !important;
}

.logo {
  height: 55px;
}

.navbar {
  height: 70px;
}

.mar-lft-50 {
  margin-left: 50px;
}

.navbar-nav .nav-link {
  position: relative;
  color: white;
  /* Adjust based on your theme */
  text-decoration: none;
  padding: 10px 15px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: white;
  /* Optional for hover color change */
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /* Adjust thickness */
  background-color: white;
  /* Bottom underline color */
  transition: width 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: white;
  /* Bottom underline color */
  transition: width 0.3s ease;
}

/* header navbar end */

/* banner section start */



.banner {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-top: 70px;
}

.banner img {
  display: block;
  width: 100%;
  /* height: 525px; */
}

.banner .text-area {
  position: absolute;
  top: 30%;
  left: 80px;
  transform: translateY(-50%);
  color: white;
  /* background-color: rgba(0, 0, 0, 0.5);  */
  padding: 10px 20px;
  /* left: 80px; */
}

.banner .text-area h1 {
  font-size: 57px;
  font-weight: 500;
  line-height: 1;
  border-left: 10px solid #1381FB;
  padding-left: 25px;
  /* line-height: 70px; */
}

.banner .text-area p {
  width: 300px;
}

/* banner section end */

/* footer start */
.footer {
  background-color: #2C3062;
  padding: 30px 25px 20px 25px;
}

.footer p {
  color: white;
  /* width: 350px; */
  margin: 0;
  font-size: 15px;
}

.ml-50 {
  margin-left: 50px !important;
}

.footer-title {
  color: white;
  font-size: 17px;
  font-weight: 600;
}

.width-98 {
  width: 98%;
}

.pl-20 {
  padding-left: 20px;
}


.pt-20 {
  padding-top: 20px;
}

.width-90 {
  width: 90%;
}

.pt-47 {
  padding-top: 47px;
}

.d-flx {
  display: flex;
  gap: 20px;
}

.line {
  color: white;
  width: 96%;
  margin-left: 10px;
}

/* footer end */

.pl-60 {
  padding-left: 60px !important;
}

.center {
  text-align: center;
}

.Digital h1 {
  font-size: 52px;
  font-weight: 700;
  color: #2C3062;
  font-family: Arial, Helvetica, sans-serif;
  margin: 25px;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.width-60 {
  width: 60%;
}

.Digital p {
  /* width: 70%;
  text-align: center;
  display: inline-flex; */
  font-size: 20px;
  font-weight: 400;
  /* text-align: justify; */
}


.title-btn {
  border: 1px solid #2C3062;
  padding: 12px 50px;
  border-radius: 30px;
  color: #2C3062;
}

.pad-all-40 {
  padding: 25px 10px 15px 10px;

}

.smartphone {
  width: 90%;
  height: 327px;
  border-radius: 20px;
}

.right-postion {
  position: relative;
  /* top: 75px; */
  /* border: 1px solid gray; */
  right: 73px;
  border-radius: 30px;
  padding: 40px 30px;
  border-left: unset;
  /* width: 90%; */

}


.left-postion {
  position: relative;
  top: 30px;
  right: -35px;
  border-radius: 30px;
  padding: 40px 30px;
  border-right: unset;
}

.title {
  color: #231B53;
  font-size: 28px;
  font-weight: 500;
}

.container {
  max-width: 1230px !important;
}


.mtop-20 {
  margin-top: 20px !important;
}



.padbottom-60 {
  padding-bottom: 60px;
}


.pb-40 {
  padding-bottom: 40px;
}


.image-container {
  position: relative;
  display: inline-block;
  /* Ensures the container wraps tightly around the image */
  text-align: center;
  /* Centers the text */
}

.image-container img {
  display: block;
  width: 100%;
  /* Adjust to your desired size */
  height: auto;
}

.text-overlay {
  position: absolute;
  top: 50%;
  /* Vertically center the text */
  left: 50%;
  /* Horizontally center the text */
  transform: translate(-50%, -50%);
  /* Centering trick */
  color: white;
  /* Text color */
  font-family: Arial, sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  /* Optional shadow for better readability */
  pointer-events: none;
  /* Prevent text from blocking clicks on the image */
}


.border-img {
  width: 100%;
  z-index: 0;
}

.content-area {
  position: absolute;
  bottom: -40px;
  left: 20px;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
}

.content-area-lft {
  position: relative;
  left: -15px;
  font-size: 20px;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
}

/* digiital transformation */
.backround-borderimg-right p{
  width: 90%;
  font-size: 20px;
}

.backround-borderimg-left p{
  width: 90%;
  font-size: 20px;
}

.left-aln{
  /* margin-bottom: 110px; */
  padding-left: 30px;
}

.plft-30{
    padding-left: 30px;
}

.pt-55{
  padding-top: 55px;

}


.mt-10{
  margin-top: 10%;
}

.mt-12{
  margin-top: 12%;
}

/* digiital transformation */

.border-img-lft {
  width: 100%;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 0;
}

/* running text */

/* marquee  */
.bg-light-blue {
  background-color: #58ACE3;
  padding: 10px;
}

.flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
}


.intrest {
  text-align: center;
  padding: 20px;
  color: white;
  font-size: 32px;
  font-weight: 700;
}

.contact-us {
  color: white;
  border: 1px solid gray;
  padding: 10px 25px;
  border-radius: 25px;
  /* background-color: blue; */
  background: linear-gradient(45deg, #261C63, #2C3062);
  display: inline-flex;
}


/* marquee  */

/* running text */




.pad-lft100 {
  padding-left: 100px !important;

}

.pad-lft110{
  padding-left: 110px !important;
}

/* .service-offer p {
  text-decoration: underline;
} */

.chart-bot {
  position: fixed;
  left: 1265px;
  top: 515px;
}


.pb-40 {
  padding-bottom: 40px;

}

.d-flx span i {
  color: white;
  font-size: 28px;
}


.service-offer p a {
  text-decoration: none !important;
  cursor: pointer;
  color: white;
}

.service-offer p a:hover{
color: #58ACE3;
}

.service-offer p {
  /* margin: 0; */
  margin-top: 5px;
}

.down-arrow i {
  padding-left: 5px;
  font-size: 12px;

}


.ptop-35 {
  padding-top: 35px;
}

.current-stage-img{
  position: relative;
  top: 25px;
}

.process .content-area{
  bottom: -15px !important;
}

.Organization .border-img-lft {
  top: 70px !important;
}

   .pl-30{
  padding-left: 30px;
}

.pl-50{
  padding-left: 50px !important;
}

.ptop-100 {
  padding-top: 100px;
}

.ptop-60 {
  padding-top: 60px;
}

.pl-65{
  padding-left: 59px !important;
}

/* right and left boder start*/

/* .horizontal-lines {
  display: flex;
  align-items: center;
  text-align: center;
}

.horizontal-lines::before,
.horizontal-lines::after {
  content: "";
  flex: 1;
  border-top: 2px solid #000; 
  margin: 0 10px; 
  width: 100px;
} */

/* right and left boder end*/



/* .right-postion:hover{
    border: 1px solid blue !important;
  } */