/* *{
  border: 2px solid red;
} */

body {
  overflow-x: hidden;
}

/* NAVBAR */
.lazy-image {
  filter: blur(20px);
  transition: filter 1s ease;
}

.project-h2 {
  margin-top: 10px;
  text-align: center;
}

.video1 {
  display: none;
  width: 100%;
  object-fit: cover;
  height: 80vh;
  transition: filter 0.3s ease;
}

#placeholder-img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}


.lazy-image1 {
  filter: blur(10px);
  transition: filter 1s ease;
}

.lazy-image2 {
  filter: blur(20px);
  transition: filter 0.5s ease;
}

.lazy-image3 {
  filter: blur(10px);
  transition: filter 1s ease;
}

.lazy-image4 {
  filter: blur(5px);
  transition: filter .4s ease;
}

.hr {
  margin: 1rem 0;
  color: rgba(165, 165, 165, 0.671);
  border: 0;
  opacity: 1;
}

.container11 {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  background: #fff;
  height: 72px;
  opacity: 1;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.home {
  display: none;
}

.btn1 {
  border-radius: 3%;
  font-size: 14px;
  padding: 10px 30px;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: none;
  color: white;
  margin-top: 1vh;
}

.ceo {
  display: flex;
  align-items: center;
  justify-content: center !important;
  flex-wrap: wrap-reverse;
  gap: 2rem;
  width: 100vw;
  height: fit-content;
  flex-direction: column;
  padding: 0 .8rem;
  margin-top: 5vh;
}

.ceo-message {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}

.ceo>.left {
  flex: 1;
}

.ceo>.right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.ceo>.right>.ceo-card {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  width: 28%;
  height: 440px;
  padding: 20px 0 !important;
  background-color: white;
  border-radius: 6px;
}


.ceo>.right>.ceo-card .card-body {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;

}

.ceo>.right>.ceo-card .card-body button {
  margin: 0 !important;
}


/* #home-project-slider>.slick-dots li>button::before {
  padding-top: 8px;
  font-size: 18px;
  color: rgb(255, 255, 255);
} */



.ceo>.right>.ceo-card>.card-body>p {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  text-align: center;
  height: 27.6vh;
}

.project-date {
  display: flex;
  align-items: center;
  gap: .5vw;
  font-size: 14px;
  font-weight: 500;
}

.card-img-top2 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 2vh;
  cursor: pointer;
}


.card-img-top3 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 2vh;
  cursor: pointer;
}

.ceo>.right>.ceo-card>.card-body>p::-webkit-scrollbar {
  width: 6px !important;
}

/* Track */
.ceo>.right>.ceo-card>.card-body>p::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.ceo>.right>.ceo-card>.card-body>p::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.ceo>.right>.ceo-card>.card-body>p::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ceo>.right>.ceo-card>.card-body>p::-webkit-scrollbar {
  width: 180px;
}

/* .left {
  width: 40%;
  margin-top: 5vh;
  padding-right: 20px;
  padding-left: 20px;
} */

.para-text {
  color: white;
  font-size: 18px;
  font-weight: medium;
  text-align: start;
}

/* .right {
  display: flex;
  width: 65%;
  margin-top: 4vh;
  margin-left: -40px;
} */


.card1 {
  display: flex;
  align-items: center;
  justify-content: start;
  height: auto;
  width: auto;
}


.card-title {
  text-align: center;
}

.card-text {
  text-align: start;
}

.btn .btn1 {
  border-radius: 40px;
  font-size: 20px;
  color: white;
  padding: 8px 30px;
  transition: background 0.5s;
  border: 1px solid white;
  background-color: transparent;
  opacity: 0;
}

.btn:hover {
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: none;
  color: white;
}

.navbar-brand {
  padding-left: 20px;
}

.navbar a {
  color: white;
  font-size: 12px;
  transition: 0.3s;
  opacity: 0;
  animation: slideTop 0.5s ease forwards;
  animation-delay: calc(0.2s * var(--i));
}

.team-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.navbar a img {
  height: 55px;
}

/* HERO VIDEO */
.hero-video {
  width: 100%;
  height: 80vh;
}




