<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html,
body {
  position: relative;
  height: 100%;
  background-color: #fff;
  font-family: "Plus Jakarta Sans", serif;
}

.container {
  max-width: 80%;
}

.swiper {
  width: 100%;
}

.burger {
  padding: 3rem 0;
}

.burger-lg {
  padding: 6rem 0 3rem 0;
}

.t-burger {
  padding-top: 6rem;
}

.mt-lg {
  margin-top: 3rem;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0 2.5rem;
  min-height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #FFF;
  text-decoration: none;
  background: linear-gradient(to right, #20376A, #202a9e);
  border: 2px solid #20376A;
  border-radius: 3.75rem;
  vertical-align: middle;
  font-weight: bold;
  min-width: 150px;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #FFF;
  transition: left 0.4s ease-in-out;
  z-index: -1;
}
.button:hover {
  color: #20376A;
  z-index: 1;
}
.button:hover img {
  filter: brightness(0);
}
.button:hover::before {
  left: 0;
}
.button--light {
  background: #FFF;
  color: #20376A;
}
.button--light::before {
  content: "";
  background: #F0F4F7;
}
.button--light:hover {
  border-color: #20376A;
}
.button--sm {
  padding: 0.625rem 1.875rem;
  font-size: 0.9rem;
  border: 1px solid #20376A;
}

.masthead h2 {
  font-size: 1.1rem;
  text-transform: uppercase;
  padding-left: 30px;
  color: #000;
  font-weight: bold;
  padding-bottom: 14px;
  position: relative;
  text-transform: uppercase;
}
.masthead h2:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FF3B30;
  border-radius: 50%;
  top: 0px;
  left: 0;
}
.masthead h3 {
  font-size: 3.125rem;
  font-weight: 600;
  color: #000;
}
.masthead p {
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

.growline {
  width: 100%;
  height: 1px;
  background-color: black;
  transition: width 2s ease-in-out;
}
.growline.animated {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.navbar {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #DDD;
  background-color: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.navbar .navbar-cta {
  display: flex;
}
.navbar .navbar-brand {
  width: 150px;
}

.hero {
  height: 100vh;
  background-image: url(../images/banner.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 85px;
}
.hero__content {
  width: 70%;
  margin: 0 auto;
}
.hero__content h1 {
  margin: 0;
  font-size: 5.2rem;
  font-weight: bold;
}
.hero__content p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.875rem;
  color: #FFF;
}
.hero__content p span {
  display: inline-block;
  margin: 0 8px;
}
.hero__content .dot {
  height: 14px;
  width: 14px;
  border-radius: 100%;
  text-indent: -9999px;
  display: inline-block;
  background: #FF3B30;
  line-height: 0;
  margin: 0 12px;
}

.clients__wrapper {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.clients__wrapper--item {
  flex: 0 0 calc(20% - 10px);
  background-color: #F0F4F7;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stats__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.stats__container--item {
  display: flex;
  align-items: center;
}
.stats__container--item h4 {
  font-size: 3.75rem;
  font-weight: bold;
  padding-right: 1rem;
  display: flex;
  align-items: center;
}
.stats__container--item p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #535353;
  line-height: 1.4;
  margin: 0;
}

.work {
  position: relative;
}
.work__slide {
  display: flex;
  width: 80% !important;
  margin: 0 auto !important;
  padding: 0 0.75rem;
}
.work__slide--image {
  width: 66%;
}
.work__slide--content {
  width: 34%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #F0F4F7;
}
.work__slide--content h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.work__slide--content p {
  font-size: 1rem;
  color: #535353;
  font-weight: 500;
}
.work .swiper-button-next,
.work .swiper-button-prev {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  border: 2px solid #20376A;
  top: 50%;
}
.work .swiper-button-next:after,
.work .swiper-button-prev:after {
  font-size: 26px;
  font-weight: bold;
  color: #20376A;
}
.work .swiper-button-next,
.work .swiper-rtl .swiper-button-prev {
  right: 5%;
}
.work .swiper-button-prev,
.work .swiper-rtl .swiper-button-next {
  left: 5%;
}

.expertise__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 4rem;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.expertise__wrapper--item {
  flex: 1 1 calc(33.33% - 4rem);
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}
.expertise__wrapper--item h4 {
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: 1rem;
}
.expertise__wrapper--item p {
  font-size: 1rem;
  line-height: 1.5;
  color: #535353;
}
.expertise__wrapper--item ul {
  padding-left: 0;
  color: #535353;
  list-style: none;
  margin-bottom: 0;
}
.expertise__wrapper--item ul li {
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  position: relative;
  padding-left: 22px;
  padding-top: 5px;
  font-weight: 500;
}
.expertise__wrapper--item ul li::before {
  content: "•";
  font-size: 24px !important;
  color: #535353;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
}
.expertise__wrapper .border--bottom {
  border-bottom: 1px solid #DDD;
}
.expertise__wrapper .border--bottom1 {
  border-bottom: none;
}
.expertise__wrapper .border--bottom2 {
  border-bottom: none;
}

.review .swiper-slide {
  width: calc(100% - 700px);
  margin: 0 10px;
  height: auto;
  position: relative;
}
.review__slide {
  background-color: #F0F4F7;
  padding: 3.125rem 5.625rem;
  min-height: 580px;
  position: relative;
}
.review__slide:after {
  position: absolute;
  content: "\f6b0";
  font-family: "bootstrap-icons";
  right: 40px;
  top: -10px;
  font-size: 6rem;
  opacity: 0.05;
  transform: rotate(180deg);
  font-weight: bold;
}
.review__slide--source {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.review__slide--source p {
  margin-bottom: 0;
  font-size: 0.6rem;
  color: #20376A;
  text-transform: uppercase;
  font-weight: 500;
}
.review__slide--source .stars {
  width: 90px;
}
.review__slide--source i {
  font-size: 0.8rem;
}
.review__slide--source span {
  display: block;
  font-weight: 500;
  font-size: 1rem;
}
.review__slide--source span.sml {
  font-size: 0.8rem;
}
.review__slide--source span.slg {
  font-size: 1rem;
}
.review__slide--feedback .quote-big {
  font-size: 2.4rem;
  margin-bottom: 30px;
  opacity: 1;
  line-height: 1.5;
  font-weight: 500;
}
.review__slide--feedback p {
  font-size: 1.2rem;
  opacity: 0.9;
  line-height: 1.7;
}
.review__slide--author {
  display: flex;
  margin-top: 40px;
  align-items: center;
  position: absolute;
  bottom: 50px;
}
.review__slide--author .avtar {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: rgba(2, 189, 110, 0.3215686275);
  color: #000;
  text-align: center;
  line-height: 60px;
  font-size: 1rem;
  font-weight: 600;
}
.review__slide--author strong {
  display: block;
  font-weight: 700;
  font-size: 1rem;
}
.review .swiper-button-next,
.review .swiper-button-prev {
  width: 20%;
  background: transparent;
  top: 30px;
  bottom: 0;
  height: 100%;
  opacity: 1 !important;
}
.review .swiper-button-next:hover:after,
.review .swiper-button-prev:hover:after {
  transform: scale(1.2);
}
.review .swiper-button-next:after,
.review .swiper-button-prev:after {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
  transition: 0.3s all;
}
.review .swiper-button-next {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.review .swiper-button-prev {
  left: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.review .ratings .rating-info {
  font-size: 26px;
  font-weight: 600;
  margin-top: 10px;
}
.review .ratings .rating-info small {
  font-size: 16px;
}

.hireus {
  background-color: #F0F4F7;
}
.hireus .hire-steps {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 30px;
  padding-top: 50px;
}
.hireus .hire-steps p {
  font-size: 1rem;
}
.hireus .hire-number h4 {
  font-size: 55px;
  min-width: 75px;
  margin-top: 7px;
}
.hireus .hire-heading h5 {
  font-size: 24px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 8px;
}
.hireus .hire-right {
  padding-top: 35px;
}
.hireus .information {
  padding-bottom: 45px;
}
.hireus .hire-right label {
  font-size: 1rem;
  font-weight: 600;
}
.hireus .hire-right input {
  width: 100%;
  padding: 10px 8px;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
}
.hireus .hire-right input:focus-visible {
  outline: none;
}
.hireus .hire-right textarea {
  width: 100%;
  padding: 10px 8px;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
}
.hireus .hire-right textarea:focus-visible {
  outline: none;
}

.footer .copyright {
  font-size: 0.75rem;
  opacity: 0.5;
  padding: 3rem 0;
}

.footer__links {
  padding-left: 0;
  list-style: none;
  font-size: 0.875rem;
  margin-top: 15px;
}
.footer__links li {
  margin-bottom: 7px;
}
.footer__links li a {
  color: #000;
  text-decoration: none;
  outline: none;
}
.footer__links li a:hover {
  color: #c1312c;
}
.footer__links i {
  width: 20px;
  display: inline-block;
}

.footer_bottom .footer__links {
  margin-top: 7px;
  margin-bottom: 0;
}
.footer_bottom .footer__links li {
  display: inline-block;
  padding-right: 15px;
}

.shade {
  display: inline;
  color: #fd2e35;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.825rem;
  letter-spacing: 2px;
}

.project_form {
  margin-top: 48px;
}
.project_form label {
  display: block;
  font-weight: 600;
}
.project_form .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  padding: 10px 8px;
  border-radius: 0;
}
.project_form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #20376A;
}
.project_form .iti {
  display: block;
}
.project_form .form-group {
  margin-bottom: 45px;
}
.project_form .text-danger {
  color: #dc3545 !important;
  font-size: 0.9rem;
  margin-top: 4px;
}

/* Large (Laptops) */
@media (min-width: 1025px) and (max-width: 1540px) {
  .masthead h3 {
    font-size: 2.425rem;
  }
  .masthead p {
    font-size: 1.125rem;
  }
  .hero h1 {
    font-size: 4.2rem;
  }
  .hero p {
    font-size: 1.125rem;
  }
  .work__slide--content {
    padding: 35px;
  }
  .work__slide--content h5 {
    font-size: 1.2rem;
  }
  .work__slide--content p {
    font-size: 0.9rem;
  }
  .button--sm {
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem;
    min-width: 130px;
  }
  .review .swiper-slide {
    width: calc(100% - 400px);
  }
  .review__slide--feedback .quote-big {
    font-size: 2.125rem;
  }
  .stats__container--item h4 {
    font-size: 3.125rem;
  }
  .stats__container--item p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: 100%;
    overflow-x: hidden;
  }
  .burger {
    padding: 3rem 0;
  }
  .mt-lg {
    margin-top: 2rem;
  }
  .work .button--light, .work .button {
    padding: 0.625rem 1.375rem;
    font-size: 0.8rem;
  }
  .navbar .navbar-brand {
    width: 130px;
  }
  .hero__content {
    width: 90vw;
  }
  .hero__content h1 {
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
  }
  .hero__content p {
    font-size: 1rem;
    text-align: left;
  }
  .hero__content .dot {
    display: block;
    margin: 16px auto;
  }
  .hero__content .cta {
    text-align: left;
  }
  .masthead h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .masthead p {
    font-size: 1.125rem;
  }
  .masthead .mt-5 {
    margin-top: 2rem !important;
  }
  .clients__wrapper--item {
    flex: 0 0 calc(50% - 10px);
    height: 100px;
  }
  .stats__container {
    flex-direction: column;
  }
  .stats__container--item {
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
  }
  .stats__container--item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .stats__container--item p {
    text-align: right;
    font-size: 1rem;
  }
  .stats__container--item h4 {
    display: block;
    font-size: 2.5rem;
  }
  .work__slide {
    flex-direction: column;
    width: 100% !important;
    padding: 0;
  }
  .work__slide--image {
    width: 100%;
  }
  .work__slide--content {
    width: 100%;
    padding: 20px;
    min-height: 520px;
  }
  .work__slide--content h5 {
    margin-top: 3rem;
  }
  .work .swiper-button-next, .work .swiper-button-prev {
    top: 95%;
  }
  .work .swiper {
    padding-bottom: 80px;
  }
  .work .swiper-button-next, .work .swiper-rtl .swiper-button-prev {
    right: 33%;
  }
  .work .swiper-button-prev, .work .swiper-rtl .swiper-button-next {
    left: 33%;
  }
  .work .work-logo img {
    max-width: 130px;
  }
  .expertise__wrapper--item {
    flex: 0 0 100%;
  }
  .border--bottom1 {
    border-bottom: 1px solid #DDD !important;
  }
  .border--bottom2 {
    border-bottom: none;
  }
  .review .masthead h3 {
    font-size: 1.75rem;
  }
  .review .masthead h3 br {
    display: none;
  }
  .review .swiper-slide {
    width: 100% !important;
    margin: 0;
    height: 742px;
    position: relative;
  }
  .review__slide {
    padding: 2rem;
    min-height: 635px;
  }
  .review__slide--feedback .quote-big {
    font-size: 1.4rem !important;
    font-weight: 500;
  }
  .review .swiper-button-next, .review .swiper-button-prev {
    top: 45%;
  }
  .review .swiper-button-next:after, .review .swiper-button-prev:after {
    height: 60px;
    width: 60px;
    font-size: 20px;
  }
  .review__slide--feedback p {
    font-size: 0.9rem;
  }
  .review .swiper-button-next {
    top: 47%;
    left: 49%;
    background: unset;
  }
  .review .swiper-button-prev {
    top: 47%;
    left: 31%;
    background: unset;
  }
  .rating-section {
    gap: 30px;
  }
  .ratings1 {
    display: none;
  }
  .rating-img img {
    width: 115px;
  }
  .review .ratings .rating-info {
    font-size: 21px;
    font-weight: 600;
    margin-top: 8px;
  }
  .hireus .hire-steps {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .hireus .hire-number {
    width: 48px;
  }
  .hireus .hire-heading h5 {
    padding-top: 7px;
  }
  .hireus .hire-number h4 {
    font-size: 40px;
    min-width: 70px;
    margin-top: 0;
  }
  .hero {
    background-position: center;
  }
  .expertise__wrapper {
    gap: 1.5rem;
  }
  .expertise__wrapper--item {
    padding-bottom: 0rem;
  }
  .expertise__wrapper--item ul {
    margin-bottom: 20px;
  }
  .footer__links li a {
    font-size: 0.8rem;
  }
  .expertise-hide {
    display: none;
  }
  .expertise__wrapper--item h4 {
    font-size: 1.125rem;
  }
  .plus-sign {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding-right: 20px;
  }
  .plus-sign:after {
    content: "+";
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    right: 5px;
    top: 25%;
    transform: translateY(-50%);
  }
  .plus-sign.active:after {
    content: "-";
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .container {
    max-width: 90%;
  }
  .hero__content {
    width: 90vw;
    margin: 0 auto;
  }
  .hero__content h1 {
    font-size: 4.1rem;
  }
  .masthead h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .clients__wrapper--item {
    flex: 0 0 calc(20% + 72px);
    height: 120px;
  }
  .stats__container--item {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  .work__slide {
    flex-direction: column;
    width: 100% !important;
  }
  .work__slide--image {
    width: 100% !important;
  }
  .work__slide--content {
    width: 100% !important;
    padding: 46px 25px;
    margin-bottom: 70px;
  }
  .work .swiper-button-next, .work .swiper-button-prev {
    top: 95%;
    z-index: 1000 !important;
  }
  .work .swiper-button-next {
    right: 43%;
  }
  .work .swiper-button-prev {
    left: 36%;
  }
  .expertise__wrapper--item {
    flex: 1 1 calc(49.33% - 4rem);
  }
  .border--bottom2 {
    border-bottom: 1px solid #000 !important;
  }
  .review .swiper-slide {
    width: 61.8% !important;
    margin: 0 10px;
    height: auto;
    position: relative;
  }
  .review__slide {
    padding: 30px;
  }
  .review .swiper-button-next, .review .swiper-button-prev {
    width: 14%;
  }
  .review__slide--feedback .quote-big {
    font-size: 2rem;
  }
  .review .swiper-button-next:after, .review .swiper-button-prev:after {
    height: 60px;
    width: 60px;
    font-size: 20px;
  }
  .rating-section {
    display: flex;
    gap: 40px;
  }
  .review .ratings .rating-info {
    font-size: 21px;
    font-weight: 600;
    margin-top: 8px;
  }
  h3 {
    font-size: 35px;
  }
  .clients__wrapper--item:last-child {
    display: none;
  }
  .work-desc {
    padding-top: 35px;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>