@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');

/* Style the scrollbar track */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* Style the scrollbar thumb */
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}

/* Style the scrollbar when hovering over it */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.4;
}

body {
  font-family: 'DM Sans', sans-serif;
  padding-top: 63px;
  
}

a {
  text-decoration: none;
  color: #50A0FA;
}

/* Build your dream On Demand Team with BG */
  .contactUs:hover > span {
    transform: translateX(10px);
    color: var(--blue);
  }
  .contactUs span {
    display: block;
    font-size: 22px;
    margin-top: 4px;
    transition: 150ms ease-in;
  }
  .contactUs .ctaIcon {
    margin: 0 0 0 1rem;
  }
  .margin-top-handshake {
    margin-top: 48px;
  }
  .margin-top-handshake .handshake-wrapper {
    text-align: center;
  }
  .margin-top-handshake .handshake-wrapper img {
    width: 100px;
  }
  .margin-top-handshake .ventures-padding-left {
    padding-left: 1.75rem;
  }
  .margin-top-handshake .venture-heading  h2 {
    color: var(--blue);
    font-size: 40px;
    text-align: center;
    margin-top: 2rem;
  } 

  .margin-top-handshake .ventures-intro-text p {
    font-size: 16px;
    text-align: center;
    max-width: 840px;
  }
  .margin-top-handshake .ventures-intro-text a {
    display: flex;
    justify-content: center;
    padding: 12px 12px;
    border-radius: 9999px;
    margin-top: 0.5rem;
  }
  
  .services-animated-cta {
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1607843137);
    padding: 1rem 2rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 12px;
    transition: all 150ms ease-in;
  }
  .services-animated-cta:hover {
    background-color: #1F3145;
  }
  .services-animated-cta:hover p {
    color: white;
  }
  /* Time line image */
  .timeline-bg-blue {
    width: 100vw;
    background-color: #eef3f8;
    /* width: 700px; 
    margin-left: auto;
    margin-right: auto; */
  }
  .margin-top-handshake {
    margin-top: 48px;
  }
  .first-timeline {
    width: 100%;
    height: auto;
  }