/* CAROUSEL */

/* .carousel{
  background-color: blue;
} */
.carousel-item {
  padding: 0;
}

@keyframes captionFade {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-caption {
  top: 10vh;
  transform: translateY(25%);
  text-align: center;
  animation: captionFade 0.5s ease-in-out;
}

.carousel-caption h5 {
  font-size: 40px;
  font-weight: 500;
  opacity: 0;
  animation: slideRight 1s ease forwards;
}

.carousel-caption #logo {
  justify-content: end;
}

.carousel-caption p {
  font-size: 19px;
  font-weight: 400;
  opacity: 0;
  animation: slideRight 1s ease forwards;
}

.carousel-control-prev-icon {
  height: 20px;
  width: 20px;
}

.carousel-control-next-icon {
  height: 20px;
  width: 20px;
}


.top-link {
  color: #99000f;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
}

.top-link:hover {
  color: #99000f;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
}

/* ABOUT SECTION */

#about {
  background: radial-gradient(50% 50% at 50% 50%, #403a5f 0%, #211e2e 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.about-heading1 {
  color: white;
  font-size: 45px;
  font-weight: 500;
  text-align: start;
}

.about-heading2 {
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-align: start;
  margin-left: 3px;
}

.about-heading {
  color: white;
  font-size: 30px;
  margin-bottom: 36px;
  font-weight: 500;
  text-align: center;
}

.text-heading {
  color: #99000f;
  font-size: 28px;
  font-weight: bold;
  opacity: 0;
  animation: slideTop 1.5s ease forwards;
  animation-delay: calc(0.2s * var(--i));
}

.about-para {
  color: white;
  font-size: 14px;
  font-weight: lighter;
  animation: slideTop 1.5s ease forwards;
  animation-delay: calc(0.2s * var(--i));
}

#toggle-button1 {
  border-radius: 40px;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 5px;
}

#myBtn {
  border-radius: 40px;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 10px;
}

.myBtn {
  border-radius: 30px;
  font-size: 12px;
  color: white;
  padding: 6px 18px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 10px;
  text-align: center;
}

#toggle-button2 {
  border-radius: 40px;
  font-size: 12px;
  color: white;
  margin-top: 10px;
  padding: 5px 20px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 10px;
}

/* CIRCULAR IMAGR */
.round-image {
  width: 100%;
  height: 90%;
  border-radius: 3px;
  object-fit: fill;
  margin-top: 1vh;
}

/* TEAM SECTION */

#team {
  background: url(images/team.jpg);
  padding-top: 50px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 2px solid rgba(165, 165, 165, 0.671);
}

.header {
  text-align: center;
  font-size: 19px;
}

.header .team-heading {
  color: rgb(255, 255, 255);
  font-size: 46px;
}

/* .row {
  align-items: center;
  margin-left: 72px;
  margin-right: 45px;
  display: flex;
  justify-content: space-between;
} */

.box-container {
  /* border: 1px solid #ccc; */
  backdrop-filter: blur(10px);

  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

.box-container1 {
  display: flex;
  align-items: center;
  justify-content: center;
}



.column {
  background-color: #f2f2f2;
}

.red-box {
  background: #c10808;
  height: 170px;
  width: 170px;
}

#red-column {
  animation: backInRight 1s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

h2 {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: start;
}

.square {
  width: 15px;
  height: 15px;
  margin-right: 120px;
}

#c-image {
  display: block;
}

/* SERVICES SECTION */

#services {
  background: radial-gradient(50% 50% at 50% 50%, #403a5f 0%, #211e2e 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 50px;
  padding-top: 60px;
}

.services-heading1 {
  font-size: 30px;
  color: white;
  font-weight: lighter;
  text-align: center;
}

.services-heading2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}

/* FLIP CARD */

.flip-card {
  background-color: transparent;
  width: 250px;
  height: 370px;
  perspective: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: auto;
}

