@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #225c62;
  border-radius: 5px;
}

.container {
  width: 90%;
  margin: 0 auto;
}

a, button, div, span, i, b, h1, h2, h3, h4, h5, h6, p, input, ul, li, select, label, textarea {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "Poppins", sans-serif;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

input {
  -webkit-tap-highlight-color: transparent;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

textarea {
  resize: none;
  font-family: "Poppins", sans-serif;
}

main {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.shimmer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 105;
  background: rgba(0, 0, 0, 0.295);
  display: none;
}

.sidemenu {
  width: 60%;
  position: fixed;
  height: 100vh;
  background: white;
  z-index: 110;
  top: 0;
  right: -110%;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .sidemenu {
    width: 90%;
  }
}
.sidemenu .sidemenuHead {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.sidemenu .sidemenuHead .sidemenuClose {
  font-size: 18px;
}
.sidemenu .sidemenuBody {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sidemenu .sidemenuBody ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sidemenu .sidemenuBody ul li {
  list-style: none;
}
.sidemenu .sidemenuBody ul li a {
  text-decoration: none;
  padding: 10px 20px;
  color: black;
  font-size: 16px;
  display: block;
}
.sidemenu .sidemenuBody ul li .sidemenuLinkActive {
  background: #225c62;
  color: white;
}

.sidemenuActive {
  transition: all 0.3s ease;
  right: 0;
}

nav {
  width: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  box-shadow: 0 0 20px rgba(8, 8, 8, 0.103);
}
nav .navMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
@media (max-width: 768px) {
  nav .navMain {
    height: 60px;
  }
}
nav .navMain .navLogo {
  display: flex;
  justify-content: center;
  width: 60px;
  height: 60px;
  float: left;
}
@media (max-width: 768px) {
  nav .navMain .navLogo {
    height: 50px;
    width: 50px;
  }
}
nav .navMain .navLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
nav .navMain .navLink {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  nav .navMain .navLink {
    display: none;
  }
}
nav .navMain .navLink ul {
  width: 100%;
  display: flex;
  align-items: center;
}
nav .navMain .navLink ul li {
  list-style: none;
}
nav .navMain .navLink ul li a {
  display: flex;
  margin-left: 50px;
  font-size: 14px;
  color: black;
  text-decoration: none;
  font-weight: 500;
  padding: 7px 20px;
  transition: all 0.3s ease;
  border-radius: 50px;
}
nav .navMain .navLink ul li a:hover {
  background: #defcff;
  transition: all 0.3s ease;
}
nav .navMain .navLink ul li .navLinkActive {
  background: #225c62;
  color: white;
}
nav .navMain .navLink ul li .navLinkActive:hover {
  background: #225c62;
  transition: all 0.3s ease;
}
nav .navMain .navBar {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  height: 60px;
  float: right;
}
@media (max-width: 768px) {
  nav .navMain .navBar {
    display: flex;
  }
}
nav .navMain .navBar .navBarBox {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
nav .navMain .navBar .navBarBox span {
  width: 100%;
  height: 2px;
  margin-top: 2px;
  background: black;
}

#banner {
  width: 100%;
  margin-top: 70px;
}
@media (max-width: 768px) {
  #banner {
    margin-top: 60px;
  }
}
#banner .bannerMain {
  width: 100%;
  height: 100%;
}
#banner .bannerMain .bannerBox {
  width: 100%;
  background: black;
  position: relative;
  z-index: 0;
}
#banner .bannerMain .bannerBox::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), black);
  z-index: -1;
}
#banner .bannerMain .bannerBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}
#banner .bannerMain .bannerBox .bannerBoxContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5%;
  height: 70vh;
}
@media (max-width: 1024px) {
  #banner .bannerMain .bannerBox .bannerBoxContent {
    height: auto;
    padding: 300px 5% 100px 5%;
  }
}
@media (max-width: 768px) {
  #banner .bannerMain .bannerBox .bannerBoxContent {
    padding: 250px 5% 60px 5%;
  }
}
#banner .bannerMain .bannerBox .bannerBoxContent h2 {
  color: white;
  font-size: 2em;
  font-weight: 500;
}
@media (max-width: 768px) {
  #banner .bannerMain .bannerBox .bannerBoxContent h2 {
    font-size: 25px;
  }
}
#banner .bannerMain .bannerBox .bannerBoxContent h1 {
  color: white;
  font-size: 5em;
  font-weight: 500;
  margin-top: 0px;
}
@media (max-width: 1800px) {
  #banner .bannerMain .bannerBox .bannerBoxContent h1 {
    font-size: 3.5em;
  }
}
@media (max-width: 768px) {
  #banner .bannerMain .bannerBox .bannerBoxContent h1 {
    font-size: 2.5em;
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  #banner .bannerMain .bannerBox .bannerBoxContent h1 {
    font-size: 2em;
    margin-top: 10px;
    line-height: 1.3;
  }
}
#banner .bannerMain .bannerBox .bannerBoxContent p {
  font-size: 18px;
  color: rgb(201, 201, 201);
  line-height: 1.7;
  font-weight: 300;
  width: 50%;
  margin-top: 10px;
}
@media (max-width: 1800px) {
  #banner .bannerMain .bannerBox .bannerBoxContent p {
    font-size: 16px;
    width: 40%;
  }
}
@media (max-width: 1024px) {
  #banner .bannerMain .bannerBox .bannerBoxContent p {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #banner .bannerMain .bannerBox .bannerBoxContent p {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #banner .bannerMain .bannerBox .bannerBoxContent p {
    margin-top: 15px;
  }
}
#banner .bannerMain .bannerBox .bannerBoxContent a {
  text-decoration: none;
  background: #225c62;
  color: white;
  font-size: 14px;
  width: 180px;
  border-radius: 50px;
  padding: 12px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