/* Services */
.services-heading {
    margin-bottom: 32px;
    margin-left: 1rem;
    color: var(--blue);
    font-size: 30px;
    text-align: center;
  }
  .ventures-custom-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .wrapper {
    display: flex;
    margin: 8px auto;
    width: 100%;
  }
  /* flip cards */
  .flip-card {
    background-color: transparent;
    perspective: 1000px;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 6px;
    margin: 0 auto;
    opacity: 1;
    transform: translate(0px, 0px);
  }
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  .flip-card-front,
  .flip-card-back {
    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 6px;
    box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.1607843137);
  }
  .flip-card-front {
    background-color: white;
    color: black;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .flip-card-front  h2 {
    margin-top: 1rem;
  }
  .flip-card-front img {
    width: 81px;
    height: 81px;
  }
  .flip-card-back {
    background-color: var(--blue);
    color: white;
    transform: rotateY(180deg);
  }
  .flip-card-back p {
    line-height: 26px;
    font-size: 4vw !important;
    text-align: left;
  }
  .all-timeline{
    height:120px;
  }
  .all-timeline p{
    text-align: center;
    font-size: 12px;
    max-width: 150px;
  }
  .slider-item{
    height: 50%;
  }
  @media only screen and (max-width: 425px) {
    .all-timeline img{
      width: 100%;
      height: 100%
    }
  }
  /* teams and languages section */
  .management-bg {
    background-color: #eef3f8;
  }
  .ondemand-tabs-container {
    max-width: 1750px;
    margin: 0 auto;
  }
  .demandtab1-sidebar {
    width: 100%;
  }
  .color-copper {
    color: var(--blue);
  }
  .b_team_pill {
    border: 0px;
    border-right: 2px solid transparent !important;
  }
  .b_team_pill.active {
    color: var(--blue);
  }
  .team_svg-icons_projects svg {
    width: auto;
    height: 40px;
  }
  .team_svg-icons_projects svg path,
  .team_svg-icons_projects svg rect {
    fill: #a9a9a9;
  }
  .team_svg-icons_projects h5 {
    font-size: 16px;
    margin-top: 0.5rem;
  }
  .team_svg-icons_projects.active svg path,
  .team_svg-icons_projects.active svg rect,
  .team_svg-icons_projects.active svg g path {
    fill: var(--blue);
  }
  .team_svg-icons_react:hover g {
    fill: #61dafb !important;
  }
  .team_svg-icons_react svg g {
    fill: #a9a9a9;
  }
  .team_svg-icons_react svg:hover g {
    fill: #61dafb;
  }
  .team_svg-icons_aws svg g {
    fill: #a9a9a9;
  }
  .team_svg-icons_aws:hover svg g path:nth-child(1) {
    fill: #000;
  }
  .team_svg-icons_aws:hover svg g path:nth-child(2), .team_svg-icons_aws:hover svg g path:nth-child(3) {
    fill: #f79400;
  }
  .team_svg-icons_aws:hover path:nth-child(1) {
    fill: #000;
  }
  .team_svg-icons_aws:hover path:nth-child(2) {
    fill: #f79400;
  }
  .team_svg-icons_aws:hover path:nth-child(3) {
    fill: #f79400;
  }
  .team_svg-icons_microsoft:hover .cls-4 {
    fill: black;
  }
  .microsoftInner {
    fill: transparent !important;
  }
  .team_svg-icons_google-cloud path {
    fill: #a9a9a9;
  }
  .team_svg-icons_google-cloud:hover .st0 {
    fill: #EA4335;
  }
  .team_svg-icons_google-cloud:hover .st1 {
    fill: #4285F4;
  }
  .team_svg-icons_google-cloud:hover .st2 {
    fill: #34A853;
  }
  .team_svg-icons_google-cloud:hover .st3 {
    fill: #FBBC05;
  }
  .option_ .team_svg-icons_microsoft path:nth-child(2) {
    fill: #fff;
  }
  .option_ .team_svg-icons_microsoft:hover .cls-1 {
    fill: #eb5024;
  }
  .option_ .team_svg-icons_microsoft:hover .cls-3 {
    fill: #7db606;
  }
  .option_ .team_svg-icons_microsoft:hover .cls-5 {
    fill: #ffb902;
  }
  .option_ .team_svg-icons_microsoft:hover .cls-6 {
    fill: #02a4ef;
  }
  .option_ svg {
    fill: #a9a9a9;
  }
  .option_ svg .microsoftInner {
    fill: #a9a9a9;
  }
  .option_ svg:hover .microsoftInner {
    fill: #fff;
  }
  .team_svg-icons_wordpress g {
    fill: #a9a9a9;
  }
  .team_svg-icons_wordpress:hover g {
    fill: #00749a;
  }
  .team_svg-icons_php path {
    fill: #a9a9a9;
  }
  .team_svg-icons_php:hover path {
    fill: #8993be;
  }
  .team_svg-icons_flutter path {
    fill: #a9a9a9;
  }
  .team_svg-icons_flutter:hover path {
    fill: #0d47a1;
  }
  .team_svg-icons_node path {
    fill: #a9a9a9;
  }
  .team_svg-icons_node:hover path {
    fill: #8cc84b;
  }
  /* Privacy Policy -- END */
.team_time_period:checked + span.duration_title {
    color: #C27F64 !important;
  }
  .teamOptionSelected .team_svg-icons_react g {
    fill: #61dafb !important;
  }
  .teamOptionSelected .team_svg-icons_aws path:nth-child(1) {
    fill: #000;
  }
  .teamOptionSelected .team_svg-icons_aws path:nth-child(2) {
    fill: #f79400;
  }
  .teamOptionSelected .team_svg-icons_aws path:nth-child(3) {
    fill: #f79400;
  }
  .teamOptionSelected .cls-1 {
    fill: #eb5024;
  }
  .teamOptionSelected .cls-3 {
    fill: #7db606;
  }
  .teamOptionSelected .cls-5 {
    fill: #ffb902;
  }
  .teamOptionSelected .cls-6 {
    fill: #02a4ef;
  }
  .teamOptionSelected .cls-4 {
    fill: black;
  }
  .teamOptionSelected .team_svg-icons_google-cloud .st0 {
    fill: #EA4335;
  }
  .teamOptionSelected .team_svg-icons_google-cloud .st1 {
    fill: #4285F4;
  }
  .teamOptionSelected .team_svg-icons_google-cloud .st2 {
    fill: #34A853;
  }
  .teamOptionSelected .team_svg-icons_google-cloud .st3 {
    fill: #FBBC05;
  }
  .teamOptionSelected .team_svg-icons_wordpress g {
    fill: #00749a;
  }
  .teamOptionSelected .team_svg-icons_php path {
    fill: #8993be;
  }
  .teamOptionSelected .team_svg-icons_flutter path {
    fill: #0d47a1;
  }
  .teamOptionSelected .team_svg-icons_node path {
    fill: #8cc84b;
  }
  .teamOptionSelected ._selected-project g {
    fill: #50A0FA;
  }
  .teamOptionSelected + input + span {
    color: #50A0FA !important;
  }
  .formSubmit {
    text-align: end;
    padding: 0.75rem 2.5rem;
    background-color: #FDF3EE;
    color: #50A0FA;
  }
  /* How We Work */
  .how-we-work-grid-items {
    padding: 48px 32px;
    box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.1607843137);
    margin: 0 auto;
    border-radius: 4px;
    max-width: 425px;
    text-align: center;
  }
  .how-we-work-grid-items img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
  }
  .how-we-work-grid-items .how-we-work-text-wrapper h4 {
    margin: 2rem 0 1rem 0;
    font-size: 24px;
  }
  .how-we-work-grid-items .how-we-work-text-wrapper p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
  }