.flip-card p {
  color: white;
  margin-top: 130px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.flip-card h1 {
  color: white;
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  border: 1px solid white;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 20px;
}

.flip-card-front {
  background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
}

.flip-card-back {
  background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
  transform: rotateY(180deg);
}


.flip-card img {
  height: 150px;
  height: 150px;
  margin-top: 70px;
  margin-left: 50px;
}

.flip-card hr {
  color: white;
  width: 170px;
  margin-left: 40px;
}

#toggle-button-a {
  border-radius: 40px;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 10px;

}

/* Testimonial FLip Card*/

.flip-card1 {
  perspective: 1000px;
  cursor: pointer;
}

.testimonial-flipcard {
  position: relative;
  width: 100%;
  height: 300px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);


}

.service-block-two:hover .testimonial-flipcard {
  transform: rotateY(180deg);
}

.flip-card-front1,
.flip-card-back1 {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 300px;
  border-radius: 6px;
}

.flip-card-front1 {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flip-card-back1 {
  transform: rotateY(180deg);
}

.testimonial-flipcard:hover .flip-card-back1 {
  margin-top: -24px;
}

#toggle-button-b {
  border-radius: 40px;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 10px;
}

#toggle-button-c {
  border-radius: 40px;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 10px;

}

#toggle-button-d {
  border-radius: 40px;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 10px;

}

#toggle-button-e {
  border-radius: 40px;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 10px;

}

#toggle-button-f {
  border-radius: 40px;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 10px;

}

#toggle-button-g {
  border-radius: 40px;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 10px;

}


#toggle-button-h {
  border-radius: 40px;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 10px;

}

.green {
  background: url(images/green.jpeg);
  height: 78vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  border-top: 2px solid rgba(165, 165, 165, 0.671);
  border-bottom: 2px solid rgba(165, 165, 165, 0.671);
  padding-right: 50px;
}

.green .green-heading1 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  text-align: start;
  width: 50%;


}

.green .green-para {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-align: start;
  width: 50%;

}

.green-hand {
  background: url(images/goverence.jpg);
  height: 80vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  border-top: 2px solid rgba(165, 165, 165, 0.671);
  border-bottom: 2px solid rgba(165, 165, 165, 0.671);
  ;
}

.green-hand .green-para-1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-align: start;
  margin-right: 10%;
  margin-left: 3%;
  width: 43%;
}

.green-hand .green-heading {
  padding: 2px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  margin-right: 10%;
  margin-left: 3%;
}

.hand {
  background: url(images/sociability.jpg);
  height: 80vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  border-top: 2px solid rgba(165, 165, 165, 0.671);

  ;
}

.hand .hand-para-1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  margin-right: 10%;
  margin-left: 3%;
  width: 43%;
}

.hand .hand-heading {
  padding: 2px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  margin-right: 10%;
  margin-left: 3%;
}

/* MAP */

#map {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  width: 100%;
  padding: 0 !important;
}


#map img {
  width: 100%;
  height: 70%;
  object-fit: contain;
}

.header-map {
  text-align: center;
}

.map-heading {
  color: rgba(223, 37, 0, 1);
  font-size: 46px;
  font-weight: bold;
  margin-top: -8vh;
}

.card-body .button-modal {
  margin-left: 37%;
}

.map-para {
  color: #061266;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.562);
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 5px;
  max-width: 80%;
  box-sizing: border-box;
}

#img-flag {
  width: 100%;
  height: auto;
}

#estimete {
  background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 100px;
  padding-top: 80px;
}

/* testimonials */

#testimonials {
  background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
}

.btn-1,
.btn-2,
.btn-3,
.btn-4 {
  border-radius: 40px;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 10px;

}

.btn11 {
  border-radius: 40px;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 10px;
}

.test-heading2 {
  font-size: 30px;
  text-align: center;
}

