@import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap");

body{
  scroll-behavior: smooth;
}

.navbar-dark .navbar-nav .nav-link {
    
    color: black;
}


@media screen and (max-width: 768px) {
    .abc img {
        width: 240px; 
    }
}


.navbar-toggler {

    background-color: #fab421;

}

/* Default styling */
.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fab421;
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

/* Media query for adjusting width and height */
@media screen and (max-width: 768px) {
    .carousel-control-prev {
        width: 60px; /* Adjust width as needed */
        height: 40px; /* Adjust height as needed */
    }
}


.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #fab421;
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

/* Media query for adjusting width and height */
@media screen and (max-width: 768px) {
    .carousel-control-next {
        width: 60px; /* Adjust width as needed */
        height: 40px; /* Adjust height as needed */
    }
}


.back-to-top{
    color: #000;
    background-color: #fab421;
    border-color: #fab421;
}





/* 
Video */
          
.anchorvideo a {
   font-style: normal;
   text-decoration: none;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

.anchorvideo a,
 a:active,
 a:focus {
   color: #333;
   text-decoration: none;
   transition-timing-function: ease-in-out;
   -ms-transition-timing-function: ease-in-out;
   -moz-transition-timing-function: ease-in-out;
   -webkit-transition-timing-function: ease-in-out;
   -o-transition-timing-function: ease-in-out;
   transition-duration: .2s;
   -ms-transition-duration: .2s;
   -moz-transition-duration: .2s;
   -webkit-transition-duration: .2s;
   -o-transition-duration: .2s;
 }



 img {
   max-width: 100%;
   height: auto;
 }

 .chooseus-section {
   position: relative;
   background: #fff;
   padding: 50px 0px;
   min-height: 100vh;

 }

 .chooseus-section .sec-title {
   margin-bottom: 60px;
 }

 #video_block_01 .video-inner {
   position: relative;
   width: 100%;
   padding: 175px 0px 130px 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 10px;
   box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
 }

 #video_block_01 .video-inner .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
 }

 #video_block_01 .video-inner .video-btn {
   position: relative;
   display: inline-block;
   width: 116px;
   height: 115px;
   line-height: 115px;
   text-align: center;
   margin-left: 40px;
   border-radius: 50%;
 }

 #video_block_01 .video-inner .video-btn .btn-bg {
   position: absolute;
   left: 0;
   top: 0;
   width: 116px;
   height: 115px;
   background-repeat: no-repeat;
 }
 #video_block_01 .video-inner .video-btn .btn-bg2 {
  position: absolute;
  left: 400px;
  top: 88px;
  width: 116px;
  height: 115px;
  background-repeat: no-repeat;
}



 @media screen and (max-width: 768px) {
  #video_block_01 .video-inner .video-btn .btn-bg2 {
    left: 120px;
    top: 119px; 

  }
}

 #video_block_01 .video-inner .video-btn a {
   position: relative;
   display: inline-block;
   width: 116px;
   height: 115px;
   border-radius: 50%;
   font-size: 24px;
   z-index: 1;
 }

 #video_block_01 .video-inner .video-btn a i {
   background: -webkit-linear-gradient(-45deg, #00bb6e, #0156d5 100%);
 }

 #video_block_01 .video-inner .video-btn a i {
   position: relative;
   color: transparent;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
 }

 #content_block_04 .content-box .single-item {
   position: relative;
 }

 #content_block_04 .content-box .single-item:first-child {
   padding-left: 190px;
   margin-bottom: 67px;
 }

 #content_block_04 .content-box .single-item:last-child {
   padding-right: 190px;
 }

 #content_block_04 .content-box .single-item .icon-box {
   position: absolute;
   top: 14px;
   width: 158px;
   height: 158px;
   line-height: 158px;
   text-align: center;
   font-size: 70px;
   border: 1px solid #e5e5e5;
   border-radius: 10px;
 }

 #content_block_04 .content-box .single-item .icon-box:before {
   position: absolute;
   content: '';
   background: #fbfbfb;
   width: 138px;
   height: 100%;
   left: 10px;
   border-radius: 10px;
 }

 #content_block_04 .content-box .single-item:first-child .icon-box:before {
   top: 10px;
 }

 #content_block_04 .content-box .single-item:last-child .icon-box:before {
   top: -10px;
 }

 #content_block_04 .content-box .single-item .icon-box i {
   background: -webkit-linear-gradient(-45deg, yellow, green 100%);
   position: relative;
   color: transparent;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
 }

 #content_block_04 .content-box .single-item .icon-box .bg-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 158px;
   height: 158px;
   background-repeat: no-repeat;
 }

 #content_block_04 .content-box .single-item:first-child .icon-box {
   left: 0px;
 }

 #content_block_04 .content-box .single-item:last-child .icon-box {
   right: 0px;
 }

 #content_block_04 .content-box .single-item .box h4 {
   position: relative;
   padding-bottom: 12px;
   margin-bottom: 27px;
 }

 #content_block_04 .content-box .single-item .box h4:before {
   position: absolute;
   content: '';
   width: 55px;
   height: 2px;
   bottom: 0px;
 }

 #content_block_04 .content-box .single-item:first-child .box h4:before {
   left: 0px;
 }

 #content_block_04 .content-box .single-item:last-child .box h4:before {
   right: 0px;
 }

 #content_block_04 .content-box .single-item .box p {
   margin-bottom: 20px;
   line-height: 28px;
 }

 #content_block_04 .content-box .single-item .box a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 26px;
   font-weight: 600;
   color: #040535;
 }

 #content_block_04 .content-box .single-item .box a:hover {
   color: green;
 }

 #content_block_04 .content-box .single-item:first-child .box a i {
   margin-right: 10px;
 }

 #content_block_04 .content-box .single-item:last-child .box a i {
   margin-left: 10px;
 }

 .rotate-me {
   animation-name: rotateme;
   animation-duration: 30s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   -webkit-animation-name: rotateme;
   -webkit-animation-duration: 30s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-timing-function: linear;
   -moz-animation-name: rotateme;
   -moz-animation-duration: 30s;
   -moz-animation-iteration-count: infinite;
   -moz-animation-timing-function: linear;
   -ms-animation-name: rotateme;
   -ms-animation-duration: 30s;
   -ms-animation-iteration-count: infinite;
   -ms-animation-timing-function: linear;
   -o-animation-name: rotateme;
   -o-animation-duration: 30s;
   -o-animation-iteration-count: infinite;
   -o-animation-timing-function: linear;
 }


 @keyframes rotateme {
   from {
     transform: rotate(0deg);
   }

   to {
     transform: rotate(-360deg);
   }
 }

 @-webkit-keyframes rotateme {
   from {
     -webkit-transform: rotate(0deg);
   }

   to {
     -webkit-transform: rotate(-360deg);
   }
 }

 @-moz-keyframes rotateme {
   from {
     -moz-transform: rotate(0deg);
   }

   to {
     -moz-transform: rotate(-360deg);
   }
 }

 @-o-keyframes rotateme {
   from {
     -o-transform: rotate(0deg);
   }

   to {
     -o-transform: rotate(-360deg);
   }
 }

 .modal-body {
   padding-bottom: 56.25%;
   position: relative;
   height: 0;
   padding-top: 0;
   overflow: hidden;
 }

 .modal-body iframe,
 .modal-body object,
 .modal-body embed,
 .modal-body video {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }

 button.close {
   position: absolute;
   right: -20px;
   top: -30px;
   border-radius: 50px;
   background: white;
   line-height: 1 !important;
   padding: 0px 6px 5px !important;
   opacity: 1;
 }











 .container-fluid.services h4,
