@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

body {
  font-family: "Sora", sans-serif;
  font-size: 14px;
}

h2,
h3,
h4,
h5,
h6 {
  color: #0B163F;
}

::-webkit-scrollbar {
  display: none;
}


span.navbar-toggler-icon {
  position: absolute;
  top: 65px;
  left: 75px;
  z-index: 2;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  width: 300px;
}

.offcanvas-body li.nav-item a.nav-link {
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 12px;
  z-index: 99;
  font-size: 10px;
  border: none;
  outline: none;
  background-color: #f82470;
  color: white;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: #555;
}

ul.navbar-nav.justify-content-end.flex-grow-1.p-0.pe-3 {
  padding: 0 !important;
}

a.nav-link.dropdown-toggle{
  cursor: default !important;
}

a.nav-link.dropdown-toggle:hover {
  background: #fff !important;
  color: #333 !important;
}


.offcanvas-body li.nav-item.dropdown ul.dropdown-menu.show {
  width: 100%;
  padding: 0;
  border-radius: 0;
  border: transparent;
  position: relative !important;
    margin: 0 !important;
    display: inline;
}

.offcanvas-body li.nav-item.dropdown ul.dropdown-menu.show a.dropdown-item {
  font-size: 14px;
  padding: 10px 40px;
  border-bottom: 1px solid #ddd;
}

.offcanvas-body li.nav-item a.nav-link.active,
.offcanvas-body li.nav-item a.nav-link:hover,
.offcanvas-body li.nav-item.dropdown ul.dropdown-menu.show a.dropdown-item:hover {
  background: #f82470;
  color: #fff;
}

:root {
  --font-family: "Source Sans Pro";
  --font-size: 16px;
  --font-weight: 400;
  --font-style: normal;
  --line-height: 1.5;
  --heading-font-family: "Montserrat";
  --heading-font-weight: 700;
  --heading-line-height: 1.3;
  --additional-font-family: "Playfair Display";
  --base: #ffffff;
  --accent: #DB3700;
  --text: #151515;
  --link: #3267B5;
  --border: #474747;
  --placeholder: #6F6F76;
  --error: #E02D00;
  --gutter-x: 2rem;
  --gutter-y: 2rem;
}

p {
  margin-bottom: 0;
}

.lines {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
}

.gy-0 {
  --gutter-y: 0;
}

.no-padding {
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  /* margin-top: calc(var(--gutter-y)* -1);
    margin-right: calc(var(--gutter-x)* -0.5);
    margin-left: calc(var(--gutter-x)* -0.5); */
  margin: 0;
}

.lines .col {
  position: relative;
  height: 100vh;
}

.lines .col::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  opacity: 1;
}

.lines .col:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  opacity: 1;
}

.fixed-social {
  position: fixed;
  z-index: 11;
  right: 15px;
  bottom: 200px;
}

.fixed-text {
  position: fixed;
  z-index: 11;
  right: -24px;
  bottom: 140px;
  transform: rotate(270deg);
  background: #fff;
  padding: 0px 8px;
}

ul.s-icons.list-unstyled li {
  margin-bottom: 10px;
}

footer#footer p a {
  color: #fff;
  text-decoration: none;
}

#ctm-navbar {
  position: absolute;
  z-index: 1;
  width: 100%;
  background: transparent !important;
}

.cta-details li a {
  text-decoration: none !important;
  color: #3d3d3d !important;
}

.cta-details {
  list-style: none;
  display: flex;
}

.cta-details img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.cta-details li:first-child {
  margin-right: 20px;
  ;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 15.25rem;
  color: #11253a;
}

.carousel-caption h1 {
  font-size: 50px;
  line-height: 55px;
}

span.banner-ele {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-left: 15px;

}

span.banner-ele:before {
  width: 70px;
  height: 70px;
  position: absolute;
  content: '';
  background: #F82470;
  border-radius: 50%;
  top: 0px;
  right: 40px;
  z-index: -1;
}

.abt-img {
  width: 90px;
  height: 90px;
  background: #F82470;
  margin: 50px auto 20px;
  border-radius: 50%;
  line-height: 90px;
}

.abt-img img {
  width: 50px;
}

img.abts-img {
  width: 100%;
  margin: 50px auto;
}