#banner .bannerMain .bannerBox .bannerBoxContent a:hover {
  background: #defcff;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #banner .bannerMain .bannerBox .bannerBoxContent a {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  #banner .bannerMain .bannerBox .bannerBoxContent .desktop {
    display: none;
  }
}
#banner .bannerMain .bannerBox .bannerBoxContent .mobileView {
  display: none;
}
@media (max-width: 480px) {
  #banner .bannerMain .bannerBox .bannerBoxContent .mobileView {
    display: flex;
  }
}
#banner .bannerMain .owl-nav {
  display: none;
}
#banner .bannerMain .owl-dot {
  display: none;
}

#boxSection {
  width: 100%;
  padding: 80px 0px 0px 0px;
}
@media (max-width: 768px) {
  #boxSection {
    padding: 40px 0px 0px 0px;
  }
}
#boxSection .boxSectionMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#boxSection .boxSectionMain .boxSectionBox {
  flex: 0 0 30%;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  position: relative;
  z-index: 0;
}
@media (max-width: 1800px) {
  #boxSection .boxSectionMain .boxSectionBox {
    flex: 0 0 32%;
  }
}
#boxSection .boxSectionMain .boxSectionBox::after {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(255, 222, 34, 0.6392156863);
  background-image: url("https://www.transparenttextures.com/patterns/diamond-upholstery.png");
  opacity: 1;
  background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: screen;
}
@media (max-width: 1024px) {
  #boxSection .boxSectionMain .boxSectionBox {
    flex: 0 0 48%;
  }
}
@media (max-width: 768px) {
  #boxSection .boxSectionMain .boxSectionBox {
    flex: 100%;
  }
}
#boxSection .boxSectionMain .boxSectionBox p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 1800px) {
  #boxSection .boxSectionMain .boxSectionBox p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #boxSection .boxSectionMain .boxSectionBox p {
    font-size: 14px;
  }
}

