:root {
  --primary: #dcc366;
  --secondary: #e93c05;
  --tertiary: #ffffff;
  --light: #dfe4fd;
  --dark: #011a41;
  --purple-dark: #181322;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #242565;
  /* font-family: Poppins !important; */
  font-weight: 600 !important;
}

.text-purple {
  color: #4734b8;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

html {
  font-family: Poppins !important;
  font-weight: 600 !important;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
  /* font-weight: 700 !important; */
}

h3,
.h3,
h4,
.h4,
.fw-medium {
  font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
  font-weight: 500 !important;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  transition: 0.5s;
  font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
  color: var(--light);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.fixed-top {
  transition: 0.5s;
}

.top-bar {
  height: 45px;
  border-bottom: 1px solid rgba(53, 94, 252, 0.07);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  padding: 25px 15px;
  color: var(--tertiary);
  font-weight: 500;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    background: #ffffff;
  }

  .navbar .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary);
  border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
  border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
  border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background: url(../img/header.jpg) top left no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-weight: 500;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--tertiary);
}

/*** Facts ***/
.facts {
  background: linear-gradient(rgba(53, 94, 252, 0.95), rgba(53, 94, 252, 0.95)),
    url(../img/bg.png);
}

/*** Callback ***/
.callback {
  position: relative;
}

.callback::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(53, 94, 252, 0.95), rgba(53, 94, 252, 0.95)),
    url(../img/bg.png);
  z-index: -1;
}

/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
  transition: 0.5s;
}

.feature .feature-box:hover {
  background: var(--primary);
  border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
  color: #ffffff !important;
}

/*** Service ***/
.service .nav .nav-link {
  transition: 0.5s;
}

.service .nav .nav-link.active {
  border-color: var(--primary) !important;
  background: var(--primary);
}

.service .nav .nav-link.active h5 {
  color: #ffffff !important;
}

.service .nav .nav-link.active h5 i {
  color: #ffffff !important;
}

/*** Project ***/
.project-item,
.project-item .project-img {
  position: relative;
  max-height: 300px;
}

.project-item .project-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  opacity: 0;
  transition: 0.5s;
}

.project-item:hover .project-img a {
  opacity: 1;
}
.project-item:hover .centered{
  transform: translateY(-10px);
}

.project-item .project-title {
  position: absolute;
  top: 3rem;
  right: 0;
  bottom: 0;
  left: 3rem;
  border: 1px solid var(--light);
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  z-index: -1;
  transition: 0.5s;
}

.project-item:hover .project-title {
  background: var(--primary);
  border-color: var(--primary);
}

.project-item .project-title h4 {
  transition: 0.5s;
}

.project-item:hover .project-title h4 {
  color: #ffffff;
}

.project-carousel .owl-nav {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: var(--light);
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  color: var(--light);
}

/*** Team ***/
.team-item {
  position: relative;
  padding: 4rem 0;
}

.team-item img {
  position: relative;
  z-index: 2;
}

.team-item .team-text {
  position: absolute;
  top: 0;
  right: 3rem;
  bottom: 0;
  left: 3rem;
  padding: 15px;
  border: 1px solid var(--light);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  z-index: 1;
}

.team-item:hover .team-text {
  background: var(--primary);
  border-color: var(--primary);
}

.team-item .team-text h4 {
  transition: 0.5s;
}

.team-item:hover .team-text h4 {
  color: #ffffff;
}

.team-item .team-social .btn {
  background: var(--light);
  color: var(--primary);
}

.team-item:hover .team-social .btn {
  background: #ffffff;
}

.team-item .team-social .btn:hover {
  background: var(--primary);
  color: var(--light);
}

/*** Testimonial ***/
.testimonial-item {
  position: relative;
  text-align: center;
  padding-top: 30px;
}

.testimonial-item .testimonial-text {
  position: relative;
  text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
  position: absolute;
  content: "";
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  border: 30px solid;
  border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
  position: absolute;
  content: "";
  bottom: -59px;
  left: 50%;
  transform: translateX(-50%);
  border: 30px solid;
  border-color: #ffffff transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-dots {
  margin-top: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--light);
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 6px;
  left: 6px;
  border-radius: 16px;
  background: var(--light);
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
  background: var(--primary);
}

/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--light);
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  color: var(--light);
  background: #000b1c;
}

.copyright a {
  color: var(--light);
}

.copyright a:hover {
  color: var(--primary);
}

/* uday's css start*/

.golden-color-text {
  color: var(--primary);
}
.bg-purple-dark {
  background: var(--purple-dark) !important;
}

