 .cst-testimonial-section {
  padding: 50px 20px;
  background: #fff;
  text-align: center;
}
.slick-center {
	transform: scale(1.1);
}
.cst-testimonial-section .section-title {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
}

.testimonial-slider {
  max-width: 100%;
  margin: 0 auto;
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    text-align: left;
    display: flex !important;
}

.testimonial-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.project-meta,
.rating-block,
.feedback-summary,
.reviewer {
  margin-bottom: 15px;
}

.rating-block .stars {
  color: #f39c12;
  font-size: 20px;
  margin-bottom: 10px;
}
.testimonial-card.slick-slide.slick-current.slick-active.slick-center {
    box-shadow: 0px 0px 38px rgba(102, 54, 160, 0.5); /* blended tone */
}
.testimonial-slider ul.slick-dots {
    position: relative;
    margin-top: 4px;
}
.testimonial-slider .slick-dots li button:before {
    font-size: 19px;
}
.testimonial-slider .slick-center,
.testimonial-slider
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.2, 1);
  opacity: 1;
}
.rating-block ul {
  padding-left: 15px;
}
 .cst-why-choose {
  background: #fff;
  padding: 35px 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.cst-why-choose .container {
  max-width: 1200px;
  margin: auto;
}

.cst-why-choose .heading-area {
    text-align: center;
    margin-bottom: 36px;
}

.cst-why-choose .title {
  font-size: 2.8rem;
  font-weight: bold;
  background: linear-gradient(90deg, #dc3545, #0554f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  animation: fadeInDown 1s ease-in-out forwards;
  opacity: 0;
}

.cst-why-choose .subtitle {
  color: #555;
  font-size: 1.2rem;
  animation: fadeInUp 1.2s ease-in-out forwards;
  opacity: 0;
}

.cst-why-choose .features {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  animation: fadeInUp 1.4s ease-in-out forwards;
  opacity: 0;
}

.cst-why-choose .feature-box {
    background: linear-gradient(90deg, #dc4147, #194194);
    padding: 40px 30px;
    flex: 1 1 250px;
    max-width: 280px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.cst-why-choose .feature-box:hover {
  transform: translateY(-10px);
}

.cst-why-choose .icon-box {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #0554f2;
}

.cst-why-choose h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #fff;
}

.cst-why-choose p {
    font-size: 1rem;
    color: #fff;
}

/* Animations */
@keyframes fadeInDown {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .cst-why-choose .features {
    flex-direction: column;
    align-items: center;
  }

  .cst-why-choose .feature-box {
    max-width: 100%;
  }

  .cst-why-choose .title {
    font-size: 2rem;
  }
}

 h2.sssection-title {
    text-align: center;
}
.content-wrapper svg#Capa_1 {
    margin-bottom: 20px;
}




.custom--accordion {
    max-width: 1340px;
    margin: 0 auto;
    padding: 40px 20px;
}

.custom--accordion h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 700;
}

.custom--accordion h2 span {
  color: #000;
}

.custom--accordion h2 strong {
  color: #f58220;
}

.accordion-item {
    border-bottom: 1px solid #ccc !important;
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  padding: 18px 0;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header span {
  font-size: 24px;
  transition: transform 0.3s;
}

.accordion-header.active span {
  transform: rotate(45deg);
}

.accordion-content {
  display: none;
  padding: 0 0 15px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 600px) {
  .custom--accordion h2 {
    font-size: 24px;
  }

  .accordion-header {
    font-size: 16px;
  }

  .accordion-content {
    font-size: 15px;
  }
}


.cst-shopify-page {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%),
        linear-gradient(90deg, #dc3545, #0554f2);
    position: relative;
    color: #fff;
    padding: 100px 20px 10px 20px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

    .cst-shopify-page .bg-shapes {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      z-index: 0;
      overflow: hidden;
    }

    .cst-shopify-page .bg-shapes span {
      position: absolute;
      display: block;
      width: 60px; height: 60px;
      background: rgba(255, 255, 255, 0.08);
      animation: floatAnim 10s infinite ease-in-out;
      border-radius: 50%;
    }

    .cst-shopify-page .bg-shapes span:nth-child(1) {
      left: 10%;
      top: 20%;
      animation-delay: 0s;
    }

    .cst-shopify-page .bg-shapes span:nth-child(2) {
      left: 25%;
      top: 50%;
      animation-delay: 2s;
      width: 40px; height: 40px;
    }

    .cst-shopify-page .bg-shapes span:nth-child(3) {
      right: 15%;
      top: 30%;
      animation-delay: 4s;
      width: 80px; height: 80px;
    }

    .cst-shopify-page .bg-shapes span:nth-child(4) {
      right: 5%;
      bottom: 20%;
      animation-delay: 6s;
      width: 50px; height: 50px;
    }

    @keyframes floatAnim {
      0%, 100% { transform: translateY(0) rotate(0); }
      50% { transform: translateY(-30px) rotate(45deg); }
    }

.cst-shopify-page .content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}
    .cst-shopify-page.animate .content-wrapper {
      opacity: 1;
      transform: translateY(0);
    }

    .cst-shopify-page img.logo {
      width: 100px;
      margin-bottom: 20px;
    }

    .cst-shopify-page h1 {
      font-size: 3rem;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .cst-shopify-page p {
      font-size: 1.2rem;
      line-height: 1.6;
      max-width: 800px;
      margin: 0 auto 30px;
    }

    .cst-shopify-page .cta-btn {
      display: inline-block;
      padding: 12px 30px;
      background: #fff;
      color: #000;
      font-weight: 600;
      border-radius: 30px;
      text-decoration: none;
      transition: background 0.3s ease, transform 0.3s ease;
    }

    .cst-shopify-page .cta-btn:hover {
      background: linear-gradient(90deg, #2c40ff, #00c6ff);
      transform: scale(1.05);
    }
img.logo.bigcomm {
    width: 214px;
}
    @media (max-width: 768px) {
      .upper-content-wrapper {
    flex-direction: column;
}

section.cst-fix-form {
    margin-top: 30px;
    width: 341px;
}
      .cst-shopify-page h1 {
        font-size: 2rem;
      }
      .cst-shopify-page p {
        font-size: 1rem;
      }
      .cst-shopify-page img.logo {
        width: 70px;
      }
    }
.cst-fix-form {
    width: 486px;
    border-radius: 15px;
    max-width: 589px;
    margin: auto;
    padding: 1px 20px;
    background: #fff;
}
.cst-fix-form h2 {
    color: #000;
    text-align: left;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.cst-fix-form label {
    display: block;
    text-align: left;
    margin: 15px 0 5px;
    color: #000;
}
.cst-fix-form .input-group {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
}
.cst-fix-form .input-group i {
  margin-right: 10px;
  color: #888;
}
.cst-fix-form input[type="text"],
.cst-fix-form input[type="email"],
.cst-fix-form textarea {
  border: none;
  outline: none;
  width: 90%;
  font-size: 14px;
  background: transparent;
}
.cst-fix-form textarea {
  resize: vertical;
  min-height: 100px;
}
.cst-fix-form .captcha-box {
  display: flex;
  align-items: center;
  margin: 20px 0;
  gap: 10px;
}
.cst-fix-form .captcha-box img {
  height: 40px;
}
.cst-fix-form button {
    margin-bottom: 20px;
    margin-top: 27px;
    width: 100%;
    z-index: 900;
    padding: 12px;
    position: relative;
    background: linear-gradient(90deg, #dc4147, #194194);
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer !important;
    /* transition: background 0.3s; */
}
.cst-fix-form button:hover {
  background: linear-gradient(90deg, #dc4147a1, #194194c2);
}

/* Responsive Design */
@media (max-width: 600px) {
.cst-fix-form {
    width: 390px !important;
    padding: 20px 15px;
}
  .cst-fix-form h2 {
    font-size: 24px;
  }
}
   .shopify-web-slider {
  max-width: 100%;
  margin: 0 auto;
}

.shopify-web-slider .slick-slide {
  padding: 0 10px;
  transition: transform 0.5s ease-in-out;
}

.shopify-web-slider img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.shopify-web-slider-wrapper {
    margin-top: 40px;
}
.upper-content-wrapper {
    display: flex;
}

button.slick-next.slick-arrow::before {
    margin-right: -40px;
}
.cst-style-heading {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: #194194;
  margin: 20px 0;
  line-height: 1.4;
  position: relative;
}
.blog-page .cst-shopify-page {
    background: linear-gradient(90deg, #dc4147, #194194);
}
body.blog-page {
    background: linear-gradient(90deg, #dc4147, #194194) !important;
}
.blog-page section#blog
section#blog__details {
    margin-top: 24px !important;
    background: #fff;
}
.blog-page section#blog {
  margin-top: 40px;
    padding-bottom: 60px;
}
section#blog__details .row {
    padding-top: 200px;
}
.cst-style-heading span {
  color: #de3d43;
  position: relative;
  display: inline-block;
}

.cst-style-heading span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background-color: #de3d43;
  opacity: 0.2;
  z-index: -1;
  border-radius: 3px;
}
.cst-review-section {
    padding: 40px 20px;
    background-color: #fff;
    color: #fff;
    text-align: center;
}

.review-heading {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
}

.review-slider {
  max-width: 1200px;
  margin: 0 auto;
}

.review-card {
    background: linear-gradient(90deg, #dc3545, #0554f2) !important;
    padding: 30px;
    border-radius: 12px;
    text-align: left;
    margin: 0 15px;
    height: 100%;
}

.review-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.review-card p {
  font-size: 1rem;
  margin-bottom: 15px;
}

.review-card strong {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.review-card a {
  color: #4a9dfc;
  font-weight: bold;
  text-decoration: none;
}

.slick-prev,
.slick-next {
  background: transparent;
  border: 2px solid #4a9dfc;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  position: absolute;
  top: 45%;
  z-index: 2;
}


.slick-prev {
  left: -50px;
}

.slick-next {
  right: -50px;
}

@media (max-width: 768px) {
  .review-card {
    margin: 0 10px;
    padding: 20px;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

/*customreview */

.cst-logos-section {
    background: linear-gradient(90deg, #dc3545, #0554f2) !important;
    color: white;
    padding: 60px 48px;
    text-align: center;
}

.cst-logos-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px 30px;
    align-items: center;
    justify-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.logos-grid img {
    max-width: 65%;
    height: auto;
    max-height: 46px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.logos-grid img:hover {
  transform: scale(1.05);
}


.cst-tabs-section {
    background: #fff;
    color: white;
    padding: 50px 20px;
}

    .cst-tabs-section h2 {
      text-align: center;
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 10px;
    }

.cst-tabs-section p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: #000;
}

    .cst-tabs-section .tabs-container {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: center;
    }

    .cst-tabs-section .tab-buttons {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

.cst-tabs-section .tab-button {
    background: linear-gradient(185deg, #dc354559, #0554f270);
    color: white;
    border: none;
    padding: 13px 12px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    transition: background 0.3s;
    /* text-align: left; */
    min-width: 431px;
}
.cst-tabs-section .tab-button.active {
    border: 1px solid #ffffff63;
    background: linear-gradient(90deg, #dc3545, #0554f2);
}
    .cst-tabs-section .tab-content {
      flex: 1;
      max-width: 800px;
    }

.cst-tabs-section .tab-desc {
    margin-bottom: 30px;
    font-size: 16px;
    color: #000;
}

    .cst-tabs-section .tech-icons {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
    }

 .cst-tabs-section .tech-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(90deg, #dc3545, #0554f2) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    transition: transform 0.3s;
}

    .cst-tabs-section .tech-icon:hover {
      transform: scale(1.1);
    }

  .cst-tabs-section .tech-icon img {
    max-width: 60%;
    height: auto;
}

    @media (max-width: 768px) {
      .cst-tabs-section .tabs-container {
        flex-direction: column;
        align-items: center;
      }
      .logos-grid {
        grid-template-columns: 1fr 1fr;
    }
      .cst-tabs-section .tab-buttons {
        flex-direction: column;
        overflow-x: auto;
        width: 100%;
        justify-content: center;
      }

      .cst-tabs-section .tab-button {
        min-width: 150px;
        text-align: center;
      }

      .cst-tabs-section .tab-content {
        text-align: center;
      }

      .cst-tabs-section .tech-icons {
        justify-content: center;
      }
    }
    @media (max-width: 600px){
      .plan {
        padding: 0px 10px 0px 10px !important;
        margin-top: 0px !important;
    }
    }
    @media (max-width: 400px){
      .plan {
        padding: 0px 10px 0px 10px !important;
        margin-top: 0px !important;
    }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
      gap: 19px;
      width: 100%;
      max-width: unset;
      margin: auto;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cont-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-card.visible.animate-fade-up {
    background: linear-gradient(90deg, rgba(66, 65, 65, .25), rgba(0, 0, 0, .25));
    border: .74px solid #474747;
}
.section-title, .service-card {
  opacity: 0;
  transform: translateY(30px);
}

.animate-fade-up {
  animation: fadeInUp 0.8s ease-out forwards;
}

.cst-second-section {
    background-color: #fff;
    padding: 60px 20px;
    color: white;
}

.cst-second-section .section-title {
    text-align: center;
    color: #000;
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: 600;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 19px;
    max-width: 1270px;
    margin: auto;
}

.service-card {
    background: linear-gradient(90deg, #dc4147, #194194);
    border-radius: 10px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 0 50px var(--glow-color);
  transform: translateY(-4px);
}

.service-card .service-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.service-card .service-icon img {
  width: 100%;
  height: auto;
}

.service-card h3 {
  font-size: 1.1rem;
  margin: 0 0 12px;
  line-height: 1.4;
  font-weight: 600;
}

  /* .service-card a {
    font-size: 0.9rem;
    color: #fff;
    opacity: 0.9;
    text-decoration: none;
    position: relative;
    padding-right: 16px;
  }

  .service-card a::after {
    content: "→";
    position: absolute;
    right: 0;
    transition: transform 0.3s;
  } */

.service-card:hover a::after {
  transform: translateX(4px);
}

/* Overlay background */
#popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9998;
  display: none;
}

/* Popup styles */
.Custom_new_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 9999;
    max-width: 1000px;
    width: 90%;
    border-radius: 16px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 20px;
    background: linear-gradient(to right, #003366, #0057b7);
    color: white;
    padding: 20px;
    display: none;
}

.Custom_new_popup.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    display: flex;
}

.popup-left {
    flex: 1 1 50%;
}

.popup-left p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #d1e8ff;
}

.stats {
    display: grid;
    grid-template-columns: auto auto;
    gap: 37px;
    justify-content: center;
}

.stats div {
    font-size: 14px;
    text-align: center;
}

.popup-right {
    flex: 1 1 50%;
    background: #f7fbff;
    border-radius: 12px;
    padding: 20px;
    color: #000;
}

.popup-right h2 {
    font-size: 18px;
    color: #0057b7;
    margin-bottom: 20px;
}

.popup-right form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.popup-right input,
.popup-right button,
.popup-right textarea {
    padding: 10px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.popup-right input:focus,
.popup-right textarea:focus {
    outline: none;
    border-color: #0057b7;
}

.popup-right button {
    background: #0057b7;
    color: white;
    border: none;
    cursor: pointer;
    position: relative;
}

.popup-right button:hover {
    background: #003366;
}

.logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    justify-content: space-between;
}

.logos img {
    max-width: 50px;
}

/* Loader inside button */
.loader {
    width: 18px;
    height: 18px;
    border: 2px solid white;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

span#popupstatus {
    color: green;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.cose-wrp {
    display: flex;
    justify-content: flex-end;
}

.popup-close {
    font-size: 28px;
    cursor: pointer;
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .Custom_new_popup {
        flex-direction: column;
    }

    .popup-left,
    .popup-right {
        flex: 1 1 100%;
    }
}


.services-dropdown li.cst-mega-menus {
    flex-direction: column;
}

.services-dropdown .cst-col-lg-3.cst-mb-3 {
    width: 350px;
}

.cst-row.cst-justify-content-center {
    width: unset !important;
}
.about-dropdown .cst-col-lg-3.cst-mb-3 {
    width: 350px !important;
}

.integration-dropdown li.cst-mega-menus {
    flex-direction: column;
    display: flex;
}
.ab-1, .ab-3 ,.sr-1,.sr-3,.sr-5,.sr-7,.sr-9,.int-1
,.int-3,.int-5{
    padding: 0px 10px;
    border-radius:6px;
    background-color:#1b4193;
}

.ab-2,.sr-2,.sr-4,.sr-6,.sr-8,.int-2,.int-4,.int-6

{
      padding:5px 10px;
    border-radius:6px;
    background-color:#e5575d;
}

p.menuText.cst-mb-0 {
    color: #fff;
    font-size: 12px;
}

.services-dropdown .cst-row.cst-justify-content-center {
    width: 350px;
}

.cst-col-lg-3.cst-mb-3 {
    margin-bottom: 13px;
}

.cst-row.cst-justify-content-center {
    gap: 20px;
    display: flex;
}

.integration-dropdown .cst-col-lg-3.cst-mb-3 {
    width: 350px;
}
.has-cst-mega-menu .hasdr::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    top: 3px;
    left: 3px;
    position: relative;
}

a{
    text-decoration: none;
}
a.email-footer {
    color: #fff;
}
.top-bar-child2 a {
    color: #fff;
}
.team-card img {
    object-fit: cover;
    height: 50vh !important;
}
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #f9f9f900;
    padding: 20px 0;
}
.client-logo-container {
    padding-top: 56px;
}


.slider-container:hover .Left-ti-right {
  animation-play-state: paused;
}





@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.cst-testimonial-section {
  background: #fff;
  padding: 30px 0;
}

.slider-container,
.logo-slider {
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

.slider-item {
  flex: 0 0 auto;
  width: 150px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.slider-item img {
  max-width: 100%;
  max-height: 100%;
}

/* Animation - Opposite directions */
.left-to-right {
  animation: scroll-left-to-right 20s linear infinite;
}

.right-to-left .slider-track {
  animation: scroll-right-to-left 20s linear infinite;
}

/* Hover pause effect */
.slider-container:hover .slider-track,
.logo-slider:hover .slider-track {
  animation-play-state: paused;
}

/* Keyframes */
@keyframes scroll-right-to-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-left-to-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}


/* Responsive design */
@media (max-width: 768px) {
    
     .cst-technologies h2 {
        font-size: 22px;
      }

      .service-card {
        padding: 20px 15px;
      }

      .service-title {
        font-size: 16px;
      }
  .slider-item {
    width: 100px;
    height: 80px;
  }
}

@media (max-width: 480px) {
    .ex-service-cards  .message  .heading-3, .heading-4 {
    font-weight: 600;
    line-height: 40px !important;
}
    .logo-wrapper img {
    margin-top: -19px!important;
    width: 164px!important;
    object-fit: contain!important;
    height: 77px!important;
}
.header-section button.search-btn {
    font-size: 21px !important;
    width: 39px!important;
    margin-left: 35px!important;
    height: 47px!important;
    margin-right: 12px!important;
    border: 1px solid #0554f2;
    border-radius: 5px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px!important;
    font-size: 22px!important;
    cursor: pointer;
}
.header-section .menu-topbar-wrapper {
    width: 60%!important;
}
.header-section .logo-wrapper {
    position: relative;
    padding-top: 42px!important;
    width: 40%!important;
    z-index: 200;
}
.actions .button-primary-1 {
    width: 115px !important;
    height: 54px!important;
}
    
    .slider .slider-item{
    padding-left: 2rem !important;
}
    
    .slider .content h1 {
    font-size: 50px !important;
    line-height: 55px  !important;
    font-weight: 600 !important;
    margin: 0 !important;
}
    
    .top-bar-child1 {
    display: none;
}
  .slider-item {
    width: 80px;
    height: 60px;
  }
}
.accordion,
.accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion {
  overflow: hidden;
  background: #ffffff;
  border-top: 1px solid #acacac;
  margin: 40px 0;
}

.accordion-section {
  border-bottom: 1px solid #acacac;
}

.accordion-section-title {
  width: 100%;
  padding: 15px 5px;
  display: inline-block;
  position: relative;
  background: #ffffff;
  color: #1a1918;
  transition: all linear 0.15s;
}

.accordion-section-title:focus {
  color: #1a1918;
}

.accordion-section-title .plus, .accordion-section-title .minus {
    position: absolute;
    right: 34px;
    color: #fff;
    width: 10px;
}
.accordion-section-title .plus {
  display: inline-block;
  float: right;
}

.accordion-section-title .minus {
  display: none;
}

.accordion-section-title.active {
    color: #fff;
}

.accordion-section-title.active .minus {
  display: inline-block;
  float: right;
}

.accordion-section-title.active .plus {
  display: none;
}

.accordion-section-title.active,
.accordion-section-title:hover {
  text-decoration: none;
}

.accordion-section-content {
  padding: 15px 5px;
  display: none;
}

.accordion-section-content p {
    color: #fff;
    margin-top: 0;
}

.accordion-section-content#accordion-3 p {
  margin-bottom: 2px;
  line-height: 1.2;
}

ul.menu.main-header-menu ul.submenu {
  position: relative;
  margin-top: 7px;
  z-index: 999 !important;
}

body {
padding: 0;
margin: 0;
}
.actions .button-primary-1 {
  width: 164px;
  height: 54px;
}
.blog-details-page #blog__details .blog__details--img--wrapper img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details-page #blog__details .blog__details--summary {
  display: flex;
  align-items: center;
  gap: 18px;
}
.blog-details-page #blog__details .blog__details--summary .item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0554f2;
}
.blog-details-page .search-bar {
  width: 100%;
  background: #f3f7ff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.blog-details-page .search-bar .input-wrapper {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  width: 100%;
}
.blog-details-page .flex-lg-row {
  flex-direction: row!important;
}
.blog-details-page .search-bar .input-wrapper input {
  border: none;
  padding-left: 20px;
  background: #fff;
  outline: none;
}
.blog-details-page .search-bar .input-wrapper button {
  width: 58px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: #0554f2;
  border: none;
}
.blog-details-page .categories .categories__header {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #03041c;
}

.blog-details-page .categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-details-page .categories ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.blog-details-page .categories ul li a {
  color: #03041c;
}
.blog-details-page .recent__news .recent__news--header {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #03041c;
}
.blog-details-page .recent__news .recent__news--wrapper .recent__news--item {
  display: flex;
  gap: 16px;
}
.blog-details-page .recent__news .recent__news--wrapper .hr {
  width: 100%;
  border: 1px solid #d2d1d1;
}
.blog-details-page .recent__news .recent__news--wrapper .recent__news--item .recent__news--item--details--wrapper .recent__news--item--date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #606060;
}
.blog-details-page .recent__news .recent__news--wrapper .recent__news--item .recent__news--item--details--wrapper .recent__news--item--details {
   
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #03041c;
}
.blog-details-page .recent__news .recent__news--wrapper .hr {
  width: 100%;
  border: 1px solid #d2d1d1;
}
.blog-details-page .recent__news .recent__news--wrapper .recent__news--item {
  display: flex;
  gap: 16px;
}
.blog-details-page .tags .tags__title {
   
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #03041c;
}
.blog-details-page .tags .tags__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 70%;
}
.blog-details-page .tags .tags__wrapper .tag {
    
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 10px;
  border: 2px solid #d2d1d1;
}
.blog-details-page .tags .tags__wrapper .tag a {
  color: #777675;
}
section#blog__details {
  margin-top: 164px;
}
#blog__details .comments .how__many--comments {
   
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #03041c;
}

#blog__details .comments .post__comment form textarea {
  height: 140px;
}
#blog__details .comments .post__comment form input, #blog__details .comments .post__comment form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fff;
  outline: none;
}

.mt-25 {
  margin-top: 25px;
}
#blog__details .comments .post__comment .post__comment--header {
     
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #03041c;
}
section.header-section {
  z-index: 999 !important;
  display: flex;
  width: 100%;
  position: sticky;
  max-width: 1536px;
  background: #fff;
}
.contact_form .button-primary-1 {
width: 190px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 500;
line-height: 21px;
color: #0554f2;
border-radius: 5px;
background-color: #fff;
position: relative;
margin-top: 25px;
overflow: hidden;
}
.header-section .logo-wrapper {
position: relative;
padding-top: 42px;
width: 31%;
z-index: 200;
}
.header-section .logo {
display: flex;
justify-content: center;
}
.header-section .menu-topbar-wrapper {
  width: 70%;
}

.header-section .top-bar {
  display: flex;
  clip-path: polygon(3% 0%, 0% 101%, 100% 100%, 387% 2%);
  background: #0554f2;
  justify-content: space-around;
}
.header-section .menu {
width: 71%;
padding-top: 6px;
}
.header-section button.get-started-btn {
border: 1px solid #fff;
padding: 15px 41px;
font-weight: 500;
font-size: 1rem;
width: 175px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
color: #fff;
background-color: #0554f2;
}
.header-section button.search-btn {
width: 50px;
height: 50px;
margin-right: 30px;
border: 1px solid #0554f2;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
color: #0554f2;
font-size: 22px;
cursor: pointer;
}
.header-section .menu-wrapper {
  z-index: 200;
  -webkit-clip-path: polygon(68% 0, 100% 0, 35% 100%, 0 100%);
  clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%);
  background: #fff;
  padding-left: 58px;
  position: relative;
  display: flex;
  padding-right: 100px;
  justify-content: space-between;
}

.header-section ul.menu {
width: 79%;
list-style-type: none;
display: flex;
justify-content: space-around;
}

.header-section .menu a {
font-weight: 500 !important;
margin: 0;
font-size: 1rem;
font-weight: 500;
line-height: 1.5;
color: #212529;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
margin: 0;
padding: 0;
/* box-sizing: border-box; */
color: #1d1b19;
text-decoration: none;
}
.header-section li {
list-style-type: none;
}
.header-section .top-bar p {
font-style: normal;
font-size: 16px;
margin-top: 12px;
line-height: 26px;
 
color: #fff;
}

.header-section .menu li {
margin: 5px 10px;
}

.header-section .actions {
display: flex;
flex-direction: row;
height: fit-content;
/* padding-top: 17px; */
margin-top: 4px;
}
.header-section .shape {
position: relative;
-webkit-clip-path: polygon(68% 0, 100% 0, 35% 100%, 0 100%);
clip-path: polygon(56% 0, 78% 0, 41% 99%, 18% 100%);
background: #cecece;
width: 87px;
z-index: 4;
margin-left: -76px;
}
.header-section svg.svg-inline--fa.fa-user-tie {
color: #fff;
display: var(--fa-display, inline-block);
height: 1em;
overflow: visible;
vertical-align: -.125em;
overflow: visible;
box-sizing: content-box;
}
.header-section .top-bar span {
margin-right: 5px;
}
.slider {
        width: 100%;
        position: relative;
    }

    .slider .slider-item {
        position: relative;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: flex-start; /* Align content to the start (left) */
        color: #fff;
        background: #000;
        overflow: hidden;
        padding-left: 5rem; /* Add space for the content */
    }

    .slider .slider-item img {
opacity: .4;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
    .slider .content h1 {
font-size: 130px;
line-height: 140px;
   
font-weight: 600;
/* font-size: 4rem; */
/* font-weight: bold; */
margin: 0 !important;
}


.slider .content p {
        font-size: 1.5rem;
        line-height: 1.8;
        margin-bottom: 2rem;
    }


    .slider .slick-dots {
padding-left: 23px;
position: absolute;
top: 63%;
transform: translateY(-50%);
display: flex;
flex-direction: column;
z-index: 3;
}

.slider .slick-dots li {
margin: 20px 0;
}

.slider .slick-dots li button::before {
font-size: 35px;
color: #fff;
opacity: 0.8;
}

.slider .slick-dots li.slick-active button::before {
        color: #007bff;
        opacity: 1;
    }

    .slider .slick-prev, .slick-next {
        z-index: 2;
        color: #fff;
        font-size: 2rem;
    }
    .slider .content {
margin: 90px 112px;
}
.slider h4.heading-4.mb-25 {
   
font-weight: 600;
line-height: 41px;
margin: 10px 0 !important;
font-size: 30px;
}
.slider .content p {
margin: 0;
padding: 0;
box-sizing: border-box;
   
font-weight: 400;
font-size: 18px;
line-height: 28px;
margin-bottom: 30px;
max-width: 680px;
font-weight: 300;
}
.slick-dotted.slick-slider{
margin-bottom:unset;
}
.button-primary-1 {
    width: 190px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #0554f2;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #194194;
    position: relative;
    overflow: hidden;
}
a {
text-decoration: none!important;
}
.button-primary-1 span {
z-index: 11;
transition: .5s ease-in-out;
color: #0554f2;
}

.button-primary-1:after {
    content: "";
    width: 75px;
    height: 175px;
    display: block;
    top: -110px;
    left: -30px;
    position: absolute;
    background: linear-gradient(90deg, #dc4147, #194194);
    transform: rotate(45deg);
    transition: .5s ease-in-out;
    z-index: 1;
}
.slider a:hover {
color: #0a58ca;
}
.button-primary-1:hover span {
color: #fff;
}
.button-primary-1 span {
z-index: 11;
transition: .5s ease-in-out;
color: #0554f2;
}
.button-primary-1:hover:after {
width: 300px;
height: 400px;
top: -100px;
left: -100px;
}
.button-primary-1 span:hover:after {
width: 300px;
height: 400px;
top: -100px;
left: -100px;
}
.slider .content {
  z-index: 100;
  opacity: 1;
  margin-top: 52px;
  position: absolute;
}
.overlay-wrapper {
display: flex;
}

.overlay-wrapper .left-overlay {
position: absolute;
left: 0;
top: 0;
background: rgba(10,84,242,.5);
animation: left-overlay 3s 1s 1;
transition: .5s ease-in-out;
width: 20%;
height: 80%;
-webkit-clip-path: polygon(0 0,80% 0,0 56%,0 100%);
clip-path: polygon(0 0,80% 0,0 56%,0 100%);
}
.overlay-wrapper .right-overlay {
position: absolute;
right: 0;
top: 0;
background: rgba(5,84,242,.5);
animation: right-overlay 3s 1s 1;
transition: .5s ease-in-out;
width: 40%;
height: 125vh;
-webkit-clip-path: polygon(90% 0,100% 0,100% 100%,0 100%);
clip-path: polygon(90% 0,100% 0,100% 100%,0 100%);
}
.curve-overlay {
position: absolute;
bottom: -223px;
left: 0;
min-width: 900px;
width: 100%;
z-index: 10;
}
img, svg {
vertical-align: middle;
}
.hero-contact {
right: -237px;
top: 437px;
transform: translate(0);
position: absolute;
color: #fff;
z-index: 11;
rotate: -90deg;
}
.d-flex {
list-style-type: none;
display: flex!important;
}
.hero-contact ol, ul {
padding-left: 2rem;
}
.hero-contact dl,.hero-contact  ol,.hero-contact  ul {
margin-top: 0;
margin-bottom: 1rem;
}
.hero-contact .hero-contact .phone-email {
gap: 24px;
list-style: none;
}
.hero-contact .social {
list-style: none;
gap: 20px;
}

.hero-contact .paragraph-3 {
  
font-style: normal;
font-weight: 400;
font-size: 16px;
}
.hero-contact .svg-inline--fa {
display: var(--fa-display,inline-block);
height: 1em;
overflow: visible;
vertical-align: -.125em;
}
.hero-contact .phone-email li span {
margin-right: 8px;
}
.hero-contact .phone-email li a {
color: #fff;
}
.hero-contact .social {
list-style: none;
gap: 9px;
}

.hero-contact svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
overflow: visible;
box-sizing: content-box;
}
.hero-contact svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
overflow: visible;
box-sizing: content-box;
}
.hero-contact .svg-inline--fa {
display: var(--fa-display,inline-block);
height: 1em;
overflow: visible;
vertical-align: -.125em;
}


.hero-contact svg.svg-inline--fa {
color: #fff;
}
.feature {
    margin-top: 390px;
    position: relative;
    z-index: 20;
}

.feature .feature-cards {
margin-top: -350px;
z-index: 111;
position: inherit;
padding: 20px 0;
}
.feature-card {
padding: 38px 27px;
background: #fff;
box-shadow: 0 0 30px rgba(0,0,0,.1);
border-radius: 6px;
position: relative;
overflow: hidden;
transition: .5s ease;
cursor: pointer;
}
.feature-card .img_wrapper {
width: 70px;
height: 70px;
transition: .5s ease;
}
.feature-card .heading-5 {
font-size: 23px;
}
.heading-5, .heading-6 {
 
font-weight: 600;
}
.paragraph, .paragraph-2 {
  
font-style: normal;
font-size: 16px;
line-height: 26px;
color: #9297a0;
}
.paragraph {
font-weight: 400;
}


.feature-card .circle {
right: -100px;
top: -100px;
position: absolute;
width: 200px;
height: 200px;
border-radius: 50%;
border: 7px solid #9bbbfa;
transition: .5s ease;
}
.message.position-relative {
    background: linear-gradient(90deg, rgb(220, 65, 71), rgb(25, 65, 148));
}
.paragraph.mb-30 {
margin-bottom: 30px;
}
.ExclusiveService .paragraph.mb-30 {
    margin-bottom: 24px !important;
    color: #fff;
}
.ExclusiveService .mb-30 {
    margin-bottom: 0px;
}
.ExclusiveService h2.heading-2 {
    margin-bottom: 30px;
    color: #dc3545;
}
.ExclusiveService .paragraph, .ExclusiveService .paragraph-2 {
    color: #fff;
}
.img_wrapper.mb-25 {
margin-bottom: 25px;
}

h5.heading-5.mb-15 {
margin-bottom: 15px;
}
/* General Styles */
.custom-three-image .container {
gap: 58px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
section.custom-three-image {
margin-top: -133px;
}
.custom-three-image .image-gallery {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
flex: 1 1 50%;
position: relative;
}

.custom-three-image .image-box {
height: 200px;
border-radius: 10px;
overflow: hidden;
}

.custom-three-image .image-box img {
width: 100%;
height: 100%;
object-fit: cover;
}

.custom-three-image .logo-box {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
width: 120px;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
}

.custom-three-image .logo {
font-weight: bold;
font-size: 1.2rem;
text-align: center;
color: #0066ff;
}

.custom-three-image .content {
flex: 1 1 45%;
}

.custom-three-image h2 {
font-size: 22px;
line-height: 35px;
color: #0554f2;
   
font-weight: 600;
/* font-size: 1.2rem; */
}

.custom-three-image h1 {
font-size: 2rem;
color: #333;
}

.custom-three-image h1 span {
color: #0066ff;
}

.custom-three-image p {
   
font-style: normal;
font-size: 16px;
line-height: 26px;
color: #9297a0;
font-weight: 500;
}

.custom-three-image ul {
list-style: none;
padding: 0;
}

.custom-three-image ul li {
display: flex;
align-items: center;
   
font-weight: 500;
font-size: 16px;
line-height: 26px;
margin-bottom: 18px;
}

.custom-three-image ul li::before {
content: "✔";
color: #0066ff;
margin-right: 10px;
}

.custom-three-image .highlight-box {
background-color: #ffffff;
padding: 15px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
margin: 15px 0;
color: #333;
}

.custom-three-image .actions {
display: flex;
align-items: center;
gap: 20px;
margin-top: 20px;
}

.custom-three-image .btn {
background-color: #0066ff;
color: #ffffff;
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
}

.custom-three-image .phone {
color: #333;
text-decoration: none;
font-size: 0.9rem;
}

.custom-three-image .phone span:last-child {
display: block;
color: #0066ff;
font-weight: bold;
}
.css-xl4503 {
animation-duration: 1000ms;
animation-timing-function: ease;
animation-delay: 0ms;
animation-name: animation-1rg2aqu;
animation-direction: normal;
animation-fill-mode: both;
animation-iteration-count: 1;
}
.css-xl4503 {
animation-delay: 0ms;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.img_wrapper_3 {
position: absolute;
margin-top: -181px;
}
.img-fluid, .img-thumbnail {
max-width: 100%;
height: auto;
}
.img_wrapper_logo {
width: 200px;
height: 200px;
border-radius: 10px;
background: #fff;
top: 120px;
left: 150px;
}
.img_wrapper_logo img {
transition: .5s ease;
}
.text-center.heading-3.mt-15 {
   
font-weight: 600;
line-height: 41px;
text-align: center !important;
font-size: 35px;
margin-top: 15px;
}
.touch__contact {
  position: relative;
}
section#touch {
  position: relative;
}
@keyframes example {
from {
left: -800px;
}
to {
left: 0px;
}
}

@keyframes example2 {
from {
right: -800px;
}
to {
right: 0px;
}
}
@keyframes ExclusiveServices {
  from {
    right: -1000px;
  }
  to {
    right: 0px;
  }
}
@keyframes progresss {
  from {
    left: -1200px;
  }
  to {
    left: 0px;
  }
}
@keyframes customaccordioncontainerheader {
  from {
    right: -1000px;
  }
  to {
    right: 0px;
  }
}

   
.ExclusiveService {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.ExclusiveService.animate-once {
  animation-name: ExclusiveServices;
  animation-duration: 1s;
  animation-fill-mode: both;
}
/* General styles */
.position-relative {
position: relative;
transition: all 0.3s ease-in-out;
}

.custom-three-image .content {
margin-top: 65px;
position: relative;
transition: all 0.3s ease-in-out;
}

/* Hover Animation */
.custom-three-image:hover .position-relative {
animation-name: example;
animation-duration: 1s;
animation-fill-mode: both;
}

.custom-three-image:hover .content {
animation-name: example2;
animation-duration: 1s;
animation-fill-mode: both;
}

.flip-box {
perspective: 1000px;
}

.flip-box-inner {
position: relative;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
transform: rotateY(180deg);
}
.feature-card {
transition: transform 1s;
}

.feature-card:hover {
-ms-transform: scale(1); /* IE 9 */
-webkit-transform: scale(2); /* Safari 3-8 */
transform: scale(1.1); 
}


.section-heading .paragraph {
max-width: 525px;
width: 100%;
text-align: center;
margin-bottom: 60px;
}

.space120 {
width: 120px;
height: 120px;
}

.ex-service-card {
background-color: #fff;
box-shadow: 0 0 8px rgba(0,0,0,.1);
border-radius: 8px;
overflow: hidden;
transition: .5s ease;
cursor: pointer;
}
.position-relative {
position: relative!important;
}
.mb-30 {
margin-bottom: 30px;
}
.position-relative {
position: relative!important;
}
.ex-service-card .img-wrapper img {
transition: .3s ease;
}
.ex-service-card .icon {
right: 24px;
bottom: -23px;
position: absolute;
background: #fff;
padding: 18px 20px;
box-shadow: 0 0 25px rgba(0,0,0,.1);
border-radius: 4px;
transition: .3s ease;
overflow: hidden;
z-index: 999;
}
.position-absolute {
position: absolute!important;
}
.ex-service-card .icon img {
width: 40px;
height: 40px;
object-fit: cover;
transition: .3s ease;
}
.ex-service-card .content {
    background: linear-gradient(185deg, #dc354559, #0554f270);
    padding: 25px 37px;
}
.paragraph.mb-30 {
    margin-bottom: 24px !important;
    color: #fff;
}
.ex-service-card .heading-4 {
    font-size: 25px;
    color: #1d1b19;
    transition: .3s ease;
    line-height: unset;
}
.ex-service-card .content .paragraph {
  
}
.ex-service-card .circle-1 {
width: 90px;
height: 90px;
border-radius: 50%;
border: 5px solid #0554f2;
bottom: -25px;
opacity: .3;
right: -55px;
transition: .5s ease;
}
.ex-service-card .circle-2 {
width: 90px;
height: 90px;
border-radius: 50%;
border: 5px solid #1d1b19;
bottom: -55px;
opacity: .3;
right: -20px;
transition: .5s ease;
}
.mb-20 {
margin-bottom: 20px;
}
.heading-2 {
font-size: 40px;
line-height: 50px;
}
.heading-1, .heading-2 {
 
font-weight: 600;
}
.heading-4 {
font-size: 30px;
}
.heading-3, .heading-4 {
 
font-weight: 600;
line-height: 41px;
}
.ex-service-card .content .paragraph {
  
}
.mb-30 {
margin-bottom: 30px;
}
.paragraph, .paragraph-2 {
  
font-style: normal;
font-size: 16px;
line-height: 26px;
color: #9297a0;
}
.paragraph {
font-weight: 400;
}
.css-y5zeoq {
    padding-top: 61px;
    background: #fff;
    margin-top: -17px;
}
.plan {
    background: linear-gradient(90deg, #dc4147, #194194);
    position: relative;
    margin-top: -100px;
}
.plan .img-wrapper {
width: 100%;
height: 100%;
}
.position-relative {
position: relative!important;
}
.plan .img-wrapper img {
  width: 100%;
  height: 111%;
  object-fit: contain;
}
.img-fluid, .img-thumbnail {
max-width: 100%;
height: auto;
}
.message {
color: #fff;
padding: 55px 40px;
z-index: 1;
overflow: hidden;
}
.heading-2 {
font-size: 40px;
line-height: 50px;
}
.heading-1, .heading-2 {
 
font-weight: 600;
}
.message .icon {
width: 100px;
height: 100px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 40px;
background-color: #fff;
color: #0554f2;
cursor: pointer;
}

.align-items-end {
align-items: flex-end!important;
}
.flex-column {
flex-direction: column!important;
}
.d-flex {
display: flex!important;
}
.heading-7 {
  
font-weight: 400;
font-size: 18px;
line-height: 28px;
}
.message .circle-1, .message .circle-2 {
width: 300px;
height: 300px;
border-radius: 50%;
background: hsla(0,0%,100%,.15);
}
.message .circle-1 {
left: 20px;
top: -200px;
}
.message .circle-2 {
right: 10px;
bottom: -180px;
}
.message .circle-1, .message .circle-2 {
width: 300px;
height: 300px;
border-radius: 50%;
background: hsla(0,0%,100%,.15);
}
.svg-inline--fa {
display: var(--fa-display, inline-block);
height: 1em;
overflow: visible;
vertical-align: -0.125em;
}
.plan {
  padding: 0px 80px 0px 148px;
  margin-top: -100px;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.plan .img-wrapper {
width: 100%;
height: 100%;
}
.plan .img-wrapper img {
width: 100%;
height: 100%;
object-fit: contain;
}
.img-fluid, .img-thumbnail {
max-width: 100%;
height: auto;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.space120 {
width: 120px;
height: 120px;
}
.plan .content {
margin-left: 40px;
max-width: 535px;
padding: 100px 20px 20px;
}
.plan .content .heading-6 {
  font-size: 20px;
  color: #fff;
}
.heading-6 {
font-size: 22px;
line-height: 35px;
}
.heading-5, .heading-6 {
 
font-weight: 600;
}
.mb-30 {
margin-bottom: 30px;
}
.heading-2 {
font-size: 40px;
line-height: 50px;
}
.heading-1, .heading-2 {
 
font-weight: 600;
}
.paragraph, .paragraph-2 {
  
font-style: normal;
font-size: 16px;
line-height: 26px;
color: #9297a0;
}
.skill-box, .skill-box .skill-title {
color: #03041c;
}
.skill-box {
width: 100%;
margin: 20px 0;
 
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
}
.skill-box, .skill-box .skill-title {
color: #03041c;
}
.skill-box .skill-bar {
height: 6px;
width: 100%;
border-radius: 8px;
margin-top: 12px;
background-color: rgba(0,0,0,.1);
}
.skill-box .skill-bar .skill-per.skill-poacity {
animation: progress 2s ease-in-out forwards!important;
}
.skill-box .skill-bar .Productivity {
width: 75%;
}
.skill-box .skill-bar .skill-per {
position: relative;
display: block;
height: 100%;
border-radius: 8px;
background-color: #0554f2;

}
.skill-box .skill-bar .skill-per .skill-tooltip {
position: absolute;
right: -38px;
top: -32px;
color: #03041c;
z-index: 1;
}
.space120 {
width: 120px;
height: 120px;
}
.skill-box .skill-title {
width: 100%;
margin: 20px 0;
 
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
}
.progress-container {
    width: 100%;
    background-color: #fff !important;
    margin-bottom: 15px;
}
.\31 23.css-xl4503 {
    margin-top: 65px;
    background: linear-gradient(90deg, #dc3545, #0554f2) !important;
}
.customprogress-bar {
    border: 1px solid #0554f2;
    width: 0%;
    height: 23px;
    background-color: #0554f254 !important;
    text-align: center;
    line-height: 20px;
    color: #000;
    border-radius: 5px;
}
.plan h2.heading-2.mb-30 {
  color: #fff;
}
.plan .content p {
     
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}




.about-company .logo {
font-size: 24px;
font-weight: bold;
color: #00aaff;
}



.quick-links ul,
.popular-posts ul {
list-style: none;
padding: 0;
}

.quick-links ul li,
.popular-posts ul li {
margin: 5px 0;
}

.quick-links ul li a, .popular-posts ul li a {
text-decoration: none;
color: #fff;
font-weight: 300;
transition: .3s ease;
/* color: #00aaff; */
text-decoration: none;
}

.popular-posts ul li {
display: flex;
gap: 10px;
}
.contact_form .heading-3.mb-20 {
font-size: 35px;
}


.contact-us p {
margin: 5px 0;
}




img.cst-logo.img-fluid {
width: 76%;
}
.text-center.heading-3.mt-15 {
font-size: 24px;
}
.logo-wrapper img {
margin-top: -19px;
width: 225px;
object-fit: contain;
height: 77px;
}
.custom-accordion-container {
padding: 0 120px;
height: 12vh;
display: flex;
max-width: 100%;
background-color: #fff;
border-radius: 8px;
overflow: hidden;
min-height: 65vh;
}
.custom-accordion-container-header {
    border-top: none;
    padding-top: 74px;
    text-align: center;
    background: #111616;
    margin: 0 !important;
}
.custom-accordion-container-header .paragraph.mb-30 {
margin: 0;
}
.custom-accordion-container .custom-accordion {
padding-top: 79px;
width: 50%;
/* flex: 1 1 41%; */
/* padding: 43px; */
}
.custom-accordion-container .accordion-item {
border: 0px;
}
.custom-accordion-container .custom-accordion h2 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 24px;
        color: #333;
    }

    .custom-accordion-container .custom-accordion .subtitle {
        text-align: center;
        font-size: 14px;
        color: #666;
        margin-bottom: 20px;
    }

    .custom-accordion-container .accordion {
        border-top: 1px solid #e0e0e0;
    }

    .custom-accordion-container .accordion-item {
        border-bottom: 1px solid #e0e0e0;
    }

    .custom-accordion-container .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        cursor: pointer;
    }

    .custom-accordion-container .accordion-header h3 {
        font-size: 16px;
        margin: 0;
        color: #333;
    }

    .custom-accordion-container .accordion-toggle {
        font-size: 20px;
        font-weight: bold;
        color: #666;
        transition: transform 0.2s ease;
    }

    .custom-accordion-container .accordion-toggle.active {
        transform: rotate(45deg);
        color: #007BFF;
    }

    .custom-accordion-container .accordion-content {
        display: none;
        padding: 15px;
        font-size: 14px;
        color: #555;
        background-color: #f8f8f8;
    }
    .custom-accordion-container .image-container {
width: 50%;
/* flex: 1 1 40%; */
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
}

.custom-accordion-container .image-container img {
width: 100%;
max-width: 100%;
object-fit: scale-down;
height: auto;
border-radius: 8px;
}


.team-members {
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.team-members h2 {
text-align: center;
margin-bottom: 10px;
}

.team-members .subtitle {
text-align: center;
font-size: 14px;
margin-bottom: 30px;
}

.team-slider .team-card {
    margin: 0px 10px;
    /* border: 1px solid white; */
    text-align: center;
    background: linear-gradient(287deg, #dc354559, #0554f270);
    border-radius: 12px;
    overflow: hidden;
    /* padding: 20px; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
section.team-members {
padding-top: 74px;
background: #fff;
}
.team-slider .team-card img {
width: 100%;
height: auto;
/* border-radius: 8px; */
margin-bottom: 15px;
}
.team-slider .team-card h3 {
    font-size: 18px;
    color: #194194;
    margin-bottom: 5px;
}

.team-slider .team-card p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.team-slider .team-card .contact-info {
       
    font-style: normal;
    font-size: 16px;
    line-height: 31px;
    color: #fff;
    font-size: 14px;
    /* color: #007BFF; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.team-slider .team-card .contact-info i {
margin-right: 8px;
}

.slick-dots li button:before {
color: #007BFF;
}


.team-slider.slick-initialized.slick-slider.slick-dotted {
/* display: flex; */
padding: 0px 141px;
/* gap: 24px !important; */
}
.team-slider .slick-dots {
background: #ffffff;
position: relative;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
max-width: 100%;
margin: 10px 0px 10px 0px;
list-style: none;
text-align: center;
padding-bottom: 10px;
}
.team-slider .slick-dots li button:before {
font-size: 16px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 20px;
content: "•";
text-align: center;
opacity: .25;
color: #0554f2 !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.technology_banner {
width: 100%;
height: 450px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
padding-top: 80px;
}
.technology_banner #overlay-video {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
max-width: 600px;
width: 100%;
z-index: 111;
display: none;
}
.technology_banner #close-video-overlay {
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
z-index: 11;
background: rgba(5,5,5,.512);
display: none;
}
.technology_banner #overlay-video .video-payler {
height: 350px;
}
iframe {
border: 0;
}
.technology_banner #close-video-overlay span {
top: 20px;
right: 20px;
position: absolute;
color: #fff;
font-size: 20px;
cursor: pointer;
}
.technology_banner .video_icon_wrapper {
width: 100px;
height: 100px;
background: #0554f2;
color: #fff;
font-size: 30px;
margin: 0 auto;
border-radius: 5px;
cursor: pointer;
}
#tech-form-one .contact_form {
background: #f3f7ff;
position: relative;
padding: 0 80px;
border-radius: 10px;
margin-top: -150px;
}
.space120 {
width: 120px;
height: 120px;
}
#tech-form-one .contact_form .img_wrapper {
margin-top: 32px;
}
#tech-form-one .contact_form .img_wrapper img {
max-height: 600px;
}
#tech-form-one .contact_form form input, #tech-form-one .contact_form form textarea {
width: 100%;
padding: 12px 15px;
border: none;
border-radius: 5px;
font-size: 16px;
background-color: #fff;
outline: none;
}
#tech-form-one .contact_form form textarea {
height: 140px;
}
.contact_form .row.g-4.mb-25 {
margin-bottom: 25px;
}


    .about-image-text {
      display: flex;
      /* flex-wrap: wrap; */
      align-items: center;
      justify-content: space-between;
      padding: 76px 0px;
      max-width: 1260px;
      margin: 0 auto;
  }
  .about-content h6.heading-6.primary-color.mb-15 {
    color: #0554f2;
}
          .about-content {
              flex: 1 1 45%;
          }
  
      .about-content h2 {
    font-size: 28px;
    color: #dc4147;
    margin-bottom: 20px;
}
  
          .about-content h2 span {
            color: #0554f2;
        }