.para-bg.about-para-sec {
  background-position: center;
}

.para-bg.about-para-sec .ctm-heading.d-inline-block {
  padding-right: 30px;
}

.para-bg.about-para-sec .ctm-heading h2.mt-5 {
  font-size: 30px !important;
}

.ctm-heading h1 {
  font-size: 90px;
  color: #F3F3F5;
  font-weight: bold;
  word-spacing: -5px;
  margin-bottom: -10px;
}

.ctm-heading h2 {
  word-spacing: -0px;
  font-size: 45px;
}

.paralax-text h2 {
  color: #fff;
}

.arrow-img {
  width: 60px;
}


.ctm-list {
  
  padding-left: 1rem;
}

.privacy-page ul {
  padding-left: 25px;
  margin-bottom: 0;
}

.privacy-page hr {
  margin: 10px 0;
}

.service-sec-details {
  margin-bottom: 30px;
}

button.btn.btn-primary.primary-btn, input.btn.btn-primary.primary-btn, a.btn.btn-primary.primary-btn {
  padding: 0;
  background: #f82470;
  border: transparent;
  width: 150px;
  height: 50px;
  font-size: 14px;
  border-radius: 0;
  line-height: 50px;
}

.form-sec form.contact-form {
  z-index: 11;
  position: relative;
  background: #fff;
}

form#contactForm button#submitBtn {
  background: #f82470;
  border: transparent;
  padding: 10px;
  width: 100%;
}

form#contactForm label.form-label {
  margin-bottom: 2px;
}

input.btn.btn-primary.primary-btn {
  width: 100%;
}

.btn.btn-primary.primary-btn.sec-btn {
  width: 170px;
  padding: 0;
  background: #f82470;
  border: transparent;
  height: 50px;
  font-size: 14px;
  border-radius: 0;
  line-height: 50px;
}

button.btn.btn-primary.primary-btn svg.feather.feather-arrow-right {
  position: relative;
  top: -1px;
  left: 5px;
}

#services-sec h1 {
  font-size: 98px;

}

#services-sec h1.numbers {
  font-size: 65px;
  -webkit-text-stroke: 1px black;
  color: white;
  margin-right: 10px;
}

.service-card {
  width: 70%;
}

.service-card h5 {
  min-height: 48px;
  margin-top: 5px;
  max-width: 208px;
}

.col-md-4.service-sec-details.d-flex {
  padding-left: 0;
  margin-bottom: 50px;
}

.place-card.place-card-large {
  display: none !important;
}

section#vertical-sec,
#footer {
  background: #0a0a0a;
  color: #fff;
}

.office-details{
  padding-left: 60px;
}

footer#footer h5 {
  color: #ffff;
}

/* ul.s-icons.list-unstyled img {
  opacity: 0.8;
} */

section#vertical-sec h1 {
  color: #dddddd26;
}

.vertical-content p {
  color: #fff;
}

.slide-btn {
  margin: 20px auto;
  display: table;
}

.slide-btn img {
  margin: 10px;
}

.col-md-8.vertical-inds img {
  margin: 0 10px 30px;
}

.vertical-content {
  padding: 0 50px 0 0;
}

.tech-sec .techimg {
  position: relative;
  right: 100px;
}

.tech-sec .ctm-heading h1 {
  font-size: 77px;
  ;
}

.para-bg {
  background-image: url('../assets/inside-parallax.png');
  background-size: cover;
}

section#parallax-sec h2 {
  color: #fff;
  font-size: 35px;
}

section#parallax-sec p {
  color: #fff;
}

.client-logos img {
  width: 150px;
  height: auto;
  margin: 10px 20px 30px;
}

.client-logos {
  text-align: center;
}

.blue-logic-logo {
  width: 120px !important;
}

.mr-15 {
  margin-right: 15px;
}

.pl-50 {
  padding-left: 70px !important;
}

ul.pl-1 {
  padding-left: 1rem;
}

#footer ul li {
  margin-bottom: 5px;
}

#footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

#footer p{
  font-size: 13px;
}

hr {
  width: 80%;
}

footer#footer {
  z-index: 1;
  position: relative;
}

#footer ul li a:hover {
  color: #f82470;
}

.form-control:focus {
  border-color: #ddd;
  box-shadow: none;
}

