.acf-header-btn {
  display: inline-flex !important;
  padding: 8px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  border-radius: 5px !important;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #2BA88A !important;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.40) !important;
  color: #2BA88A !important;
  font-family: 'Manrope' !important;
  font-size: 17.2px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

.acf-header-btn:hover {
  display: inline-flex !important;
  padding: 8px 8px 8px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  border-radius: 5px !important; 
  background: #2BA88A !important;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.40) !important;
  color: white !important;
  transition: all 400ms ease-in-out !important;
}



/*  */
.right-sec .acf-header-btn{
  display: inline-flex !important;
  padding: 8px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0px !important;
  border-radius: 5px !important;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #2BA88A !important;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.40) !important;
  color: #2BA88A !important;
  font-family: 'Manrope' !important;
  font-size: 17.2px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

.right-sec .acf-header-btn:hover {
  display: inline-flex !important;
  padding: 8px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0px !important;
  border-radius: 5px !important; 
  background: #2BA88A !important;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.40) !important;
  color: white !important;
  transition: all 250ms ease-out !important;
  
  }

  .right-sec .acf-header-btn:hover i {
    color: white !important;
    transition:all 250ms ease-out !important;
    transform: rotate(-45deg)!important;
  }



/*  */

footer p {
  letter-spacing: 1px !important;
}


html {
  scroll-behavior: smooth;
}

.nav-pd{
  padding:0px !important;
}

.h1-b{
  margin-bottom: 0px !important;
}



.index-r{
  position: relative;
}

.exp-r{
  position:relative;
}

.exp-t{
  margin-top:10%;
}

.clr{
  color: #2BA88A;
}

.sr-b{
  background: #000000 !important;
  padding-bottom:2%;
}

.world-b{
  margin-bottom: 0;
}

.world-bt{
  margin-bottom: 0; 
  margin-top: 10px;
}

.world-mr{
  margin-right: 20px;
}

.world-pr{
  cursor: pointer; 
  position: relative;
}

.world-bb{
  background-color: #ffffff; 
  border: 0 !important;
  border-radius: 50%; 
  width: 30px; 
  height: 30px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.world-ml{
  margin-left: 20px;
}

.world-ar{
  background-color: #ffffff; 
  border: 0 !important;
  border-radius: 50%; 
  width: 30px; 
  height: 30px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.index-pd{
  padding:50px;
}

.index-pdl{
  padding-left: 0 !important;
}

.index-mb{
  margin-bottom: 8px;
}

.map-st{
  height: 100%; 
  overflow: hidden;
  border:3px solid #ffffff;
  border-radius: 3px;
}

.ind-img{
  max-width:100%;
  max-height:1000px;
}


.vertical-line {
    display: inline-block;
    width: 3px;
    height: 24px;
    background: #2BA88A;
    margin-left: 8px;
}

.box-section{
    border-radius: 14px; 
    border: 1px solid rgba(45, 168, 168, 0.26); 
    background: rgba(43, 168, 168, 0.53); 
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.84); 
    backdrop-filter: blur(21.899999618530273px); 
    position: absolute; 
    right: 178px; 
    top: 90%; 
    width: 560px; 
    height: 98px;
}

.custom-box-sec{
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 15px;
}

.video-popup {
    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;
  }

  .video-popup iframe {
    width: 80%;
    height: 80%;
  }

  .close-btn {
    position: absolute;
    top: 40px;
    right: 20px;
    cursor: pointer;
    color: #fff !important;
    font-size: 80px  !important;
  }


  .change-text {
    transition: opacity 400ms ease-out;
  }

  .build-word {
    border-radius: 6px;
    background: var(--Acufore-Green, #2BA88A);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    padding: 3px 11px;
    align-items: baseline;
    gap: -4px;
    transition: width 1s ease-out; /* Added transition for width */
  }
  



  .common-span {
    border-radius: 10px;
    background: #2BA88A;
    padding: 0px 11px;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
  }

  canvas {
    max-width: 80%;
    height: auto;
    margin: 20px 0;
}

.services-inside-work h3{
  margin-top: -7% !important;
}



.rangeContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important; /* Set margin-bottom to 0 */
  position: relative;
}

.year-text,
#tooltip {
  display: none;
  position: absolute;
  text-align: center;
  line-height: 1;
  padding: 10px;
  color: #000000;
  font-weight: bolder;
  background: #ffffff;
  font-size: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  top: 25px; /* Adjust the top position based on your preference */
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


#tooltip::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px; /* Half of the triangle width */
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent; /* Adjust the color */
}

.scroll-message {
  display: none;
}

canvas {
  max-width: 100%;
  height: auto;
}

/* Change the background color of the slider to green */
.rangeInput {
  background: linear-gradient(to right, #2ba88a 0%, #2ba88a 100%);
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  cursor: pointer;
}



/* Change the thumb (slider handle) color to green */
.rangeInput::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
}

.rangeInput::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2ba88a;
  cursor: pointer;
}


.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Center vertically */
  text-align: center;
  z-index: 10;
  display: flex;
  flex-direction: row;
  width: 100%;
}



.overlay-text h5 {
  letter-spacing: 2px !important; 
}


.overlay-text .left-content,
.overlay-text .right-content {
  flex: 1; /* Distribute the space equally between left and right content */
}


.overlay-text .left-content{
  text-align: left;
}

.overlay-text .right-content {
  text-align: right; 
}

.overlay-text h5 {
  padding: 5px;
  display: block;
}

.chart-bottom{
  margin-bottom: 0px;
}

.words-span{
  border-radius: 4px !important;
  background: #2BA88A;
  padding: 0px 13px 7px 13px;
  justify-content: center;
  align-items: center;
}

#carousel-container {
  overflow: hidden;
  position: relative;
  margin-top: 5%;
}

#image-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-image {
  position: relative;
  width: 400px;
  height: 230px;
  flex-shrink: 0;
  margin-right: 24px; 
}

.carousel-image {
  border-radius: 6px; 
  box-shadow: 0px 4px 6.5px 0px rgba(0, 0, 0, 0.50);  
  overflow: hidden; 
}


.text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(46, 46, 46, 0.10);
  backdrop-filter: blur(4px);  color: white;
  padding: 10px;
  text-align: center;
  width: 100%; 
  transition: background-color 0.3s ease;  
  border: 1.5px solid #C9C9C9;
  border-left: none;
  border-right: none;

}

