:root {
  --mint: #b8e6e2;
  --purple: var(--themeht-primary-color);
  --navy: #1e1a33;
  --green-secondary: #00644e;
}

::selection {
  background: var(--themeht-primary-color);
  color: #fff;
}

.header .themeht-btn .btn-text,
.custom_theme_button .themeht-btn .btn-text {
  /* background: linear-gradient(
    235.7deg,
    #caf0f8 -0.08%,
    #90e0ef 45.62%,
    #48cae4 91.33%
  ); */
  /* color: #30323b; */
  background: #1B3282;

  color: #fff;
}
.main-nav > ul > li > a,
.main-nav .sub-menu li a {
  text-transform: capitalize !important;
}
.header .themeht-btn-warp .btn-icon1,
.header .themeht-btn-warp .btn-icon2,
.custom_theme_button .themeht-btn-warp .btn-icon1,
.custom_theme_button .themeht-btn-warp .btn-icon2 {
  /* background: linear-gradient(
    235.7deg,
    #caf0f8 -0.08%,
    #90e0ef 45.62%,
    #48cae4 91.33%
  ); */
   background: #1B3282;
  /* color: #30323b; */
  color: #fff;
}
a.primary-btn:hover .btn-text{background: #1B3282;}
.custom_theme_button .themeht-btn-warp .btn-icon1,
.custom_theme_button .themeht-btn-warp .btn-icon2 {
  transform: rotate(90deg);
}
.explore-btn a.primary-btn:hover .btn-text{background: var(--themeht-primary-color);color:#fff;}
.banner-slider-one .banner-content h6 {
  margin-bottom: 30px !important;
}

.banner-slider-one .swiper-button-prev,
.banner-slider-one .swiper-button-next {
  display: none;
}

.primary-btn.hiring-btn {
  border: 1px solid var(--themeht-primary-color);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 30px;
  margin-right: 15px;
  border-radius: 100px;
  background: transparent;
  color: var(--themeht-primary-color);
  display: inline-flex;
  transition: all 0.3s;
}

a.primary-btn.hiring-btn .btn-text {
  background: transparent;
  color: inherit;
}

.primary-btn.hiring-btn:hover {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.elementor-section.elementor-top-section.elementor-element .banner-content {
  padding: 150px 40px;
  position: relative;
  z-index: 1;
}

.elementor-section.elementor-top-section.elementor-element
  .banner-content::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 26.5%,
    rgba(0, 0, 0, 0.1) 88.97%
  );
  z-index: -1;
}

.elementor-section.elementor-top-section.elementor-element
  .banner-content
  .banner-text {
  display: flex;
  flex-wrap: wrap;
}

.elementor-section.elementor-top-section.elementor-element
  .banner-content
  .banner-text
  h6 {
  order: 2;
  width: 100%;
  background: transparent;
  text-transform: none;
  font-size: 20px;
  font-weight: 400 !important;
}

/*.elementor-section.elementor-top-section.elementor-element
  .banner-content
  .banner-text
  h1 {
  order: 1;
  font-size: 52px !important;
  line-height: 110% !important;
  font-weight: 400;
  margin-bottom: 15px !important;
  text-transform: none;
}*/

.elementor-section.elementor-top-section.elementor-element
  .banner-content
  .banner-text
  h1
  strong {
  font-weight: 600;
}

.elementor-section.elementor-top-section.elementor-element
  .banner-content
  .banner-text
  .themeht-btn-warp {
  order: 3;
}

#empowering_section {
  position: relative;
}

#titleId p {
  margin: 10px 0;
  color: var(--themeht-primary-color);
}

.home_slider
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-inner
  .swiper-slide-image {
  max-height: 100%;
  height: 100%;
  max-width: 100%;
  width: 150px;
  min-width: auto;
}

.requirement_solution .swiper-slide .service-item,
.requirement_solution .service-item {
  position: relative;
  z-index: 1;
  height: 100%;
}

.requirement_solution .swiper-slide .service-item::before,
.requirement_solution .service-item::before {
  display: block;
  content: "";
  background-image: url("./assets/images/blue-shape.png");
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  z-index: -1;
  position: absolute;
  top: 15px;
  right: 15px;
}

.requirement_solution .swiper-slide:nth-child(odd) .service-item::before,
.requirement_solution [class*="col-"]:nth-child(odd) .service-item::before {
  background-image: url("./assets/images/light-blue-shape.png");
}

.requirement_solution .swiper-slide:nth-child(odd) .service-item,
.requirement_solution [class*="col-"]:nth-child(odd) .service-item {
  background-color: #bceaf2;
  border: 1px solid #f3f6f8;
}

.requirement_solution .swiper-slide:nth-child(even) .service-item,
.requirement_solution [class*="col-"]:nth-child(even) .service-item {
  background-color: var(--themeht-primary-color);
  border: 1px solid #f3f6f8;
}

.requirement_solution .swiper-slide:nth-child(even) .service-item h4 a,
.requirement_solution .swiper-slide:nth-child(even) .service-item p,
.requirement_solution
  .swiper-slide:nth-child(even)
  .service-item
  .service-icon
  i,
.requirement_solution [class*="col-"]:nth-child(even) .service-item h4 a,
.requirement_solution [class*="col-"]:nth-child(even) .service-item p,
.requirement_solution
  [class*="col-"]:nth-child(even)
  .service-item
  .service-icon
  i {
  color: var(--themeht-white-color);
}

.requirement_solution .swiper-slide .service-image,
.requirement_solution .service-image {
  display: none;
}

.requirement_solution .swiper-slide .service-title,
.requirement_solution .service-title {
  border-bottom: 1px solid var(--themeht-white-color);
}

.requirement_solution .swiper-slide .service-item .arrow-button::before,
.requirement_solution .swiper-slide .service-item .arrow-button::after,
.requirement_solution .service-item .arrow-button::before,
.requirement_solution .service-item .arrow-button::after {
  background: transparent;
}

