:root {
  --text-color-Black-10: #313131;
  --text-color-white: #ffffff;
  --bg-color-white: #ffffff;
  --inter-font-family: 'Inter', sans-serif;
}

/* ==============   TYPOGRAPHY STYLES ============== */

body {
  font-size: 18px;
  font-family: var(--inter-font-family);
  color: var(--text-color-Black-10);

}
.aboutus-banner h1{
	color:#fff
}

.aboutus-banner div[style="max-width: 700px;"] > div {
    display: flex;
    gap: 10px;
}
.grecaptcha-badge{
	display:none !important
}
.text-dark {
  color: #000;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item {
  line-height: normal;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;

}

.site-content .ast-container,
.ast-page-builder-template .site-content>.ast-container {
  display: block;
}

.container-body.ast-separate-container #content .ast-container {
  padding: 0 15px;
}

.custom-error {
    color: #DC2626;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

.e-con.e-parent {
  padding-left: 15px;
  padding-right: 15px;
}

.menu-open .ast-primary-header-bar {
  background-color: var(--bg-color-white);
}

.menu-open .main-header-bar-wrap {
  background-color: var(--bg-color-white);
}

.menu-open .ast-primary-header-bar .site-logo-img img {
  filter: invert(0);
}

.white-header.menu-open [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg,
.menu-open [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #313131;
}

.body-fonts :focus,
.body-fonts :focus-visible {
  outline: none;
}

.ast-primary-header-bar {
  background-color: transparent;
  border: 0;
}

.site-header {
  position: absolute;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 28.6px 0px #0000000A;
  width: 100%;
}


.white-header .site-header {
  box-shadow: none;
}


.white-header.body-fonts .ast-builder-menu-1 .menu-item>.menu-link {
  color: var(--text-color-white);
}



.white-header.body-fonts .ast-builder-menu-1 .menu-item .sub-menu>li a,
.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link,
.body-fonts .ast-builder-menu-1 .menu-item:hover>.menu-link,
.white-header .menu-item .sub-menu .menu-link {
  color: var(--text-color-Black-10);
}

span.dropdown-menu-toggle.ast-header-navigation-arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.ast-builder-menu .main-navigation>ul>li a {
  position: relative;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.ast-builder-menu .main-navigation>ul>li a:hover::after {
  width: 50px;
}

.ast-builder-menu .main-navigation>ul>li a::after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 25px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #191919;
}

.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link::after {
  width: 50px;

}

.ast-desktop .main-header-menu .sub-menu>li a:after {
  display: none;
}

.white-header.body-fonts .ast-builder-menu .main-navigation>ul>li a::after {
  background-color: var(--text-color-white);
}

.white-header.body-fonts .ast-builder-menu-1 .menu-item:hover>.menu-link,
.white-header.body-fonts .ast-builder-menu-1 .menu-item:hover>.menu-link:hover {
  color: var(--text-color-white);
}

.white-header .site-header.sticky-active .ast-builder-menu-1 .menu-item:hover>.menu-link:hover,
.white-header.body-fonts .ast-builder-menu-1 .menu-item .sub-menu>li a {
  color: var(--text-color-Black-10);
}

.white-header .site-header.sticky-active .sub-menu .menu-item:hover>.menu-link:hover,
.ast-builder-menu-1 .sub-menu .menu-item:hover>.menu-link,
.white-header.body-fonts .ast-builder-menu-1 .sub-menu .menu-item:hover>.menu-link {
  color: #3c3c7f
}

.white-header.body-fonts .site-header.sticky-active .ast-builder-menu .main-navigation>ul>li a::after {
  background-color: #191919;
}

#ast-desktop-header {
  height: 0px;
}

.site-primary-header-wrap {
  position: relative;
}

.site-header.sticky-active {
  position: sticky;
  top: 15px
}

.site-header.sticky-active .site-primary-header-wrap {
  max-width: 1600px;
  margin: 0 auto;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgba(217, 217, 217, .5);
  margin: 0;
  border: 1px solid rgba(217, 217, 217, .35);
  border-radius: 1.5rem;
  filter: blur(0);
  visibility: visible;
  opacity: 1;
  transform: scaleX(1);
  transition: all .25s ease;
  margin: 0 auto;
  border-radius: 12px;
}

.white-header .custom-logo-link img {
  filter: invert(1);
}

.site-header.sticky-active .custom-logo-link img {
  filter: invert(0);
}

.white-header .site-header.sticky-active .ast-builder-menu-1 .menu-item>.menu-link {
  color: #191919
}

.site-header.sticky-active .ast-primary-header-bar {
  border: 0px;
}

.main-header-menu>.menu-item>.menu-link,
#astra-footer-menu>.menu-item>.menu-link {
  text-decoration: none;
}

#astra-footer-menu>.menu-item>.menu-link {
  color: var(--text-color-white);
}

.heading-tagline {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--inter-font-family);
}

.heading-process h3 {
  font-size: 24px;
}

.job-description h4,
.skills-requirement h5,
.heading-h4 h1 {
  font-size: 36px;
}

.read-more-section .story-number {
  font-size: calc(60px + (100 - 60) * ((100vw - 320px) / (1920 - 320))) !important;
}

.services-heading h1 {
  font-size: 48px
}

.juicer-slider .social-icon-hero ul {
  padding: 0px;
  margin: 0;
}

.current-jobs h5 {
  font-size: 24px;
  color: var(--text-color-Black-10);
  font-weight: 500
}

