@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
@font-face {
  font-family: Helvetica;
  src: url("/fonts/Helvetica.ttf") format("truetype");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body .back-imge {
  background: #fff url("/img/homePage-img/polygan1.png") no-repeat 45px -12px/cover;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}
body #navbar {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  height: 5.5rem;
  position: sticky;
  top: 0;
  z-index: 20;
}
body #navbar .main-container {
  max-width: 1800px;
  margin: auto;
  overflow: hidden;
}
body #navbar .main-container .main-nav {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
}
body #navbar .main-container .main-nav #logo {
  margin-left: 2rem;
}
body #navbar .main-container .main-nav ul {
  display: flex;
  list-style: none;
}
body #navbar .main-container .main-nav ul li {
  padding: 1rem 0 1rem 4rem;
}
body #navbar .main-container .main-nav ul li a {
  border-bottom: solid 3px transparent;
  text-decoration: none;
  color: #096b82;
}
body #navbar .main-container .main-nav ul li a:hover {
  padding-bottom: 0.5rem;
  transition: border-color 0.6s;
  border-color: #ff9f00;
}
body #navbar .main-container .main-nav ul li .current {
  padding-bottom: 0.5rem;
  transition: border-color 0.6s;
  border-color: #ff9f00;
}
body #navbar .main-container .main-nav ul li .dropdown-content {
  display: none;
  position: absolute;
}
body #navbar .main-container .main-nav ul li:hover .dropdown-content {
  display: block;
  background-color: #fffcfc;
  border-radius: 0.1rem;
  margin-top: 1rem;
}
body #navbar .main-container .main-nav ul li .dropdown-item {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 10rem;
}
body #navbar .main-container .main-nav ul li .dropdown-item:hover {
  background-color: #e9e7e7;
}
body #navbar .main-container .main-nav ul #lang a {
  color: #006079;
  margin-right: 0.5rem;
  border-bottom: solid 2px #006079;
  padding-bottom: 0;
}
body .audit-file-img-container {
  width: 450px;
  height: 300px;
}
body .audit-file-img-container img {
  border-radius: 5px;
  height: 85%;
  width: 100%;
  margin-top: -67px;
}
body #try-free-trial {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 178px;
  height: 51px;
  font-family: "Jost", sans-serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.025rem;
  background: #05f7e8;
  color: #082b60;
  border: none;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  padding: 14px 20px;
  z-index: 10;
}
body .showcase {
  height: 100vh;
  font-family: "Jost", sans-serif;
  position: relative;
  color: #fffcfc;
}
body .showcase-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5rem;
  background-color: #082b60;
}
body .showcase-content .particle-network-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .showcase-content .social {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: absolute;
  right: 5%;
  bottom: 88px;
  row-gap: 0.5rem;
  justify-items: center;
}
body .showcase-content .l-heading {
  max-width: 1100px;
  font-size: 80px;
  font-weight: 600;
  line-height: 95px;
  letter-spacing: -0.05rem;
  margin-bottom: 45px;
  z-index: 10;
}
body .showcase-content .lead {
  max-width: 550px;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.015rem;
  margin-bottom: 45px;
  z-index: 10;
}
body .showcase-content .btn {
  width: 178px;
  height: 51px;
  font-family: "Jost", sans-serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.025rem;
  background: #05f7e8;
  color: #082b60;
  border: none;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  padding: 14px 20px;
  z-index: 10;
}
body .main-about {
  position: relative;
}
body .main-about #ab {
  position: absolute;
  top: -13.5rem;
}
body .main-about .polygan1 {
  position: absolute;
  top: -24.5rem;
  right: 10rem;
  z-index: -1;
}
body .main-about .polygan2 {
  position: absolute;
  top: -14rem;
  right: 0;
  z-index: -1;
}
body .main-about .polygan3 {
  position: absolute;
  top: -24.6rem;
  right: 87rem;
  z-index: -1;
  transform: rotate(-1deg);
}
body .main-about h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.015rem;
  font-family: "Jost", sans-serif;
  color: #082b60;
  text-align: center;
  margin: 8rem auto 0 auto;
}
body #values {
  height: 135vh;
  max-width: 1090px;
  font-family: "Jost", sans-serif;
  color: #082b60;
  margin: 10rem auto;
  background: linear-gradient(180deg, #ffffff 17.82%, #eefcfc 71.89%);
}
body #values .main-value {
  position: relative;
  padding-top: 2rem;
}
body #values .main-value h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 76px;
  letter-spacing: -0.005rem;
  text-align: center;
  margin: 0 auto;
  margin: 8rem auto 0 auto;
}
body #values .main-value p {
  max-width: 55rem;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #082b60;
  line-height: 23px;
  letter-spacing: 0.005em;
  text-align: justify;
  margin: 3rem auto 8rem auto;
}
body #values .main-value .triangles-area {
  width: 900px;
  position: relative;
  margin: 0 auto 3rem auto;
}
body #values .main-value .triangles-area img {
  display: block;
  margin: 0 auto;
  width: 95%;
}
body #values .main-value .triangles-area .tri-1 {
  position: absolute;
  top: 20px;
  left: 35px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
}
body #values .main-value .triangles-area .tri-1 h4 {
  position: absolute;
  top: 118px;
  left: 44px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 33px;
  letter-spacing: -0.015em;
  color: #fffcfc;
}
body #values .main-value .triangles-area .tri-2 {
  position: absolute;
  top: 0;
  left: 183px;
  transform: rotate(180deg);
  filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.3));
}
body #values .main-value .triangles-area .tri-2 h4 {
  position: absolute;
  top: 118px;
  left: 64px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 33px;
  letter-spacing: -0.015em;
  color: #fffcfc;
  transform: rotate(180deg);
}
body #values .main-value .triangles-area .tri-3 {
  position: absolute;
  top: 20px;
  left: 333px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
}
body #values .main-value .triangles-area .tri-3 h4 {
  position: absolute;
  top: 118px;
  left: 49px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 33px;
  letter-spacing: -0.015em;
  color: #fffcfc;
}
body #values .main-value .triangles-area .tri-4 {
  position: absolute;
  top: 0;
  right: 184px;
  transform: rotate(180deg);
  filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.3));
}
body #values .main-value .triangles-area .tri-4 h4 {
  position: absolute;
  top: 118px;
  left: 60px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 33px;
  letter-spacing: -0.015em;
  color: #fffcfc;
  transform: rotate(180deg);
}
body #values .main-value .triangles-area .tri-5 {
  position: absolute;
  top: 20px;
  right: 35px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
}
body #values .main-value .triangles-area .tri-5 h4 {
  position: absolute;
  top: 118px;
  left: 44px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 33px;
  letter-spacing: -0.015em;
  color: #fffcfc;
}
body #solutions {
  max-width: 1090px;
  font-family: "Jost", sans-serif;
  color: #082b60;
  margin: 10rem auto;
  background: linear-gradient(180deg, #ffffff 17.82%, #eefcfc 71.89%);
  padding: 2rem 4rem 0.3rem 4rem;
}
body #solutions h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 76px;
  letter-spacing: -0.005rem;
  text-align: center;
  margin: 0 auto;
  margin: 8rem auto 0 auto;
}
body #solutions .flip-cards {
  margin: 118px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 7rem;
  row-gap: 5rem;
}
body #solutions .flip-cards .flip-card {
  background-color: transparent;
  max-width: 26.5rem;
  height: 25rem;
  perspective: 1000px;
}
body #solutions .flip-cards .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
body #solutions .flip-cards .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
body #solutions .flip-cards .flip-card-front,
body #solutions .flip-cards .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
body #solutions .flip-cards .flip-card-front {
  background-color: #fffcfc;
}
body #solutions .flip-cards .flip-card-front .s-circle {
  border-radius: 100%;
  background: #fffcfc;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.02), 0px 0px 20px 4px rgba(0, 0, 0, 0.08);
  width: 128px;
  height: 128px;
  position: relative;
  margin: 6.25rem auto 0 auto;
}
body #solutions .flip-cards .flip-card-front .s-circle img {
  position: absolute;
  top: 28px;
  left: 32px;
}
body #solutions .flip-cards .flip-card-front h3 {
  max-width: 30rem;
  font-family: "Jost", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.015rem;
  color: #082b60;
  text-align: center;
  margin: 25px auto 5px auto;
  margin: 1rem 2rem 1rem 2rem;
}
body #solutions .flip-cards .flip-card-back {
  background-color: #006079;
  transform: rotateY(180deg);
}
body #solutions .flip-cards .flip-card-back p {
  max-width: 20.3rem;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.5%;
  color: #fffcfc;
  margin: 9rem auto;
  text-align: left;
}
body #services {
  max-width: 1090px;
  font-family: "Jost", sans-serif;
  color: #082b60;
  margin: 10rem auto;
  background: linear-gradient(180deg, #ffffff 17.82%, #eefcfc 71.89%);
  padding: 2rem 4rem 0.3rem 4rem;
}
body #services h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 76px;
  letter-spacing: -0.005rem;
  text-align: center;
  margin: 0 auto;
  margin: 8rem auto 0 auto;
}
body #services .flip-cards {
  margin: 118px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 7rem;
  row-gap: 5rem;
}
body #services .flip-cards .flip-card {
  background-color: transparent;
  max-width: 26.5rem;
  height: 25rem;
  max-height: 15rem;
  perspective: 1000px;
}
body #services .flip-cards .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
body #services .flip-cards .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
body #services .flip-cards .flip-card-front,
body #services .flip-cards .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
body #services .flip-cards .flip-card-front {
  background-color: #fffcfc;
}
body #services .flip-cards .flip-card-front .s-circle {
  border-radius: 100%;
  background: #fffcfc;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.02), 0px 0px 20px 4px rgba(0, 0, 0, 0.08);
  width: 100px;
  height: 100px;
  position: relative;
  margin: 2.25rem auto 1rem auto;
}
body #services .flip-cards .flip-card-front .s-circle img {
  position: absolute;
  top: 16px;
  left: 14px;
}
body #services .flip-cards .flip-card-front .s-circle .imge-1 {
  position: absolute;
  top: 20px;
  left: 19px;
}
body #services .flip-cards .flip-card-front .s-circle .imge-2 {
  position: absolute;
  top: 11px;
  left: 15px;
}
body #services .flip-cards .flip-card-front .s-circle .imge-4 {
  position: absolute;
  top: 5px;
  left: 25px;
}
body #services .flip-cards .flip-card-front .s-circle .imge-5 {
  position: absolute;
  top: 8px;
  left: 13px;
}
body #services .flip-cards .flip-card-front .s-circle .imge-8 {
  position: absolute;
  top: 23px;
  left: 23px;
}
body #services .flip-cards .flip-card-front h5 {
  max-width: 30rem;
  font-family: "Jost", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.015rem;
  color: #082b60;
  text-align: center;
  margin: 25px auto 5px auto;
  margin: 1rem 2rem 1rem 2rem;
}
body #services .flip-cards .flip-card-back {
  background-color: #006079;
  transform: rotateY(180deg);
}
body #services .flip-cards .flip-card-back p {
  max-width: 20.3rem;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.5%;
  color: #fffcfc;
  margin: 5rem 2rem;
  text-align: left;
  text-align: center;
}
body #about {
  max-width: 1090px;
  font-family: "Jost", sans-serif;
  color: #082b60;
  margin: 10rem auto;
  background: linear-gradient(180deg, #ffffff 17.82%, #eefcfc 71.89%);
  padding: 2rem 1rem 0.3rem 1rem;
}
body #about h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 76px;
  letter-spacing: -0.005rem;
  text-align: center;
  margin: 0 auto;
  margin: 4rem auto 0 auto;
}
body #about p {
  max-width: 55rem;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #082b60;
  line-height: 23px;
  letter-spacing: 0.005em;
  text-align: justify;
  margin: 3rem auto 10rem auto;
}
body #case-study {
  max-width: 1090px;
  font-family: "Jost", sans-serif;
  color: #082b60;
  margin: 10rem auto;
  background: linear-gradient(180deg, #ffffff 17.82%, #eefcfc 71.89%);
  padding: 2rem 1rem 0.3rem 1rem;
}
body #case-study h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 76px;
  letter-spacing: -0.005rem;
  text-align: center;
  margin: 0 auto;
  margin: 8rem auto 0 auto;
}
body #case-study .wrapper {
  color: #343f55;
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
}
body #case-study .wrapper .caro {
  margin: 27px 0 0 27px;
}
body #case-study .wrapper .caro h4 {
  max-width: 500px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -0.015em;
  color: #343f55;
}
body #case-study .wrapper .caro a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  text-decoration-line: underline;
  margin-top: 20px;
  color: #006079;
}
body #case-study .arrow {
  background-color: transparent;
  outline: none;
  border: #343f55 solid 2px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 28%;
  transform: translate(0, -60%);
  cursor: pointer;
  z-index: 2;
}
body #case-study .arrow-left {
  left: 0;
}
body #case-study .arrow-right {
  right: 0;
}
body #case-study .scrollable {
  max-width: 90%;
  -webkit-overflow-scrolling: touch;
  /* Safari Mobile */
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
}
body #case-study .scrollable::-moz-scrollbar {
  /* Older FireFox */
  display: none;
}
body #case-study .scrollable::-webkit-scrollbar {
  /* Chrome, Safari */
  display: none;
}
body #case-study .caro-item {
  flex-shrink: 0;
  width: 280px;
  height: 199px;
  margin: 0 22px;
  border-radius: 5px;
  background: #e0e0e0;
}
body #case-study .caro-item:nth-child(even) {
  background: #e0e0e0;
}
body #case-study .caro-item:focus {
  outline: none;
}
body .client {
  max-width: 1090px;
  font-family: "Jost", sans-serif;
  color: #082b60;
  margin: 10rem auto;
  padding: 2rem 1rem 0.3rem 1rem;
}
body .client h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 76px;
  letter-spacing: -0.005rem;
  text-align: center;
  margin: 0 auto;
  margin: 8rem auto 0 auto;
}
body .client .wrapp {
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
}
body .client .arrow {
  background-color: transparent;
  outline: none;
  border: #343f55 solid 2px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 52%;
  transform: translate(0, -60%);
  cursor: pointer;
  z-index: 2;
}
body .client .arrow-left {
  left: 0;
}
body .client .arrow-right {
  right: 0;
}
body .client .scrollable {
  max-width: 90%;
  -webkit-overflow-scrolling: touch;
  /* Safari Mobile */
  display: inline-flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
}
body .client .scrollable::-moz-scrollbar {
  /* Older FireFox */
  display: none;
}
body .client .scrollable::-webkit-scrollbar {
  /* Chrome, Safari */
  display: none;
}
body .client .caro-item {
  flex-shrink: 0;
  margin: 0 2rem;
}
body .client .caro-item img {
  display: inline-block;
}
body .client .caro-item:focus {
  outline: none;
}
body #contact {
  max-width: 1090px;
  font-family: "Jost", sans-serif;
  color: #082b60;
  margin: 10rem auto 0 auto;
  padding-bottom: 7rem;
  padding-top: 0.1rem;
  background: linear-gradient(179.29deg, #ffffff 18.21%, #edfcfc 90.46%);
}
body #contact h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 76px;
  letter-spacing: -0.005rem;
  text-align: center;
  margin: 0 auto;
  margin: 8rem auto 0 auto;
}
body #contact .contact-con {
  margin: 6.25rem 6.6rem 0 6.6rem;
}
body #contact .contact-con h3 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: #343f55;
}
body #contact .contact-con p {
  max-width: 480px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.005em;
  color: #343f55;
  margin-top: 11px;
  margin-bottom: 2.2rem;
}
body #contact .main-contact {
  font-family: "Jost", sans-serif;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
