.title-breadcrumb-area {
  text-align: center;
  padding: 100px 0;
  background: linear-gradient(to right, #00aae51f, #d5c6f2, #c6e4f2);
}
.expert-team-section .search-bar {
  margin-bottom: 15px;
  float: right;
  max-width: 350px;
  position: relative;
  width: 100%;
}
.expert-team-section .search-bar input[type="text"] {
  padding: 10px 20px;
  border: 1px solid #10101e52;
  border-radius: 30px;
  font-size: 15px;
  transition: all 0.3s ease;
  max-width: 350px;
  width: 100%;
  padding-left: 40px;
}
.expert-team-section .search-bar svg {
  position: absolute;
  top: 16px;
  left: 17px;
  color: #777;
}
.expert-team-section .search-bar input[type="text"]:focus {
  outline: none;
  border-color: var(--primary-color, #00aae5);
  box-shadow: 0 0 0 3px rgb(0 170 229 / 0.1);
}
.expert-team-section .search-bar input[type="text"]::placeholder {
  color: #999;
}
.expert-team-section .spinner-border {
  width: 3rem;
  height: 3rem;
  border: 0.25em solid currentColor;
  border-right-color: #fff0;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.expert-team-section .section-title p {
  transition: opacity 0.3s ease;
}
.title-breadcrumb-area h1 {
  font-size: 44px;
  font-weight: 700;
}
.section-padding-2 {
  padding-top: 100px;
  padding-bottom: 70px;
}
.about-company-section .content h4 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
  color: #000;
}
.about-company-section .content h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.about-company-section .content h2 span {
  color: var(--primary-color);
}
.about-company-section .content p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}
.about-company-section .video-section {
  position: relative;
}
.about-company-section .video-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.3);
  border-radius: 10px;
  z-index: 1;
}
.about-company-section .video-section img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.about-company-section .video-section a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #fff;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.about-company-section .video-section a:hover {
  color: var(--primary-color);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
}
.about-company-section .video-section a svg {
  fill: #fff;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.about-company-section .video-section a:hover svg {
  fill: var(--primary-color);
}
.company-location-s {
  padding: 30px;
  padding-bottom: 0;
  background: #e5e7ff;
  background: linear-gradient(to right, #00aae51f, #d5c6f2, #c6e4f2);
  border-radius: 4px;
}
.single-location-box {
  padding: 15px;
}
.office-title {
  color: #0a3b66;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.company-name {
  color: #0a3b66;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.location-address {
  color: #333;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.4;
}
.phone-number a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.phone-number a:hover {
  color: #0056b3;
}
.phone-number i {
  color: #0a3b66;
  margin-right: 8px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .company-location-s {
    padding: 20px 15px;
  }
  .single-location-box {
    padding: 10px;
    margin-bottom: 15px;
  }
}
.who-we-content p {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0;
}
.who-we-content h4 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.who-we-content ul {
  display: grid;
  gap: 12px;
  margin-left: 15px;
}
.who-we-content ul li {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: start;
  gap: 10px;
  line-height: 1.8;
}
.who-we-content ul li span.icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  border-radius: 2px;
  margin-top: 4px;
}
.who-we-content ul li span.icon svg {
  width: 20px;
  height: 20px;
  padding: 3px;
  fill: #fff !important;
  color: #fff;
}
.who-we-content-list {
  display: grid;
  gap: 25px;
}
.who-we-content-list .who-we-content-item {
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 5px;
  border-left: 3px solid #000;
  padding: 20px;
  box-shadow: 0 0 11px 0 #cccccc5c;
}
.who-we-content-list .who-we-content-item:nth-child(2n) {
  border-left: 3px solid #3b82f6;
}
.who-we-content-list .who-we-content-item:nth-child(3n) {
  border-left: 3px solid #ac24fb;
}
.who-we-content-list .who-we-content-item .icon {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3b82f61a;
  border-radius: 6px;
  margin-top: 7px;
  font-size: 19px;
  color: #000;
}
.who-we-content-list .who-we-content-item:nth-child(2n) .icon {
  color: #3b82f6;
}
.who-we-content-list .who-we-content-item:nth-child(3n) .icon {
  color: #ac24fb;
}
.who-we-content-list .who-we-content-item .who-we-content-text h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 7px;
}
.who-we-content-list .who-we-content-item .who-we-content-text p {
  font-size: 14px;
}
.major-achievements-tab ul#myTab {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  gap: 10px;
  margin-bottom: 30px;
}
.major-achievements-tab ul#myTab button {
  border: none;
  padding: 0;
  display: grid;
  gap: 12px;
  justify-content: start;
  text-align: center;
  padding: 10px 21px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #dddddd5e;
  background-color: #decfff30 !important;
  position: relative;
}
.major-achievements-tab ul#myTab button .tab-content-short strong {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
}
.major-achievements-tab ul#myTab button .tab-content-short p {
  font-size: 13px;
  color: #666;
}
.major-achievements-tab ul#myTab button.active {
  border-color: var(--primary-color);
  border-width: 2px;
  background-color: #00aae512 !important;
}
.major-achievements-tab ul#myTab button.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
}
.major-common-main {
  background: #f0f7fb;
  border-radius: 4px;
  padding: 30px;
}
.major-common-main h3 {
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 20px;
}
.major-common-main h3 span {
  color: var(--primary-color);
}
.major-common-main h3 b {
  font-weight: 500;
}
.major-common-main h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}
.major-common-main p {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 14px;
}
.major-common-main p strong {
  color: var(--primary-color);
}
.major-common-main p b {
  font-weight: 500;
}
.major-common-main ul {
  margin-left: 20px;
  margin-bottom: 20px;
  display: grid;
  gap: 10px;
  font-size: 15px;
}
.major-common-main ul li {
  font-weight: 500;
  position: relative;
  padding-left: 12px;
}
.major-common-main ul li span {
  font-weight: 500 !important;
}
.major-common-main ul li:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
  left: -5px;
  top: calc(50% - 3.5px);
}
.certification-sec .section-heading h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.certification-sec .section-heading h2 span {
  color: #f90;
}
.cer-item-2 {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  height: 100%;
  padding: 20px;
  box-shadow: rgb(0 0 0 / 0.1) 0 10px 50px;
  border-top: 5px solid var(--primary-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.cer-item-2 .img {
  max-width: 100px;
  width: 100px;
}
.cer-item-2 .con p {
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 23px;
  color: #080056;
}
.cer-item-2 .con h4 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--primary-color);
}
.category-sidebar {
  display: grid;
  gap: 16px;
}
.category-sidebar .btn {
  width: 100%;
  border-radius: 5px;
  background: #fff0;
  color: #444;
  border: 1px solid #333;
  padding: 30px 10px;
  font-size: 16px;
}
.category-sidebar .btn:hover,
.category-sidebar .btn.active {
  border-color: var(--primary-color);
  color: #fff;
  background: var(--primary-color);
}
.project-section h4.project-section-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}
.project-single-card-item {
  border-radius: 10px !important;
  overflow: hidden;
  border: 1px solid #cccccc47;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.project-single-card-item .content {
  padding: 20px;
}
.project-single-card-item .content h5.card-title {
  font-size: 18px;
  font-weight: 600;
}
.project-single-card-item .content p.card-text {
  font-size: 14px;
  line-height: 26px;
}
.project-single-card-item:hover {
  box-shadow: rgb(0 0 0 / 0.1) 0 10px 50px;
}
.project-details-modal-body .content {
  padding-top: 20px;
}
.project-details-modal-body .thumbnail {
  text-align: center;
}
.project-details-modal-body .thumbnail img {
  width: 100%;
}
.project-details-modal-body .content p#modalDesc {
  text-align: left;
  margin-bottom: 20px;
  line-height: 28px;
  font-size: 14px;
}
.category-sidebar {
  position: sticky;
  top: 30px;
}
.project-section h4.project-section-title {
  position: sticky;
  top: 20px;
  z-index: 9999;
}
.technology-item-card {
  background: #fff;
  height: 100%;
  padding: 20px;
  box-shadow: rgb(0 0 0 / 0.1) 0 10px 50px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.technology-item-card .header-t-c {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.technology-item-card .header-t-c .icon {
  width: 46px;
  height: 46px;
  background: #d6cdffa1;
  padding: 6px;
  border-radius: 5px;
}
.technology-item-card .header-t-c .text-h h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.technology-item-card p.content {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
  line-height: 23px;
}
.technology-item-card ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 10px 4px;
  text-align: center;
  margin-bottom: 10px;
}
.technology-item-card ul li .card-content h5 {
  font-size: 13px;
  font-weight: 600;
}
.technology-item-card ul li {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px;
}
.technology-item-card ul li:hover {
  background: #e6f2f977;
}
.technology-item-card ul .icon-box {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6f2f9;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.technology-item-card ul li:hover .icon-box {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.book-a-call-sec .content-se {
  text-align: center;
  background: linear-gradient(135deg, #c2e9fb, #e0c3fc);
  padding: 60px 20px;
  border-radius: 20px;
}
.book-a-call-sec .content-se h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
.book-a-call-sec .content-se a.btn {
  background: var(--primary-color);
  padding: 20px 40px;
}
.blog-details-auth .con {
  width: 100%;
}
.project-cateogry-item {
  background: #fff;
  border-radius: 8px;
  height: 100%;
}
.project-cateogry-item a {
  display: inline-block;
  padding: 5px;
  border: 1px solid #e7e7ff85;
  transition: all 0.3s ease;
  border-radius: 8px;
  height: 100%;
}
.project-cateogry-item a:hover {
  border-color: var(--primary-color);
}
.project-cateogry-item img {
  border-radius: 6px;
}
.project-cateogry-item .con {
  padding: 20px;
}
.project-cateogry-item .con h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.project-cateogry-item .con p {
  font-size: 13.4px;
  color: #60606e;
}
.project-cateogry-item:hover .con h4 {
  color: var(--primary-color);
}
.project-single-card-item .thumbnail img {
  width: 100%;
}
.project-single-card-item .content a.view-project {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-top: 15px;
  display: inline-block;
}
.project-single-card-item .content a.view-project:hover {
  color: var(--primary-color);
}
.category-sidebar-sticky .project-cateogry-item {
  height: auto;
}
.category-sidebar-sticky {
  position: sticky;
  top: 20px;
}
.client-project-details-section .category-details-sticky-title {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-bottom: 50px;
}
.client-project-details-section .sticky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background-color: rgb(255 255 255 / 0.8);
  -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 0.06);
  box-shadow: 0 2px 28px 0 rgb(0 0 0 / 0.06);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  padding: 13px 0;
}
.client-project-details-section .category-details-sticky-title h3 {
  font-size: 40px;
  font-weight: 700;
}
.client-project-details-section .category-details-sticky-title p {
  font-size: 16px;
  margin-top: 13px;
  color: #000;
  line-height: 30px;
}
.client-project-details-section .category-details-sticky-title.sticky-fixed p {
  display: none;
}
.client-project-details-section .category-details-sticky-title.sticky-fixed h3 {
  font-size: 24px;
}
.category-sidebar-sticky {
  position: sticky;
  top: 62px;
}
.category-details-sticky-title .text-center p {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 15px;
}
.major-card-item {
  box-shadow: rgb(0 0 0 / 0.1) 0 10px 50px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #d0d2e561;
}
.major-card-item:hover {
  border-color: var(--primary-color);
}
.major-card-item a {
  display: inline-block;
  padding: 4px;
}
.major-card-item a .thum {
  overflow: hidden;
}
.major-card-item a .thum img {
  border-radius: 8px;
  transition: all 0.4s ease;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.major-card-item:hover a .thum img {
  transform: scale(1.05);
}
.major-card-item a .content {
  padding: 20px;
}
.major-card-item a .content h4 {
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.major-card-item a .content p {
  font-size: 14px;
  color: #666;
}
.major-card-item a .content ul {
  margin-top: 20px;
}
.major-card-item a .content ul li {
  display: inline-block;
  margin: 1px 1px;
  padding: 1px 11px;
  background: #dddbfb;
  border-radius: 22px;
  font-size: 11px;
}
.major-card-item:hover a .content h4 {
  color: var(--primary-color);
}
.position-sticky-20 {
  position: sticky !important;
  top: 30px;
}
.project-details .content-box-section-area .content-2 p {
  font-size: 15px;
  color: #605774;
  line-height: 30px;
}
.project-details .content-box-section-area .content-2 p {
  margin-bottom: 10px;
}
#codex-page-lock-root .page-lock-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 0.03);
  z-index: 999999;
  color: #fff;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
#codex-page-lock-root .page-lock-box {
  background: #fff;
  color: #111;
  padding: 28px;
  border-radius: 4px;
  box-shadow: 0 8px 30px rgb(0 0 0 / 0.04);
  text-align: center;
  max-width: 350px;
  width: 100%;
}
#codex-page-lock-root input[type="password"] {
  width: 100%;
  padding: 10px 20px;
  margin-top: 10px;
  border: 1px solid #cccccc85;
  box-sizing: border-box;
  outline: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}
#codex-page-lock-root input[type="password"]:hover {
  border-color: var(--primary-color);
}
#codex-page-lock-root button[type="submit"] {
  padding: 10px 24px;
  border-radius: 20px;
  border: none;
  background: var(--primary-color);
  color: #fff;
  cursor: pointer;
  outline: none;
  letter-spacing: 1px;
}
#codex-page-lock-root .otp-error {
  color: #b00020;
  margin-top: 8px;
  text-transform: capitalize;
}
#codex-page-lock-root .page-lock-box h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
#codex-page-lock-root .page-lock-box .btn-otp-se {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
}
#codex-page-lock-root .page-lock-box .btn-otp-se .go-home-btn {
  background: #d4e0f2;
  padding: 10px 20px;
  border-radius: 20px;
}
#codex-page-lock-root.edit-mode .page-lock-overlay {
  position: inherit;
  align-items: inherit;
  justify-content: inherit;
}
.iso-table-section h3.title-iso {
  font-size: 22px;
  margin-bottom: 22px;
}
.iso-table-section .table-s table th.name {
  min-width: 180px;
}
.iso-table-section .table-s table th.rank {
  min-width: 46px;
  width: 50px;
  text-align: center;
}
.iso-table-section .table-s tbody tr th,
.iso-table-section .table-s tbody tr td {
  padding: 9px 12px;
}
.iso-list-list ul {
  list-style: inherit;
  padding-left: 20px;
  margin-left: 21px;
}
.iso-list-list ul li {
  list-style: inherit;
  font-size: 16px;
}
.subscriber-area {
  text-align: center;
  background: linear-gradient(45deg, #d1c2ff, #e9ecf3);
  padding: 70px 0;
}
.subscriber-area .subscribe-from-s h2.title {
  font-size: 38px;
  margin-bottom: 15px;
  font-weight: 700;
}
.subscriber-area .subscribe-from-s p.content {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
}
.subscriber-area .subscribe-from-s .from form {
  width: 100%;
  max-width: 550px;
  position: relative;
  padding: 0 !important;
  margin: 0 auto;
  padding-bottom: 25px !important;
}
.subscriber-area .subscribe-from-s .from form .mailpoet_paragraph {
  max-width: 350px;
  width: 100%;
  visibility: visible !important;
}
.subscriber-area
  .subscribe-from-s
  .from
  form
  .mailpoet_paragraph
  input#form_email_1 {
  width: 100% !important;
  border: 1px solid #fff0;
  padding: 10px 20px !important;
  padding-right: 40px !important;
  font-size: 17px;
  height: 50px;
  outline: none;
  color: #333;
  font-weight: 500;
  border-radius: 30px;
}
.subscriber-area
  .subscribe-from-s
  .from
  form
  .mailpoet_paragraph
  input#form_email_1:focus {
  border-color: var(--primary-color);
}
.subscriber-area .subscribe-from-s .from form .mailpoet_paragraph.last {
  position: absolute;
  top: 0;
  right: 37px;
  width: 200px;
  visibility: visible !important;
}
.subscriber-area
  .subscribe-from-s
  .from
  form
  .mailpoet_paragraph.last
  input.mailpoet_submit {
  border-radius: 30px;
  height: 50px;
  background: var(--primary-color);
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  display: block !important;
}
.subscriber-area
  .subscribe-from-s
  .from
  form
  .mailpoet_paragraph.last
  span.mailpoet_form_loading {
  position: absolute;
  top: 14px;
  right: 27px;
}
.subscriber-area .subscribe-from-s .from form .mailpoet_message {
  text-align: center;
}
.subscriber-area .subscribe-from-s .mailpoet_message {
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  width: 100%;
  height: auto !important;
}
.subscriber-area
  .subscribe-from-s
  .mailpoet_form.mailpoet_form_successfully_send
  .mailpoet_validate_success {
  left: 0 !important;
  position: relative !important;
  text-align: center;
  top: 4px !important;
  transform: inherit !important;
  right: 0 !important;
  bottom: inherit !important;
  display: block !important;
}
.subscriber-area
  .subscribe-from-s
  .mailpoet_form.mailpoet_form_successfully_send
  p.mailpoet_validate_error {
  top: 8px !important;
}
.tech-technologies-section {
  overflow: hidden;
}
.tech-technologies-section .technologies-header {
  max-width: 56rem;
  margin: 0 auto 3rem;
  text-align: center;
}
.tech-technologies-section .technologies-header .technologies-title {
  text-transform: inherit;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -1.2px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .tech-technologies-section .technologies-header .technologies-title {
    font-size: 3rem;
  }
}
.tech-technologies-section .technologies-description {
  font-size: 18px;
  max-width: 42rem;
  margin: 0 auto;
  text-wrap: pretty;
  line-height: 1.6;
}
.tech-marquee-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.tech-marquee-row {
  position: relative;
  overflow: hidden;
}
.tech-marquee-fade-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6rem;
  background: linear-gradient(to right, var(--background), transparent);
  z-index: 10;
  pointer-events: none;
}
.tech-marquee-fade-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 6rem;
  background: linear-gradient(to left, var(--background), transparent);
  z-index: 10;
  pointer-events: none;
}
.tech-marquee-track {
  display: flex;
  gap: 2rem;
  width: max-content;
}
@keyframes scroll-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 1rem));
  }
}
@keyframes scroll-ltr {
  from {
    transform: translateX(calc(-50% - 1rem));
  }
  to {
    transform: translateX(0);
  }
}
.tech-marquee-rtl {
  animation: scroll-rtl 25s linear infinite;
}
.tech-marquee-ltr {
  animation: scroll-ltr 25s linear infinite;
}
.tech-marquee-track:hover {
  animation-play-state: paused;
}
.tech-marquee-row .tech-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  border: 1px solid #cecece;
  background-color: rgb(255 255 255 / 0.03);
  backdrop-filter: blur(8px);
  cursor: default;
  transition: all 0.3s ease;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 1px;
}
.tech-marquee-row .tech-item:hover {
  border-color: var(--accent);
}
.tech-marquee-row .tech-item .tech-icon {
  font-size: 1.25rem;
}
.tech-marquee-row .tech-item .tech-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--foreground);
  white-space: nowrap;
}
.tech-marquee-row .tech-item img {
  max-width: 25px;
}
.newslatter-item {
  height: 100%;
  border: 1px solid #ccc6;
  padding: 20px;
  transition: all 0.3s ease;
}
.newslatter-item:hover {
  border-color: var(--primary-color);
}
.newslatter-item .newslatter-image {
  margin-bottom: 20px;
}
.newslatter-item .newslatter-image img {
  border-radius: 6px;
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.newslatter-item .newslatter-content h3.newslatter-title {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 12px;
  color: #000;
}
.newslatter-item .newslatter-content h3.newslatter-title a {
  color: #000;
}
.newslatter-item .newslatter-content h3.newslatter-title:hover a {
  color: var(--primary-color);
}
.newslatter-item .newslatter-content .newslatter-excerpt {
  font-size: 15px;
  line-height: 26px;
}
.newslatter-item .newslatter-content a.newslatter-read-more {
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  color: #000;
  font-size: 15px;
}
.newslatter-item .newslatter-content a.newslatter-read-more:hover {
  color: var(--primary-color);
}
.blog-pagination.p-gap-5 ul.page-numbers {
  gap: 8px;
}
.testimonial-single-header .testimonial-title span {
  display: block !important;
}
.single-solutions-card3 {
  border: 1px solid #cccccc3d;
  border-radius: 8px;
  position: relative;
  padding: 25px;
  transition: all 0.3s ease;
  height: 100%;
}
.single-solutions-card3:hover {
  border-color: var(--primary-color);
  -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 7%);
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 7%);
  background: linear-gradient(45deg, #7300ff0f, #aab5ff00, #9dabff1a);
}
.single-solutions-card3 .cate {
  margin-bottom: 20px;
}
.single-solutions-card3 .cate span {
  align-items: center;
  gap: 5px;
  border: 1px solid #98cbff4d;
  background: #55a9fd1f;
  display: inline-flex;
  color: #0071df;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  padding: 8px 18px;
}
.single-solutions-card3 .thumb {
  margin-bottom: 25px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #cccccc3d;
  max-height: 260px;
  object-fit: cover;
}
.single-solutions-card3 .thumb img {
  width: 100%;
  transition: all 0.4s ease;
  height: 100%;
}
.single-solutions-card3 .thumb:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.single-solutions-card3 h3 {
  margin-bottom: 15px;
}
.single-solutions-card3 h3 a {
  font-size: 24px;
  line-height: 32px;
  color: #000;
}
.single-solutions-card3 h3 a:hover {
  color: var(--primary-color);
}
.single-solutions-card3 p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.single-solutions-card3 .view-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  padding: 12px 28px;
  background: #00aae5de;
  color: #fff;
}
.single-solutions-card3 .view-btn a svg {
  transition: all 0.3s ease;
}
.single-solutions-card3 .view-btn a:hover svg {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
.single-solutions-card3 .cate.cate-color_2 span {
  border: 1px solid #9d05dd2b;
  background: #a00edd17;
  color: #9d05dd;
}
.single-solutions-card3 .cate.cate-color_3 span {
  border: 1px solid oklch(0.77 0.18 163.22 / 0.22);
  background: oklch(0.77 0.18 163.22 / 0.07);
  color: oklch(76.5% 0.177 163.223);
}
.single-solutions-card3 .cate.cate-color_4 span {
  border: 1px solid #00aae521;
  background: #00aae512;
  color: var(--primary-color);
}
.technologies-footer .technologies-footer-content {
  padding-top: 55px;
}
.technologies-footer-content h3.footer-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 23px;
}
.technologies-footer-content h3.footer-title span {
  color: var(--primary-color);
}
.technologies-footer-content a.footer-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  padding: 12px 32px;
  background: #00aae5de;
  color: #fff;
}
.technologies-footer-content a.footer-button svg {
  transition: all 0.3s ease;
}
.technologies-footer-content a.footer-button:hover svg {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
section.enterprises-section.dark {
  background: var(--dark-color);
}
.enterprises-section {
  padding-top: 100px;
  padding-bottom: 70px;
}
.enterprises-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 12px;
}
.enterprises-content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 24px;
}
.dark .enterprises-content p,
.dark .enterprises-content ul.enterprises-stats li {
  color: #d4d4d4;
}
.enterprises-content ul.enterprises-stats {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
}
.enterprises-content ul.enterprises-stats li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
}
.enterprises-content ul.enterprises-stats li svg {
  color: var(--primary-color);
  font-size: 21px;
  width: 22px;
  height: 22px;
  fill: var(--primary-color);
  line-height: 1;
}
.button-1 {
  border: none;
  padding: 12px 24px;
  background: var(--primary-color);
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.button-1:hover {
  color: #fff;
}
.button-1 svg {
  transition: all 0.3s ease;
}
.button-1:hover svg {
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
}
.enterprises-card {
  background: #fff;
  border-radius: 7px;
  padding: 18px;
  height: 100%;
}
.enterprises-card .icon {
  margin-bottom: 20px;
  max-width: 60px;
}
.enterprises-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.enterprises-card p {
  color: #616161;
}
.case-study-card {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
}
.case-study-card.order-2 .case-study-card-image {
  order: 1;
}
.case-study-card .case-study-card-content {
  background: #f5f5f5;
  padding: 22px;
  border-radius: 8px;
}
.case-study-card .case-study-card-content h3.case-study-card-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 15px;
}
.case-study-card .case-study-card-content h3.case-study-card-title a {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.case-study-card .case-study-card-content h3.case-study-card-title a:hover {
  color: var(--primary-color);
}
.case-study-card-image img {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
.services-contact-section {
  max-width: 600px;
  margin: 0 auto;
  background: #dbdbf5;
  border-radius: 5px;
  padding: 35px 30px;
  position: relative;
  padding-left: 35px;
}
.services-contact-section .icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 24px;
  color: var(--primary-color);
  border-radius: 50%;
  box-shadow: 0 0 4px 0 #cccccc63;
  position: absolute;
  top: -35px;
  left: -35px;
  padding: 12px;
}
.services-contact-section .icon svg {
  fill: var(--primary-color);
}
.services-contact-section p {
  font-size: 16px;
  font-weight: 600;
  color: var(--headding-color);
}
.services-contact-section a.button-2 {
  background: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  border: 2px solid var(--primary-color);
}
.services-contact-section .text-md-right {
  text-align: right;
}
.services-contact-section a.button-2:hover {
  color: #141830;
  background: #fff0;
  border-color: #141830;
}
.ct-workin-progress {
  position: relative;
}
.ct-workin-progress .process-line {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
.work-in-progress-card {
  position: relative;
  box-shadow: 0 10px 15px rgb(8 14 28 / 1%);
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  padding: 30px 20px;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.work-in-progress-card .card-num {
  height: 54px;
  width: 54px;
  line-height: 53px;
  background-color: var(--primary-color);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 2;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.5s -webkit-animation ripple-blue-18 1s linear infinite;
  animation: ripple-blue-18 1s linear infinite;
  -webkit-animation: ripple-blue-18 1s linear infinite;
}
.work-in-progress-card .icon {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1;
  color: var(--primary-color);
}
.work-in-progress-card .icon svg {
  width: 40px;
  fill: var(--primary-color);
}
.work-in-progress-card .content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.work-in-progress-card .content p {
  font-size: 15px;
  line-height: 28px;
  color: #445658;
}
@-webkit-keyframes ripple-blue-18 {
  0% {
    -webkit-box-shadow:
      0 0 0 0 rgb(0 170 229 / 0.3),
      0 0 0 4px rgb(0 170 229 / 0.3),
      0 0 0 10px rgb(0 170 229 / 0.3);
    box-shadow:
      0 0 0 0 rgb(0 170 229 / 0.3),
      0 0 0 4px rgb(0 170 229 / 0.3),
      0 0 0 10px rgb(0 170 229 / 0.3);
  }
  100% {
    -webkit-box-shadow:
      0 0 0 4px rgb(0 170 229 / 0.3),
      0 0 0 10px rgb(0 170 229 / 0.3),
      0 0 0 18px #fff0;
    box-shadow:
      0 0 0 4px rgb(0 170 229 / 0.3),
      0 0 0 10px rgb(0 170 229 / 0.3),
      0 0 0 18px #fff0;
  }
}
@-webkit-keyframes ripple-blue-18 {
  0% {
    -webkit-box-shadow:
      0 0 0 0 rgb(0 170 229 / 0.3),
      0 0 0 4px rgb(0 170 229 / 0.3),
      0 0 0 10px rgb(0 170 229 / 0.3);
    box-shadow:
      0 0 0 0 rgb(0 170 229 / 0.3),
      0 0 0 4px rgb(0 170 229 / 0.3),
      0 0 0 10px rgb(0 170 229 / 0.3);
  }
  100% {
    -webkit-box-shadow:
      0 0 0 4px rgb(0 170 229 / 0.3),
      0 0 0 10px rgb(0 170 229 / 0.3),
      0 0 0 18px #fff0;
    box-shadow:
      0 0 0 4px rgb(0 170 229 / 0.3),
      0 0 0 10px rgb(0 170 229 / 0.3),
      0 0 0 18px #fff0;
  }
}
.single-input.text-details textarea {
  height: 100px;
}
.single-input.mb-0 {
  position: relative;
}
.single-input input[type="submit"] {
  width: auto;
  padding: 12px 38px;
  font-weight: 500;
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 30px;
  line-height: 23px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single-input input[type="submit"]:hover {
  background: #fff0;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.wpcf7-response-output {
  margin: 0 !important;
  margin-top: 10px !important;
}
.expert-team-item {
  border: 1px solid #cccccc3d;
  border-radius: 8px;
  position: relative;
  padding: 25px;
  transition: all 0.3s ease;
  height: 100%;
}
.expert-team-item:hover {
  border-color: var(--primary-color);
  -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 7%);
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 7%);
  background: linear-gradient(45deg, #7300ff0f, #aab5ff00, #9dabff1a);
}
.expert-team-item .team-h {
  gap: 20px;
}
.expert-team-item .team-h .team-thumb img {
  width: 80px;
  border-radius: 8px;
}
.expert-team-item .team-h .team-thumb {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  width: 82px;
}
.expert-team-item .team-h .th-content h4.team-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.expert-team-item .team-h {
  margin-bottom: 20px;
}
.expert-team-item .team-h .th-content p.team-designation {
  font-size: 14px;
  margin-bottom: 10px;
}
.expert-team-item .team-social ul {
  display: flex;
  gap: 20px;
}
.expert-team-item .team-social ul li {
  line-height: 1;
  font-size: 16px;
}
.expert-team-item .team-content .team-excerpt {
  margin-bottom: 10px;
}
.expert-team-item .team-content .team-excerpt p {
  font-size: 14px;
  color: #57555a;
  line-height: 26px;
}
.expert-team-item .team-content .team-skill span.skill-item {
  display: inline-block;
  border-radius: 30px;
  background: #e9e2ff;
  margin: 3px 6px;
  margin-left: 0;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 15px;
  font-weight: 500;
  color: #1c112a;
  border: 1px solid #e9e2ff;
}
.expert-team-item .team-content .team-skill span.skill-item.active {
  border-color: #070c168c;
}
@media (max-width: 700px) {
  .services-contact-section {
    width: calc(100% - 40px);
    margin-left: 40px;
  }
  .services-contact-section a.button-2 {
    padding: 10px 18px;
  }
}
@media (max-width: 1400px) {
  .about-company-section .content h2 {
    font-size: 36px;
  }
  .about-company-section .content h4 {
    font-size: 24px;
  }
  .about-company-section .content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .title-breadcrumb-area h1 {
    font-size: 30px;
  }
  .section-padding-2 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .book-a-call-sec .content-se h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .iso-table-section h3.title-iso {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .subscriber-area
    .subscribe-from-s
    .from
    form
    .mailpoet_paragraph
    input#form_email_1 {
    padding-right: 95px !important;
  }
  .tech-marquee-track {
    gap: 10px;
  }
  .tech-marquee-container {
    gap: 14px;
  }
  .tech-marquee-row .tech-item {
    padding: 0.5rem 1rem;
  }
  .enterprises-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .case-study-card.order-2 .case-study-card-image {
    order: -1;
  }
}
@media (min-width: 1200px) {
  .about-company-section .video-section {
    margin-left: 40px;
  }
}
@media (max-width: 576px) {
  .subscriber-area .subscribe-from-s h2.title {
    font-size: 24px;
  }
  .subscriber-area .subscribe-from-s p.content {
    font-size: 15px;
    margin-bottom: 22px;
  }
  .subscriber-area
    .subscribe-from-s
    .from
    form
    .mailpoet_paragraph.last
    input.mailpoet_submit {
    letter-spacing: 0.5px;
    font-size: 14px;
  }
  .subscriber-area .subscribe-from-s .from form .mailpoet_paragraph {
    max-width: 100% !important;
  }
  .subscriber-area .subscribe-from-s .from form .mailpoet_paragraph.last {
    right: 0;
    width: 130px;
  }
  .subscriber-area
    .subscribe-from-s
    .from
    form
    .mailpoet_paragraph
    input#form_email_1 {
    padding-right: 138px !important;
  }
  .testimonial-single-header .video-sec-tes {
    padding: 50px 30px;
  }
  .testimonial-single {
    padding: 15px 15px 15px 15px;
  }
  .testimonial-single-header .video-sec-tes .icon {
    width: 64px;
    height: 64px;
  }
  .single-solutions-card3 {
    padding: 12px;
  }
  .single-solutions-card3 .cate span {
    font-size: 13px;
    padding: 6px 18px;
  }
  .single-solutions-card3 h3 {
    margin-bottom: 10px;
  }
  .single-solutions-card3 h3 a {
    font-size: 20px;
    line-height: 28px;
  }
  .single-solutions-card3 p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .single-solutions-card3 .view-btn a {
    gap: 6px;
    padding: 10px 20px;
  }
  .technologies-footer-content h3.footer-title br {
    display: none;
  }
  .technologies-footer-content h3.footer-title {
    font-size: 24px;
  }
  .enterprises-content h2 {
    font-size: 26px;
  }
  .enterprises-content p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .enterprises-content ul.enterprises-stats li {
    font-size: 15px;
  }
  .case-study-card .case-study-card-content h3.case-study-card-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .case-study-card-description p {
    font-size: 14px;
  }
  .services-contact-section .text-md-right {
    text-align: center;
    margin-top: 25px;
  }
  .services-contact-section p {
    text-align: center;
  }
}
.header .navbar-sticky {
  position: sticky !important;
  top: 0;
  z-index: 9999;
}
