* {
  margin: 0;
  padding: 0;
}

/*Preloader*/
#loader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#loaderInner {
  background: #ffffff url(../images/spinner.gif) center center no-repeat;
  height: 60px;
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
  top: 50%;
  width: 60px;
}

/*Wrapper*/
#wrapper {
  position: relative;
  width: 100%;
}

/*End wrapper*/

/*Header*/

header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 0 3px rgba(153, 153, 153, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(153, 153, 153, 0.5);
  -moz-box-shadow: 0 0 3px rgba(153, 153, 153, 0.5);
  -ms-box-shadow: 0 0 3px rgba(153, 153, 153, 0.5);
  -o-box-shadow: 0 0 3px rgba(153, 153, 153, 0.5);
  direction: rtl;
}

.mainHeader {
  position: relative;
  width: 100%;
}

.logo {
  margin: 26px 0 20px 0;
}

.logo h1 {
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
  color: #111111;
  position: relative;
}

.logo h1:after {
  border-bottom: 4px solid #111111;
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 23px;
  width: 14px;
  z-index: 0;
}

nav#mainNav {
  float: right;
  margin-top: 2px;
}

nav#mainNav li {
  display: inline-block;
  position: relative;
}

nav#mainNav li a {
  color: #111111;
  display: block;
  padding: 25px 15px;
  position: relative;
}

nav#mainNav a.active:after {
  border-bottom: 2px solid #111111;
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 43px;
  width: 14px;
  z-index: 0;
}

.mobileBtn {
  background: #ffffff;
  padding: 1px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  z-index: 1000;
  display: none;
}

.mobileBtn i {
  font-size: 27px;
  color: #111111;
}

.topSocials {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #111111;
  text-align: center;
}

.topSocials ul {
  padding-bottom: 6px;
}

.topSocials ul li i {
  margin-top: 8px;
  color: #111111;
}

.topSocials ul:first-child {
  border-left: 1px solid #efefef;
  margin-right: 0;
}

.topSocials ul:last-child {
  margin-left: 0;
  margin-right: 0;
  border-left: 1px solid #efefef;
}

.topSocials ul li:first-child {
  border-bottom: 1px solid #efefef;
  padding-bottom: 8px;
}

/*End header*/

.main-title {
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.servicecontainer {
  padding: 1em 0;
  float: left;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .servicecontainer {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .servicecontainer {
    width: 33.33333%;
  }
}

.servicecontainer .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.serviceContent {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.serviceContent .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.serviceContent:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
  height: 200px; /* Set the desired height for your images */
  object-fit: cover; /* Ensure the image covers the entire container */
  border-radius: 0 !important;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.serviceContent:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

#projectDesc {
  padding: 60px 0;
  background-color: #fff;
}

#projectDesc .container {
  max-width: 960px;
  margin: 0 auto;
}

#projectDesc h1 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 700;
}

#projectDesc p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  text-align: justify;
}

#projectDesc .subheading {
  font-size: 24px;
  color: #1d9647;
  margin-top: 20px;
  margin-bottom: 10px;
}

#projectDesc .card-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#projectDesc .card {
  flex: 0 0 calc(33.33% - 20px);
  margin: 0 10px 20px;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

#projectDesc .card img {
  max-width: 100%;
  min-height: 220px;
  max-height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #ddd;
}

#projectDesc .card-content {
  padding: 15px;
  flex: 1;
  font-weight: 600;
  text-align: center;
  font-size: 10px;
  color: #555;
}

@media (max-width: 768px) {
  #projectDesc .card {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  #projectDesc .card {
    flex: 0 0 calc(100% - 20px);
  }
}

#projectDesc .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

#projectDesc .regButton:hover {
  background-color: #c0392b;
} /*Main slider*/

.mainSlider,
.projectSlider {
  overflow: hidden;
  position: relative;
}

.mainSlider .slides li:before,
.projectSlider .slides li:before {
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
}

.mainSlider img {
  width: 100% !important;
  height: 95vh !important;
  object-fit: cover !important;
  filter: brightness(70%) !important;
}

.mainSlider .flex-control-nav {
  display: none;
}

.caption {
  top: 39.4%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.caption h1 {
  font-size: 3rem;
  font-weight: bolder;
}

.caption p {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 40px;
  color: #fff;
}

.caption h1 span.new {
  position: relative;
}

.caption h1 span.new:after {
  border-bottom: 4px solid #111111;
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  top: 33px;
  width: 19px;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .caption h1 {
    font-size: 2rem;
  }

  .caption p {
    font-size: 1rem;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 10px;
  }
}

#aboutUsSection {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.about-us-title {
  color: #333;
  font-size: 2rem;
  margin-bottom: 20px;
}