/* // venture drive page started */
  .potfolio-section h2{
    text-align: center;
    color: var(--blue);
    font-size: 44px;

  }
  .potfolio-section p{
    margin-top: 2rem;
    font-size: 16px;
    text-align: center;
  }

  .case-study-info-wrapper h2 {
    color: var(--white);
  }


  .case-study-info-wrapper div:last-of-type{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    }
  .case-study-info-wrapper p:first-of-type {
    text-align: center;
    color: white;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0.5rem;
    text-decoration: underline;
  }
  .case-study-info-wrapper p:last-of-type {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    color: white;
  } 
  .case-study-info-wrapper  h2{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }

  .container-internal-padding {
    padding: 0 4%;
  }

 /* atta end */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');
:root {
  --blue: #3383c5;
  --white: #ffffff;
  --green: #5aa344;
}

.header {
  background: linear-gradient(to bottom right, var(--blue) 65%, var(--green) 196%);
}

.home-header {
  background-color: rgba(250, 249, 246, 0.3);
  box-shadow: 0px 4px 5px #bbbbbb40;
}
.navbar-brand{
  display: flex;
  align-items: center;
}
.navbar-brand img{
  height: 40px;
}
.navbar-brand span{
  font-size: 24px;
}
.navbar-brand,
.nav-link, 
.navbar-nav .nav-link.active:hover {
  color: var(--white);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover, 
.navbar-nav .nav-link:focus, 
.navbar-brand span:hover {
  color: #333;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.blue-bg {
  background-color: #1F3145;
}

/* .brown-text {
  color: var(--blue);
} */

.hero-text {
  font-size: 30px;
  color: #fff;
}

.services-wrap p {
  height: 70px;
  font-size: 16px;
  letter-spacing: 1px;
  overflow: hidden;
  color: #fff;
}

.services-wrap a {
  font-size: 22px;
}

/* .services-heading {
  font-size: 32px;
  color: #fff;
} */

.right-border {
  border-right: 1px solid #3383c5;
}

.page-name-wrapper {
  background: #50a3a2;
    background: -webkit-linear-gradient(top left, var(--blue) 20%, var(--green) 150%);
    background: -moz-linear-gradient(top left, var(--blue) 20%, var(--green) 150%);
    background: -o-linear-gradient(top left, var(--blue) 20%, var(--green) 150%);
    background: linear-gradient(to bottom right, var(--blue) 20%, var(--green) 150%);
    padding: 30px 0;
    height: auto;
}

.page-name {
  font-size: 3rem;
  color: #fff;
}

.video-section-wrapper .video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #000;
}