.container-fluid.services p {
text-align: justify;
font-size: 13px; /* You can adjust this value based on your design */
}

@media (min-width: 768px) {
.container-fluid.services h4,
.container-fluid.services p {
text-align: justify;
font-size: 1.2em; /* Adjust font size for larger screens */
}
}

@media (min-width: 992px) {
.container-fluid.services h4,
.container-fluid.services p {
text-align: justify;
font-size: 19px; /* Adjust font size for even larger screens */
}
}
.mb-2{
    color: #FFFFFF;
}

.services .services-item1{

--b: 5px;    /* border thickness*/
--c: #fab421 ; /* the color */


padding: calc(var(--g) + var(--b));
--_c: #d6474700 0 25%, var(--c) 0 50%;
--_g1: repeating-linear-gradient(90deg ,var(--_c)) repeat-x;
--_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y;
background:
var(--_g1) var(--_p, 25%) 0   ,var(--_g2) 0    var(--_p,125%),
var(--_g1) var(--_p,125%) 100%,var(--_g2) 100% var(--_p, 25%);
background-size: 200% var(--b),var(--b) 200%;
cursor: pointer;
filter: grayscale(50%);
transition: .3s;


}
@media (min-width: 768px) and (max-width: 991px) {
.container-fluid.services h4,
.container-fluid.services p {
font-size: 1.1em;
}

.services .services-item1 {
--b: 7px; /* Adjust border thickness for medium screens */
}
}