.about-page .css-y5zeoq {
    padding-top: 61px;
    background: linear-gradient(90deg, #dc4147, #194194);
    margin-top: 46px;
}
      .about-page .team-members {
        max-width: 100%; 
        margin: auto; 
       padding: 40px 20px 20px 20px;
       background-color: #fff;
       border-radius: 8px;
       box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
   }
          .about-content p {
              color: #555;
              line-height: 1.8;
              margin-bottom: 20px;
          }
  
          .about-content ul {
            margin-bottom: 30px;
            list-style: none;
            padding: 0;
        }
          .about-content ul li {
              display: flex;
              align-items: center;
              margin-bottom: 10px;
              color: #000;
          }
  
          .about-content ul li i {
              color: #007bff;
              margin-right: 10px;
          }
  
          .about-content .cta {
              display: flex;
              gap: 20px;
          }
  
      

  
          .about-content .cta a.call {
              background-color: #f8f9fa;
              color: #000;
              border: 1px solid #ddd;
          }
          .about-image {
            height: 589px;
            display: flex;
            flex-direction: row;
            /* flex: 1 1 45%; */
            text-align: center;
        }
  
          .about-image img {
      max-width: 100%;
      border-radius: 10px;
  }
  
          .about-stats {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-top: 20px;
  }
  
       .about-stats .stat {
    background: linear-gradient(90deg, #dc4147, #194194);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-right: 10px;
}
          .about-stats .stat:last-child {
              margin-right: 0;
          }
  
          .about-stats .stat h3 {
              font-size: 24px;
              margin: 0;
          }
  
          .about-stats .stat p {
              margin: 5px 0 0;
          }
          .about-content .paragraph {
            margin-bottom: 14px;
        }
          .stat.stat2 {
            margin-top: 270px;
            width: 254px;
            /* padding: 46px; */
            position: absolute;
            z-index: 30;
            margin-left: -64px;
            height: 345px;
        }
  
  .stat.stat1 {
    margin-left: 17px;
    margin-top: -19px;
    /* min-height: 108px !important; */
    height: 273px !important;
    background: linear-gradient(90deg, #dc4147, #194194);
}

/*contact page css */
section.sub-header.position-relative{
  background-image: url("images/sub-banner.png");
  background-color: rgb(255, 255, 255);
}

.sub-header {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 50px;
}
section.sub-header.position-relative {
    background: linear-gradient(90deg, #dc4147, #194194);
}
.sub-header .page-info {
    max-width: 50%;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-radius: 5px;
    left: 50%;
    top: 0;
    transform: translate(-50%,235px);
    background: linear-gradient(294deg, #dc414778, #1941947d);
    color: #fff;
}
.sub-header .page-info a {
  color: #fff;
  font-weight: 400;
}
.section-heading {
  text-align: center;
}
.touch__contact .touch__card {
    padding: 40px;
    box-shadow: 0 0 55px rgba(0,0,0,.15);
    border-radius: 8px;
    background: linear-gradient(90deg, #dc3545, #0554f2) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    transition: transform .2s;
}
.touch__contact .touch__card .icon {
  margin-bottom: 14px;
}
.touch__contact .touch__card .header {
   
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 18px;
}
.touch__contact--address--desc.desc {
    color: #fff;
}
.touch__contact .touch__card .desc {
  text-align: center;
}
.touch__contact .touch__card .touch__contact--address--desc {
  max-width: 250px;
}
#contact .contact__form {
  border-radius: 10px;
}
#contact .contact__form .contact__form--header {
   
  font-weight: 600;
  font-size: 35px;
  line-height: 41px;
  color: #03041c;
}
#contact .contact__form .contact__form--desc {
    
  font-weight: 400;
  font-size: 16px;
  color: #606060;
}
#contact .contact__form form input, #contact .contact__form form textarea {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  background-color: #f3f7ff;
}
button, input, optgroup, select, textarea {
  margin: 0;
     
  font-size: inherit;
  line-height: inherit;
}
#contact .contact__form form textarea {
  height: 140px;
}
#contact .contact__map {
  height: 100%;
  width: 100%;
}
#contact .contact__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