form#contactForm .form-control {
  padding: 10px;
  font-size: 13px;
}

.phn-det.d-flex.align-items-start {
  margin-top: 10px;
}

.contact-form .btn.btn-primary.w-100.form-btn {
  background: #f82470;
  border: transparent;
}

footer#footer p.text-center.m-0.small {
  font-size: 13px !important;
  color: #b4b4b4 !important;
}

.inside-banner {
  background-image: url('../assets/Services-banner.jpg');
  height: 500px;
  background-size: cover;
}

.testi-page.inside-banner {
  background-image: url('../assets/testimonials-banner.jpg');
}

.case-study-page {
  background-image: url('../assets/Banner-caseStudy.jpg');
}

.test-sec {
  background-image: url('../assets/testi-bg .png');
}


.inside-banner.tech-banner {
  background-image: url('../assets/tech-banner-2.jpg');
}

.inside-banner.career-banner {
  background-image: url('../assets/career-banner.jpg');
}

.inside-banner.thnakyou-banner {
  background-image: url('../assets/thank-you-page1.jpg');
}

.inside-banner.contact-us-banner {
  background-image: url('../assets/contact-us-banner.jpg');
}

.inside-banner.policy-banner {
  background-image: url('../assets/policy-banner.jpg');
}

.inside-banner.about-us-banner {
  background-image: url('../assets/about-us-banner.jpg');
}

.inside-banner.ai-driven-sdlc-banner {
  background-image: url('../assets/ai-driven-sdlc-banner.jpg');
}

.inside-banner.technological-expertise-banner {
  background-image: url('../assets/technological-expertise-banner.jpg');
}
.inside-banner-text h1 {
  position: relative;
  top: 250px;
  display: inline-block;
}

.inner-pages .ctm-heading h2 {
  font-size: 32px;
}

.inner-pages .arrow-img {
  width: 60px;
  object-fit: contain;
}

.pr-50 {
  padding-right: 50px !important;
}

.mtb-50 {
  margin: 150px auto;
}

.mtb-30 {
  margin: 100px auto;
}

.mb-100{
  margin-bottom: 100px;
}

.inside-cta {
  background-image: url('../assets/inside-page-img.jpg');
  height: 400px;
  background-size: cover;
}

.paralax-text {
  color: #fff;
  padding: 100px 50px;
  background: #17163a38;
  align-items: center;
}

.paralax-text svg {
  margin-left: 10px;
  margin-top: -2px;
}

.bpo-page .benefit-sec img {
  width: 50px;
  margin-bottom: 20px;
}

.bpo-page .benefit-sec h6 {
  font-size: 14px;
  max-width: 85%;
  text-align: center;
  margin: 0 auto;
}

.card-pad {
  padding: 0 50px 0 0;
}

.card-pad .card .card-body {
  padding: 70px 15px 15px 15px;
  position: relative;
}

.card-pad img.card-img-top.w-100 {
  height: 250px;
  object-fit: cover;
  border-radius: 0;
}

.card-pad .card {
  min-height: 410px;
  border-radius: 0;
}

.platform-img {
  width: 100px;
  height: 100px;
  background: #F82470;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 5%;
  left: 50%;
  border: 5px solid #fff;
}

.platform-img img {
  width: 50px;
  height: 50px;
  margin: 20px auto;
  text-align: center;
  display: block;
  line-height: 50px;
  /* border: 5px solid; */
  filter: brightness(0.5) invert(1);
}

img.contact-img {
  width: 50px;
  margin-bottom: 20px;
}

.contact-form label {
  display: none;
}

form.contact-form input.form-control {
  height: 50px;
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 15px;
  border: 2px solid #f5f5f5;
  font-weight: 400;
  outline: 0;
  transition: all .3s linear;
  border-radius: 6px;
  font-size: 14px;
}

.form-btn {
  height: 50px;
  ;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.arrow-img.vertical-arrow-img.mob-arrow {
  display: none;
}

.inner-pages.bpo-page .mtb-30 {
  margin-top: 50px;
}

.ui-page .mtb-30 {
  margin-top: 0;
}

/*--------------------*/
.testi-page .carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
  }
  .testi-page .carousel-inner {
    padding: 1em;
  }

  .testi-page .carousel-control-next, .carousel-control-prev{
    position: relative !important;
  }

  .testi-page .slider-btn button {
    margin: 10px;
}

