@font-face {
  font-family: "Satoshi";
  src: url("./font/false.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("./font/false_1.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "false";
  src: url("./font/false_2.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("./font/false_3.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "false";
  src: url("./font/false_4.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "false";
  src: url("./font/false_5.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("./font/false_6.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("./font/false_7.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi Variable";
  src: url("./font/SatoshiVariable-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("./font/false_8.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "false";
  src: url("./font/false_9.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi Variable";
  src: url("./font/SatoshiVariable-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "Satoshi";
}

html {
  font-size: 10px;
}
@media (max-width: 767px) {
  html {
    font-size: 8.5px;
  }
}

a,
button {
  cursor: pointer;
}

.container {
  --bs-gutter-x: 0rem !important;
  --bs-gutter-y: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
@media (max-width: 767px) {
  .container {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

.row {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.row > * {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

h2,
h6 {
  margin-bottom: 0rem !important;
}

.navbar {
  padding: 0rem !important;
  --bs-navbar-padding-y: 0rem !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.navbar-new-top{
  height: 9.2rem;
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 1.5rem !important;
  }
}

.px-2 {
  padding-left: 0rem !important;
}

.nav-link {
  margin-right: 5rem;
  padding: 0rem !important;
}

@media (max-width: 767px) {
  .nav-link{
    margin-right: 2.5rem !important;
  }

  .navbar-nav{
    padding-right: 1.5rem;

    li{
      &:first-child{
        display: none;
      }
    }
  }
}

.p-3 {
  padding: 0rem !important;
}

.col-xl-6 {
  max-width: 48% !important;
}
@media (max-width: 767px) {
  .col-xl-6 {
    max-width: 100% !important;
  }
}

.col-xl-3 {
  max-width: 23% !important;
}
@media (max-width: 767px) {
  .col-xl-3 {
    max-width: 100% !important;
  }
}

.col-xl-4 {
  max-width: 31.333333% !important;
}
@media (max-width: 767px) {
  .col-xl-4 {
    max-width: 100% !important;
  }
}

.col-xl-8 {
  max-width: 66.666667% !important;
}
@media (max-width: 767px) {
  .col-xl-8 {
    max-width: 100% !important;
  }
}

.header {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 9.2rem;
  z-index: 1039;
}

.logo{
  width: 12rem;
}

.panel {
  background-color: #ffffff;
  position: relative;
  top: 11.2rem;
  left: 0rem;
  width: 100%;
  height: 100%;
}
.panel__section-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16rem;
}
.panel__section-one div {
  text-align: center;
}
.panel__section-one div h1 {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 7.56rem;
  word-spacing: 0rem;
  padding-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .panel__section-one div h1 {
    font-size: 4.2rem;
    line-height: 5.5rem;
  }
}
.panel__section-one div p {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.24rem;
}
.panel__section-one div .flex a {
  margin-right: 2.4rem;
}
.panel__section-one div .flex a:hover {
  text-decoration: none;
}
.panel__section-one div .flex .review-box-one,
.panel__section-one div .flex .review-box-two,
.panel__section-one div .flex .review-box-three,
.panel__section-one div .flex .review-box-four {
  background-color: #ffffff;
  border: 1px solid #0000001a;
  border-radius: 0.8rem;
  height: 8rem;
  width: 28rem;
  transition: 0.6s;
}
@media (max-width: 767px) {
  .panel__section-one div .flex .review-box-one,
  .panel__section-one div .flex .review-box-two,
  .panel__section-one div .flex .review-box-three,
  .panel__section-one div .flex .review-box-four {
    margin-bottom: 2rem;
  }
}
.panel__section-one div .flex .small-black {
  color: #000000 !important;
  font-family: "Satoshi" !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  line-height: 1.89rem !important;
}
@media (max-width: 767px) {
  .panel__section-one div .review-box {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .panel__section-one div .review-box {
    flex-wrap: wrap;
  }

  .panel__section-one div .flex .review-box-one,
  .panel__section-one div .flex .review-box-two,
  .panel__section-one div .flex .review-box-three,
  .panel__section-one div .flex .review-box-four {
    width: 33rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px) {
  .panel__section-one {
    margin-top: 8rem;
  }
}
.panel__section-two {
  margin-top: 20rem;
  overflow: hidden;
  white-space: nowrap;
}
.scrolling-left img {
  animation: scrollLeft 10s linear infinite;
}

.scrolling-right img {
  animation: scrollRight 10s linear infinite;
}

@keyframes scrollLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes scrollRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 767px) {
  .panel__section-two {
    margin-top: 10rem;
  }
}
.panel__section-two h6 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.32rem;
  margin-left: 17.5rem;
}
@media only screen and (max-width: 767px) {
  .panel__section-two .flex.justify-start {
    flex-wrap: wrap;
  }
}
.panel__section-two div img {
  width: 14%;
  filter: grayscale(100%);
}
@media only screen and (max-width: 767px) {
  .panel__section-two div img {
    width: 33.33%;
  }
}
.panel__section-two div img:hover {
  filter: grayscale(0%);
}
@media (max-width: 767px) {
  .panel__section-two {
    margin-top: 10rem;
  }
}
.panel__section-three {
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .panel__section-three {
    margin-top: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .panel__section-three .mr-2 {
    margin-right: 2.7rem !important;
  }
}
.panel__section-three div h6 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4.32rem;
}
.panel__section-three .row {
  margin-top: 3.2rem;
}
.panel__section-three .row img {
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
  border-radius: 0.8rem;
}
.panel__section-three .row .fill {
  text-decoration: none;
  flex: 48%;
}
@media only screen and (max-width: 767px) {
  .panel__section-three .row .fill {
    flex: 100%;
  }
}
.panel__section-three .row .fill .col-xl-6 {
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .panel__section-three {
    margin-top: 10rem;
  }
}
.panel__section-four {
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .panel__section-four {
    margin-top: 10rem;
  }
}
.panel__section-four h6 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4.32rem;
}
.panel__section-four .service-row {
  display: flex;
  gap: 3.4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .panel__section-four .service-row .col-xl-6,
  .panel__section-four .service-row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100% !important;
  }

  .panel__section-five .col-xl-6,
  .panel__section-five .col-md-6 {
    flex: 0 0 100%;
    max-width: 100% !important;
  }
  .panel__section-five .ml-1 {
    margin-left: 0rem !important;
  }

  .panel__section-five .about-box__one,
  .panel__section-five .about-box__two,
  .panel__section-five .about-box__three,
  .panel__section-five .about-box__four {
    width: 30.7rem !important;
  }

  .panel__section-five .horizontal-line {
    top: 12.7rem !important;
    width: 71.6rem !important;
  }
}

.panel__section-four .row {
  margin-top: 3.2rem;
}
.panel__section-four .row .fill {
  text-decoration: none;
}
.panel__section-four .row .fill div h6 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.7rem;
  padding-bottom: 0.8rem;
}
.panel__section-four .row .fill div p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  min-height: 15rem;
  max-height: 15rem;
}
@media only screen and (max-width: 767px) {
  .panel__section-four .row .fill div p {
    min-height: auto;
    max-height: max-content;
  }
}
.panel__section-four .row .fill div p span {
  color: #000000;
}
.panel__section-four .row .fill div img {
  margin-right: 2rem;
}
.panel__section-four .row .fill div .flex div img {
  filter: grayscale(100%);
}
.panel__section-four .row .fill div:hover .flex div img {
  filter: grayscale(0%);
}
.panel__section-four .row .service-box-one {
  background-color: rgba(0, 0, 0, 0.03);
  align-self: start;
  display: inline-block;
  border-radius: 1.6rem;
  padding: 4rem !important;
  transition: 0.6s;
  width: 100%;
}
.panel__section-four .row .service-box-one:hover {
  background-color: rgba(134, 12, 209, 0.1);
}
.panel__section-four .row .service-box-two {
  background-color: rgba(0, 0, 0, 0.03);
  align-self: start;
  display: inline-block;
  border-radius: 1.6rem;
  padding: 4rem !important;
  transition: 0.6s;
  width: 100%;
}
.panel__section-four .row .service-box-two:hover {
  background-color: rgba(60, 138, 125, 0.1);
}
.panel__section-four .row .service-box-three {
  background-color: rgba(0, 0, 0, 0.03);
  align-self: start;
  display: inline-block;
  border-radius: 1.6rem;
  padding: 4rem !important;
  transition: 0.6s;
  width: 100%;
}
.panel__section-four .row .service-box-three:hover {
  background-color: rgba(60, 60, 138, 0.1);
}
.panel__section-four .row .service-box-four {
  background-color: rgba(0, 0, 0, 0.03);
  align-self: start;
  display: inline-block;
  border-radius: 1.6rem;
  padding: 4rem !important;
  transition: 0.6s;
  width: 100%;
}
.panel__section-four .row .service-box-four:hover {
  background-color: rgba(182, 24, 83, 0.1);
}
.panel__section-four .row .service-box-five {
  background-color: rgba(0, 0, 0, 0.03);
  align-self: start;
  display: inline-block;
  border-radius: 1.6rem;
  padding: 4rem !important;
  transition: 0.6s;
  width: 100%;
}
.panel__section-four .row .service-box-five:hover {
  background-color: rgba(211, 101, 0, 0.1);
}
.panel__section-four .row .service-box-six {
  background-color: rgba(0, 0, 0, 0.03);
  align-self: start;
  display: inline-block;
  border-radius: 1.6rem;
  padding: 4rem !important;
  transition: 0.6s;
  width: 100%;
}
.panel__section-four .row .service-box-six:hover {
  background-color: rgba(207, 162, 0, 0.1);
}
@media (max-width: 767px) {
  .panel__section-four {
    margin-top: 10rem;
  }
}
.panel__section-five {
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .panel__section-five {
    margin-top: 10rem;
  }
}
.panel__section-five h6 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4.32rem;
}
.panel__section-five .row {
  margin: 3.2rem 0rem 3.2rem 0rem;
  position: relative;
}
.panel__section-five .row p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  padding-right: 2.5rem;
}
.panel__section-five .about-box__one,
.panel__section-five .about-box__two,
.panel__section-five .about-box__three,
.panel__section-five .about-box__four {
  width: 23.7rem;
  height: 8.4rem;
  text-align: center;
  margin-bottom: 4.8rem;
}
.panel__section-five .about-box__one small,
.panel__section-five .about-box__two small,
.panel__section-five .about-box__three small,
.panel__section-five .about-box__four small {
  font-family: "Satoshi";
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}
.panel__section-five .about-box__one b,
.panel__section-five .about-box__two b,
.panel__section-five .about-box__three b,
.panel__section-five .about-box__four b {
  font-family: "Satoshi";
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.4rem;
}
@media (max-width: 767px) {
  .panel__section-five .about-box__one,
  .panel__section-five .about-box__two,
  .panel__section-five .about-box__three,
  .panel__section-five .about-box__four {
    width: 19.7rem;
  }
}
.panel__section-five .about-box__one {
  margin-right: 8rem;
}
.panel__section-five .about-box__one b {
  color: #b61853;
}
@media (max-width: 767px) {
  .panel__section-five .about-box__one {
    margin-right: 6rem;
  }
}
.panel__section-five .about-box__two {
  margin-right: 8rem;
}
.panel__section-five .about-box__two b {
  color: #3c3c8a;
}
@media (max-width: 767px) {
  .panel__section-five .about-box__two {
    margin-right: 6rem;
  }
}
.panel__section-five .about-box__three b {
  color: #3c8a7d;
}
.panel__section-five .about-box__four b {
  color: #f76880;
}
.panel__section-five .about-box .verticle-line-one,
.panel__section-five .about-box .verticle-line-two {
  height: 8.4rem;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.panel__section-five .about-box .verticle-line-one {
  position: absolute;
  top: 16.3rem;
  left: 48.8%;
}
.panel__section-five .about-box .verticle-line-two {
  position: absolute;
  bottom: 17.3rem;
  left: 48.8%;
}
.panel__section-five .horizontal-line {
  border: 1px solid rgba(0, 0, 0, 0.025);
  position: absolute;
  top: 18.7rem;
  width: 55.6rem;
}
@media (max-width: 767px) {
  .panel__section-five .horizontal-line {
    top: 12.5rem;
    width: auto;
  }
}
.panel__section-five .button {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.panel__section-five .button:hover {
  background-color: #000000;
  color: #ffffff;
  background-image: none;
  border: 1px solid transparent;
}
.panel__section-five .button-font {
  color: #000000;
}
@media (max-width: 767px) {
  .panel__section-five {
    margin-top: 10rem;
  }
}
.panel__section-six {
  margin-top: 20rem;

  .flex.justify-between{
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .panel__section-six {
    margin-top: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .panel__section-six .col-xl-4 .col-md-4 {
    max-width: 100% !important;
  }

  .panel__section-six .col-xl-4,
  .panel__section-six .col-md-4 {
    flex: 0 0 100%;
    max-width: 100% !important;
  }

  .panel__section-six .row .feedback-box-1,
  .panel__section-six .row .feedback-box-2,
  .panel__section-six .row .feedback-box-3 {
    margin-right: 0rem !important;
    margin-top: 2.4rem !important;
  }
}

.panel__section-six h6 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.32rem;
}
.panel__section-six button {
  background: #ffffff;
  border: none;
}
.panel__section-six .row {
  margin-top: 3.2rem;
}
.panel__section-six .row .feedback-box-1,
.panel__section-six .row .feedback-box-2,
.panel__section-six .row .feedback-box-3 {
  background-color: rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.4rem !important;
  border-radius: 1.6rem;
}
.panel__section-six .row .feedback-box-1 b,
.panel__section-six .row .feedback-box-2 b,
.panel__section-six .row .feedback-box-3 b {
  color: #000000;
  font-family: "Satoshi";
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.7rem;
}
.panel__section-six .row .feedback-box-1 small,
.panel__section-six .row .feedback-box-2 small,
.panel__section-six .row .feedback-box-3 small {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Satoshi";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.16rem;
}
.panel__section-six .row .feedback-box-1 small span,
.panel__section-six .row .feedback-box-2 small span,
.panel__section-six .row .feedback-box-3 small span {
  font-weight: 700;
}
.panel__section-six .row .feedback-box-1 p,
.panel__section-six .row .feedback-box-2 p,
.panel__section-six .row .feedback-box-3 p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin: 2.4rem 0rem 0 0rem;
  min-height: 33rem;
}
@media only screen and (max-width: 767px) {
  .panel__section-six .row .feedback-box-1 p,
  .panel__section-six .row .feedback-box-2 p,
  .panel__section-six .row .feedback-box-3 p {
    margin-bottom: 2.4rem !important;
  }
  .panel__section-six .row .feedback-box-1 p,
  .panel__section-six .row .feedback-box-2 p,
  .panel__section-six .row .feedback-box-3 p {
    min-height: auto;
  }
  
}
.panel__section-six .row .feedback-box-1 .feedback-logo,
.panel__section-six .row .feedback-box-2 .feedback-logo,
.panel__section-six .row .feedback-box-3 .feedback-logo {
  max-width: 9rem;
}
.panel__section-six .row .feedback-box-1 .feedback-logo img,
.panel__section-six .row .feedback-box-2 .feedback-logo img,
.panel__section-six .row .feedback-box-3 .feedback-logo img {
  width: 100%;
}
.panel__section-six .row .feedback-box-1,
.panel__section-six .row .feedback-box-2 {
  margin-right: 3.2rem;
}
@media (max-width: 767px) {
  .panel__section-six .row .feedback-box-1,
  .panel__section-six .row .feedback-box-2 {
    margin-bottom: 3.2rem;
  }
}

@media (max-width: 767px) {
  .panel__section-six {
    margin-top: 10rem;
  }
}
.panel__section-seven {
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .panel__section-seven {
    margin-top: 10rem;
  }
}
.panel__section-seven .flex {
  background: #000000;
  border-radius: 2.4rem;
  padding: 4rem 16rem 4rem 10rem;
}
@media (max-width: 767px) {
  .panel__section-seven .flex {
    flex-direction: column;
    padding: 2rem;
  }
}
.panel__section-seven h6 {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  margin-left: 1rem;
}
.panel__section-seven .width-1 img {
  width: 80%;
}
@media (max-width: 767px) {
  .panel__section-seven .width-1 img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .panel__section-seven .width-1 {
    text-align: center;
  }
}
.panel__section-seven span {
  font-family: "Satoshi";
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.16rem;
  margin-left: 2.4rem;
}
.panel__section-seven .button {
  background-color: #ffffff;
  border: 1px solid transparent;
  margin-left: 1rem;
}
.panel__section-seven .button:hover {
  background-color: #000000;
  border: 1px solid #ffffff;
  background-image: none;
}
.panel__section-seven .button-font {
  color: #000000;
}
.panel__section-seven .button-font:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .panel__section-seven {
    margin-top: 10rem;
  }
}

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f7f7f7;
  padding: 4rem 0rem 2.4rem 0rem;
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .footer__left {
    margin-bottom: 3rem;
  }
}
.footer__left .footer-logo {
  margin-bottom: 4rem;
}
.footer__left small {
  color: rgba(0, 0, 0, 0.35);
  font-family: "Satoshi";
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.89rem;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .footer__left b {
    display: block;
    margin-top: 0.5rem;
  }
}
.footer__left b,
.footer__left a {
  color: #000000;
  font-family: "Satoshi";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.16rem;
}
.footer__left .mt-3 {
  margin-top: 2.4rem !important;
}
.footer__right h6 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.7rem;
  padding-bottom: 1.6rem;
}
.footer__right a {
  font-family: "Satoshi";
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.16rem;
  padding-bottom: 1.6rem;
}
.footer__right a:hover {
  text-decoration: underline;
}
.footer .footer-two {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.4rem;
  margin-top: 3.2rem;
}
.footer .footer-two small {
  font-family: "Satoshi";
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.16rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer-two small {
    display: block;
    margin-bottom: 1rem;
  }
}
.footer .footer-two a {
  font-family: "Satoshi";
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.16rem;
  padding-left: 3.2rem;
}
.footer .footer-two .footer-icon {
  text-align: right;
}
.footer .footer-two .footer-icon a {
  filter: grayscale(100%);
  padding-left: 3.2rem;
}
.footer .footer-two .footer-icon a:hover {
  filter: grayscale(0%);
}
@media (max-width: 767px) {
  .footer {
    margin-top: 10rem;
  }
}

.review-box-one:hover {
  border: 1px solid transparent !important;
  background-color: rgba(239, 67, 53, 0.05) !important;
  border-radius: 10rem !important;
}

.review-box-two:hover {
  border: 1px solid transparent !important;
  background-color: rgba(111, 218, 68, 0.05) !important;
  border-radius: 10rem !important;
}

.review-box-three:hover {
  border: 1px solid transparent !important;
  background-color: rgba(234, 100, 217, 0.05) !important;
  border-radius: 10rem !important;
}

.review-box-four:hover {
  border: 1px solid transparent !important;
  background-color: rgba(23, 105, 255, 0.05) !important;
  border-radius: 10rem !important;
}

form {
  margin: 4rem 0rem 4rem 1rem;
}
form .form-group {
  margin: 0 2.6rem 2.4rem 0;
}
@media (max-width: 767px) {
  form .form-group {
    margin: 0 0 2.4rem 0;
  }
}
form textarea {
  border: none !important;
  resize: none;
  height: 16rem !important;
}
form label {
  color: rgba(255, 255, 255, 0.35);
  font-family: "Satoshi";
  font-size: 1.6rem;
  font-weight: 500;
}
form label::after {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.35) !important;
}
form .form-control {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0.8rem;
  font-size: 1.6rem !important;
}
form .form-control:focus {
  background-color: #000000;
}
form input,
form select {
  border: none !important;
  height: 5.6rem !important;
}
@media (max-width: 767px) {
  form {
    margin: 4rem 0rem 4rem 0rem;
  }
}

.about-service__box-one,
.about-service__box-two,
.about-service__box-three,
.about-service__box-four {
  border: 1px solid #000000;
  flex-direction: column;
  height: 8rem;
  width: 28rem;
  border-radius: 0.8rem;
  margin-right: 2.4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-service__box-one,
  .about-service__box-two,
  .about-service__box-three,
  .about-service__box-four {
    width: 33rem;
    margin-bottom: 2.4rem;
  }
}
.about-service__box-one small,
.about-service__box-two small,
.about-service__box-three small,
.about-service__box-four small {
  font-family: "Satoshi";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1rem;
}
.about-service__box-one b,
.about-service__box-two b,
.about-service__box-three b,
.about-service__box-four b {
  font-family: "Satoshi";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.24rem;
}
.about-service__box-one {
  border-color: #b61853 !important;
}
.about-service__box-one b {
  color: #b61853 !important;
}
@media (max-width: 767px) {
  .about-service__box-one {
    margin-bottom: 2rem;
  }
}
.about-service__box-two {
  border-color: #3c3c8a !important;
}
.about-service__box-two b {
  color: #3c3c8a !important;
}
@media (max-width: 767px) {
  .about-service__box-two {
    margin-bottom: 2rem;
  }
}
.about-service__box-three {
  border-color: #3c8a7d !important;
}
.about-service__box-three b {
  color: #3c8a7d !important;
}
@media (max-width: 767px) {
  .about-service__box-three {
    margin-bottom: 2rem;
  }
}
.about-service__box-four {
  border-color: #f76880 !important;
}
.about-service__box-four b {
  color: #f76880 !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-service {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .about-service {
    flex-direction: column;
  }
}

.about-us {
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .about-us {
    margin-top: 10rem;
  }
}
.about-us__paragraph {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about-us__paragraph h6 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.78rem;
  padding-bottom: 0.8rem;
}
.about-us__paragraph p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.7rem;
}
.about-us__img img {
  width: 95%;
  border-radius: 7rem;
}
@media (max-width: 767px) {
  .about-us {
    margin-top: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-us__img {
    margin-top: 10rem;
  }

  .about-us__img img {
    width: 100%;
  }
}
.about-team {
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .about-team {
    margin-top: 10rem;
  }
}
.about-team h6 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.32rem;
}
.about-team .team-box {
  margin-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-team .row .col-xl-3 {
    max-width: 30% !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .about-team .row .col-md-3 {
    flex: 0 0 56% !important;
  }

  .about-team .row .mr-2 {
    margin-right: 1rem !important;
  }
  .about-us-row .col-md-6,
  .about-us-row .col-xl-6 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

.about-team .team-box__img {
  margin-bottom: 2.4rem;
}
.about-team .team-box__img img {
  /* height: 24rem; */
  width: 100%;
  filter: grayscale(100%);
}
.about-team .team-box__name {
  flex-direction: column;
}
.about-team .team-box__name b {
  font-family: "Satoshi";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.24rem;
}
.about-team .team-box__name small {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Satoshi";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.16rem;
}
.about-team .team-box__icon a {
  display: inline-block;
}
.about-team .team-box__icon a img {
  width: 90%;
  filter: grayscale(100%);
}
.about-team .team-box:hover img {
  filter: grayscale(0%);
}
.about-team .team-box:hover a img {
  filter: grayscale(0%);
}
@media (max-width: 767px) {
  .about-team {
    margin-top: 10rem;
  }
}

.about-ceo {
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .about-ceo {
    margin-top: 10rem;
  }
}
.about-ceo .flex {
  width: 100%;
  background-color: #000000;
  padding: 2rem;
  border-radius: 100rem;
}
@media (max-width: 767px) {
  .about-ceo .flex {
    flex-direction: column;
    border-radius: 3rem;
  }
}
.about-ceo__overlay {
  background-image: url(./images/white-background.png) !important;
  background-size: 100% 100%;
}
.about-ceo__img {
  margin-right: 7.2rem;
}
.about-ceo__img img {
  padding-left: 1rem;
  width: 118%;
}
.about-ceo__content h6 {
  color: #ffffff !important;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.32rem;
  margin-bottom: 0.8rem !important;
}
.about-ceo__content p {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.7rem;
  margin-bottom: 4rem;
}
.about-ceo__content b {
  font-family: "Satoshi";
  color: #ffffff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.24rem;
}
.about-ceo__content small {
  font-family: "Satoshi";
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.16rem;
}
.about-ceo__quote {
  margin-top: 8rem;
}
.about-ceo__quote p {
  color: #000000;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.4rem;
}
@media (max-width: 767px) {
  .about-ceo {
    margin-top: 10rem;
  }
}

.about-amilek {
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .about-amilek {
    margin-top: 10rem;
  }
}
.about-amilek div img {
  width: 100%;
}
@media (max-width: 767px) {
  .about-amilek {
    display: none;
  }
}

.contact-us {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .contact-us {
    margin-top: 10rem;
  }
}
.contact-us .width-3 {
  max-width: 33.3333% !important;
}
.contact-us__form {
  margin: 0rem !important;
  margin-right: 3.2rem !important;
}
.contact-us__form h6 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.78rem;
  padding-bottom: 4rem;
}
.contact-us__form .form-group input,
.contact-us__form .form-group select {
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.contact-us__form .form-group textarea {
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.contact-us__form .form-group label {
  color: rgba(0, 0, 0, 0.35);
}
.contact-us .padding {
  padding-left: 0rem !important;
  padding-top: 4rem;
}
.contact-us .padding span {
  font-family: "Satoshi";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.16rem;
  padding-left: 1.6rem;
}
.contact-us__gray-box {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 1.6rem;
  padding: 3.2rem;
}
.contact-us__gray-box h6 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.78rem;
  padding-bottom: 3.2rem;
}
.contact-us__gray-box b {
  font-family: "Satoshi";
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.7rem;
}
.contact-us__gray-box small {
  font-family: "Satoshi";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.16rem;
}
.contact-us__gray-box p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
  padding-top: 2.43rem;
  margin-bottom: 4.5rem;
  height: 13rem;
}
.contact-us__gray-box p span {
  font-family: "Satoshi";
  color: #000000;
  font-weight: 700;
}
.contact-us__ceo {
  width: 30%;
  padding-right: 1.6rem;
}
.contact-us__ceo img {
  width: 100%;
}
.contact-us__email {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  padding-top: 3.2rem;
}
.contact-us__email small {
  font-family: "Satoshi";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.24rem;
}
.contact-us__email small a {
  color: rgba(0, 0, 0, 0.65);
}
.contact-us__box {
  /* margin-top: 12rem; */
  margin-left: 2%;
}
.contact-us__purple-box {
  background-color: rgba(182, 24, 83, 0.1);
  padding: 4rem !important;
  border-radius: 1.6rem;
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
}
.contact-us__purple-box img {
  margin-right: 2.4rem;
}
.contact-us__purple-box small {
  font-family: "Satoshi";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.contact-us__purple-box small a {
  color: rgba(0, 0, 0, 0.5);
}
.contact-us__purple-box b {
  font-family: "Satoshi";
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin-bottom: 0.8rem;
  display: block;
}
.contact-us__blue-box {
  background-color: rgba(60, 60, 138, 0.1);
  padding: 4rem !important;
  border-radius: 1.6rem;
  /* margin-right: 3.2rem; */
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
}
.contact-us__blue-box img {
  margin-right: 2.4rem;
}
.contact-us__blue-box small {
  font-family: "Satoshi";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.contact-us__blue-box b {
  font-family: "Satoshi";
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin-bottom: 0.8rem;
  display: block;
}
.contact-us__green-box {
  background-color: rgba(60, 138, 125, 0.1);
  padding: 4rem !important;
  border-radius: 1.6rem;
  display: flex;
}
.contact-us__green-box img {
  margin-right: 2.4rem;
}
.contact-us__green-box small {
  font-family: "Satoshi";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.contact-us__green-box b {
  font-family: "Satoshi";
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin-bottom: 0.8rem;
  display: block;
}
.contact-us__icon {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 3.2rem;
  border-radius: 1.6rem;
}
.contact-us__icon a {
  display: inline-block;
}
.contact-us__icon a img {
  margin-right: 3.2rem;
}

@media (max-width: 767px) {
  .contact-us__box{
    margin-left: 0 !important;
  }
  .contact-us {
    margin-top: 2rem;
  }
  .contact-us .row {
    flex-direction: column-reverse;
  }
  .contact-us .width-3 {
    max-width: 100% !important;
  }
  .contact-us__form {
    margin-right: 0rem !important;
    margin-top: 4rem !important;
  }
  .contact-us__box {
    margin-top: 6rem;
  }
  .contact-us__green-box {
    margin-bottom: 4rem;
  }
  .contact-us__blue-box {
    margin-bottom: 1rem;
  }
}
.work-section {
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .work-section {
    margin-top: 10rem;
  }
}
.work-section h6 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.32rem;
  margin-bottom: 2.4rem;
}
.work-section__chip {
  padding-top: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .work-section__chip {
    overflow-x: scroll;
    width: 400px;
  }

  .work-section__chip .background{
    width: 100% !important;
  }

  .work-section__chip .background a{
    width: auto !important;
    padding: 1.2rem !important;
  }
}

.work-section__chip .background {
  background-color: rgba(0, 0, 0, 0.05);
  width: max-content;
  padding: 0.8rem;
  border-radius: 10rem;
}
.work-section__chip .background a {
  border: 1px solid transparent;
  text-align: center;
  width: 17.1rem;
  border-radius: 10rem;
  padding: 1.2rem 2.4rem;
}
.work-section__chip .background a small {
  font-family: "Satoshi";
  color: rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.16rem;
}

.active {
  background-color: #000000;
}
.active small {
  color: #ffffff !important;
  border-radius: 10rem;
}

.work-box {
  margin-top: 6.4rem;
}
.work-box__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.6rem;
}
.work-box__title h6 {
  font-size: 2.4rem;
  line-height: 3.24rem;
  font-weight: 700;
}
.work-box__title small {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  line-height: 2.16rem;
  font-weight: 500;
}
.work-box .row {
  padding: 1.6rem 0rem;
}
.work-box .row img {
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
  border-radius: 0.8rem;
}
.work-box .row .fill {
  text-decoration: none;
  flex: 48%;
}
@media only screen and (max-width: 767px) {
  .work-box .row .fill {
    flex: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .work-box .row .fill.mr-2 {
    margin-bottom: 3rem;
  }
}
.work-box .row .fill .col-xl-6 {
  max-width: 100% !important;
}
.work-box .mob-img img {
  box-shadow: none !important;
  width: 100%;
  border-radius: 0.8rem;
}

.project-box {
  border: 1px solid transparent;
  padding: 4rem 4rem 2.4rem 4rem !important;
  border-radius: 1.6rem;
  transition: 0.6s;
}
.project-box h6 {
  font-weight: 700 !important;
  font-size: 2rem !important;
  line-height: 2.7rem !important;
  padding-top: 2.4rem !important;
}
@media only screen and (max-width: 767px) {
  .project-box h6 {
    font-size: 2.4rem !important;
  }
}
.project-box .flex {
  padding-top: 2.4rem;
  display: none;
}
.project-box .flex div {
  padding-right: 1rem;
}
.project-box .flex div small {
  background-color: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.5);
  font-family: "Satoshi";
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.62rem;
  border-radius: 10rem;
  padding: 0.8rem 2.4rem;
}
@media (max-width: 767px) {
  .project-box .flex div small {
    padding: 0.8rem 1rem;
  }
}
.project-box:hover h6 {
  color: #ffffff;
}
.project-box:hover .flex div small {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.drongo-box {
  background-color: rgba(214, 100, 57, 0.1);
}
.drongo-box:hover {
  background-color: #d66439;
}

.keeptime-box {
  background-color: rgba(16, 163, 127, 0.1);
}
.keeptime-box:hover {
  background-color: #10a37f;
}

.securesixty-box {
  background-color: rgba(114, 148, 219, 0.1);
}
.securesixty-box:hover {
  background-color: #7294db;
}

.scoreup-box {
  background-color: rgba(37, 76, 111, 0.1);
}
.scoreup-box:hover {
  background-color: #254c6f;
}

.aupair-box {
  background-color: rgba(255, 75, 145, 0.1);
}
.aupair-box:hover {
  background-color: #ff4b91;
}

.drongo-restaurant {
  background-color: rgba(214, 79, 79, 0.1);
}
.drongo-restaurant:hover {
  background-color: #d64f4f;
}

.vegapay-box {
  background-color: rgba(6, 31, 98, 0.1);
}
.vegapay-box:hover {
  background-color: #061f62;
}

.apex-box {
  background-color: rgba(96, 167, 213, 0.1);
}
.apex-box:hover {
  background-color: #60a7d5;
}

.hitesh-box {
  background-color: rgba(7, 2, 121, 0.1);
}
.hitesh-box:hover {
  background-color: #070279;
}

.magic-box {
  background-color: rgba(224, 19, 127, 0.1);
}
.magic-box:hover {
  background-color: #e0137f;
}

.faq-box {
  background-color: rgba(117, 94, 252, 0.1);
}
.faq-box:hover {
  background-color: #755efc;
}

.health-box {
  background-color: rgba(0, 110, 233, 0.1);
}
.health-box:hover {
  background-color: #006ee9;
}

.demi-box {
  background-color: rgba(254, 69, 85, 0.1);
}
.demi-box:hover {
  background-color: #fe4555;
}

.ctt-box {
  background-color: rgba(17, 62, 244, 0.1);
}
.ctt-box:hover {
  background-color: #113ef4;
}

.jamr-box {
  background-color: rgba(43, 196, 69, 0.1);
}
.jamr-box:hover {
  background-color: #2bc445;
}

.transferenciaya-box {
  background-color: rgba(245, 192, 5, 0.1);
}
.transferenciaya-box:hover {
  background-color: #f5c005;
}

.ai-box {
  background-color: rgba(150, 77, 244, 0.1);
}
.ai-box:hover {
  background-color: #964df4;
}

.sensetek-box {
  background-color: rgba(93, 95, 239, 0.1);
}
.sensetek-box:hover {
  background-color: #5d5fef;
}

.maksellent-box {
  background-color: rgba(255, 44, 87, 0.1);
}
.maksellent-box:hover {
  background-color: #ff2c57;
}

.repaso-box {
  background-color: rgba(241, 88, 53, 0.1);
}
.repaso-box:hover {
  background-color: #f15835;
}

.ithra-box {
  background-color: rgba(249, 210, 72, 0.1);
}
.ithra-box:hover {
  background-color: #f9d248;
}

.arabia-box {
  background-color: rgba(33, 54, 80, 0.1);
}
.arabia-box:hover {
  background-color: #213650;
}

.briqhaus-box {
  background-color: rgba(132, 125, 237, 0.1);
  &:hover {
    background-color: #847ded;
  }
}

.buyer-box {
  background-color: rgba(211, 242, 106, 0.2);
  &:hover {
    background-color: #d3f26a;
  }
}

.hourhub-box {
  background-color: rgba(63, 139, 232, 0.2);
  &:hover {
    background-color: #3f8be8;
  }
}

.escheatbot-box {
  background-color: rgba(44, 93, 247, 0.2);
  &:hover {
    background-color: #2c5df7;
  }
}

.neoja-basketball-box {
  background-color: rgba(237, 100, 53, 0.2);
  &:hover {
    background-color: #ed6435;
  }
}

.neoja-batting-box {
  background-color: rgba(0, 100, 53, 0.2);
  &:hover {
    background-color: #00ffd1;
  }
}

.nems-box {
  background-color: rgba(250, 138, 146, 0.2);
  &:hover {
    background-color: #fa8a92;
  }
}

.node-box {
  background-color: rgba(244, 153, 69, 0.2);
  &:hover {
    background-color: #f49945;
  }
}

.application-box {
  background-color: rgba(118, 0, 71, 0.2);
  &:hover {
    background-color: #760047;
  }
}

.rackcorp-box {
  background-color: rgba(203, 0, 0, 0.2);
  &:hover {
    background-color: #cb0000;
  }
}

.web-app {
  margin-top: 16rem;
}
@media (max-width: 767px) {
  .web-app {
    margin-top: 8rem;
  }
}
.web-app__review h6 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.32rem;
  margin-bottom: 0.8rem;
}
.web-app__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-app__img img {
  width: 100%;
}
.web-app__content {
  margin-right: 4.5rem;
}
.web-app__content h1 {
  color: #3c3c8a;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 7.56rem;
  margin-bottom: 1.6rem;
}
.web-app__content p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.16rem;
  margin-bottom: 14.2rem;
}
.web-app__box {
  height: 11.8rem;
  width: 13.5rem;
  padding: 1.6rem;
}
.web-app__box div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-app__box div img {
  width: 40%;
  margin-bottom: 1.6rem;
}
.web-app__box small {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Satoshi";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.7rem;
}
.web-app__tool {
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .web-app__tool {
    margin-top: 10rem;
  }

  .web-app__tool .justify-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .web-app__tool .justify-center .web-app__tool-box {
    flex: 30%;
    margin-bottom: 1rem;
    margin-right: 1rem !important;
  }
}
.web-app__tool h6 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.32rem;
  margin-bottom: 3.2rem !important;
}
.web-app__tool-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-self: stretch;
  border-radius: 0.8rem;
  padding: 1.6rem;
  padding: 1.6rem;
  flex: 1 0 0;
}
.web-app__tool-box img {
  margin-bottom: 0.8rem;
}
.web-app__tool-box small {
  color: rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}
.web-app__expertise {
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .web-app__expertise {
    margin-top: 5rem;
  }
}
.web-app__expertise h6 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4.32rem;
  text-align: center;
}
.web-app__expertise .row {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .web-app__expertise .row {
    margin-top: 0rem;
  }
}
.web-app__expertise .row .expertise-box {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 1.6rem;
  padding: 4rem !important;
}
@media only screen and (max-width: 767px) {
  .web-app__expertise .row .expertise-box {
    margin-top: 2.4rem;
  }
}
.web-app__expertise .row .expertise-box b {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.7rem;
}
.web-app__expertise .row .expertise-box p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.16rem;
  margin-top: 0.8rem;
}
.web-app__expertise .row .expertise-box .blue-round {
  background-color: #3c3c8a;
}
.web-app__expertise .row .expertise-box .green-round {
  background-color: #3c8a7d;
}
.web-app__expertise .row .expertise-box .lightblue-round {
  background-color: #860cd1;
}
.web-app__expertise .row .expertise-box .purple-round {
  background-color: #b61853;
}
.web-app__expertise .row .expertise-box .yellow-round {
  background-color: #d36500;
}
.web-app__expertise .row .expertise-box .lightyellow-round {
  background-color: #cfa200;
}
.web-app__specialize {
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .web-app__specialize {
    margin-top: 10rem;
  }
}
.web-app__specialize h6 {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4.32rem;
}
.web-app__specialize .row {
  margin-top: 3.2rem;
}
.web-app__specialize .row ul {
  padding-left: 0rem !important;
}
.web-app__specialize .row ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}
.web-app__specialize .row ul li div small {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.16rem;
}
.web-app__specialize .row ul li span {
  padding-right: 1.2rem;
}
.web-app__process {
  position: relative;
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .web-app__process {
    margin-top: 10rem;
  }
}
.web-app__process h6 {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4.32rem;
  margin-bottom: 3.2rem !important;
}
.web-app__process .process-chart .process-box {
  position: relative;
}
.web-app__process .process-chart .process-box .process-chip {
  width: fit-content;
  text-align: center;
  padding: 1.6rem 2rem;
  border-radius: 10rem;
  width: 40rem;
}
@media only screen and (max-width: 767px) {
  .web-app__process .process-chart .process-box .process-chip {
    width: 100%;
  }
}
.web-app__process .process-chart .process-box .process-chip small {
  color: #000000;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 2.22rem;
}
.web-app__process .process-chart .process-box .row-1 {
  position: relative;
  height: 5.42rem;
}
.web-app__process .process-chart .process-box .row-1 .purple-chip {
  background-color: rgba(182, 24, 83, 0.2);
  position: absolute;
  left: 0rem;
}
.web-app__process .process-chart .process-box .row-2 {
  position: relative;
  height: 5.42rem;
  margin-top: 1rem;
}
.web-app__process .process-chart .process-box .row-2 .blue-chip {
  background-color: rgba(60, 60, 138, 0.2);
  position: absolute;
  left: 0;
}
.web-app__process .process-chart .process-box .row-3 {
  position: relative;
  height: 5.42rem;
  margin-top: 1rem;
}
.web-app__process .process-chart .process-box .row-3 .green-chip {
  background-color: rgba(60, 138, 125, 0.2);
  position: absolute;
  left: 0;
}
.web-app__process .process-chart .process-box .row-4 {
  position: relative;
  height: 5.42rem;
  margin-top: 1rem;
}
.web-app__process .process-chart .process-box .row-4 .yellow-chip {
  background-color: rgba(214, 100, 57, 0.2);
  position: absolute;
  left: 0;
}
.web-app__process .process-chart .process-box .row-5 {
  position: relative;
  height: 5.42rem;
  margin-top: 1rem;
}
.web-app__process .process-chart .process-box .row-5 .lightblue-chip {
  background-color: rgba(150, 77, 244, 0.2);
  position: absolute;
  left: 0;
}
.web-app__process .process-chart .process-box .row-6 {
  position: relative;
  height: 5.42rem;
  margin-top: 1rem;
}
.web-app__process .process-chart .process-box .row-6 .lightgreen-chip {
  background-color: rgba(245, 192, 5, 0.2);
  position: absolute;
  left: 0;
}
.web-app__process .process-chart .process-box .chip-box {
  display: none;
  position: absolute;
  top: 6rem;
  right: 15%;
  border-radius: 1.6rem;
  padding: 2.4rem;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .web-app__process .process-chart .process-box .chip-box {
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
    margin-top: 3rem;
    position: relative;
  }
}
.web-app__process .process-chart .process-box .chip-box b {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.7rem;
}
.web-app__process .process-chart .process-box .chip-box p {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.16rem;
}
.web-app__process .process-chart .process-box .box-purple {
  background-color: #b61853;
}
.web-app__process .process-chart .process-box .box-blue {
  background-color: #3c3c8a;
}
.web-app__process .process-chart .process-box .box-green {
  background-color: #3c8a7d;
}
.web-app__process .process-chart .process-box .box-yellow {
  background-color: #d66439;
}
.web-app__process .process-chart .process-box .box-lightblue {
  background-color: #964df4;
}
.web-app__process .process-chart .process-box .box-lightgreen {
  background-color: #f5c005;
}
.web-app__process .process-chart .process-box .active-purple-chip {
  background-color: #b61853 !important;
}
.web-app__process .process-chart .process-box .active-purple-chip small {
  color: #ffffff;
}
.web-app__process .process-chart .process-box .active-blue-chip {
  background-color: #3c3c8a !important;
}
.web-app__process .process-chart .process-box .active-blue-chip small {
  color: #ffffff;
}
.web-app__process .process-chart .process-box .active-green-chip {
  background-color: #3c8a7d !important;
}
.web-app__process .process-chart .process-box .active-green-chip small {
  color: #ffffff;
}
.web-app__process .process-chart .process-box .active-yellow-chip {
  background-color: #d66439 !important;
}
.web-app__process .process-chart .process-box .active-yellow-chip small {
  color: #ffffff;
}
.web-app__process .process-chart .process-box .active-lightblue-chip {
  background-color: #964df4 !important;
}
.web-app__process .process-chart .process-box .active-lightblue-chip small {
  color: #ffffff;
}
.web-app__process .process-chart .process-box .active-lightgreen-chip {
  background-color: #f5c005 !important;
}
.web-app__process .process-chart .process-box .active-lightgreen-chip small {
  color: #ffffff;
}

