
/* about us */


.owl-theme .owl-dots {
  display: none !important;
}

.owl-grab {
  cursor: grab !important;
}

.owl-grabbing {
  cursor: grabbing !important;
}

#owl-carousel-container {
  overflow: hidden;
  position: relative;
  margin-top: 5%;
}



.card-dots{
color: rgba(234, 234, 234, 0.60) !important;
font-family: 'Manrope' !important;
font-size: 19.2px !important;
font-style: normal;
font-weight: 400 !important;
line-height: normal;
}

.about-us-main {
  position: relative;
  padding-top: 257px;
  padding-right: 123px;
  padding-bottom: 410px;
  text-align: right;
}


.about-us-h1 {
  font-size: 127.07px !important;
}

.about-us-box {
  position: absolute;
  bottom: -35px;
  left: -58px;
  width: 1216.594px;
  height: 320.248px;
  transform: rotate(0.319deg);
  flex-shrink: 0;
  border-radius: 55px;
  background: linear-gradient(151deg, rgba(0, 0, 0, 0.30) -1.2%, rgba(0, 0, 0, 0.00) 56.46%), #161A1B;
  box-shadow: 21px 4px 40.7px 0px rgba(0, 0, 0, 0.40);
}

.about-us-pad {
  padding: 58px 125px 58px 214px;
}

.about-us-h6 {
  color: white;
  text-align: start;
  font-size: 33.65px !important;
  width: 85%;
}

.about-us-btn {
  font-size: 23px !important;
}

.blank-section {
  background: var(--Dark-Gray, #161A1B);
  padding: 25px;
}


/* follow us section */


.follow-us-section {
  padding-top: 133px;
  padding-left: 114px;
  padding-bottom: 141px;
  padding-right: 500px;
}


/* expertise section */


.expertise-section {
  background: radial-gradient(66.58% 66.58% at 50% 50%, rgba(0, 0, 0, 0.00) 55.73%, rgba(0, 0, 0, 0.20) 100%), #2E2E2E !important;
  color: #FFF;
  padding-bottom: 55px;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}



.expertise-section p {
  color: black;
  font-family: 'manrope';
  font-weight: 700;
}

.expertise-section a {
  text-decoration: none;
}


.expertise-boxes {
  display: flex;
  justify-content: center;
  align-items: center;
}

.expertise-section h5 {
  font-size: 45px !important;
}

.box {
  position: relative;
  width: 390px;
  height: 140px;
  padding: 23px 96px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #FFF;
  margin-right: 30px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease-out;
}

.box:hover {
  transform: scale(1.1);
}


.box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 20px solid #2BA88A;
  border-right: 20px solid transparent;
}

.box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid #2BA88A;
  border-left: 20px solid transparent;
}

.box.box1::before {
  border-top-color: #2BA88A;
}

.box.box1::after {
  border-bottom-color: #2BA88A;
}

.box.box2::before {
  border-top-color: #B0B0B0;
}

.box.box2::after {
  border-bottom-color: #B0B0B0;
}

.box.box3::before {
  border-top-color: #A88C2B;
}

.box.box3::after {
  border-bottom-color: #A88C2B;
}

.box.box4::before {
  border-top-color: #A82B2B;
}

.box.box4::after {
  border-bottom-color: #A82B2B;
}

.box.box5::before {
  border-top-color: #2BA8A8;
}

.box.box5::after {
  border-bottom-color: #2BA8A8;
}

.box.box6::before {
  border-top-color: #3F4342;
}

.box.box6::after {
  border-bottom-color: #3F4342;
}

.box.box7::before {
  border-top-color: #532BA8;
}

.box.box7::after {
  border-bottom-color: #532BA8;
}


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