#about {
  width: 100%;
  padding: 100px 0px 0px 0px;
}
@media (max-width: 768px) {
  #about {
    padding: 60px 0px 0px 0px;
  }
}
#about .aboutMain {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#about .aboutMain h1 {
  font-size: 3em;
  font-weight: 500;
}
@media (max-width: 1800px) {
  #about .aboutMain h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 768px) {
  #about .aboutMain h1 {
    font-size: 30px;
  }
}
#about .aboutMain p {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.7;
  opacity: 0.7;
}
@media (max-width: 1800px) {
  #about .aboutMain p {
    font-size: 16px;
  }
}
#about .aboutMain .aboutVissionMission {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about .aboutMain .aboutVissionMission .aboutVissionMissionBox {
  flex: 0 0 48%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 768px) {
  #about .aboutMain .aboutVissionMission .aboutVissionMissionBox {
    flex: 100%;
  }
}
@media (max-width: 480px) {
  #about .aboutMain .aboutVissionMission .aboutVissionMissionBox {
    padding: 20px;
  }
}
#about .aboutMain .aboutVissionMission .aboutVissionMissionBox h2 {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 768px) {
  #about .aboutMain .aboutVissionMission .aboutVissionMissionBox h2 {
    font-size: 20px;
  }
}
@media (max-width: 1800px) {
  #about .aboutMain .aboutVissionMission .aboutVissionMissionBox p {
    margin-top: 10px;
  }
}
#about .aboutThumbanil {
  width: 100%;
  height: 50vh;
  margin-top: 100px;
  background: url(../images/parallax.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  #about .aboutThumbanil {
    margin-top: 60px;
  }
}
#about .aboutThumbanil::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.527);
  z-index: -1;
}
#about .aboutThumbanil #particles-js {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#about .aboutThumbanil .aboutThumbanilContent {
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5%;
}
@media (max-width: 768px) {
  #about .aboutThumbanil .aboutThumbanilContent {
    padding: 50px 5%;
  }
}
#about .aboutThumbanil .aboutThumbanilContent h1 {
  font-size: 3em;
  text-align: center;
  color: white;
  font-weight: 400;
  width: 90%;
}
@media (max-width: 1800px) {
  #about .aboutThumbanil .aboutThumbanilContent h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 768px) {
  #about .aboutThumbanil .aboutThumbanilContent h1 {
    font-size: 30px;
    width: 100%;
    text-align: left;
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  #about .aboutThumbanil .aboutThumbanilContent h1 {
    font-size: 22px;
  }
}

#services {
  width: 100%;
  padding: 100px 0px;
}
@media (max-width: 768px) {
  #services {
    padding: 60px 0px;
  }
}
#services h1 {
  font-size: 3em;
  font-weight: 500;
}
@media (max-width: 1800px) {
  #services h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 768px) {
  #services h1 {
    font-size: 30px;
  }
}
#services h5 {
  font-size: 18px;
  opacity: 0.7;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 10px;
  width: 70%;
}
@media (max-width: 1800px) {
  #services h5 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  #services h5 {
    width: 100%;
  }
}
#services .servicesList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}
@media (max-width: 1800px) {
  #services .servicesList {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  #services .servicesList {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  #services .servicesList {
    gap: 40px;
  }
}
#services .servicesList .servicesMain {
  width: calc(25% - 30px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1800px) {
  #services .servicesList .servicesMain {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  #services .servicesList .servicesMain {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  #services .servicesList .servicesMain {
    width: 100%;
  }
}
#services .servicesList .servicesMain .servicesThumbnail {
  width: 100%;
  height: 220px;
}
@media (max-width: 1800px) {
  #services .servicesList .servicesMain .servicesThumbnail {
    height: 300px;
  }
}
@media (max-width: 1024px) {
  #services .servicesList .servicesMain .servicesThumbnail {
    height: 250px;
  }
}
@media (max-width: 768px) {
  #services .servicesList .servicesMain .servicesThumbnail {
    height: 220px;
  }
}
#services .servicesList .servicesMain .servicesThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
#services .servicesList .servicesMain .servicesContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
#services .servicesList .servicesMain .servicesContent h2 {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1800px) {
  #services .servicesList .servicesMain .servicesContent h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #services .servicesList .servicesMain .servicesContent h2 {
    font-size: 22px;
  }
}
#services .servicesList .servicesMain .servicesContent h6 {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.9;
  margin-top: 20px;
  line-height: 1.7;
}
#services .servicesList .servicesMain .servicesContent ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 10px;
}
#services .servicesList .servicesMain .servicesContent ul li {
  list-style: none;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
