html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background: #F9F9F9;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  outline: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.logo {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 27.07px;
  font-weight: 700;
  line-height: 22.56px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #007DFC;
}
.logo span {
  font-weight: 400;
}

.container {
  max-width: 1360px;
  width: 100%;
}

.resumebtn {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.banner-images {
  height: 266px;
  width: 100%;
  position: relative;
}
.banner-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
}

.main-body-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-body-area .profile-side {
  width: 346px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px;
  border: 1px solid rgba(13, 27, 42, 0.2);
  background: #ffffff;
  border-radius: 16px;
  margin-top: -40px;
  position: relative;
}
.main-body-area .sticky {
  position: sticky;
  top: 0;
  width: 346px;
  z-index: 1000;
  max-height: 840px;
  /* Custom scroll bar styling */
  /* Fallback for other browsers */
}
.main-body-area .sticky .profile-area {
  height: calc(100vh - 20px);
  overflow-y: auto;
}
.main-body-area .sticky .profile-area::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}
.main-body-area .sticky .profile-area::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track color */
}
.main-body-area .sticky .profile-area::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Scroll bar color */
  border-radius: 4px;
  /* Rounded corners */
}
.main-body-area .sticky .profile-area::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Scroll bar color on hover */
}
.main-body-area .sticky .profile-area {
  scrollbar-color: #888 #f1f1f1;
  /* Thumb and track color */
  scrollbar-width: thin;
  /* Makes the scrollbar thinner */
}
.main-body-area .main-content-side {
  width: calc(100% - 346px);
  padding: 0 10px 20px 40px;
}

.profile-area {
  padding: 24px;
  z-index: 1;
}
.profile-area .profile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 28px;
}
.profile-area .profile-header .profile-image {
  height: 86px;
  width: 86px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.profile-area .profile-header .profile-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
}
.profile-area .profile-header .profile-header-content h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0D1B2A;
}
.profile-area .profile-header .profile-header-content p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(13, 27, 42, 0.65);
}
.profile-area .profession-title {
  background: rgba(13, 27, 42, 0.2);
  border-radius: 30px;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  width: 110px;
  margin-bottom: 14px;
}
.profile-area .profession-title img {
  width: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.profile-area .profession-title span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(13, 27, 42, 0.65);
}
.profile-area .name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0D1B2A;
  margin-bottom: 33px;
}
.profile-area .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0D1B2A;
}
.profile-area .description {
  font-family: Plus Jakarta Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0D1B2A;
}
.profile-area .qualification_and_location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.profile-area .qualification_and_location img {
  width: 16px;
  margin-top: 4px;
}
.profile-area .qualification_and_location h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(13, 27, 42, 0.65);
}
.profile-area .qualification_and_location h2 .mobiletext {
  display: none;
}
.profile-area .contact-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-area .contact-button-area a {
  font-family: Plus Jakarta Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0D1B2A;
  border: 1px solid rgba(13, 27, 42, 0.3019607843);
  padding: 10px;
  width: 48%;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.profile-area .contact-button-area a:hover {
  background: #ECECEC;
}
.profile-area .social-link a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding: 18px;
  border-radius: 30px;
  background: #007DFC;
  margin-top: 8px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 48px;
}
.profile-area .social-link a:hover {
  background: #0008fc;
}

.trusted-and-review-area {
  margin: 40px 0;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  border: 1px solid rgba(71, 84, 103, 0.1019607843);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0588235294);
}

.review-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.review-area .rating-items {
  width: 45%;
}
.review-area .rating-items .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.review-area .rating-items .star span {
  display: block;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background: #FDBE30;
  height: 18px;
  width: 18px;
}
.review-area .rating-items p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #475467;
  margin: 26px 0;
}
.review-area .rating-items .client-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.review-area .rating-items .client-profile .image {
  height: 61px;
  width: 61px;
  border-radius: 50%;
}
.review-area .rating-items .client-profile .image img {
  height: 100%;
  width: 100%;
}
.review-area .rating-items .client-profile .name-and-position h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0E3063;
  margin: 0;
}
.review-area .rating-items .client-profile .name-and-position p {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(14, 48, 99, 0.5);
  margin: 0;
}
.review-area .borderline {
  width: 1px;
  height: 250px;
  background: rgba(0, 0, 0, 0.1);
}