.video {
  width: 100%;
}

.video-section-wrapper .video-wrapper img {
  position: absolute;
  right: 10%;
  bottom: 10%;
  width: 10%;
}

.about h2 {
  font-size: 34px;
  color: var(--blue);
}

.team-intro-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-margin-top {
  margin-top: 50px;
}

.intro-section {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.intro-section div p{
  text-align: center;
}
.team-intro-section div p {
  margin-top: 24px;
  font-size: 18px;
}

.home-contact .btn-outline-primary {
  color: var(--white);
  border-color: var(--white);
}

.btn-outline-primary {
  color: var(--blue);
  border-color: var(--blue);
}

.btn-outline-primary:hover {
  background: var(--blue);
  border-color: var(--blue);
}

/* .contact-us {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.contact-us span {
  display: block;
  font-size: 16px;
  margin-top: 4px;
  transition: 150ms ease-in;
}

.contact-us .icon {
  margin: 0 0 0 1rem;
  border: 3px solid var(--blue);
  border-radius: 50%;
  padding: 5px 9px;
}

.contact-us .icon svg {
  fill: var(--blue);
}

.contact-us:hover > span {
  transform: translateX(10px);
  color: var(--green);
}

.contact-us:hover .icon {
  border-color: var(--green);
  color: var(--blue);
}

.contact-us:hover .icon svg {
  fill: var(--green);
} */

.footer {
  margin-top: 2rem;
  height: 300px;
}

#footer {
  border-top: 1px solid #ddd;
  padding: 3rem 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#footer a {
  font-size: 13px;
  color: var(--blue);
}

#footer a:hover {
  color: var(--green);
}

#footer .copyright {
  font-size: 13px;
  margin: 0;
  color: var(--blue);
}

.social-links a {
  border: 1px solid var(--blue);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
}

.social-links a svg {
  fill: var(--blue);
  margin-left: 0;
  margin-top: 16px;
}

.social-links a:hover {
  border: 1px solid var(--green);
}

.social-links a:hover svg {
  fill: var(--green);
}

.white-text {
  color: #fff !important;
}

.custom-row {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}

.hover-display {
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
  padding: 0;
  box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.1607843137);
}

.img-wrapper .img {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hover-display .text-wrapper {
  background-color: #1F3145;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px 30px;
  overflow: hidden;
}

.hover-display .text-wrapper h2 {
  color: white;
  font-size: 26px;
}

.hover-display .text-wrapper .text-paragraph {
  display: none;
}

.hover-display .text-wrapper .text-paragraph p {
  color: white;
  letter-spacing: 0.9px;
  font-size: 14px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.hover-display .text-wrapper .text-paragraph a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
}

.hover-display:hover h2 {
  color: var(--blue);
}

.hover-display:hover .text-paragraph {
  display: block;
  animation: fadeIn 300ms normal;
}

.teams-section {
  padding-top: 55px;
  padding-bottom: 55px;
}

.teams-section  h1 {
  color: var(--blue);
  font-size: 38px;
}

.teams-bg {
  background-color: #eef3f8;
}

.team-card {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.1607843137);
  max-width: 367px;
  max-height: 367px;
  margin: 0 auto;
  border-radius: 10px;
  cursor: pointer;
  opacity: 1; 
  transform: translate(0px, 0px);
}


.team-card:hover {
  background-color: var(--blue);
}
.team-card:hover h3, .team-card:hover p {
  color: var(--white);
}

.card p{
  text-align: center;
}