div#testimonialCarousel p.card-text {
    font-size: 13px;
}

.testi-page .quote {
  position: absolute;
  left: auto;
  bottom: 0;
  margin-bottom: 10px;
  right: 35px;
  transform: rotate(180deg);
}

.testi-page .quote svg {
  fill: #c9c9c94a;
  width: 70px;
  height: 70px;
}

.testi-page .carousel .card {
  margin: 0 1em;
  border: 0;
}

.testi-page .carousel-control-prev, .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 50%;
}
/*-----------*/


img.job-loc {
  width: 30px;
}

p.job-desc {
  margin: 20px 0;
  width: 90%;
}

.job-details {
  margin-bottom: 50px;
}

.job-details h6 {
  background: #ddd;
  display: inline-block;
  padding: 5px;
  font-size: 10px;
}

.case-study-details.pl-0 {
  position: relative;
  width: 18%;
  border: 1px solid #ddd;
  margin: 10px;
  padding: 25px 25px 15px !important;
  text-align: center;
  border-radius: 4px;
  min-height: 200px;
  transition: 0.4s !important;
}

.case-study-details.pl-0:nth-child(odd) a svg path {
  margin-top: 20px;
  fill: #fff;
}

.case-study-details.pl-0:nth-child(odd) {
  background: #E91E63;
}

.case-study-details.pl-0:nth-child(odd) img {
  filter: brightness(0) invert(1);
}

.case-study-details.pl-0:nth-child(odd) h5 {
  color: #fff;
}

.case-study-details.pl-0:nth-child(odd) a {
  color: #fff;
}


