* {
  margin: 0;
  padding: 0;
  font-family: "montserrat-medium", sans-serif;
  box-sizing: border-box;
}

#header {
  height: auto;
  padding: 20px;
}

#icon {
  display: inline-block;
  padding: 10px;
  width: 10%;
}

#menu {
  position: fixed;
  right: 1%;
  display: inline-block;
  margin: 12% 5%;
  z-index: 1;
}

#menuicon {
  width: 20px;
  height: 20px;
}

#menutext {
  display: none;
}

#icon img {
  width: 120px;
  height: 80px;
}

#windows,
#android,
#ios {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.learnmore {
  text-decoration: none;
  color: rgb(45, 0, 180);
  transition: color 0.3s;
}

.learnmore:hover {
  color: rgb(92, 48, 223);
}

.learnmore-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
}

#secondimgs {
  width: 250px;
  height: 250px;
}

.container {
  margin-top: 8%;
  justify-content: center;
  text-align: center;
  padding: 1%;
}

.container h1 {
  margin-top: 1%;
  font-size: 2.1rem;
  font-weight: normal;
}

.container h2 {
  font-size: 1.8rem;
  justify-content: center;
  text-align: center;
}

.container h3 {
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
}

.container h4 {
  margin-top: 1%;
  font-size: 2.6rem;
}

.container h5 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 2rem;
}

.container img {
  margin: 5% auto;
  width: 110px;
  height: 110px;
}

.buttons a {
  display: block;
  text-decoration: none;
  width: 280px;
  line-height: 2rem;
  padding: 10px;
  margin: 3% auto;
  color: black;
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}

.buttons i {
  font-size: 2rem;
  margin-left: 3%;
}

#download-info {
  min-height: 300px;
  padding: 20px;
  background: rgba(28, 136, 186, 0.5);
  height: auto;
}

#download-info h2 {
  font-size: 1.5rem;
  padding: 10px;
  color: white;
  font-weight: lighter;
  text-align: center;
}

#download-info h1 {
  font-size: 1.8rem;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 5px black;
}

.container {
  margin: auto;
}

.ds {
  display: block;
  margin-top: 10%;
}

.ds img {
  display: block;
  width: 120px;
  height: 120px;
  margin: auto;
}

.counter,
.plus {
  text-align: center;
  font-family: "montserrat-bold", sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #FFFFFF;
}

.center {
  text-align: center;
}

#about {
  height: auto;
  background: rgba(47, 196, 77, 0.8);
  padding: 2%;
}

#about h1 {
  color: white;
  font-size: 2.5rem;
}

.hr {
  border: 1px solid white;
  height: 0px;
  width: 200px;
  margin: 0 auto;
}

#about h4 {
  margin-top: 5%;
  font-weight: lighter;
  font-size: 1.15rem;
}

#about h5 {
  font-size: 0.8rem;
  font-style: italic;
}

#graph {
  width: 300px;
  height: 150px;
}

#ceo {
  display: block;
  width: 150px;
  height: 150px;
}

.white {
  color: white;
}

.typing-paragraph {
  text-align: justify;
}

#technicalachievements .container h3 {
  color: rgba(47, 196, 77, 0.8);
  margin: 20px;
  font-size: 2rem;
}

.section {
  display: flex;
  align-items: center;
  margin: 30px 150px;
  padding: 30px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.section2 {
  display: none;
}

.text-content {
  padding: 0 50px;
  width: 90%;
}

.image {
  text-align: center;
}

.logo {
  text-align: center;
}

.red {
  color: #ff0000;
}

.fade-in-image {
  opacity: 0;
  transition: opacity 3s;
  width: 150px;
  border-radius: 10px;
}

#services {
  background-color: #6297ff;
  padding-bottom: 50px;
}

#services a {
  display: block;
  font-size: 1rem;
  background: rgba(25, 25, 25, 1.0);
  text-decoration: none;
  color: white;
  padding: 2%;
}

#services h2 {
  text-align: center;
  padding: 2%;
}

#services .container h3 {
  color: rgba(255, 255, 255, 0.8);
}

.fade-up h3 {
  padding: 2%;
  color: rgba(34, 34, 34, 1.0);
  font-weight: lighter;
  font-size: 1rem;
}

#services .hr {
  border-color: black;
}

.services-sub h3 {
  text-align: justify;
  text-justify: inter-word;
}

.s-1 img,
.s-2 img,
.s-3 img,
.s-4 img,
.s-5 img {
  max-width: 100%;
  margin: auto;
}