.about-us-description {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about-us-button {
  margin-top: 20px;
}

/* Responsive styles */
@media only screen and (max-width: 768px) {
  #aboutUsSection h1 {
    font-size: 30px;
  }

  #aboutUsSection p {
    font-size: 12px;
  }

  #aboutUsSection .our-services-button {
    font-size: 16px;
  }
} /* Vision Section Styles */
#visionSection {
  font-family: "open_sansbold", Arial, sans-serif;
  padding: 50px 0;
  text-align: center;
  max-height: 55vh;
}

#visionSection h2 {
  font-size: 24px;
  /* margin-bottom: 20px; */
  color: #333;
}

/* Vision Description Styles */
#visionSection .vision-description {
  max-width: 800px;
  margin: 0 auto;
}

#visionSection .vision-description p {
  font-size: 16px;
  /* line-height: 1.6; */
  color: #666;
}

#vision-grid {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#visionSection .value-item {
  max-width: 300px;
  min-width: 250px;
  /* margin: 20px; */
  /* padding: 20px; */
  background-color: #fff; /* Adjust as needed */
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Adjust as needed */
}

#visionSection .value-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

#visionSection .value-item p {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
}

/* Responsive styles for mobile */
@media only screen and (max-width: 768px) {
  #visionSection h2 {
    font-size: 30px; /* Increase font size for better readability on smaller screens */
  }

  #visionSection .vision-description p,
  #visionSection .value-item p {
    font-size: 16px; /* Adjust font size for better readability on smaller screens */
  }

  #visionSection .value-item {
    max-width: 100%;
  }
}
.vaadin--group {
  display: inline-block;
  width: 4em;
  height: 4em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M5 16v-5.3c-.6-.3-1-1-1-1.7V5c0-.7.4-1.3 1-1.7V3c0-1.1-.9-2-2-2s-2 .9-2 2s.9 2 2 2H1c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1v5zM15 5h-2c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2v.3c.6.4 1 1 1 1.7v4c0 .7-.4 1.4-1 1.7V16h4v-5c.5 0 1-.5 1-1V6c0-.5-.5-1-1-1m-5-3a2 2 0 1 1-3.999.001A2 2 0 0 1 10 2'/%3E%3Cpath fill='%23000' d='M10 4H6c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1v6h4v-6c.5 0 1-.5 1-1V5c0-.5-.5-1-1-1'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.arcticons--improvementroll {
  display: inline-block;
  width: 4em;
  height: 4em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M13.252 31.262A12.973 12.973 0 0 1 24 11.027m10.756 5.719A12.973 12.973 0 0 1 24 36.97'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m24 17.906l6.703-6.703L24 4.5h0v8.531zm-.001 12.188l-6.703 6.703l6.703 6.703v-8.531z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.mdi--customer-service {
  display: inline-block;
  width: 4em;
  height: 4em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.72 14.76c.35-.85.54-1.76.54-2.76c0-.72-.11-1.41-.3-2.05c-.65.15-1.33.23-2.04.23A9.07 9.07 0 0 1 9.5 6.34a9.21 9.21 0 0 1-4.73 4.88c-.04.25-.04.52-.04.78A7.27 7.27 0 0 0 12 19.27c1.05 0 2.06-.23 2.97-.64c.57 1.09.83 1.63.81 1.63c-1.64.55-2.91.82-3.78.82c-2.42 0-4.73-.95-6.43-2.66a9.03 9.03 0 0 1-2.24-3.69H2v-4.55h1.09a9.09 9.09 0 0 1 15.33-4.6a8.991 8.991 0 0 1 2.47 4.6H22v4.55h-.06L18.38 18l-5.3-.6v-1.67h4.83zm-9.45-2.99c.3 0 .59.12.8.34a1.136 1.136 0 0 1 0 1.6c-.21.21-.5.33-.8.33c-.63 0-1.14-.5-1.14-1.13c0-.63.51-1.14 1.14-1.14m5.45 0c.63 0 1.13.51 1.13 1.14c0 .63-.5 1.13-1.13 1.13c-.63 0-1.14-.5-1.14-1.13a1.14 1.14 0 0 1 1.14-1.14'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.raphael--customer {
  display: inline-block;
  width: 4em;
  height: 4em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M28.523 23.813c-.518-.51-6.795-2.938-7.934-3.396c-1.133-.45-1.585-1.697-1.585-1.697s-.51.282-.51-.51c0-.793.51.51 1.02-2.548c0 0 1.415-.397 1.134-3.68h-.34s.85-3.51 0-4.698c-.853-1.188-1.187-1.98-3.06-2.548c-1.87-.567-1.19-.454-2.548-.396c-1.36.057-2.492.793-2.492 1.188c0 0-.85.057-1.188.397c-.34.34-.906 1.924-.906 2.32s.283 3.06.566 3.624l-.337.11c-.283 3.284 1.132 3.682 1.132 3.682c.51 3.058 1.02 1.755 1.02 2.548c0 .792-.51.51-.51.51s-.453 1.246-1.585 1.697c-1.132.453-7.416 2.887-7.927 3.396c-.51.52-.453 2.896-.453 2.896h12.036l.878-3.46l-.78-.78l1.343-1.345l1.343 1.344l-.78.78l.878 3.46h12.036s.063-2.378-.453-2.897z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.wpf--assistant {
  display: inline-block;
  width: 4em;
  height: 4em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23000' d='M12 0C6.412 0 1.248 3.477 2.219 11.75c-.173.138-.34.286-.469.469c-.503.71-.75 1.633-.75 2.625c0 1.245.734 2.203 1.5 2.906c.56.515 1.133.874 1.781 1.063c.51 1.64 1.449 3 2.563 3.937a1 1 0 1 0 1.281-1.531c-1.006-.847-1.847-1.978-2.156-3.438A1 1 0 0 0 5 17c.123 0-.646-.25-1.156-.719c-.51-.468-.844-1.055-.844-1.437c0-.464.111-.852.25-1.156A1 1 0 0 0 5 13v-.844a1 1 0 0 0 0-.094c.04-.713.134-1.368.281-1.968C6.66 9.62 7.808 10.389 9 6.875c1.74 5.173 6.246 2.214 9.344 2.063c.364.885.59 1.925.656 3.124a1 1 0 0 0 0 .094V13a1 1 0 0 0 1 1v2.469c-.434.341-.915.531-1 .531a1 1 0 0 0-.969.781c-.204.966-.658 1.779-1.218 2.469a1.01 1.01 0 1 0 1.562 1.281c.6-.739.998-1.706 1.313-2.718A4.228 4.228 0 0 0 21.313 18H22c-.245 1.281-.696 2.248-1.156 2.938c-.65.975-1.21 1.316-1.25 1.343c-.029.015-.384.21-1.407.438c-.78.173-1.903.358-3.406.437c-.201-1.115-1.369-1.968-2.781-1.968c-1.554 0-2.813 1.035-2.813 2.312s1.26 2.313 2.813 2.313c.971 0 1.838-.416 2.344-1.032c1.85-.074 3.256-.286 4.219-.5c1.186-.263 1.78-.562 1.78-.562a.8.8 0 0 0 .095-.063s.892-.605 1.718-1.843c.668-1.002 1.33-2.455 1.563-4.375c.728-.545 1.187-1.436 1.187-2.438v-2c0-1.657-1.25-3-2.906-3h-.156C21.848 3.002 17.174 0 12 0m8.656 9.875c.03.042.065.08.094.125h-.094c-.008-.041.009-.084 0-.125M8 12a2 2 0 1 0 0 4a2 2 0 0 0 0-4m8 0a2 2 0 1 0 0 4a2 2 0 0 0 0-4'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.document-center {
  position: relative;
  width: 100%;
  max-width: 1200px; /* Set a maximum width based on your design */
  margin: 0 auto; /* Center the content horizontally */
  height: 85vh;
}

.carousel-container {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.carousel {
  position: relative;
  width: 100%;
  padding-top: calc(570 / 980 * 100%);
  overflow: hidden;
}

.carousel-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.left-arrow,
.right-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100%;
  width: 147px;
  cursor: pointer;
  z-index: 2;
}

.left-arrow:hover,
.right-arrow:hover {
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.left-arrow:hover .chevron,
.right-arrow:hover .chevron {
  border-color: #e6e6e6;
}

.right-arrow {
  right: 0;
}

.chevron {
  width: 25px;
  height: 25px;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 10px 10px 0 0;
}

.chevron.right {
  transform: rotate(45deg);
}

.chevron.left {
  transform: rotate(-135deg);
}

.circle-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: start;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: 2;
}

.circle {
  border: 1px solid white;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.circle-fill {
  background-color: white;
}

.carousel-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-heading {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.carousel-h2 {
  margin-left: 400px;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* Responsive Styles */
@media (max-width: 768px) {
  .carousel-container {
    width: 90%;
    margin-bottom: 0px; /* Adjust the margin-bottom as needed */
  }

  .left-arrow,
  .right-arrow {
    width: 100px;
  }
  .carousel-h2 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .document-center {
    padding: 0; /* Add padding for smaller screens */
    height: 200px;
  }
}

/* Mission Section Styles */
#distributeSection {
  font-family: "open_sansbold", Arial, sans-serif;
  background-color: white; /* Change the background color as needed */
  padding: 50px 0;
  text-align: center;
  max-height: 5vh;
}

#distributeSection h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #333;
}

/* Mission Grid Styles */
#mission-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

/* Mission Item Styles */
.value-item {
  max-width: 300px;
  margin: 20px;
  padding: 20px;
  background-color: #fff; /* Adjust as needed */
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Adjust as needed */
}

/* Mission Icon Styles */
.value-icon {
  max-width: 80px;
  height: auto;
  margin-bottom: 15px;
}

.value-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

.value-item p {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
}

/* Responsive styles */
@media only screen and (max-width: 768px) {
  #distributeSection h2 {
    font-size: 30px;
  }

  .value-item {
    max-width: 100%;
  }
}

/* Values Section Styles */
#valuesSection {
  font-family: "open_sansbold", Arial, sans-serif;
  background-color: white; /* Change the background color as needed */
  padding: 50px 0;
  text-align: center;
  max-height: 55vh;
}

