.raleway-body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0;
}

.aboutuspage {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

.topbar {
  display: flex;
  background-color: #FFFFFF;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.7;
}

.topbar:hover {
  opacity: 1;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-image {
  width: 260px;
  height: 60px;
}

.logo span {
  width: 270px;
  font-size: 14px;
  padding-left: 30px;
}

.sections {
  margin-right: 100px;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.highlight {
  position: absolute;
  height: 5px;
  width: 90%;
  background: #D40107;
  bottom: 0;
  left: 5%;
  margin-right: 260px;
}

.active {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #D40107;
  font-weight: 600;
}

.sections a {
  margin-right: 20px;
}

.sections .head {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.sections .head::before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: black;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.sections .head::after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: black;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.sections .head:hover::before, .head:hover::after {
  width: 100%;
}

.aboutusbody {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 80px;
}

.aboutusbanner {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #F6F2E7; */
  background-color: #FFFFFF;
  width: 100%;
  height: 100px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  word-spacing: 0.2em;
}

.banner-section {
  display: flex;
  width: 100%;
  /* background-color: #F6F2E7; */
  background-color: #FFFFFF;
  align-items: center;
  position: relative;
}

.timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 200px;
  margin-top: 80px;
}

.link-line {
  width: 2px;
  height: 0px;
  background-color: #094DAC;
  animation: growHeight 0.5s ease-in-out 1.5s forwards;
}

.year-circle {
  display: flex;
  width: 250px;
  justify-content: center;
  align-items: center;
  position: relative;

}

.year-1999 {
  position: absolute;
  left: 0;
  margin-left: 20px;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 1s forwards;
}

.header-1999 {
  position: absolute;
  right: 0;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 1s forwards;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.year-2022 {
  position: absolute;
  left: 0;
  margin-left: 20px;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 3s forwards;
}

.header-2022 {
  position: absolute;
  width: 80px;
  text-overflow: wrap;
  right: 0;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 3s forwards;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.heritage-description {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 50%;
  max-width: 50%;
  opacity: 0;
  right: 0;
  top: 0;
  position: absolute;
  margin-right: 150px;
  margin-top: 100px;
  animation: fadeIn 1.5s ease-in-out 3.5s forwards;
}

.circle__box {
  width: 40px;
  height: 40px;
  position: relative;
}

.circle__wrapper {
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.circle__wrapper--right {
  right: 0;
}

.circle__wrapper--left {
  left: 0;
}

.circle__whole {
  width: 36px;
  height: 36px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: rotate(-135deg);
}

.circle__right {
  border-top: 2px solid #094DAC;
  border-right: 2px solid #094DAC;
  right: 1px;
  animation: circleRight 1.5s linear forwards;
}

.circle__left {
  border-bottom: 2px solid #094DAC;
  border-left: 2px solid #094DAC;
  left: 1px;
  animation: circleLeft 1.5s linear forwards;
}

.circle__right-delay {
  border-top: 2px solid #094DAC;
  border-right: 2px solid #094DAC;
  right: 1px;
  animation: circleRight 1.5s linear 2s forwards;
}

.circle__left-delay {
  border-bottom: 2px solid #094DAC;
  border-left: 2px solid #094DAC;
  left: 1px;
  animation: circleLeft 1.5s linear 2s forwards;
}

.process {
  display: flex;
  align-items: center;
  /* justify-content: flex-start; */
  justify-content: space-evenly;
  overflow-x: auto;
  width: 100%;
  padding: 5px;
}

.process::-webkit-scrollbar {
  display: none;
}

.process-icons-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 14px;
  margin-right: 10px;
  width: 180px;
  max-width: 180px;
  position: relative;
}

.process-desc {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 100px;
  max-height: 100px;
  max-width: 150px;
  width: 150px;
}

.process-icon {
  font-size: 60px;
  margin-bottom: 10px;
}

.process-arrow-icon {
  font-size: 40px;
  margin-bottom: 100px;
}

.portfolio-title {
  display: flex;
  text-align: start;
  padding: 10px;
  margin: 50px 0px 20px 20px;
  font-size: 18px;
  font-weight: 600;
}

.clients {
  display: flex;
  width: 100%;
  padding: 10px;
  margin: 20px 0px 20px 0px;
  overflow-x: hidden;
}

.client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  min-width: 110px;
  width: 110px;
  height: 110px;
  margin-right: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.trads {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 100px 20px 100px;
}

.footbar {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 180px;
  background-color: #000000ca;
  font-size: 14px;
  bottom: 0;
}

.bizsafe {
  position: absolute;
  color: white;
  bottom: 0;
  right: 0;
  margin: 20px 60px 60px 20px;
}

.bizsafe-size {
  width: 140px;
  height: 70px;
}

.copyright {
  position: absolute;
  color: white;
  bottom: 0;
  right: 0;
  margin: 20px;
}

.address {
  display: flex;
  padding: 5px;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 10px 10px 20px 20px;
  color: white;
}

.email {
  color: gold;
  text-decoration: underline;
  cursor: pointer;
}

.email:hover {
  color: rgba(255, 217, 0, 0.847);
}

/** animation **/
@keyframes circleRight {
  0% {
    transform: rotate(-135deg);
  }
  50%,
  100% {
    transform: rotate(45deg);
  }
}

@keyframes circleLeft {
  0%,
  50% {
    transform: rotate(-135deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes growHeight {
  from {
    height: 0px;
  }
  to {
    height: 100px;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
    border-bottom-color: #1c87c9;
  }
  25% {
    border-bottom-color: #094DAC;
  }
  50% {
    border-bottom-color: #D40107;
  }
  75% {
    border-bottom-color: #E49D0B;
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
    border-bottom-color: #1c87c9;
  }
}

/** screen responsiveness **/
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .heritage-description {
    font-size: 14px;
    margin-right: 120px;
  }

  .timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 100px;
    margin-top: 80px;
  }

  .process-icons-desc {
    font-size: 12px;
    margin-right: 5px;
    width: 150px;
    max-width: 150px;
    position: relative;
  }
  
  .process-desc {
    max-width: 120px;
    width: 120px;
  }

  .process-icon {
    font-size: 40px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 20px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
  .sections {
    margin-right: 20px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sections .head {
    font-size: 12px;
  }

  .active {
    font-size: 12px;
    padding: 10px 20px;
  }

  .logo img {
    width: 240px;
    height: 50px;
  }

  .logo span {
    width: 240px;
    font-size: 12px;
    padding-left: 25px;
  }

  .process-icons-desc {
    font-size: 10px;
    margin-right: 5px;
    width: 100px;
    max-width: 100px;
  }
  
  .process-desc {
    max-width: 90px;
    width: 90px;
  }

  .process-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 18px;
    margin-bottom: 100px;
  }

  .heritage-description {
    font-size: 13px;
    margin-right: 60px;
  }

  .timeline {
    margin-left: 60px;
    margin-top: 80px;
  }

  .year-1999 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-1999 {
    font-size: 12px;
    margin-right: 30px;
  }
  
  .year-2022 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-2022 {
    font-size: 12px;
    margin-right: 10px;
  }

  .client-logo {
    min-height: 90px;
    min-width: 90px;
    width: 90px;
    height: 90px;
  }
  
}

@media only screen and (min-width: 300px) and (max-width: 360px) {

  .sections {
    margin-right: 20px;
  }

  .sections .head {
    font-size: 8px;
  }

  .sections a {
    margin-right: 2px;
  }

  .active {
    font-size: 8px;
  }

  .logo img {
    width: 110px;
    height: 30px;
  }

  .logo span {
    width: 110px;
    font-size: 8px;
    padding-left: 8px;
  }

  .aboutusbanner {
    height: 80px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    word-spacing: 0.2em;
  }

  .process-icons-desc {
    font-size: 10px;
    margin-right: 5px;
    width: 100px;
    max-width: 100px;
  }
  
  .process-desc {
    max-width: 90px;
    width: 90px;
  }

  .process-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 18px;
    margin-bottom: 100px;
  }

  .heritage-description {
    width: 80%;
    max-width: 80%;
    opacity: 0;
    right: 0;
    top: 0;
    margin-right: 30px;
    margin-top: 180px;
    font-size: 10px;
  }

  .timeline {
    margin-left: 20px;
    margin-top: 30px;
  }

  .year-1999 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-1999 {
    font-size: 12px;
    margin-right: 30px;
  }
  
  .year-2022 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-2022 {
    font-size: 12px;
    margin-right: 10px;
  }

  .circle__box {
    width: 20px;
    height: 20px;
    position: relative;
  }
  
  .circle__wrapper {
    width: 10px;
    height: 20px;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  
  .circle__whole {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
  }
  
  .circle__right {
    border-top: 2px solid #094DAC;
    border-right: 2px solid #094DAC;
    right: 1px;
    animation: circleRight 2s linear forwards;
  }
  
  .circle__left {
    border-bottom: 2px solid #094DAC;
    border-left: 2px solid #094DAC;
    left: 1px;
    animation: circleLeft 2s linear forwards;
  }
  
  .circle__right-delay {
    border-top: 2px solid #094DAC;
    border-right: 2px solid #094DAC;
    right: 1px;
    animation: circleRight 2s linear 3s forwards;
  }
  
  .circle__left-delay {
    border-bottom: 2px solid #094DAC;
    border-left: 2px solid #094DAC;
    left: 1px;
    animation: circleLeft 2s linear 3s forwards;
  }

  .client-logo {
    min-height: 90px;
    min-width: 90px;
    width: 90px;
    height: 90px;
  }
  
  @keyframes growHeight {
    from {
      height: 0px;
    }
    to {
      height: 60px;
    }
  }

  .footbar {
    display: flex;
    flex-direction: column;
  }

  .address {
    padding: 0;
    margin: 5px;
    width: 100%;
    font-size: 9px;
    top: 0;
    left: 0;
  }

  .copyright {
    font-size: 9px;
    bottom: 0;
    left: 0;
    margin: 5px;
    padding: 0;
  }

  .bizsafe {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    margin: 20px 10px 40px 20px;
  }
  
  .bizsafe-size {
    width: 100px;
    height: 50px;
  }

  .portfolio-title {
    font-size: 12px;
  }

  .client-logo {
    min-height: 60px;
    min-width: 60px;
    width: 60px;
    height: 60px;
    margin-right: 50px;
  }

  .process {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    padding: 5px;
  }

  .process::-webkit-scrollbar {
    display: none;
}
  
  .process-icons-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 10px;
    margin-right: 5px;
    width: 100px;
    max-width: 100px;
    position: relative;
  }
  
  .process-desc {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100px;
    max-height: 100px;
    max-width: 80px;
    width: 80px;
  }
  
  .process-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 20px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 361px) and (max-width: 400px) {

  .sections {
    margin-right: 20px;
  }

  .sections .head {
    font-size: 8px;
  }

  .sections a {
    margin-right: 2px;
  }

  .active {
    font-size: 8px;
  }

  .logo img {
    width: 110px;
    height: 30px;
  }

  .logo span {
    width: 110px;
    font-size: 8px;
    padding-left: 8px;
  }

  .aboutusbanner {
    height: 80px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    word-spacing: 0.2em;
  }

  .process-icons-desc {
    font-size: 10px;
    margin-right: 5px;
    width: 100px;
    max-width: 100px;
  }
  
  .process-desc {
    max-width: 90px;
    width: 90px;
  }

  .process-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 18px;
    margin-bottom: 100px;
  }

  .heritage-description {
    width: 80%;
    max-width: 80%;
    opacity: 0;
    right: 0;
    top: 0;
    margin-right: 30px;
    margin-top: 180px;
    font-size: 10px;
  }

  .timeline {
    margin-left: 50px;
    margin-top: 30px;
  }

  .year-1999 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-1999 {
    font-size: 12px;
    margin-right: 30px;
  }
  
  .year-2022 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-2022 {
    font-size: 12px;
    margin-right: 10px;
  }

  .circle__box {
    width: 20px;
    height: 20px;
    position: relative;
  }
  
  .circle__wrapper {
    width: 10px;
    height: 20px;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  
  .circle__whole {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
  }
  
  .circle__right {
    border-top: 2px solid #094DAC;
    border-right: 2px solid #094DAC;
    right: 1px;
    animation: circleRight 2s linear forwards;
  }
  
  .circle__left {
    border-bottom: 2px solid #094DAC;
    border-left: 2px solid #094DAC;
    left: 1px;
    animation: circleLeft 2s linear forwards;
  }
  
  .circle__right-delay {
    border-top: 2px solid #094DAC;
    border-right: 2px solid #094DAC;
    right: 1px;
    animation: circleRight 2s linear 3s forwards;
  }
  
  .circle__left-delay {
    border-bottom: 2px solid #094DAC;
    border-left: 2px solid #094DAC;
    left: 1px;
    animation: circleLeft 2s linear 3s forwards;
  }

  .client-logo {
    min-height: 90px;
    min-width: 90px;
    width: 90px;
    height: 90px;
  }
  
  @keyframes growHeight {
    from {
      height: 0px;
    }
    to {
      height: 60px;
    }
  }

  .footbar {
    display: flex;
    flex-direction: column;
  }

  .address {
    padding: 0;
    margin: 5px;
    width: 100%;
    font-size: 10px;
    top: 0;
    left: 0;
  }

  .copyright {
    font-size: 10px;
    bottom: 0;
    left: 0;
    margin: 5px;
    padding: 0;
  }

  .bizsafe {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    margin: 20px 10px 40px 20px;
  }
  
  .bizsafe-size {
    width: 100px;
    height: 50px;
  }

  .portfolio-title {
    font-size: 12px;
  }

  .client-logo {
    min-height: 60px;
    min-width: 60px;
    width: 60px;
    height: 60px;
    margin-right: 50px;
  }

  .process {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    padding: 5px;
  }

  .process::-webkit-scrollbar {
    display: none;
}
  
  .process-icons-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 10px;
    margin-right: 5px;
    width: 100px;
    max-width: 100px;
    position: relative;
  }
  
  .process-desc {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100px;
    max-height: 100px;
    max-width: 80px;
    width: 80px;
  }
  
  .process-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 20px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {

  .sections {
    margin-right: 20px;
  }

  .sections .head {
    font-size: 10px;
  }

  .sections a {
    margin-right: 2px;
  }

  .active {
    font-size: 10px;
  }

  .logo img {
    width: 110px;
    height: 30px;
  }

  .logo span {
    width: 110px;
    font-size: 8px;
    padding-left: 8px;
  }

  .aboutusbanner {
    height: 80px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    word-spacing: 0.2em;
  }

  .process-icons-desc {
    font-size: 10px;
    margin-right: 5px;
    width: 100px;
    max-width: 100px;
  }
  
  .process-desc {
    max-width: 90px;
    width: 90px;
  }

  .process-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 18px;
    margin-bottom: 100px;
  }

  .heritage-description {
    width: 80%;
    max-width: 80%;
    opacity: 0;
    right: 0;
    top: 0;
    margin-right: 30px;
    margin-top: 180px;
    font-size: 12px;
  }

  .timeline {
    margin-left: 80px;
    margin-top: 30px;
  }

  .year-1999 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-1999 {
    font-size: 12px;
    margin-right: 30px;
  }
  
  .year-2022 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-2022 {
    font-size: 12px;
    margin-right: 10px;
  }

  .circle__box {
    width: 20px;
    height: 20px;
    position: relative;
  }
  
  .circle__wrapper {
    width: 10px;
    height: 20px;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  
  .circle__whole {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
  }
  
  .circle__right {
    border-top: 2px solid #094DAC;
    border-right: 2px solid #094DAC;
    right: 1px;
    animation: circleRight 2s linear forwards;
  }
  
  .circle__left {
    border-bottom: 2px solid #094DAC;
    border-left: 2px solid #094DAC;
    left: 1px;
    animation: circleLeft 2s linear forwards;
  }
  
  .circle__right-delay {
    border-top: 2px solid #094DAC;
    border-right: 2px solid #094DAC;
    right: 1px;
    animation: circleRight 2s linear 3s forwards;
  }
  
  .circle__left-delay {
    border-bottom: 2px solid #094DAC;
    border-left: 2px solid #094DAC;
    left: 1px;
    animation: circleLeft 2s linear 3s forwards;
  }

  .client-logo {
    min-height: 90px;
    min-width: 90px;
    width: 90px;
    height: 90px;
  }
  
  @keyframes growHeight {
    from {
      height: 0px;
    }
    to {
      height: 60px;
    }
  }

  .footbar {
    display: flex;
    flex-direction: column;
  }

  .address {
    padding: 0;
    margin: 5px;
    width: 100%;
    font-size: 11px;
    top: 0;
    left: 0;
  }

  .copyright {
    font-size: 11px;
    bottom: 0;
    left: 0;
    margin: 5px;
    padding: 0;
  }

  .bizsafe {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    margin: 20px 10px 40px 20px;
  }
  
  .bizsafe-size {
    width: 100px;
    height: 50px;
  }

  .portfolio-title {
    font-size: 12px;
  }

  .client-logo {
    min-height: 60px;
    min-width: 60px;
    width: 60px;
    height: 60px;
    margin-right: 50px;
  }

  .process {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    padding: 5px;
  }

  .process::-webkit-scrollbar {
    display: none;
}
  
  .process-icons-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 10px;
    margin-right: 5px;
    width: 100px;
    max-width: 100px;
    position: relative;
  }
  
  .process-desc {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100px;
    max-height: 100px;
    max-width: 80px;
    width: 80px;
  }
  
  .process-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 20px;
    margin-bottom: 100px;
  }
}


@media only screen and (min-width: 501px) and (max-width: 600px) {

  .sections {
    margin-right: 20px;
  }

  .sections .head {
    font-size: 10px;
  }

  .sections a {
    margin-right: 2px;
  }

  .active {
    font-size: 10px;
  }

  /* .highlight {
    height: 3px;
    width: 50px;
    margin-right: 175px;
  } */

  .logo img {
    width: 150px;
    height: 40px;
  }

  .logo span {
    width: 140px;
    font-size: 10px;
    padding-left: 8px;
  }

  .aboutusbanner {
    height: 80px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    word-spacing: 0.2em;
  }

  .process-icons-desc {
    font-size: 10px;
    margin-right: 5px;
    width: 100px;
    max-width: 100px;
  }
  
  .process-desc {
    max-width: 90px;
    width: 90px;
  }

  .process-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 18px;
    margin-bottom: 100px;
  }

  .heritage-description {
    width: 80%;
    max-width: 80%;
    opacity: 0;
    left: 0;
    top: 0;
    margin-left: 60px;
    margin-top: 180px;
    font-size: 12px;
  }

  .timeline {
    margin-left: 130px;
    margin-top: 30px;
  }

  .year-1999 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-1999 {
    font-size: 12px;
    margin-right: 30px;
  }
  
  .year-2022 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-2022 {
    font-size: 12px;
    margin-right: 10px;
  }

  .circle__box {
    width: 20px;
    height: 20px;
    position: relative;
  }
  
  .circle__wrapper {
    width: 10px;
    height: 20px;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  
  .circle__whole {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
  }
  
  .circle__right {
    border-top: 2px solid #094DAC;
    border-right: 2px solid #094DAC;
    right: 1px;
    animation: circleRight 2s linear forwards;
  }
  
  .circle__left {
    border-bottom: 2px solid #094DAC;
    border-left: 2px solid #094DAC;
    left: 1px;
    animation: circleLeft 2s linear forwards;
  }
  
  .circle__right-delay {
    border-top: 2px solid #094DAC;
    border-right: 2px solid #094DAC;
    right: 1px;
    animation: circleRight 2s linear 3s forwards;
  }
  
  .circle__left-delay {
    border-bottom: 2px solid #094DAC;
    border-left: 2px solid #094DAC;
    left: 1px;
    animation: circleLeft 2s linear 3s forwards;
  }

  .client-logo {
    min-height: 90px;
    min-width: 90px;
    width: 90px;
    height: 90px;
  }
  
  @keyframes growHeight {
    from {
      height: 0px;
    }
    to {
      height: 60px;
    }
  }

  .footbar {
    display: flex;
    flex-direction: column;
  }

  .address {
    padding: 0;
    margin: 5px;
    width: 100%;
    font-size: 11px;
    top: 0;
    left: 0;
  }

  .copyright {
    font-size: 11px;
    bottom: 0;
    left: 0;
    margin: 5px;
    padding: 0;
  }

  .bizsafe {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    margin: 20px 10px 40px 20px;
  }
  
  .bizsafe-size {
    width: 100px;
    height: 50px;
  }

  .portfolio-title {
    font-size: 12px;
  }

  .client-logo {
    min-height: 60px;
    min-width: 60px;
    width: 60px;
    height: 60px;
    margin-right: 50px;
  }

  .process {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    padding: 5px;
  }

  .process::-webkit-scrollbar {
    display: none;
}
  
  .process-icons-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 10px;
    margin-right: 5px;
    width: 100px;
    max-width: 100px;
    position: relative;
  }
  
  .process-desc {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100px;
    max-height: 100px;
    max-width: 80px;
    width: 80px;
  }
  
  .process-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 20px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 700px) {

  .sections {
    margin-right: 20px;
  }

  .sections .head {
    font-size: 10px;
  }

  .sections a {
    margin-right: 2px;
  }

  .active {
    font-size: 10px;
  }

  /* .highlight {
    height: 3px;
    width: 50px;
    margin-right: 175px;
  } */

  .logo img {
    width: 150px;
    height: 40px;
  }

  .logo span {
    width: 160px;
    font-size: 11px;
    padding-left: 20px;
  }

  .aboutusbanner {
    height: 80px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    word-spacing: 0.2em;
  }

  .process-icons-desc {
    font-size: 10px;
    margin-right: 5px;
    width: 100px;
    max-width: 100px;
  }
  
  .process-desc {
    max-width: 90px;
    width: 90px;
  }

  .process-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 18px;
    margin-bottom: 100px;
  }

  .heritage-description {
    width: 80%;
    max-width: 80%;
    opacity: 0;
    left: 0;
    top: 0;
    margin-left: 70px;
    margin-top: 190px;
    font-size: 12px;
  }

  .timeline {
    margin-left: 210px;
    margin-top: 30px;
  }

  .year-1999 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-1999 {
    font-size: 12px;
    margin-right: 30px;
  }
  
  .year-2022 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-2022 {
    font-size: 12px;
    margin-right: 10px;
  }

  .circle__box {
    width: 20px;
    height: 20px;
    position: relative;
  }
  
  .circle__wrapper {
    width: 10px;
    height: 20px;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  
  .circle__whole {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
  }
  
  .circle__right {
    border-top: 2px solid #094DAC;
    border-right: 2px solid #094DAC;
    right: 1px;
    animation: circleRight 2s linear forwards;
  }
  
  .circle__left {
    border-bottom: 2px solid #094DAC;
    border-left: 2px solid #094DAC;
    left: 1px;
    animation: circleLeft 2s linear forwards;
  }
  
  .circle__right-delay {
    border-top: 2px solid #094DAC;
    border-right: 2px solid #094DAC;
    right: 1px;
    animation: circleRight 2s linear 3s forwards;
  }
  
  .circle__left-delay {
    border-bottom: 2px solid #094DAC;
    border-left: 2px solid #094DAC;
    left: 1px;
    animation: circleLeft 2s linear 3s forwards;
  }

  .client-logo {
    min-height: 90px;
    min-width: 90px;
    width: 90px;
    height: 90px;
  }
  
  @keyframes growHeight {
    from {
      height: 0px;
    }
    to {
      height: 60px;
    }
  }

  .footbar {
    display: flex;
    flex-direction: column;
  }

  .address {
    padding: 0;
    margin: 5px;
    width: 100%;
    font-size: 11px;
    top: 0;
    left: 0;
  }

  .copyright {
    font-size: 11px;
    bottom: 0;
    left: 0;
    margin: 5px;
    padding: 0;
  }

  .bizsafe {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    margin: 20px 10px 40px 20px;
  }
  
  .bizsafe-size {
    width: 100px;
    height: 50px;
  }

  .portfolio-title {
    font-size: 12px;
  }

  .client-logo {
    min-height: 60px;
    min-width: 60px;
    width: 60px;
    height: 60px;
    margin-right: 50px;
  }

  .process {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    padding: 5px;
  }

  .process::-webkit-scrollbar {
    display: none;
}
  
  .process-icons-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 10px;
    margin-right: 5px;
    width: 100px;
    max-width: 100px;
    position: relative;
  }
  
  .process-desc {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100px;
    max-height: 100px;
    max-width: 80px;
    width: 80px;
  }
  
  .process-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 20px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 701px) and (max-width: 900px) {

  .sections {
    margin-right: 20px;
  }

  .sections .head {
    font-size: 10px;
  }

  .sections a {
    margin-right: 2px;
  }

  .active {
    font-size: 10px;
  }

  .logo img {
    width: 160px;
    height: 40px;
  }

  .logo span {
    width: 160px;
    font-size: 11px;
    padding-left: 12px;
  }

  .aboutusbanner {
    height: 80px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    word-spacing: 0.2em;
  }

  .process-icons-desc {
    font-size: 10px;
    margin-right: 5px;
    width: 100px;
    max-width: 100px;
  }
  
  .process-desc {
    max-width: 90px;
    width: 90px;
  }

  .process-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 18px;
    margin-bottom: 100px;
  }

  .heritage-description {
    width: 50%;
    max-width: 50%;
    opacity: 0;
    left: 0;
    top: 0;
    margin-left: 320px;
    margin-top: 80px;
    font-size: 12px;
  }

  .timeline {
    margin-left: 40px;
    margin-top: 80px;
  }

  .year-1999 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-1999 {
    font-size: 12px;
    margin-right: 30px;
  }
  
  .year-2022 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-2022 {
    font-size: 12px;
    margin-right: 10px;
  }

  .circle__box {
    width: 20px;
    height: 20px;
    position: relative;
  }
  
  .circle__wrapper {
    width: 10px;
    height: 20px;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  
  .circle__whole {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
  }
  
  .circle__right {
    border-top: 2px solid #094DAC;
    border-right: 2px solid #094DAC;
    right: 1px;
    animation: circleRight 2s linear forwards;
  }
  
  .circle__left {
    border-bottom: 2px solid #094DAC;
    border-left: 2px solid #094DAC;
    left: 1px;
    animation: circleLeft 2s linear forwards;
  }
  
  .circle__right-delay {
    border-top: 2px solid #094DAC;
    border-right: 2px solid #094DAC;
    right: 1px;
    animation: circleRight 2s linear 3s forwards;
  }
  
  .circle__left-delay {
    border-bottom: 2px solid #094DAC;
    border-left: 2px solid #094DAC;
    left: 1px;
    animation: circleLeft 2s linear 3s forwards;
  }

  .client-logo {
    min-height: 90px;
    min-width: 90px;
    width: 90px;
    height: 90px;
  }
  
  @keyframes growHeight {
    from {
      height: 0px;
    }
    to {
      height: 80px;
    }
  }

  .footbar {
    height: 130px;
  }

  .address {
    padding: 0;
    margin: 5px;
    width: 100%;
    font-size: 11px;
    bottom: 0;
    left: 0;
  }

  .copyright {
    font-size: 11px;
    bottom: 0;
    right: 0;
    margin: 5px;
    padding: 0;
  }

  .bizsafe {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    margin: 20px 10px 40px 20px;
  }
  
  .bizsafe-size {
    width: 100px;
    height: 50px;
  }

  .portfolio-title {
    font-size: 12px;
  }

  .client-logo {
    min-height: 60px;
    min-width: 60px;
    width: 60px;
    height: 60px;
    margin-right: 50px;
  }

  .process {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    padding: 5px;
  }

  .process::-webkit-scrollbar {
    display: none;
}
  
  .process-icons-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 10px;
    margin-right: 5px;
    width: 100px;
    max-width: 100px;
    position: relative;
  }
  
  .process-desc {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100px;
    max-height: 100px;
    max-width: 80px;
    width: 80px;
  }
  
  .process-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 20px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 901px) and (max-width: 999px) {

  .sections {
    margin-right: 20px;
  }

  .sections .head {
    font-size: 15px;
  }

  .sections a {
    margin-right: 12px;
  }

  .active {
    font-size: 15px;
  }

  .logo img {
    width: 180px;
    height: 50px;
  }

  .logo span {
    width: 180px;
    font-size: 13px;
    padding-left: 15px;
  }

  .aboutusbanner {
    height: 80px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    word-spacing: 0.2em;
  }

  .process-icons-desc {
    font-size: 10px;
    margin-right: 5px;
    width: 100px;
    max-width: 100px;
  }
  
  .process-desc {
    max-width: 90px;
    width: 90px;
  }

  .process-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 18px;
    margin-bottom: 100px;
  }

  .heritage-description {
    width: 50%;
    max-width: 50%;
    opacity: 0;
    left: 0;
    top: 0;
    margin-left: 350px;
    margin-top: 90px;
    font-size: 15px;
  }

  .timeline {
    margin-left: 50px;
    margin-top: 80px;
  }

  .year-1999 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-1999 {
    font-size: 12px;
    margin-right: 30px;
  }
  
  .year-2022 {
    font-size: 12px;
    margin-left: 50px;
  }
  
  .header-2022 {
    font-size: 12px;
    margin-right: 10px;
  }

  .client-logo {
    min-height: 90px;
    min-width: 90px;
    width: 90px;
    height: 90px;
  }
  
  @keyframes growHeight {
    from {
      height: 0px;
    }
    to {
      height: 100px;
    }
  }

  .footbar {
    height: 130px;
  }

  .address {
    padding: 0;
    margin: 5px;
    width: 100%;
    font-size: 12px;
    bottom: 0;
    left: 0;
  }

  .copyright {
    font-size: 12px;
    bottom: 0;
    right: 0;
    margin: 5px;
    padding: 0;
  }

  .bizsafe {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    margin: 20px 10px 40px 20px;
  }
  
  .bizsafe-size {
    width: 140px;
    height: 60px;
  }

  .portfolio-title {
    font-size: 13px;
  }

  .client-logo {
    min-height: 60px;
    min-width: 60px;
    width: 60px;
    height: 60px;
    margin-right: 50px;
  }

  .process {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    padding: 5px;
  }

  .process::-webkit-scrollbar {
    display: none;
}
  
  .process-icons-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 10px;
    margin-right: 5px;
    width: 100px;
    max-width: 100px;
    position: relative;
  }
  
  .process-desc {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100px;
    max-height: 100px;
    max-width: 80px;
    width: 80px;
  }
  
  .process-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .process-arrow-icon {
    font-size: 20px;
    margin-bottom: 100px;
  }
}