.gradient-heading h4,
.gradient-heading {
  background: linear-gradient(90deg, #C22177 0%, #5F399C 32.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.get-startedbtn {
  padding: 13px 0;
  background-color: var(--bg-color-white);
}

.get-startedbtn:focus {
  background-color: var(--bg-color-white);
  border-color: var(--text-color-white);
}

.paragraph-big {
  font-size: 24px;
}

.heading-jobs h4 {
  font-size: 36px;
}

a {
  text-decoration: none;
}

/* ==============  BUTTON STYLES  ============== */
.contact-from .btn.btn-primary:hover,
.custom-btn:hover,
.main-header-bar .site-header-primary-section-right .ast-header-button-1 .ast-custom-button:hover {
  background: linear-gradient(132.75deg, #4F39E0 0%, #A889FF 96.99%);
}

.custom-btn {
  background: linear-gradient(193.06deg, #F5F1FF -59.37%, #4F39E0 106.12%);
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  color: var(--text-color-white);
  border-radius: 12px;
  font-weight: 500;
  padding: 13px 29px;
}

.current-jobs .custom-btn:active,
.custom-btn:active,
.custom-btn:focus,
.custom-btn:hover {
  color: var(--text-color-white);
  border-width: 1px;
}

.custom-outline-btn {
  appearance: none;
  position: relative;
  padding: 14px 50px;
  border: 0;
  background-color: transparent;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  border-radius: 12px;
  color: #4F39E0;
  font-family: var(--inter-font-family);
  width: 100%;
}

.custom-outline-btn::after {
  --m-i: linear-gradient(#000, #000);
  --m-o: content-box, padding-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: 12px;
  background-image: linear-gradient(132.75deg, #A889FF 0%, #4F39E0 96.99%);
  mask-image: var(--m-i), var(--m-i);
  mask-origin: var(--m-o);
  mask-clip: var(--m-o);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;

}


.custom-outline-btn:hover {
  background: linear-gradient(193.06deg, #F5F1FF -59.37%, #4F39E0 106.12%);
}

.services-slider.slick-slider .slick-list {
  margin: 0 -15px;
}

.btn-outline {
  font-size: 16px;
  font-weight: 500;
  border: #fff solid 1px;
  border-radius: 70px;
  padding: 15px 24px;
  color: var(--text-color-white);
  display: inline-block;
}

.btn-outline:hover {
  color: var(--text-color-white);
  border-color: #34346e;
  background: linear-gradient(193.06deg, #F5F1FF -59.37%, #4F39E0 106.12%);

}

.btn-outline:focus {
  color: var(--text-color-white);
}

/* ============== LINK STYLES ============== */
a {
  text-decoration: none;
}


/* ============== SCROLLBAR STYLES  ============== */


.custom-scroll::-webkit-scrollbar {
  width: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 8px;
}

.custom-scroll::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 8px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  border-top-color: #626262;
}

/* ============== HEADER / NAVIGATION STYLES ============== */

.white-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #fff;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #313131;
}

.sticky-active [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #313131;
}

.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
  box-shadow: none;
  border-radius: 12px;
  border: #fff;
  border: 1px solid #c4c4c46b;
  margin-top: 6px;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item,
.ast-builder-menu .main-navigation>ul {
  margin: 0;
  line-height: 5;
}
.ast-builder-menu .main-navigation>ul ,
.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item.my-service-li
{
position: unset;
}
.ast-desktop .main-header-menu.ast-menu-shadow .my-service-li .sub-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 10px;
  width: 100%;
  grid-gap: 10px;
  border-radius: 12px;
  align-items: start;

}


.main-header-bar .site-header-primary-section-right .ast-header-button-1 .ast-custom-button {
  background: linear-gradient(193.06deg, #F5F1FF -59.37%, #4F39E0 106.12%);
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  padding: 19px 50px;
}

.main-header-menu .menu-link,
.main-header-menu>a {
  padding: 0 1.5rem;

}

code,
kbd,
samp {
  background: transparent;
}

/* ============== TESTIMONIALS SLIDER STYLES  ============== */

.testimonial-slider {
  background-color: rgba(38, 38, 81, 1);
  border-radius: 32px;
  overflow: hidden
}

.testimonial-slider .card p.author-designation {
  font-size: 20px;
  font-weight: 500;
}

.testimonial-slider .card p.author-name {
  font-size: 24px;
  font-weight: 500;
  margin-left: 12px;
}

.testimonial-slider .card {
  background-color: rgba(38, 38, 81, 1);
  padding: 44px;
  font-family: var(--inter-font-family);
  margin-bottom: 20px;
}

.testimonial-slider .card p {
  color: #FDFDFD;
  font-size: 20px;
}

.testimonial-slider .card span {
  font-size: 16px;
}

.testimonial-slider .quote-icon {
  top: -20px;
  left: 50px;
}

.testimonial-slider h5.text-lightwhite {
  color: #FDFDFD;
  margin-left: 8px;
}

.text-lightwhite {
  color: #FDFDFD;
}

.body-fonts .testimonial-slider .slick-slider .slick-track,
.body-fonts .slick-slider .slick-list {
  padding-left: 0 !important
}

.testimonial-modal .modal-lg.modal-dialog {
  max-width: 1300px;
  padding: 10px;
}

.testimonial-modal .modal-content,
.testimonial-modal .modal-body {
  background: #262651;
  border-radius: 32px
}


.testimonial-modal .modal-header {
  color: var(--text-color-white);
  border: 0;
  padding: 0px;
  position: absolute;
  z-index: 1;
  background: rgb(114 114 114 / 80%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -60px;
  left: 50%;
}

.testimonial-modal .modal-header button {
  filter: invert(1);
  margin: 0;
}

.testimonial-modal .modal-header button:focus,
.testimonial-modal .modal-header button:hover {
  background-color: rgb(114 114 114 / 10%);
  box-shadow: none;
}



.testimonial-slider .card .read-more-btn {
  border-bottom: 1px #fff solid;
  text-decoration: none !important;
  cursor: pointer
}

.testimonial-slider .card .read-more-btn:focus,
.testimonial-slider .card .read-more-btn:hover {
  color: #FDFDFD
}

/* Services Slider */
.services-slider {
  margin: 0;
}

.service-card.slick-slide {
  background: #262651;
  color: #FDFDFD;
  height: 100%;
  padding: 32px;
  border-radius: 32px;
  margin: 0px 15px;
  overflow: hidden;
  position: relative;
  min-height: 500px
}

.service-card.slick-slide h3 {
  color: #FDFDFD;
  font-family: var(--inter-font-family);

}

.service-block-border {
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.service-card .img-border {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 16px;
  width: 80px;
  height: 80px;

}


.service-card {
  position: relative;
}

.user-part-arrow:hover img {
  transform: scale(1.3);
  transition: transform 0.3s ease;
}

.user-part-circle {
  position: absolute;
  bottom: 0;
  right: 0;
}

.user-part-arrow {
  position: absolute;
  bottom: 30px;
  right: 23px;
}

/* ==============  GALLERY & IMAGE FLIP GRID STYLES ============== */

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
  padding-left: 20px;
  padding-right: 20px;

}

.gallery-grid {
  overflow: hidden;
  border-radius: 32px
}



.flip-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.flip-inner[data-rotated="true"] {
  transform: rotateY(180deg);
}

.flip-inner .front,
.flip-inner .back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  object-fit: cover;

}

.flip-face.back {
  transform: rotateY(180deg);
}

.body-fonts .genius-grid .feature-box img,
.body-fonts .user-part .user-part-arrow img {
  max-width: calc(30px + (38 - 30) * ((100vw - 320px) / (1920 - 320))) !important;
}

/* Custom Checkbox */

.custom-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ccc;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  min-width: 28px;
}

.custom-checkbox input[type="checkbox"]:checked {
  background-color: transparent;
  border-color: var(--text-color-white);
}

.custom-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


/* Brand Slider */

.brand-slider {
  background-color: #dcdcef;
  border: none;
  max-width: 100%;
  padding: 40px 0 20px 0;
  overflow: hidden;

}

.brand-slider .slick-track {
  display: flex;
  align-items: center;
}

.brand-slider .brand_inner ul.brand_logo {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.brand-slider .brand_inner {
  display: block;
  text-align: center;
  margin: 0px 0;
}

.brand-slider .brand_inner p b {
  font-weight: 700;
  margin-bottom: 0;
  line-height: normal;
  font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f39e0;
}

.brand-slider .brand_inner .brand-flex-inner {
  flex: 1 0 0%;
}

.brand-slider .brand_inner ul.brand_logo {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  list-style: none;
}

.brand-slider .brand_inner ul.brand_logo li {
  padding: 0 calc(10px + (18 - 10) * ((100vw - 320px) / (1920 - 320)));
  flex: 1 0 0%;
}

.brand-slider .brand_inner .brand-flex-inner+.brand-flex-inner {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.brand-slider .slick-slide img {
  display: unset;
}

.brand-slider .brand_inner .about_client img {
  width: auto;
  margin-right: 10px;
  max-height: 50px;
  max-width: calc(100px + (200 - 100) * ((100vw - 320px) / (1920 - 320)));
}

.brand-slider .about_client p {
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  margin: 0;
  padding: 0;
}



/* Contact Form */
.contact-from .wpcf7 input.wpcf7-form-control:not([type=submit]),
.contact-from .wpcf7 textarea.wpcf7-form-control {
  background: transparent;
  color: #FDFDFD;
  min-height: 44px;
  border-radius: 12px;
  color: var(--text-color-white);
}

.contact-from {
  color: #FDFDFD;
}

.contact-from label {
  color: #FDFDFD;
  font-size: 16px;
  font-family: var(--inter-font-family);
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-from .form-group br {
  display: none;
}

.contact-from .form-control::placeholder {
  color: #7A7A7A;
}


.contact-from .btn.btn-primary {
  background: linear-gradient(193.06deg, #F5F1FF -59.37%, #4F39E0 106.12%);
  font-size: 18px;
  padding: 19px 29px;
}

.contact-from .contact-btn p {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 0;
align-items: center;
}

.contact-from .wpcf7 form.invalid .wpcf7-response-output,
.contact-from .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-from .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #E93345;
  border-radius: 12px;
  background: #E93345;
  color: var(--text-color-white);
}

.contact-from .wpcf7 select.wpcf7-form-control {
  padding: 6px 10px;
  background-color: transparent;
  border-radius: 12px;
  min-height: 44px;
  color: var(--text-color-white);
  background: url(../images/drop-down.svg) no-repeat 97% 50%
}


.contact-from .wpcf7 select.wpcf7-form-control:focus {
  border-style: disable;
  border-color: #046BD2;
  border-width: thin;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.contact-from .wpcf7 select.wpcf7-form-control option{
	color: #666;
}

.contact-from .wpcf7-list-item {
  margin: 0;
}
.application-from .allow-dropdown .wpcf7-validates-as-phonetext{
  font-size: 0 !important;
  opacity: 0;
}


/* juicer-feed */

.juicer-feed .slider .referral {
  display: none
}

.juicer-feed.slider  .slick-arrow:before{
  font-family: none !important;
  background-repeat: no-repeat !important;
  content: "" !important;
  position: absolute;
  top: 52% !important;
  width: 30px;
  height: 30px;
  right: 8px !important;
  background-position: center !important;
  transform: translateY(-50%);
}


.juicer-feed.slider .slick-next,
.juicer-feed.slider .slick-prev {
  height: calc(30px + (48 - 30) * ((100vw - 320px) / (1920 - 320))) !important;
  width: calc(30px + (48 - 30) * ((100vw - 320px) / (1920 - 320))) !important;
  background: linear-gradient(193.06deg, #F5F1FF -59.37%, #4F39E0 106.12%) !important;
  border-radius: 50% !important;
  top: 50% !important;
  transform: translateY(-70px);
  padding: 0px !important;
}

.juicer-feed.slider .slick-next:before {
  background: url(https://www.sarvika.com/wp-content/uploads/2025/04/arrow-icon1.png);
}

.juicer-feed.slider .slick-prev:before {
  background: url(https://www.sarvika.com/wp-content/uploads/2025/04/arrow-icon2.png);
}

.body-fonts .juicer-slider .juicer-feed h1.referral {
    display: none !important;
    filter: blur(50px);
}
.juicer-feed.slider li.feed-item {
  margin: 0 15px;
  border-radius: 16px;
  overflow: hidden;
}

.juicer-feed.slider .slick-prev:before,
.juicer-feed.slider .slick-next:before {
  content: 'arrow_back';
  font-family: 'Material Symbols Outlined';
}

/*-------------- ecommerce-development CSS (services pages)------------------*/
.services-listtext ul li img {
  position: relative;
  top: -1px
}

.services-slider .user-part-arrow img {
  max-width: calc(34px + (48 - 34) * ((100vw - 320px) / (1920 - 320))) !important;
}

.services-listtext ul li {
  position: relative;
  list-style: none;
  padding-left: 36px;
  margin-bottom: 15px;
}
  .services-listtext ul li:last-child{
    margin-bottom: 0px;
  }
.services-listtext ul li:before {
     content: "";
    background: url(../images/check-icon.png);
    z-index: 9;
    width: 25px;
    height: 25px;
    left: 0;
    position: absolute;
    top: 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service-process.e-con.e-flex>.e-con-inner {
  border: 1px solid #3C3C7F;
  padding: 0;
  min-height: 397px;
  border-radius: 32px;
  overflow: hidden
}

/* General Element Hiding and Styling */

.more-text {
  display: none;
}

.site-content {
  background-color: var(--text-color-white);
}

.main-header-bar .ast-builder-menu {
  width: 100%;
}


/* Hero Section Styling */


.hero-text .e-flex.e-con {
  max-width: 1170px;

}

/* Custom Slick Slider Styles */

.custom-dots .slick-dots li {
  width: 10px;
  height: 10px;
  background: #7A7A7A;
  border-radius: 50%;
  bottom: 20px;
}

.custom-dots .slick-dots li.slick-active {
  background: var(--bg-color-white);

}

.testimonial-slider .custom-dots .slick-next.slick-arrow i {
  top: 5px;
}


.body-fonts .custom-dots .slick-next.slick-arrow {
  min-height: calc(30px + (48 - 30) * ((100vw - 320px) / (1920 - 320))) ;
  min-width: calc(30px + (48 - 30) * ((100vw - 320px) / (1920 - 320))) ;
  border: 0px;
  background: linear-gradient(193.06deg, #F5F1FF -59.37%, #4F39E0 106.12%) !important;
  right: 180px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.custom-dots .slick-next.slick-arrow:before {
  display: none;
}

.custom-dots .slick-next.slick-arrow i {
  color: var(--text-color-white);
  position: relative;
  left: 0;
}

/* blog-listing  */
.section-padding {
  margin-top: 80px;
}

.blog-listing .blog-item {
  background: #313168;
  color: #FDFDFD;
  padding: 24px;
  margin: 0;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  height: 100%
}

.blog-listing .blog-item .blog-thumb img {
  width: 100%;
  border-radius: 24px;
}

.blog-listing .blog-heading h5 {
  font-size: 20px;
  color: #dfdfdf;
  font-family: var(--inter-font-family);
  margin: 12px 0;
  line-height: 32px;


}

.blog-listing .blog-heading h5 a {
  color: #dfdfdf;
  text-decoration: none;
}

.blog-listing .user-part-circle img {
  width: 80%;
}

.blog-listing .user-part-arrow img {
  width: 24px;
  height: 24px;
}

.blog-listing .user-part-circle {
  right: -90px;
}

.blog-listing .post-categories {
  margin-bottom: 12px;
  font-size: 16px;
  border: #FDFDFD solid 1px;
  border-radius: 70px;
  padding: 3px 20px;
  display: inline-block;
  max-width: 100%;
}

.blog-listing .user-part-arrow {
  right: 27px;
}

.blog-listing .post-categories a {
  color: #FDFDFD;
  text-decoration: none;
}

.sarvika-credit {
  color: #FDFDFDB2;
  font-size: 16px;
}


.blog-listing .user-part {
  right: 50px;
  bottom: 50px;
}

.category-filter-form {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  justify-content: flex-end;
  margin-top: -50px;
}

.custom-select-wrapper {
  position: relative;
  max-width: 230px;

}

.category-filter-form label {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
}

.category-filter-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 100px;
  font-size: 16px;
  color: #4A4A4A;
  min-height: 56px;
  position: relative;
  padding-right: 40px;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-select-wrapper::after {
  content: "\f107";
  /* angle-down icon */
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  pointer-events: none;
  font-weight: 900;
  color: #4A4A4A
}

/* blog-slider */
.blog-slider-wrap .blog-listing .blog-item {
  min-height: 550px;
  text-align: left;
}


.blog-slider-wrap .custom-btn {
  margin: 0px 10px;
  outline: 0;
  border: 0;
}

.blog-slider-wrap .elementor-widget-container .slick-arrow {
  appearance: none;
  position: relative;
  /* padding: 14px 50px; */
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50%;
  color: #4F39E0;
  font-family: var(--inter-font-family);
  width: calc(30px + (48 - 30) * ((100vw - 320px) / (1920 - 320)));
  height: calc(30px + (48 - 30) * ((100vw - 320px) / (1920 - 320)));
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border: 1px solid #4F39E0;
}

/* .blog-slider-wrap .elementor-widget-container .slick-arrow:after {
  --m-i: linear-gradient(#000, #000);
  --m-o: content-box, padding-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: 50%;
  background-image: linear-gradient(132.75deg, #A889FF 0%, #4F39E0 96.99%);
  mask-image: var(--m-i), var(--m-i);
  mask-origin: var(--m-o);
  mask-clip: var(--m-o);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
} */

.blog-slider .slick-slide {
  margin: 0 10px;
  box-sizing: border-box;
}

.blog-slider .slick-list {
  margin: 0 -10px;
}

/* blog-slider  end*/
/*------------------- blog-Detail Pgae  start---------------------*/
.job-content.contact-from .job-description p{
  margin-bottom: 0px;
}

.single-content .author-detail-wrap {
  padding: calc(50px + (70 - 50) * ((100vw - 320px) / (1920 - 320))) 0;
}



.single-content {
  padding: 80px 0 0;
}

.single-content ol {
  margin: 0px;
}

.single-content p {
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.single-content .ast-article-single img {
  box-shadow: none;
}

.single-content ul {
  padding: 0px;
  margin: 0px;
}

.single-content ul li {
  position: relative;
  color: var(--text-color-Black-10);
  padding-left: 40px;
  list-style: none;
  margin-bottom: 10px;
}
.team-leader-driving img{
  width:100%
}
/* added by mahendra for check icons on blog page  */


.single-content ul li::before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/04/check-icon.png);
    background-position: center;
    height: 25px;
    width: 25px;
    top: 0;
    left: 0px;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
/* added by mahendra for check icons on blog page  */
.single-content ul li >h1::before, .single-content ul li >h2::before {
  top: 4px;
}
.single-content ul li p {
  margin-bottom: 0;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  color: var(--text-color-Black-10);
}

.single-content h1 {
  font-size: 48px;
}

.single-content h1.gradient-heading,
.single-content h2 {
  font-size: 36px;
}

.single-content h3 {
  font-size: 24px;
}

.single-content h4 {
  font-size: 20px;
}


.single-content h5 {
  font-size: 18px;
}

.single-content h6 {
  font-size: 16px;
}


.single-content .post-thumbnail {
  text-align: center;
}

.single-content img,
.single-content .post-thumbnail img {
  border-radius: 32px;
}

.single-content pre {
  background-color: transparent !important;
  padding: 0px !important;
}

.single-content .author-info span {
  font-size: 16px;
}

.single-content {
  color: var(--text-color-Black-10);
}

.single-content .post-categories {
  color: #5252AD;
  border: 1px solid #AEAED9;
  background-color: #F3F3FA;
  border-radius: 70px;
  display: inline-block;
}

.body-fonts .single-content article {
  padding: 0px;
}

body.single-post .ast-container {
  width: 100%;
  max-width: 1600px !important;
  margin: 0 auto;

}


.author-detail-wrap .author-avatar img {
  max-width: calc(90px + (120 - 90) * ((100vw - 320px) / (1920 - 320)));
  max-height: calc(90px + (120 - 90) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 70px;
}

.newsletter-block .gradient-heading h4 {
  display: inline-block
}

.newsletter-block .news-item a {
  color: #000;
  font-weight: 500;
  font-size: 18px;

}

.newsletter-block span {
  font-size: 14px;
  display: block;
  color: #626262;
}

.newsletter-block .news-item a img {
  margin-left: 8px;
  vertical-align: middle;
  display: none;
}

.newsletter-block .news-item a:hover {
  color: #5252AD;
}

.newsletter-block .news-item a:hover img {
  display: inline-block;
}

.social-icon-hero a {
  display: inline-flex;
  width: calc(38px + (48 - 38) * ((100vw - 320px) / (1920 - 320))) ;
  height: calc(38px + (48 - 38) * ((100vw - 320px) / (1920 - 320))) ;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background-color: #4F39E0;

  background-image: linear-gradient(143.13deg, #F5F1FF 0%, #4F39E0 100%);
  -webkit-transform: translateZ(0);
  color: white;
  text-decoration: none;
  font-family: sans-serif;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: .5em;
  color: #abb2bf;
  background: #282c34
}

.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75
}

.hljs-literal {
  color: #56b6c2
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee
}

.hljs-emphasis {
  font-style: italic
}

.hljs-strong {
  font-weight: bold
}

.hljs-link {
  text-decoration: underline
}

.post-type-archive-jobs .ast-container.job-container {
  max-width: 100%;
  padding: 0 !important;

  display: block;
}

.job-list-section {
  padding: 170px 20px 70px;
  max-width: 1640px;
  margin: 0 auto;
}

.section-padding-vertical,
.job-list-section .section-padding-vertical {
  padding: 70px 0;
}

.case-studies-search {
  margin-top: 70px;
}

.heading-padding-30 {
  padding-bottom: 30px;

}

.share-profile {
  background-color: #1D1A39;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide spinners in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.ast-button-wrap .menu-toggle:focus {
  outline: none;
}

.body-fonts .wpcf7 input.wpcf7-form-control:not([type=submit]):focus,
.body-fonts .wpcf7 select.wpcf7-form-control:focus,
.body-fonts .wpcf7 textarea.wpcf7-form-control:focus {
  border: #fff solid 1px;

}


/*================= Faq accordion ================*/
.faq-accordion .accordion-item {
  background: rgba(243, 243, 250, 1);
  border: 0;
  margin-bottom: calc(16px + (32 - 16) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 12px;
  overflow: hidden;
}

.faq-accordion .accordion-item:last-child {
  margin-bottom: 0px;
}

.faq-accordion .accordion-block {
  color: var(--text-color-Black-10);
  padding: 24px;
  font-family: var(--inter-font-family);
  display: flex;
  align-items: center;
  gap: 16px;
}

.faq-accordion .accordion-body {
  padding: 0 24px 16px;
  color: var(--text-color-Black-10);
}

.faq-accordion .accordion-item h5 {
  margin: 0;
}


.faq-accordion .accordion-block::before,
.faq-accordion .aaccordion-block::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(143.13deg, #F5F1FF -21.34%, #4F39E0 118.19%);
  border: 0.33px solid #4F39E0;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color-white);
}

.faq-accordion .accordion-block.collapsed::before {
  content: 'add';
  /* plus icon */
}

.faq-accordion .accordion-block::before {
  content: 'remove';
  /* minus icon */
}


/* ============ blog-Detail Pgae  END =====================*/

/* AI service css */

.ai-service-item .item-block {
  position: relative;
  padding: 31px 30px;
  background: #333;
  color: white;
  border-radius: 32px;
  z-index: 1;
  color: #FDFDFD;
  background: linear-gradient(149.29deg, rgba(255, 255, 255, 0) 2.12%, rgba(255, 255, 255, 0.12) 98.44%);
  min-width: 500px;
}

.ai-service-item .item-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 39.12%, rgba(255, 255, 255, 0) 99.99%);
  border-radius: 32px;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}


.ai-service-item .icon-block {
  border: 1.54px solid #FFFFFF0D;
  display: inline-block;
  padding: 12px;
  border-radius: 12px;
  margin-right: 12px;
}

.ai-service-item {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.ai-service-item .item-block h5 {
  color: #FDFDFD;
  margin-bottom: 0px;
}

.ai-contact-detail a:hover {
  color: #FDFDFD
}

.futuristic-robot-img {
  margin-left: -80px;
}

.futuristic-robot-img img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ai-work-item {
  position: relative;
}

.ai-work-item:before {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 10px solid #DCDCEF;
  background: #5252AD;
  top: 0;
  left: -45px;
}

.ai-work-item.left:before {
  right: -47px;
  left: unset;
}

.ai-work-item.left:after {
  right: -32px;
  left: unset;
}

.ai-work-item:before,
.ai-work-item:after {
  position: absolute;
  content: "";
}

.ai-work-item:after {
  width: 1px;
  height: calc(100% - 52px);
  top: 52px;
  border-left: 2px dashed #474796;
  left: -30px;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.circle-vector-wework .circle-bottom {
  left: 0;
  bottom: -120px;
}

.circle-vector-wework .circle-top {
  right: 0;
  top: 0;
}

/* sarvika-gallery */

.sarvika-gallery .elementor-widget-container {
  border-radius: 18px;
  overflow: hidden;
}

.sarvika-gallery.e-con>.e-con-inner {
  padding-block-end: unset;
  padding-block-start: unset;

}

.sarvika-gallery img {
  min-height: 449px;
  object-fit: cover;
  max-height: 449px;
  border-radius: 18px !important;
  width: 100%
}

/* Skill Requirements List Styling */
.req-job {
  padding: 0;
  margin: 0;
}

.requirement .req-job li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  color: var(--text-color-Black-10);
}

.requirement .req-job li h3 {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}

.requirement .req-job li img {
  position: relative;
  top: -2px;
}

.requirement ul.req-job li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
  width: 1px;
  background-color: #afafaf;
}

.job-apply h4 span {
  display: block !important;
}


.requirement ul.req-job li:first-of-type {
  padding-left: 0px;
}

.skills-requirement .skill-list {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  font-family: var(--inter-font-family);
}

.skills-requirement .skill-list li {
  list-style: none;
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.skills-requirement .skill-list li:last-child{
  margin-bottom: 0px;
}

.skills-requirement {
  margin: 50px 0;
}

/*==================== others ======================*/
.contactus-phone .intl-tel-input {
  position: absolute;
  width: 100%;

}

.footer-logo-nav img {
  max-width: 120px;
}

.intl-tel-input .selected-flag .iti-arrow {
  border-top: 4px solid #fff;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  color: #fff;
}

.scrolled .case-studies-wrap {
  position: fixed;
  top: 150px;

}

.core-inner p {
  margin-bottom: 0px;
}

.address-footer {
  gap: 50px;
}

.juicer-feed h3,
.juicer-feed h1 {
  display: none !important;
}

.contact-from .wpcf7 select.wpcf7-form-control,
.contact-from .wpcf7 input.wpcf7-form-control:not([type=submit]),
.contact-from .wpcf7 textarea.wpcf7-form-control {
  width: 100%;
  min-width: 100%;
}




.footer-address br {
  display: none;
}

.footer-address img {
  min-width: 24px;
  height: 24px;
}

.arrow-icon-genius a:hover img {
  transform: scale(1.15);
  transition: transform 0.3s ease;
}

.blog-padding {
  padding-top: 90px;
}

.single-content {
  padding-top: 170px;
  max-width: 940px;
  margin: 0 auto;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
  border: 0;
}

.contactus-phone .label-phone p {
  margin: 0;
}

.contactus-phone .intl-tel-input .selected-flag .iti-arrow {
  right: -5px;
}

.body-fonts .contactus-phone .wpcf7-form-control-wrap input.form-control {
  padding-left: 105px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input
{
  font-size: 0px;
}

.job-apply {
  padding-top: 40px
}
.single-jobs .job-apply {  padding-top: 0px}
  
.story-right-shape .elementor-widget-container {
  justify-content: center;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus {
  border-width: 0px;
}

#other-text {
  display: none;
}

.service-process .service-process-text {
  padding-right: 10px
}

.juicer-slider .juicer-feed h1.referral {
  z-index: -999;
  position: absolute;
}

.current-jobs {
  max-width: 1330px;
  margin: 0 auto;
}


.growth-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.growth-item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 20px 0;
}




.growth-item.right .growth-content {
  flex: 1;
  padding-left: 380px;
}

.growth-item:before,
.growth-item:after {
  position: absolute;
  content: "";
}

.growth-item:before {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 10px solid #DCDCEF;
  background: #5252AD;
  top: 0;
  left: calc(50% - 16px);
}

.growth-item:after {
  width: 1px;
  height: calc(100% - 52px);
  top: 52px;
  border-left: 2px dashed #474796;
  left: calc(50% - 1px);
}

.growth-item.right {
  flex-direction: row-reverse;
  padding-left: 90px;
}

.growth-content p {
  margin: 0px;
}

.growth-image img {
  border-radius: 8px;

}

.growth-item img {
  width: auto;
  height: auto;
  margin: 0;
}

.growth-item.left .growth-content {
  text-align: left;
  padding-right: 352px;
  max-width: 720px;
}

.growth-item.left .growth-image {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.growth-item.left {
  padding-right: 90px;
}

.ast-builder-menu-1 .menu-item:hover>.menu-link {
  color: var(--text-color-white);
}

.ast-builder-menu-1 .inline-on-mobile .menu-item:hover>.ast-menu-toggle,
.ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
.ast-builder-menu-1 .current-menu-ancestor>.menu-link {
  color: var(--text-color-Black-10);
}



.body-fonts .modal-backdrop.show {
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.9);
}


/* ====================Job Listings ===================*/

.current-jobs .job-location {
  margin: 0;
  font-size: 18px;
  color: var(--text-color-Black-10);
  display: flex;
  align-items: center;
  gap: 8px;
}

.job-apply,
.job-description,
.skills-requirement {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 80px;
}

.job-description h4,
.skills-requirement h5 {
  font-size: 24px;
  font-weight: 500;
}

.job-description br,
.skills-requirement br {
  display: none
}

.job-description {
  font-size: 18px;
  font-family: var(--inter-font-family);

}

.job-requirement .col-lg-5.col-sm-12,
.job-requirement .col-lg-7.col-sm-12 {
  width: 100%;
}

.job-content .application-from {
  background-color: #1B1B3A;
  padding: 32px;
  border-radius: 32px;
  margin-bottom: 0px;
}

.job-content.contact-from label {
  margin-bottom: 10px
}

.job-content.contact-from .job-requirement .job-apply .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.job-content.contact-from .job-requirement .job-apply .btn-tertiary:hover {
  color: var(--text-color-white);
}

.job-content.contact-from .job-requirement .job-apply .btn-tertiary {
  padding: 0;
  line-height: 44px;
  width: 100%;
  margin: auto;
  display: block;
  border: 0px;
  border-radius: 8px;
  background: linear-gradient(193.06deg, #F5F1FF -59.37%, #4F39E0 106.12%);
  margin-top: 30px;
}

.job-content .skills-requirement ul.skill-list li:before {
  content: "";
  background: url(../images/check-icon.png) no-repeat 100% 50%;
  z-index: 9;
  top: -12px;
  width: 40px;
  height: 40px;
  left: -15px;
  position: absolute;
  top: -6px;
}

.job-content.contact-from {
  color: var(--text-color-Black-10);
  
}


/* ========================site-footer===================  */
.application-from .custom-checkbox input[type="checkbox"] {
  top: 2px;
}


.ast-footer-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element:hover svg {
  fill: #fff;
}

.footer-nav-wrap ul {
  padding: 0px
}

.footer-nav-wrap ul li {
  line-height: 26px;
  font-weight: 500;
  font-family: var(--inter-font-family);
  width: 100%;
}

.footer-nav ul li a {
  color: var(--text-color-white);
}

.footer-nav ul {
  line-height: 36px;
}

.footer-nav ul li {
  list-style: none;
  margin-bottom: 8px;
}

.footer-nav h5 {
  font-size: 24px;
  color: var(--text-color-white);
  font-weight: 500;
}

ul.foot_social {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
}

.foot_social li {
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(40px + (56 - 40) * ((100vw - 320px) / (1920 - 320))) ;
  height: calc(40px + (56 - 40) * ((100vw - 320px) / (1920 - 320))) ;

  border-radius: 12px;
}

.foot_social li:hover {
  background-color: #626262;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"],
.footer-widget-area[data-section="section-footer-menu"] {
  display: block !important;
}

.footer-nav .heading-process h3 {
  margin-bottom: 16px;
}

.tech-stack-heading span {
  background: linear-gradient(180deg, rgba(249, 255, 255, 0.1) 34.22%, rgba(249, 255, 255, 0) 69.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =================heading updates ===================*/
.body-fonts .sub-heading-36 h1,
.body-fonts .sub-heading-36 h2,
.body-fonts .sub-heading-36 h3,
.read-more-section h3 {
  font-size: 36px;
}

.body-fonts .sub-heading-48 h1,
.body-fonts .sub-heading-48 h2,
.body-fonts .sub-heading-48 h3 {
  font-size: 48px;
}

.sub-heading-24 span,
.body-fonts .sub-heading-24 h3 {
  font-size: 24px;
}

.sub-heading-24 span {
  font-weight: 500;
}

.body-fonts.elementor-kit-25 .sub-heading-56 h2 {
  font-size: 56px;
}

.body-fonts .sub-heading-20 .blog-heading-h5 {
  font-size: 20px;
}

.outline-slidearrow .slick-arrow {
  appearance: none;
  position: relative;
  /* padding: 14px 50px; */
  border: 0;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  border-radius: 12px;
  color: #4F39E0;
  font-family: var(--inter-font-family);
  width: calc(30px + (48 - 30) * ((100vw - 320px) / (1920 - 320)));
  height: calc(30px + (48 - 30) * ((100vw - 320px) / (1920 - 320)));
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  border: #4F39E0 solid 1px;
}

.outline-slidearrow .slick-arrow:hover {
  background: linear-gradient(132.75deg, #4F39E0 0%, #A889FF 96.99%);
  color: var(--text-color-white);
}

/* .outline-slidearrow .slick-arrow:after {
  --m-i: linear-gradient(#000, #000);
  --m-o: content-box, padding-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: 50%;
  background-image: linear-gradient(132.75deg, #A889FF 0%, #4F39E0 96.99%);
  mask-image: var(--m-i), var(--m-i);
  mask-origin: var(--m-o);
  mask-clip: var(--m-o);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
} */

.outline-slidearrow .slick-arrow.slick-disabled {
  opacity: 0.5;
}

.outline-slidearrow .slick-arrow::before {
  display: none;
}

.ast-footer-copyright.ast-builder-layout-element {
  display: block !important;
}

.contact-from-label .custom-btn img {
  max-width: 21px;
  position: relative;
  top: -2px;
}

.address-footer span {
  background: #FFFFFF1A;
  width: 33px;
  min-width: 33px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.address-footer p {
  display: flex;
  text-align: left;
  align-items: center;
  gap: 8px;
}

/*======================= case-stuides =================*/
.case-stuides-image .elementor-widget-container img {
  width: 100%;
  border-radius: 32px;
  height: 100%;
  object-fit: cover;

}

.case-taglines .elementor-widget-container {
  display: flex;
  align-items: center;
}

.case-stuides-image .e-con>.elementor-widget {
  height: 100%;
}

.case-stuides-image .overflow-hidden {
  align-items: start !important;
}

.case-stuides-image .btn-outline:hover {
  color: #fff !important;
}



.case-studies-search {
  border: 1px solid #CED4DA;
  border-radius: 12px;
  position: relative;
}

.case-studies-search input {
  padding-right: 120px;
  border: 0;
  height: auto;
  border-radius: 12px;
}

.case-studies-search input:focus {
  border: 0px;
}

.case-studies-search button {
  position: absolute;
  top: 50%;
  right: 0;
  border: 0px;
  transform: translateY(-50%);
  border-bottom-left-radius: 0px;
  padding: 12px 20px;
  border-top-left-radius: 0px;
}

.case-studies-search button img {
  padding-right: 8px;
  position: relative;
  top: -1px;
}

.case-studies-wrap .title-heading span:first-child {
  position: relative;
  display: block;
}

.case-studies-wrap li b {
  color: #191919;
  font-weight: 700;
}

.case-studies-slider .slick-slide {
  margin: 0 20px;
}

.case-studies-slider .slick-list {
  margin: 0 -20px;
}

.case-studies-wrap li p {
  font-weight: 500;
}

.case-studies-wrap li {
  margin-bottom: 10px;
}

.menu-item-13495 a::before {
  content: "™";
  font-size: 16px;
  vertical-align: super;
  margin-left: 0;
  position: absolute;
  left: 80px;
}

.menu-item-12148 a::before {
  content: "™";
  font-size: 22px;
  vertical-align: super;
  right: 8px;
  position: absolute;
}
 .Home-page-video .elementor-widget-video .elementor-wrapper{
width: 100%;
}



/* eCommerce-store */


.ecommerce-why-choose{
  padding: 24px;
  background-color: #F3F3FA;
border-radius: 24px;
}





/* Media Responsive */

.case-studies-wrap .title-heading li.active::before {
  position: absolute;
  width: 6px;
  height: 24px;
  content: '';
  background: #977AF9;
  left: -14px;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 12px;
}

.case-studies-wrap ul {
  line-height: 1.6
}

.anchor-offset {
  display: block;
  height: 100px;
  /* height of the fixed header */
  margin-top: -100px;
  visibility: hidden;
}

.case-studies-wrap .title-heading li {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.case-studies-wrap .title-heading li a {
  color: #191919;
}

.case-studyinner-banner {
  background: linear-gradient(180deg, #121212 0%, #262651 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.single-casestudies .ast-container {
  max-width: 100%;
  padding: 0px;
}

.single-casestudies .case-study-content.case-studies-container {
  padding: 70px 15px;

}

.casestudies-grid-container {
  padding: 0 15px;
}

.single-casestudies .case-studies-container {
  width: 100%;
  padding: 120px 20px 80px;
}



.filed-slidearrow .slick-arrow {
  background: linear-gradient(193.06deg, #F5F1FF -59.37%, #4F39E0 106.12%) !important;
  color: #fff;
  border: 0px;
}

.arcadia-slider .slick-arrow,
.case-studies-slider .slick-arrow,
.modern-learning-slider .slick-arrow {
  position: absolute;
  z-index: 1;
}

.arcadia-slider .slick-prev,
.modern-learning-slider .slick-prev {
  left: -20px;
}

.arcadia-slider .slick-next,
.modern-learning-slider .slick-next {
  right: -20px;
}

.case-studies-slider .slick-prev {
  left: -50px;
}

.modern-learning-slider .slick-arrow::before,
.case-studies-slider .slick-arrow::before {
  display: none;
}


.case-studies-slider .slick-next {
  right: -50px;
}

.modern-learning-slider .modern-img {
  flex-basis: 62%;
  height: 100%;

  object-fit: cover;
}

.modern-learning-slider .modern-img img {
  width: 100%;
}

.case-study-slide .img-block {
  margin-bottom: 15px;
}

.body-fonts .case-study-slide img {
  margin: 0 auto;
  max-height: 300px;
  height: 300px;
  object-fit: contain;
}

.post-type-archive-casestudies .ast-container.job-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.ai-comparison-table {
  overflow-x: auto;
  border: #E5E7EB solid 1px;
}

.ai-comparison-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 16px;
  overflow: hidden;
  font-size: 16px;
  font-family: Poppins;
  color: #4B5563;
  margin: 0;
}

.ai-comparison-table thead {
  background-color: #e8eaef;
  color: #333;
}

.ai-comparison-table th,
.ai-comparison-table td {
  padding: 16px 20px;
  text-align: left;
  font-size: 16px;
  white-space: nowrap;
  border: 1px solid #f0f0f0;
}

.ai-comparison-table th {
  background-color: #262651;
  color: #fff;
  font-weight: 500;
}

.ai-comparison-table td {
  background: #fff;
}

.ai-comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.case-detail {
  background: #E9E9E9;
  padding: 40px;
  border-radius: 24px;
}

.case-detail ul {
  padding: 0;
  margin: 0px 30px;
}
.case-studies-single .case-detail ul{
  margin: 0;
    padding-left: 18px;
}
.case-detail ul li {
  margin-bottom: 18px;
  color: #626262;
  list-style: none;
  position: relative;
}

.case-detail ul li:last-child {
  margin-bottom: 0px;
}

.case-detail ul li>ul li {
  margin-bottom: 12px;
}

.case-detail ul li::before {
  width: 5px;
  height: 5px;
  background-color: #191919;
  position: absolute;
  content: '';
  border-radius: 50%;
  left: -15px;
  top: 10px;
}

.case-detail ul li strong {
  color: #333333;
}

.case-detail ul li b {
  color: #191919;
  margin-bottom: 8px;
  display: block;
}

.case-detail>div {
  padding-bottom: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)))
}

.case-detail>div:last-child {
  padding-bottom: 0px;
}


.case-studies-banner {
  background-image: url('/wp-content/uploads/2025/06/case-banner.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 187px 0 140px;
}

.case-study-card {
  border: #C4C4C4 solid 1px;
  padding: 24px;
  border-radius: 32px;
  margin-bottom: 70px;
}

.case-study-card .card-content .sub-heading-48 a {
  color: #313131;
}

.case-study-card:last-child {
  margin-bottom: 0px;
}

/* =======================edtech ======================== */

.edtech-feature .elementor-widget-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.send-btn p {
  margin: 0;
}

.edtech-feature h5 {
  max-width: 220px;
  margin: 0 auto 15px;
}

.edtech-clientsay .e-con-inner {
  box-shadow: 4px 4px 13.7px 7px #0000001F;
  border-radius: 32px;
}

.edtech-contactus .application-from {
  margin-bottom: 0;
}

.alignment-flex-center .elementor-widget-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.edtech-tab .tab-content {
  background: #fff;
  padding: 40px;
  border-radius: 32px;
  max-width: 750px;
  line-height: 31px;
  min-height: 350px;
}

.edtech-tab .nav-pills {
  flex: 1;
}

.edtech-tab .nav-pills .nav-link {
  color: #191919;
  border-bottom: #1919191f solid 1px;
  padding: 14px 8px;
  margin-bottom: 10px;
  border-radius: 0px;
  cursor: pointer;
  white-space: nowrap;
}

.edtech-tab .nav-pills .nav-link.active,
.edtech-tab .nav-pills .show>.nav-link {
  color: #9578F8;
  background-color: transparent;
  border-color: #9578F8;
  font-weight: 500;
}

.edtech-tab .nav-pills button:hover {
  background: transparent;
  color: inherit;
}

.modern-learning {
  border-radius: 32px;
  border: 1px solid rgb(217 217 217 / 71%);
}

.edtech-tab {
  gap: 100px;
}

.EdTech-solutions-from .custom-checkbox input[type="checkbox"] {
  min-height: auto;
}
.EdTech-solutions-from  .wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}
.e-con.e-con>.e-con-inner>.elementor-widget.edtech-sm-container,
.edtech-sm-container {
  margin: 0 auto;
  max-width: 1330px;
}

.edtech-faq .accordion-block {
  color: #191919;
  cursor: pointer;
  position: relative;
  font-family: var(--inter-font-family);
}

.edtech-faq .accordion-item:not(:last-child) {
  margin-bottom: 50px;

}

.edtech-faq .accordion-item {
  cursor: pointer;
}

.edtech-faq .accordion-block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  /* arrow color */
  transition: transform 0.3s ease;
}

.trusted-logo-container.e-con.e-flex>.e-con-inner {
  max-width: 100%;
}

.edtech-faq .accordion-block[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(-180deg);
}

.body-fonts .ai-power-image .elementor-widget-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}

.process-steps-edtech {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 40px 0;
  position: relative;
  text-align: center;
}

.process-steps-edtech li img {
  height: 100%;
  margin-bottom: 10px;
}

.process-steps-edtech .img-block {
  min-height: 60px;
}

.process-steps-edtech::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 5%;
  width: 90%;
  height: 1px;
  background: #ccc;
  border-bottom: 1px dotted #ccc;
}

.process-steps-edtech li {
  position: relative;
  flex: 1;
  white-space: nowrap;
}

.process-steps-edtech img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.process-steps-edtech p {
  margin: 0;
  font-weight: 500;
}

.process-steps-edtech li::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #8170e9;
  border-radius: 50%;
  z-index: 1;
}

.custom-scroll-none {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #dcdcef;
  /* thumb and track */
  scrollbar-width: thin;
  /* for Firefox */
}

.custom-scroll-none::-webkit-scrollbar {
  height: 5px;
  /* Horizontal scrollbar height */
}

.custom-scroll-none::-webkit-scrollbar-track {
  background: #f7f7f7;
}

.custom-scroll-none::-webkit-scrollbar-thumb {
  background-color: #dcdcef;
  border-radius: 10px;
}

.trusted-slider .slick-slide img {
  margin: 0 auto;
  max-width: 200px;
}

.EdTech-solutions-from {
  backdrop-filter: blur(20px);
  background: #FFFFFF1A;
  border-radius: 32px;

}

.EdTech-solutions-from label {
  color: #fff;
  width: 100%;
}

.EdTech-solutions-from .textarea.wpcf7-form-control,
.EdTech-solutions-from textarea,
.EdTech-solutions-from input {
  border-radius: 12px;
  background-color: transparent;
  border: 1px solid #fdfdfd;
  margin-top: 8px;
  min-height: 54px;
  color: #fff;
  font-size: 16px;
}

.body-fonts .EdTech-solutions-from .wpcf7 input[type=checkbox] {
  accent-color: #25DAC5;
}

.body-fonts .EdTech-solutions-from .wpcf7 textarea.wpcf7-form-control:focus,
.body-fonts .EdTech-solutions-from .wpcf7 input.wpcf7-form-control:not([type=submit]):focus {
  background: transparent;
  color: #fff;
}

.EdTech-solutions-from textarea::placeholder {
  color: #888888;
  opacity: 1;
}

.EdTech-solutions-from textarea:-ms-input-placeholder {
  /* IE 10-11 */
  color: #888888;
}

.EdTech-solutions-from textarea::-ms-input-placeholder {
  /* Edge */
  color: #888888;
}

.body-fonts .EdTech-solutions-from .wpcf7-list-item-label {
  color: #6B7274;
}

.EdTech-solutions-from .wpcf7 form.invalid .wpcf7-response-output,
.EdTech-solutions-from .wpcf7 form.unaccepted .wpcf7-response-output,
.EdTech-solutions-from .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffff;
  color: #fff;
}

.EdTech-solutions-from .send-btn p {
  text-align: right;
  flex-direction: column;
  display: flex;
  align-items: end;
}

.EdTech-solutions-from textarea {
  border-radius: 8px;
}

.EdTech-solutions-from .custom-btn {
  background: linear-gradient(193.06deg, #F5F1FF -59.37%, #4F39E0 106.12%);
  border-radius: 8px;
  border: 0px;
  padding: 12px 15px;
  min-height: auto;
}

.EdTech-solutions-from .custom-btn:hover {
  background: linear-gradient(132.75deg, #4F39E0 0%, #A889FF 96.99%)
}



/* Team-page-flip-image */

.flip-container {
  perspective: 1000px;
  width: 100%;
  height: calc(120px + (200 - 120) * ((100vw - 320px) / (1920 - 320))) ;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-container:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  object-fit: cover;
  border-radius: 12px;
}

.flip-inner .back {
  transform: rotateY(180deg);
}
/*======================= LeaderShip===============*/
.leader-name {
  position: relative;

}

.leader-name::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background-color: #333;
  top: -20px;
  left: 0;

}

.project-number {
  border-right: #fff solid 1px;
}


/* About-US page */
.scroll-indicator {
  position: absolute;
  bottom: 150px;
  left: 0;
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
  transform-origin: left center;
  cursor: pointer;
}

.scroll-indicator:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin-right: 20px;
  animation: flickerLine 4s ease-in-out infinite;
}

div#banner {
  position: absolute;
  right: 20px;
  bottom: -70px;
}

/* Bouncing scroll text */
@keyframes scrollBounce {

  0%,
  100% {
    transform: rotate(-90deg) translateY(0);
  }

  50% {
    transform: rotate(-90deg) translateY(8px);
  }
}

/* Line flickers in/out */
@keyframes flickerLine {

  0%,
  100% {
    opacity: 1;
    width: 50px;
  }

  50% {
    opacity: 0;
    width: 0;
  }
}




.body-fonts .arcadia-slide .core-detail-banner.slick-slide {
  margin: 0 20px !important;
}




.about-us-body .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button,
.about-us-body .custom-btn {
  background: linear-gradient(132.75deg, #A889FF 0%, #4F39E0 96.99%);
}


.about-us-body .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button:hover,
.about-us-body .custom-btn:hover {
  background: linear-gradient(132.75deg, #4F39E0 0%, #A889FF 96.99%);
}

.hero-zoom {
  transform: scale(1.2);
  /* zoomed-in at start */
  animation: zoomOut 6s ease-out forwards;
}


@keyframes zoomOut {
  to {
    transform: scale(1);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(8px);
  }

}

.body-fonts.about-us-body .hero-zoom {
  right: 20px !important;
}



.scroll-text {
  position: absolute;
  right: 30px;
  bottom: 40px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 12px;
  color: #00bfff;
  /* Optional: blue shade like the border */
  opacity: 0.8;
}



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

  .site-primary-header-wrap.ast-builder-grid-row-container,
  .e-con.e-parent,
  .ast-container,
  .ast-container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
.ast-desktop .main-header-menu.ast-menu-shadow .my-service-li .sub-menu{
  border-top-left-radius: 0px ;
    border-top-right-radius: 0px ;
}
  .circle-vector-wework .circle-bottom img,
  .circle-vector-wework .circle-top img {
    max-width: 320px;
  }

  .hero-image.elementor-widget-image {
    right: 40px;
  }

  .hero-section-wave .hero-image img {
    max-width: 530px;
  }


  .site-below-footer-wrap {
    padding: 15px 15px;
  }

  .site-below-footer-wrap .site-footer-section.site-footer-section-1 {
    margin: 0px !important
  }


  .site-header.sticky-active .main-header-bar-wrap {
    padding: 10px 15px;
  }
}


@media only screen and (min-width: 1640px) {

  .hero-section-wave .hero-image img {
    max-width: 520px;
  }

  .body-fonts .scroll-down-banner.elementor-absolute {
    right: 150px !important;
    bottom: 40px !important;
  }
  .single-jobs  .blog-padding{
    margin:  0 10px;
  }

  .casestudies-grid-container {
    padding: 0 20px;
  }

  .casestudies-grid-container,
  .single-casestudies .case-studies-container {
    max-width: 1640px;
    margin: 0 auto;
  }

  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .col:last-child,
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .col:first-child {
    padding: 0px;
  }

  .hero-image.elementor-widget-image {
    right: 20px;
    top: -20px;
  }

  .ast-primary-header-bar .site-primary-header-wrap.ast-container {
    max-width: 1600px;
    padding: 0;
    margin-top: 10px;
  }

  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    padding-left: 0;
    padding-right: 0;
    max-width: 1600px;
    margin: 0 auto;
  }
}


@media only screen and (max-width: 1499px) {
  .hero-section-wave .hero-image img {
    max-width: 440px;
    position: relative;
    bottom: -60px;
  }

  .modern-learning-slider .slick-next,
  .case-studies-slider .slick-next {
    right: -10px;
  }

  .modern-learning-slider .slick-prev,
  .case-studies-slider .slick-prev {
    left: -10px;
  }

  .e-con.e-con>.e-con-inner>.elementor-widget.edtech-sm-container,
  .edtech-sm-container {
    max-width: 100%;
  }
}



@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .morden-learningwrap .sub-heading-36 h2 {
    font-size: 26px;
  }

  .edtech-tab {
    gap: 40px;
  }

  .elementor-17389 .elementor-element.elementor-element-4095e6e>.elementor-widget-container,
  .elementor-17389 .elementor-element.elementor-element-22eacd6>.elementor-widget-container {
    padding: 0px !important;
  }

  .elementor-17389 .elementor-element.elementor-element-9528d52 {
    min-height: auto !important;
    border-radius: 32px;
  }

  .elementor-17389 .elementor-element.elementor-element-f8f3ce1>.elementor-widget-container,
  .elementor-17389 .elementor-element.elementor-element-f2d859f>.elementor-widget-container,
  .elementor-17389 .elementor-element.elementor-element-ad1741b>.elementor-widget-container,
  .elementor-17389 .elementor-element.elementor-element-cdb0b22>.elementor-widget-container {
    padding: 20px !important;
  }

  .site-header.sticky-active .main-header-bar-wrap {
    padding: 10px 24px;
  }

  .body-fonts .elementor-135 .elementor-element.elementor-element-6729b588>.elementor-widget-container {
    margin: 50px 0px 0px 0px;
  }

  .hero-text .e-flex.e-con {
    max-width: 70%;
  }

  .main-header-menu .menu-link,
  .main-header-menu>a {
    padding: 0 14px;
  }

  .hero-section-wave .hero-image img {
    position: relative;
    bottom: 40px;
  }

  div#banner {
    right: 0;

  }

  .Home-page-video .elementor-widget-video .elementor-wrapper {
    position: relative;
    top: 40%;
    transform: translateY(-50%);

  }

  .story-bg .elementor-widget-image img {
    max-width: 330px;
  }

  .video-rounded-clower.elementor-widget-video .elementor-widget-container {
    padding: 20% 00px 00px 064px !important;
  }

  .body-fonts p.paragraph-big,
  .body-fonts .entry-content p.paragraph-big {
    font-size: 20px;
  }

  .body-fonts ul li,
  p,
  .body-fonts .entry-content p {
    font-size: 16px;
  }

  .body-fonts .ast-builder-menu-1 .menu-item>.menu-link {
    font-size: 18px;
    padding: 0 25px;
  }

  .body-fonts h1,
  .body-fonts .h1 {
    font-size: 44px;
  }

  .body-fonts .genius-dashboadimg .elementor-widget-container .position-absolute {
    display: none;
  }

  .body-fonts .genius-dashboadimg .elementor-widget-container>div {
    max-width: 100% !important;
    text-align: center;
  }

}

@media only screen and (max-width: 1399px) {
  .foot_social li img {
    max-width: 25px;
  }

 .blog-slider-wrap .blog-listing .blog-item {
    min-height: 450px;
}

  .juicer-feed.slider .slick-next:before,
  .juicer-feed.slider .slick-prev:before {

    right: 3px !important;

  }

  .outline-slidearrow .slick-arrow i {
    font-size: 20px;
  }

  ul.foot_social {
    gap: 15px;
  }



  .address-footer img {
    max-width: 20px;
  }

  .site-header.sticky-active .main-header-bar-wrap {
    padding: 10px 16px;
  }

  .ast-header-break-point .main-header-bar {
    border-bottom: 0px;
  }

  .site-header.sticky-active {
    top: 0;
    border-radius: 0;
  }

  .body-fonts .case-taglines h2 {
    font-size: 48px;
  }

  .testimonial-slider .slick-slide img {
    max-width: 320px;
  }

  .story-bg .elementor-widget-image img {
    max-width: 260px;
  }

  .body-fonts .case-studies-banner h1.elementor-heading-title {
    font-size: 70px !important;
  }

  .body-fonts .scroll-down-banner.elementor-absolute {
    right: 20 !important;
  }

  /* .footer-navbar .col-lg-2{
width: 20%;
} */



}


@media (min-width: 1199px) {

  .custom-select-wrapper {
    position: relative;
    max-width: 280px;
  }

  .word-column {
    max-width: 1100px;
  }
}

@media (max-width: 1199px) {
 .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section{
  margin-bottom: 0;
 }
  .service-card.slick-slide {
    padding: 24px;
    min-height: 400px;
}
  .contact-from .btn.btn-primary {
    font-size: 16px;
    padding: 15px 29px;
}
  .job-content .application-from {
    padding: 24px;
}
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    padding-left: 20px;
    padding-right: 20px;

  }

  .footer-order-5 {
    order: 5;
    margin-top: 20px;
    width: 100%;
  }

  .case-detail {
    padding: 24px;
  }

  .arcadia-slider .slick-next,
  .modern-learning-slider .slick-next {
    right: -10px;
  }

  .arcadia-slider .slick-prev,
  .modern-learning-slider .slick-prev {
    left: -10px;
  }

  .edtech-tab .tab-content {
    padding: 24px;

  }

  .elementor-17389 .elementor-element.elementor-element-9528d52 {
    min-height: auto !important;
    border-radius: 32px;
  }

  .elementor-17389 .elementor-element.elementor-element-f8f3ce1>.elementor-widget-container,
  .elementor-17389 .elementor-element.elementor-element-f2d859f>.elementor-widget-container,
  .elementor-17389 .elementor-element.elementor-element-ad1741b>.elementor-widget-container,
  .elementor-17389 .elementor-element.elementor-element-cdb0b22>.elementor-widget-container {
    padding: 40px 10px !important;
  }

  .elementor-17389 .elementor-element.elementor-element-4095e6e>.elementor-widget-container,
  .elementor-17389 .elementor-element.elementor-element-22eacd6>.elementor-widget-container,
  .elementor-17389 .elementor-element.elementor-element-32c0202d>.elementor-widget-container {
    padding: 0 !important;
  }

  .edtech-tab {
    gap: 10px;
  }

  .case-studies-banner {
    padding: 150px 0 110px;
  }

  .case-study-card {
    margin-bottom: 50px;
  }

  .body-fonts .elementor-16266 .elementor-element.elementor-element-4fb3b9d>.elementor-widget-container {
    padding: 20px 50px 20px 50px !important;

  }

  .body-fonts.elementor-kit-25 .sub-heading-56 h2 {
    font-size: 42px;
  }

  .body-fonts .case-taglines h2 {
    font-size: 36px;

  }

  .body-fonts .sub-heading-20 .blog-heading-h5 {
    font-size: 18px;
  }

  .body-fonts .sub-heading-36 h1,
  .body-fonts .sub-heading-36 h2,
  .body-fonts .sub-heading-36 h3,
  .body-fonts .read-more-section h3 {
    font-size: 30px;

  }

  .body-fonts .sub-heading-48 h1,
  .body-fonts .sub-heading-48 h2,
  .body-fonts .sub-heading-48 h3 {
    font-size: 36px;

  }

  .testimonial-slider .card p.author-name,
  .body-fonts .sub-heading-24 h3 {
    font-size: 20px;
  }

  .testimonial-slider .card p.author-designation {
    font-size: 18px;

  }

  .circle-vector-wework .circle-bottom img,
  .circle-vector-wework .circle-top img {
    max-width: 260px;
  }

  .ai-service-item .item-block {
    padding: 11px 10px;
  }



  .body-fonts .testimonial-slider .slick-slide .quote-icon img {
    max-width: 100px;
  }

  .single-content h3 {
    font-size: 22px;
  }

  .single-content h4 {
    font-size: 18px;
  }

  .single-content h5 {
    font-size: 16px;
  }

  .single-content h6 {
    font-size: 14px;
  }

  .testimonial-modal .modal-body img {
    max-width: 200px;
  }

  .service-card .img-border img {
    max-width: 37px;
  }

  .service-card .img-border {
    width: 60px;
    height: 60px;
  }

  .newsletter-block .news-item a,
  #astra-footer-menu .menu-item>a {
    font-size: 16px;
  }

  .contact-from label {
    font-size: 14px;

  }

  .contact-from .wpcf7 select.wpcf7-form-control,
  .contact-from .wpcf7 input.wpcf7-form-control:not([type=submit]),
  .contact-from .wpcf7 textarea.wpcf7-form-control {
    font-size: 14px;
    min-height: 38px;

  }

  .testimonial-slider .card p {
    font-size: 18px;
  }



  .genius-dashboadimg .elementor-widget-container {
    background: none;
    text-align: center;
  }

  .genius-dashboadimg .elementor-widget-container p {
    text-align: center;

  }

  .body-fonts .genius-dashboadimg .elementor-widget-container {
    padding: 10px !important;
  }

  .genius-dashboadimg img[alt="Chart"] {
    display: none;
  }

  .genius-dashboadimg .elementor-widget-container>div {
    margin: 0 auto;
  }

  p.paragraph-big,
  .entry-content p.paragraph-big {
    font-size: 20px;
  }

  .video-rounded-clower.elementor-widget-video>div {
    padding: 20px !important;

  }

  ul li,
  p,
  .entry-content p {
    font-size: 16px;
  }

  .custom-btn {
    padding: 9px 21px;
  }

  .btn-outline {
    padding: 10px 21px;
    font-size: 16px;

  }



  .service-bg-shape.e-con.e-flex {
    background-size: cover;
  }

  .story-curve.curve-left:after,
  .story-curve.curve-right:after {
    display: none;
  }

  .testimonial-slider.custom-dots .slick-next.slick-arrow {
    right: 10px;

  }

  .sarvika-gallery img {
    min-height: 250px;
    max-height: 250px;

  }

  .services-heading h1 {
    font-size: 30px
  }

  .footer-navbar .footer-order-1 {
    order: 2;
  }

  .footer-order-2 {
    order: 3;
  }

  .footer-order-3 {
    order: 5;
  }

  .footer-order-4 {
    order: 5;
  }


}




@media only screen and (min-width: 1199px) and (max-width: 1640px) {

  .site-below-footer-wrap,
  .job-list-section,
  .container-body.ast-separate-container #content .ast-container,
  .site-primary-header-wrap.ast-builder-grid-row-container,
  .e-con.e-parent {
    padding-left: 40px;
    padding-right: 40px;

  }

  .footer-navbar .col-lg-2 {
    width: 20%;
  }

  .site-header.sticky-active .main-header-bar-wrap {
    padding: 10px 40px;
  }

  .single-casestudies .case-study-content.case-studies-container {
    padding: 70px 40px;
  }

  .single-casestudies .case-studies-container {
    padding: 120px 40px 80px;
  }

  .casestudies-grid-container {
    padding: 0 40px;
  }

  .blog-slider-wrap .blog-listing .blog-item {
    min-height: 480px;
  }

  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    padding-left: 40px;
    padding-right: 40px;
  }
}


@media only screen and (min-width: 921px) and (max-width: 1199px) {
  .footer-navbar .col-lg-2 {
    width: 25%;
  }

  .footer-navbar .col-lg-2.footer-order-5 {
    flex: 0 0 auto;
    width: 100%;
  }

  .single-content {
    padding-top: 120px;
  }

  .casestudies-template-default.single-casestudies .ast-container .ast-builder-grid-row {
    padding: 0 20px;
  }

  .morden-learningwrap .sub-heading-36 h2 {
    font-size: 22px;
  }

  .body-fonts .case-taglines .elementor-widget-container {
    padding-left: 10px !important;
  }

  .hero-text .e-flex.e-con {
    max-width: 70%;
  }

  .body-fonts .info-usingArtifical .elementor-widget-container {
    padding: 24px !important;
  }

  .site-header-section>* {
    padding: 0 5px;
  }

  header .custom-logo-link img {
    max-width: 110px;
    width: 110px;
  }

  .body-fonts .heading-process h3 {
    font-size: 20px;
  }

  .body-fonts .menu-item-common a::before {
    top: 1px;
  }

  .ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 10px;

  }

  .testimonial-slider .card {
    padding: 24px;
  }

   .Home-page-video .elementor-widget-video .elementor-wrapper {
    top: 50%;
   position: relative;
    transform: translateY(-50%);

  }

  .job-list-section {
    padding-top: 130px;
  }

  .body-fonts .top-container {
    margin-top: 40px;
  }

  .body-fonts .requirement .req-job li h3,
  .body-fonts .current-jobs h5 {
    font-size: 20px;
  }

  .body-fonts .hero-section-wave .hero-image.elementor-widget-image {
    bottom: -90px;
  }

  .body-fonts .hero-section-wave .hero-image img {
    max-width: 430px;
  }

  .body-fonts .testimonial-slider .slick-slide img {
    max-width: 250px;
  }

  .body-fonts .story-video-section .elementor-widget-container {
    padding: 30px !important;
  }

  .body-fonts .submenu-with-border .sub-menu .menu-link {
    font-size: 16px;
  }


  .body-fonts .stack-img.elementor-widget-image .elementor-widget-container {
    margin: -74px -0px 0px -0px !important;
  }

  .body-fonts .get-startedbtn {
    padding: 10px 0;
  }

  .body-fonts .main-header-bar .custom-outline-btn {
    padding: 12px 25px;
    font-size: 16px;

  }

  .body-fonts .main-header-bar .site-header-primary-section-right .ast-header-button-1 .ast-custom-button {
    padding: 16px 25px;
  }

  .body-fonts .main-header-menu .menu-link,
  .body-fonts .main-header-menu>a {
    padding: 0 25px;
    font-size: 16px;
  }

  .body-fonts .ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
    font-size: 16px;

  }

  .body-fonts .heading-jobs h4 {
    font-size: 30px;

  }

  .body-fonts .blog-listing .blog-heading h5 {
    font-size: 18px;

  }

  .body-fonts .job-description h4,
  .body-fonts .skills-requirement h5 {
    font-size: 20px;
  }

  .body-fonts .job-apply h4 {
    font-size: 20px;
  }

  .body-fonts .scroll-down-banner.elementor-absolute {
    right: 20px !important;
  }


  .body-fonts h1,
  .body-fonts .h1 {
    font-size: 48px;
  }

  .body-fonts h2,
  .body-fonts .h2 {
    font-size: 42px;
  }

  .body-fonts .single-content h1,
  .body-fonts h3,
  .body-fonts .h3 {
    font-size: 36px;
  }

  .body-fonts .single-content h1.gradient-heading,
  .body-fonts .single-content h2,
  .body-fonts .heading-h4 h1,
  .body-fonts h4,
  .body-fonts .h4 {
    font-size: 30px;
  }

  .body-fonts h5,
  .body-fonts .h5 {
    font-size: 20px;
  }

  .body-fonts h6,
  .body-fonts .h6 {
    font-size: 18px;
  }

  .scrolled .case-studies-wrap {

    top: 120px;
  }

}

@media only screen and (min-width: 1024px) {
  .elementor-17389 .EdTech-solutions-from>.elementor-widget-container {
    padding: 30px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .job-list-section {
    padding: 130px 20px 50px;

}

  .section-padding-vertical,
  .job-list-section .section-padding-vertical {
    padding: 50px 0;
  }

  .case-studies-search {
    margin-top: 50px;
  }

  .heading-padding-30 {
    padding-bottom: 24px;

  }

  .EdTech-solutions-from .textarea.wpcf7-form-control,
  .EdTech-solutions-from textarea,
  .EdTech-solutions-from input {
    min-height: 44px;

  }

  .body-fonts .feature-block {
    max-width: 800px;
    margin: 0 auto;
  }

  .edtech-tab .tab-content {
    min-height: auto;
  }

  .edtech-faq .accordion-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .edtech-tab .nav-pills .nav-link {
    font-size: 16px;
  }

  .body-fonts .ai-power-image .elementor-widget-image img {
    display: none;
  }

  .body-fonts .hero-section-wave .hero-image.elementor-widget-image {
    bottom: -50px;
    position: absolute;
  }

  .futuristic-robot-img {
    margin-left: unset;
  }


  .futuristic-robot-img img {
    position: unset;
    width: 340px;
  }

  .body-fonts .main-header-menu .menu-link,
  .body-fonts .main-header-menu>a {
    padding: 0 20px;
  }

  .ast-logo-title-inline .site-logo-img {
    padding-right: 0;
  }

  .growth-item.right .growth-content {
    padding-left: 260px;
  }

  .growth-item.left .growth-content {
    padding-right: 192px;
    max-width: 580px;
  }

  .job-content .application-from {
    padding: 20px;
  }

  .story-video-section .elementor-widget-container {
    padding: 30px !important;
  }


  .service-bg-shape.e-con.e-flex {
    min-height: 200px;
    width: 100%;
    background-color: #F3F3FA;
  }

  .service-process-text.e-flex.e-con {
    width: 100%;
  }
}




@media (min-width: 767px) and (max-width: 921px) {
  .body-fonts .scroll-down-banner.elementor-absolute {
    right: 20px !important;
  }

  .body-fonts .ai-power-image .elementor-widget-image img {
    display: none;
  }

  .edtech-faq .accordion-block {
    font-size: 20px;

  }

  .scrolled .case-studies-wrap {
    top: 110px;
  }

  .edtech-faq .accordion-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-footer-copyright p {
    text-align: left;
  }

  .hero-text .e-flex.e-con {
    max-width: 70%;
  }

  .story-right-shape .elementor-widget-container {
    padding: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .edtech-tab .nav-pills {
    min-width: 200px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 921px) {
  .site-header.sticky-active .site-primary-header-wrap.ast-container {
    padding-left: 20px;
    padding-right: 20px;
  }


  .body-fonts .submenu-with-border .my-service-li .sub-menu .menu-link {
    display: flex;
    margin-bottom: 0;
    padding: 10px 10px;
  }

  .body-fonts .submenu-with-border .sub-menu .menu-link {

    padding: 12px 18px;
  }

  .my-service-li .menu-item-common a::before {
    margin-right: 10px;
    width: 25px;
    min-width: 25px;
    height: 25px;
    top: 0px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
  }

  .menu-item-ecommerce-development a::before {
    background-image: url('/wp-content/uploads/2025/04/Ecommerce_Development.png');
  }

  .menu-item-mobile-app-development a::before {
    background-image: url('/wp-content/uploads/2025/04/MobileApp_Development.png');
  }

  .menu-item-artificial-intelligence-service a::before {
    background-image: url('/wp-content/uploads/2025/04/AI-service-icon.png');
  }

  .menu-item-database-administration a::before {
    background-image: url('/wp-content/uploads/2025/04/Ecommerce_Development.png');
  }

  .menu-item-it-compliance-and-software-audit-services a::before {
    background-image: url('/wp-content/uploads/2025/04/IT-compliance-icon.png');
  }

  .menu-item-cloud-computing a::before {
    background-image: url('/wp-content/uploads/2025/04/Cloud_Computing.png');
  }

  .menu-item-database-administration a::before {
    background-image: url('/wp-content/uploads/2025/04/Database_Administration.png');

  }

  .menu-item-application-development a::before {
    background-image: url('/wp-content/uploads/2025/04/Application_Development.png');
  }

  .menu-item-quality-assurance a::before {
    background-image: url('/wp-content/uploads/2025/04/Quality_Assurance.png');
  }

}



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

  .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
    margin-bottom: 0;
  }
.flip-container {
    height: 200px;
}

}

@media only screen and (max-width: 921px) {
  .case-studies-banner {
    padding: 117px 0 90px;
  }
  .ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type {
    top: -2px;
    position: relative;
}
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle {
    color: #334155;
    background: transparent;
}
  .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{
    width: 100%;
    text-align: right;
  }
  .ast-builder-menu .main-navigation>ul>li a:hover::after {
    display: none;
  }

  .case-study-card {
    padding: 20px;
    margin-bottom: 30px;

  }

  .case-studyinner-banner {
    min-height: 80vh;
  }

  .single-casestudies .case-study-content.case-studies-container {
    padding: 50px 15px;
  }

  .case-detail {
    padding: 20px;
  }


  .address-footer img {
    max-width: 20px;
  }

  .single-casestudies .ast-builder-grid-row>.site-header-section {
    padding: 0;
  }

  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
    padding: 0;
  }

  .core-detail-banner {
    position: relative;
  }

  .core-detail-banner:after {
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    background-color: rgb(0 0 0 / 32%);
    width: 100%;
  }

  .category-filter-form {
    margin-bottom: 36px;
  }

  .site-header.sticky-active .main-header-bar-wrap {
    padding: 8px 10px;
  }

  .body-fonts.elementor-kit-25 .sub-heading-56 h2 {
    font-size: 34px;
  }

  .address-footer {
    flex-direction: column;
    gap: 20px;
  }

  .body-fonts .case-taglines h2 {
    font-size: 34px;
  }

  .body-fonts .case-studies-banner h1.elementor-heading-title {
    font-size: 55px !important;
  }

  .body-fonts .sub-heading-36 h1,
  .body-fonts .sub-heading-36 h2,
  .body-fonts .sub-heading-36 h3,
  .body-fonts .read-more-section h3 {
    font-size: 26px;

  }

  .body-fonts .sub-heading-48 h1,
  .body-fonts .sub-heading-48 h2,
  .body-fonts .sub-heading-48 h3 {
    font-size: 30px;

  }

  .sub-heading-24 span,
  .testimonial-slider .card p.author-name,
  .body-fonts .sub-heading-24 h3 {
    font-size: 22px;
  }

  .testimonial-slider .card p.author-designation {
    font-size: 18px;

  }

  .story-curve.curve-right:before,
  .story-curve.curve-left:before {
    display: none;
  }

  .ai-service-item .icon-block {
    padding: 8px;
  }

  .futuristic-robot-img img {
    width: 380px;
  }

  .testimonial-slider.custom-dots .slick-prev.slick-arrow,
  .testimonial-slider.custom-dots .slick-next.slick-arrow {
    display: none !important;
  }

  .job-list-section {
    padding-top: 120px;
  }

  .job-apply {
    padding-top: 0px;
  }

  .body-fonts .heading-process h3 {
    font-size: 20px;
  }

  .testimonial-slider .card {
    padding: 20px;
  }



  .story-curve .story-right-shape.elementor-widget,
  .story-curve {
    width: 100%;
  }

  .video-rounded-clower.elementor-widget-video>div {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item,
  .ast-builder-menu .main-navigation>ul {
    line-height: 3;
  }

  .juicer-slider .social-icon-hero {
    margin-bottom: 10px;

  }

  .ast-header-break-point .ast-primary-header-bar {
    padding-left: 15px !important;
    padding-right: 15px !important;

  }

  .testimonial-modal .modal-header {
    width: 40px;
    height: 40px;
    margin-left: -30px;
  }

  .single-content .post-categories {
    font-size: 16px;
    white-space: normal;
  }

  .single-content {
    padding: 120px 0 0;
  }

  .category-filter-form select {
    font-size: 14px;
    min-height: 46px;

  }

  .category-filter-form label {
    font-size: 14px;
  }

  .growth-item img {
    width: 120px;

  }

  .single-content h1 {
    font-size: 30px
  }

  .body-fonts .single-content h1.gradient-heading,
  .single-content h2 {
    font-size: 26px
  }

  .site-footer .site-footer-primary-section-1 {
    padding: 20px;
  }



  .foot_social li img {
    max-width: 24px;
  }


  .custom-checkbox input[type="checkbox"] {
    width: 22px;
    height: 22px;
    min-width: 22px;
  }

  .custom-checkbox input[type="checkbox"]:checked::after {
    top: 3px;
    left: 7px;
    width: 6px;
    height: 12px;

  }

  .sarvika-credit,
  .blog-listing .post-categories {
    font-size: 14px;

  }

  .blog-listing .blog-heading h5 {
    font-size: 18px;
    line-height: 28px;


  }

  .requirement .req-job li h3,
  .current-jobs h5 {
    font-size: 22px;
  }

  .heading-jobs h4 {
    font-size: 26px;
  }

  .growth-item.left .growth-content {
    padding-right: 202px;
    max-width: 490px;
  }

  .growth-item.right .growth-content {
    padding-left: 210px;
  }

  .juicer-feed.slider .slick-next:before,
  .juicer-feed.slider .slick-prev:before {
    top: 8px;
      right: 2px !important ;

  }



  .hero-section-wave .hero-image img {
    max-width: 380px !important;
    position: relative;
    top: 120px;
  }

  .hero-image.elementor-widget-image {
    right: 40px;
    top: -20px !important;
  }



  .hero-section-wave .hero-image {
    text-align: center;
    bottom: -100px;
    right: 20px !important;
  }


  .footer-nav-wrap ul li {
    line-height: 30px;
  }


  .footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-vertical-menu {
    display: flex;
  }

  p.paragraph-big,
  .entry-content p.paragraph-big {
    font-size: 18px;
  }

  .testimonial-slider .card p {
    font-size: 16px;
  }

  .genius-grid .feature-box br {
    display: none;
  }

  .get-startedbtn {
    padding: 8px 0;
  }

  .contact-from .btn.btn-primary {
    font-size: 16px;
    padding: 14px 26px;
  }

  .ast-logo-title-inline .ast-site-identity {
    padding: 12px 0;
  }

  header .custom-logo-link img {
    max-width: 130px;
  }


  .sarvika-gallery img {
    min-height: 200px;
    max-height: 200px;
  }

  .requirement .req-job li h3 {
    font-size: 22px;
  }

  .requirement ul.req-job li:not(:last-child)::after {
    display: none;
  }

  .job-apply h4 {
    font-size: 22px !important;
  }

  .requirement ul.req-job li img {
    max-width: 28px;
    max-height: 28px;

  }

  .job-description h4,
  .skills-requirement h5 {
    font-size: 22px;

  }

  .heading-h4 h1 {
    font-size: 26px
  }

  .services-heading h1 {
    font-size: 30px
  }

  .requirement .req-job li {
    padding: 5px 0 ;
    display: block;

  }

  .testimonial-slider .slick-slide img {
    max-width: 200px;
  }

  .ast-mobile-header-wrap .ast-builder-button-wrap.ast-builder-button-size-,
  .ast-mobile-header-wrap .ast-header-html.inner-link-style- {
    width: 100%;
    text-align: center;
    padding: 0 20px;
        margin: 10px 0;
  }

  .ast-mobile-header-wrap .custom-outline-btn {
    padding: 9px 50px;

  }

  .ast-mobile-header-wrap .ast-custom-button {
    background: linear-gradient(193.06deg, #F5F1FF -59.37%, #4F39E0 106.12%);
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  }

.body-fonts .ast-mobile-header-wrap .ast-builder-menu-mobile .main-navigation {
    display: block;
    overflow: auto;
    max-height: 370px;
}
}


@media only screen and (max-width: 767px) {
.footer-order-5 {
    margin-top: 30px;
}
  .current-jobs .heading-padding-30{
padding-bottom: 0px;
  }
  .story-bg .elementor-widget-image img {
    max-width: 100%;
}

  .single-jobs .job-apply{
    margin: 0;
  }
  .footer-order-4 {
    order: 4;
  }
  .section-padding-vertical,
  .job-list-section .section-padding-vertical {
    padding: 50px 0;
  }

  .case-studies-search {
    margin-top: 50px;
  }

  .heading-padding-30 {
    padding-bottom: 20px;

  }

  .juicer-feed.slider .slick-next:before,
  .juicer-feed.slider .slick-prev:before {
    right: 2px !important;
  }


  .edtech-tab .nav-pills {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow: auto;
    margin-bottom: 10px;
  }

  .edtech-tab .nav-pills .nav-link {
    border: #1919191f solid 1px;
    padding: 9px 12px;
    border-radius: 12px;
  }

  .process-steps-edtech li {
    flex-basis: 30%;
    margin-bottom: 30px;
  }

  .process-steps-edtech {
    flex-wrap: wrap;
  }

  .process-steps-edtech::before,
  .process-steps-edtech li::after {
    display: none;
  }

  .edtech-faq .accordion-block {
    font-size: 18px;
    padding-right: 15px;

  }

  .footer-order-1,
  .footer-order-2 {
    margin-bottom: 30px;
  }

  .ast-footer-copyright {
    margin-bottom: 10px;
  }

  .footer-logo-nav,
  .footer-nav {
    text-align: left;
  }


  .upload-resume-title {
    display: none;
  }

  .blog-padding {
    padding-top: 80px;
  }

  .body-fonts .case-taglines h2 {
    font-size: 28px;
  }

  .body-fonts .case-studies-banner h1.elementor-heading-title {
    font-size: 38px !important;
  }

  .story-curve.curve-right:before,
  .story-curve.curve-left:before {
    display: none;
  }

  .hero-section-wave .hero-image img {
    top: 70px;
  }

  .circle-vector-wework .circle-bottom,
  .circle-vector-wework .circle-top {
    display: none;
  }

  .futuristic-robot-img img {
    width: 280px;
  }

  .word-column .elementor-widget {
    display: none;

  }

  .ai-service-item .item-block {
    min-width: 100%;
    padding: 11px 20px;
  }

  .ai-work-item.left:after,
  .ai-work-item:after {
    left: 13px;
  }

  .ai-work-item.left:before,
  .ai-work-item:before {
    left: 0;
  }

  .word-column .ai-work-item {
    display: block;
    padding-left: 40px;
  }

  .word-column .ai-work-item.left {
    text-align: left !important;

  }

 

  .hero-section-wave .hero-image {
    bottom: -60px;
  }

  .job-content.contact-from .job-requirement .job-apply .btn-tertiary {
    margin-top: 10px;
  }

  .category-filter-form select {
    min-height: 46px;

  }

  .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {

    margin-bottom: 0;
  }

  .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    text-align: center;
    margin-bottom: 0;
  }

  .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .category-filter-form {
    margin-top: 0;
  }

  .blog-listing .blog-item {
    padding: 16px;
  }

  .growth-item.left .growth-content {
    padding-right: 0;
    max-width: 100%;
  }

  .growth-item.left {
    padding-right: 0px;
    padding-left: 50px;
  }

  .growth-item.right {
    flex-direction: row-reverse;
    padding-left: 50px;
  }

  .growth-item.right,
  .growth-item {
    position: relative;
    flex-direction: column;
    align-items: start;
    padding-top: 0px;
  }

  .growth-item.right .growth-content {
    padding-left: 0;
  }

  .growth-item:before {
    left: 0;
  }

  .growth-item:after {
    left: 16px;
  }

  .testimonial-modal .quote-icon {
    display: none;
  }

  .contact-from-label .address-footer .elementor-widget-image {
    min-width: 30px
  }

  .contact-from-label .address-footer img {
    width: 30px;
    height: 30px;
    min-width: 30px
  }

  .body-fonts .contact-from-label .address-footer {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .testimonial-slider .card span {
    margin-bottom: 30px;
  }

  .testimonial-slider .quote-icon img {
    max-width: 90px;
  }

  .testimonial-slider .card p {
    font-size: 16px;
    text-align: center;
  }

  .blog-listing .ast-blog-layout-4-grid .ast-article-post {
    width: 100%;
  }

  .sarvika-gallery.e-flex.e-con-boxed {
    max-width: 500px;
    margin: 0 auto;
  }

  .job-apply img {
    display: none;
  }
  .job-description{
    margin: 0;
  }
  .job-apply,
  .skills-requirement {
    display: block;
    margin: 30px 0;
  }
.job-description{
  display: block;
}
  .project-number {
    border: 0px;
  }

  .testimonial-slider .card .d-flex.align-items-center {
    justify-content: center;
  }

  .testimonial-slider .card span,
  .testimonial-slider .card h6 {
    text-align: center;
  }

  .testimonial-slider .card {
    padding: 24px;
  }

  .genius-grid.e-grid.e-con-full {
    display: block;
  }

  .genius-grid.e-grid.e-con-full>div {
    margin-bottom: 16px;
  }


  .brand-slider .brand_inner ul.brand_logo li {
    flex: 0 0 30%;
    max-width: 30%;
    display: inline-block;
  }

  ul.foot_social {
    gap: 10px;
  }

  .brand-slider .brand_inner ul.brand_logo {
    display: block;
    text-align: center;
    flex-wrap: wrap;
  }

  .brand-slider .brand_inner .brand-flex-inner {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .brand-slider .brand_inner ul.brand_logo {
    display: block;
    text-align: center;
    flex-wrap: wrap;
  }

  .brand-slider .brand_inner .brand-flex-inner ul.brand_logo li {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .brand-slider .brand_inner .brand-flex-inner+.brand-flex-inner {
    border-left: none;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    padding-top: 15px;
    border-left: 0px;
  }
}

@media (max-width: 575px) {
  .ast-separate-container #content .ast-container.job-container {
    padding: 0px;

  }

  .group-blog.container-body.ast-separate-container #content .ast-container {
    padding: 0 15px;
  }

  .footer-order-1,
  .footer-order-2,
  .footer-order-4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 544px) {

  .flip-container {
    height: 130px;
}
  .address-footer img {
    max-width: 15px;
  }

  .process-steps-edtech li {
    flex-basis: 50%;

  }

  .menu-item-13495 a::before {

    left: 70px;
  }

  .ai-comparison-table th,
  .ai-comparison-table td,
  .ai-comparison-table table {
    font-size: 14px;
  }

  .our-leaders-wrap.e-con.e-flex>.e-con-inner {
    max-width: 500px;
    margin: 0 auto;
  }

  .body-fonts.elementor-kit-25 .sub-heading-56 h2 {
    font-size: 30px;
  }

  .body-fonts .case-taglines h2 {
    font-size: 30px;
  }

  .body-fonts .case-studies-banner h1.elementor-heading-title {
    font-size: 36px !important;
  }

  .body-fonts .sub-heading-36 h1,
  .body-fonts .sub-heading-36 h2,
  .body-fonts .sub-heading-36 h3,
  .body-fonts .read-more-section h3 {
    font-size: 22px;
  }


  .body-fonts .sub-heading-48 h1,
  .body-fonts .sub-heading-48 h2,
  .body-fonts .sub-heading-48 h3 {
    font-size: 26px;

  }

  .sub-heading-24 span,
  .testimonial-slider .card p.author-name,
  .body-fonts .sub-heading-24 h3 {
    font-size: 18px;
  }

  .body-fonts .sub-heading-20 .blog-heading-h5 {
    font-size: 16px;
  }

  .testimonial-slider .card p.author-designation {
    font-size: 16px;

  }

  .core-genius-modal .core-left {
    padding: 0px 30px;
  }

  .core-genius-modal .core-genius-box {
    display: unset;
  }

  .body-fonts .testimonial-modal.core-genius-modal .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
  }

  .body-fonts .heading-process h3 {
    font-size: 18px;
  }

  .body-fonts .testimonial-slider .slick-slide .quote-icon img {
        max-width: 60px;
        top: 10px;
        position: relative;
  }

.job-apply, .job-description, .skills-requirement {
    margin: 0 0 30px 0;
}

  .service-card.slick-slide {
    min-height: 400px;
  }

  .single-content h1 {
    font-size: 26px
  }

  .body-fonts .single-content h1.gradient-heading,
  .single-content h2 {
    font-size: 22px
  }

  .single-content h3 {
    font-size: 18px
  }

  .single-content h4 {
    font-size: 16px
  }

  .single-content h5 {
    font-size: 14px
  }

  .single-content h6 {
    font-size: 12px
  }

  .flip-inner .front,
  .flip-inner .back {
    object-fit: unset;
  }


  p.paragraph-big,
  .entry-content p.paragraph-big {
    font-size: 16px;
  }

  .requirement .req-job li h3,
  .current-jobs h5 {
    font-size: 18px;
  }

  .heading-jobs h4 {
    font-size: 22px;
  }

  .body-fonts .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
    margin-bottom: 0px;
  }

  .hero-image {
    display: none;
  }


  .growth-item img {
    width: 90px;

  }

  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .ast-builder-grid-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .sarvika-gallery.e-flex.e-con-boxed,
  .gallery-grid {
    max-width: 340px;
    margin: 0 auto;
  }

.services-listtext ul li:before {
    width: 22px;
    height: 22px;
  left: 5px;
}

  .job-apply h4 {
    font-size: 18px !important;
    line-height: 27px !important;
  }

  .job-description h4,
  .skills-requirement h5 {
    font-size: 18px
  }

  .heading-h4 h1 {
    font-size: 22px
  }

  .services-heading h1 {
    font-size: 26px
  }

  ul li,
  p,
  .entry-content p {
    font-size: 14px;
  }

}