#valuesSection h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #333;
}

.value-item {
  max-width: 300px;
  margin: 20px;
  padding: 20px;
  background-color: #fff; /* Adjust as needed */
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Adjust as needed */
}

.value-icon {
  max-width: 80px;
  height: auto;
  margin-bottom: 15px;
}

.value-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

.value-item p {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
}

/* Responsive styles */
@media only screen and (max-width: 768px) {
  #valuesSection h2 {
    font-size: 30px;
  }

  .value-item {
    max-width: 100%;
  }
}

/*End main slider*/
#serviceIntro {
  background-color: #f4f4f4;
  padding: 50px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.main-heading {
  text-align: center;
  color: #333;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.solar-column {
  padding: 20px;
  border: 1px solid #ddd;
}

.intro-heading {
  color: #007bff;
}

.intro-paragraph {
  color: #666;
}

.slider-container {
  display: flex;
  flex-wrap: wrap;
}

.slider-item {
  flex: 0 0 50%;
  max-width: 50%;
}

.slider-item img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

/*About us*/

.intro {
  color: #111111;
}

.ctl {
  text-align: center;
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
}

.team {
  margin-bottom: 60px;
}

.team img {
  margin-bottom: 20px;
}

.team h2 {
  text-align: center;
}

.team h2 span {
  font-size: 13px;
}