.service-block-two {
  position: relative;
  z-index: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.service-block-two .inner-box {
  position: relative;
  overflow: hidden;
  padding: 20px;
  height: 300px;
  border-radius: 6px;
  background-color: #f5f5f5;
  z-index: -99;
  margin-left: 10px;
  margin-right: 10px;
}

.service-block-two .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  opacity: 0;
  z-index: -99;
  background: radial-gradient(50% 2900.76% at 50% 53.89%,
      rgba(58, 52, 86, 0.95) 0%,
      #211e2e 100%);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service-block-two .inner-box .shape-one {
  content: "";
  width: 373px;
  height: 373px;
  background: rgba(153, 0, 15, 1);
  border-radius: 50%;
  position: absolute;
  top: -120px;
  opacity: 0.4;
  right: -120px;
  transform: scale(0);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: -99;
}

.service-block-two .inner-box .shape-two {
  content: "";
  width: 373px;
  height: 373px;
  background: rgba(223, 37, 0, 1);
  border-radius: 50%;
  position: absolute;
  top: -180px;
  right: -180px;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: -99;
}

.left {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: auto;
  padding-right: 80px;
  padding-left: 80px;

}

.para-text {
  color: white;
  font-size: 18px;
  font-weight: medium;
  text-align: start;
}

/* NEW TESTIMONIALS STYLES */
.nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 8px 16px;
  color: black;

}

.nav-tabs .nav-link.active {
  border: none;
  border-left: 4px solid rgba(223, 37, 0, 0.5);
  background-color: rgba(223, 37, 0, 0.3);
  color: rgba(223, 37, 0, 1);
  border-radius: 0;
}

.nav-tabs .nav-link:hover {
  border: none;
  border-left: 4px solid rgba(223, 37, 0, 0.5);
  border-radius: 0;
  color: rgba(223, 37, 0, 1);
}

/* .tab-content {
  margin-top: -3px;
  padding: 20px;
} */


/* NEW TESTIMONIALS STYLES */



.service-block-two .inner-box .text {
  position: relative;
  color: #222222;
  z-index: 2;
  font-size: 13px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .inner-box:hover::before {
  height: 100%;
  opacity: 1;
}

.service-block-two .inner-box:hover .shape-one {
  transform: scale(1);
  /* webkit-transition-delay: 300ms; */
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}

.service-block-two .inner-box:hover .shape-two {
  opacity: 0.4;
  transform: scale(1);
  /* webkit-transition-delay: 600ms; */
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}

.service-block-two .inner-box:hover .icon-box,
.service-block-two .inner-box:hover h5 a,
.service-block-two .inner-box:hover .text {
  color: #ffffff;
}

.service-block-two .inner-box:hover .testimonial-text,
.service-block-two .inner-box:hover .testimonial-text2 {
  color: #fff;
}

.service-block-two .inner-box:hover .icon-box,
.service-block-two .inner-box:hover h5 a,
.service-block-two .inner-box:hover .text {
  color: #ffffff;
}

.service-block-two .inner-box:hover .icon-box,
.service-block-two .inner-box:hover h5 a,
.service-block-two .inner-box:hover .text {
  color: #ffffff;
}

.container-testimonial {
  align-items: center;
}

.testimonial-text {
  color: #222222;
  text-align: center;
  font-weight: bold;
  z-index: 2;
  font-size: 16px;
}


.testimonial-padding {
  margin-right: 3%;
  margin-left: 3%;
}

.testimonial-text2 {
  color: #222222;
  text-align: center;
  z-index: 2;
  font-size: 13px;
}


/* TECHNOLOGY SECTION */

#technologies1 {
  background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 50px;
  padding-bottom: 50px;
}

.tech {
  width: 950px;
}

.inner-background1 {
  background: linear-gradient(180deg,
      #29445e 66.15%,
      rgba(35, 54, 72, 0.78) 100%);
  border-radius: 130px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tech-heading1 {
  text-align: center;
  margin-top: 40px;
  font-size: 36px;
}

.tech-para {
  text-align: center;
  color: white;
}



.card-tech img {
  margin-top: 10px;
  /* width: 90px;
  height: 90px; */
  margin-bottom: 10px;
  align-items: center;
  margin-left: 5px;
}

.tech-slider-box {
  padding-top: 0px;
  align-items: center;
  background: transparent;
}

.card-tech {
  margin: 0 auto;
}

#homepage-slider {
  margin: 0;
}

.homepage-slider {
  padding-right: 100px;
  padding-left: 100px;
}

#our-projects {
  background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 60px;
  padding-bottom: 50px;
}