.team-card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.team-card h3 {
  color: var(--blue);
  margin: 0;
  margin: 1rem 0;
  transition: color 200ms ease-in;
  font-size: 24px;
}

.team-wrapper .team-card p {
  margin: 0;
  font-size: 15px;
  color: #1e1e1e;
}
.carousel-item{
  min-height: 400px;
 }
@media only screen and (min-width: 425px) {
  .case-study-info-wrapper  h2{
    font-size: 18px;
  }
  .case-study-info-wrapper p{
    font-size: 14px;
  }

  .carousel-item{
    min-height: 400px;
   }
}
@media only screen and (max-width: 425px) {

  .timeline-container {
    width: 1000px; /* Set the actual width of the image */
  }
  #timeline-image {
    width: 100%;
  }
}

.readmore {
  background-color: #50A0FA;
  color: white;
  max-width: 150px;
  text-align: center;
  padding: 0.5rem 1.5rem;
}

.featured-post h2 {
  color: #1f3145;
  font-size: 26px;
}

.post h4 {
  color: #1f3145;
}

.post img {
  height: 300px;
}

.author-img img {
  /* border-radius: 50%; */
  height: 30px !important;
  width: 30px !important;
}

.post-wrapper {
  max-width: 914px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 540px) {
  .intro-section div p{
    text-align: left;
  }
  .potfolio-section p {
    text-align: left;
  }
  .potfolio-section  h2 {
    text-align: left;
  }
  .case-study-info-wrapper  h2{
    font-size: 20px;
  }
 
  .case-study-info-wrapper  h2 {
    margin-top: 1rem;
    font-size: 24px;
  }
  .case-study-info-wrapper p:first-of-type{
    font-size: 14px;
    margin-bottom: 0rem;
   }
  .case-study-info-wrapper p:last-of-type{
    font-size: 16px;
    margin-bottom: 0rem;
  }
  .slider-item {
    transform: scale(0.8);
  }
  .case-study-info-wrapper div{
    margin: 0rem;
    }
    .case-study-info-wrapper div:last-of-type{
      margin: 0;
      }
      .carousel-item{
        min-height: 480px;
       }
       .case-study-info-wrapper div{
        height: 480px;
       }
}
@media only screen and (max-width: 540px) {
  .services-wrap {
    border: none !important;
  }
  .contact-us {
    margin: auto;
  }
   
  /* .flip-card {
    width: 300px;
  }
  .flip-card-back p {
    line-height: 20px;
    font-size: 3.5vw !important;
  }
  .flip-card-front  h2 {
    font-size: 1.5rem;
  }
  .flip-card-front img {
    width: 50px;
    height: 50px;
  }
  .how-we-work-grid-items{
   width: 300px;
   padding: 34px 20px;
  } */
}