.website {
  margin-top: 16rem;
}
.website__content {
  margin-right: 4.5rem;
}
.website__content h1 {
  color: #3c8a7d;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 7.56rem;
  margin-bottom: 1.6rem;
}
.website__content p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.16rem;
  margin-bottom: 14.2rem;
}
.website__work-title h6 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4.32rem;
  margin-bottom: 1.7rem !important;
}

.mobile-app {
  margin-top: 16rem;
}
@media only screen and (max-width: 767px) {
  .mobile-app {
    margin-top: 8rem;
  }
}
.mobile-app__content {
  margin-right: 4.5rem;
}
.mobile-app__content h1 {
  color: #860cd1;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 7.56rem;
  margin-bottom: 1.6rem;
}
.mobile-app__content p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.16rem;
  margin-bottom: 14.2rem;
}

.ui-ux {
  margin-top: 16rem;
}
@media only screen and (max-width: 767px) {
  .ui-ux {
    margin-top: 8rem;
  }
}
.ui-ux__content {
  margin-right: 4.5rem;
}
.ui-ux__content h1 {
  color: #b61853;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 7.56rem;
  margin-bottom: 1.6rem;
}
.ui-ux__content p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.16rem;
  margin-bottom: 14.2rem;
}

.digital {
  margin-top: 16rem;
}
.digital__content {
  margin-right: 4.5rem;
}
.digital__content h1 {
  color: #d36500;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 7.56rem;
  margin-bottom: 1.6rem;
}
.digital__content p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.16rem;
  margin-bottom: 14.2rem;
}
.digital__certificate {
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .digital__certificate {
    margin-top: 10rem;
  }
}
.digital__certificate h6 {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4.32rem;
  margin-bottom: 3.2rem !important;
}
.digital__certificate .certificate-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.digital__certificate .certificate-img img {
  width: 54%;
}