section#contact {
  margin-bottom: 84px;
  margin-top: 98px;
}

body.contact-page {
  background: #fff !important;
}
.contact-page .contact__form button,.contact-page .contact__form input,.contact-page .contact__form optgroup,.contact-page .contact__form select,.contact-page .contact__form textarea {
  margin: 10px;
     
  font-size: inherit;
  line-height: inherit;
}
.ourservices .section-heading.d-flex.flex-column.align-items-center.justify-content-center {
  margin-top: 156px;
}
body.ourservices {
  background: #fff !important;
}
.individual-card, .individual-card .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px rgba(0,0,0,.15);
}
.individual-card {
  flex-direction: column;
  text-align: center;
  padding: 40px 20px;
  border-bottom: 5px solid #0554f2;
  border-radius: 5px;
  position: relative;
}
.individual-card .icon-wrapper {
  width: 76px;
  height: 76px;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
  z-index: 11;
  border-bottom: 3px solid #0554f2;
}
.individual-card, .individual-card .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px rgba(0,0,0,.15);
}
.individual-card .heading-6 {
  z-index: 11;
}
.individual-card:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #0554f2;
  z-index: 1;
  transition: .5s ease;
}
.individual-card:hover, .individual-card:hover .paragraph {
  color: #fff;
  background: #0554f2;
}