.tSocials {
  margin-top: 20px;
  font-size: 15px;
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
  display: inline-block;
  padding: 8px 30px;
}

.tSocials li {
  display: inline;
}

.skill {
  text-align: left;
}

.skill h1 {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 12px;
}

.skill h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 12px;
}

.skill p {
  margin-bottom: 30px;
}

.skillHolder {
  margin-top: 24px;
}

.skillBar {
  margin-bottom: 45px;
}
.skillbarHolder {
  background-color: #111111;
  height: 3px;
  position: relative;
}
.percentage {
  background: #efefef;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
}
.skillbarTitle {
  color: #111111;
  left: 0px;
  position: absolute;
  top: -28px;
  z-index: 10;
}

.percentage span {
  color: #111111;
  font-size: 11px;
  padding: 4px;
  position: absolute;
  right: -14px;
  top: -32px;
}

.percent90 {
  width: 90%;
}
.percent70 {
  width: 70%;
}
.percent50 {
  width: 50%;
}
.percent60 {
  width: 60%;
}
.percent80 {
  width: 80%;
}
.percent95 {
  width: 95%;
}

/*End about us*/

/*Facts*/

.factsContainer .overlay {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
  min-height: 300px;
}

.factsContainer {
  background: url(../images/parallax/parallax1.jpg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
  min-height: 300px;
  background-color: #fafafa;
}

.factSlider {
  text-align: center;
  width: 500px;
  color: #111111;
}

.factSlider i,
.fc,
.count {
  display: block;
}

.factSlider i.icoF {
  font-size: 50px;
}

.factSlider .fc {
  font-size: 18px;
  margin-top: 10px;
}

.factSlider .count {
  font-size: 100px;
  padding-bottom: 60px;
  margin-top: 50px;
}

/*End facts*/

/*Services*/
/* Custom CSS to style services as cards */
.innerContent .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#services .innerContent .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.one-third.column.service {
  width: calc(33.3333% - 20px);
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: #fff; /* Card background color */
  border-radius: 8px; /* Adjust the border-radius based on your preference */
  padding: 20px; /* Adjust the padding based on your preference */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
}