#services .servicesList .servicesMain .servicesContent ul li span {
  font-size: 16px;
  color: #225c62;
}
#services .servicesList .servicesMain .servicesContent ul li p {
  width: calc(100% - 25px);
  font-size: 14px;
  opacity: 0.7;
}

#industries {
  padding: 100px 0px;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  #industries {
    padding: 60px 0px;
  }
}
#industries h1 {
  font-size: 3em;
  font-weight: 500;
}
@media (max-width: 1800px) {
  #industries h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 768px) {
  #industries h1 {
    font-size: 30px;
  }
}
#industries p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.7;
  opacity: 0.7;
  width: 70%;
}
@media (max-width: 1800px) {
  #industries p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  #industries p {
    width: 100%;
  }
}
#industries h3 {
  font-size: 20px;
  margin-top: 50px;
  font-weight: 400;
}
#industries .industriesMain {
  width: 100%;
}
#industries .industriesMain .industriesBox {
  flex: 100%;
  margin-top: 50px;
  background: black;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  #industries .industriesMain .industriesBox {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  #industries .industriesMain .industriesBox {
    height: 350px;
  }
}
#industries .industriesMain .industriesBox .industriesBoxThumbnail {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#industries .industriesMain .industriesBox .industriesBoxThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#industries .industriesMain .industriesBox .industriesBoxContent {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), black);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}
#industries .industriesMain .industriesBox .industriesBoxContent h2 {
  font-weight: 500;
  font-size: 20px;
  color: white;
}
#industries .industriesMain .owl-nav {
  display: none;
}
#industries .industriesMain .owl-dot {
  display: none;
}

#ecosystem {
  width: 100%;
  padding: 100px 0px;
}
@media (max-width: 768px) {
  #ecosystem {
    padding: 60px 0px;
  }
}
#ecosystem h2 {
  font-size: 3em;
  font-weight: 500;
}
@media (max-width: 1800px) {
  #ecosystem h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 768px) {
  #ecosystem h2 {
    font-size: 30px;
  }
}
#ecosystem .ecosystemMain {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  #ecosystem .ecosystemMain {
    gap: 20px;
    margin-top: 30px;
  }
}
#ecosystem .ecosystemMain .ecosystemBox {
  width: calc(25% - 30px);
  background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1800px) {
  #ecosystem .ecosystemMain .ecosystemBox {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  #ecosystem .ecosystemMain .ecosystemBox {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  #ecosystem .ecosystemMain .ecosystemBox {
    width: 100%;
  }
}
#ecosystem .ecosystemMain .ecosystemBox h3 {
  font-size: 3em;
  font-weight: 500;
  color: #225c62;
}
@media (max-width: 768px) {
  #ecosystem .ecosystemMain .ecosystemBox h3 {
    font-size: 30px;
  }
}
#ecosystem .ecosystemMain .ecosystemBox p {
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #ecosystem .ecosystemMain .ecosystemBox p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #ecosystem .ecosystemMain .ecosystemBox p {
    font-size: 16px;
  }
}