.trusted-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.trusted-header h1 {
  font-family: Plus Jakarta Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(71, 84, 103);
  padding: 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.trusted-header hr {
  width: 100%;
  height: 1px;
}

.trusted-partner-area {
  padding-top: 20px;
  overflow: hidden;
}
.trusted-partner-area .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible !important;
}
.trusted-partner-area .slick-list {
  padding: 0 !important;
  overflow: visible !important;
}
.trusted-partner-area h4 {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: block;
  font-family: "TT Norms Pro", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #2229BD;
}
.trusted-partner-area .slick-slide {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trusted-partner-area .slick-slide .inner {
  margin: 0 30px;
}
.trusted-partner-area .marquee {
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
  margin-top: 0px;
}
.trusted-partner-area .hide {
  display: none !important;
}

.work-sample-area .filter_btn_area {
  padding: 20px 0 40px;
}
.work-sample-area .button {
  border: 1px solid rgba(13, 27, 42, 0.3);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0D1B2A;
  padding: 5px 10px;
  border-radius: 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.work-sample-area .button:hover,
.work-sample-area .button.active {
  background: #0D1B2A;
  color: #ffffff;
}
.work-sample-area .projectCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
.work-sample-area .projectCategory .caseStudies h1,
.work-sample-area .projectCategory .uxartifacts h1,
.work-sample-area .projectCategory .uidesign h1,
.work-sample-area .projectCategory .recommendations h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0D1B2A;
  margin-bottom: 40px;
}
.work-sample-area .projectCategory .caseStudies h1 span,
.work-sample-area .projectCategory .uxartifacts h1 span,
.work-sample-area .projectCategory .uidesign h1 span,
.work-sample-area .projectCategory .recommendations h1 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(13, 27, 42, 0.5);
}
.work-sample-area .projectCategory .project-card-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
.work-sample-area .projectCategory .project-card-area .project-card {
  width: 48%;
}
.work-sample-area .projectCategory .desktop-view .row .project-card {
  width: 100%;
  margin-bottom: 1.5rem;
}
.work-sample-area .item {
  border-radius: 4px;
  width: 100%;
}
.work-sample-area .item.blue {
  background: #06f;
}
.work-sample-area .item.white {
  background: #fff;
}
.work-sample-area .item.grey {
  background: #8e9aa7;
}
.work-sample-area .item.yellow {
  background: #fdc67e;
}
.work-sample-area .item.red {
  background: #eb7676;
}
.work-sample-area .hide {
  display: none;
}

.mobile-view {
  display: none !important;
}

.work-sample-area .filter_btn_area {
  padding: 20px 0 20px 0;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 20px;
}