@media (max-width: 767px) {
.container-fluid.services h4,
.container-fluid.services p {
font-size: 14px; /* Adjust font size for smaller screens */
}

.services .services-item1 {
--b: 5px; /* Adjust border thickness for smaller screens */
}

.btn41-43 {
padding: 5px 11px; /* Adjust button padding for smaller screens */
font-size: 14px;  /* Adjust font size for smaller screens */
}
}

.services .services-item1:hover{
--_p: 75%;
filter: grayscale(0%);
}

@media (min-width: 768px) {
.services .services-item1 {
--b: 8px; /* Increase border thickness for larger screens */
}

}

/* Media query for screens with a minimum width of 992px */
@media (min-width: 992px) {
.services .services-item1 {
--b: 10px;

}
}

@media (max-width: 767px) {
.img-serv2 {
display: none; /* Hide the element on smaller screens */
}
}
/* Add more media queries if needed */
.btn41-43 {
padding: 10px 25px;
font-weight: 500;
background: transparent;
outline: none !important;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
display: inline-block;
}

.btn-42 {
border: 2px solid #4CAF50;;
z-index: 1;
color: #fab421;
}

.btn-42:after {
position: absolute;
content: "";
width: 100%;
height: 0;
bottom: 0;
left: 0;
z-index: -1;
background: yellowgreen;
transition: all 0.3s ease;
}

.btn-42:hover {
color: rgb(0, 0, 0);
}

.btn-42:hover:after {
top: 0;
height: 100%;
}

.btn-42:active {
top: 2px;
}
@media (max-width: 767px) {
.btn41-43 {
/* Adjust styles for smaller screens */
padding: 5px 11px;
font-size: 14px;
}
}













/* timeline */


@media (min-width: 1000px) {

  #timeline .demo-card:nth-child(even) .head::after,
  #timeline .demo-card:nth-child(odd) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(even) .head::before,
  #timeline .demo-card:nth-child(odd) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}

/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 4;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 5;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 6;
}

/* Border Box */
* {
  box-sizing: border-box;
}

/* Fonts */


#timeline {
  padding: 100px 0;
  background: #f7f7f7;
  border-top: 1px solid rgba(191, 191, 191, 0.4);
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}

#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}

#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}

#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}

@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 1650px;
    margin: 0 auto;
  }
}

#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}

@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}

#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}

@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}

@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}

@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 400px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }

  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }

  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }

  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }

  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }

  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }

  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}

#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}

#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}

#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}

@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.2rem;
  }
}

#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}

@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}

#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}

@media (min-width: 1000px) {
  #timeline .demo-card .body {
    height: 315px;
  }
}

#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}

#timeline .demo-card .body img {
  display: block;
  width: 100%;
}

#timeline .demo-card--step1 {
  background-color: #46b8e9;
}

#timeline .demo-card--step1 .head::after {
  border-color: #46b8e9;
}

#timeline .demo-card--step2 {
  background-color: #3ee9d1;
}

#timeline .demo-card--step2 .head::after {
  border-color: #3ee9d1;
}

#timeline .demo-card--step3 {
  background-color: #ce43eb;
}

#timeline .demo-card--step3 .head::after {
  border-color: #ce43eb;
}

#timeline .demo-card--step4 {
  background-color: #4d92eb;
}

#timeline .demo-card--step4 .head::after {
  border-color: #4d92eb;
}

#timeline .demo-card--step5 {
  background-color: #46b8e9;
}

#timeline .demo-card--step5 .head::after {
  border-color: #46b8e9;
}






/* feature */



:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: sans-serif;
  --font-serif: "Cardo", serif;
}



.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .card {

    margin: 0px 75px;
    width: 60%;
  }

}