#keyClients {
  width: 100%;
  padding: 100px 0px;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  #keyClients {
    padding: 60px 0px;
  }
}
#keyClients .keyClientsMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#keyClients .keyClientsMain .keyClientsCol1 {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  #keyClients .keyClientsMain .keyClientsCol1 {
    flex: 100%;
  }
}
#keyClients .keyClientsMain .keyClientsCol1 h2 {
  font-size: 3em;
  font-weight: 500;
}
@media (max-width: 1800px) {
  #keyClients .keyClientsMain .keyClientsCol1 h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 768px) {
  #keyClients .keyClientsMain .keyClientsCol1 h2 {
    font-size: 30px;
  }
}
#keyClients .keyClientsMain .keyClientsCol1 p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.7;
  opacity: 0.7;
}
@media (max-width: 1800px) {
  #keyClients .keyClientsMain .keyClientsCol1 p {
    font-size: 16px;
  }
}
#keyClients .keyClientsMain .keyClientsCol2 {
  flex: 0 0 45%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1024px) {
  #keyClients .keyClientsMain .keyClientsCol2 {
    flex: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  #keyClients .keyClientsMain .keyClientsCol2 {
    gap: 10px;
  }
}
#keyClients .keyClientsMain .keyClientsCol2 .keyClientsBox {
  width: calc(50% - 10px);
  padding: 30px;
  height: 150px;
  background: white;
  border-radius: 20px;
}
@media (max-width: 480px) {
  #keyClients .keyClientsMain .keyClientsCol2 .keyClientsBox {
    width: calc(50% - 5px);
    height: 120px;
  }
}
#keyClients .keyClientsMain .keyClientsCol2 .keyClientsBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#contact {
  width: 100%;
  padding: 100px 0px;
  background: #1e7781;
}
@media (max-width: 768px) {
  #contact {
    padding: 50px 0px;
  }
}
#contact h1 {
  font-size: 3em;
  font-weight: 500;
  color: white;
}
@media (max-width: 1800px) {
  #contact h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 768px) {
  #contact h1 {
    font-size: 30px;
  }
}
#contact .contactMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .contactMain .contactAddress {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  #contact .contactMain .contactAddress {
    flex: 100%;
    margin-top: 30px;
  }
}
#contact .contactMain .contactAddress .contactBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
#contact .contactMain .contactAddress .contactBox:nth-child(1) {
  margin-top: 0;
}
#contact .contactMain .contactAddress .contactBox h2 {
  font-size: 22px;
  font-weight: 400;
  color: white;
}
@media (max-width: 768px) {
  #contact .contactMain .contactAddress .contactBox h2 {
    font-size: 20px;
  }
}
#contact .contactMain .contactAddress .contactBox ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
}
#contact .contactMain .contactAddress .contactBox ul li {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 480px) {
  #contact .contactMain .contactAddress .contactBox ul li {
    gap: 10px;
  }
}
#contact .contactMain .contactAddress .contactBox ul li .icon {
  width: 20px;
  font-size: 20px;
  color: white;
  margin-top: 5px;
}
@media (max-width: 768px) {
  #contact .contactMain .contactAddress .contactBox ul li .icon {
    margin-top: 0;
  }
}
#contact .contactMain .contactAddress .contactBox ul li .details {
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  #contact .contactMain .contactAddress .contactBox ul li .details {
    width: calc(100% - 30px);
  }
}
#contact .contactMain .contactAddress .contactBox ul li .details p {
  font-size: 22px;
  line-height: 1.5;
  color: white;
  font-weight: 300;
}
@media (max-width: 1800px) {
  #contact .contactMain .contactAddress .contactBox ul li .details p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #contact .contactMain .contactAddress .contactBox ul li .details p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #contact .contactMain .contactAddress .contactBox ul li .details p {
    font-size: 16px;
  }
}
#contact .contactMain .contactAddress .contactBox ul li .details a {
  text-decoration: none;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1800px) {
  #contact .contactMain .contactAddress .contactBox ul li .details a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #contact .contactMain .contactAddress .contactBox ul li .details a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #contact .contactMain .contactAddress .contactBox ul li .details a {
    font-size: 16px;
  }
}
#contact .contactMain .contactAddress .contactBox ul li .details a:hover {
  text-decoration: underline;
}
#contact .contactMain .contactAddress .contactBox ul li .details a i {
  color: white;
}
#contact .contactMain .contactAddress iframe {
  width: 100%;
  height: 300px;
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1800px) {
  #contact .contactMain .contactAddress iframe {
    height: 250px;
  }
}
#contact .contactMain .contactForm {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  background: white;
  margin-top: 50px;
  border-radius: 10px;
  padding: 40px;
}
@media (max-width: 1024px) {
  #contact .contactMain .contactForm {
    flex: 100%;
    padding: 20px;
  }
}
#contact .contactMain .contactForm h2 {
  font-size: 20px;
  font-weight: 500;
}
#contact .contactMain .contactForm form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .contactMain .contactForm form .formGroup {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #contact .contactMain .contactForm form .formGroup {
    flex: 100%;
  }
}
#contact .contactMain .contactForm form .formGroup label {
  font-size: 14px;
  opacity: 0.7;
}
#contact .contactMain .contactForm form .formGroup input {
  width: 100%;
  height: 50px;
  outline: none;
  border: 1px solid rgb(161, 161, 161);
  margin-top: 10px;
  border-radius: 5px;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
}
#contact .contactMain .contactForm form .formGroup input:focus {
  border: 1px solid #225c62;
}
#contact .contactMain .contactForm form .formGroupTextarea {
  flex: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