.recommendations-area {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.recommendations-area .project-card {
  margin-bottom: 20px;
}
.recommendations-area .viewallbtnarea {
  position: absolute;
  bottom: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}
.recommendations-area .viewallbtnarea .view-all {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.recommendations-area .viewallbtnarea .view-all:hover {
  background: linear-gradient(135deg, #2575fc 0%, #6a11cb 100%);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}
.recommendations-area .viewallbtnarea .view-all:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.footer-area {
  border-top: 1px solid rgba(13, 27, 42, 0.1019607843);
  background: #ffffff;
  padding: 20px 0;
}
.footer-area p {
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0D1B2A;
}
.footer-area .button-area button {
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: right;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0D1B2A;
}
.footer-area .button-area button img {
  width: 12px;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .review-area .rating-items p {
    font-size: 15px;
    line-height: 22px;
  }
  .review-area .rating-items .client-profile .name-and-position h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .review-area .rating-items .client-profile .name-and-position p {
    font-size: 13px;
  }
}
@media (max-width: 1080px) {
  .review-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .review-area .borderline {
    width: 100%;
    height: 1px;
  }
  .review-area .rating-items {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }
  .mobile-view .project-card {
    width: 100% !important;
  }
  .viewallbtnarea {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .profile-area .profile-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
  .profile-area .profile-header .profile-header-content h1 {
    text-align: center;
  }
  .profile-area .profession-title {
    margin: 0 auto;
  }
  .profile-area .name {
    text-align: center;
    margin-top: 18px;
  }
  .profile-area .title {
    text-align: center;
  }
  .profile-area .description {
    text-align: center;
  }
  .profile-area .qualification_and_location {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .profile-area .qualification_and_location h2 .desktoptext {
    display: none;
  }
  .profile-area .qualification_and_location h2 .mobiletext {
    display: block;
  }
  .banner-images {
    height: 190px;
  }
  .trusted-and-review-area {
    padding: 20px 10px;
  }
  .main-body-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
  .main-body-area .profile-side {
    width: 100%;
  }
  .main-body-area .main-content-side {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
@media (max-width: 577px) {
  .review-area {
    display: none;
  }
  .trusted-and-review-area {
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .footer-area p span {
    display: none;
  }
  .trusted-and-review-area {
    padding: 0px 10px;
  }
  .trusted-header {
    margin-top: 0;
  }
}
@media (max-width: 577px) {
  .profile-area .profile-header {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .profile-area .profile-header .profile-image {
    height: 105px;
    width: 105px;
  }
  .profile-area .social-link a {
    padding: 10px;
  }
  .slick-slide img {
    height: 23px;
  }
  .trusted-partner-area .slick-slide .inner {
    margin: 0 20px;
  }
  .trusted-and-review-area {
    margin-top: 0;
  }
}
.project-card {
  background: #ffffff;
  border: 1px solid rgba(13, 27, 42, 0.1019607843);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 15px;
  padding: 2px;
}
.project-card .image {
  height: 252px;
  width: 100%;
  position: relative;
}
.project-card .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
}
.project-card .navyimg img {
  padding: 10px;
  padding-bottom: 0;
}
.project-card .card-content {
  padding: 0 35px;
}
.project-card .card-content h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0D1B2A;
  margin: 24px 0;
}
.project-card .card-content p {
  font-family: Plus Jakarta Sans;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(13, 27, 42, 0.5);
  margin-bottom: 35px;
}
.project-card .card-content .offer-area {
  margin-bottom: 30px;
  background: rgb(233, 255, 235);
  padding: 10px 15px;
  border-radius: 6px;
}
.project-card .card-content .offer-area img {
  width: 20px;
  margin-right: 15px;
}
.project-card .card-content .offer-area span {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(53, 133, 46);
}
.project-card .card-content .card-footer-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
.project-card .card-content .card-footer-area h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(13, 27, 42);
}
.project-card .card-content .card-footer-area button {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #007DFC;
  border: 1px solid #007DFC;
  padding: 15px 20px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.project-card .card-content .card-footer-area button:hover {
  background: rgba(0, 126, 252, 0.2980392157);
}
.project-card .rating-items {
  padding: 40px 20px;
}
.project-card .rating-items .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.project-card .rating-items .star span {
  display: block;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background: #FDBE30;
  height: 18px;
  width: 18px;
}
.project-card .rating-items p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #475467;
  margin: 26px 0;
}
.project-card .rating-items .client-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.project-card .rating-items .client-profile .image {
  height: 61px;
  width: 61px;
  border-radius: 50%;
}
.project-card .rating-items .client-profile .image img {
  height: 100%;
  width: 100%;
}
.project-card .rating-items .client-profile .name-and-position h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0E3063;
  margin: 0;
}
.project-card .rating-items .client-profile .name-and-position p {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(14, 48, 99, 0.5);
  margin: 0;
}

.hashtag-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  padding-bottom: 30px;
}
.hashtag-area span {
  font-family: Plus Jakarta Sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding: 7px 10px;
  border-radius: 30px;
  color: rgba(13, 27, 42, 0.4);
  background: rgba(13, 27, 42, 0.2);
}

@media (max-width: 1440px) {
  .project-card .card-content h2 {
    font-size: 20px;
  }
  .project-card .card-content {
    padding: 0px 17px;
  }
  .project-card .card-content p {
    font-size: 14px;
  }
  .project-card .card-content .offer-area img {
    width: 17px;
    margin-right: 0px;
  }
  .project-card .card-content .offer-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .project-card .card-content .offer-area span {
    display: block;
    text-align: center;
  }
  .project-card .card-content .card-footer-area h3 {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .project-card .card-content .card-footer-area h3 {
    font-size: 16px;
  }
  .project-card .card-content .card-footer-area button {
    padding: 12px 12px;
  }
}
@media (max-width: 1080px) {
  .project-card .card-content .card-footer-area h3 {
    font-size: 16px;
  }
  .project-card .card-content h2 {
    font-size: 16px;
    line-height: 25px;
  }
  .project-card .card-content .card-footer-area h3 {
    font-size: 14px;
  }
}/*# sourceMappingURL=styles.css.map */