@media only screen and (min-width: 768px) {
  .carousel-item{
   min-height: 580px;
  }
  .case-study-info-wrapper div{
   height: 580px;
  }
  .margin-top-handshake .ventures-intro-text a{
    justify-content: flex-start;
    text-align: left;
  }
  .margin-top-handshake .ventures-intro-text p {
    text-align: left;
    font-size: 18px;
  }
    .case-study-info-wrapper  h2 {
      font-size: 26px;
      margin-bottom: 1rem;
      text-align: left;
    }
    .case-study-info-wrapper p:first-of-type{
     font-size: 18px;
     margin-bottom: 1rem;
     text-align: left;
    }
    .case-study-info-wrapper p:last-of-type{
      font-size: 20px;
      margin-top: 1rem;
      text-align: left;
     }
     
    .contactUs span {
      font-size: 16px;
    }
    .margin-top-handshake .handshake-wrapper img {
      width: auto;
      margin-top: 3rem;
    }
    .margin-top-handshake .venture-heading  h2 {
      text-align: left;
    }
    .services-heading {
      font-size: 38px;
    }
    .ventures-custom-row {
      grid-template-columns: 1fr 1fr;
    }
    .wrapper {
      width: auto;
    }
    .flip-card {
      width: 300px;
    }
    .flip-card-front  h2 {
      font-size: 1.75rem;
    }
    .flip-card-front img {
      width: 60px;
      height: 60px;
    }
    .flip-card-back p {
      line-height: 20px;
      font-size: 2vw !important;
    }
    .demandtab1-sidebar {
      min-width: 250px;
      width: auto;
      height: 720px;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
    }
    .b_team_pill.active {
      border-right: 2px solid var(--blue) !important;
    }
    .team_svg-icons_projects svg {
      width: auto;
      height: 60px;
    }
    .team_svg-icons_projects h5 {
      font-size: 20px;
    }
    .ondemand-team-iconsContainer {
      max-width: 100%;
    }
    .splide__slide img {
      max-height: 100%;
      max-width: 75%;
    }
    .margin-top-handshake .handshake-wrapper {
      text-align: left;
    }
    .case-study-info-wrapper{
      text-align: center;
    }
    
  .hero-text {
    font-size: 36px;
  }

  .services-wrap p {
    font-size: 18px;
    height: 250px;
  }

  .custom-row {
    grid-template-columns: 1fr 1fr;
  }

  .hover-display .text-wrapper h2 {
    font-size: 28px;
  }

  .hover-display .text-wrapper .text-paragraph p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0.75rem;
  }

  .intro-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .intro-section div p {
    text-align: left;
    line-height: 30px;
  }

  .teams-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .teams-section  h1 {
    font-size: 42px;
  }

  .contact-us span {
    font-size: 22px;
  }
  
  .footer {
    height: 200px;
  }

}

@media only screen and (min-width: 1024px) {
  .carousel-item{
    min-height: 660px;
   }
   .case-study-info-wrapper div{
    height: 660px;
   }
  .container-internal-padding {
    padding: 0 6.98%;
  }
    .margin-top-handshake .venture-heading  h2 {
      margin-top: 4rem;
      font-size: 50px;
    }
    .margin-top-handshake {
      margin-top: 109px;
    }
    
    .margin-top-handshake .ventures-intro-text a {
      width: 236px;
      margin-top: 2rem;
    }
    .margin-top-handshake {
      margin-top: 109px;
    }
    .services-heading {
      font-size: 46px;
    }
    .ventures-custom-row {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .flip-card {
      width: 270px;
    }
    .flip-card-front  h2 {
      font-size: 1.5rem;
    }
    .demandtab1-sidebar {
      min-width: 300px;
    }
    .ondemand-team-iconsContainer {
      max-width: 75%;
    }
    .how-we-work-grid-items{
      text-align: left;
    }
    .how-we-work-grid-items .how-we-work-text-wrapper p {
      font-size: 16px;
      line-height: 22px;
    }
    .case-study-info-wrapper  h2 {
      margin-top: 1rem;
      font-size: 32px;
      margin-bottom: 1rem;
    }
    .case-study-info-wrapper p:first-of-type{
     font-size: 24px;
     margin-bottom: 1rem;
    }
    .case-study-info-wrapper p:last-of-type{
      font-size: 22px;
      margin-bottom: 0rem;
     }
     
    .container-internal-padding {
      padding: 0 6.98%;
    }

  .hero-text {
    font-size: 46px;
  }

  .section-margin-top {
    margin-top: 116px;
  }

  .services-heading {
    font-size: 42px;
  }

  .services-wrap p {
    height: 150px;
  }

  .custom-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hover-display .img-wrapper .img {
    height: 480px;
  }

  .hover-display .text-wrapper {
    padding: 25px 40px;
  }

  .team-intro-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .intro-section div p {
    font-size: 20px;
    line-height: 44px;
  }

  .about a {
    margin-top: 2rem;
  }

  .teams-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .teams-section  h2 {
    font-size: 48px;
  }

  .team-card h3 {
    font-size: 26px;
    min-height: 58px;
  }

  .featured-post h2 {
    line-height: 40px;
    font-size: 32px;
  }

  #footer a {
    font-size: 16px;
  }

  #footer .copyright {
    font-size: 16px;
  }

}