.individual-card .icon-wrapper img {
  transition: .5s ease;
}


.ourservices .subscribe .subscribe-area {
  padding: 81px 42px;
  margin-bottom: 50px;
  border-radius: 8px;
  color: #fff;
  background: #0554f2;
}
.ourservices .subscribe .subscribe-area .heading-2 {
  max-width: 400px;
}
.ourservices .subscribe .subscribe-area .paragraph {
  max-width: 390px;
  color: #fff;
    
}
body.about-page {
  background: #fff !important;
}
.ourservices .mb-40 {
  margin-bottom: 40px;
}
.ourservices .subscribe .subscribe-area form {
  max-width: 540px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
.ourservices .subscribe .subscribe-area form input {
  padding: 5px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 18px;
}
.ourservices .subscribe .subscribe-area form a {
  background-color: #0554f2;
  padding: 5px 20px;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
}
.ourservices .subscribe .overed-image {
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ourservices .subscribe .overed-image.overed-image-2 {
  right: 80px;
}
#blog .blog__ex--service--card {
  background: #fff;
  box-shadow: 0 0 25px rgba(0,0,0,.1);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
#blog .blog__ex--service--card .blog__img--wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
#blog .blog__ex--service--card .blog__img--wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease;
}
.img-fluid, .img-thumbnail {
  max-width: 100%;
  height: auto;
}
#blog .blog__ex--service--card .blog__content {
  padding: 0 20px 20px;
}
#blog .blog__ex--service--card .circle-1 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 5px solid #0554f2;
  bottom: -25px;
  opacity: .3;
  right: -55px;
  transition: .5s ease;
}
#blog .blog__ex--service--card .circle-2 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 5px solid #1d1b19;
  bottom: -55px;
  opacity: .3;
  right: -20px;
  transition: .5s ease;
}
#blog .blog__ex--service--card .blog__content .blog__content--date {
    
  font-weight: 400;
  font-size: 16px;
  color: #0554f2;
  margin-bottom: 10px;
}
#blog .blog__ex--service--card .blog__content .heading {
   
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #03041c;
}
#blog .blog__ex--service--card .blog__content .blog__paragraph {
    
  font-weight: 400;
  font-size: 16px;
  color: #606060;
  margin-top: 14px;
}
#blog .blog__ex--service--card .blog__content .blog__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
#blog .blog__ex--service--card .blog__content .blog__author .blog__author--details .blog__author--details--name {
   
  font-weight: 500;
  font-size: 16px;
  line-height: 18.75px;
  color: #0554f2;
  margin-bottom: 7px;
}
#blog .blog__ex--service--card .blog__content .blog__author .blog__author--details .blog__author--details--work {
    
  font-weight: 400;
  font-size: 14px;
  line-height: 17.07px;
  color: #606060;
}
.blog__paragraph.mb-25 {
  margin-bottom: 25px;
}
.sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  z-index: 1000;
}
.sidebar.active {
  right: 0;
}