.expertise-section p {
  color: var(--Medium-Gray, #2E2E2E) !important;

  font-family: 'Manrope' !important;
  font-size: 23.04px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: -0.461px !important;
  margin: 0;
  white-space: nowrap;
}



/* about us services */

.about-services-box {
  width: 500px;
  margin: 10px;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  background: #F5F5F5;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.17) !important;
}

.about-services-box:hover {
  transform: scale(1.05);
}


.about-services-box p {
  color: var(--Medium-Gray, #2E2E2E) !important;
  font-family: 'Manrope' !important;
  font-size: 23.2px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: -0.384px !important;
  opacity: 0.75 !important;
}

.about-services-box a {
  text-decoration: none;
}

.about-second-services {
  background-color: #E9E9E9;
}

.asc {
  padding-left: 180px;
  padding-top: 37px;
  padding-bottom: 61px;
  padding-right: 50px;
}

.m-about-service {
  display: flex;
  flex-wrap: wrap;
}


/* client logos */

.cl-border {
  border-radius: 17px !important;
}

.giant-section {
  background: var(--Dark-Gray, #161A1B);
  background-size: cover;
  padding-top: 73px;
  padding-bottom: 81px;
  overflow: hidden;
}

.giant-sec {
  padding-left: 180px;
}

.giant-logo {
  padding-left: 200px;
}


/* founder */



.founders-section {
  background: #0E0E0E !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.founders-title {
  margin-top: 2%;
  color: white;
  margin-left: 100px;
}

.founders-info {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-left: 100px;
  margin-bottom: 5%;
}

.founder-card {
  width: 218px;
  height: 195px;
  display: flex;
  flex-direction: column;
}

.founder-img {
  width: 100%;
}

.founder-details {
  background-color: #2E2E2E;
  text-align: center;
  padding: 10px;
}


.founder-name,
.founder-role {
  color: white;
  margin: 5px 0;
}

.founder-description {
  color: white;
  max-width: 910px;
}

/* founders_styles2.css */


.founders-section-custom {
  background: #0E0E0E;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 100px;
}

.founders-info-custom {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 3%;
}

.founder-details-custom {
  color: white;
  max-width: 910px;
  text-align: right;
}

.founder-details-custom p {
  font-size: 19px !important;
}

.founder-description p {
  font-size: 19px !important;
}

.founder-details h6 {
  font-size: 19px !important;
}

.founder-details p {
  font-size: 16px !important;
}

.founder-details-custom h5 {
  text-align: right;
}

.founder-card-custom {
  width: 218px;
  height: 195px;
  display: flex;
  flex-direction: column;
}

.founder-img-custom {
  width: 100%;
}

.founder-card-body-custom {
  background-color: #2E2E2E;
  text-align: center;
}

.founder-card-title-custom,
.founder-card-text-custom {
  color: white;
  font-size: 15px;
  text-align: center;
}

.first-f {
  padding-left: 80px;
  padding-top: 40px;
}

.second-f {
  padding-right: 80px;
  padding-top: 40px;
}

.second-fm {
  margin-bottom: 8% !important;
}

.f-background {
  background: var(--Dark-Gray, #161A1B) !important;
}

/* location */

.location-section {
  background: var(--Medium-Gray, #2E2E2E);
  padding: 44px 180px 65px 180px;
  display: flex;
  flex-direction: column;
}

.location-sec {
  display: flex;
  align-items: center;
}


.locations-space {
  display: flex;
  gap: 280px;
}

.locations-space .h8 {
  font-weight: 500 !important;
}

/* growing team */

.growing-team {
  padding: 60px 0 66px;
  text-align: center;
}


/* client on boarding  */



.stat-sec {
  background-color: #F0F0F0;
  padding: 60px 60px 60px 167px;
}

.stat-sec h2 {
  color: #2BA88A !important;
  font-weight: 800 !important;
  margin-bottom: -17px;
  margin-left: -1%;
  font-size: 76px !important;
}

.stat-sec h5 {
  font-weight: 800 !important;
  font-size: 40.18px !important;
}

.stat-sec p {
  width: 80% !important;
  font-size: 23.2px !important;
  font-weight: 500 !important;
}



.client-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 20px;
  margin-top: 30px;
}




.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}

.index-contact .row {
  --bs-gutter-x: 1.5rem !important;
  --bs-gutter-y: 0 !important;
}


.img-thumbnail {
  padding: 0.35rem !important;
}

.play-buttons-overlay {
  display: none;
}
.play-buttons {
  transition: transform 0.3s ease-in-out; /* Add a smooth transition */
}

.play-buttons:hover {
  transform: scale(1.1); /* Zoom in when hovered */
  cursor: pointer;
}


.video-popups {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center !important;
  align-items: center !important;
  z-index: 1000; 
}

.video-popups iframe {
  width: 70%;
  height: 70%;
}

.close-button {
  position: absolute;
  top: 40px;
  right: 20px;
  cursor: pointer;
  color: #fff !important;
  font-size: 80px  !important;
}


.accordion-button:not(.collapsed) {
  color: white !important; 
  background-color: white !important; 
}

.accordion-button {
  color: white !important;
  background-color: white !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M12.0002 8C11.6002 8 11.2002 8.2 11.0002 8.4L4.4002 15C3.8002 15.6 3.8002 16.6 4.4002 17.2C5.0002 17.8 6.0002 17.8 6.6002 17.2L12.0002 11.8L17.4002 17.2C18.0002 17.8 19.0002 17.8 19.6002 17.2C20.2002 16.6 20.2002 15.6 19.6002 15L13.2002 8.6C12.8002 8.2 12.4002 8 12.0002 8Z' fill='%232BA88A'/%3e%3c/svg%3e") !important;
  border-radius: 50%;
  box-shadow: 1px 0px 9px 0px rgba(1, 20, 4, 0.3);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M11.9998 16C12.3998 16 12.7998 15.8 12.9998 15.6L19.5998 9C20.1998 8.4 20.1998 7.4 19.5998 6.8C18.9998 6.2 17.9998 6.2 17.3998 6.8L11.9998 12.2L6.59981 6.8C5.99981 6.2 4.99981 6.2 4.3998 6.8C3.79981 7.4 3.79981 8.4 4.3998 9L10.7998 15.4C11.1998 15.8 11.5998 16 11.9998 16Z' fill='%232BA88A'/%3e%3c/svg%3e") !important;
  border-radius: 50%;
  box-shadow: 1px 0px 9px 0px rgba(1, 20, 4, 0.3);
}


.accordion-button:focus {
  border-color: #2BA88A !important;
  box-shadow: none !important; 
}

.accordion-button:focus {
  z-index: 3;
  border-color: white !important;
}


.mechanical-card:hover .card-content p,
.plant-card:hover .card-content p,
.electronics-card:hover .card-content p,
.software-card:hover .card-content p {
  display: none;
}

.mechanical-card:hover .card-content span br,
.plant-card:hover .card-content span br,
.electronics-card:hover .card-content span br,
.software-card:hover .card-content span br {
  display: none;
}


/* client on boarding */

.client-header-text {
  font-size: 104px !important;
}

.client-on-boarding h6 {
  font-size: 37px !important;
  margin-top: 2% !important;
}

.client-on-boarding .acf-header-btn{
  font-size: 22.2px !important;
}



.client-boarding-sections{
padding-left: 65px !important;
padding-top: 132px !important;
padding-bottom: 145px !important;
padding-right: 50px !important;
}

.cl-rules h4{
  font-size: 45px !important;
}

.cl-rules p{
  font-size: 26px !important;
}



.left-image {
  width: 250px;
  margin-right: 30px;
}

.img-thumbnail{
  width: 1400px !important;
  height: 800px !important;
  border-radius: 1px !important;
}

.client-relevant-section h2{
  font-size: 75px !important;
}

.client-relevant-section h5{
  font-size: 40px !important;
  margin-top: -1% !important;
}

.client-relevant-section .acf-header-btn{
  font-size: 25px !important;
}

.freq-questions h2{
  font-size: 75px !important;
}

.freq-questions .accordion-header h6{
  font-size: 23px !important;
}

.freq-questions .accordion-body{
  font-size: 18px !important;
  font-family: 'Manrope' !important;
}

.section3 {
  background: linear-gradient(284deg, rgba(0, 0, 0, 0.80) -5.77%, rgba(0, 0, 0, 0.00) 43.68%), #1B1B1B !important;
  color: white;
  padding: 60px;
  font-family: 'Manrope';
}


.section4 img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.cl-on-b {
  padding-top: 200px;
  padding-left: 167px;
  padding-bottom: 197px;
}


.freq-questions{
  background-color: #101010; 
  padding-top:100px;
  padding-bottom:100px;
}



/* industry */

.industry-h-section {
  position: relative;
  background-size: cover;
  padding: 330px;
}

.industry-h-section > div {
  position: absolute;
  bottom: 150px;
  right: 15px;
  color: white;
  text-align: right;
}

.industry-h-section h1 {
  margin-right: 80px;
  font-size: 92.7px !important;
}

.industry-h-section h2 {
  margin-right: 80px;
  font-size: 58.5px !important;
}


.industry-sections {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.industry-contents {
  flex: 1;
  padding-left: 176px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.industry-contents h2 {
  color: white;
  font-size: 68.33px !important;
  margin: 0;
}

.industry-contents p {
  color: white;
}


.industry-images {
  flex: 1;
  text-align: right;
}

.industry-images img {
  max-width: 100%;
}

/*  */

.industry-section-second {
  background: linear-gradient(272deg, rgba(0, 0, 0, 0.00) 67.79%, rgba(0, 0, 0, 0.07) 118.7%), #DFDFDF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.industry-image-second {
  flex: 1;
  text-align: left;
}

.industry-image-second img {
  max-width: 100%;
}

.industry-content-second {
  flex: 1;
  padding-right: 176px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.industry-content-second h2 {
  font-size: 68.33px !important;
  margin: 0;
}


/*  */

.industry-cl-section {
  background: var(--Dark-Gray, #161A1B);
  padding: 56px 0px 56px 88px;
}

.industry-cl-content {
  display: flex;
  justify-content: space-between;
}

.industry-cl-text {
  flex: 1;
  color: white;
}

.industry-cl-text h6 {
  color: rgba(255, 255, 255, 0.40) !important;
  font-family: 'Manrope';
  font-size: 19.2px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: -0.384px !important;
  margin: 0;
}

.industry-cl-text h4 {
  width: 100%;
}

.industry-cl-text p {
  width: 80%;
}


.industry-cl-image {
  text-align: right;
  position: relative;
}

.industry-cl-image img {
  max-width: 100%;
  border-radius: 27px 0px 0px 27px;
  background: linear-gradient(112deg, rgba(0, 0, 0, 0.00) 65.55%, rgba(0, 0, 0, 0.02) 97.75%), lightgray 50% / cover no-repeat, #2E2E2E;
  box-shadow: -17px 0px 24px 0px rgba(0, 0, 0, 0.25);
}

.industry-cl-arrows {
  display: flex;
  justify-content: center;
  margin-top: 40px !important;
}

.industry-cl-section .world-bb{
  margin-right: 40px;
}

.industry-cl-section .world-ar{
  margin-right: 40px;
}