.video-card .card-body {
  text-align: center;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.card.video-card h5.card-title {
  color: #262525;
  font-size: 13px;
  top: 135px;
  position: relative;
}

.card.video-card {
  cursor: pointer;
}
/* 
img.video-btn {
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
} */

.card.video-card img.card-img-top.video-thumbnail {
  height: 300px;
  object-fit: cover;
}


.case-study-details.pl-0:hover {
  transform: scale(1.05);
  cursor : pointer;
}

.case-study-details img {
  width: 50px;
  margin-bottom: 20px;
}

.case-study-details.pl-0 svg {
  width: 30px;
}

/* .caese-body {
  position: absolute;
  bottom: 15px;
  z-index: 1;
  color: #fff;
  left: 20px;
}  */

.case-study-details {
  text-align: center;
}

.caese-body h5 {
  color: #333;
  margin-bottom: 10px;
  font-size: 14px;
  transition: 0.2s;
}

/* .case-study-details.pl-0:hover h5, .case-study-details.pl-0:hover p a {
  color: #fff;
}

.case-study-details.pl-0:hover img {
  filter: brightness(0) invert(1);
} */

.caese-body p a {
  color: #3d3d3d;
  text-decoration: none;
  transition: 0.2s;
}

.case-study-details img {
  width: 60px;
  transition: 0.2s;
  margin-bottom: 15px;
  margin-top: 15px;
}

.case-study-details.pl-0 p {
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  text-align: center;
  left: 50px;
}

.case-study-details.pl-0 p a {
  color: #333;
  text-decoration: none;
}

.img-placement {
  text-align: right;
}

.vertical-inds img {
  width: 250px;
}

.vertical-inds.text-end{
  padding-right: 15px !important;
}


@media screen and (min-device-width: 1240px) and (max-device-width: 1310px) {
  .carousel-caption h1 {
    font-size: 45px;
    line-height: 60px;
  }

  .inner-pages.bpo-page .mtb-30 {
    margin-top: 50px;
  }

  .ui-page .mtb-30 {
    margin-top: 0;
  }

  .ui-page .row.inside-cta.mt-5 {
    margin-top: 0 !important;
  }

  span.banner-ele::before {
    top: -5px;
  }

  .ctm-heading h2 {
    font-size: 40px;
  }

  .ctm-heading h1,
  #services-sec h1,
  section#vertical-sec h1,
  .tech-sec .ctm-heading h1 {
    font-size: 70px;
  }

  .vertical-inds img {
    width: 80%;
  }

  .para-bg {
    background-position: center;
  }

  section#parallax-sec h2 {
    font-size: 30px;
  }

  span.navbar-toggler-icon {
    left: 40px;
  }
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1120px) {
  .navbar-brand img {
    margin-left: 100px !important;
  }

  .inner-pages.testi-page .text-end {
    text-align: center !important;
  }

  .inner-pages.test-page .text-end {
    text-align: center !important;
  }

  .carousel-inner{
    width: 100%;
  }

  .service-card {
    width: 100%;
    margin-bottom: 30px;
  }

  span.navbar-toggler-icon {
    left: 45px;
  }

  .carousel-item .d-block {
    height: 500px !important;
  }

  .carousel-caption {
    bottom: 8rem;
  }

  span.banner-ele::before {
    width: 50px;
    height: 50px;
    right: 40px;
  }

  .carousel-caption h1 {
    font-size: 38px;
    line-height: 45px;
  }

  .ctm-heading h2 {
    font-size: 32px;
  }

  .ctm-heading h1,
  #services-sec h1,
  section#vertical-sec h1,
  .tech-sec .ctm-heading h1 {
    font-size: 60px;
  }

  #about-us-sec .align-items-center img {
    width: 90%;
  }

  .vertical-inds img {
    width: 90%;
  }

  #services-sec h1.numbers {
    font-size: 45px;
  }

  .service-card h5 {
    font-size: 18px;
    max-width: fit-content;
    min-height: auto;
  }

  .tech-sec .techimg {
    right: 0;
  }

  .para-bg {
    background-position: right;
  }

  .client-logos img {
    margin: 10px 40px;
  }

  .navbar-brand img {
    width: 70px !important;
  }

  .fixed-social {
    right: 8px;
  }

  .fixed-text {
    right: -22px;
  }

  .inner-pages .ctm-heading h2 {
    font-size: 26px;
  }

  .inside-banner {
    height: 350px;
    background-size: cover;
    background-position: unset;
    background-repeat: no-repeat;
  }

  .inside-banner-text h1 {
    top: 200px;
  }

  span.navbar-toggler-icon {
    top: 55px;
  }

  .platform-img {
    width: 80px;
    height: 80px;
    top: 0%;
  }

  .platform-img img {
    width: 40px;
    height: 40px;
    margin: 15px auto;
  }

  .card-pad {
    padding: 0 20px 0 0;
  }

  .card-pad .card .card-body {
    padding: 50px 15px 15px 15px;
  }

  .card-pad .card {
    min-height: 430px;
  }

  .mtb-30 {
    margin: 60px auto;
  }

  .row.text-center.w-50.mx-auto.mt-5.pt-3 {
    width: 75% !important;
  }

}

@media screen and (min-device-width: 1001px) and (max-device-width: 1024px){
.case-study-details.pl-0 {
  width: 23%;
  margin: 8px;
  padding: 15px !important;
}
}


@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  footer#footer .d-flex.justify-content-between {
    display: block !important;
}

.card.video-card {
  margin-bottom: 50px;
}

.vertical-content {
  padding: 0 0 20px;
}