/* Optional: Adjust the styles for h3 and icon */
.service h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.service i {
  font-size: 20px;
  margin-right: 5px;
}

@media screen and (max-width: 860px) {
  .innerContent .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }

  .one-third.column.service {
    width: 300px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff; /* Card background color */
    border-radius: 8px; /* Adjust the border-radius based on your preference */
    padding: 20px; /* Adjust the padding based on your preference */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: none;
  }
}

/*End services*/

/*Testimonials and client*/

.testiCliContainer .overlay {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
  min-height: 500px;
}

.testiCliContainer {
  background: url(../images/parallax/parallax2.png);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
  min-height: 500px;
  background-color: #fafafa;
}

#testiCli .testiSlider {
  width: 800px;
  margin-top: 100px;
}

.testiSlider li {
  padding-bottom: 30px;
  color: #000;
  font-weight: bold;
}

.testiSlider li blockquote {
  font-size: 20px;
  line-height: 30px;
}

.testiSlider li .testiProfile {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #000;
}

.client-logo {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.clientHolder {
  background: #fff;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.clientHolder p {
  margin-top: 10px;
}

.cIntro {
  margin-top: 15px;
}

#testiCli .clientSlider {
  width: 600px;
  margin: 40px 0 0 25px;
}

.clientSlider li {
  margin-bottom: 40px;
}

.clientSlider li a {
  color: #000;
}

.clientSlider li a img {
  height: 130px;
  width: 80px;
  object-fit: cover;
}

.clientSlider li a:hover {
  opacity: 0.5;
}

.clientSlider li i {
  font-size: 60px;
}

/*End testimonials and clients*/

/*Portfolio*/

#portfolio.offset {
  padding-bottom: 0;
}

.item {
  position: relative;
}

.item a .desc {
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}

.projDesc span {
  display: block;
}
/* Hero Section Styles */
.hero-section {
  background: url("path/to/your/background-image.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 0; /* Adjust the padding as needed for spacing */
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-title {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.hero-description {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.btn-primary {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1em;
  text-decoration: none;
  background-color: #3498db; /* Adjust the color as needed */
  color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #2980b9; /* Adjust the hover color as needed */
}

/*End portfolio*/
.solar-container {
  /* max-width: 00px; */
  height: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
}

.solar-column {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}

.solar-column h1 {
  min-width: 500px;
}

.solar-column p {
  min-width: 500px;
}

.solar-column1 {
  width: 500px;
}

.solar-column2 {
  width: 500px;
}

@media (min-width: 768px) {
  .solar-column {
    width: calc(50% - 20px);
  }
}

.contract-card {
  position: relative;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  min-height: 400px;
  margin-bottom: 10px;
}

.contract-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.contract-card img {
  box-shadow: none;
}

.section-title {
  margin-bottom: 40px;
  font-size: 2em;
  color: #333;
  position: relative;
}

.section-title:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 60px;
  height: 2px;
  background-color: #333;
  transform: translateX(-50%);
}

.section-title:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #signedContracts {
    margin-bottom: 20px; /* Adjust the margin as needed */
  }
}
/* Set a maximum height for the Signed Contracts Section */
#signedContracts {
  max-height: 900px; /* Adjust the maximum height as needed */
  overflow: hidden;
}

/* Set a maximum height for the Service Introduction Section */
#serviceIntro {
  max-height: 600px; /* Adjust the maximum height as needed */
  overflow: hidden; /* Hide content that exceeds the maximum height */
}
#consortium {
  background-color: #f8f8f8; /* Light background color */
  padding: 80px 0; /* Adjust padding as needed */
}

.consortium-info {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.consortium-info h2 {
  color: #333; /* Dark text color for contrast */
}

.consortium-info p {
  color: #555; /* Slightly lighter text color */
}

/* Adjust the max-width for the image to make it smaller */
.img-fluid {
  max-width: 80%; /* Set to 100% or adjust to your desired value */
  height: auto;
  border-radius: 8px; /* Add border-radius for rounded corners */
}

.partner-description {
  margin-top: 20px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 8px; /* Add border-radius for rounded corners */
}
/* Common styles for all sections */
/* .section {
  padding: 80px 0;
} */

.construction-info {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: left;
}

.construction-info h2 {
  color: #333;
}

.construction-info p {
  color: #555;
  margin-bottom: 20px;
}

/* Section 1: Streamlining the Construction Journey */
#streamliningProcess {
  background-color: #f8f8f8;
}