.carousel-image .text-container:hover {
  background: rgba(29, 49, 50, 0.71);
  backdrop-filter: blur(4px);
  transition: all 0.8s ease-out;
}


.text-container a{
  text-decoration: none;
  color: var(--Light-Gray, #F5F5F5);
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.50);
  font-family: 'Manrope';
  font-size: 39.81px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.791px;
}

.carousel-image:hover img {
  transform: scale(1.1); 
  transition: transform 0.5s ease-in-out;
}

.country-detail{
  font-size: 13.33px !important;
}



.advantages{
  padding: 20px;
  text-align: center;
   display: flex;
   flex-wrap: nowrap; 
   overflow-x: auto; 
   -ms-overflow-style: none; 
   scrollbar-width: none; 
   margin-top: -75px;
}


.discover-justify{
  display: flex; 
  gap: 50px; 
  justify-content: center;
}

.advantages-card{
  flex: 0 0 232px; 
  height: 230px; 
  background: var(--Light-Gray, #F5F5F5) !important;
  padding: 15px; 
  box-sizing: border-box; 
  text-align: left; 
  border-radius: 8px;
  border-bottom: 5px solid var(--Acufore-Green, #2BA88A);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.60);
}

.advantages-card h6{
  font-size:17px !important;
  color: #000000 !important;
}

.advantages-card p{
  font-size:13px !important;
  color: #000000 !important;
}

/* @keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
} */

.about-carousel {
  width: 286px;
  height: 105px;
  margin-right: 25px;
  border-radius: 8px;
  border: 2px solid #FFF;
  background: linear-gradient(102deg, rgba(255, 255, 255, 0.21) 16.81%, rgba(0, 0, 0, 0.00) 75.81%), linear-gradient(279deg, rgba(0, 0, 0, 0.20) -25.43%, rgba(0, 0, 0, 0.00) 49.04%), none, lightgray 50% / cover no-repeat;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  animation: slide 30s linear infinite alternate; /* Adjust the duration as needed */
}









.image-carousel {
  display: flex;
  align-items: center;
}

.client-logo {
  flex: 0 0 auto; 
}


.cards {
  /* transition: height 0.5s ease-in-out; */
}

.card-body{
  overflow: hidden;
}

.cards:hover {
  height: 317px !important;
  border-radius: 15px;
  box-shadow: 3px 3px 0px 2px #2BA88A;
  }

  
  .scroller__inner {
    padding-block: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .scroller[data-animated="true"] {
    overflow: hidden;
  }
  
  .scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 10s)
      var(--_animation-direction, forwards) linear infinite;
  }
  
  .scroller[data-direction="right"] {
    --_animation-direction: forwards;
  }
  
  .scroller[data-direction="left"] {
    --_animation-direction: forwards;
  }
  
  .scroller[data-speed="fast"] {
    --_animation-duration: 20s;
  }
  
  .scroller[data-speed="slow"] {
    --_animation-duration: 60s;
  }
  
  @keyframes scroll {
    to {
      transform: translate(calc(-50% - 0.5rem));
    }
  }
  
  
  .client-says .item {
    display: flex;
    padding: 36px 92px 28px 38px;
    align-items: flex-start;
    gap: 35px;
    margin: auto;
    width: 100%;
    height: auto;
    background: var(--Light-Gray, #F5F5F5);
}

.client-says .item p{
color: #000000 !important;
}

.item {
  position: relative;
}

/* .content-wrapper {
  display: flex;
  flex-direction: row;
} */











.chatbot {
  display: none;
  position: fixed;
  top: 0;
  bottom: 50px;
  width: 100%;
  box-shadow: 0 -6px 99px -17px rgba(0, 0, 0, 0.68);
}

.chatbot__input{
  font-family: 'Manrope' !important;
}

@media screen and (min-width: 640px) {
  .chatbot {
    max-width: 420px;
    right: 50px;
    top: auto;
  }
}
.chatbot.chatbot--closed {
  top: auto;
  width: 100%;
}

.chatbot__header {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2BA88A;
  height: 54px;
  padding: 0 20px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.chatbot__header:hover {
  background-color: #2BA88A;
}
.chatbot__header p {
  margin-right: 20px;
}

.chatbot__close-button {
  fill: #fff;
}
.chatbot__close-button.icon-speech {
  width: 20px;
  display: none;
}
.chatbot--closed .chatbot__close-button.icon-speech {
  display: block;
}
.chatbot__close-button.icon-close {
  width: 14px;
}
.chatbot--closed .chatbot__close-button.icon-close {
  display: none;
}

.chatbot__message-window {
  height: calc(100% - (54px + 60px));
  padding: 40px 20px 20px;
  /* background-color: #fff; */
  background: var(--Medium-Gray, #2E2E2E) !important;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.50);
  overflow-x: none;
  overflow-y: auto;
}
@media screen and (min-width: 640px) {
  .chatbot__message-window {
    height: 380px;
  }
}
.chatbot__message-window::-webkit-scrollbar {
  display: none;
}
.chatbot--closed .chatbot__message-window {
  display: none;
}

.chatbot__messages {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: auto;
}
.chatbot__messages li {
  margin-bottom: 20px;
}
.chatbot__messages li.is-ai {
  display: inline-flex;
  align-items: flex-start;
}
.chatbot__messages li.is-user {
  text-align: right;
  display: inline-flex;
  align-self: flex-end;
}
.chatbot__messages li .is-ai__profile-picture {
  margin-right: 8px;
}
.chatbot__messages li .is-ai__profile-picture .icon-avatar {
  width: 40px;
  height: 40px;
  padding-top: 6px;
}

.chatbot__message {
  display: inline-block;
  padding: 12px 20px;
  word-break: break-word;
  margin: 0;
  border-radius: 6px;
  letter-spacing: -0.01em;
  line-height: 1.45;
  overflow: hidden;
}
.is-ai .chatbot__message {
  border-radius: 7px;
  background: #1B1B1B !important;
  margin-right: 30px;
}
.is-user .chatbot__message {
  background-color: #2BA88A;
  margin-left: 30px;
}
.chatbot__message a {
  color: #2BA88A;
  word-break: break-all;
  display: inline-block;
}
.chatbot__message p:first-child {
  margin-top: 0;
}
.chatbot__message p:last-child {
  margin-bottom: 0;
}
.chatbot__message button {
  font-weight: 300;
  border-radius: 50px;
  padding: 8px 20px;
  margin: -8px 10px 18px 0;
  transition: background-color 0.2s ease;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid rgba(245, 245, 245, 0.50);
  background: #3D3D3D;
  color: #FFF;
}
.chatbot__message button:hover {
  background: #3D3D3D;
}
.chatbot__message button:focus {
  outline: none;
}
.chatbot__message img {
  max-width: 100%;
}

.animation:last-child {
  -webkit-animation: fadein 0.25s;
          animation: fadein 0.25s;
  -webkit-animation-timing-function: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
          animation-timing-function: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.chatbot__arrow {
  width: 0;
  height: 0;
  margin-top: 18px;
}

.chatbot__arrow--right {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #2BA88A !important; 
}

.chatbot__arrow--left {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #161A1B !important;
}

.chatbot__entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 10px;
  border-top: 1px solid #383838 !important;
  background: #222 !important;
}
.chatbot--closed .chatbot__entry {
  display: none;
}

.chatbot__input {
  height: 70%;
  width: 90%;
  border: 0;
  border-radius: 3px;
  background: #383838 !important; 
  color: white !important;
}
.chatbot__input:focus {
  outline: none;
}
.chatbot__input::-webkit-input-placeholder {
  color: #2BA88A;
}
.chatbot__input::-moz-placeholder {
  color: #2BA88A;
}
.chatbot__input::-ms-input-placeholder {
  color: #2BA88A;
}
.chatbot__input::-moz-placeholder {
  color: #2BA88A;
}

.chatbot__submit {
  fill: #2BA88A;
  height: 22px;
  width: 22px;
  transition: fill 0.2s ease;
  cursor: pointer;
}
.chatbot__submit:hover {
  fill: #2BA88A;
}

.u-text-highlight {
  color: #2BA88A;
}

.chatbot {
  display: none;
  position: fixed;
  top: 0;
  bottom: 50px;
  width: 100%;
  box-shadow: 0 -6px 99px -17px rgba(0, 0, 0, 0.68);
}
@media screen and (min-width: 640px) {
  .chatbot {
    max-width: 420px;
    right: 50px;
    top: auto;
  }
}
.chatbot.chatbot--closed {
  top: auto;
  width: 100%;
}

.chatbot__header {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--Dark-Gray, #161A1B) !important;
  height: 54px;
  padding: 0 20px;
  padding-top: 10px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.chatbot__header:hover {
  background-color: #2BA88A;
}
.chatbot__header p {
  margin-right: 20px;
}

.chatbot__close-button {
  fill: #fff;
}
.chatbot__close-button.icon-speech {
  width: 20px;
  display: none;
}
.chatbot--closed .chatbot__close-button.icon-speech {
  display: block;
}
.chatbot__close-button.icon-close {
  width: 14px;
}
.chatbot--closed .chatbot__close-button.icon-close {
  display: none;
}

.chatbot__message-window {
  height: calc(100% - (54px + 60px));
  padding: 40px 20px 20px;
  background-color: #fff;
  overflow-x: none;
  overflow-y: auto;
}
@media screen and (min-width: 640px) {
  .chatbot__message-window {
    height: 380px;
  }
}
.chatbot__message-window::-webkit-scrollbar {
  display: none;
}
.chatbot--closed .chatbot__message-window {
  display: none;
}

.chatbot__messages {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: auto;
}
.chatbot__messages li {
  margin-bottom: 20px;
}
.chatbot__messages li.is-ai {
  display: inline-flex;
  align-items: flex-start;
}
.chatbot__messages li.is-user {
  text-align: right;
  display: inline-flex;
  align-self: flex-end;
}
.chatbot__messages li .is-ai__profile-picture {
  margin-right: 8px;
}
.chatbot__messages li .is-ai__profile-picture .icon-avatar {
  width: 40px;
  height: 40px;
  padding-top: 6px;
}

.chatbot__message {
  display: inline-block;
  padding: 12px 20px;
  word-break: break-word;
  margin: 0;
  border-radius: 6px;
  letter-spacing: -0.01em;
  line-height: 1.45;
  overflow: hidden;
}
.is-ai .chatbot__message {
  background-color: #f0f0f0;
  margin-right: 30px;
}
.is-user .chatbot__message {
  background-color: #2BA88A;
  margin-left: 30px;
  color: #310001;
}
.chatbot__message a {
  color: #2BA88A;
  word-break: break-all;
  display: inline-block;
}
.chatbot__message p:first-child {
  margin-top: 0;
}
.chatbot__message p:last-child {
  margin-bottom: 0;
}
.chatbot__message button {
  font-weight: 300;
  border-radius: 50px;
  padding: 8px 20px;
  margin: -8px 10px 18px 0;
  transition: background-color 0.2s ease;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid rgba(245, 245, 245, 0.50);
  background: #3D3D3D;
  color: #FFF;
}
.chatbot__message button:hover {
  background: #3D3D3D;
}
.chatbot__message button:focus {
  outline: none;
}
.chatbot__message img {
  max-width: 100%;
}

.animation:last-child {
  -webkit-animation: fadein 0.25s;
          animation: fadein 0.25s;
  -webkit-animation-timing-function: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
          animation-timing-function: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.chatbot__arrow {
  width: 0;
  height: 0;
  margin-top: 18px;
}

.chatbot__arrow--right {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fde7e8;
}

.chatbot__arrow--left {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f0f0f0;
}

.chatbot__entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 10px;
  border-top: 1px solid #e6eaee;
  background-color: #fff;
}
.chatbot--closed .chatbot__entry {
  display: none;
}

.chatbot__input {
  height: 70%;
  width: 90%;
  border: 0;
}
.chatbot__input:focus {
  outline: none;
}
.chatbot__input::-webkit-input-placeholder {
  color: #7f7f7f;
}
.chatbot__input::-moz-placeholder {
  color: #7f7f7f;
}
.chatbot__input::-ms-input-placeholder {
  color: #7f7f7f;
}
.chatbot__input::-moz-placeholder {
  color: #7f7f7f;
}

.chatbot__submit {
  fill: #2BA88A;
  height: 22px;
  width: 22px;
  transition: fill 0.2s ease;
  cursor: pointer;
}
.chatbot__submit:hover {
  fill: #2BA88A;
}

.u-text-highlight {
  color: #fde7e8;
}

.loader {
  margin-bottom: -2px;
  text-align: center;
  opacity: 0.3;
}

.loader__dot {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin: 0 1px;
  background: black;
  border-radius: 50px;
  -webkit-animation: loader 0.45s infinite alternate;
          animation: loader 0.45s infinite alternate;
}
.loader__dot:nth-of-type(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.loader__dot:nth-of-type(3) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

@-webkit-keyframes loader {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes loader {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    margin-top: 10px;
    margin-bottom: 0;
  }
  to {
    opacity: 1;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    margin-top: 10px;
    margin-bottom: 0;
  }
  to {
    opacity: 1;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.intro {
  display: block;
  margin-bottom: 20px;
}

.loader {
  margin-bottom: -2px;
  text-align: center;
  opacity: 0.3;
}

.loader__dot {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin: 0 1px;
  background: black;
  border-radius: 50px;
  -webkit-animation: loader 0.45s infinite alternate;
          animation: loader 0.45s infinite alternate;
}
.loader__dot:nth-of-type(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.loader__dot:nth-of-type(3) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

@keyframes loader {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    margin-top: 10px;
    margin-bottom: 0;
  }
  to {
    opacity: 1;
    margin-top: 0;
    margin-bottom: 10px;
  }
}


.intro {
  display: block;
  margin-bottom: 20px;
}

#chat-circle {
  position: fixed;
  bottom: 50px;
  right: 100px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  padding: 12px;
  cursor: pointer;
}


.arrow-hover:hover {
  background: #2BA88A !important;
  color: white !important;
  cursor: pointer;
}

.arrow-hover:hover .fa-chevron-left {
  color: white !important;
}

.arrow-hover:hover .fa-chevron-right {
  color: white !important;
}



.services-card {
  padding-top: 50px !important;
  margin: 0 !important;
  display: grid;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  margin: 0px 100px 0px 100px;
}

.first-col,
.sec-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mechanical-service-container,
.electronics-service-container,
.plant-service-container,
.software-service-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mechanical-card,
.plant-card,
.electronics-card,
.software-card {
  position: relative;
  overflow: hidden;
  height: 225px;
  width: 430px;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  border-radius: 15px;
  background: linear-gradient(302deg, rgba(0, 0, 0, 0.40) -39.72%, rgba(0, 0, 0, 0.00) 61.84%), #2E2E2E;
}

.services-card a{
  text-decoration: none !important;
  opacity: 65% !important;
  line-height: 3 !important;
  letter-spacing: 0.2px !important;
}

.services-card a:hover{
  opacity: 100% !important;
}

.services-card span{
border-bottom: 3px solid #2BA88A;
}

.exp-span{
  border-radius: 4px !important;
}




.mechanical-card:hover,
.plant-card:hover,
.electronics-card:hover,
.software-card:hover {
  box-shadow: 3px 3px 0px 2px #2BA88A;
  background: linear-gradient(129deg, rgba(0, 0, 0, 0.00) 42.95%, rgba(0, 0, 0, 0.60) 108.69%), #232323;
}

.services-card a i {
  opacity: 0; /* Make the icon transparent */
  transition: margin-left 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Adding smooth transitions for both properties */
}

.services-card a:hover i {
  margin-left: 10px; /* Adjust the margin value as needed */
  opacity: 1; /* Make the icon fully visible on hover */
}

.vectorIcon {
  position: absolute;
  top: 20px;
  right: 10px;
  transition: transform 1.3s ease;
}

.mechanical-card:hover .vectorIcon,
.plant-card:hover .vectorIcon,
.electronics-card:hover .vectorIcon,
.software-card:hover .vectorIcon {
  transform: translate(0, calc(100% + 205px));
}

.content-wrapper p{ 
  font-weight: 700 !important;
}


.working-best h6{
  font-weight: 500 !important;
}





/* mobile  */

 
.mobile-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.mobile-section img {
  max-width: 80%; /* Ensure the image doesn't exceed its container's width */
  height: auto;    /* Maintain the aspect ratio */
}





/* Index */

.index-section{
  height:auto;
  width:auto;
  background-blend-mode: normal, exclusion, normal; 
}

.main-section{
  padding: 120px 100px 100px 130px;
}

.innovation{
  display: flex; 
  align-items: center; 
  margin-left:7%;
  margin-top:-10px;
}

.build-width{
  width: 40%;
}

.pop-up-video{
  display: flex; 
  cursor: pointer;
}

.corporate{
  font-weight:500 !important;
  width:71%;
  margin-left: 20px
}

.video-popup {
  z-index: 999; 
}

/* exponential section */

.exponential-section{
  height: auto;
  padding:124px;
}

/* industry */

.industry-sec{
  padding: 88px 10px 58px 10px;
}



.carousel-item-content {
  display: flex;
  width: 100%;
}

.linkedin-profile-image {
  border-radius: 50%;
  width: 20%; /* Adjust the width as needed */
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
}

.carousel-text-section {
  flex: 1;
  padding-left: 20px;
  display: flex;
  flex-direction: column; /* Stack text content in a column */
}

.location-text{
  color: #FFF;
  font-family: 'Manrope';
  font-size: 13.333px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}







/*............................................................... Responsiveness ......................................................................................................... */



@media (max-width: 374px){

  /* Navbar  */

  .navbar-nav .nav-item {
   margin-right: 0px !important;
 }
 .navbar-brand{
   padding-left: 10px !important;
   width: 50%;
   font-size: 26px !important;
 }
 .navbar{
   padding: 0px 0px !important;
   }

   .container-fluid{
       padding: 0px !important;
   }
   .nav-link{
     padding-left: 10px !important;
     padding-right: 10px !important;
 }
 .navbar-nav .nav-link {
   font-size: 15.2px !important;
 }

 /* Footer */

 footer {    
   padding: 33px 25px 62px 25px;      
 }

 .d-flex.justify-content-end.footer-al{
   justify-content: start !important;
 }

 .footer-c p{
   text-align: start !important;
 }

 .footer-h{
   margin-bottom: 5% !important;
 }

 .copyright-section {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.footer-content {
  font-size: 8.33px !important;
}



}


@media (min-width: 375px) and (max-width: 399px){

  /* Navbar  */

 .navbar-nav .nav-item {
  margin-right: 0px !important;
}
.navbar-brand{
  padding-left: 10px !important;
  width: 50%;
  font-size: 26px !important;
}
.navbar{
  padding: 0px 0px !important;
  }

  .container-fluid{
      padding: 0px !important;
  }
  .nav-link{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.navbar-nav .nav-link {
  font-size: 15.2px !important;
}

/* Footer */

footer {    
  padding: 33px 25px 62px 25px;      
}

.d-flex.justify-content-end.footer-al{
  justify-content: start !important;
}

.footer-c p{
  text-align: start !important;
}

.footer-h{
  margin-bottom: 5% !important;
}

.copyright-section {
  padding-left: 25px;
  padding-right: 25px;
}

.footer-content {
  font-size: 10.33px !important;
}




}



@media (min-width: 400px) and (max-width: 575px){

 /* Navbar  */

 .navbar-nav .nav-item {
   margin-right: 0px !important;
 }
 .navbar-brand{
   padding-left: 10px !important;
   width: 50%;
   font-size: 26px !important;
 }
 .navbar{
   padding: 0px 0px !important;
   }

   .container-fluid{
       padding: 0px !important;
   }
   .nav-link{
     padding-left: 10px !important;
     padding-right: 10px !important;
 }
 .navbar-nav .nav-link {
   font-size: 15.2px !important;
 }

 /* Footer */


 .d-flex.justify-content-end.footer-al{
   justify-content: start !important;
 }

 .footer-c p{
   text-align: start !important;
 }

 .footer-h{
   margin-bottom: 5% !important;
 }

 .copyright-section {
   padding-left: 25px;
   padding-right: 25px;
 }
 
 .footer-content {
  font-size: 10.33px !important;
}
 
 
}





@media (min-width: 576px) and (max-width:767px) { 

   /* Navbar  */

 .navbar-nav .nav-item {
   margin-right: 0px !important;
 }
 .navbar-brand {
   font-size: 26px !important;
 }

 .navbar-nav .nav-link {
   font-size: 15.2px !important;
 }
 .navbar{
   padding: 0px 0px !important;
   }

   .container-fluid{
       padding: 0px !important;
   }
   .nav-link{
     padding-left: 10px !important;
     padding-right: 10px !important;
 }


 
 /* Footer */

 footer {    
   padding: 33px 25px 62px 25px;      
 }

 .d-flex.justify-content-end.footer-al{
   justify-content: start !important;
 }

 .footer-c p{
   text-align: start !important;
 }

 .footer-h{
   margin-bottom: 5% !important;
 }

 .copyright-section {
   padding-left: 25px;
   padding-right: 25px;
 }
 
 .footer-content {
   font-size: 7.33px !important;
 }

 /* index */

 .main-section{
   padding: 50px 0px 50px 45px;
 }

 .main-acufore{
   font-size: 40.796px !important;
   letter-spacing: .064px !important;
 }

 .main-section .h8{
   font-size: 13px !important;
 }

 .vertical-line {
   height: 18px !important;
 }

 .main-section .h7{
   font-size: 19px !important;
 }



 .build-width{
   width: 55% !important;
 }

 .box-section{
   right: 4% !important; 
   top: 92% !important; 
   width: 230px !important; 
   height: 60px !important;
}

.custom-box-sec{
 padding-top: 12px !important;
 padding-right: 5px !important;
}

.box-section .five-hundred{
 font-size: 20px !important;
 margin-left: -12% !important;
}

.box-section .happy-clients{
 font-size: 10px !important;
 margin-left: -12% !important;
}

.corporate{
 font-size: 9px !important;
 margin-left: -10% !important;
 width: 80% !important;
}

.pop-up-video svg {
 width: 35px !important;
 height: 35px !important;
}


.exponential-section{
 height: auto;
 padding: 20px;
 padding-bottom: 70px;
}

.exponential-section h2{
 margin-top: 20% !important;
 margin-bottom: 20% !important;
 font-size: 37.33px !important;
}

.exponential-section h5{
 font-size: 15px !important;
}

.exponential-section svg{
 display: none !important;
}



.industry-section h2{
 font-size: 37.33px !important;
 letter-spacing: 0px !important;
 margin-bottom: 15% !important;
}

.industry-sec{
padding: 40px 20px 40px 20px !important;
}


.carousel-image {
width: 300px !important;
height: 180px !important;
}


.industry-sec .text-container a{
font-size: 20px !important;
letter-spacing: 0px !important;
}


 

}


@media (min-width: 768px)  and (max-width:991px) {

    /* Navbar  */

    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
      display: flex;
      flex-wrap: inherit;
      align-items: center;
      justify-content: space-between;
      padding: 10px !important;
  }

  .navbar-nav .nav-item {
    margin-right: 0px !important;
  }
  .navbar-brand {
    font-size: 26px !important;
  }

  .navbar-nav .nav-link {
    font-size: 15.2px !important;
  }
  .navbar-nav .nav-link {
    font-size: 15.2px !important;
  }
  .navbar{
    padding: 0px 0px !important;
    }

    .container-fluid{
        padding: 0px !important;
    }
    .nav-link{
      padding-left: 10px !important;
      padding-right: 10px !important;
  }

  
  /* Footer */

  footer {    
    padding: 33px 25px 62px 25px;      
  }

  .copyright-section {
    padding-left: 25px;
    padding-right: 25px;
  }
  


  
  /* index */

  .main-section {
    padding: 56px 0px 30px 60px !important;
}


.build-width {
  width: 50%;
}

.index-section .h7{
  font-size: 17.04px !important;
}

.index-section button .mt-3{
  margin-top: 1rem !important;
}

.vertical-line {
  height: 16px !important;
}

.index-section .acf-header-btn{
  font-size: 11.2px !important;
}

.box-section {
  right: 16% !important;
  top: 90% !important;
  width: 270px !important;
  height: 60px !important;
}

.custom-box-sec {
  padding: 12px 5px 0px 20px !important;
}


  .box-section .five-hundred{
    font-size: 20px !important;
    margin-left: -12% !important;
  }
  
  .box-section .happy-clients{
    font-size: 10px !important;
    margin-left: -12% !important;
  }
  
  .corporate {
    font-size: 10px !important;
    margin-left: -4% !important;
    width: 80% !important;
}

.index-section svg{
  margin-left: 5px !important;
}
  
  .pop-up-video svg {
    width: 35px !important;
    height: 35px !important;
  }
  

  .index-section h5{
    margin-bottom: 15px !important;
    margin-top: 1.5rem !important;
  }



  .main-acufore {
    font-size: 40px !important;
}

    .innovation {
      margin-left: clamp(7%, 1vw, 10%) !important;
  }

  .indx-section h5 .mt-5{
      margin-top: 2rem !important;
  }
  
  .index-section .h8 {
    font-size: 10px !important;
}

    .exponential-section{
      height: auto;
      padding: 10px 40px 80px 40px !important;
      padding-bottom: 70px;
    }
    
    .exponential-section h2 {
      margin-top: 6% !important;
      margin-bottom: 10% !important;
      font-size: 30.33px !important;
  }

  .working-best{
    height:200px !important;
  }

  .common-span {
    padding: 0px 6px !important;
  }

  .words-span {
    padding: 0px 8px 4px 8px !important;
  }

  .year-text, #tooltip {
    font-size: 13px !important;
    padding: 7px !important;
  }
  
  #tooltip::before {
    bottom: 90% !important;
  }

  .exponential-section svg{
    width: 40px !important;
    margin-top: 1% !important;
  }

    .exponential-section h5{
      font-size: 15px !important;
    }

    
.industry-section h2{
  font-size: 37.33px !important;
  letter-spacing: 0px !important;
  margin-bottom: 7% !important;
}

.industry-sec{
padding: 40px 10px 40px 10px !important;
}


.carousel-image {
width: 240px !important;
height: 150px !important;
}


.industry-sec .text-container a{
font-size: 22px !important;
letter-spacing: 0px !important;
}

.services-inside-work h3{
  font-size: 37.78px !important;
  letter-spacing: -1.389px !important;
}


.services-inside-work h6{
  font-size: 17.65px !important;
}


.advantages-card {
  flex: 6 0 147px !important;
  height: 235px !important;
}

footer .footer-p{
  font-size: 13px !important;
}

footer .h8{
  font-size: 16px !important;
}

.footer-content {
  font-size: 10.33px !important;
}

footer {
  padding: 33px 25px 40px 25px !important;
}

.advantages-card img{
  width: 62px !important;
}

.discover-justify {
  gap: 20px !important; 
}

.client-section h2{
  font-size: 37.33px !important;
  letter-spacing: -0.72px !important;
}

.about-carousel {
  width: 220px !important;
  height: 80px !important;
}

.right-sec{
  padding: 35px !important;
}

.right-sec .right-choice-text {
  font-size: 60.2px !important;
}

.right-sec .right-p {
  font-size: 14.04px !important;
  margin-top: 7% !important;
}


.acf-header-btn {
  padding: 7px 9px !important;
}

.right-sec .acf-header-btn{
  font-size: 12px !important;
}

.world-section h2{
  font-size: 37.33px !important;
}

.world-section p{
  font-size: 10.2px !important;
}

.world-section .acf-header-btn{
  font-size: 14.2px !important;
}

.client-section .acf-header-btn{
  font-size: 14.2px !important;
}


.industry-section .acf-header-btn{
  font-size: 14.2px !important;
}

.index-contact{
  padding: 30px !important;
}

.index-contact h5{
  font-size: clamp(25.2px, 3.35vw, 45px) !important;
  white-space: nowrap !important;
}

.mechanical-card, .plant-card, .electronics-card, .software-card {
  width: 340px !important;
}

.services-card h6{
  font-size: 18px !important;
}

.exp-services .services-card a{
  font-size: 14px !important;
  line-height: 3 !important;
  white-space: nowrap;
}

.exp-services h2 {
  font-size: 37.33px !important;
  letter-spacing: -0.72px !important;
}

}



@media (min-width: 992px) and (max-width:1199px) {

    /* Navbar  */

  .navbar{
    padding: 0px 20px 0px 20px !important;
  }

  .navbar-nav .nav-item {
    margin-right: 0px !important;
  }
  .navbar-brand {
    font-size: 26px !important;
  }

  .navbar-nav .nav-link {
    font-size: 15.2px !important;
  }

  .main-section .main-acufore {
    font-size: 54.796px !important;
}

.index-section .h7{
  font-size: 20.04px !important;
}

.index-section .mt-5{
    margin-top: 1.5rem !important;
}

.index-section h5{
  margin-bottom: 10px !important; 
}

.index-section .acf-header-btn{
  font-size: 14.2px !important;
}



.main-section .innovation {
  font-size: 15px !important;
}

.innovation {
  margin-left: clamp(8.2%, 1vw, 10%) !important;
}


  
  /* Footer */

  footer {    
    padding: 33px 35px 62px 35px;      
  }

  .copyright-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  

    /* index */

    .main-section {
      padding: 108px 100px 67px 80px;
  }
 
  
  .build-width {
    width: clamp(50%, 50%, 60%);
}

  
.box-section {
  right: 15% !important;
  top: 92% !important;
  width: 374px !important;
  height: 60px !important;
}


    .custom-box-sec{
      padding: 7px 0px 0px 0px !important;
    }
    
    .box-section .five-hundred{
      font-size: 23px !important;
    }
    
    .box-section .happy-clients{
      font-size: 16px !important;
    }
    
    .corporate {
      font-size: 13px !important;
      width: 74% !important;
      margin-left: 2px !important;
  }
    
  .pop-up-video svg {
    width: 43px !important;
    height: 43px !important;
}

.index-section svg {
  margin-left: 4px !important;
}

      .exponential-section{
        height: auto;
        padding: 50px 70px 90px 70px !important;
      }      
      
      .exponential-section h2{
        margin-top: 5% !important;
        margin-bottom: 10% !important;
        font-size: 39.33px !important;
      }
      
      .exponential-section h5{
        font-size: 20px !important;
      }

      .industry-section h2{
        font-size: 39.33px !important;
        letter-spacing: 0px !important;
        margin-bottom: 5% !important;
      }
      
      .industry-sec{
      padding: 40px 20px 40px 20px !important;
      }
      
      
      .carousel-image {
      width: 300px !important;
      height: 180px !important;
      }
      
      
      .industry-sec .text-container a{
      font-size: 25px !important;
      letter-spacing: 0px !important;
      }

      .advantages-card {
        flex: 0 0 203px !important;
      }

      .index-contact h5{
        font-size: clamp(16px, 5vw, 33px) !important;
        white-space: nowrap !important;
      }
      
      
  
  

}




@media (min-width: 1200px) and (max-width:1399px) {

    /* Navbar  */

    .index-section svg{
      width: 60px !important;
      margin-left: 4% !important;
    }

    .vertical-line {
      height: 20px !important;
    }

    .icon-large {
      font-size: 25px !important;
    }

  .navbar-brand {
    font-size: 26px !important;
  }

  .navbar-nav .nav-link {
    font-size: 17.2px !important;
  }

  .navbar-nav .nav-item {
    margin-right: 20px !important;
  }

  
  /* Footer */
  
  footer .h8{
    font-size: 16.7px !important;
  }

  footer .footer-p{
    font-size: 14.2px !important;
  }

  /* index */

  .build-width{
    width: 50%;
  }

  .box-section{
    right: 17% !important; 
    top: 92% !important; 
    width: 439px !important; 
    height: 88px !important;
}

.box-section .five-hundred{
  font-size: 27px !important;
  margin-top: -2% !important;
}

.box-section .happy-clients{
  font-size: 18px !important;
}

.corporate{
  font-size: 15px !important;
  margin-left: -2px !important;
  margin-top: 7px !important;
}

.main-section .main-acufore{
  font-size: 58.796px !important;
}

.main-section .innovation{
  font-size: 16px !important;
  margin-left: 6% !important;
}

.exponential-section h2{
  font-size: 48px !important;
}

.exponential-section h5{
  font-size: 28px !important;
}

.industry-section h2{
  font-size: 48px !important;
}

.industry-section .text-container a{
  font-size: 30px !important;
}


.client-section h2{
  font-size: 48px !important;
}

.world-section h2{
  font-size: 48px !important;
}

.exponential-section {
  height: auto;
  padding: 100px !important;
}

.carousel-image {
  width: 405px !important;
  height: 220px !important;
}

.acf-diverse{
  font-size: 19px !important;
}

.discover-justify {
  gap: 30px !important;
}

.advantages-card {
  flex: 0 0 210px !important;
  height: 225px !important;
}

.right-p {
  margin-top: 7% !important;
}

.world-section{
  padding: 65px !important;
}

.index-contact h5{
  font-size: clamp(16px, 5vw, 33px) !important;
  white-space: nowrap !important;
}

.map-gp{
  margin-left: -3% !important;
}

.map-gs{
  margin-left: 3% !important;
}

.index-contact{
  padding: 40px !important;
}

.index-section .innovation{
  margin-left: 7% !important;
}



}






@media (min-width: 1400px) and (max-width: 1800px) {

    /* Navbar  */

  .navbar-nav .nav-item {
    margin-right: 27px !important;
  }

  
  /* index */

  .main-section{
    padding: 170px 100px 100px 180px;
  }


  .main-acufore{
    margin-top: 3.5%;
  }

  .box-section {
    top: 90% !important;
    right: 147px !important;
} 

  .innovation {
    margin-left: clamp(7%, 1vw, 10%) !important;
  }
  

  .main-section .build-width{
    font-size: 33px !important;
  }

  .acf-header-btn {
    font-size: 19.2px !important;
}

.build-width{
  width: 60% !important;
}

.index-contact h5{
  font-size: clamp(16px, 5vw, 33px) !important;
  white-space: nowrap !important;
}


}



@media (min-width: 1801px) and (max-width: 2559px){

  /* Navbar  */


.navbar-nav .nav-item {
  margin-right: 27px !important;
}


/* index */

.box-section {
  right: 178px !important;
  top: 90% !important;
  width: 727px !important;
  height: 125px !important;
}

.box-section {
  top: 99% !important;
  right: 260px !important;
}

.index-section svg{
  width: 90px !important;
  height: 110px !important;
  margin-left: 15px !important;
}

.exponential-section .container {
  max-width: 1550px;
}

.exponential-section {
  height: auto; 
  padding: 170px 150px 125px 150px !important;
}

.industry-sec {
  padding: 120px 10px 58px 10px !important;
}

.exp-services h2{
  font-size: 72px !important;
  margin-bottom: 2% !important;
}

.exp-services {
  padding: 90px !important;
}

.industry-section h2{
  font-size: 65.33px !important;
}

.exponential-section .overlay-text h5 {
  font-size: 38px !important;
}

.exponential-section  h2 {
  font-size: 76px !important;
}

.locations-space {
  display: flex;
  gap: 180px !important;
}


.main-section {
  padding: 254px 100px 100px 190px;
}

.index-section{
  height: 808px !important;
}

.index-section .h8{
  font-size: 22.2px !important;
}

.main-acufore{
  font-size: 88px !important;
  margin-top: 3.5%;
}

.index-section .five-hundred{
  font-size: 50px !important;
}

.index-section .happy-clients{
  font-size: 30px !important;
}

.index-section .corporate{
  font-size: 25.2px !important;
  width: 80% !important;
  margin-left: 0px !important;
  margin-top: 3% !important;
}

.index-section .acf-header-btn{
  font-size: 26.2px !important;
}


.innovation {
  margin-left: 10.8%;
}

.main-section .build-width {
  font-size: 40px !important;
  margin-bottom: 1.2% !important;
}

.acf-header-btn {
  font-size: 19.2px !important;
}

.build-width {
  width: 50% !important;
}


.carousel-image {
  width: 580px !important;
  height: 320px !important;
}


.acf-diverse{
  font-size: 26px !important;
}


.services-inside-work h3 {
  font-size: 72.78px !important;
}

.services-inside-work h6{
  font-size: 42.6px !important;
}

.advantages-card {
  flex: 0 0 306px !important;
  height: 300px !important;
}

.client-section h2{
  font-size: 75px !important;
}

.about-carousel {
  width: 400px !important;
  height: 135px !important;
}

.advantages{ 
  margin-top: -100px !important;
}

.advantages-card img{
  width: 100px !important;
}

.discover-justify .advantages-card h6{
  font-size: 26px !important;
}

.discover-justify .advantages-card p{
  font-size: 18px !important;
}

.right-choice-section .right-choice-text {
  font-size: 137.2px !important;
}

.right-sec{
  padding: 170px !important;
}

.right-choice-section .right-p {
  font-size: 31.04px !important;
  margin-top: 7% !important;
}


.right-choice-section .acf-header-btn {
  font-size: 29.04px !important;
}

.world-section {
  padding: 120px !important;
}

.world-section h2 {
  font-size: 80px !important;
}


.world-section p{
  font-size: 27px !important;
}





.world-section .acf-header-btn{
  font-size: 29px !important;
}

.client-section .acf-header-btn {
  font-size: 28px !important;
}

.index-contact{
  padding: 100px !important;
}

.index-contact h5{
  font-size: 44px !important;
  white-space: nowrap;
}

.map-gp{
  margin-left: -5% !important;
}

.map-gs{
  margin-left: 5% !important;
}

.form-control {
  padding: 0.375rem 4.75rem !important;
}

.index-contact .acf-header-btn{
  font-size: 25px !important;
}

.exp-services .mechanical-card,
.plant-card,
.electronics-card,
.software-card {
  width: 630px !important;
}

.services-card h6{
  font-size: 30px !important;
}

.exp-services .services-card a{
  text-decoration: none !important;
  opacity: 65% !important;
  line-height: 2.2 !important;
  font-size: 20px !important;
}

.arrow-hover{
  width: 40px !important;
  height: 40px !important;
}

.fa-chevron-right {
  font-size: 1.5em !important;
}

.fa-chevron-left {
  font-size: 1.5em !important;
}

.working-best{
  height: 350px !important;
}


.year-text, #tooltip {
  font-size: 1.5rem !important;
}

.vectorIcon{
  width: 45px !important;
}




}










@media (min-width: 2560px) and (max-width: 3880px){

  /* Navbar  */

 

  .navbar-nav .nav-link {
    font-size: 28.2px !important;
  }

  .navbar-brand img{
    max-width: 100% !important;
  }


.navbar-nav .nav-item {
  margin-right: 27px !important;
}


/* index */

.main-section .build-width {
  font-size: 50px !important;
}

.main-section .acf-header-btn{
  font-size: 32px !important;
}

.build-width{
  width: 55% !important;
}

.index-section{
  height: auto !important;
  padding: 180px !important;
}

.index-section .h8{
  font-size: 38px !important;
}

.innovation{
  margin-left: 14.3% !important;
}


.main-acufore{
  font-size: 143px !important;
}

.box-section{
  top: 108% !important; 
  right: 301px !important;
}


.vertical-line {
  display: inline-block;
  width: 6px !important;
  height: 52px !important;
}


.acf-header-btn {
  font-size: 19.2px !important;
}





.acf-diverse{
  font-size: 35px !important;
}


.services-inside-work h3 {
  font-size: 70.78px !important;
}

.services-inside-work h6 {
  font-size: 43.6px !important;
}

.advantages-card {
  flex: 0 0 375px !important;
  height: 325px !important;
}

.discover-justify .advantages-card h6{
  font-size: 33px !important;
}

.discover-justify .advantages-card p{
  font-size: 23px !important;
}

.right-choice-section .right-choice-text {
  font-size: 180.2px !important;
}

.right-sec {
  padding: 240px !important;
}

.right-choice-section .right-p {
  font-size: 40.04px !important;
  margin-top: 8% !important;
}


.right-choice-section .acf-header-btn {
  font-size: 35.04px !important;
}

.world-section {
  padding: 200px 250px 250px 250px !important;
}

.world-section p{
  font-size: 35px !important;
}


.world-section h2{
  font-size: 80px !important;
}


.world-section .acf-header-btn{
  font-size: 35px !important;
}

.client-section .acf-header-btn{
  font-size: 35px !important;
}

.client-section h2{
  font-size: 80px !important;
}

.client-section{
  padding: 80px 0px 80px 0px !important;
}

.about-carousel {
  width: 370px !important;
  height: 150px !important;
}

.index-contact{
  padding: 100px !important;
}

.index-contact h5{
  font-size: 55.2px !important;
  white-space: nowrap;
}

.map-gp{
  margin-left: -5% !important;
}

.map-gs{
  margin-left: 5% !important;
}

.form-control {
  padding: 2.375rem 4.75rem !important;
  font-size: 1.7rem !important;
}


.index-contact .acf-header-btn{
  font-size: 30px !important;
}

.box-section{
  right: 8% !important; 
  top: 112% !important; 
  width: 800px !important; 
  height: 165px !important;
}

.custom-box-sec{
padding-top: 12px !important;
padding-right: 5px !important;
}

.box-section .five-hundred{
font-size: 80px !important;
}

.box-section .happy-clients{
font-size: 34px !important;
}

.corporate{
font-size: 27px !important;
width: 75% !important;
}

.pop-up-video svg {
width: 100px !important;
height: 100px !important;
}

.exponential-section{
  padding: 200px !important;
}

.exponential-section h2{
  font-size: 80px !important;
}


.exponential-section h5{
  font-size: 45px !important;
}

.exponential-section .container{
  max-width: 1800px !important;
  margin-top: 0% !important;
}

.industry-section h2{
  font-size: 80px !important;
}

    
.carousel-image {
  width: 758px !important;
  height: 400px !important;
  }

  .industry-section{
    padding: 50px 0px 50px 0px !important;
  }

  .working-best{
    height: 330px !important;
  }

  .arrow-hover{
    width: 50px !important;
    height: 50px !important;
  }

  .fa-chevron-right {
    font-size: 2em !important;
  }

  .fa-chevron-left {
    font-size: 2em !important;
  }


  .exp-services .mechanical-card,
  .plant-card,
  .electronics-card,
  .software-card {
    width: 630px !important;
  }
  
  .services-card h6{
    font-size: 30px !important;
  }
  
  .exp-services .services-card a{
    text-decoration: none !important;
    opacity: 65% !important;
    line-height: 2.2 !important;
    font-size: 20px !important;
  }

  .exp-services h2{
    font-size: 80px !important;
  }

  .exp-services{
    padding: 150px !important;
  }

  .exp-services .services-card{
    padding-top: 100px !important;
  }

  .working-best{
    height: 350px !important;
  }

  footer .h8{
    font-size: 30px !important;
  }

  footer .footer-p{
    font-size: 23px !important;
  }

  .icon-large {
    font-size: 25px !important;
}

.footer-content{
  font-size: 16.33px !important;
}

#tooltip{
  font-size: 30px !important;
}


}





/*  */