.commerce {
  margin-top: 16rem;
}
.commerce__content {
  margin-right: 4.5rem;
}
.commerce__content h1 {
  color: #cfa200;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 7.56rem;
  margin-bottom: 1.6rem;
}
.commerce__content p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.16rem;
  margin-bottom: 14.2rem;
}

.drongo__content {
  margin-top: 16rem;
}
.drongo__content h6 {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 7.56rem;
  margin-bottom: 1.6rem !important;
}
.drongo__content p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.16rem;
}
.drongo__content .flex {
  position: relative;
  padding: 2.4rem 2.4rem 2.4rem 20rem;
}
@media only screen and (max-width: 767px) {
  .drongo__content .flex {
    padding: 2.4rem 2.4rem 2.4rem 2rem;
  }
}
.drongo__content .flex div {
  text-align: center;
  height: 5.5rem;
  width: 23rem;
}
.drongo__content .flex div small {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.drongo__content .flex div b {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
}
.drongo__content .flex .verticle-line-one,
.drongo__content .flex .verticle-line-two,
.drongo__content .flex .verticle-line-three {
  height: 5.1rem;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 36.5rem;
}
@media only screen and (max-width: 767px) {
  .drongo__content .flex .verticle-line-one,
  .drongo__content .flex .verticle-line-two,
  .drongo__content .flex .verticle-line-three {
    left: 24.5rem;
  }
}
.drongo__content .horizontal-line-one,
.drongo__content .horizontal-line-two {
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  right: -1rem;
  width: 40rem;
}
@media only screen and (max-width: 767px) {
  .drongo__content .horizontal-line-one,
  .drongo__content .horizontal-line-two {
    right: 4rem;
  }
}
.drongo__img {
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .drongo__img {
    margin-top: 10rem;
  }
}
.drongo__img img {
  width: 100%;
}
.drongo__service {
  background-color: rgba(0, 0, 0, 0.03);
  align-self: start;
  border-radius: 1.6rem;
  padding: 4rem !important;
}
@media only screen and (max-width: 767px) {
  .drongo__service {
    margin-top: 2.4rem;
  }
}
.drongo__service h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  padding-bottom: 0.8rem !important;
}
.drongo__service p {
  font-size: 1.6rem;
  line-height: 2.16rem;
  font-weight: 500;
}
.drongo__member {
  display: none;
  position: relative;
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .drongo__member {
    margin-top: 10rem;
  }
}
.drongo__member h6 {
  text-align: center;
  line-height: 4.32rem;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 3.2rem !important;
}
.drongo__member-img {
  text-align: center;
}
.drongo__member-img img {
  width: 70%;
}
.drongo__member-chip {
  position: absolute;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.05) 0%,
      rgba(0, 0, 0, 0.05) 100%
    ),
    #fff;
  border-radius: 1.2rem;
  width: 25%;
  padding: 1.2rem;
  z-index: 1;
}
.drongo__member-chip img {
  width: 4.6rem;
  margin-right: 1.6rem;
}
.drongo__member-chip b {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.16rem;
  margin-bottom: 0.2rem;
}
.drongo__member-chip small {
  color: rgba(0, 0, 0, 0.5) !important;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.89rem;
}
.drongo__member .chip-one {
  top: 23rem;
}
.drongo__member .chip-two {
  bottom: 8rem;
  left: 2rem;
}
.drongo__member .chip-three {
  top: 13rem;
  right: 0rem;
}
.drongo__member .chip-four {
  bottom: 4rem;
  right: -3rem;
}
.drongo__testimonial {
  display: none;
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .drongo__testimonial {
    margin-top: 10rem;
  }
}
.drongo__testimonial .row .col-xl-6 {
  max-width: 50% !important;
}
@media only screen and (max-width: 767px) {
  .drongo__testimonial .row .col-xl-6 {
    max-width: 100% !important;
  }
}
.drongo__testimonial-box {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 1.6rem;
  padding: 2.4rem !important;
}
.drongo__testimonial-box .flex {
  align-items: end !important;
}
.drongo__testimonial-box p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 8rem;
}
.drongo__testimonial-box b {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.16rem;
}
.drongo__testimonial-box small {
  color: rgba(0, 0, 0, 0.45);
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.89rem;
  margin-top: 0.4rem;
}
.drongo__testimonial-box a {
  color: #000000;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.16rem;
  font-weight: 500;
}
.drongo__testimonial-box a span img {
  padding-left: 0.8rem;
}
.drongo__testimonial-img {
  display: flex;
  justify-content: center;
  align-items: center;

  h6 {
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 7.56rem;
  }
}
.drongo__testimonial-img img {
  width: 30%;
}
@media (max-width: 767px) {
  .drongo__testimonial-img img {
    margin-top: 2.4rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Satoshi";
  color: #000000;
}

p {
  font-family: "Satoshi";
  color: rgba(0, 0, 0, 0.65);
}

.MB-32 {
  margin-bottom: 3.2rem;
}

.MB-80 {
  margin-bottom: 8rem;
}

.MB-8 {
  margin-bottom: 0.8rem;
}

.mb-1 {
  margin-bottom: 4.8rem !important;
}

.mb-2 {
  margin-bottom: 6.4rem !important;
}

.MR-40 {
  margin-right: 4rem;
}

.PR-48 {
  padding-right: 4.8rem !important;
}

.no-padding {
  padding-left: 0rem !important;
}

.mt-1 {
  margin-top: 20rem !important;
}
@media (max-width: 767px) {
  .mt-1 {
    margin-top: 10rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mt-1 {
    margin-top: 10rem !important;
  }
}

.mt-2 {
  margin-top: 12rem !important;
}

.mt-3 {
  margin-top: 4rem !important;
}

.mr-1 {
  margin-right: 6.4rem !important;
}

.mr-2 {
  margin-right: 3rem !important;
}
@media (max-width: 767px) {
  .mr-2 {
    margin-right: 0rem !important;
  }
}

.ml-1 {
  margin-left: 4.5rem !important;
}
@media (max-width: 767px) {
  .ml-1 {
    margin-left: 0rem !important;
  }
}

.ml-2 {
  margin-left: 8rem !important;
}

.pr-1 {
  padding-right: 1.6rem !important;
}

.pl-1 {
  padding-left: 1.3rem !important;
}

.width-1 {
  width: 30%;
}
@media (max-width: 767px) {
  .width-1 {
    width: 100%;
  }
}

.width-2 {
  width: 70%;
}
@media (max-width: 767px) {
  .width-2 {
    width: 100%;
  }
}

.width-100 {
  width: 100%;
}

.flex {
  display: flex;
  align-items: center;
}

.align-start {
  align-items: start !important;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.justify-start {
  justify-content: start;
}

.justify-between {
  justify-content: space-between;
}

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

.active-link {
  font-weight: 600 !important;
}

.active-link#webapps {
  color: #3c3c8a !important;
}

.active-link#mobileapps {
  color: #860cd1 !important;
}

.active-link#uiux {
  color: #b61853 !important;
}

