.logo-img {
  transition: 0.2s ease-in-out;
  filter: brightness(0) invert(1);
}
.cs_gescout_sticky .logo-img {
  filter: none !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.error {
  border-color: red !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.cs_menu_toggle span {
  color: #fff;
}
.cs_gescout_sticky .cs_menu_toggle span {
  color: #000;
}
.cs_nav_list > li > a {
  color: #fff;
}
.cs_gescout_sticky .cs_nav_list > li > a {
  color: #000;
}
.cs_main_header_right .cs_btn.cs_style_1 {
  color: #fff;
}
.cs_gescout_sticky .cs_main_header_right .cs_btn.cs_style_1 {
  color: #000;
}
.color-white {
  color: #fff;
}

.bg-dark {
  background-color: #000;
}

html body .js-text-animation.cs_cta_title {
  font-size: 68px;
  -webkit-text-stroke: 1px #000 !important;
  background: linear-gradient(to right, #6d2be6, #6d2be6) no-repeat;
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}
.text-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
:root {
  --swiper-navigation-color: #6d2be6;
  --swiper-theme-color: #6d2be6;
}
.tech-area-container {
  /* margin-top: -100px; */
}
.tech-tab {
  position: relative;
  margin-top: 2rem;
}
.tech-wrapper {
  padding: 35px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: translateY(-100px);
}
.tech-tab:not(:first-of-type) {
  display: none;
}
.tech-wrapper {
  background-color: #fff;
  border-radius: 35px;
}
.tech-wrapper .tech-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 3px solid #eaeaea;
}
.tech-btn-wrapper button {
  flex-basis: 33.3333%;
  border: none;
  outline: none;
  padding: 1rem 0.5rem;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.6px;
  border-radius: 18px 18px 0 0;
}
.tech-btn-wrapper button:hover {
  background-color: #f0f0f0;
  border-radius: 18px 18px 0 0;
}
.cs_perloader_dots_wrap .cs_perloader_dots i {
  background: #6d2be6 !important;
}
.tech-btn-wrapper button.js-active {
  background-color: #6d2be6;
  color: #fff;
  border-radius: 18px 18px 0 0;
}
.techSwiper .swiper-wrapper {
  padding-bottom: 4rem;
}
.techSwiper .swiper-slide {
  overflow: visible !important;
}
.techSwiper .swiper-slide .slider-item {
  padding: 35px;
  border-radius: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
.techSwiper .swiper-slide .slider-item:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.techSwiper .swiper-slide .slider-item h3 {
  font-size: 20px;
  position: relative;
}
.techSwiper .swiper-slide .slider-item h3::after {
  content: " ";
  display: block;
  margin-top: 10px;
  width: 30px;
  height: 2px;
  background-color: #6d2be6;
}
.techSwiper .swiper-slide .slider-item p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.techSwiper .swiper-slide .slider-item a {
  font-size: 14px;
  font-weight: 500;
  color: #6d2be6;
}
.tech-swiper-wrapper {
  position: relative;
}
.tech-tab .swiper {
  overflow: visible;
}

.tech-tab .swiper-button-next {
  right: -0.5rem;
}
.tech-tab .swiper-button-prev {
  left: -0.5rem;
}
.tech-stacks {
  display: flex;
  text-align: center;
  padding-bottom: 2rem;
  gap: 4rem;
  flex-wrap: wrap;
  justify-content: center;
}
.tech-stacks h4 {
  color: #9ea2a2;
  font-size: 20px;
  line-height: 30px;
}
.tech-wrapper {
  overflow: hidden;
}
.swiper-button-disabled {
  opacity: 0 !important;
}
.tech-stacks .stack {
  flex-basis: auto;
}
.tech-stacks .stack .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.tech-stacks .stack .icons p {
  margin-bottom: 0;
  /* padding-top: 0.5rem; */
}
.swiper-button-next,
.swiper-button-prev {
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  .tech-stacks {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 1rem;
  }
  .tech-stacks .stack {
    flex-basis: auto;
  }
}
.css-section .index-video {
  position: absolute;
  filter: brightness(0.5);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.css-section .uk-cover {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.css-section.cs_hero.cs_style_3 {
  padding: 160px 0 100px;
  height: 100vh;
  max-height: 1200px;
  min-height: 650px;
  background-attachment: fixed;
}

.css-section.cs_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.css-section.cs_bg_filed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.css-section .cs_moving_text_wrap {
  padding: 31px 0;
  width: 425px;
  border: 1px solid #a3a3a3;
  border-left: 0;
  border-right: 0;
}

.css-section .cs_moving_text_wrap {
  font-family: helvetica;
  overflow-x: hidden;
}
.color-white {
  color: #fff;
}

.css-section .cs_moving_text_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}
.css-section .cs_moving_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6px;
  -webkit-animation: slide-left 10s linear infinite;
  animation: slide-left 10s linear infinite;
}
.css-section .cs_moving_text_wrap:hover .cs_moving_text {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.css-section .cs_moving_text_wrap {
  font-family: helvetica;
  overflow-x: hidden;
}
.css-section .cs_fs_68 {
  font-size: 68px;
  line-height: 1.471em;
}
@media (max-width: 1400px) {
  .css-section .cs_fs_68 {
    font-size: 50px;
  }
}
@media (max-width: 1400px) {
  .css-section .cs_fs_68 {
    font-size: 58px;
    line-height: 1.3em;
  }
}
@media (max-width: 991px) {
  .css-section .cs_fs_68 {
    font-size: 42px;
  }
}

@media (max-width: 500px) {
  .css-section.cs_hero.cs_style_3 .cs_moving_text_wrap {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .css-section .cs_fs_68 {
    font-size: 36px;
  }
}
.tech-wrapper {
  color: #000;
}
.tech-wrapper h3 {
  color: #000;
}

.cs_brands_2_wrap {
  overflow: hidden;
}

.cs_brands.cs_style_2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: calc(100% + 2px);
  margin-bottom: -2px;
}
@media (max-width: 991px) {
  .cs_brands.cs_style_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cs_brands.cs_style_2 .cs_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 300px;
  border-bottom: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  padding: 15px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cs_brands.cs_style_2 .cs_brand {
    height: 250px;
  }
}
.cs_brands.cs_style_2 .cs_brand img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_brands.cs_style_2 .cs_brand img {
  opacity: 0.6;
}
.cs_brands.cs_style_2 .cs_brand:hover img {
  opacity: 1;
}
.color-black {
  color: #000;
}
@media screen and (max-width: 992px) {
  .tech-stacks .stack .icons {
    gap: 1rem;
  }
  .tech-btn-wrapper {
    flex-wrap: wrap;
  }
  .tech-btn-wrapper button {
    flex-basis: 100%;
    background: #ececec;
  }
  .tech-btn-wrapper button:nth-child(2) {
    border-radius: 0;
  }
  .tech-btn-wrapper button:nth-child(3) {
    border-radius: 0 0 18px 18px !important;
  }
  .tech-wrapper .tech-btn-wrapper {
    border-radius: 18px;
  }
}
@media screen and (max-width: 992px) {
  .d-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .d-mobile {
    display: none !important;
  }
}
.cs-partner_logo {
  display: flex;
  align-items: center;
}
.cs-partner_logo img {
  filter: brightness(0) invert(1);
}

.color-techlondo {
  color: #6d2be6;
}
.cs-moving_text_wrap {
  -webkit-text-stroke: 2px #6d2be6;
}
.tech-stacks .stack .icons p {
  font-size: 12px;
}
.tech-stacks .stack .icons img {
  max-width: 40px;
  width: 100%;
  height: 33px;
  object-fit: contain;
}
.tech-stacks .stack .icons > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.cs-moving_text_wrap.cs-type1 {
  color: #6d2be6;
}
.cs-moving_text_wrap.cs-type1 .cs-moving_text a:hover {
  -webkit-text-stroke: 2px #6d2be6;
}
.cs_brands.cs_style_2 {
  grid-template-columns: repeat(3, 1fr);
}
.cs_brands.cs_style_2 .cs_brand {
  height: 200px;
}
@media screen and (max-width: 992px) {
  .cs_brands.cs_style_2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .cs_brands.cs_style_2 .cs_brand {
    height: 180px;
    flex-basis: 33.3333%;
  }
  .cs_brands.cs_style_2 .cs_brand:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 568px) {
  .cs_brands.cs_style_2 .cs_brand {
    height: 120px;
  }
}
.css-section .container {
  margin-top: -100px;
}
.cs-partner_logo img {
  transition: 0.3s ease-in-out;
}
.cs-partner_logo img:hover {
  filter: none;
}
.cs-nav .cs-nav_list > li > a:hover {
  color: #6d2be6;
}
.cs-nav .cs-nav_list ul a:hover {
  color: #6d2be6;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #6d2be6;
}

::selection {
  color: #fff;
  background: #6d2be6;
}
.cs-page_heading.cs-style1 .breadcrumb {
  justify-content: center;
}
.bg-video {
  position: absolute !important;
  z-index: 0 !important;
  filter: brightness(0.2);
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  border: none;
  outline: none;
  left: 0;
  top: 0;
}

.custom-radius-1 {
  border-radius: 35px 35px 0 0;
}
.css-services-slider h3,
.css-services-slider h4 {
  color: #333;
}
.css-services-slider {
  padding-bottom: 0;
  color: #333;
  overflow: hidden;

  padding: 35px;
  position: relative;
}
.services-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services-slide .services-slide-header {
  display: flex;
  justify-content: space-between;
}
.services-slide {
  min-height: 250px;
  background-color: #f2f2fc;
  padding: 35px;
}
.servicesSlider .swiper-slide {
  border-radius: 35px;
  overflow: hidden;
}
.services-area-inner .services-bottom .services-item .ms-sb {
  padding: 25px;
  background: rgba(120, 120, 120, 0.0509803922);
  border-radius: 24px;
  margin-bottom: 35px;
}
.services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img {
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.six {
  background: rgba(240, 64, 55, 0.1019607843);
}
.services-area-inner h3 {
  color: #333;
}
.services-area-inner .services-bottom .services-item .ms-sb .ms-sb--inner .ms-sb--title {
  font-weight: 800;
  font-size: 20px;
}
.ms-sb .ms-sb--text {
  color: #333;
}
@media screen and (min-width: 992px) {
  .ms-sb .ms-sb--text {
    min-height: 220px;
  }
}
.services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.one {
  background: rgba(83, 83, 239, 0.1019607843);
}
.services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.two {
  background: rgba(240, 64, 55, 0.1019607843);
}
.services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.three {
  background: rgba(84, 210, 210, 0.1019607843);
}
.services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.four {
  background: rgba(239, 57, 138, 0.1019607843);
}
.services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.five {
  background: rgba(57, 239, 161, 0.1019607843);
}
.services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.six {
  background: rgba(240, 64, 55, 0.1019607843);
}
.services-area-inner .services-bottom .services-item .ms-sb {
  padding: 25px;
  background: rgba(120, 120, 120, 0.0509803922);
  border-radius: 24px;
  margin-bottom: 35px;
}
.services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img {
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
}
.services-grid {
  border-radius: 0 0 35px 35px;
  padding-top: 50px;
}
.custom-radius-2 {
  border-radius: 35px;
}
.portfolioSlider .img-slide img {
  width: 65%;
  height: auto;
  object-fit: cover;
  border-radius: 35px;
  aspect-ratio: 16/9;
  display: block;
  margin: 0 auto;
}
.portfolioSlider .img-slide {
  overflow: hidden;
}
#portfolio-pagination {
  bottom: -30px;
}
.max-width-p {
  width: 100%;
  max-width: 700px;
}
.custom-heading h3 {
  font-size: 40px;
}

.custom-heading p {
  font-size: 18px;
}
.custom-heading a {
  padding: 1rem 2rem;
}
.path-list .path {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.path-list .path-desc {
  flex-basis: 70%;
  margin-left: auto;
  border-radius: 25px;
  padding: 25px;
  background: #333;
}
.path-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tech-stacks .stack .icons img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.fs-20 {
  font-size: 20px;
}
.footer-logo {
  transition: 0.2s ease-in-out;
  filter: brightness(0) invert(1);
  width: 200px;
  height: auto;
  object-fit: contain;
}
.cs-footer-padding {
  padding-left: 130px;
}
.dark-hover:hover {
  color: #000;
}
.cs-post.cs-style2 .cs-post_thumb img {
  height: 400px;
  object-fit: cover;
}
.cs_brands.cs_style_2.grid-center {
  /* grid-template-columns: repeat(4, 1fr) !important; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cs_brands.cs_style_2.grid-center > * {
  flex-basis: 25%;
}
.cs_brands.cs_style_2.grid-center > *:last-child {
  border-right: 0;
}
.cs-team.cs-style1 .cs-member_thumb img {
  height: 200px;
  object-fit: cover;
  filter: brightness(0.5);
}
.custom-blog-post .cs-post_thumb img {
  height: 300px !important;
}
table a {
  text-decoration: underline;
}

.cs_brands.cs_style_2 .cs_brand img {
  opacity: 0.6;
  width: 150px;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 992px) {
  .cs_brands_2_wrap {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .css-section .uk-cover, .css-section{
    max-height: 900px;
  }
  .cs-pagination.cs-style1 {
    margin-bottom: 2rem;
  }
  .cs-portfolio.cs-style1.cs-size3 {
    height: 350px;
  }
  .services-slide,
  .css-services-slider {
    padding: 1rem;
  }
  .css-services-slider .swiper-pagination {
    bottom: 20px;
  }
  .text-left-mobile {
    text-align: left !important;
  }
  .custom-blog-post .cs-post_thumb img {
    height: 200px !important;
  }
  .fix-font-size {
    font-size: 28px;
  }
  .cs_brands.cs_style_2.grid-center {
    margin-top: 30px;
  }
  .cs_brands.cs_style_2.grid-center > * {
    flex-basis: 50%;
  }
  .radius-none-mobile {
    border-radius: 0 !important ;
  }
  .cs-footer-padding {
    padding: 0;
  }
  .custom-heading h3 {
    font-size: 20px;
  }
  .custom-heading p {
    font-size: 14px;
  }
  .custom-heading a {
    padding: 0.7rem 1.5rem;
    font-size: 16px;
  }
  .fs-20 {
    font-size: 14px;
  }
  .path-list .path {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .path-list {
    gap: 3rem;
  }
  .path-list .path h4 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }
}