/* navbar start */
.navbar.navbar-expand-lg {
  background: linear-gradient(180deg, rgba(69, 53, 97, 0.7) 0%, #453561 100%);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin: 0 15px;
}
.container-fluid.fixed-top {
  background: transparent;
}
.navbar .navbar-nav .nav-link {
  padding: 15px 20px;
  color: var(--tertiary);
  font-weight: 600;
  outline: none;
  font-size: 13.5px;
}
.navbar-brand img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}
.navbar-toggler-icon {
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
}
.navbar-toggler {
  color: rgb(255 255 255);
  border-color: rgb(255 255 255 / 51%);
}
.navbar .navbar-nav {
  margin: 4px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  background: unset;
}
/* navbar end */

/* footer start */
.footer .btn.btn-link::before {
  content: none;
}
.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 0.3px;
  box-shadow: none;
}
.footer-service-menu {
  column-count: 4;
}
.footer .btn.btn-link {
  margin-bottom: 10px;
  font-size: 15px;
}
.copyright {
  font-size: 14px;
}
.back-to-top {
  background-color: #181322;
  color: white;
  border: none;
}
.back-to-top:hover {
  background-color: #dcc366;
  border: none;
  color: black;
}
.footer-text {
  font-size: 14px;
}
.footer .navbar-brand img {
  width: unset;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}
.bg-purple-light {
  background: url(../img/footer-banner.png) no-repeat;
  background-size: cover;
  background-position: top;
}
.applink-img {
  position: relative;
}
.applink-img img {
  position: absolute;
  /* top: -169px; */
  bottom: -178px;
  left: 0;
  height: 400px;
  width: 100%;
  object-fit: contain;
}
.footer-applink {
  margin-top: 180px;
}
.email-footer a,
.call-footer a {
  color: #dfe4fd;
}
.email-footer:hover a,
.call-footer:hover a {
  color: #dcc366;
}
.email-footer:hover i,
.call-footer:hover i {
  color: #dcc366;
}
.social-icon
{
  display: flex;
  align-items: center;
}
.social-icon-main
{
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.si-li
{
  column-count: 2;
  padding-left: 0;
  list-style-type: none;
  gap: 20px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;

}
.si-li a{
  color: #DFE4FD;
}
.si-li li
{
  display: flex;
  /* gap: 6px; */
  align-items: center;
  margin-bottom: 18px;
  cursor: pointer;
}
.text-golden
{
  color: #dcc366;
}
.si-li-right
{
  column-count: 1;
}
/* footer end */

/* Whats App */
.whatsapp-icon {
  position: relative;
}

.whatsapp-float {
  position: fixed;
  width: 51px;
  height: 51px;
  bottom: 26px;
  right: 100px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  z-index: 999999;
  top: 25px;
  right: -26px;
  /* transform: translateX(-50%) translateY(-50%); */
  display: block;
  width: 52px;
  height: 52px;
  background: #25d366;
  border-radius: 50%;
  animation: whatsappblink 1500ms ease-out infinite;
}

.my-float {
  margin-top: 0;
  width: 30px;
  z-index: 9;
}

@keyframes whatsappblink {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* Whats App */

/* contact form send */

.page-header {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 30.95%,
      rgba(0, 0, 0, 0.53901) 68.06%,
      rgba(0, 0, 0, 0.79) 100%
    ),
    url(../img/contact-banner.png) top center no-repeat;
  background-size: cover;
}
.page-header h1 {
  text-shadow: 0px 4px 4px #00000040;
}
.testimonial-item .testimonial-text .btn-square {
  background-color: #f2f4ff;
  border: 3px solid #d8d1ff;
}
.testimonial-item .testimonial-text .contact-card-icon {
  color: #4734b8;
}
.testimonial-item .testimonial-text:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.testimonial-item .testimonial-text {
  border-radius: 18px;
  border: 1.24px solid #dee7e6;
  box-shadow: 0px 4.959107398986816px 27.275087356567383px 0px #7773aa3b;
  border-bottom: 4px solid #4734b8;
  min-height: 225px;
  transition: box-shadow 0.7s;
}
.testimonial-item:hover .testimonial-text
{
  border-bottom: 4px solid #dcc366;
}
.testimonial-item .testimonial-text span {
  color: #000000;
}
.testimonial-item .testimonial-text h6 {
  color: #4734b8;
  font-size: 26px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: center;
}
.testimonial-item .testimonial-text::after {
  content: none;
}
.testimonial-item .testimonial-text::before {
  content: none;
}
/* contact form end */

/* about page start */

.about-page-header {
  padding-top: 9rem;
  padding-bottom: 4rem;
  /* background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 30.95%,
      rgba(0, 0, 0, 0.53901) 68.06%,
      rgba(0, 0, 0, 0.79) 100%
    ),
    url(../img/about-banner.png) top center no-repeat; */
  background-size: cover;
}
.about-page-header h1 {
  text-shadow: 0px 4px 4px #00000040;
}
.about-content {
  text-align: justify;
}
.background-doted {
  position: relative;
}
.sticker-img {
  position: relative;
  background-size: cover;
  left: -34px;
  top: -6px;
}
.sticker-img img {
  position: absolute;
  height: 207px;
  /* width: 100%; */
  object-fit: contain;
}
.about-vision-mission-card {
  border: 2.3px solid #f2f4ff;
  padding: 20px;
  border-radius: 12px;
}
.about-vision-mission-card .vm-content
{
text-align: justify;
}
.about-vision-mission-card h4 {
  color: #4734b8;
}
.about-vision-mission-card:hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.project-img {
  position: relative;
}

.project-img::after {
  position: absolute;
  content: "";
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(71, 52, 184, 0) 0%,
    rgba(71, 52, 184, 0) 0.01%,
    #4734b8 100%
  );
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 99;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.project-img img {
  transition: 0.3s ease-in;
  width: -webkit-fill-available;
}
.project-item {
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.project-item:hover .project-img img {
  transform: scale(1.2);
}
/* about page end */

/* services start */
.service-header {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 30.95%,
      rgba(0, 0, 0, 0.53901) 68.06%,
      rgba(0, 0, 0, 0.79) 100%
    ),
    url(../img/service-banner.png) top center no-repeat;
  background-size: cover;
}
.centered {
  position: absolute;
  /* top: 84%; */
  left: 6%;
  bottom: 15px;
  /* transform: translate(0%, -50%); */
  font-size: 14px;
  z-index: 999;
  width: 88%;
  transition: 0.3s ease-in;
}
.centered i {
  font-size: 24px;
  color: #fff;
}
.centered h6,
.centered p {
  margin-bottom: 0;
  color: #fff;
}
.project-img {
  /* margin-bottom: 1.5rem; */
}
/* services end */

/* index start */

.homepage-slider h1,
.homepage-slider p {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 0px 10px 10px;
}
.carousel-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.3
  ) !important; /* Change the color and opacity as needed */
  z-index: inherit;
}
.homepage-about-content p {
  text-align: justify;
}
.more-service-btn {
  background: #4734b8;
  color: #fff;
}
.more-service-btn:hover {
  background: #5a3ef7;
  color: #fff;
}
.carousel-caption {
  top: 250px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}