body #contact .main-contact .part-1 {
  max-width: 23rem;
}
body #contact .main-contact .part-1 form ::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.005em;
  color: #929292;
  padding-top: 15px;
  padding-left: 15px;
}
body #contact .main-contact .part-1 form .name-input {
  width: 365px;
  height: 50px;
  margin-bottom: 0.9rem;
  border: none;
  background-color: #f0f6f6;
}
body #contact .main-contact .part-1 form .email-input {
  width: 365px;
  height: 50px;
  margin-bottom: 0.9rem;
  border: none;
  background-color: #f0f6f6;
}
body #contact .main-contact .part-1 form .message-input {
  width: 365px;
  height: 142px;
  margin-bottom: 3.3rem;
  border: none;
  background-color: #f0f6f6;
}
body #contact .main-contact .part-1 form .btn {
  width: 178px;
  height: 51px;
  background-color: #00c8c8;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.025em;
  color: #082b60;
  border-radius: 5px;
  border: 0.8px solid #082b60;
}
body #contact .main-contact .part-1 form .btn:hover {
  cursor: pointer;
}
body #contact .main-contact .part-2 {
  font-family: "Roboto", sans-serif;
  margin-top: 0rem;
  margin-left: 2rem;
}
body #contact .main-contact .part-2 h4 {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.005em;
  color: #343f55;
}
body #contact .main-contact .part-2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.005em;
  color: #828282;
  margin-top: 5px;
}
body #contact .main-contact .part-2 .check-area {
  display: flex;
  flex-direction: row;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.005em;
}
body #contact .main-contact .part-2 .check-area .col-1 {
  width: 18.7rem;
}
body #contact .main-contact .part-2 .check-area .col-1 h3 {
  width: 74px;
}
body #contact .main-contact .part-2 .check-area .col-2 h3 {
  width: 80px;
}
body #contact .main-contact .part-2 .check-area h3 {
  border-bottom: 1px #082b60 solid;
  font-size: 18px;
  color: #082b60;
  margin-left: 0.8rem;
  margin-bottom: 1.2rem;
}
body #contact .main-contact .part-2 .check-area .custom-control-label {
  font-size: 16px;
  color: #343f55;
}
body .main-footer {
  font-family: "Roboto", sans-serif;
  color: #082b60;
  display: flex;
  flex-direction: column;
  background: linear-gradient(177.73deg, rgba(5, 247, 232, 0.51) -60.39%, rgba(0, 96, 121, 0.37) 37.95%, rgba(8, 43, 96, 0.32) 110.46%);
}
body .main-footer .main-footer-1 {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
body .main-footer .main-footer-1 .footer-col-1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.005em;
  padding-left: 1rem;
  margin-left: -19rem;
}
body .main-footer .main-footer-1 .footer-col-1 .col-1-title {
  margin-bottom: 2rem;
  margin-left: -0.7rem;
}
body .main-footer .main-footer-1 .footer-col-1 .main-location {
  position: relative;
  margin-bottom: 1.2rem;
}
body .main-footer .main-footer-1 .footer-col-1 .main-location .location-icon {
  position: absolute;
  top: 0.2rem;
  left: -0.9rem;
}
body .main-footer .main-footer-1 .footer-col-1 .main-phone {
  position: relative;
}
body .main-footer .main-footer-1 .footer-col-1 .main-phone .phone-icon {
  position: absolute;
  top: 0.3rem;
  left: -0.9rem;
}
body .main-footer .main-footer-1 ul {
  margin-left: 15rem;
  padding-top: 6rem;
}
body .main-footer .main-footer-1 ul li {
  list-style: none;
}
body .main-footer .main-footer-1 ul li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.015em;
  text-decoration: none;
  color: #082b60;
}
body .main-footer .main-footer-2 {
  padding-top: 0.2rem;
  border-top: 1px solid #082b6063;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 15rem;
  padding-bottom: 3rem;
}
body .main-footer .main-footer-2 .footer2-col1 {
  display: flex;
  flex-direction: row;
}
body .main-footer .main-footer-2 .footer2-col1 p {
  font-weight: 300;
  font-size: 14px;
  text-align: right;
  letter-spacing: -0.035em;
  color: #082b60;
  margin-top: 0.3rem;
}
body .main-footer .main-footer-2 .footer2-col1 img {
  margin-right: -1.2rem;
  margin-left: 0.2rem;
}
body .main-footer .main-footer-2 .footer2-col2 {
  display: flex;
  flex-direction: row;
  margin-left: 26rem;
}
body .main-footer .main-footer-2 .footer2-col2 p {
  width: 5rem;
  font-weight: 300;
  font-size: 14px;
  text-align: right;
  letter-spacing: -0.015em;
  color: #082b60;
  margin-top: 0.3rem;
}
body .main-footer .main-footer-2 .footer2-col2 .social-media {
  margin-left: 1rem;
}
body .main-footer .main-footer-2 .footer2-col2 .social-media img {
  vertical-align: middle;
  margin-left: 0.7rem;
  margin-top: 0.1rem;
}
body .scrollTop {
  position: fixed;
  right: 2%;
  bottom: 15px;
  transition: all 0.4s ease-in-out 0s;
}
body .casesty-nav {
  background-color: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}