/* Section 2: Innovative Bidding Solutions */
#innovativeSolutions {
  background-color: #eaf6f6;
}

/* Section 3: Transparent Communication */
#transparentCommunication {
  background-color: #f5f2f0;
}

/* Section 4: Job Opportunities */
#jobOpportunities {
  background-color: #f0f9f9;
}

/* Image styling */
.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.mainHeader,
.topSocials {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.projectSlider {
  margin-top: 20px;
}

.offset.section {
  padding: 0px 0;
}

.construction-info h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
}

.construction-info .description {
  font-size: 18px;
  color: #666;
}
/* .section {
  background-color: #fff;
  padding: 80px 0;
} */

.section h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.section img {
  max-width: 100%;
  border-radius: 10px;
}

.section .description {
  font-size: 18px;
  color: #666;
  text-align: center;
}

.quote-container {
  text-align: center;
  margin: 40px 0;
}

.quote {
  font-style: italic;
  font-size: 18px;
  color: #555;
  margin-bottom: 10px;
}

.partners-clients {
  background-color: #f0f0f0;
  padding: 60px 0;
}

.partners-clients h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.logos-container .logo-item {
  text-align: center;
  margin: 20px;
  transition: transform 0.3s;
}

.logos-container .logo-item:hover {
  transform: scale(1.1);
}

.logos-container img {
  max-width: 100px;
  height: auto;
  border-radius: 10px;
}

.clients {
  padding: 40px 0;
}

.image-section {
  background-color: #fff;
  padding: 80px 0;
  text-align: center;
}

.image-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s;
}

.image-container img:hover {
  transform: scale(1.1);
}
.slider {
  width: 100%;
  overflow: hidden;
}

.slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/*Contact*/
.info,
.contactForm {
  text-align: left;
}

.info h2 {
  margin-bottom: 10px;
}

.workHours {
  margin-top: 8px;
}

.workHours li {
  color: #111111;
}

.workHours li span {
  color: #999999;
}

.contactForm h2 {
  margin-bottom: 10px;
}

.cForm {
  margin-top: 20px;
}

.cForm form {
  width: 580px;
}

.cForm label {
  color: #4d4d4d;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

form.respondF {
  width: 640px;
}

.cForm input[type="text"],
.cForm input[type="email"],
input[type="number"],
.cForm textarea {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #efefef;
  color: #666666;
  margin-bottom: 10px;
  outline-width: 0;
  padding-left: 10px;
  font-size: 12px;
}

.cForm input[type="text"] {
  height: 40px;
  margin-bottom: 20px;
  width: 450px;
}

.cForm textarea {
  height: 170px;
  margin-bottom: -5px;
  padding-top: 10px;
  width: 630px;
  font-size: 12px;
}

.cForm #submit {
  color: #111111;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
}

#success,
#error {
  display: none;
  position: relative;
}
#success h2,
#error h2 {
  color: #da4856;
  font-size: 11px;
  left: 0;
  position: absolute;
  top: 15px;
}

#error h2 {
  color: #da4856;
}

.errorForm {
  border: 1px solid #da4856 !important;
}

/*End contact*/

/*Footer*/

.footer {
  border-top: 3px solid #efefef;
}

.footer.offset {
  padding-bottom: 0;
}

.topFooter h2 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
}

.topFooter h2:after {
  border-bottom: 3px solid #111111;
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 21px;
  width: 17px;
  z-index: 0;
}

.topFooter ul li {
  margin-bottom: 5px;
}

.topFooter ul a {
  color: #999999;
}

.bottomFooter {
  background: #efefef;
  padding: 20px 0;
  margin-top: 60px;
  font-size: 12px;
  color: #666666;
  border-top: 1px solid #e5e5e5;
}

.bottomFooter .bLogo {
  text-transform: uppercase;
  color: #111111;
  position: relative;
}

.bottomFooter .bLogo:after {
  border-bottom: 2px solid #111111;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: 15px;
  width: 10px;
  z-index: 0;
}

.bottomFooter .right {
  float: right;
}

.bottomFooter .right i {
  color: #da4856;
}

/*End footer*/

/*-------------------------------------------------------------------------*/

/* Media queries */

/*Landscape 1024 X 600 */
@media only screen and (min-width: 1000px) and (max-width: 1030px) {
  nav#mainNav {
    margin-right: 70px;
  }
}

/*iPad lanscape*/
@media screen and (max-device-width: 960px) {
  .factsContainer,
  .testiCliContainer {
    background-attachment: scroll;
    background-position: top center !important;
    background-size: cover;
  }
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  nav#mainNav {
    margin-right: 70px;
  }
}