.tech-card {
  width: 500px;
  height: 415px;
}

.project-heading {
  font-size: 36px;
  text-align: center;
  margin-bottom: 3vh;
}

.project-para {
  font-size: 19px;
  text-align: center;
  padding-bottom: 20px;
}

.card-img {
  height: 250px;
}

.p-card-title {
  text-align: center;
}

.p-card-text {
  font-size: 14px;
  font-weight: 400;
}

#project-line {
  margin-top: 0px;
  margin: 0px;
}

.modal-button {
  border-radius: 40px;
  font-size: 14px;
  color: white;
  padding: 4px 14px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  text-align: center;
  text-decoration: none;

}

.modal-button:hover {
  color: white;
}


#toggle-button3 {
  border-radius: 40px;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 10px;
}

#toggle-button4 {
  border-radius: 40px;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
  transition: background 0.5s;
  background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
  border: white;
  margin-bottom: 10px;
}

#partners {
  background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 100px;
  padding-top: 50px;
}

.inner-background2 {
  background: linear-gradient(180deg,
      rgba(57, 57, 76, 0.97) 34.94%,
      rgba(57, 57, 76, 0.56) 100%);
  border-radius: 130px;
}

#contact {
  background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 50px;
  padding-top: 100px;
}

.contact-heading {
  font-size: 32px;
  color: white;
  text-align: center;
}

.contact-para {
  color: white;
  text-align: center;
  font-size: 16px;
}

/* 
.contact-form {
  background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  padding-bottom: 20px;

}

.send-button {
  margin-top: 20px;
  display: block;
  margin: 0 auto;
}

.form-control {
  margin-top: 30px;
  background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}
.form-control::placeholder {
  color: white;
  font-weight: lighter;
}
#email,
#subject,
#phone,
#lastName,
#firstName,
#text, #textAreaExample1 {
  color: white;
}
textarea{
    border-radius: 0px;
    height: 40px;
}  */
footer {
  background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.footer-columns {
  display: flex;
  /* flex-wrap: wrap; */
}

.footer-column {
  flex: 1 1 33.33%;
  margin-bottom: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.image-container {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.image-container img {
  max-width: 100%;
  height: 150px;
  width: auto;
}



#addresses {
  background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 100px;
}

#address-heading {
  color: #bc0014;
  font-weight: bold;
}

#ad-img {
  width: 30px;
  height: 30px;
}

#address-para {
  color: white;
  font-weight: lighter;
}

#footer {
  background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 5px;
  padding-bottom: 5px;
}

.inner {
  background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


#footer-para {
  color: white;
  display: block;
  margin: 0 auto;
}

.foot-logo {
  margin-top: 30px;
}

#f-image {
  display: block;
  margin: 0 auto;
}

#item-f {
  margin-bottom: 25px;
  line-height: 0.8rem;
}

#cer-head {
  color: white;
  font-size: 16px;
  /* padding-left: 81px; */
}

.img-fluid {
  max-width: 100%;
  display: flex;
  padding: 5px;
}

#column {
  border-right: 1px solid #ccc;

}

#testimonial-height {
  height: 400px;
}

.col-md-4 a {
  display: block;
  color: #EDC844;
  ;
  text-decoration: none;
  font-size: 13px;
}

ul {
  list-style: none;
  color: white;
  display: flex;
}

li a {
  color: white;
}

li a:hover {
  color: white;
  border-bottom: none;
}

.footer__row p {
  color: white;
}



/* Keyframes animations */