.fade-up {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.fade-up.animate {
  opacity: 1;
  transform: translateY(0);
}

.fade-down-right {
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity 2s ease-out, transform 1s ease-out;
}

.fade-down-right.animate {
  opacity: 1;
  transform: translateX(0);
}

.zoom-in {
  transform: scale(0.8);
  opacity: 0;
  transition: transform 1s ease-out, opacity 2s ease-out;
}

.zoom-in.animate {
  transform: scale(1);
  opacity: 1;
}

input[type=text],
[type=email],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  display: block;
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container-form {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
}

.container-form h1 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: lighter;
}

.g-recaptcha {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#footer h2 {
  font-weight: lighter;
  font-size: 1rem;
  text-align: center;
  background: black;
  color: white;
  padding: 2%;
  bottom: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.pre {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.pre img {
  width: 170px;
  height: 110px;
  margin-bottom: 20px;
}

.spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
}

.spinner {
  position: relative;
  top: 35%;
  margin: 0 auto;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}

.spinner::before,
.spinner:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.spinner:before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ff00cc 0%, #333399 100%);
  animation: spin .5s infinite linear;
}

.spinner:after {
  width: 90%;
  height: 90%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

:root {
  --white: #f4f4f4;
  --black: #323135;
  --green: #1f7578;
  --gray: #678788;
  --lightgrey: #f4edf2;
  --blue: rgb(194, 223, 232);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.timeline {
  position: relative;
  white-space: nowrap;
  padding: 0 10px;
  margin: 0 auto;
}

.timeline::before,
.timeline::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 30px;
  width: 100px;
  z-index: 2;
}

.timeline ol::-webkit-scrollbar {
  height: 12px;
}

.timeline ol::-webkit-scrollbar-thumb,
.timeline ol::-webkit-scrollbar-track {
  border-radius: 92px;
}

.timeline ol::-webkit-scrollbar-thumb {
  background: var(--gray);
}

.timeline ol::-webkit-scrollbar-track {
  background: var(--lightgrey);
}

.timeline ol {
  font-size: 0;
  padding: 300px 0;
  transition: all 1s;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--lightgrey) var(--gray);
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 140px;
  height: 5px;
  background: var(--green);
  scroll-snap-align: start;
}

.timeline ol li:last-child {
  width: 260px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--green);
  z-index: 1;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: var(--black);
  background: var(--blue);
  border-radius: 0 10px 10px 10px;
}

.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(1) div {
  top: -50px;
  transform: translateY(-100%);
  border-radius: 10px 10px 10px 0;
  background-color: rgb(246, 174, 174);
}

.timeline ol li:nth-child(1) div::before {
  top: 100%;
  border-width: 50px 5px 0 0;
  border-color: rgb(246, 174, 174);
}

.timeline ol li:nth-child(3) div {
  top: -60px;
  transform: translateY(-90%);
  border-radius: 10px 10px 10px 0;
  background-color: lightblue;
}

.timeline ol li:nth-child(3) div::before {
  border-width: 50px 5px 0 0;
  border-color: lightblue;
}

.timeline ol li:nth-child(5) div {
  top: -60px;
  transform: translateY(-80%);
  border-radius: 10px 10px 10px 0;
  background-color: lightpink;
}

.timeline ol li:nth-child(5) div::before {
  border-width: 20px 5px 0 0;
  border-color: lightpink;
}

.timeline ol li:nth-child(7) div {
  top: -70px;
  transform: translateY(-70%);
  border-radius: 10px 10px 10px 0;
  background-color: lightyellow;
}

.timeline ol li:nth-child(7) div::before {
  top: 70%;
  border-width: 70px 5px 0 0;
  border-color: lightyellow;
}

.timeline ol li:nth-child(9) div {
  top: -70px;
  transform: translateY(-100%);
  border-radius: 10px 10px 10px 0;
}

.timeline ol li:nth-child(9) div::before {
  top: 100%;
  border-width: 70px 5px 0 0;
  border-color: var(--blue);
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 70px);
}

.timeline ol li:nth-child(even) div::before {
  top: calc(-100% + 100px);
  border-width: 140px 5px 0 0;
  border-color: var(--blue);
}

.timeline ol li:nth-child(2) div {
  top: calc(100% + 70px);
  background-color: rgb(117, 193, 189);
}