.link {
  color: #000000 !important;
  font-family: "Satoshi";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.43rem;
}

.button {
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 0.8rem;
  padding: 1.2rem 2.4rem;
}
.button:hover {
  background-color: #b61853;
}

.button-font {
  font-family: "Satoshi";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.16rem;
}

.border-1 {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.round-box {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 3.2rem;
  width: 3.2rem;
  margin-bottom: 2.4rem;
}
.round-box small {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.16rem;
}

.view-link {
  font-family: "Satoshi";
  background-color: #b61853;
  position: relative;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.7rem;
}
.view-link::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0rem;
  height: 0.1rem;
  border-radius: 0.2rem;
  background: #b61853;
}

.service-box-icon img {
  margin-bottom: 2.4rem;
}

.project-img img {
  width: 100%;
}

@media (max-width: 767px) {
  .flex-reverse {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .flex-reverse {
    flex-direction: column-reverse;
  }

  .contact-us {
    margin-top: 8rem !important;
  }

  .contact-us .padding {
    padding-left: 0rem !important;
    padding-top: 0rem !important;
  }

  .contact-us .col-md-4,
  .contact-us .col-xl-4 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-top: 2.4rem;
  }

  .contact-us .col-md-8,
  .contact-us .col-xl-8 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .contact-us__box {
    margin-top: 6rem !important;
  }

  .contact-us__form {
    margin-right: 0rem !important;
  }
}