.vertical-inds.text-end {
  padding-right: 0 !important;
}

  .lines {
    display: none;
  }

  .benefit-sec img {
    width: 60px;
    margin-bottom: 5px;
  }

  span.navbar-toggler-icon {
    left: 25px;
    top: 50px;
  }

  .navbar-brand img {
    width: 70px !important;
    margin-left: 70px !important;
  }

  .carousel-caption h1 {
    font-size: 29px;
    line-height: 35px;
  }

  span.banner-ele::before {
    width: 45px;
    height: 45px;
    top: -5px;
    right: 20px;
  }

  .carousel-item .d-block {
    height: 500px !important;
  }

  .carousel-caption {
    bottom: 8rem;
  }

  .ctm-heading h1,
  #services-sec h1,
  section#vertical-sec h1,
  .tech-sec .ctm-heading h1 {
    font-size: 50px;
  }

  .inner-pages.ui-page .col-xl-6.col-md-12.p-0.pr-50 {
    padding: 30px 30px 0 !important;
    text-align: center;
  }

  .inner-pages.ui-page .row.inside-cta.mt-5 {
    margin-top: 0 !important;
  }

  .arrow-img {
    width: 40px;
  }

  .ctm-heading h2 {
    word-spacing: -0px;
    font-size: 25px;
  }

  #about-us-sec .align-items-center img {
    width: 100%;
  }

  #services-sec h1.numbers {
    font-size: 35px;
  }

  .service-card h5 {
    min-height: 38px;
    margin-top: 5px;
    max-width: 208px;
    font-size: 16px;
  }

  .col-xl-4.col-md-6.service-sec-details.d-flex {
    margin-bottom: 50px;
  }

  .vertical-inds img {
    width: 90%;
    padding: 10px !important;
  }

  .tech-sec .techimg {
    position: relative;
    right: 0;
    margin: 0 auto;
    display: block;
  }

  .para-bg {
    background-position: bottom;
  }

  section#parallax-sec h2 {
    color: #fff;
    font-size: 26px;
  }

  #clients-sec .text-end {
    text-align: left !important;
    margin-bottom: 15px !important;
  }

  #clients-sec .row.mb-3 {
    margin-bottom: 0 !important;
  }

  footer#footer .col-lg-3.col-md-12.pl-50 {
    margin: 30px 0;
    padding: 0 !important;
  }



  .col-lg-3.col-md-12.office-details {
    margin-top: 30px;
  }

  footer#footer .col-lg-3 {
    padding: 0 !important;
  }

  footer#footer .col-lg-3 hr {
    margin: 10px 0;
  }

  footer#footer .col-lg-3 hr {
    width: 100%;
  }

  .mtb-30 {
    margin: 70px auto;
  }

  .graphic-img {
    width: 50% !important;
    margin: 30px auto 0;
    display: block;
    float: none !important;
  }

  .inner-pages.tech-plat-page .pr-50 {
    padding-right: 0 !important;
    text-align: center;
  }

  .map-sec {
    padding-right: 0 !important;
  }

  .soft-dev-page .graphic-img {
    margin: 0 auto 30px;
  }

  .cnt-details.w-75.mx-auto {
    width: 100% !important;
  }

  .abt-img {
    width: 70px;
    height: 70px;
  }

  .abt-img {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    line-height: 70px;
  }

  .mtb-30 {
    margin: 50px auto;
  }

  .inner-pages.abt-page .pr-50 {
    padding-right: 0 !important;
  }

  #testimonialCarousel .carousel-inner {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .inner-pages.test-page .col-xl-8.col-md-12.p-0.text-end {
    text-align: center !important;
  }

  .inner-pages .arrow-img {
    width: 40px;
    object-fit: contain;
  }

  .card-title.fw-bold {
    font-size: 16px;
    margin-bottom: 0 !important;
  }

  .text-secondary {
    font-size: 12px;
  }

  .card-pad {
    padding: 0 10px;
  }

  .card-pad .card {
    min-height: 430px;
    border-radius: 0;
    margin-bottom: 20px;
  }

  .inner-pages .ctm-heading h2 {
    font-size: 26px;
  }

  .mtb-30 {
    margin: 50px auto;
  }

  .inner-pages.test-page .text-center.w-75.mx-auto {
    width: 90% !important;
    margin: 0 auto !important;
  }

  .soft-dev-page .pl-50 {
    padding: 0 !important;
    text-align: center;
  }

  .btn.btn-primary.primary-btn.sec-btn {
    position: relative;
    right: 20px;
  }

  footer#footer .col-lg-3.col-md-12.pl-50 {
    text-align: left;
  }

  .paralax-text {
    color: #fff;
    padding: 20px;
  }

  .inside-cta {
    background-position: center;
  }

  .cnt-sec {
    width: 90% !important;
  }

  .case-study-details.pl-0 {
    position: relative;
    width: 32%;
    border: 1px solid #ddd;
    margin: 4px;
    padding: 20px !important;
  }
}

@media screen and (min-width: 576px) {
  .testi-page .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    overflow: hidden;
  }
  .testi-page .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .testi-page .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}