@keyframes slideRight {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTop {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes flip-with-rotate {
  0% {
    transform: perspective(400px) rotateY(0);
  }

  100% {
    transform: perspective(400px) rotateY(180deg);
  }
}

.modal-custom-bg {
  background-color: rgba(48, 44, 66, 1);
  color: #fff;
}

.floating-info-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
}

.floating-info {
  background: none;
  border-radius: 100px;
}

.floating-info-inner {
  background: radial-gradient(50% 2900.76% at 50% 53.89%, rgba(58, 52, 86, 0.95) 0%, #211E2E 100%);
  box-shadow: 0px 4px 4px rgba(192, 183, 232, 0.01);
  border-radius: 80px;
  bottom: 0;
}

@media screen and (max-width: 768px) {

  .ceo>.right {
    width: 100%;
  }

  .ceo>.right>.ceo-card {
    width: 90% !important;
  }

  .floating-info-wrapper {
    position: static;
  }

  .floating-info {
    border-radius: 0px;
    padding: 0px !important;
  }

  .floating-info-inner {
    border-radius: 0px;
  }

  .carousel-item img {
    max-width: 100%;
    height: 35vh;

  }



  .carousel-caption h5 {
    margin-top: 4rem;
    font-size: .9rem;
    font-weight: bold;
  }

  .carousel-caption p {
    font-size: .8rem;
    margin-bottom: 20px;
  }

  .btn {
    height: 2rem;
    padding: .5rem;
  }

  .navbar-toggler-icon {
    height: 2rem;
    width: 1rem;
    top: 3;
  }

  .navbar a {
    color: white;
    font-size: .6rem;
  }

  .navbar {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .text-heading {
    color: #99000f;
    font-size: 26px;
    margin-top: 15px;

  }

  .flip-card {
    background-color: transparent;
    width: 300px;
    height: 340px;
    perspective: 1000px;
    padding-bottom: 15px;
  }

  .flip-card p {
    color: white;
    margin-top: 80px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flip-card h1 {
    color: white;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
  }

  .flip-card-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    border: 1px solid white;
  }

  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }

  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
  }

  .flip-card-front {
    background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
  }

  .flip-card-back {
    background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
    transform: rotateY(180deg);
  }

  .flip-card img {
    height: 130px;
    margin-top: 70px;
    margin-left: 33px;
  }

  .flip-card hr {
    color: white;
    width: 170px;
    margin-left: 15px;
  }

  .inner-background1 {
    background: linear-gradient(180deg, #29445e 66.15%, rgba(35, 54, 72, 0.78) 100%);
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tech-heading1 {
    text-align: center;
    margin-top: 40px;
    font-size: 32px;
  }

  .tech-para {
    text-align: center;
    color: white;
  }

  /* 
  .slick-dots {
    display: none !important;
    background-color: white;
  } */

  .card-tech img {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 25px;
  }

  .tech-slider-box {
    padding-top: 0px;
    align-items: center;
    background: transparent;
  }

  .partners-card {
    padding-top: 5px;
    padding-bottom: 25px;
    /* margin-left: 17px; */
  }






  .container-testimonial {
    text-align: right;
  }



  /* .inner-background2{
  margin-bottom: 10px;
} */
  #cer-head {
    color: white;
    font-size: 16px;
    padding-left: 10px;
  }

  #addresses {
    padding-top: 20px;
  }

  #contact {
    padding-top: 20px;
  }

  #technologies1 {
    padding-top: 20px;
  }

  #partners {
    padding-top: 20px;
  }

  #map {
    padding-top: 20px;
  }



  .card {
    width: 300px;
    height: auto;
    margin-left: 0px;
  }

  .card-img {
    height: 200px;
  }

  .p-card-title {
    font-size: 16px;
  }

  .p-card-text {
    font-size: 12px;
    margin-top: 0px;
    text-align: left;
  }

  .modal-button {
    border-radius: 40px;
    font-size: 12px;
    color: white;
    padding: 4px 16px;
    transition: background 0.5s;
    background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
    border: white;
    text-align: center;
    z-index: 99;
  }

  #column {
    border-right: none;
  }

  .col-md-3 a {
    display: flex;
    color: rgba(223, 37, 0, 1);
    text-decoration: none;
    font-size: 12px;
    padding: 10px;
    font-weight: bold;
  }

  #testimonial-height {
    height: 270px;
  }


  .footer-columns {
    flex-direction: column;
  }

  .footer-column {
    flex: 1 1 100%;
  }

  .image-container {
    flex-direction: column;
    align-items: center;
  }

  .service-block-two .inner-box {
    height: 200px;
  }

}