.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay color */

}

.card:nth-child(1):before {
  background-image: url(img/img/drug.jpg);
}

.card:nth-child(2):before {
  background-image: url(img/img/bank.jpeg);
}

.card:nth-child(3):before {
  background-image: url(img/img/passport.jpg);
}

.card:nth-child(4):before {
  background-image: url(img/img/psychometric.jpeg);
}

.card:nth-child(5):before {
  background-image: url(img/img/address.jpeg);
}
.card:nth-child(6):before {
  background-image: url(img/img/employe.jpg);
}
.card:nth-child(7):before {
  background-image: url(img/img/identity.jpg);
}
.card:nth-child(8):before {
  background-image: url(img/img/criminal.jpg);
}
.card:nth-child(9):before {
  background-image: url(img/img/education.jpg);
}
.card:nth-child(10):before {
  background-image: url(img/img/deathclaim.jpg);
}
.card:nth-child(11):before {
  background-image: url(img/img/heatlth.jpg);
}
.card:nth-child(12):before {
  background-image: url(img/img/loan.jpg);
}
.card:nth-child(13):before {
  background-image: url(img/img/data1.jpeg);
}
.card:nth-child(14):before {
  background-image: url(img/img/data2.jpeg);
}
.card:nth-child(15):before {
  background-image: url(img/img/financial.jpeg);
}
.card:nth-child(16):before {
  background-image: url(img/img/reference.jpeg);
}



.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}

.content>*+* {
  margin-top: 1rem;
}

.title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #ffc107;
  ;
}

.copy {
  font-size: 1.125rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.35;
  color: #fab421;
  /* Brighter green color */

}

.btn1 {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: #4CAF50;
  border: none;
}

.btn1:hover {
  background-color: #0d0d0d;
}

.btn1:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }

  .content {
    transform: translateY(calc(100% - 4.5rem));
  }

  .content>*:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card:hover,
  .card:focus-within {
    align-items: center;
  }

  .card:hover:before,
  .card:focus-within:before {
    transform: translateY(-4%);
  }

  .card:hover:after,
  .card:focus-within:after {
    transform: translateY(-50%);
  }

  .card:hover .content,
  .card:focus-within .content {
    transform: translateY(0);
  }

  .card:hover .content>*:not(.title),
  .card:focus-within .content>*:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card:focus-within:before,
  .card:focus-within:after,
  .card:focus-within .content,
  .card:focus-within .content>*:not(.title) {
    transition-duration: 0s;
  }
}


/* 


industries */



.solution_card {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 210px;
  transition: 0.7s;
}

.solution_card:hover {
  background: #fab421;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_card:hover .solu_title h3,
.solution_card:hover .solu_description p {
  color: #fff;
}

.solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_card:hover .solu_description button {
  background: #fff !important;
  color: #fab421;
}

.so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

.solu_title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(140deg, #42c3ca 0%, #42c3ca 50%, #42c3cac7 75%) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.our_solution_content p {}

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_card:hover .hover_color_bubble {
  top: 0rem;
}

/* Media Query */
@media screen and (min-width: 576px) {
  .solution_card {
    flex-basis: 45%;
    /* Adjust card width */
  }

}

.solution_card {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.solution_card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
}

.so_top_icon img {
  max-width: 80px;
  height: auto;
}

.solu_title {
  margin-top: 15px;
}

.solu_title h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.solu_description {
  color: #666;
}

.text-secondary {
    color: #808080 !important;
}

.footer .short-link a:hover, .footer .help-link a:hover, .footer .contact-link a:hover {
    color: #fab421 !important;
}


.footer .short-link a:hover, .footer .help-link a:hover, .footer .contact-link a:hover {
    letter-spacing: 0.1px;
}


.row {
    --bs-gutter-x: 0.5rem;
}


.dropdown-item:active {


  background-color:  #fab421 !important;

}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #fab421 !important;

}





 .lightbox-image2{
  left: 400px;
  top: 88px;
}



@media screen and (max-width: 768px) {
  .lightbox-image2 {

    left: 120px;
    top: 119px; 
  }
}



.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.navbar-brand {

  margin-right: 0rem;
 
}
.navbar-nav a:hover {
  background-color: rgba(16, 12, 12, 0.596);
  
}