@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

body {
  font-family: var(--font-family);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

:root {
  --font-family: "Inter", sans-serif;
  --heading-color: #1b4458;
  --dark-grayish-blue: #1a202c;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-white-color: #fafafa;
  --paragraph-color: #718096;
  --light-dark-color: #4a5568;
  --hover-color: #00abff;
  --bg-color: #f4f6f7;
  --light-gray: #2d3748;
  --light-gray-white: #c1c1c1;
  --dark-grey: #0a1722;
}

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  box-shadow: none;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1400px !important;
    width: 100%;
  }
}

ul,
li {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
}

.home-page p,
.home-page a,
.home-page span,
.home-page h1,
.home-page strong,
.home-page h2 {
  font-family: var(--font-family);
}

.customDropdown .arrow {
  background-color: var(--heading-color);
}

.d-flex {
  display: flex;
}

.gap-1 {
  gap: 10px;
}

.gap-8 {
  gap: 25px;
}

.scroll-up {
  background-color: var(--hover-color);
}

.mt-1 {
  margin-top: 15px;
}

.mt-2 {
  margin-top: 25px;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 6rem;
}

.text-grey {
  color: var(--light-gray-white);
}

.mt-7 {
  margin-top: 7rem;
}

.p-5 {
  padding: 50px;
}

.p-2 {
  padding: 20px;
}

.pt-0 {
  padding-top: 0px !important;
}

.gitex-content {
  color: var(--light-gray-white) !important;
}

.sub-heading {
  color: var(--white-color);
}