/* Tablet Portrait size -> standard 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .factsContainer,
  .testiCliContainer {
    background-attachment: scroll;
    background-position: top center !important;
    background-size: cover;
  }
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  nav#mainNav {
    margin-right: 100px;
  }
  .skill h1 {
    line-height: 35px;
  }
  #testiCli .testiSlider {
    width: 700px;
  }
  #testiCli .clientSlider {
    width: 480px;
    margin: 40px 0 0 15px;
  }

  .cForm textarea,
  .cForm form {
    width: 490px;
  }
}

/* Mobile Landscape Size -> Tablet Portrait size*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }

  .factsContainer,
  .testiCliContainer {
    background-attachment: scroll;
    background-position: top center !important;
    background-size: cover;
  }

  #loaderInner {
    margin: -50px 0 0 -30px;
  }
  .logo,
  nav#mainNav {
    float: none;
  }
  nav#mainNav {
    margin-right: 0;
  }
  nav#mainNav ul {
    display: none;
    margin-bottom: 10px;
  }
  nav#mainNav li {
    float: none;
    display: block;
  }
  nav#mainNav a.active:after {
    right: 1px;
    top: 22px;
  }
  .topSocials {
    display: none;
  }
  nav#mainNav li a {
    padding: 3px 0px;
    display: inline-block;
  }
  .mobileBtn {
    display: inline-block;
    float: right;
    margin-right: 10px;
    margin-top: -51px;
    position: relative;
  }

  .mainSlider.flexslider {
    margin: 73px auto 0;
  }
  .caption h1 {
    font-size: 20px;
  }
  .caption h1 span.new:after {
    width: 17px;
    top: 26px;
    right: 2px;
  }
  .mainSlider .flex-direction-nav a {
    top: 55% !important;
  }

  .container .team {
    margin-bottom: 60px;
  }

  .skill h1 {
    line-height: 30px;
  }
  .skill h2 {
    line-height: 25px;
  }
  .container .skill {
    margin-bottom: 60px;
  }

  .factSlider {
    width: 400px;
  }
  .factSlider .flex-direction-nav .flex-next {
    right: -30px;
  }
  .factSlider .flex-direction-nav .flex-prev {
    left: -30px;
  }
  #testiCli .testiSlider {
    width: 400px;
  }
  #testiCli .clientSlider {
    width: 430px;
    margin: 40px 0 0 0px;
  }
  .clientSlider li {
    margin-left: 17px;
  }

  .container .service.bottom3 {
    margin-bottom: 40px;
  }
  .container .service.bottom3:last-child {
    margin-bottom: 0;
  }

  .container .info {
    margin-bottom: 40px;
  }
  .container .widget {
    margin-bottom: 20px;
  }
  .container .widget:last-child {
    margin-bottom: 0;
  }
  .cForm textarea,
  .cForm form {
    width: 420px;
  }
  .cForm input[type="text"] {
    width: 420px;
  }

  #portfolio .innerContent {
    padding-bottom: 60px;
  }
  .container .item {
    margin-bottom: 20px;
  }

  .bottomFooter {
    text-align: center;
  }
  .bottomFooter .right {
    float: none;
  }
}

/* Mobile Portrait Size -> Mobile Landscape Size */
@media only screen and (max-width: 479px) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }

  .factsContainer,
  .testiCliContainer {
    background-attachment: scroll;
    background-position: top center !important;
    background-size: cover;
  }

  #loaderInner {
    margin: -50px 0 0 -30px;
  }
  .logo,
  nav#mainNav {
    float: none;
  }
  nav#mainNav {
    margin-right: 0;
  }
  nav#mainNav ul {
    display: none;
    margin-bottom: 10px;
  }
  nav#mainNav li {
    float: none;
    display: block;
  }
  nav#mainNav a.active:after {
    right: 1px;
    top: 22px;
  }
  .topSocials {
    display: none;
  }
  nav#mainNav li a {
    padding: 3px 0px;
    display: inline-block;
  }
  .mobileBtn {
    display: inline-block;
    float: right;
    margin-right: 5px;
    margin-top: -51px;
    position: relative;
  }

  .mainSlider.flexslider {
    margin: 73px auto 0;
  }
  .caption h1 {
    font-size: 20px;
  }
  .caption h1 span.new:after {
    width: 17px;
    top: 26px;
    right: 2px;
  }
  .mainSlider .flex-direction-nav a {
    top: 80% !important;
  }
  .projectSlider .flex-direction-nav a {
    top: 60% !important;
  }

  .container .team {
    margin-bottom: 60px;
  }

  .skill h1 {
    line-height: 30px;
  }
  .skill h2 {
    line-height: 25px;
  }
  .container .skill {
    margin-bottom: 60px;
  }

  .factSlider {
    width: 230px;
  }
  .factSlider .count {
    font-size: 98px;
  }
  .factSlider .flex-direction-nav .flex-next {
    right: -30px;
  }
  .factSlider .flex-direction-nav .flex-prev {
    left: -30px;
  }
  .factSlider .flex-direction-nav a {
    top: 51%;
  }
  #testiCli .testiSlider {
    width: 230px;
    margin-top: 70px;
  }
  #testiCli .clientSlider {
    width: 281px;
    margin: 40px 0 0 0px;
  }
  .clientSlider li {
    margin-left: 11px;
  }

  .container .service.bottom3 {
    margin-bottom: 40px;
  }
  .container .service.bottom3:last-child {
    margin-bottom: 0;
  }

  .container .info {
    margin-bottom: 40px;
  }
  .container .widget {
    margin-bottom: 20px;
  }
  .container .widget:last-child {
    margin-bottom: 0px;
  }
  .cForm textarea,
  .cForm form {
    width: 300px;
  }
  .cForm input[type="text"] {
    width: 300px;
  }

  #portfolio .innerContent {
    padding-bottom: 60px;
  }
  .container .item {
    margin-bottom: 20px;
  }

  .bottomFooter {
    text-align: center;
  }
  .bottomFooter .right {
    float: none;
  }
}