@media only screen and (min-width: 1280px) {
    .margin-top-handshake .venture-heading  h2 {
      font-size: 62px;
    }
    .services-animated-cta p {
      font-size: 20px !important;
    }
    .services-animated-cta a {
      font-size: 18px !important;
    }
    .first-timeline {
      padding: 0 35px;
    }
    .services-heading {
      font-size: 56px;
    }
    .flip-card {
      width: 340px;
    }
    .flip-card-front img {
      width: 70px;
      height: 70px;
    }
    .flip-card-back p {
      line-height: 26px;
      font-size: 1.5vw !important;
    }
    .how-we-work-grid-items {
      padding: 80px 42px 38px 42px;
    }
    .potfolio-section  h2 {
      font-size: 60px;
    }
    .potfolio-section p {
      font-size: 24px;
    }
  .hero-text {
    font-size: 56px;
  }

  .services-heading {
    font-size: 36px;
  }

  .custom-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hover-display .img-wrapper .img {
    height: 550px;
  }

  .hover-display .text-wrapper {
    padding: 30px 45px;
  }

  .hover-display .text-wrapper h2 {
    font-size: 34px;
  }

  .hover-display .text-wrapper .text-paragraph p {
    font-size: 18px;
    line-height: 25px;
  }

  .about p {
    font-size: 22px;
    line-height: 38px;
  }

  .about a {
    display: block;
  }

  .teams-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .teams-section  h2 {
    font-size: 56px;
  }

  .intro-section div p {
    font-size: 24px;
  }

  .featured-post h2 {
    font-size: 36px;
  }
  .case-study-info-wrapper  h2 {
    font-size: 36px;
    margin-bottom: 2.5rem;
  }
  .case-study-info-wrapper p:first-of-type{
   font-size: 26px;
   margin-bottom: 2.5rem;
  }
  .case-study-info-wrapper p:last-of-type{
    font-size: 24px;
    margin-bottom: 2.5rem;
   }
   
}

@media only screen and (min-width: 1570px) {
    .margin-top-handshake .ventures-intro-text p {
      font-size: 20px;
    }
    .services-animated-cta p {
      font-size: 22px !important;
    }
    .services-animated-cta a {
      font-size: 20px !important;
    }
    .first-timeline {
      padding: 0 calc(6.3% + 21px);
    }
    .services-heading {
      padding: 0 6.98%;
    }
    
    .flip-card {
      width: 410px;
    }
    
    .how-we-work-grid-items {
      padding: 100px 56px 48px 56px;
    }
    .how-we-work-grid-items .how-we-work-text-wrapper p {
      line-height: 37px;
    }

    .margin-top-handshake .venture-heading  h2 {
      font-size: 80px;
      margin-top: 2.5rem;
    }
  .hero-text {
    font-size: 70px;
  }

  .page-name-wrapper {
    padding-top: 130px;
    height: 300px;
  }

  .services-wrap p {
    font-size: 20px;
    height: 140px;
  }

  .hover-display .img-wrapper .img {
    height: 600px;
  }

  .hover-display .text-wrapper {
    padding: 35px 50px;
  }

  .hover-display .text-wrapper h2 {
    font-size: 38px;
  }

  .hover-display .text-wrapper .text-paragraph p {
    font-size: 20px;
  }

  .hover-display .text-wrapper .text-paragraph a {
    padding-top: 1rem;
  }

  .about h2 {
    font-size: 60px;
  }

  .about p {
    font-size: 24px;
    line-height: 44px;
  }

  .teams-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .teams-section  h2 {
    font-size: 60px;
  }

  .team-card h3 {
    font-size: 26px;
  }

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

  .about a {
    margin-top: 4rem;
  }

  .featured-post h2 {
    line-height: 50px;
  }

  #footer a {
    font-size: 20px;
  }

  #footer .copyright {
    font-size: 20px;
  }

  .social-links a svg {
    margin-top: 12px;
  }

}