@media only screen and (max-width: 479px) {

  .case-study-details.pl-0 {
    position: relative;
    margin: 0 auto 15px;
    padding: 15px !important;
    width: 80%;
  }

  .case-study-details.pl-0 p{
    left: 80px;
  }

  .fixed-text,
  .fixed-social {
    display: none;
  }

  .carousel-caption h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .arrow-img.vertical-arrow-img.mob-arrow {
    display: inline-block;
    top: 0;
  }

  .inner-pages.abt-page .row.mt-5.pt-5 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  img.abts-img {
    width: 100%;
    margin: 10px auto 30px;
  }

  .para-bg.about-para-sec .mt-5 {
    margin-top: 0 !important;
  }

  .abt-img {
    margin: 20px auto 10px;
  }

  .arrow-img.vertical-arrow-img.desk-arrow {
    display: none;
  }

  .mtb-30 {
    margin: 50px auto;
  }

  .p-0 {
    padding: 0 20px !important;
  }

  #about-us-sec .align-items-center img {
    width: 100%;
    padding: 0px 0;
  }

  .ctm-heading h2 {
    font-size: 22px;
  }

  .ctm-heading h1 {
    font-size: 35px;
  }

  .ctm-heading.d-inline-block {
    text-align: center;
    display: block !important;
  }

  .lines {
    display: none;
  }

  .carousel-inner .carousel-item img {
    height: 300px !important;
  }

  .ctm-heading h1,
  #services-sec h1,
  section#vertical-sec h1,
  .tech-sec .ctm-heading h1 {
    font-size: 40px;
    margin-bottom: 0px;
  }

  .arrow-img,
  .inner-pages .arrow-img {
    width: 30px;
    padding: 0;
    position: relative;
    bottom: 5px;
    left: 5px;
  }

  #services-sec h1.numbers {
    font-size: 45px;
    position: relative;
    top: 10px;
  }

  .service-card {
    width: 90%;
  }

  .service-card h5 {
    min-height: auto;
    max-width: fit-content;
    font-size: 18px;
  }

  .service-card {
    width: 90%;
    margin-bottom: 30px;
  }

  .col-xl-4.col-md-12.vertical-content.color-white {
    padding: 0 20px;
    text-align: center;
  }

  .vertical-inds {
    padding: 20px 10px !important;
  }

  .vertical-inds img {
    width: 80%;
    margin: 20px auto 10px !important;
    display: block;
  }

  .tech-sec .techimg {
    position: relative;
    right: 0;
    width: 100%;
  }

  .container.tech-sec .col-xl-8.col-lg-6.p-0 {
    padding: 0 20px !important;
  }

  .para-bg .col-xl-4.col-md-6 {
    padding: 0 20px !important;
  }

  section#parallax-sec h2 {
    color: #fff;
    font-size: 25px;
  }

  /* #clients-sec .text-end, .container.tech-sec p, .inner-pages.abt-page .col-lg-6.col-md-12.p-0.pr-50,
  .inner-pages.app-deve-page .col-xl-6.col-md-12.p-0.pr-50, .inner-pages.soft-dev-page .col-xl-6.col-md-12.p-0.pl-50,
  .inner-pages.bpo-page .col-md-12.p-0.pr-50 {
    text-align: center !important;
  } */

  #clients-sec .text-end, .container.tech-sec p {
    text-align: center !important;
  }

  .benefit-sec img {
    width: 50px;
  }

  .testi-page .carousel-inner {
    padding: 0;
  }

  .testi-page .carousel .card {
    margin: 0;
  }

  .inner-pages.ui-page .col-xl-6.col-md-12.p-0.pr-50 {
    padding-top: 30px !important;
  }

  .client-logos img {
    width: 38%;
    height: auto;
    margin: 10px 20px;
  }

  footer#footer .col-lg-3.col-md-12.pl-50 {
    padding: 15px !important;
  }

  .office-details {
    padding-top: 15px;
  }

  .carousel-caption {
    bottom: 2rem;
    right: 0;
    left: 0;
  }

  span.banner-ele {
    margin-left: 5px;
  }

  span.navbar-toggler-icon {
    position: absolute;
    top: 30px;
    left: auto;
    z-index: 2;
    right: 45px;
  }

  .navbar-brand {
    position: relative;
    bottom: 20px;
    left: 15px;
  }

  .navbar-brand img {
    width: 70px !important;
    margin-left: 0 !important;
  }

  .cta {
    display: none;
  }

  span.banner-ele::before {
    width: 40px;
    height: 40px;
    top: -3px;
    right: 12px;
    z-index: -1;
  }

  .inside-banner {
    height: 300px;
    background-position: bottom;
  }

  #ctm-navbar {
    position: relative;
  }

  #ctm-navbar {
    margin-bottom: -15px;
  }

  .inner-pages .ctm-heading h2 {
    font-size: 24px;
  }

  .para-bg.about-para-sec .col-xl-4.col-lg-6 {
    padding: 0 20px !important;
  }

  .para-bg.about-para-sec .ctm-heading.d-inline-block {
    padding-right: 0;
  }

  .para-bg.about-para-sec {
    background-position: right;
  }

  .w-100.graphic-img {
    padding-top: 30px;
  }

  .paralax-text {
    color: #fff;
    padding: 30px 20px;
    text-align: center;
  }

  .inside-cta {
    height: 300px;
    background-position: center;
  }

  .inner-pages.soft-dev-page .graphic-img {
    padding: 0 0 30px !important;
    width: 80% !important;
    margin: 0 auto !important;
    display: block;
  }

  .benefit-sec .text-center.mb-5 {
    margin-bottom: 20px !important;
  }

  .bpo-page .benefit-sec img {
    width: 45px;
    margin-bottom: 0;
  }

  .bpo-page .benefit-sec h6 {
    margin: 5px auto 25px;
  }

  .card-pad {
    padding: 0 20px 20px !important;
  }

  .app-deve-page .graphic-img {
    width: 80% !important;
    margin: 0 auto !important;
    display: block;
  }

  .card-pad .card {
    min-height: auto;
  }

  .mob-app-page .graphic-img,
  .ui-page .graphic-img,
  .inner-pages.tech-plat-page .graphic-img {
    text-align: center !important;
    display: block;
    float: none !important;
    margin: 20px auto 0;
    padding: 0 !important;
    width: 80% !important;
  }

  .cnt-details {
    margin-bottom: 20px;
  }

  img.contact-img {
    width: 50px;
    margin-bottom: 5px;
  }

  .cnt-sec {
    width: 90% !important;
    margin: 20px auto !important;
  }

  .map-sec,
  .form-sec {
    padding: 20px !important;
  }

  .map-sec iframe {
    height: 200px;
  }

  .footer-social.p-0.d-flex.list-unstyled.m-0.mt-2 {
    padding: 0 !important;
  }

  footer#footer hr {
    width: 100%;
    margin: 5px 0 10px auto;
  }

  section#custom-enterprise-application-development .col-md-6.p-0.pr-50, section#accessibility-testing .row.mt-5.text-center.benefit-sec.mb-100 {
    margin-bottom: 50px;
}