/* index end */

/* career page start */
.career-header {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 30.95%,
      rgba(0, 0, 0, 0.53901) 68.06%,
      rgba(0, 0, 0, 0.79) 100%
    ),
    url(../img/career-banner.png) top center no-repeat;
  background-size: cover;
}
.career-skills {
  text-align: left;
  /* margin: 35px 0; */
}
.career-skills p {
  display: flex;
}
.career-skills p:last-child {
  margin-bottom: 0;
}

.career-cards .feature-box .career-skills {
  /* min-height: 137px; */
  width: 80%;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  padding: 1rem 0.75rem;
}
.modal-dialog {
  max-width: 520px;
  margin: 1.75rem auto;
}
.apply-btn {
  /* padding: 7px 17px; */
  border-radius: 8px;
  /* background: #198754; */
  background: #453561;
  color: white;
  justify-content: center;
}
.feature-box:hover .apply-btn
{
  background-color: #198754;
}
/* career page end */

/* investment start */
.investment-header {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 30.95%,
      rgba(0, 0, 0, 0.53901) 68.06%,
      rgba(0, 0, 0, 0.79) 100%
    ),
    url(../img/investment-banner.png) top center no-repeat;
  background-size: cover;
}
.investment p {
  text-align: justify;
}

/* investment end */

.career-skills ul li {
  list-style-image: url('../img/check-solid.svg');
}
.feature-box:hover .career-skills ul li {
  list-style-image: url('../img/check-solid-white.svg');
}
.career-descri
{
  line-height: 35px;
}
.captcha
{
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.form-control:disabled, .form-control:read-only {
  background-color: transparent;
}
.error.text-danger{
  font-size: 14px;
}
.toast.toast-success
{
background-color: #51A351 !important;
}
.model-width-app
{
  /* width: 300px; */
}


/* uday's css end*/