body .case-study-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .case-study-page .container {
  position: relative;
  width: 80rem;
  margin: 0 auto;
}
body .case-study-page .container h2 {
  font-family: "Jost", sans-serif;
  color: #082b60;
  font-size: 55px;
  font-weight: 400;
  line-height: 76px;
  letter-spacing: -0.005em;
  text-align: center;
  margin: 3.3rem auto 0 auto;
}
body .case-study-page .container .boxes {
  margin: 0 7rem;
}
body .case-study-page .container .boxes .box {
  display: none;
  font-family: "Jost", sans-serif;
  text-align: left;
  color: #082b60;
  margin-top: 7rem;
}
body .case-study-page .container .boxes .box h4 {
  width: 23rem;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -0.015em;
}
body .case-study-page .container .boxes .box .audit-file-intro {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 2rem;
}
body .case-study-page .container .boxes .box .audit-file-intro table {
  height: 11rem;
  border-collapse: collapse;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.005em;
  color: #343f55;
}
body .case-study-page .container .boxes .box .audit-file-intro table tr .td {
  padding-right: 5rem;
  color: #082b60;
}
body .case-study-page .container .boxes .box .audit-file-intro table tr td {
  border-bottom: 1px solid #f2f2f2;
}
body .case-study-page .container .boxes .box .audit-file-intro table tr:last-child td {
  border-bottom: none;
}
body .case-study-page .container .boxes .box .audit-file-intro .casesty-img {
  display: block;
  width: 500px;
  position: absolute;
  top: -80%;
  left: 58%;
}
body .case-study-page .container .boxes .box .item-1 {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
}
body .case-study-page .container .boxes .box .item-1 table {
  height: 11rem;
  border-collapse: collapse;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.005em;
  color: #343f55;
}
body .case-study-page .container .boxes .box .item-1 table tr .td {
  padding-right: 5rem;
  color: #082b60;
}
body .case-study-page .container .boxes .box .item-1 table tr td {
  border-bottom: 1px solid #f2f2f2;
}
body .case-study-page .container .boxes .box .item-1 table tr:last-child td {
  border-bottom: none;
}
body .case-study-page .container .boxes .box .item-1 .casesty-img {
  display: block;
  width: 500px;
  position: absolute;
  top: -80%;
  left: 58%;
}
body .case-study-page .container .boxes .box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.005em;
  margin-top: 4rem;
  text-align: left;
  color: #343f55;
}
body .case-study-page .projects-con {
  background: linear-gradient(180deg, #ffffff 0%, #edfcfc 100%);
  padding-bottom: 1rem;
}
body .case-study-page .projects-con .projects {
  font-family: "Jost", sans-serif;
  margin: 6rem 6rem 0 6rem;
}
body .case-study-page .projects-con .projects h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 52px;
  text-align: left;
  letter-spacing: -0.015em;
  color: #082b60;
}
body .case-study-page .projects-con .projects .project {
  margin: 4rem 0 2rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 7rem;
}
body .case-study-page .projects-con .projects .project .pro div {
  min-height: 13.4rem;
  background-color: white;
  box-shadow: 15px 4px 40px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
body .case-study-page .projects-con .projects .project .pro div:hover {
  cursor: pointer;
}
body .case-study-page .projects-con .projects .project .pro h4 {
  height: 6rem;
  width: 12.5rem;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -0.015em;
  color: #343f55;
  margin: 2rem 0 4rem 0.5rem;
}
body .case-study-page .projects-con .projects .project .pro h4:hover {
  cursor: pointer;
}

/*# sourceMappingURL=main.css.map */