/* Set the height of the slider to 100% of the viewport height */
.infoSlider {
  max-height: 50vh;
  min-height: 50vh;
}
@media screen and (max-width: 768px) {
  .infoSlider {
    max-height: 100vh;
    min-height: 100vh;
  }
}

#sliderContainer {
  display: flex;
  overflow-x: hidden; /* Hide horizontal overflow */
  transition: transform 0.5s ease-in-out; /* Add smooth transition */
}
#sliderContainer .section {
  flex: 0 0 100%; /* Set each section to take 100% width */
}
/* Slider Container Styles */
.slider {
  height: 90vh; /* Set the height of the slider sections */
  overflow: hidden; /* Hide overflow */
}

/* Vision Section Styles */
#visionSection,
#distributeSection,
#valuesSection {
  font-family: "open_sansbold", Arial, sans-serif;
  padding: 50px 0;
  text-align: center;
  max-height: 55vh;
  background-color: white; /* Change the background color as needed */
}

#visionSection h2,
#distributeSection h2,
#valuesSection h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
}

/* Vision Description Styles */
.vision-description,
.mission-description {
  max-width: 800px;
  margin: 0 auto;
}

.vision-description p,
.mission-description p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

#values-grid {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.value-item {
  max-width: 300px;
  min-width: 250px;
  margin: 20px;
  padding: 20px;
  background-color: #fff; /* Adjust as needed */
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Adjust as needed */
}

.value-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

.value-item p {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
}

/* Responsive styles for mobile */
@media only screen and (max-width: 768px) {
  .slider {
    height: auto; /* Set the height to auto on mobile screens */
  }

  #visionSection h2,
  #missionSection h2,
  #valuesSection h2 {
    font-size: 30px; /* Increase font size for better readability on smaller screens */
  }

  .vision-description p,
  .mission-description p,
  .value-item p {
    font-size: 16px; /* Adjust font size for better readability on smaller screens */
  }

  .value-item {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #sliderContainer .section {
    flex: 0 0 100%; /* On smaller screens, each section takes 100% width */
  }
}
/* Set the height of individual slides to 100% */
.infoSlider .slides li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f0f0f0;
  color: #333;
}

/* Optional: Add additional styling for slide content */
.infoSlider h2 {
  font-size: 24px;
}

.infoSlider p {
  font-size: 16px;
}

.pagination-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; /* Adjust alignment as needed */
}

.pagination-buttons li {
  display: inline-block;
  margin: 0 5px; /* Adjust margin as needed */
}

.pagination-buttons li a {
  text-decoration: none;
  padding: 5px 10px; /* Adjust padding as needed */
  border: 1px solid #ccc; /* Add border styles */
  background-color: #fff; /* Add background color */
  color: #333; /* Add text color */
}

#partners {
  width: 70%;
}

@media screen and (max-width: 960px) {
  #partners {
    width: 100%;
  }
}

#partners ul li h1 {
  height: 50px;
}

@media screen and (max-width: 960px) {
  #partners ul li h1 {
    height: 100px;
  }
}

@media screen and (max-width: 960px) {
  #telecom {
    margin-bottom: 50px;
  }
}