.mb-3 {
  margin-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .mb-3 {
    margin-bottom: 3.2rem !important;
  }
}

.header .navbar .small-header {
  display: none;
}

@media (max-width: 767px) {
  .header .navbar .small-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .header .navbar .small-header .menu-icon img {
    margin: 0rem 1.2rem;
  }

  .overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }

  .sidebar {
    width: 50rem;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 11.2rem;
    right: -50rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
  }

  .sidebar a {
    color: #000000 !important;
    font-family: "Satoshi";
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.43rem;
    padding: 1.5rem;
  }

  /* .sidebar {
    width: 20rem;
  } */
}

@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-nav {
    display: none !important;
  }

  .header .navbar .small-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .header .navbar .small-header .menu-icon img {
    margin: 0rem 1.2rem;
  }

  .overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }

  .sidebar {
    width: 25rem;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 11.2rem;
    right: -25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
  }

  .sidebar a {
    color: #000000 !important;
    font-family: "Satoshi";
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.43rem;
    padding: 1.5rem;
  }

  .sidebar {
    width: 20rem;
  }
}

.admin-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.6rem;

  img {
    width: 19.8rem;
    margin-right: 1.6rem;
  }

  .admin-box {
    padding: 1.2rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    small {
      color: #000000 !important;
      font-size: 2.4rem;
      font-weight: 500;
      line-height: 3.24rem;
    }
  }
}

.neoja-logo {
  img {
    width: 80rem;
  }
}

.neoja-feedback {
  img {
    width: 100%;
  }
}

.review-rating-box {
  padding: 2.4rem;
  border-radius: 0.8rem;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  p {
    color: rgba(0, 0, 0, 0.65);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
  }
  .brand-img {
    img {
      width: 6.7rem;
    }
  }
}

.red-box {
  background-color: rgba(239, 67, 53, 0.1);
}
.green-box {
  background-color: rgba(111, 218, 68, 0.1);
}

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