section#offshare-software-development .row.align-items-center.mtb-50 {
  margin: 50px 0;
  flex-direction: column-reverse;
}

section#bpo-kpo .row.mt-5.text-center.benefit-sec.mtb-30 {
  margin-bottom: 20px;
}
section#mobile-app-development .row.align-items-center.mb-50 {
  flex-direction: column-reverse;
}

section#mobile-app-development img.w-75.graphic-img {
  margin: 20px auto 50px !important;
  display: block;
}

section#ui-ux-design img.w-100.p-5.float-end.graphic-img {
  padding-bottom: 0 !important;
}

.img-placement {
  text-align: center;
}
img.w-75.graphic-img {
  margin: 20px auto 0;
  text-align: center;
  display: block;
  padding: 0 25px 0 !important;
  width: 100% !important;
}
 
.inside-banner-text h1 {
  position: relative;
  top: 248px;
  display: inline-block;
  left: -14px;
  background: #ffffffd4;
  padding: 10px;
}

.offcanvas-body.p-0 {
  padding: 0 !important;
}

footer#footer .d-flex.justify-content-between{
  display: block !important;
}

.office-details{
  padding-left: 10px;
}

.carrer-page .row.text-center.w-75, .case-study .row.text-center.w-75 {
  width: 100% !important;
}

.row.jobs-section, .row.case-study-section {
  padding: 0 20px;
}
.card.video-card {
  margin-bottom: 45px;
}

.inner-pages.case-study .row.mt-5.pt-5 {
  margin-top: 0 !important;
}
}