.timeline ol li:nth-child(2) div::before {
  top: calc(-100% + 50px);
  border-width: 70px 5px 0 0;
  border-color: rgb(117, 193, 189);
}

.timeline ol li:nth-child(8) div:before {
  top: calc(-100% + 50px);
  border-width: 70px 5px 0 0;
  border-color: lightcoral;
}

.timeline ol li:nth-child(4) div {
  background-color: lightyellow;
}

.timeline ol li:nth-child(4) div::before {
  top: calc(-100% + 110px);
  border-width: 70px 5px 0 0;
  border-color: lightyellow;
}

.timeline ol li:nth-child(6) div::before {
  top: calc(-100% + 130px);
  border-width: 100px 5px 0 0;
  border-color: var(--blue);
}

.timeline ol li:nth-child(8) div {
  background-color: lightcoral;
}

.timeline ol li:nth-child(8) div::before {
  top: calc(-100% + 70px);
  border-width: 70px 5px 0 0;
  border-color: lightcoral;
}

.timeline ol li:nth-child(10) div {
  background-color: rgb(224, 255, 231);
}

.timeline ol li:nth-child(10) div::before {
  top: calc(-100% + 110px);
  border-width: 100px 5px 0 0;
  border-color: rgb(224, 255, 231);
}

.timeline h3 {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--black);
}

@media screen and (max-width: 680px) {
  .timeline {
    display: block;
  }

  .timeline::before,
  .timeline::after {
    width: 50px;
  }

  .timeline ol li div {
    width: 200px;
    font-size: 14px;
  }

  .timeline ol {
    padding: 300px 0;
  }

  .timeline ol li:nth-child(2) div::before {
    top: calc(-100% + 60px);
  }

  .timeline ol li:nth-child(4) div::before {
    top: calc(-100% + 120px);
    border-width: 80px 5px 0 0;
  }

  
.timeline ol li:nth-child(5) div {
  top: -60px;
  transform: translateY(-80%);
  border-radius: 10px 10px 10px 0;
  background-color: lightpink;
}

.timeline ol li:nth-child(5) div::before {
  border-width: 10px 5px 0 0;
  border-color: lightpink;
}

  .timeline ol li:nth-child(6) div::before {
    top: calc(-100% + 160px);
  }

  .timeline ol li:nth-child(8) div::before {
    top: calc(-100% + 90px);
  }

  .timeline ol li:nth-child(8) div::before {
    border-width: 90px 5px 0 0;
  }

  .timeline ol li:nth-child(10) div::before {
    top: calc(-100% + 120px);
  }

  .timeline ol li:nth-child(10) div::before {
    border-width: 90px 5px 0 0;
  }
}

@media only screen and (min-width: 350px) {
  .container h1 {
    font-size: 2.7rem;
  }

  .container h3 {
    font-size: 1rem;
  }

  #about h4 {
    font-size: 1.4rem;
  }

  #aboutUsInfo {
    text-align: justify;
  }

  .buttons a {
    width: 300px;
    line-height: 3rem;
  }
}

@media only screen and (max-width: 900px) and (max-height: 450px) {
  #header {
    height: auto;
  }
}

@media only screen and (min-width: 600px) {
  #icon img {
    width: 220px;
    height: 150px;
  }

  #header i {
    font-size: 2rem;
  }

  #menu {
    padding: 5px;
    margin-top: 10%;
  }

  #menutext {
    display: inline-block;
    font-size: 2rem;
  }

  .container h1 {
    font-size: 5rem;
  }

  .container h3 {
    font-size: 2rem;
  }

  .buttons {
    margin-top: 5%;
  }

  .buttons a {
    display: inline-block;
    margin: 2%;
    font-size: 1.5rem;
  }

  #about h1 {
    font-size: 5rem;
  }

  #about h4 {
    font-size: 2.3rem;
  }
}