.schedule-meeting {
  position: relative;
  /* Allows positioning of the nested circles */
  height: 314px;
  background-image: url(../assets/images/gitex-event/meeting-gitex.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-container {
  position: absolute;
  right: -1px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white-color);
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

.center-text {
  margin: 0;
  font-size: 2rem;
  color: white;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio {
  color: var(--dark-grey);
  font-size: 70px;
  font-weight: 600;
}

.inner-circle {
  width: 65px;
  height: 65px;
  background-color: #153c4d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow {
  color: white;
  font-size: 20px;
}

.event-section {
  margin-top: 74px;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #191025;
  background-image: url(../assets/images/leap-background.png);
}
.ai-section {
  background-image: none !important;
  padding-bottom: 0 !important;
  background: radial-gradient(71.28% 426.39% at 71.28% 54.9%, #D9E4E7 0%, #83A7B1 100%) !important;
}
.ai-banner{
  padding-top: 7%;
}
.ai-experice-cards {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px;
}

.p-0 {
  padding: 0px !important
}

.ai-experice-cards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(27, 68, 88, 0) 0%, #1B4458 88.64%);
  border-radius: 10px;
  z-index: 1;
}
.ai-experice-cards span {
  position: absolute;
  color: #ffff;
  font-size: 14px;
  z-index: 2;
}
.ai-services p {
  display: block !important;
}
.expertise-col {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 50px;
  margin-bottom: 20px;
}
.ai-experice-cards span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  z-index: 2;
  border-radius: 5px;
}
.ai-experice-cards img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.justify-content-end {
  justify-content: end;
}
.ai-button {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 55%;
  transform: translate(-50%, -50%);
}
.py-2 {
  padding-top: 70px;
  padding-bottom: 20px;
}
.ai-card-img, .ai-card-img2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ai-card {
  padding: 0px 40px !important;
}
.ai-card-img img:nth-child(1){
  height: 316px;
  width: 271px;
  object-fit: contain;
}
.ai-card-img img:nth-child(2) {
  height: 193px;
  width: 271px;
  object-fit: contain;
}
.ai-card-img2 img:nth-child(1) {
  height: 240px;
  width: 271px;
  object-fit: contain;
}
.ai-card-img2 {
  margin-left: 7px;
}
.ai-card-img2 img:nth-child(2) {
  height: 268px;
  width: 271px;
  object-fit: contain;
}
#ai-button {
  background-color: #FFFFFF;
  color: #1B4458;
}
/* home page banner css start here  */
.banner-section {
  background-image: url(../images/home-background-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 20px;
  background-color: #f6f6f6;
}

/* .banner-section .banner-title {
  color: #ffffff;
} */

/* .banner-section .banner-title span {
  color: #ffffff;
}

.banner-section .banner-title strong {
  color: #3eabf8;
} */
.gif-img img {
  width: 100%;
}

.event-img img {
  width: 74% !important;
}

.event-img {
  display: flex;
  justify-content: center;
}

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

.gap-8rm {
  gap: 8rem;
}

.pt-3 {
  padding-top: 3rem !important;
}

.banner-title {
  color: var(--dark-grayish-blue);
  font-size: 50px;
  font-style: normal;
  font-weight: 200;
  line-height: 70px;
  /* max-width: 900px; */
}

.event-content {
  display: flex;
  margin-bottom: 40px;
  padding: 10px;
  justify-content: center;
}

.banner-title span {
  color: var(--heading-color);
  font-weight: 800;
}

.event-title span {
  color: #ffffff !important;
}

.banner-title span strong {
  font-weight: 800;
  color: var(--dark-grayish-blue);
}

.overlay {
  position: relative;
  z-index: 3;
}

.event-info {
  border-radius: 15px 0 15px 0;
  width: 100%;
  border: 1px solid var(--black-color);
  background: var(--white-color);
}

.gitex-meet span {
  font-size: 45px;
  font-weight: 600;
  color: var(--dark-grey);
}

.event-container {
  display: flex;
  justify-content: end;
  gap: 6rem;
}

.service-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-link:hover {
  color: white;
}

.mb-2 {
  margin-bottom: 20px;
}

.mobile-btn {
  gap: 40px;
  display: flex;
}

.text-white {
  color: var(--white-color) !important;
}

.related-services {
  font-size: 28px;
}

.event-date {
  padding: 15px;
  align-items: center;
  display: flex;
  gap: 14px;
}

.event-calender {
  width: 30px !important;
}

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

.d-grid {
  display: grid;
}

.event-text {
  font-size: 12px;
  color: #153c4d99;
}

.text-green {
  font-size: 16px;
  color: #153c4d;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.clients-awwards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 870px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.event-section .event-para {
  color: #ffffff !important;
}

.event-heading {
  font-family: "Space Grotesk", serif !important;
  font-size: 40px;
  font-weight: 500;
  line-height: 70px;
  color: #ffffff !important;
  margin-bottom: 0px;
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
}

.leep-col {
  flex-direction: column;
  justify-content: center;
  align-items: end;
}

.event-text-col {
  background: linear-gradient(91.72deg,
      #0ff5d1 4.8%,
      #738de1 50.22%,
      #f806fa 99.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 100px;
  line-height: 150px;
  letter-spacing: 1.8px;
  text-shadow: 0px 4px 34px rgba(38, 214, 212, 0.37);
}

.event-location p {
  color: #8aa5d0;
  font-family: "Space Grotesk", serif !important;
  font-size: 30px;
  font-weight: 400;
  line-height: 60px;
  text-align: right;
}

.event-location h2 {
  color: #ffffff;
  font-family: "Space Grotesk", serif !important;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  text-align: right;
  margin-bottom: 0px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.leap-button {
  background: linear-gradient(90deg, #6645eb 0%, #d445eb 100%);
  font-family: "Space Grotesk", serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  min-height: 56px;
  min-width: 221px;
  border: 0px;
  margin-bottom: 10px;
  border-radius: 60px;
}

.leap-button-container {
  display: flex;
  justify-content: end;
  margin-top: 8rem;
}

.banner-section .banner-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-grayish-blue);
  /* color: #ffffff; */
  line-height: 30px;
  max-width: 700px;
  margin-bottom: 1px;
}

.clients-awwards .clients span {
  color: var(--black-color);
  /* color: #ffffff; */
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.clients-awwards .clients strong {
  /* color: #ffffff; */
  color: var(--heading-color);
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  display: inline-block;
}

.event-btn {
  background: #ffffff !important;
  color: #000000 !important;
  margin-bottom: 5rem;
}

.custom-btn {
  border-radius: 16px 0px;
  background: var(--heading-color);
  box-shadow: 0px 6px 15px 0px rgba(0, 23, 87, 0.3);
  padding: 16px 40px;
  display: inline-block;
  color: var(--light-white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}

/* .stars i {
  color: #fff;
} */
.custom-btn:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: var(--hover-color);
  transition: 0.5s;
  transform: scale(0);
}

.form-section .custom-btn::after {
  display: none;
}

.custom-btn:hover:after {
  transform: scale(1.5);
}

.custom-btn:hover {
  background: var(--hover-color);
  color: var(--light-white-color);
}

.client-award-item {
  max-width: 100px;
  text-align: center;
  width: 100%;
}

.client-award-item img {
  width: 100%;
}

.client-award-item .client-img {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

/* home page banner css End here  */
/* ========================================= */

/* development section css End here  */

.development-content {
  padding-top: 111px;
}

.sec-heading {
  color: var(--dark-grayish-blue);
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
  margin-bottom: 40px;
}

.main-expert-img {
  width: 95%;
}

.main-expert-img2 {
  width: 100%;
}

.gitex-section {
  margin-top: 74px;
  background-image: url(../assets/home-images/gitex-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #f6f6f6;
}

.gitex-section .event-para {
  color: #ffffff !important;
}

.sec-heading span {
  color: var(--heading-color);
  font-weight: 700;
}

.sec-content {
  color: var(--paragraph-color);
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.see-more {
  color: var(--heading-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin-top: 30px;
  display: inline-block;
}

.expert-img {
  position: relative;
}

.small-dots {
  top: 0;
  right: 0;
}

.start-box {
  width: 60px;
  height: 60px;
  border-radius: 10.666px;
  background: var(--hover-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20%;
  left: 0;
  transform: translateY(-20%);
}

.broken-box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: 0;
  right: 0;
  bottom: 15px;
  border-radius: 10.666px;
  background: var(--heading-color);
}

.Tick-Square {
  border-radius: 10.666px;
  background: var(--heading-color);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 70%;
  left: 15px;
  transform: translateY(-70%);
}

.best-development {
  position: absolute;
  top: 10%;
  transform: translate(0, -30%);
  max-width: 215px;
  width: 100%;
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: -8px 8px 140px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  left: 50%;
  transition: transform 0.5s ease;
  animation: timer 4s ease-in-out infinite;
  transform-origin: bottom center;
}

.best-development span,
.timer span {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.review {
  position: absolute;
  left: 15%;
  bottom: 0;
  max-width: 190px;
  width: 100%;
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: -8px 8px 140px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  transform: translate(-18%, 18%);
  transition: transform 0.5s ease;
  animation: img-review 4s ease-in-out infinite;
  transform-origin: bottom center;
}

.review span {
  color: #666;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.review span strong {
  display: block;
}

.timer {
  position: absolute;
  bottom: 15%;
  right: 0;
  max-width: 273px;
  width: 100%;
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: -8px 8px 140px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  transform: translateY(-18%);
  transition: transform 0.5s ease;
  animation: timer 4s ease-in-out infinite;
  transform-origin: bottom center;
}

.small-dots li {
  position: absolute;
  animation: anim-pulses infinite 40s linear;
  transition: all 40s ease-in-out 40s;
  animation-direction: alternate;
}

.small-dots li:nth-child(2) {
  left: 35%;
  top: -22px;
  transform: translateX(-36%);
  animation: anim-pulses-one infinite 40s linear;
  transition: all 40s ease-in-out 40s;
  animation-direction: alternate;
}

.small-dots li:nth-child(3) {
  right: 15%;
  top: 15px;
  transform: translateX(-15%);
  animation: anim-pulses-two infinite 40s linear;
  transition: all 40s ease-in-out 40s;
  animation-direction: alternate;
}

.small-dots li:nth-child(4) {
  top: 30px;
  left: 20%;
}

.small-dots li:nth-child(5) {
  right: 13%;
  top: 25%;
  transform: translate(-13%, -25%);
}

.small-dots li:nth-child(6) {
  top: 39%;
  left: 41%;
  transform: translate(-41%, -39%);
  animation: anim-pulses-four infinite 40s linear;
  transition: all 40s ease-in-out 40s;
  animation-direction: alternate;
}

.small-dots li:nth-child(7) {
  top: 11%;
  left: 50%;
  transform: translate(-50%, -11%);
  animation: anim-pulses-five infinite 40s linear;
}

.small-dots li:nth-child(8) {
  right: 13%;
  top: 40%;
  transform: translate(-13%, -40%);
}

.small-dots li:nth-child(9) {
  bottom: 13%;
  left: 7%;
}

.small-dots li:first-child {
  bottom: 42%;
  left: 36%;
  transform: translate(-36%, -42%);
  transform: translateX(-20%);
  animation: anim-pulses-three infinite 40s linear;
  transition: all 40s ease-in-out 40s;
  animation-direction: alternate;
}

.small-dots li:nth-child(10) {
  bottom: 40%;
  right: 15px;
  transform: translate(-15px, -40%);
}

/* =============================================== */
/* project details css start here  */

.hide-points li {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  list-style: disc;
  border: 1px solid #e7daed;
  background: #1b4459;
  border-radius: 10px;
  padding: 15px;
  margin-top: 30px;
  /* min-height: 98px; */
  display: flex;
  align-items: center;
}

.hide-points li span {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
  transform: rotate(45deg);
}

/* .informations{
  padding: 8px 15px;
  border: 1px solid #E7DAED;
  outline: none;
  margin-top: 5px;
  margin-bottom: 16px;
} */
.project-details {
  background: var(--bg-color);
  padding: 30px 0;
  margin-top: 40px;
}

.inner-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.inner-details-box {
  text-align: center;
  padding: 40px;
  max-width: 25%;
  flex: 0 0 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.inner-details-box img {
  width: auto;
  height: auto;
}

.inner-details-box p {
  color: var(--black-color);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}

.inner-details-box strong {
  color: var(--heading-color);
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
}

.inner-details-box:last-child {
  border-right: 0;
}

.Projects:after,
.Experts:after {
  content: "+";
  display: inline-block;
}

.Client:after {
  content: "%";
  display: inline-block;
}

.Years:after {
  content: "yrs";
  display: inline-block;
}

/* ====================================== */
/* design development css start here  */
.design-development {
  padding: 80px 0;
  position: relative;
}

.design-development::after {
  content: "";
  position: absolute;
  left: 52px;
  top: 100px;
  background-image: url(../assets/home-images/icons-Group.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 83px;
  height: 166px;
  transform: translate(-27%, 18%);
  transition: transform 0.5s ease;
  animation: img-review 4s ease-in-out infinite;
  transform-origin: bottom center;
}

.design-development::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../assets/home-images/designer-Looper.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 301px;
  height: 691px;
}

.design-development .sec-content {
  text-align: center;
}

.technologies-icon {
  max-width: 50px;
  height: 50px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(225deg, #29272e 0%, #27272e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.technologies-box {
  display: flex;
  align-items: flex-start;
  column-gap: 15px;
  border: 1px solid #e7daed;
  background: var(--light-white-color);
  padding: 15px;
  margin-bottom: 30px;
  transition: 0.5s;
}

.technologies-box .see-more {
  margin-top: 15px;
  font-size: 15px;
}

.technologies-content h3 {
  color: var(--dark-grayish-blue);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 136.523%;
}

.technologies-content p {
  color: var(--light-dark-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.023%;
  -webkit-line-clamp: 3;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.technologies-icon img {
  width: 30px;
  height: auto;
  transition: 1.5s;
}

.technologies-box:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  background: var(--white-color);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.11), 0 15px 15px rgb(242 246 245);
  border-color: transparent;
  border-radius: 5px;
}

.technologies-box:hover img {
  transform: rotateY(360deg);
  transition: 1.5s ease-out;
}

.technologies-box .mobile-app {
  background: linear-gradient(225deg, #67e9f1 0%, #509cf5 100%);
}

.technologies-box .digital {
  background: linear-gradient(225deg, #67e9f1 0%, #24e795 100%);
}

.technologies-box .web-app {
  background: linear-gradient(224deg, #ff92ae 8.18%, #ff3d9a 95.84%);
}

.technologies-box .ai {
  background: linear-gradient(225deg, #9EFF5E 0%, #6FF77F 100%);
}

.technologies-box .software-dev {
  background: linear-gradient(225deg, #ffef5e 0%, #f7936f 100%);
}

.technologies-box .ui-ux {
  background: linear-gradient(225deg, #f76680 0%, #57007b 100%);
}

.technologies-space {
  margin-top: 50px;
  margin-bottom: 20px;
}

.technologies-space {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.design-development .sec-heading {
  max-width: 1000px;
  margin: 0 auto 50px;
}

/* ======================================================================= */
/* technologies we serve section css start here  */
.technologies-we-serve {
  padding-bottom: 100px;
  position: relative;
}

.technologies-we-serve::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../assets/home-images/technologies-Looper.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 301px;
  height: 691px;
}

.tab-items {
  display: none;
}

.tab-technologies .active {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}

.tab-header {
  text-align: center;
  margin: 40px;
}

.tab-header a {
  color: var(--dark-grayish-blue);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0 20px;
  position: relative;
}

.tab-header a.active {
  color: var(--heading-color);
  font-weight: 600;
}

.tab-technologies img {
  max-width: 120px;
  /* width: 100%; */
}
.aiBlock img {
  max-width: 46px !important;
}
#databases .tech-box img {
  max-width: 70px !important;
}

#CloudTesting .tech-box img {
  max-width: 40px !important;
}

.tab-technologies .active a {
  display: inline-flex;
  width: auto;
  justify-content: center;
  min-height: 120px;
  align-items: center;
  border: 1px solid #d7d7d747;
  border-radius: 10px;
  box-shadow: 0 3px 10px #d7d7d77a;
  transition: 0.5s;
  background-color: var(--white-color);
  flex-basis: 0;
  flex-shrink: 0;
  padding: 6px 15px;
  text-align: center;
}

.common-tech {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #4a5568;
  margin-top: 10px;
}

.tab-technologies .active a:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  background: var(--white-color);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.11), 0 15px 15px rgb(242 246 245);
}

.tab-header .active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background: var(--heading-color);
  transform: translateX(-50%);
}

/* =========================================== */
/* our expert section start here  */
.our-expert {
  padding: 80px 0;
}

.our-expert-slider img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  height: 213px;
  object-fit: cover;
}

.our-expert-slider {
  margin-top: 40px;
}

.our-expert-slider .slick-slide {
  height: auto;
}

.our-expert-slider .see-more img {
  width: auto;
  border-radius: 0;
  margin-bottom: 0;
  height: auto;
}

.our-expert-slider .title-box h3 {
  color: var(--light-gray);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.our-expert-slider .title-box p {
  color: var(--light-gray);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.our-expert-slider .see-more {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.slick-arrow {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid;
  outline: none;
  background: var(--heading-color);
  color: var(--white-color);
  margin: 0 10px;
}

/* ====================================== */
/* innovation css start here  */

.innovation-starts .innovation-box {
  border-radius: 20px;
  background: var(--heading-color);
  padding: 40px 100px;
  position: relative;
}

.innovation-starts .innovation-box .sec-heading {
  color: var(--white-color);
  margin-bottom: 20px;
}

.innovation-starts .innovation-box .innovation-bg {
  position: absolute;
  bottom: -7px;
  left: -10%;
}

.innovation-starts .innovation-box .contact {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 16px 0px;
  background: linear-gradient(225deg,
      var(--hover-color) 0%,
      var(--hover-color) 100%);
  max-width: 340px;
  width: 100%;
}

.innovation-img {
  margin-left: 35%;
}

.innovation-starts .innovation-box .sec-content {
  color: var(--white-color);
}

/* ========================================== */
/* blockchain section css start here  */
.blockchain-section {
  padding: 50px 0;
  position: relative;
}

.b-chain-img img {
  width: 100%;
  transition: 0.5s;
}

.b-chain-content h3 {
  color: var(--light-gray);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* 166.667% */
  margin-top: 15px;
}

.b-chain-content p {
  color: var(--light-gray);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.b-chain-content .see-more {
  margin-top: 10px;
}

.b-chain-content .see-more img {
  padding-left: 10px;
}

.b-chain-box {
  margin-top: 40px;
}

.blockchain-section .see-more-btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.b-chain-img {
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  max-height: 250px;
}

.b-chain-box:hover img {
  transform: scale(1.1);
}

/* ================================ */
/* form section css start here  */
.form-img {
  position: relative;
  max-width: 560px;
  margin-right: auto;
}

.form-img .form-main-img {
  max-width: 550px;
  width: 100%;
  height: auto;
}

.circle-img-pattern {
  position: absolute;
  bottom: 13%;
  left: 0;
  z-index: -1;
}

.circle-img-shap {
  position: absolute;
  top: 3%;
  right: 13%;
  z-index: -1;
}

.round-circle {
  width: 32px;
  height: 32px;
  background: var(--heading-color);
  border-radius: 50%;
  position: absolute;
  left: -15px;
  bottom: 0;
}

.round-circle-sec {
  width: 32px;
  height: 32px;
  background: var(--heading-color);
  border-radius: 50%;
  position: absolute;
  right: 11%;
  bottom: 13%;
  z-index: -1;
}

.form-section .input-icon,
.form-section .bg-name,
.form-section h3 {
  display: none;
}

.form-section .form-group input,
.form-section .form-group textarea,
.form-section .form-group select {
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #dddeed;
  padding: 14px 15px !important;
  outline: none;
  color: #555;
}

.form-section .custom-btn {
  margin-top: 20px;
}

.form-section {
  padding: 80px 0;
}

.form-section .sec-heading {
  margin-bottom: 30px;
}

/* =========================================== */
/* portfolio section css start here  */
.port-main-sec {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -50px;
}

.port-main-sec .portfolio-content {
  width: 50%;
  padding: 40px 50px;
}

.port-main-sec .portfolio-content img {
  width: 100%;
}

.portfolio-content .portfolio-text h3 {
  color: var(--black-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 30px;
}

.portfolio-content .portfolio-text .see-more {
  display: flex;
  align-items: center;
}

.portfolio-content .portfolio-text .see-more img {
  width: 30px;
  padding-left: 5px;
}

.our-portfolio {
  padding-bottom: 100px;
}

/* =================================================== */
/* latest news section css start here  */
.custom-news .news-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  height: auto;
}

.custom-news .news-items .news-inner-items {
  display: flex;
  align-items: center;
  padding: 40px 0;
  position: relative;
  padding-left: 40px;
}

.read-more-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #e5e7e8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-box {
  background-color: var(--white-color);
}

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

.custom-news .news-items .news-inner-items .blog-list-content {
  width: 25%;
  border-radius: 9px;
  border: 1px solid var(--shade-primary-lite-bg, #e7daed);
  background: var(--base-white, var(--white-color));
  position: relative;
  min-height: 250px;
}

.news-inner-items .blog-list-content img {
  width: 100%;
  border-radius: 10px;
}

.news-inner-items .blog-list-content .title-heading {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1px;
  margin-top: 7px;
  padding-left: 15px;
  min-height: 42px;
}

.news-inner-items .blog-list-content .title-heading a {
  color: var(--dark-grayish-blue);
}

.news-inner-items .blog-list-content .month-day {
  color: var(--paragraph-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.news-inner-items .blog-list-content .post-dt {
  padding-left: 15px;
}

.custom-news .news-items .item-bottom-border:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(225deg,
      var(--heading-color) 0%,
      var(--heading-color) 100%);
  z-index: -1;
}

.custom-news .news-items .item-bottom-border:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18.881px;
  height: 18.881px;
  bottom: -7px;
  background-image: url(../assets/home-images/slider-Polygon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-4%);
}

.custom-news .news-items .remove-before:before {
  display: none;
}

.custom-news .news-items .item-bottom-border .blog-list-content:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  height: 30px;
  width: 2px;
  background: linear-gradient(225deg,
      var(--heading-color) 0%,
      var(--heading-color) 100%);
}

.parant-overflow {
  /* padding-left: 120px; */
  padding-left: px;
  position: relative;
}

.parant-overflow:after {
  /* content: ""; */
  position: absolute;
  top: 40px;
  left: 0;
  background-image: url(../assets/home-images/slider-shap.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 84px;
  height: 186px;
}

.custom-news .news-items .item-top-border .blog-list-content:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  height: 30px;
  width: 2px;
  background: linear-gradient(225deg,
      var(--heading-color) 0%,
      var(--heading-color) 100%);
}

.custom-news .news-items .item-top-border .blog-list-content {
  margin-left: 50px;
  width: calc(25% - 50px);
}

.custom-news .news-items .item-bottom-border .blog-list-content {
  margin-right: 40px;
  width: calc(25% - 40px);
}

.custom-news .news-items .news-inner-items.item-bottom-border {
  padding-left: 0;
}

.stay-inform-section {
  padding-bottom: 100px;
}

.stay-inform-section .custom-news {
  margin-bottom: 0;
}

/* ========================================================== */
/* testimonial slider css start here  */

.client-review .testimonial-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 10px;
  padding: 40px 50px 0px;
  height: 282px;
  position: absolute;
  right: 15px;
  top: 58px;
  border-radius: 10px;
  border: 2px solid rgba(102, 102, 102, 0.08);
  box-shadow: 0px 10px 30px 0px rgba(34, 34, 34, 0.35);
}

.client-review .slick-track {
  width: 100% !important;
  transform: translateX(0) !important;
  position: relative;
  height: 282px;
}

.client-review .testimonial-item.slick-active {
  background: var(--white-color);
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0),
    0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.01),
    0px 20px 13px 0px rgba(0, 0, 0, 0.01),
    0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.01),
    0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.02),
    0px 100px 80px 0px rgba(0, 0, 0, 0.02);
  z-index: 999;
  transition: 0.5s;
  left: -58px;
  top: 0;
  opacity: 1;
}

.client-review {
  max-width: 785px;
  width: 100%;
}

.client-review .testimonial-item .profile-pic {
  width: 68px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: -40px;
}

.client-review .slick-list {
  overflow: inherit;
}

.custom-testimonial {
  background: var(--bg-color);
  padding: 80px 0;
  overflow: hidden;
}

.client-review .testimonial-item {
  opacity: 0;
}

.client-review .testimonial-item.slick-active+.testimonial-item {
  opacity: 0.2;
}

.client-review .slick-arrow {
  left: -90%;
  bottom: 0;
  top: inherit;
  margin: 0;
}

.client-review .slick-prev {
  right: 0;
  z-index: 2222222;
  left: -100%;
}

.custom-testimonial h5 {
  color: var(--heading-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.custom-testimonial .sec-heading span {
  display: block;
}

.custom-testimonial .sec-content {
  margin-bottom: 50px;
  max-width: 500px;
  margin-left: 0;
}

.client-review .testimonial-item p {
  color: #444;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.client-review .testimonial-item h4 {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* ===================================================== */
/* our latest news section design update css start here */
.blog-design {
  margin-bottom: 50px;
}

.blog-design .blog-list-content {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  box-shadow: 1px 6px 10px 0px rgb(0 0 0 / 9%);
  transition: 0.5s;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 30px;
  margin-right: 10px;
}

.blog-direction .see-more {
  margin-top: 10px;
}

.blog-design .blog-list-content .blog-text {
  padding: 20px 15px;
}

.blog-design .blog-list-content .blog-text p {
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #718096;
  font-weight: 300;
}

.blog-design .blog-list-content .blog-text .post-meta {
  margin-bottom: 14px;
}

.blog-design .blog-list-content .blog-text .post-meta .month-day {
  color: #3eabf8;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
}

.blog-design .blog-list-content .blog-img img {
  width: 100%;
}

.blog-design .blog-list-content .blog-img a {
  display: inline-block;
}

.blog-design .blog-list-content .title-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.blog-design .blog-list-content .title-heading .post-heading {
  color: var(--heading-color);
}

.blog-design .blog-list-content:after {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  /* background: #14b1bb; */
  background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.blog-design .blog-list-content:hover:after {
  height: 40px;
  width: 40px;
}

/* ============================================= */
/* media query start here  */
@media screen and (max-width: 1600px) {
  .sec-content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1400px) {
  .technologies-content h3 {
    display: flex;
    align-items: center;
    min-height: 50px;
  }

  .technologies-box {
    min-height: 220px;
  }

  .news-inner-items .blog-list-content .title-heading {
    font-size: 16px;
    font-weight: 600;
  }

  .custom-news .news-items .news-inner-items .blog-list-content {
    min-height: 200px;
  }

  .custom-news .news-items .item-bottom-border .blog-list-content {
    margin-right: 20px;
    width: calc(25% - 20px);
  }

  .custom-news .news-items .item-top-border .blog-list-content {
    margin-left: 30px;
    width: calc(25% - 30px);
  }
}

@media screen and (max-width: 1200px) {
  .review {
    bottom: 0;
    left: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .custom-testimonial .sec-content {
    max-width: 400px;
  }

  .client-review .testimonial-item {
    height: 370px;
  }

  .blog-design .blog-list-content {
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .text-center.mobile-arrows {
    display: none;
  }

  .tab-technologies .active a {
    flex-basis: inherit;
    width: 16%;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .banner-title {
    font-size: 30px;
    line-height: normal;
  }

  .client-award-item {
    max-width: 80px;
  }

  .client-award-item .stars i {
    font-size: 10px;
  }

  .clients-awwards .clients strong {
    font-size: 30px;
  }

  .sec-heading {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .banner-section {
    margin-top: 130px;
  }
}

@media (max-width: 768px) {
  .event-container {
    display: block;
  }

  .event-gitex {
    margin-top: 40px;
  }

  .event-info {
    margin-bottom: 20px;
  }

  .event-img {
    margin-top: 40px;
  }

  .event-info:last-child {
    margin-bottom: 0;
  }
  .ai-card-img img:nth-child(1) {
    height: 185px;
    width: 146px;
  }
 .ai-card-img img:nth-child(2) {
    height: 118px;
    width: 144px;
  }
  .ai-card-img2 img:nth-child(1) {
    height: 131px;
    width: 143px;
  }
  .ai-card-img2 img:nth-child(2) {
    height: 183px;
    width: 143px;
  }
  .ai-button{
    width: 100%;
  }
  .ai-experice-cards {
      width: 300px;
  }
  .expertise-col {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .banner-title {
    font-size: 40px;
    line-height: normal;
  }

  .event-gitex {
    margin-top: 25px;
  }

  .hide-points li {
    list-style: none;
  }

  .text-left.destop-arrows {
    display: none;
  }

  .port-main-sec {
    margin: 0 -30px;
  }

  .client-review {
    max-width: 100%;
    margin-top: 60px;
  }

  .mobile-arrows {
    margin-top: 80px;
  }

  .custom-testimonial {
    padding: 60px 0;
  }

  .client-review .testimonial-item {
    padding: 40px 15px;
    margin: 0 15px;
    top: 26px;
    left: 0;
    height: auto;
  }

  .parant-overflow {
    padding-left: 0;
  }

  .custom-testimonial .sec-content {
    margin-bottom: 30px;
    text-align: center;
    max-width: 100%;
  }

  .client-review .testimonial-item.slick-active {
    left: 0;
  }

  .client-review .testimonial-item .profile-pic {
    left: 50%;
    transform: translateX(-50%);
  }

  .custom-testimonial .sec-heading {
    text-align: center;
  }

  .custom-testimonial h5 {
    text-align: center;
  }

  .parant-overflow:after {
    display: none;
  }

  .port-main-sec .portfolio-content {
    padding: 30px;
  }

  .design-development::after {
    top: -34px;
    left: 0;
  }

  .main-expert-img {
    min-height: 500px;
    object-fit: contain;
  }

  .custom-row {
    margin-top: 2rem;
  }

  .design-development::before {
    display: none;
  }

  .project-details {
    margin-top: 30px;
  }

  .banner-title span strong {
    display: block;
  }

  .banner-section .banner-text {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .sec-heading .design-development .sec-heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .innovation-starts .innovation-box {
    text-align: center;
    padding: 30px;
  }

  .innovation-img {
    margin-left: 0;
    margin-top: 20px;
  }

  .innovation-starts .innovation-box .contact {
    transform: translate(-50%, -50%);
    left: 50%;
  }

  .inner-details-box {
    padding: 20px;
  }

  .inner-details-box img {
    width: 40px;
  }

  .inner-details-box p {
    font-size: 14px;
  }

  .inner-details-box strong {
    font-size: 25px;
    line-height: normal;
  }

  .blockchain-section {
    padding: 60px 0;
  }

  .development-content {
    padding-top: 50px;
  }

  .design-development {
    padding: 60px 0;
  }

  .technologies-we-serve {
    padding-bottom: 60px;
  }

  .our-expert {
    padding: 60px 0;
  }

  .form-section {
    padding: 60px 0;
  }

  .tab-header a {
    margin: 0 10px;
  }

  .tab-header .active:after {
    width: 50%;
    bottom: -6px;
  }

  .form-img .form-main-img {
    max-width: 400px;
  }

  .portfolio-content .portfolio-text h3,
  .b-chain-content h3 {
    font-size: 20px;
  }

  .our-portfolio,
  .stay-inform-section {
    padding-bottom: 60px;
  }

  .leep-col {
    margin-top: 2rem;
  }

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

  .text-col {
    order: 1;
  }

  .image-col {
    order: 2;
    margin-top: 1rem;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .event-heading {
    font-size: 22px;
    font-weight: 500;
    line-height: 70px;
    text-align: center;
  }

  .event-text-col {
    font-size: 54px;
    line-height: 70px;
    white-space: nowrap;
  }

  .image-col {
    display: flex;
  }

  .event-location p {
    font-size: 24px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 0px;
  }

  .event-location h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 51px;
  }

  .leap-button-container {
    justify-content: center;
    margin-bottom: 2rem;
    margin-top: 6rem;
  }

  .event-time {
    margin-top: 10px;
  }

  .leep-col {
    align-items: center;
  }

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

  .text-col {
    order: 1;
  }

  .image-col {
    order: 2;
    margin-top: 1rem;
  }

  .design-development::after {
    display: none;
  }

  .tab-technologies .active a {
    flex-grow: 200;
  }

  .event-btn {
    margin-bottom: 4rem;
  }

  .image-container {
    height: 200px !important;
  }

  .gitex-meet span {
    font-size: 35px;
  }

  .portfolio span {
    font-size: 40px;
    margin-bottom: 0px;
  }

  .meet-section .container {
    margin-top: 4rem;
  }

  .expert-container {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 3rem !important;
  }

  .calendly {
    margin-bottom: 4rem;
  }

  .portfolio {
    font-size: 50px;
  }

  .p-5 {
    padding: 20px;
  }

  .event-section {
    min-height: 700px;
  }

  .mobile-arrows {
    margin-top: 20px;
  }

  .nav.navbar-nav.navbar-right li a {
    color: var(--black-color) !important;
  }

  .mobile-btn {
    gap: 0px;
  }

  .mobile-btn {
    display: flex;
    flex-direction: column;
  }

  .event-btn {
    margin-bottom: 0px;
  }

  .learn-button {
    margin-bottom: 5rem;
  }

  .custom-testimonial {
    padding: 30px 0;
  }

  .custom-news .news-items .news-inner-items {
    padding: 20px 0;
  }

  .innovation-starts .innovation-box .innovation-bg {
    display: none;
  }

  .custom-news .news-items .item-bottom-border .blog-list-content:after {
    bottom: -20px;
    height: 20px;
  }

  .custom-news .news-items .item-top-border .blog-list-content:after {
    height: 20px;
    top: -20px;
  }

  .custom-btn {
    padding: 10px 40px;
    font-size: 14px;
  }

  .technologies-we-serve::before {
    display: none;
  }

  .form-img {
    max-width: 100%;
  }

  .form-img .form-main-img {
    max-width: 100%;
    width: 100%;
  }

  .form-section .sec-heading {
    margin-top: 30px;
    text-align: center;
  }

  .form-section .sec-heading span {
    display: block;
  }

  .review {
    bottom: -10px;
    left: 0;
    padding: 10px;
  }

  .timer {
    right: 0;
    padding: 10px;
  }

  .broken-box {
    bottom: 0;
    height: 40px;
    width: 40px;
  }

  .start-box {
    width: 40px;
    height: 40px;
    top: 30px;
  }

  .Tick-Square {
    width: 40px;
    height: 40px;
  }

  .best-development {
    right: 20px;
    max-width: 200px;
    top: 30px;
    padding: 10px;
    margin-left: auto;
  }

  .port-main-sec {
    margin: 0;
  }

  .margin-mobile {
    margin-top: 3rem;
  }

  .related-services {
    font-size: 24px;
  }

  .port-main-sec .portfolio-content {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .portfolio-content .portfolio-text h3 {
    font-size: 18px;
  }

  .our-expert-slider .title-box h3 {
    font-size: 18px;
  }

  .technologies-content h3 {
    font-size: 18px;
  }

  .b-chain-content h3 {
    font-size: 18px;
  }

  .technologies-box {
    flex-wrap: wrap;
  }

  .technologies-content h3 {
    min-height: auto;
    margin-top: 15px;
  }

  .blog-design {
    margin-bottom: 20px;
  }
  .technologies-space {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .banner-title {
    font-size: 25px;
    line-height: 35px;
  }

  .banner-title span strong {
    display: inline-block;
  }

  .banner-section .banner-text {
    margin: 15px 0;
    line-height: 26px;
  }

  .clients-awwards {
    flex-wrap: wrap;
    row-gap: 0px;
    margin-top: 32px;
    justify-content: space-between;
  }

  .clients {
    width: 100%;
  }

  .client-award-item {
    width: 33.33%;
    max-width: 100%;
  }

  .clients-awwards .clients strong {
    font-size: 20px;
    line-height: 32px;
  }

  .client-award-item img {
    width: 80px;
  }

  .sec-heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .blockchain-section {
    padding: 30px 0;
  }

  .b-chain-box {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .blockchain-section .see-more-btn {
    position: static;
    transform: translateX(0);
  }

  .inner-details-box {
    max-width: 100%;
    flex: 0 0 calc(100% - 20px);
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin: 10px;
  }

  .inner-details-box:last-child {
    border-bottom: 0;
  }

  .technologies-box {
    margin-bottom: 15px;
  }

  .technologies-space {
    margin-top: 30px;
  }

  .tab-header {
    margin: 30px 0 25px;
  }

  .technologies-we-serve {
    padding-bottom: 30px;
  }

  .client-review .slick-track {
    height: 450px;
  }
}