.requirement_solution .swiper-slide .service-item .arrow-button,
.requirement_solution .swiper-slide .service-item .arrow-button span::before,
.requirement_solution .service-item .arrow-button,
.requirement_solution .service-item .arrow-button span::before {
  background: var(--themeht-white-color);
  color: var(--themeht-primary-color);
}

.requirement_solution .row {
  justify-content: center;
}

.requirement_solution .swiper-wrapper {
  height: 420px;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 40px;
}

.requirement_solution .swiper-wrapper .swiper-slide {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.requirement_solution .swiper-wrapper .service-item.style-2 .arrow-button {
  /* border-radius: 50px 50px;
  padding: 14px;
  bottom: -30px; */
}

/* .requirement_solution
  .swiper-wrapper
  .service-item.style-2
  .arrow-button::before,
.requirement_solution
  .swiper-wrapper
  .service-item.style-2
  .arrow-button::after {
  background: #fff;
  box-shadow: none;
  border: 5px solid #fff;
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  border-radius: 50%;
  z-index: -1;
} */

.message_seciton .elementor-widget-container .theme-title {
  position: relative;
}

.message_seciton .elementor-widget-container .theme-title::before,
.message_seciton .elementor-widget-container .theme-title::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 10px;
  height: 100px;
  background: linear-gradient(
    0.14deg,
    #caf0f8 18.14%,
    #90e0ef 59.06%,
    #48cae4 99.99%
  );
  border-radius: 20px;
  display: none;
}

.message_seciton .elementor-widget-container .theme-title::after {
  top: auto;
  bottom: 0;
  left: auto;
  right: -40px;
}

.message_seciton .elementor-widget-container .theme-title p {
  background: transparent;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #30323b;
  text-transform: none;
  line-height: 1.5;
}

.tech_solution_section {
  position: relative;
  z-index: 1;
}

.tech_solution_section::before {
  content: "";
  background-image: url("./assets/images/left-wave-vector-green.webp");
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  top: 0;
  left: 0;
  pointer-events: none;
}
.tech_solution_section::after {
  content: "";
  background-image: url("./assets/images/right-wave-vector-green.webp");
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  top: 0;
  right: 0;
  pointer-events: none;
}

.tech_solution_section h2,
.tech_solution_section p {
  text-align: center;
}

.form_section > .elementor-element {
  height: 100%;
}

/* .footer_contact-btn, */
.footer_contact-btn .btn-text {
  background: #1B3282 !important;
  color: #fff !important;
}

.form_section {
  position: relative;
  z-index: 1;
}

.form_section::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("./assets/images/form_object.webp");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  top: -150px;
  left: 0;
}

.footer-info .footer-info-warp h5 {
  font-size: 20px;
  line-height: 1;
}

.footer-info .footer-info-warp p {
  font-size: 16 px;
  line-height: 1;
}

.footer h5.widget-title {
  font-size: 20px;
}

/* navs css */

.tech-main {
  background: transparent;
}

.tech-container {
  display: flex;
  gap: 2rem;
  min-height: 400px;
  margin-bottom: 3rem;
  background: transparent;
}

.tech-sidebar {
  flex: 1.3;
  max-width: 600px;
  background: transparent;
}

.tech-content-container {
  flex: 2;
  background: transparent;
}

.tech-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 0.5rem;
  border: 1px solid #30323b1a;
  font-size: 20px;
  font-weight: 500;
}

.tech-item.active {
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  font-weight: 600;
  font-size: 20px;
}

.tech-item:not(.active) {
  color: #30323b;
}

.tech-item:not(.active):hover {
  background-color: #f3f4f6;
}

.tech-item .icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-item .icon .white,
.tech-item .icon .black {
  display: none;
}

.tech-item:not(.active) .icon .black {
  display: inline-block;
}

.tech-item.active .icon .white {
  display: inline-block;
}

.tech-item .arrow {
  margin-left: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
  overflow: hidden;
}

.tech-item .arrow.themeht-btn-warp .btn-icon2,
.tech-item .arrow.themeht-btn-warp .btn-icon1 {
  width: 30px;
  height: 30px;
  min-width: 30px;
  --icon-width: 30px;
  font-size: 18px;
}

.tech-item .arrow i {
  transform: rotate(90deg);
  display: block !important;
}

.tech-item.active .arrow {
  opacity: 1;
}

.tech-content {
  display: none;
  animation: slide-in 0.5s ease-in;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 4px 20px 0px #0000000d;
}

.tech-content::before,
.whyChhooseUs::before {
  content: "";
  width: 700px;
  height: 399px;
  background: linear-gradient(
    235.7deg,
    #caf0f8 -0.08%,
    #90e0ef 45.62%,
    #48cae4 91.33%
  );
  filter: blur(300px);
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  bottom: -250px;
  right: -100px;
}

.whyChhooseUs::before {
  z-index: 2;
}

.tech-content.active {
  display: block;
}

.tech-content img {
  width: 100%;
  height: 250px !important;
  object-fit: cover;
  border-radius: 1rem !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-bottom: 1.5rem;
}

.tech-content .tech-content-desc p img {
  width: 20px;
  height: 20px !important;
  margin: 0;
}

.tech-content h2 {
	font-family: Chivo;
    line-height: 35px;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
  /*font-size: 1.5rem;
  font-weight: 500;*/
  margin-bottom: 0.75rem;
  color: #30323b;
}

/*.tech-content p {
  color: #30323b;
  margin-bottom: 1.5rem;
}*/

.read-more {
  display: inline-flex;
  align-items: center;
  color: var(--themeht-primary-color) !important;
  font-weight: 600;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
  color: var(--themeht-secondary-color) !important;
}