.sidebar .logo {
  text-align: center;
  padding: 4px;
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  color: #fff;
}
.logo.cst-sidebarlogo img {
  width: 155px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  border-bottom: 1px solid #ccc;
}

.sidebar ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.sidebar ul li a:hover {
  background-color: #f4f4f4;
}

.sidebar .buttons {
  padding: 15px;
  text-align: center;
}

.sidebar .buttons button {
  margin: 0px 10px;
  padding: 10px 13px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  background-color: #fff;
  color: #fff;
  border-radius: 5px;
}
.buttons {
  display: flex;
}
.sidebar .buttons button:hover {
  background-color: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 998;
}

.overlay.active {
  display: block;
}

.banner-main-header {
  background: url('Seek-unparalleled.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.banner-main-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  padding-top: 8%;
  padding-bottom: 100px;
  position: relative;
  max-height: 750px;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
}
.banner-main-header .banner-txt-main {
  padding-top: 4%;
  position: relative;
  z-index: 100;
}
.banner-main-header p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
}
.banner-main-header h1 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.banner-main-header .banner-txt-main ul.banner-bullets {
  max-width: 90%;
}
.banner-main-header .banner-txt-main ul.banner-bullets {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.banner-main-header .banner-txt-main ul.banner-bullets li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.banner-main-header .banner-txt-main ul.banner-bullets li {
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,.3);
  width: auto;
  padding: 5px 10px;
  margin-right: 13px;
  font-size: 16px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.differ-customer-service .Solutions-boxs:hover {
    background: linear-gradient(90deg, #dc414796, #19419496);
    border-radius: 8px 48px;
}
.differ-customer-service .Solutions-boxs:hover h4, .differ-customer-service .Solutions-boxs:hover p, .differ-customer-service .Solutions-boxs:hover a {
  color: #fff;
}
.bestintechnology {
  background: url(/wp-content/uploads/2023/09/besttech-bg.png);
  background-repeat: no-repeat;
  height: auto;
  padding: 50px 0;
  background-size: cover;
  background-position: right top;
}
.bestintechnology .technology-stack {
  margin-top: 20px;
  height: 90%;
}
.bestintechnology .technology-stack ul {
  list-style: none;
  background: #fff;
  border-radius: 20px;
  padding: 0;
  height: 100%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.benefitswrapper p, .bestintechnology .technology-stack ul li, .chooseuswrapper p {
  font-size: 16px !important;
}
.bestintechnology .technology-stack ul li {
  position: relative;
  left: 0;
  border-bottom: 1px solid #d9d9d9;
  padding: 8px 8px 8px 37px;
  margin: 0 8px;
}
.bestintechnology .technology-stack ul h4 {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: linear-gradient(90deg, #dc3545, #0554f2) !important;
    padding: 13px 15px;
    border-radius: 16px 16px 0 0;
}
.bestintechnology .technology-stack ul li:first-child {
  padding: 0;
  border: none;
  margin: 0;
}
.bestintechnology .technology-stack ul li:last-child {
  border: none;
}

.technology-partner h2, .mobileapp-dev .mobileapp-wrapper h2, .bestintechnology h3, .ourclients h3, .mobileapp-dev .mobileapp-wrapper h3, .bestintechnology h3, .ourclients h3, .howwework-sec1 h3, .industry-new-block h3 {
  line-height: 113%;
}
.mobileapp-dev .mobileapp-wrapper h2, .bestintechnology h3, .ourclients h3 {
    color: #dc3545;
    font-size: 36px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 113.957%;
}
.mobileapp-dev .mobileapp-wrapper p, .bestintechnology p, .ourclients p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    line-height: 153.523%;
}
.bestintechnology .technology-stack ul li img {
  width: 25px;
  margin-right: 10px;
  position: absolute;
  left: 5px;
  top: 3px;
  height: 30px;
  object-fit: contain;
}
.banner-txt-main li {
  color: #fff;
  font-size: 18px;
  list-style-type: none;
  line-height: 30px;
}
.banner-main-header .banner-txt-main ul.banner-bullets li img {
  margin-right: 2px;
  width: 20px;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
}
.banner-main-header .banner-award-icons {
  margin: 30px 0;
}
.banner-main-header .banner-award-icons ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.banner-main-header .banner-award-icons ul li {
  margin-right: 18px;
}
.banner-main-header .banner-main-form {
  border-radius: 10px;
  border: 1px solid #0A0A58;
  background: linear-gradient(180deg,#000031 36.98%,#5A0338 100%),linear-gradient(131deg,#45187E 4.98%,#B174FF 143.04%);
  top: 20px;
  width: 80%;
  margin: 0 auto;
  float: right;
  z-index: 10;
  position: relative;
  background: #fff;
  padding-bottom: 30px;
}
.banner-main-form h3 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  padding: 15px 15px 5px;
  border-radius: 16px 16px 0 0;
  margin-bottom: 0;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal!important;
}
.banner-main-form .form-row {
  padding: 0 10px 0;
  margin: 0;
  border-radius: 16px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.banner-main-form .col-md-6.mb-4 {
  width: 100%;
  position: relative;
  margin-bottom: 6px!important;
  float: left;
  margin-right: 8px;
  z-index: 1;
  padding: 0;
}
.banner-main-form label {
  display: none;
}
.banner-main-form input {
  display: block;
  width: 100%;
  padding: .3rem .75rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  background: #F4F4F4;
}
.col-md-6.mb-4.phonetext-fileds {
  position: relative !important;
  z-index: 99;
}
.col-md-6.mb-4.phonetext-fileds {
  display: flex;
  float: inherit;
}
.banner-main-form input[type=submit] {
  border: 2px solid #0554f2;
  border-radius: 50px;
  background: #0554f2;
  color: #fff;
  transition: .3s ease-out;
  font-weight: 600;
  font-size: 16px;
}
body.social-media-marketing.shopify-plus img.logo {
    width: 200px !important;
}
.banner-main-header::after {
  content: "";
  background: url('banner-overlap.png');
  height: 304px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-size: cover;
}
body.social-media-marketing {
    background: #fff !important;
}
.differ-customer-service {
    margin-top: 20px;
    padding: 50px 0;
    background: #fff;
    background-position: center right;
    background-size: cover;
    background-attachment: fixed;
}
.differ-customer-service h3 {
    color: #dc3545;
    font-size: 36px;
    font-style: normal;
    margin-bottom: 40px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}
.differ-customer-service .Solutions-boxs {
    border-radius: 48px 8px;
    border: 1px solid var(--neutral-n-700,#E2E2E2);
    background: linear-gradient(90deg, #dc4147, #194194);
    box-shadow: 4px 4px 15px 0 rgba(0,0,0,.1);
    padding: 20px;
    display: flex;
    height: 100%;
    padding: 20px 24px 35px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    transition: all .5s ease-out;
    position: relative;
}
.technologywrapper .img-tech, .differ-customer-service .sol-img {
  display: inline-block;
  padding: 10px;
  border-radius: 16px;
  background: #0554f2;
}
.differ-customer-service .Solutions-boxs .sol-img img {
  filter: brightness(0) invert(1);
}
.sol-img img {
  width: 36px;
  filter: brightness(0) invert(1);
}
.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
}
.differ-customer-service .Solutions-boxs h4 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-clip: text;
    -webkit-background-clip: text;
}
.Solutions-boxs p {
    color: #fff;
}
footer.om-footer.homejan-footer {
    background: linear-gradient(236deg, #dc3545, #0554f2) !important;
}
footer.om-footer {
  margin-bottom: -21px;
  position: relative;
  z-index: 99;
  background: #fff;
}
.om-footer {
  padding: 60px 0 0;
  clear: both;
}
footer.om-footer.homejan-footer .foot-top {
  position: relative;
  margin-bottom: 25px;
}
.foot-title-head {
    font-weight: 700;
    font-size: 17px;
    line-height: auto;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.foot-top .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.foot-top .footer-menu li {
  margin-bottom: 13px;
  line-height: 20px;
}
.foot-top .footer-menu li a {
  line-height: 15px;
}
.foot-top .footer-menu li a {
    font-size: 16px;
    font-weight: 400;
    line-height: inherit;
    color: #fff;
}
.social-icon {
  padding-bottom: 10px;
}
footer.om-footer.homejan-footer .social-icon a {
  display: inline-block;
  margin-right: 10px;
}
.social-icon a {
  padding: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
}
footer.om-footer.homejan-footer .ft-contact-info {
  margin-top: 20px;
}
footer.om-footer.homejan-footer .ft-contact-info a {
  font-size: 11px !important;
  display: block;
  position: relative;
  color: #fff;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 15px;
}
footer.om-footer.homejan-footer .ft-contact-info a img {
  max-width: 18px;
  position: absolute;
  left: 0;
  top: 6px;
}
.footerstrip {
  background: #fff;
  padding: 8px 0;
}
.footerstrip .container {
  padding: 0;
}
.footerlocationdiv {
  display: flex;
  justify-content: center;
  gap: 45px;
  bottom: 0;
}
.footerlocation-title {
    font-size: 18px;
    font-weight: 600;
    text-shadow: 1px 2px 2px black;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #0554f2;
}
footer.om-footer.homejan-footer .footer-janbottom {
  text-align: center;
  border-top: 2px solid #ddd;
  padding-top: 20px;
}
footer.om-footer.homejan-footer .footer-janbottom p {
  color: #fff;
  margin-bottom: 5px;
  font-size: 15px;
}
footer.om-footer.homejan-footer .footer-janbottom h5 {
    color: #fff;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 600;
}
footer.om-footer.homejan-footer .footer-janbottom h6 {
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 400;
}


@media screen and (min-width: 769px) {
.menu-icon {
  display: none !important;
}
}


@media screen and (max-width: 768px) {
  .footerlocationdiv {
    align-items: center;
    display: flex;
    flex-direction: column;
}
  .col-md-6.col-lg-4.hideOnMd {
    display: none;
}
.slider h4.heading-4.mb-25 {
  line-height: 41px;
  font-size: 26px;
}
.slider .content h1 {
  font-size: 97px;
  line-height: 98px;
  font-weight: 600;
  /* font-size: 4rem; */
  /* font-weight: bold; */
  margin: 0 !important;
}
.slider .content p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
.curve-overlay {
  position: absolute;
  bottom: -154px;
  left: 0;
  min-width: 100%;
  width: 100%;
  z-index: 10;
}
.feature .feature-cards {
  margin-top: -314px;
  padding: 20px 0;
}

  .menu-icon button {
    border: none;
    background: #fff;
}
.slider .content {
  margin: 117px 5px;
}
.custom-three-image .col-lg-6 {
  flex: 0 0 auto;
  width: 100%;
}
.custom-three-image .content {
  margin-top: 160px;
}
.css-y5zeoq {
    padding-top: 61px;
    background: #fff;
    margin-top: -81px;
}
.message {
  color: #fff;
  padding: 15px 40px;
  z-index: 1;
  overflow: hidden;
}
.message .heading-2 {
  font-size: 30px;
  line-height: 50px;
}
.plan {
  position: relative;
  margin-top: -122px;
}
.plan .content {
  margin-left: 40px;
  max-width: 535px;
  padding: 0;
}
.custom-accordion-container {
  padding: 0 38px;
      height: 154vh;
      display: flex;
      max-width: 100%;
      background-color: #fff;
      border-radius: 8px;
      overflow: hidden;
      min-height: 65vh;
  }
  .custom-accordion-container .custom-accordion {
      padding-top: 79px;
      width: 100%;
      /* flex: 1 1 41%; */
      /* padding: 43px; */
  }
  .custom-accordion-container {
      /* padding: 0 38px; */
      height: 154vh;
      display: flex;
      max-width: 100%;
      background-color: #fff;
      border-radius: 8px;
      overflow: hidden;
      min-height: 65vh;
  }
  .custom-accordion-container .image-container img {
      width: 100%;
      max-width: 100%;
      object-fit: cover;
      height: auto;
      border-radius: 8px;
  }
  .custom-accordion-container .image-container {
    width: 100%;
    /* flex: 1 1 40%; */
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-container {
  flex-direction: row;
  align-items: center;
}
.contact_form .col-lg-12.col-xl-5 {
  display: none;
}
.team-slider.slick-initialized.slick-slider.slick-dotted {
  /* display: flex; */
  padding: 0px;
  /* gap: 24px !important; */
}
.message .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background-color: #fff;
  color: #0554f2;
  cursor: pointer;
}
.message .heading-4 {
  font-size: 20px;
}
.message .heading-7 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.container.message-container {
  margin-top: -66px;
}
.menu-icon {
    margin-left: 0;
}
.menu-icon {
  width: 42px;
  height: 54px;
}
.menu-icon {
    display: flex;
}
.menu-icon {
    width: 50px;
    height: 50px;
    margin-left: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.menu-icon #nav-lines {
    width: 35px;
    height: 35px;
}

.menu-icon .options {
    padding: 10px 0;
    background-color: #fff;
    font-weight: 500;
}
.menu-icon {
    display: flex;
}
.menu-icon {
    width: 42px;
    height: 42px;
}
.menu-icon #nav-lines .nav-line {
    stroke: #0554f2;
    transform-origin: 50% 50%;
    stroke-width: 4px;
    transition: all .3s ease-in-out;
}


  .menu.desktop-menu {
    display: none;
}
              .about-content,
              .about-image {
                  flex: 1 1 100%;
                  margin-bottom: 20px;
              }
  
              .about-stats {
                  flex-direction: column;
              }
  
              .about-stats .stat {
                  margin-bottom: 10px;
              }
  
              .about-stats .stat:last-child {
                  margin-bottom: 0;
              }
            
              .logo-wrapper img {
                margin-top: -19px;
                width: 184px;
                object-fit: contain;
                height: 77px;
            }
            .header-section button.search-btn {
              font-size: 21px;
              width: 51px;
              height: 38px;
              margin-right: 30px;
              border: 1px solid #0554f2;
              border-radius: 5px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 14px;
              font-size: 22px;
              cursor: pointer;
          }
          .header-section .shape {
            position: relative;
            -webkit-clip-path: polygon(68% 0, 100% 0, 35% 100%, 0 100%);
            clip-path: polygon(39% 0, 60% 0, 41% 99%, 18% 100%);
            background: #cecece;
            width: 87px;
            z-index: 4;
            margin-left: -76px;
        }
          .header-section button.get-started-btn {
            border: 1px solid #fff;
            padding: 0px 0px;
            font-weight: 500;
            font-size: 1rem;
            width: 146px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            color: #fff;
            background-color: #0554f2;
        }
                .footer-bottom {
                flex-direction: column;
                text-align: center;
                }
                .custom-three-image .container {
                  flex-direction: column;
                  }
                  
                  .custom-three-image .image-gallery {
                  grid-template-columns: 1fr;
                  }
                  
                  .custom-accordion-container {
                    flex-direction: column;
                }
            
                .custom-accordion-container .image-container {
                    flex: 1 1 auto;
                    padding: 20px;
                }
             
          }
 @media screen and (max-width: 426px) {
.banner-main-header .banner-main-form {
    width: 100%;
}

  .header-section .menu-topbar-wrapper {
    width: 57%;
}
.header-section .logo-wrapper {
  position: relative;
  /* -webkit-clip-path: polygon(68% 0, 100% 0, 35% 100%, 0 100%); */
  /* clip-path: polygon(9% 0, 100% 0, 104% 100%, 103% 103%); */
  padding-top: 42px;
  background: #fff;
  width: 44%;
  z-index: 200;
}
.top-bar-child1 {
    display: none;
}
.menu-icon {
  width: 35px;
  height: 50px;
  margin-left: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.logo-wrapper img {
  margin-top: -25px;
  width: 157px;
  object-fit: contain;
  height: 77px;
}
.header-section button.search-btn {
  font-size: 21px;
  width: 44px;
  margin-left: 85px;
  position: relative;
  height: 45px;
  margin-right: 8px;
  border: 1px solid #0554f2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 22px;
  cursor: pointer;
}
.header-section button.get-started-btn {
    border: 1px solid #fff;
    padding: 0px 0px;
    font-weight: 500;
    font-size: 1rem;
    width: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    background-color: #0554f2;
}


.slider .content h1 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  /* font-size: 4rem; */
  /* font-weight: bold; */
  margin: 0 !important;
}
.slider .content p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
.slider h4.heading-4.mb-25 {
  line-height: 30px;
  font-size: 22px;
}
.slider .content {
  margin: 136px -1px;
}
.slider .slider-item {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  background: #000;
  overflow: hidden;
  padding-left: 2rem;
}
.button-primary-1 {
  width: 160px;
  height: 50px;
}
.hero-contact .paragraph-3 {
  font-size: 12px;
}
.hero-contact {
  right: -219px;
  top: 385px;
  transform: translate(0);
  position: absolute;
  color: #fff;
  z-index: 11;
  rotate: -90deg;
}
.footerstrip .col-md-12 .row {
  margin-right: unset;  
}
.img_wrapper_3 img {
  max-width: 200px;
}
.img_wrapper_3 {
  position: absolute;
  margin-top: -114px;
}
.custom-three-image .content {
  margin-top: 80px;
}
.message .heading-7 {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 20px !important; 
}
.message .heading-2 {
  font-size: 22px;
  line-height: 23px;
}
.message .heading-4 {
  font-size: 16px !important;
}
.message  .heading-3, .heading-4 {
    font-weight: 600;
    line-height: 36px !important;
}
#tech-form-one .contact_form {
  background: #f3f7ff;
  position: relative;
  padding: 0 20px;
  border-radius: 10px;
  margin-top: -150px;
}
.custom-accordion-container {
  /* padding: 0 38px; */
  height: 108vh;
  display: flex;
  max-width: 100%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  min-height: 65vh;
}
.about-image {
  height: 589px;
  display: flex;
  flex-direction: column;
  /* flex: 1 1 45%; */
  text-align: center;
}
.about-image-text {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 79px 21px;
  max-width: 1260px;
  margin: 0 auto;
}

.stat.stat2 {
  /* margin-top: 270px; */
  width: 254px;
  /* padding: 46px; */
  /* position: absolute; */
  z-index: 30;
  /* margin-left: -64px; */
  height: 226px;
}
.stat.stat1 {
  width: 50%;
}

.stat.stat2 {
  width: 50%;
}
.about-stats {
  flex-direction: row;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.stat.stat1 ,.stat.stat2{
  width:50%;
  margin: 15px 10px;
  padding: 10px;
  height: 200px !important;
  position: relative;
}
.about-page .css-y5zeoq {
  padding-top: 61px;
  background: #fff;
  margin-top: -86px;
}
.plan .content {
  /* margin-left: 40px; */
  max-width: 535px;
  padding: 0 19px 0px 0px;
}
.sub-header {
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 50px;
}

.sub-header .page-info {
  max-width: 354px;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border-radius: 5px;
  left: 50%;
  top: -110px;
  transform: translate(-50%,235px);
  background-color: #0554f2;
  color: #fff;
}

.container .page-info.position-absolute .heading-2 {
  font-size: 27px;
  line-height: 25px;
}
section#contact {
  padding: 0pc 25px;
}
.actions .button-primary-1 {
    width: 90px;
    height: 45px;
    font-size: 15px;
}
}


 @media screen and (max-width: 321px) {

.actions .button-primary-1 {
    width: 77px !important;
    height: 54px!important;
}
.logo-wrapper img {
    /* margin-top: -19px!important; */
    width: 113px!important;
    object-fit: contain!important;
    /* height: 77px!important; */
}
.header-section button.search-btn {
    width: 44px!important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.header-section .menu-wrapper {
    padding-left: 0!important;
    padding-right: 2px!important;
}

.menu-icon {
    width: 41px;
    margin-left: 0;

}
.actions .button-primary-1 {
    width: 85px !important;
    height: 45px;
    margin-left: 10px;
    font-size: 12px;
}
.sidebar {
    width: 321px!important;
}
}
h1,h2,h3,h4,h5,h6,p, span, a,div{
   font-family: Poppins,sans-serif !important;
}
h1,h2{
 font-family: Poppins,sans-serif!important;
  font-weight: 700;
  font-size: 48px;
}
h5,h6,p, span, a,div{
  font-weight: 300 !important;
}