@media only screen and (min-width: 768px) {
  #icon img {
    width: 240px;
    height: 140px;
  }

  #menu {
    margin: 2% 1%;
  }

  #menutext {
    font-size: 1.3rem;
  }

  #menu i {
    margin-left: 0.%;
    font-size: 1.3rem;
  }

  #menuicon {
    width: 40px;
    height: 40px;
    vertical-align: middle;
  }

  .container {
    margin: 0 auto;
  }

  .container h1 {
    font-size: 3rem;
  }

  .container img {
    margin: 1% auto;
    width: 150px;
    height: 150px;
  }

  .buttons {
    margin: 0 auto;
  }

  #header h5 {
    font-size: 2.5rem;
  }

  .buttons a {
    font-size: 1em;
  }

  .buttons a i {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  #download-info {
    height: auto;
  }

  .ds {
    display: inline-block;
    width: 45%;
    margin: 2%;
  }

  #services {
    height: auto;
  }

  #services h2 {
    font-size: 1.5rem !important;
  }

  .services-sub h2 {
    font-size: 2rem !important;
  }

  .services-sub h3 {
    font-size: 1rem !important;
    text-align: left;
  }

  #about h1 {
    font-size: 2.2rem;
  }

  #about h4 {
    display: block;
    font-size: 1.2rem;
    text-align: justify;
    margin: 1% auto;
    width: 80%;
  }

  #graph {
    width: 520px;
    height: 260px;
  }

  #ceo {
    width: 230px;
    height: 230px;
  }

  #services a {
    padding: 1em;
    text-align: center;
    display: inline-block;
    text-decoration: none !important;
    margin: 0 auto;
    position: static;
    bottom: 0;
  }

  .container-form {
    display: block;
    margin: 0 auto;
    width: 60%;
  }

  input[type=submit] {
    width: auto;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (min-height:1024px) {
  #header .container {
    display: block;
    margin: 15% auto;
  }

  .buttons a {
    display: block;
    margin: 10% auto;
  }
}

@media screen and (max-width: 768px) {
  .section {
    display: none;
  }

  .section2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 30px 10px;
    padding: 0px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  }

  .text-content {
    padding: 10px 30px;
  }

  .fade-in-image {
    width: 75px;
  }
}

#exp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

#expertize-main {
  width: 700px;
  height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#e1,
#e2,
#e3,
#e4,
#e5,
#e6,
#e7,
#e8,
#e9,
#e10 {
  display: flex;
  width: 400px;
  height: 150px;
  border-radius: 20px;
  background-color: rgb(252, 175, 175);
  padding: 10px;
  z-index: 1;
}

#e1 {
  position: absolute;
  top: 0%;
  left: -20%;
}

#e2 {
  position: absolute;
  top: 0%;
  right: -20%;
}

#e3 {
  position: absolute;
  top: 20%;
  left: -30%;
}

#e4 {
  position: absolute;
  top: 20%;
  right: -30%;
}

#e5 {
  position: absolute;
  top: 40%;
  left: -40%;
}

#e6 {
  position: absolute;
  top: 40%;
  right: -40%;
}

#e7 {
  position: absolute;
  top: 60%;
  left: -30%;
}

#e8 {
  position: absolute;
  top: 60%;
  right: -30%;
}

#e9 {
  position: absolute;
  top: 80%;
  left: -20%;
}

#e10 {
  position: absolute;
  top: 80%;
  right: -20%;
}

#emain img {
  height: 50px;
  width: 50px;
}

#expertize-main1 {
  display: none;
}

@media screen and (max-width: 680px) {
  #exp {
    display: none;
  }

  #expertize-main1 {
    display: block;
    background-color: lightcoral;
  }

  #expertize-main1 h1 {
    text-align: center;
    padding: 20px;
  }

  #expertize1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 20px;
    font-size: 16px;
    border-radius: 10px;
  }

  #expertize1 .expertize-content {
    position: relative;
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }

  #expertize1 .expertize-content:hover {
    transform: scale(1.1);
    background-color: #fff;
  }

  #expertize1 .expertize-content .imgdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  #expertize1 .expertize-content .imgdiv .expertize-img {
    width: 50%;
  }
}

@media only screen and (min-width: 680px) and (max-width: 1080px) {
  #exp {
    display: none;
  }

  #expertize-main1 {
    display: block;
    background-color: lightcoral;
  }

  #expertize-main1 h1 {
    text-align: center;
    padding: 20px;
  }

  #expertize1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 20px;
    font-size: 16px;
    border-radius: 10px;
  }

  #expertize1 .expertize-content {
    position: relative;
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }

  #expertize1 .expertize-content:hover {
    transform: scale(1.1);
    background-color: #fff;
  }

  #expertize1 .expertize-content .imgdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  #expertize1 .expertize-content .imgdiv .expertize-img {
    width: 50%;
  }
}

#servicestitle {
  font-size: 2rem;
}

.services-sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.services-sub .fade-up {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px;
}

@media (max-width: 768px) {
  .services-sub {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .services-sub {
    grid-template-columns: repeat(1, 1fr);
  }
}