@keyframes slide-in {
  0% {
    /* opacity: 0; */
    transform: translateX(20px);
  }
  100% {
    /* opacity: 1; */
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .tech-container {
    flex-direction: column;
  }
  .tech-sidebar {
    max-width: 100%;
    padding: 0px;
  }
  .tech-content {
    padding: 20px;
  }
  .expertie_home .tech-item {
    padding-left: 15px;
  }
  .tech-item span {
    max-width: calc(100% - 60px);
  }
  .dropDesign .tapLabel {
    font-size: 14px;
    line-height: 110%;
  }
  .dropDesign .warning {
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
  }
  .dropDesign {
    padding: 20px;
    border-radius: 10px;
  }
  .main-nav .sub-menu li {
    margin-bottom: 10px;
  }
}

/* nav css */

.custom_theme_header .theme-title.ht-split-text p {
  background: transparent;
  color: var(--themeht-primary-color);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
}

/* dots css */

.color-dots {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  animation: pulse 4s ease-in-out infinite;
}

.dot {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin: 0 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  animation: fadeIn 0.6s ease-out forwards;
}

.dot:hover {
  transform: scale(1.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.mint {
  background-color: var(--mint);
  animation-delay: 100ms;
}

.purple {
  background-color: var(--purple);
  animation-delay: 300ms;
}

.navy {
  background-color: var(--navy);
  animation-delay: 500ms;
}

/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* fots css end here */

.customBreadCrumbBox {
  width: 100%;
  height: 100%;
  background: var(--themeht-primary-color);
  border-radius: 10px;
  padding: 20px !important;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
}

.services_banner_abdul .elementor-heading-title {
  /* color: var(--themeht-white-color) !important; */
}

.services_banner_abdul .elementor-widget-container p {
  /* color: var(--themeht-white-color) !important; */
}

.excerpt_text {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s;
  opacity: 0;
  max-width: 80%;
  line-height: 1.5;
  margin: 0;
	visibility:hidden;
	transition:ease .3s;
	    transform: translate(0px, 30px);
	position:absolute;
}

.service-list h4 {
  line-height: 100%;
  font-weight: 600;
}

.service-list li:hover .excerpt_text,
.service-list li.active .excerpt_text {
  opacity: 1;
	visibility:visible;
     transition:ease .3s;
	    transform: translate(0px, 0px);
	position:relative;
}

.service-list li:not(:first-child) {
  margin-top: 20px;
}
.service-list h4 a::after {
  color: var(--themeht-primary-color);
  text-shadow: none;
  -webkit-text-fill-color: var(--themeht-primary-color);
  -webkit-text-stroke-width: 0;
  letter-spacing: 0px;
  font-weight: 700;
}

.services_breadCrumb .breadcrumb-item,
.services_breadCrumb .breadcrumb-item a {
  color: #30323b;
  text-transform: none;
}

.services_breadCrumb .breadcrumb-item a .bi-house-door,
.theme-breadcrumb-box .breadcrumb-item a .bi-house-door{
  background: var(--green-secondary);
  color: var(--themeht-white-color);
}

.services_breadCrumb .breadcrumb-item.active {
  font-weight: 700;
}

.services_breadCrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #30323b;
}

/* search widget css */

/* Reset and base styles */
/* Container styles */
.search-container {
  margin: auto;
  width: 100%;
  max-width: 900px;
  padding: 40px 20px;
}

/* Search bar styles */
.search-bar {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 20px;
  border: 1px solid #ebebeb;
  background: #f9fafb;
  gap: 20px;
}

/* Search input group */
.search-container .input-group {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 12px 16px;
}

.search-container .input-group:first-child {
  border-radius: 100px 0 0 100px;
  border-right: none;
}

.search-container .input-group:nth-child(2) {
  border-left: none;
  border-right: none;
}

/* Icons */
.icon {
  color: var(--themeht-primary-color);
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

/* Input fields */
.input-field {
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
  width: 100%;
  padding: 4px 0;
}

.input-field::placeholder {
  color: #aaa;
}

/* Button styles */
.search-button {
  border: none;
  padding: 16px 40px;
  border-radius: 100px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: var(--themeht-dark-color) !important;
  background: linear-gradient(
    235.7deg,
    #caf0f8 -0.08%,
    #90e0ef 45.62%,
    #48cae4 91.33%
  );
}

.search-button:hover {
  background-color: #32a3cf;
}

.shortcode_height {
  height: calc(50% - 20px);
}

.shortcode_height .elementor-widget-container,
.shortcode_height .elementor-widget-container .elementor-shortcode {
  height: 100%;
}

.banner-second-col .elementor-widget-wrap {
  gap: 40px;
}

.shortcode_height:not(:last-child) .banner-statistics {
  margin-bottom: 40px;
}

/* Categories */
.categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 20px;
}

.category {
  font-size: 14px;
  color: var(--themeht-dark-color);
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
  background: #f9fafb;
  padding: 5px 15px;
  border-radius: 5px;
}

.category:hover {
  color: #5b43ef;
}

.category.active {
  color: var(--themeht-primary-color);
  font-weight: 500;
  text-decoration: underline;
}

.main-nav ul.sub-menu {
  padding: 10px 0;
}
.main-nav .sub-menu li {
    padding: 5px 5px;
	letter-spacing: 0px;
}
.main-nav .sub-menu li a {
  line-height: 18px;
  font-size: 13px;
  font-weight: 500;
}

#second_sec_Img_text h2,
#second_sec_Img_text p {
  color: var(--themeht-white-color);
}

/* Separator */
.separator {
  width: 1px;
  height: 24px;
  background-color: #e8e8e8;
  margin: 0 4px;
}

@media screen and (max-width: 1024px) {
  .page-title .customBreadCrumbBox h1 {
    font-size: 32px;
    line-height: 32px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .search-bar {
    flex-direction: column;
    border-radius: 16px;
  }

  .search-container .input-group:first-child {
    border-radius: 16px 16px 0 0;
    border-right: 1px solid #f1f1f1;
    border-bottom: none;
  }

  .search-container .input-group:nth-child(2) {
    border-left: 1px solid #f1f1f1;
    border-top: none;
    border-bottom: none;
  }

  .search-button {
    width: 100%;
    border-radius: 0 0 16px 16px;
  }

  .categories {
    gap: 16px;
  }
}

/* search widget css end here */

/* Job card styles */
.jobs-item {
  background: #f9fafb;
  border: 1px solid #ebebeb;
  padding: 15px;
  height: 100%;
  display: grid;
}

.jobs-item .jobs-logo {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
  margin-right: 15px;
}

.jobs-item .jobs-logo img {
  object-fit: contain;
  object-position: center;
}

.jobs-title h4 {
  font-size: 22px;
  line-height: 22px;
}

.jobs-item h4 + p {
  width: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  opacity: 0.7;
}

.jobs-top-area .jobs-title span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.jobs-heading {
  border-bottom: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.job-header-info li.tag {
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  width: auto;
  line-height: 1.2;
  text-align: center;
  color: #333333;
}

.job-header-info li.tag-yellow {
  background-color: #ffd70033;
}

.job-header-info li.tag-experience {
  background-color: #0080800d;
}

.job-header-info.others {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}

.job-post-date {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #33333380;
}

.job-footer {
  margin-top: auto;
}
/* jobs list css end here */

/* services page css */

.service_page .tech-sidebar {
  background: #f1f6f9;
  border-radius: 10px;
  padding: 20px;
}

.service_page .tech-content-container {
  background: #fff;
}

.service_page .tech-content-container .tech-content {
  background: #fff;
}

.service_page .tech-content-container .tech-content .read-more {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.service_page .tech-content-container .tech-content .read-more span {
  padding: 19px 30px 18px 30px;
  border: 0;
  z-index: 9;
  outline: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 100px;
  position: relative;
  font-weight: 500;
  background: linear-gradient(
    235.7deg,
    #caf0f8 -0.08%,
    #90e0ef 45.62%,
    #48cae4 91.33%
  );
  color: #30323b;
  gap: 10px;
  transition: all 0.3s ease;
}

.service_page .tech-content-container .tech-content .read-more::after,
.service_page .tech-content-container .tech-content .read-more::before {
  content: "\f179";
  font-family: flaticon_mycollection !important;
  width: 50px;
  height: 50px;
  background: linear-gradient(
    235.7deg,
    #caf0f8 -0.08%,
    #90e0ef 45.62%,
    #48cae4 91.33%
  );
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.service_page .tech-content-container .tech-content .read-more::before {
  display: none;
}

.service_page .tech-content-container .tech-content .read-more:hover::before {
  display: flex;
}

.service_page .tech-content-container .tech-content .read-more:hover::after {
  display: none;
}

.Statistics-bottom > a {
  
	color: var(--themeht-dark-color) !important;
  border-color: var(--themeht-dark-color) !important;
  transition: all 0.3s ease;
  padding: 16px 30px;
  text-transform: uppercase;
	 font-size: 14px;
  font-weight: 500;
	background:#fff;
 
}

.Statistics-bottom > a:hover {
  background: var(--themeht-primary-color);
  color: #fff;
}

.banner-statistics::before {
  background-image: url("./assets/images/right-wave-vector.webp");
  opacity: 1;
  top: 0;
  left: 0;
  transform: rotate(0deg);
}

.Statistics-img-warp img {
  border: 2px solid #fff !important;
  margin-right: -15px;
}

.Statistics-icon {
  background: #292520;
}

/* services page css end here */

.contact-card-container {
  background: linear-gradient(
    235.7deg,
    #caf0f8 -0.08%,
    #90e0ef 45.62%,
    #48cae4 91.33%
  );
  border-radius: 10px;
  padding: 20px;
}

.contact-card-container .card-content {
  text-align: center;
}

.contact-card-container .card-content img {
  width: 125px;
  height: 125px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.contact-card-container .card-content h2 {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  text-transform: capitalize;
  color: #30323b;
  line-height: 1.5;
}

.contact-card-container .card-content .tech-content-desc {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #30323b;
  line-height: 1.3;
  margin-bottom: 30px;
}

.contact-card-container .card-content .read-more {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #30323b;
  padding: 10px 20px;
  background: #fff;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact-card-container .card-content .read-more:hover {
  background: var(--themeht-primary-color);
  color: #fff;
}

.career_page_col .page-breadcrumb .breadcrumb .breadcrumb-item a,
.career_page_col .page-breadcrumb .breadcrumb .breadcrumb-item.active,
.career_page_col .page-breadcrumb .breadcrumb .breadcrumb-item.active::before {
  font-weight: 500;
  font-size: 14px;
  line-height:26px;
  text-transform: capitalize;
  color: #222222;
}

.banner-statistics {
  height: 100%;
  display: grid;
  min-height: max-content;
  padding: 25px;
}
/*.banner-statistics p {
  font-size: 24px;
  line-height: 30px !important;
  margin-bottom: 10px;
}*/

.featured-item.style-6 {
  border: 1px solid #dde1ef;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
.featured-item.style-6 .featured-icon {
  width: 60px;
  height: 60px;
}

.featured-item.style-6 .featured-icon i,
.featured-item.style-6 .featured-icon svg {
  font-size: 60px;
  color: #55d9f2;
  fill: #55d9f2;
}

.featured-item.style-6 .grid {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 50px;
  gap: 20px;
  width: 100%;
  height: 100%;
}

.featured-item.style-6 .grid .featured-subtitle {
  font-weight: 400;
  font-size: 28.45px;
  color: black;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0000004d;
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
  writing-mode: vertical-lr;
  text-align: right;
}

.featured-item.style-6 .icon_box {
  display: grid;
  width: 100%;
  height: 100%;
}

.featured-item.style-6 .icon_box .featured-desc {
  margin-top: auto;
}

.featured-item.style-6 .icon_box .featured-desc .featured-title h4 {
  font-weight: 400;
  font-size: 52px;
  color: #222222;
  margin: 0 0 15px;
}

.featured-item.style-6 .icon_box .featured-desc p {
  font-weight: 600;
  font-size: 20px;
  color: #222222;
}

.service_featured_box .featured-item.style-3 .featured-icon {
  background-color: var(--themeht-white-color);
  color: var(--themeht-primary-color);
  border: 1px solid #d3d3d3;
}

.extra_design {
  font-weight: 900;
  font-size: 68px;
  color: var(--themeht-primary-color);
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--themeht-primary-color);
}

.extra_design .blue {
  color: var(--themeht-primary-color);
  text-transform: uppercase;
  -webkit-text-fill-color: var(--themeht-primary-color);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--themeht-primary-color);
}

.service_details_drig .elementor-container {
  height: 100%;
}

.staff_model-col {
  height: 100%;
}

.staff_model-col .elementor-widget-wrap {
  height: 100%;
}

.service_featuredBox {
  height: 100%;
  border: 1px solid #1b328266;
  border-radius: 10px;
  padding: 20px;
}

.service_featuredBox .featured-item.style-5 {
  height: 100%;
  position: relative;
  z-index: 1;
}

.service_featuredBox .featured-item.style-5::before {
  display: block;
  content: "";
  background-image: url(./assets/images/blue-shape.png);
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.08;
}

.service_featuredBox .featured-item.style-5 .featured-icon {
  background: transparent;
  fill: #1b3282;
}

.service_featuredBox .featured-item.style-5 .featured-title {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 15px;
}

.budgets-text p {
  color: var(--themeht-white-color);
}

/* Feature box 7 css end here */
.featured-item.style-7 {
  background: #32468e;
  padding: 20px;
  border-radius: 10px;
}

.featured-item.style-7 .icon_box {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.featured-item.style-7 .icon_box .featured-icon {
	min-width:70px;
  width: 70px;
  height: 70px;
  background: #ffffff;
  color: #32468e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin-right: 20px;
}

.featured-item.style-7 .icon_box .featured-title,
.featured-item.style-7 .icon_box .featured-title h4 {
  
  color: var(--themeht-white-color);
  margin: 0;
	    
} /*-- base h3 --*/

.timeline-content h4{
	   font-family: Chivo;
    
}/*-- base h3 --*/


.featured-item.style-7 .featured-description,
.featured-item.style-7 .featured-description p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--themeht-white-color);
  margin: 0;
}

.services-template-default.single.single-services
  .page-title.page-title-overlay.breadcrumb-2,
.specializations-template-default.single.single-specializations
  .page-title.page-title-overlay.breadcrumb-2 {
  display: none;
}

/**specialization seciton css start here */
.specialization-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 20px;
}
.specialization-grid .post-card.style-2.style-3 {
  flex-wrap: wrap;
  background: #fff;
}
.specialization-grid .post-card.style-2.style-3 .post-image {
  width: 100%;
  height: 200px;
}
.specialization-grid .post-card.style-2.style-3 .post-desc {
  width: 100%;
  padding: 20px;
  margin: 0;
  height: calc(100% - 200px);
}

.specialization-grid .post-card.style-2.style-3 .post-desc-warp {
  margin-bottom: 0;
}

.specialization-grid .post-card.style-2.style-3 .post-desc .post-title h4 {
	    font-family: Chivo;
    line-height: 35px;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
	
 
  color: #30323b;
  margin: 0 0 10px !important;
  padding: 0 !important;
}

.specialization-grid .post-card.style-2.style-3 .read-link {
  margin-left: auto;
}

.specialization-grid .post-card.style-2.style-3 .post-content p:empty {
  display: none;
}

.specialization-grid .post-card.style-2.style-3 .post-content {
  max-height: max-content;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

.specilization_grid .service_featured_box .featured-item.style-3 {
  flex-flow: column;
}

.specilization_grid
  .service_featured_box
  .featured-item.style-3
  .featured-icon {
  width: 75px;
  margin: 0 0 20px;
}

.specilication_new.service_featured_box .featured-item.style-3 .featured-icon {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.specilication_new.service_featured_box
  .featured-item.style-3
  .featured-icon
  svg {
  width: 40px;
  height: 40px;
}

.specilization_grid_bussine .elementor-widget-wrap.elementor-element-populated {
  display: grid !important;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}
.service_featured_box.specilication_new {
  /* width: 100%;
  height: 100%;
  margin: 0;
  min-height: 100%;
  max-height: 100%;
  min-width: 100%;
  max-width: 100%; */
}
.about_us_service_grid .row {
  justify-content: center;
}
.about_us_service_grid .row [class*="col-"] {
  margin-bottom: 30px;
}
.about_us_service_grid .service-item.style-2 {
  width: 100%;
  height: 100%;
  margin: 0;
}
.footer {
  background-color: #222222;
}
.primary-footer .container-fluid {
  padding: 0px 40px;
}
/* specialization seciton css end here */

.form-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  place-content: center;
}

.form-grid .btn .submit::before {
  display: block;
  font-family: flaticon_mycollection !important;
}

.form-grid .btn .submit {
  padding: 10px 20px;
}

.form-grid .wpcf7-form-control-wrap,
.form-grid .file-upload-input {
  width: 100%;
  height: auto;
  line-height: 100%;
  min-height: auto;
  max-height: max-content;
  padding: 0px;
  border-radius: 50px;
}
.form-grid .file-upload-input {
  padding: 15px;
}
.contact_features .featured-item.style-5 .featured-icon {
  background: transparent;
  color: var(--themeht-primary-color);
  width: 25px;
  height: auto;
  line-height: normal;
  margin: 0;
}

/**
* New home page design
*/
.newHomePageSLider .swiper-wrapper {
  height:460px;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 40px;
}
.newHomePageSLider .swiper-wrapper .swiper-slide {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
.newHomePageSLider .service-item.style-4 {
  background-color: var(--themeht-white-color);
  padding: 40px;
  border-radius: 15px;
  height: 100%;
  box-shadow: 0px 4px 20px 0px #00000026;
  display: flex;
  flex-flow: column;
}

.newHomePageSLider .service-item.style-4 .service-icon {
  background:#1b3282;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 30px;
	min-height:60px;
}
.newHomePageSLider .service-item.style-4 .service-icon i {
  color: #fff;
  font-size: 2rem;
}
.newHomePageSLider .service-item.style-4 .service-title h4,
.newHomePageSLider .service-item.style-4 .service-title h4 a {
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
	font-size: 28px;
}
.newHomePageSLider .service-item.style-4 .service-title h4 a{
	min-height:84px;
}
.newHomePageSLider .service-item.style-4 .service-desc .service-title + p {
  /*font-weight: 400;
  font-size: 16px;
  line-height:120%;
	margin: 0;
	*/
  
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  
  font-family: var(--themeht-typography-body-font-family);
}

.newHomePageSLider .service-item.style-4 .service-desc {
  margin-bottom: 30px;
}
.newHomePageSLider .service-item.style-4 .arrow-button {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #1b3282;
  display: inline-block;
  margin-top: auto;
  width: auto;
  max-width: max-content;
}

.expertie_home .tech-item .icon {
  display: none;
}

.expertie_home .tech-item {
  border-radius: 2px 50px 50px 2px;
  position: relative;
  padding-left: 30px;
  background: #fff;
}

.expertie_home .tech-item::before {
  content: "";
  width: 5px;
  height: 100%;
  background: transparent;
  box-shadow: 0px 4px 20px 0px #0000001a;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.expertie_home .tech-item.active {
  background-color: var(--green-secondary);
}

.expertie_home .tech-item.active::before {
  background: var(--green-secondary);
  box-shadow: 0px 4px 20px 0px #0000001a;
}

.dropDesign {
  background: rgba(255, 255, 255, 0.15);
  border: 2px dotted #ffffff;
  padding: 30px;
  border-radius: 30px;
  display: flex;
  gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.dropDesign .bi {
  color: #ffffff;
  font-size: 2rem;
}

.dropDesign .tapLabel {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.dropDesign .warning {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  margin: 0;
	opacity:0.6;
}

.dropDesign [data-name="upload-resume"] {
  display: none;
}

.dropDesign .wpcf7-response-output {
  border: none;
  color: #fff;
}

.formData .elementor-heading-title,
.formData .elementor-widget-container p {
  color: #fff !important;
}

.why-text-col .themeht-btn.secondary-btn .btn-icon1,
.why-text-col .themeht-btn.secondary-btn .btn-icon2,
.why-text-col a.themeht-btn .btn-text {
  background: var(--themeht-primary-color);
	background:var(--green-secondary);
  color: #fff;
}

.dropDesign .fieldName {
  margin: 0;
  display: none;
  color: #fff;
}
.dropDesign .loading {
  margin: 0;
  display: none;
  color: #fff;
}

.banner-slider-custom,
.banner-slider-custom .banner-slider,
.banner-slider-custom > .elementor-widget-container,
.banner-slider-custom .banner-slider .banner-content {
  height: 100%;
}

.banner-slider-custom
  .banner-slider
  .banner-content
  .themeht-btn.secondary-btn
  .btn-icon1,
.banner-slider-custom
  .banner-slider
  .banner-content
  .themeht-btn.secondary-btn
  .btn-icon2,
.banner-slider-custom
  .banner-slider
  .banner-content
  .themeht-btn.secondary-btn
  .btn-text {
  background: #ffffff;
  color: #1b3282;
}

.empowwr-imgtext .elementor-widget-container p {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}

.gradient-text {
  background: linear-gradient(90deg, #7c79f7 0%, #9ee4f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #1b3282;
}

.tech-content::before {
  background: transparent;
}

/* banner specilization */
.specilication_banner .elementor-heading-title {
  color: var(--themeht-white-color) !important;
	margin-top:30px;
}

.specilication_banner .elementor-widget-container p {
  color: var(--themeht-white-color);
}

.right_sec_icon_box .elementor-icon-box-wrapper {
  padding-left: 50px;
  max-width: 70%;
  margin-left: auto;
}

.right_sec_icon_box .elementor-icon-box-wrapper .elementor-icon-box-content {
  border-right: 8px solid var(--themeht-white-color);
  border-radius: 2px;
  padding-right: 20px;
}
/* home page */
.post-card.style-1 h4 {
	font-family: Chivo;
    line-height: 35px;
    font-weight: 500;
    font-style: normal;
    font-size: 30px; } /*base-value-h3*/
.post-card.style-1 .post-title span.cat-links{
	letter-spacing:0px;
    font-family: Chivo;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    color: #30323b;
    font-size: 16px;
}
.team-form h4{ font-weight: 600; font-size: 20px; line-height: 30px;}
.sub-paragraph-font{font-weight: 600; color: #1b3282; font-size:20px; line-height:26px;}
/* font setting */
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
	  font-family: Chivo;
    line-height: 35px;
    font-weight: 500;
	font-size: 20px;
	text-transform: capitalize;
	transition: all 0s ease-in-out 0s;
	color: var(--themeht-dark-color);
	font-family: var(--themeht-typography-secondary-font-family);
}
p{
  font-weight: 400!important;
  font-size: 16px!important;
  line-height: 24px!important;	
}
/*.service_featuredBox .featured-item.style-5 .featured-title + p {
  color: #30323b;
}*/
.service_featuredBox .featured-item.style-5 h4 {
   font-weight: 500!important;
    font-size:30px!important;
	line-height:40px!important;
  text-transform: capitalize;
  color: #30323b;
}
.featured-title h4 {
	font-weight: 500!important;
	font-size:30px!important;
	line-height:40px!important;
}
h2{
	font-size:40px!important;
	line-height:45px!important;
	font-weight:600!important;
}
h3{
	        font-size: 16px !important;
	 line-height: 19px!important;
}
.breadcrumb-item, .breadcrumb-item a{
	text-transform:capitalize;
	letter-spacing:0px;
}
/* end font setting */

.team-form .wpcf7-not-valid-tip, .contact_us_form .contact-form .wpcf7-not-valid-tip{color:#fff;}
.contact_card .featured-item.style-5 h4{font-size: 26px !important; line-height: 30px !important;}
.contact_us_form .contact-form{background:unset;}
.imgTextEmpoer p{font-size: 24px !important;}
.main-nav > ul > li > a:hover, .current-menu-ancestor a, .current-menu-item a, .main-nav ul.sub-menu li.current-menu-item a, .main-nav .sub-menu li a:hover {
    background-color: #1B3282 !important;
/*     color: var(--themeht-white-color); */
}
.team-form+.wpcf7-response-output{color: #fff; position: absolute; top: 0; left: 0; right: 0; border: 0 !important; margin: 0 !important; padding: 10px !important; text-align: center;}
#submitTag { border: 0; border-radius: 15px 15px 0 0;     background: #fff !important;}
.uploadResForm .wpcf7-response-output, .uploadResForm  .wpcf7-not-valid-tip{border: 0 !important; color: #fff; padding: 0 !important; margin: 0 !important;}
.thanksGrid .e-con-inner{grid-template-columns: repeat(auto-fill, minmax(196px, 1fr)) !important; gap: 20px !important;}
.thanksGrid {flex-flow: row !important; flex-direction:row !important;}
.footer-widget .menu li a {background: transparent !important; }
.servicesListSevi .service-list i{background-color: #fff;}
.uploadFormInput .warning{color: #fff; font-size: 12px !important; margin: 10px 0 0;}
.uploadResForm .wpcf7-not-valid-tip{position: relative; top: 8px;right: 0; left: auto; text-align: right;}
#mlFeatures .featured-item.style-3 .featured-icon{align-items: start;min-width: 40px; width: 40px !important; height: 40px !important; min-height: 40px !important;}
#mlFeatures .featured-item.style-3 .featured-icon svg{width: 100% !important; height: 100% !important;}
#mlFeatures .featured-desc ul{margin-left: 17px;}
.timeline-item:nth-child(2n+2) .timeline-content{text-align: right;}

/* media query for tablet */

@media (min-width: 1px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 1600px) {
  .primary-btn.hiring-btn {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 100%;
  }
  .header .themeht-btn .btn-text {
    padding: 10px 20px 10px 20px;
    line-height: 100%;
    font-size: 13px;
  }
  .header .themeht-btn-warp .btn-icon1,
  .header .themeht-btn-warp .btn-icon2 {
    height: 30px;
    min-width: 30px;
    --icon-width: 30px;
    font-size: 18px;
    line-height: 30px;
  }
	.specialization-grid .post-card.style-2.style-3 .post-content{max-height:max-content;}
}


@media screen and (min-width: 1200px) {
	.mobileNav #menu-item-14121{display:none;}
}

@media screen and (max-width: 1024px) {
  .shortcode_height .banner-statistics {
    padding: 40px;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
  }
  .header-2 #header-wrap {
    padding: 0px;
  }
  .elementor-section.elementor-top-section.elementor-element .banner-content {
    padding: 40px 40px;
  }
  .service_details_drig .elementor-container {
    height: auto;
  }
  .specialization-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 992px) {
  .elementor-section.elementor-top-section.elementor-element .banner-content {
    padding: 20px;
  }

  .elementor-section.elementor-top-section.elementor-element
    .banner-content
    .banner-text
    h1 {
    font-size: 28px !important;
    line-height: 30px !important;
  }

  .elementor-section.elementor-top-section.elementor-element
    .banner-content
    .banner-text
    h6 {
    font-size: 14px;
  }

  .theme-title h2 {
    font-size: 32px;
  }
	.post-card .post-desc .post-title h4,
	.team-form h4{
		font-size:16px!important;
	}
	.post-card.style-1 .post-title span.cat-links{
		font-size:16px!important;
	}
  .tech-item {
    font-optical-sizing: 14px;
    padding: 10px;
    line-height: 1;
  }
  .tech-item .themeht-btn-warp .btn-icon1,
  .tech-item .themeht-btn-warp .btn-icon2 {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }
  .specialization-grid {
    grid-template-columns: 1fr;
  }
  .specialization-grid .post-card.style-2.style-3 {
    overflow: auto;
  }
  .specialization-grid .post-card.style-2.style-3 .post-image {
    padding: 0;
    background-size: 100% 100%;
    background-position: center;
  }
  .specialization-grid .post-card.style-2.style-3 .post-desc .post-title h4 {
    font-size: 20px;
    line-height: 24px;
  }
	.thanksGrid {flex-flow: column !important; flex-direction: column !important;}
}

/* media query for mobile */
@media screen and (max-width: 767px) {
	
  .banner-slider-one .banner-content h6 {
    padding: 0;
  }
  .banner-statistics {
    padding: 20px;
  }
 
  .Statistics-img-warp {
    padding-bottom: 0;
    margin-top: 0;
  }
  .banner-statistics p + .border-bottom {
    padding-bottom: 20px;
  }
  .banner-slider-one .banner-content .banner-text {
    text-align: left;
  }
  .elementor-section.elementor-top-section.elementor-element
    .banner-content
    .banner-text
    .themeht-btn-warp {
    margin: 0;
  }
  .Statistics-img-warp img {
    margin-right: -10px;
  }
  .why-text-col {
    order: 2 !important;
  }
  .why-img-col {
    order: 1 !important;
  }
  .why-text-col .themeht-btn-warp {
    margin: auto;
  }
 
  .requirement_solution {
    text-align: center;
  }
  .message_seciton {
    text-align: center;
  }
  .tech-content {
    text-align: center;
  }
  .tech-content h2 {
    line-height: 1.5;
  }
  .insight-slider {
    text-align: center;
  }
  .about-usPage {
    text-align: left;
  }
  .about_us_page {
    text-align: left;
  }
  .custom_theme_header {
    /* text-align: center; */
  }
  .custom_theme_button .elementor-widget-container div {
    /* text-align: center; */
  }
 /* .innovation_img-col {
    order: 1 !important;
  }
  .innovation_text-col {
    order: 2 !important;
  }*/
  .search-bar .separator {
    width: 100%;
    height: 3px;
  }
  .search-container {
    padding-bottom: 0;
  }
  .Statistics-bottom {
    grid-template-columns: 1fr;
  }
  .Statistics-bottom > a {
    padding: 12px 20px;
    font-size: 13px;
  }
  .Statistics-bottom > a.themeht-btn .btn-text {
    padding: 12px 15px 12px 15px;
    font-size: 13px;
    line-height: 1.2;
  }

  .Statistics-bottom > .themeht-btn-warp .btn-icon2 {
    display: none;
  }
  .right_sec_icon_box .elementor-icon-box-wrapper {
    padding-left: 0;
    max-width: 100%;
  }
  #second_sec_Img_text .elementor-widget-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .specilization_grid_bussine
    .elementor-widget-wrap.elementor-element-populated {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    overflow: hidden;
    max-width: 100%;
  }
  .tech_solution_section::before {
    top: -95px;
	  opacity:0;
  }
  .tech_solution_section::after {
    top: -95px;
	  opacity:0;
  }
  .page-id-9808 .whyChhooseUs::before {
    background: transparent;
  }
  .career_page_col .page-breadcrumb .breadcrumb .breadcrumb-item a,
  .career_page_col .page-breadcrumb .breadcrumb .breadcrumb-item.active,
  .career_page_col
    .page-breadcrumb
    .breadcrumb
    .breadcrumb-item.active::before {
    font-size: 12px;
  }
	.specilication_banner .elementor-heading-title {
  color: var(--themeht-white-color) !important;
	margin-top:15px;
	}
	.tech-content-container{display:none;}
	.text-align-center .text-align.center{text-align:center!important;}
	.shortcode_height .banner-statistics{padding:20px;}
	.text-left-mobile{text-align:left:}
	.h3-mobile{margin-bottom: 20px;}
	.h3-mobile+p{margin-bottom: 20px;}
	.h3-mobile+p+div.mb-4{margin-bottom: 20px !important;}
	.shortcode_height .elementor-widget-container, .shortcode_height .elementor-widget-container .elementor-shortcode { height: max-content; }
	.banner-second-col .elementor-widget-wrap { gap: 30px; }
	.blueSection .h3-mobile{margin-bottom:20px;}
	.blueSection .h3-mobile+p{margin-bottom:20px;}
	.tech-item, .tech-item.active, h3{
		font-size:16px!important;
	}
	.imgTextEmpoer p { font-size: 14px !important; }
	.mb-0-mob{
		margin-bottom:0px;
	}
	.newHomePageSLider .swiper-wrapper{height: 400px;margin-bottom: 0;}
	.newHomePageSLider .service-item.style-4 .service-desc{
		margin-bottom:0px;
	}
	.newHomePageSLider .service-item.style-4{
		padding:30px;
	}
	/*---------=========================---------*/
	.main-timeline .timeline-item:first-child .timeline-content {margin-top:0px!important;}
	/* button settinh */
	.newHomePageSLider .service-item.style-4 .arrow-button{    margin-top:25px;}*/
	/* PADDING SETTING */
	.custom-sec-padding {  padding-bottom: 0px;}
	
	/* icon setting */
	.newHomePageSLider .service-item.style-4 .service-icon,
		.newHomePageSLider .service-item.style-4 .arrow-button{
			font-size:12px;
		margin-bottom:25px;
	}
	.newHomePageSLider .service-item.style-4 .service-title h4 a{min-height:unset;}
	.featured-item.style-7 .icon_box .featured-icon,
	.featured-item.style-3 .featured-icon, .newHomePageSLider .service-item.style-4 .service-icon{
		min-width:50px;
		width: 50px!important;
        height: 50px!important;
		min-height:50px!important;
		    display: flex;
        justify-content: center;
        align-items: center;
	}
	.newHomePageSLider .service-item.style-4 .service-icon i{font-size:20px!important;}
	.featured-item.style-7 .icon_box .featured-icon svg,
	.featured-item.style-3 .featured-icon svg{
		width:20px!important;
		    
	}
	/* end icon setting */
	/* font setting */
	
	.service_featuredBox .featured-item.style-5 h4,
  .featured-title h4 {
	font-size:16px!important;
	line-height:26px!important;
  }
	
	
	h2{
		font-size:20px!important;
		line-height:22.5px!important;
	}
	p,body{
		font-size:14px!important;
		line-height:21px !important;
	}
	.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
		font-size:16px!important;
		line-height:22px!important;
	}
	.post-card .post-desc .post-title h4, .team-form h4, .service-title h4, .main-timeline .timeline-content h4{
		font-size:16px!important;
	line-height:26px!important;
	}
	.servicesSliderMobile .swiper-nav-dots{visibility:hidden;opacity:0;display:none;}
		.primary-footer .container-fluid{padding: 0px 20px;}
	footer .primary-footer .row .col-lg-4.border-right { padding: 20px 10px 0; }
	.footer {margin-top: 40px; }
	.newHomePageSLider .service-item.style-4 .service-title h4, .newHomePageSLider .service-item.style-4 .service-title h4 a {font-size: 20px; }
	.page-id-1996 .page-title::before{z-index:-1;}
	.page-id-1996 .col-lg-8{display:none;}
	.main-timeline .timeline-content{position:relative;}
	.main-timeline .timeline-content:before{content:'';width:8px;height:8px;display: block; position: absolute; top: 10px; left: -13px;background: var(--themeht-dark-color); border-radius: 10px;}
	.main-nav > ul > li > a:hover, .current-menu-ancestor a, .current-menu-item a, .main-nav ul.sub-menu li.current-menu-item a, .main-nav .sub-menu li a:hover { color: #1B3282 !important; background-color: var(--themeht-white-color) !important; }
	.form-grid{display: grid ; grid-template-columns: 1fr;}
	.form-grid .btn{margin-top:15px;}
	/* end font setting */
	.title-forn-20 h4{font-size: 20px !important; line-height: 30px !important; font-weight: 500 !important;}
}
@media (max-width: 576px) {
    a.themeht-btn .btn-text {
/*         padding: 16px 10px 13px 10px!important; */
        font-size: 13px;
    }
}