#contact .contactMain .contactForm form .formGroupTextarea label {
  font-size: 14px;
  opacity: 0.7;
}
#contact .contactMain .contactForm form .formGroupTextarea textarea {
  width: 100%;
  height: 100px;
  outline: none;
  border: 1px solid rgb(161, 161, 161);
  margin-top: 10px;
  border-radius: 5px;
  padding: 15px;
  font-size: 16px;
}
#contact .contactMain .contactForm form .formGroupTextarea textarea:focus {
  border: 1px solid #225c62;
}
#contact .contactMain .contactForm form .formBtnArea {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#contact .contactMain .contactForm form .formBtnArea button {
  padding: 10px 35px;
  background: #225c62;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 16px;
  color: white;
  font-weight: 300;
  transition: all 0.3s ease;
}
#contact .contactMain .contactForm form .formBtnArea button:hover {
  transition: all 0.3s ease;
  background: #defcff;
}

footer {
  width: 100%;
  background: #225c62;
  padding: 50px 0px;
}
footer .footermain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  footer .footermain {
    align-items: center;
    justify-content: center;
  }
}
footer .footermain .footerStripRights {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 480px) {
  footer .footermain .footerStripRights {
    justify-content: center;
  }
}
footer .footermain .footerStripRights p {
  font-size: 12px;
  color: #dfdfdf;
}
@media (max-width: 480px) {
  footer .footermain .footerStripRights p {
    text-align: center;
  }
}
footer .footermain .footerStripCreat {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  footer .footermain .footerStripCreat {
    justify-content: flex-end;
  }
}
@media (max-width: 480px) {
  footer .footermain .footerStripCreat {
    margin-top: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
footer .footermain .footerStripCreat p {
  font-size: 12px;
  color: #dfdfdf;
}
@media (max-width: 480px) {
  footer .footermain .footerStripCreat p {
    text-align: center;
  }
}
footer .footermain .footerStripCreat i {
  margin: 0px 5px;
  color: white;
}
footer .footermain .footerStripCreat a {
  text-decoration: none;
  width: 50px;
}
footer .footermain .footerStripCreat a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.formGroup input {
   width: 270px;
    height: 40px;
    outline: none;
    border: 1px solid rgb(161, 161, 161);
    margin-top: 1px;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 320px) {  
.tracking
{
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
}
@media only screen and (min-width: 320px) {  
.tracking
{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
}
/*# sourceMappingURL=style.css.map */