@media screen and (max-width: 580px) {

  /* .ceo {
    display: flex;
    flex-direction: column;
  } */
  .carousel-caption {
    top: -9vh;
    transform: translateY(25%);
    text-align: center;

  }

  .btn1 {
    border-radius: 3%;
    font-size: 12px;
    background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
    border: none;
    color: white;
    margin-top: -2vh;
  }

  .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-left: 1px;
  }

  .slick-prev {
    left: -8px !important;
  }

  .slick-next {
    right: 0px !important;
  }

  .card1 {

    width: 20rem;
  }

  .tech-card {
    width: 300px;
    height: 357px;
  }

  .left {
    display: flex;
    flex-direction: column;
    text-align: start;
    width: auto;
    padding-right: 1px;
    padding-left: 10px;

  }

  .para-text {
    color: white;
    font-size: 16px;
    font-weight: medium;
    text-align: start;
    margin-top: -2vh;
  }

  .green {
    background: url(images/green.jpeg);
    height: 50vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    border-top: 2px solid rgba(165, 165, 165, 0.671);
    border-bottom: 2px solid rgba(165, 165, 165, 0.671);
    ;
  }

  .green .green-heading1 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: start;
    margin-left: 5%;
    margin-top: 5%;
    width: auto;
  }

  .green .green-para {
    color: white;
    font-size: 14px;
    font-weight: normal;
    text-align: start;
    margin-left: 5%;
    width: auto;

  }

  .green-hand {
    background: url(images/goverence.jpg);
    height: 50vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    border-top: 2px solid rgba(165, 165, 165, 0.671);
    border-bottom: 2px solid rgba(165, 165, 165, 0.671);
    padding-left: 8px;
  }

  .green-hand .green-para-1 {
    color: #ffffff;
    text-align: start;
    margin-right: 10%;
    margin-left: 3%;
    width: auto;
    color: white;
    font-size: 14px;
    font-weight: normal;
  }

  .green-hand .green-heading {
    padding: 2px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-right: 10%;
    margin-left: 2%;
  }

  .hand {
    background: url(images/sociability.jpg);
    height: 50vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    border-top: 2px solid rgba(165, 165, 165, 0.671);
    border-bottom: 2px solid rgba(165, 165, 165, 0.671);
    padding-left: 8px;
  }

  .hand .hand-para-1 {
    color: white;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    margin-right: 10%;
    margin-left: 3%;
    width: auto;
  }

  .hand .hand-heading {
    padding: 2px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-right: 10%;
    margin-left: 3%;
  }

  .flip-card img {
    margin-top: 50px;
    margin-left: 70px;
  }

  .hero-video {
    width: 100%;
    height: 40vh;
  }

  .para-text {
    color: white;
    font-size: 16px;
    font-weight: medium;
    text-align: start;
    margin-top: -2vh;
  }

  .box-container1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .red-box {
    background: #c10808;
  }

  #map {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60dvh;
    width: 100%;
    padding: 0 !important;
  }


  #map img {
    width: 100%;
    height: 50%;
    object-fit: contain;
  }

  .map-heading {
    color: rgba(223, 37, 0, 1);
    font-size: 36px;
    font-weight: 500;
    margin-top: -5vh;
  }

  .card-body .button-modal {
    margin-left: 28.5%;
  }

  .contact-heading {
    font-size: 28px;
    color: white;
    text-align: center;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .navbar a img {
    height: 40px;
  }

  .home {
    display: block;
    margin-right: 5%;
    text-decoration: none;
    font-size: 22px;
    background: linear-gradient(90deg, #99000f 15.62%, #df2500 56.77%);
    color: #fff;
    padding: 2px 3px 2px 3px;
    border-radius: 3%;
    font-weight: 400;
  }

  .service-block-two .inner-box {
    height: 280px;
  }

  .row {
    --bs-gutter-x: 0;/
  }

  .homepage-slider {
    padding-right: 10px;
    padding-left: 15px;
  }

  .flip-card-front1,
  .flip-card-back1 {
    margin-left: 5px;
    width: 95%;
  }

  .team-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .project-h2 {
    text-align: center;
    padding: 5px;
  }

  .square {
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
  #placeholder-img {
    height: 40vh;
  }
  .video1{
    height: 40vh;
  }
}