.postid-7583 .casestudy-workflow,
.postid-10106 .casestudy-workflow,
.postid-11128 .casestudy-workflow {
  display: none;
}

.postid-6067 .icon-box,
.postid-6058 .icon-box,
.postid-5694 .icon-box,
.postid-5696 .icon-box {
  margin-top: 0;
}
.farm-flaw-features,
.compasses-flaw-features,
.ar-flaws-to-features,
.docs-flow,
.journey,
.nzt-flow,
.safety-journey,
.energy-journey,
.nymc-journey,
.mpd-journey,
.nzt-journey-section,
.app-services-flow-features,
.nymc-flow,
.smart-booking-jouney,
.f-booking-journey,
.work-flow,
.case-study-flaw-features,
#kweso-workflow,
#kweso-flow-features,
#kweso-journey-section,
#water-journey-section,
.case-study-engage,
.case-study-requirements,
.case-study-fight,
#water-workflow,
.beauty-welness-features-sec,
.technology-stack,
.case-study-flaw-features2,
#sterling-workflow,
#sterling-journey-section,
#water-flow-features,
#water-workflow {
  padding: 60px 0;
}
.post-type-archive-case-study .banner-sec .inner-banner:after {
  display: none;
}
.casestudy-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 70%;
  margin: auto;
}
.casestudy-banner-text .technology-stats span {
  color: var(--light-color) !important;
}

.inner-banner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: 0;
}
.banner-sec .inner-banner {
  position: relative;
}
.casestudy-banner-text h1:after {
  min-width: 90px;
  max-width: 90px;
  bottom: unset;
  top: -20px;
  border-radius: 1px;
}

.post-type-archive-case-study .casestudy-banner-text h1:after {
  top: unset;
  bottom: -10px;
}
/* .banner-sec .inner-banner:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); 
  z-index:0;
} */
.casestudy-banner-text small {
  display: block;
  color: var(--light-color);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.casestudy-banner-text .country {
  font-weight: 400;
}
.casestudy-banner-text .casestudy-category {
  display: block;
  background: var(--light-color);
  width: fit-content;
  margin: 2rem auto;
  padding: 0.25rem 1rem;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
}
.case-studies-section {
  padding: 0 40px;
}
.case-study-main {
  padding: 96px 0 80px 0;
  position: relative;
  margin-top: -16px;
}

.case-studies-box {
  display: flex;
  gap: 24px;
  background: var(--light-color);
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  border-radius: 15px;
  padding: 16px;
}
.case-studies-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
.banner-sec .inner-banner {
  z-index: 1;
  height: 600px;
}
.banner-sec .inner-banner img {
  object-fit: cover;
  height:100%;
}
.great-place-work-logo {
  z-index: 10;
}
.case-studies-box h3 {
  font-weight: 600 !important;
}
.case-studies-box {
  width: calc(35% - 16px);
  padding: 0;
  height: 400px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.case-studies-box:hover {
  transition: all 0.3s;
}
.case-studies-box:nth-child(4n),
.case-studies-box:nth-child(4n + 1) {
  width: calc(65% - 16px);
}
.case-studies-box a.case-studies-img {
  width: 100% !important;
}
.case-studies-sub .case-studies-box .case-studies-text {
  position: absolute;
  width: 100%;
  height: 0%;
  z-index: 10;
  bottom: 0px;
}
.case-studies-sub .case-studies-box:hover .case-studies-text {
  height: 100%;
}
.case-studies-sub .case-studies-box .case-studies-text .top-content {
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 50%
  );
  padding: 2rem;
}
.case-studies-sub .case-studies-box:hover .case-studies-text .top-content {
  justify-content: start;
  background: transparent;
}
.case-studies-sub .case-studies-box .case-studies-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-studies-box .case-top-tag {
  color: var(--light-color);
  position: relative;
  padding: 0 1rem;
  width: fit-content;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  z-index: 10;
  font-size: 18px;
  line-height: 26px;
}
.case-studies-box .case-top-tag:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--secondary-color);
  z-index: -1;
  transition: 0.5s linear;
}
.case-studies-box:hover .case-top-tag:before {
  width: 100%;
}
.post-type-archive-case-study .casestudy-banner-text .technology-stats p {
  display: none;
}
.post-type-archive-case-study .casestudy-banner-text .technology-stats h3 {
  color: var(--light-color);
}
.post-type-archive-case-study .casestudy-banner-text p {
  background-color: transparent;
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--light-color);
  font-weight: 400;
  margin-top: 2rem;
}
.post-type-archive-case-study .casestudy-banner-text .technology-stats {
  padding: 0px;
}
.post-type-archive-case-study
  .casestudy-banner-text
  .technology-stats
  .counter-box {
  width: calc(100% / 4 - 24px);
}
.post-type-archive-case-study .casestudy-banner-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-type-archive-case-study .casestudy-banner-text #scrollDownBtn {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.post-type-archive-case-study .casestudy-banner-text #scrollDownBtn a {
  text-align: center;
  color: var(--secondary-color);
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  font-weight: 500;
}
.post-type-archive-case-study
  .casestudy-banner-text
  #scrollDownBtn
  a
  span.arrow-down {
  display: block;
}
.post-type-archive-case-study
  .casestudy-banner-text
  #scrollDownBtn
  a
  span.arrow-down
  svg {
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
}
.post-type-archive-case-study
  .casestudy-banner-text
  #scrollDownBtn
  a
  span.arrow-down
  svg {
  transform: translateY(10px);
  animation: downArrow 1.5s infinite ease;
  -webkit-animation: downArrow 1.5s infinite ease;
  -moz-animation: downArrow 1.5s infinite ease;
  -o-animation: downArrow 1.5s infinite ease;
}
@keyframes downArrow {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.case-studies-sub .case-studies-box .case-studies-img {
  width: 100%;
}
.case-studies-sub .case-studies-box:hover .case-studies-text {
  background: transparent;
}
.case-studies-sub .case-studies-box:hover .case-studies-text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  transition: all 0.3s;
}
.case-studies-sub .case-studies-box:hover .case-studies-text {
  justify-content: space-between;
  transition: all 0.5s;
}
.case-studies-sub .case-studies-box .case-studies-text .bottom-content {
  position: absolute;
  opacity: 0;
  height: 0%;
  bottom: 0;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  transform: translate3d(-100%, 0, 0);
  padding: 2rem;
}
.case-studies-sub .case-studies-box:hover .case-studies-text .bottom-content {
  opacity: 1;
  height: auto;
  position: relative;
  transition: all 1s;
  transform: translate3d(0%, 0, 0);
}
.case-studies-sub
  .case-studies-box
  .case-studies-text
  .bottom-content
  .case-tag
  .right-arrow {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.case-studies-sub
  .case-studies-box
  .case-studies-text
  .bottom-content
  .case-tag
  span {
  border: 1px solid var(--light-color);
  border-radius: 5px;
  padding: 0px 8px;
  font-size: 12px;
  line-height: 28px;
  height: 30px;
  display: inline-block;
  margin: 3px 0;
  text-transform: capitalize;
}
.case-studies-sub .case-studies-box:hover .case-studies-text .top-content {
  position: relative;
  top: 0;
  transition: top 0.3s;
}
.case-studies-sub .case-studies-box .case-studies-img svg path,
.case-studies-sub .case-studies-box .case-studies-img:hover svg path {
  transition: all 1.5s;
}
.case-studies-sub .case-studies-box:hover svg path {
  transform: translateX(10px);
  animation: arrow 1.5s infinite ease;
  -webkit-animation: arrow 1.5s infinite ease;
  -moz-animation: arrow 1.5s infinite ease;
  -o-animation: arrow 1.5s infinite ease;
}
@keyframes arrow {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0px);
  }
}
.case-studies-sub .case-studies-box h3 {
  line-height: 32px !important;
}
/* .case-studies-sub .case-studies-box h3 span{
    background-image:linear-gradient(to right, var(--secondary-color) 0%, var(--secondary-color) 100%);
    background-position:0px 95%;
    transition:background-size 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    background-repeat:no-repeat;
    background-size:0px 2px;
} 
.case-studies-sub .case-studies-box:hover h3 span{
    background-size:100% 2px;
} */
.case-studies-sub .case-studies-box .case-studies-img img {
  width: 100%;
}
.case-studies-sub .case-studies-box .case-studies-text {
  display: flex;
  justify-content: end;
  flex-direction: column;
}
.case-studies-sub .case-studies-box .case-studies-text h3 {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 0;
}
.case-tag {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-right: 3rem;
}
.case-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.case-icon a {
  display: block;
  width: 50px;
  height: 50px;
  background: var(--lightBlue-color);
  border-radius: 5px;
  padding: 0.5rem;
}
.case-icon a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case-col2 {
  position: absolute;
  bottom: 32px;
}
/* second section  */
.business-requirement-sec {
  padding:80px 0;
}
.business-requirement-sec .card {
  border: none;
  padding: 40px;
  background: var(--light-color);
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  border-radius: 15px;
  margin-top: 30px;
}
.business-requirement-sec .card:first-child {
  margin-top: 0;
}
.business-requirement-sec .card:last-child .row {
  flex-direction: row-reverse;
}
.business-requirement-sec .card ul li {
  color: var(--dark-color);
  position: relative;
  padding: 0.25rem 0 0.25rem 1.5rem;
}
.business-requirement-sec .card ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--secondary-color);
  left: 0;
  top: 10px;
}
.business-requirement-sec h3 {
  color: var(--primary-color);
  font-size: 28px !important;
  line-height: 36px !important;
}
.img-box {
  border-radius: 15px;
  height: 388px;
  width: 100%;
  overflow: hidden;
}
.img-box img {
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.single-icon-card {
  background: var(--light-color);
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  border-radius: 15px;
  padding: 16px 8px;
  text-align: center;
  width: calc(100% / 3 - 6px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
/* .postid-10031 .business-requirement-sec .icon-box .single-icon-card{
    width:calc(100%/4 - 6px);
} */
.single-icon-card:hover {
  transform: translateY(-30px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.single-icon-card img,
.single-icon-card svg {
  margin-bottom: 16px;
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: inline-block;
}
.single-icon-card p {
  font-size: 13px;
  line-height: 19px;
  text-transform: capitalize;
  font-weight: 500;
}
.icon-box {
  display: flex;
  margin-top: -83px;
  padding: 0 8px;
  gap: 8px;
  flex-wrap: wrap;
}

.business-text-box {
  padding: 0 30px 0;
}
.business-text-box h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.business-text-box h3 span {
  color: var(--secondary-color);
}

.zealous-proposed-sec {
  padding: 80px 0;
  background: var(--lightBlue-color);
  border-radius: 25px;
  margin: 0 40px;
}
.zealous-proposed-sec .single-box {
  background: var(--light-color);
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  border-radius: 15px;
  padding: 24px;
  height: 100%;
}
.zealous-proposed-sec .single-box div {
  border-radius: 15px;
  height: 350px;
  overflow: hidden;
}
.zealous-proposed-sec .single-box img {
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.zealous-proposed-sec .single-box h3 {
  font-weight: 700;
  margin: 15px 0;
}
.zealous-proposed-sec ul li {
  color: var(--dark-color);
  position: relative;
  padding: 0.25rem 0 0.25rem 1.5rem;
  text-align: left;
}
.zealous-proposed-sec ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--secondary-color);
  left: 0;
  top: 10px;
}
.tough-fight-sec {
  padding: 80px;
  background: var(--lightBlue-color);
  border-radius: 25px;
  margin: 0 40px;
}
.tough-fight-text h5 {
  text-align: center;
  color: var(--dark-color);
  padding: 1rem 0;
}
.tough-fight-text ul li {
  color: var(--dark-color);
  position: relative;
  padding: 0.25rem 0 0.25rem 1.5rem;
  text-align: left;
}
.tough-fight-text ul li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--secondary-color);
  left: 0;
  top: 10px;
}
.journey-sec {
  padding: 80px 70px;
}
.journey-sec .col-xl-3 {
  margin: 12px 0;
}
.technology-sec {
  padding: 80px 0;
  background: var(--lightBlue-color);
  background: linear-gradient(
    180deg,
    var(--lightBlue-color) 0%,
    var(--light-color) 60%
  );
}

/***********Journey Sec Starts*******/
.journey-sec .journey-content {
  background: url(../../images/casestudy/casestudy-journey-bg.webp) no-repeat
    top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  margin-top: 16rem;
}
.journey-sec .journey-content ul {
  display: flex;
  justify-content: space-between;
}
.journey-sec .journey-content ul li {
  width: calc(100% / 5 - 0px);
}
.journey-sec .journey-content ul li:nth-child(odd) {
  margin-top: 16rem;
}
.journey-sec .journey-content ul li:nth-child(2n) {
  margin-top: -12rem;
}
.journey-sec .journey-content ul li span {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.journey-sec .journey-content ul li h3 {
  font-size: 18px !important;
  line-height: 26px !important;
}
.journey-sec .journey-content ul li p {
  font-size: 14px;
  line-height: 21px;
}
 .single-choose-box {
    padding: 24px;
    border: 1px solid var(--primary-color);
    border-radius: 15px;
    height:100%;
  }
  .case-study-prv-nxt-sec{
    padding-bottom:80px;
  }

/********Tech Stack*******/
.technology-stack-sec {
  padding: 80px 0;
  background: linear-gradient(
    180deg,
    var(--lightBlue-color) 0%,
    var(--light-color) 100%
  );
}
.technology-stack-sec .tech-stack-listing {
  gap: 1rem;
  text-align: center;
  padding-top: 2.5rem;
}
.technology-stack-sec .tech-stack-listing .stack-box {
  width: calc(100% / 7 - 16px);
}
.technology-stack-sec .tech-stack-listing span {
  display: block;
  width: 100px;
  height: 100px;
  background: var(--light-color);
  border-radius: 15px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1rem auto;
}
.technology-stack-sec .tech-stack-listing span img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.technology-stack-sec .tech-stack-listing p {
  color: var(--primary-color);
}
/*********System Workflow*******/
.casestudy-workflow {
  padding: 40px 0;
}
.casestudy-workflow .workflow-list {
  margin-top: 2rem;
}
.casestudy-workflow .workflow-list img {
  width: 100%;
  margin: auto;
  object-fit: contain;
  height: 450px;
}
.postid-13469 .casestudy-workflow .workflow-list img {
  height: 900px;
}
/* .casestudy-workflow .workflow-list .workflow-box{
    width:calc(100%/4 - 16px);
    background:var(--light-color);
    box-shadow:3px 6px 14px rgba(0, 0, 0, 0.1);
     border-radius:10px;
    padding:1rem 1.25rem;
}
.casestudy-workflow .workflow-list .workflow-box .workflow-icon{
    background-color:var(--secondary-color);
    width:150px;
    height:130px;
    padding:10px;
    margin:-75px auto 0;
    border-radius:10px;
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
    text-align:center;
    gap:8px;
}
.casestudy-workflow .workflow-list .workflow-box .workflow-icon span{
    font-size:14px;
    line-height:21px;
    min-height:42px;
    font-weight:500;
    color:var(--light-color);
}
.casestudy-workflow .workflow-list .workflow-box .workflow-icon svg{
    width:40px;
    height:40px;
    object-fit:contain;
}
.casestudy-workflow .workflow-list .workflow-box ul{
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    gap:12px;
    padding:1rem 0;
}
.casestudy-workflow .workflow-list .workflow-box ul li{
    border:1px solid var(--secondary-color);
    padding:0.5rem;
    border-radius:5px;
    text-align:center;
    color:var(--dark-color);
    font-weight:500;
    font-size:15px;
    line-height:22px;
} */
.case-study-next {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--lightBlue-color);
  padding-top: 2rem;
}
.case-study-next a:hover svg path {
  stroke: var(--primary-color);
}
.case-studies-sub .case-studies-box .case-studies-img svg {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 1;
}
.postid-6761 .casestudy-workflow {
  display: none;
}

/****Case study iframe video****/
iframe {
  display: block !important;
}
/* --------------------i Frame css----------------- */
.case-study-video-iframe {
  background: var(--lightBlue-color);
  background: linear-gradient(
    180deg,
    var(--lightBlue-color) 0%,
    var(--light-color) 60%
  );
  padding: 96px 0 40px 0;
  margin: -16px 40px 0;
}
.el-video,
.el-video-popup__box {
  position: relative;
  width: 100%;
  margin: auto;
  height: 0;
  padding-bottom: 56.25%;
  background-color: var(--dark-color);
}
.el-video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-video__bg,
.el-video iframe,
.el-video-popup__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
/* ------------------------------------ */
/* Окно */
.case-study-video-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
  max-width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.el-video-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  margin: auto;
  width: 100%;
  max-width: 800px;
  padding: 15px;
  height: 100vh;
  overflow: hidden;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-play-icon {
  position: relative;
  border-radius: 15px !important;
}
.video-play-icon img {
  width: 100%;
}
.video-play-icon .play-pulse {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.video-play-icon .play-pulse {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.video-play-icon .play-pulse .circle {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: var(--secondary-color);
  z-index: 999;
  position: absolute;
}
.video-play-icon .play-pulse .waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: var(--lightBlue-color);
  opacity: 0;
  border-radius: 100%;
  right: -25px;
  bottom: -25px;
  z-index: 1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
.video-play-icon .play-pulse .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.video-play-icon .play-pulse .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.video-play-icon .play-pulse .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.video-play-icon .play-pulse svg {
  fill: var(--light-color);
  stroke: var(--light-color);
  stroke-linejoin: round;
  stroke-width: 5;
  transition: all 0.3s;
}
.case-study-video-iframe h2:after {
  margin-left: 0;
}
.case-study-video-iframe h2 {
  margin-bottom: 24px !important;
}
.case-study-video-iframe p {
  margin-bottom: 32px !important;
}
.case-study-video-iframe .el-video__button {
  display: block;
  position: absolute;
  right: -12px;
  top: -12px;
  background: var(--secondary-color);
  width: 32px;
  height: 32px;
  z-index: 10;
  border: 0;
  border-radius: 50%;
}

.case-study-video-iframe {
  display: none;
}
.postid-11417 .case-study-video-iframe {
  display: block;
}
.postid-11417 .business-requirement-sec {
  background-color: unset;
  background: unset;
}

/*********Responsive Css********/
@media (max-width: 1500px) {
  .case-studies-box,
  .tough-fight-sec,
  .zealous-proposed-sec {
    border-radius: 20px;
  }
  .banner-sec .inner-banner {
    height: 500px;
  }
  .case-study-main {
    padding: 76px 0;
  }
  .case-studies-section {
    padding: 0 32px;
  }
  .case-studies-sub .case-studies-box .case-studies-img .case-top-tag {
    font-size: 15px;
    line-height: 22px;
  }
  .business-requirement-sec,
  .case-study-video-iframe {
    padding: 60px 0;
  }
  .business-text-box {
    padding: 0;
  }
  .business-requirement-sec .card {
    padding: 32px;
  }
  .zealous-proposed-sec,
  .technology-stack-sec {
    padding: 60px 0;
  }
  .zealous-proposed-sec {
    margin: 0 32px;
  }
  .journey-sec {
    padding: 60px 32px;
  }
  .tough-fight-sec {
    padding: 60px;
    margin: 0 32px;
  }
  .casestudy-workflow .workflow-list .workflow-box ul li {
    font-size: 14px;
    line-height: 21px;
  }
  .casestudy-workflow .workflow-list {
    gap: 16px;
  }
  .case-study-next {
    margin-top: 2rem;
  }
  .technology-stack-sec .tech-stack-listing span {
    width: 90px;
    height: 90px;
  }
  .single-choose-box {
    padding: 24px;
  }
  .our-process-sec,
  .why-choose-us-sec {
    padding: 60px 40px;
  }
  .casestudy-banner-text {
    width: 70%;
  }
  .post-type-archive-case-study .casestudy-banner-text p {
    max-width: 70%;
    margin: auto;
    margin-top: 1rem;
  }
  .post-type-archive-case-study .casestudy-banner-text #scrollDownBtn {
    bottom: 0px;
    left: 0;
  }
  .post-type-archive-case-study .casestudy-banner-text {
    top: 40%;
  }
  .post-type-archive-case-study .casestudy-banner-text p {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .case-studies-box .case-top-tag {
    font-size: 16px;
    line-height: 24px;
  }
  .business-requirement-sec h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
   .case-study-prv-nxt-sec{
    padding-bottom:60px;
  }
}

@media (max-width: 1200px) {
  .case-studies-section {
    padding: 0 20px;
  }
  .business-requirement-sec,
  .case-study-video-iframe {
    padding:60px 0;
  }
  .journey-sec {
    padding: 60px 20px;
  }
  .tough-fight-sec,
  .zealous-proposed-sec {
    margin: 0 20px;
  }
  .our-process-sec,
  .why-choose-us-sec {
    padding: 60px 20px;
  }
  .journey-sec {
    padding: 60px 20px;
  }
  .journey-sec .journey-content {
    margin-top: 14rem;
  }
  .journey-sec .journey-content ul li:nth-child(2n) {
    margin-top: -10rem;
  }
  .tough-fight-sec {
    padding: 60px 0px;
  }
  .banner-sec .technology-stats .counter-box span {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .post-type-archive-case-study .casestudy-banner-text p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .banner-sec .inner-banner {
    height: 100%;
  }
  .business-requirement-sec .container .card .row {
    flex-direction: column-reverse;
  }
  .zealous-proposed-sec,
  .technology-stack-sec {
    padding: 50px 0;
  }
  .business-requirement-sec,
  .case-study-video-iframe {
    padding:50px 0;
  }
  .business-requirement-sec .row {
    gap: 16px;
  }
  .business-requirement-sec .container .card:last-child .row {
    flex-direction: column-reverse;
  }
  .case-studies-section {
    padding: 0 16px;
  }
  .case-study-main {
    padding: 66px 0;
  }
  .case-studies-sub .case-studies-box .case-studies-img .case-top-tag {
    font-size: 14px;
    line-height: 21px;
  }
  .case-tag a {
    font-size: 12px;
    line-height: 18px;
  }
  .case-icon a {
    width: 40px;
    height: 40px;
    padding: 0.25rem;
  }
  .case-studies-sub .case-studies-box .case-studies-img svg {
    max-width: 40px;
  }
  .case-studies-box,
  .tough-fight-sec,
  .zealous-proposed-sec {
    border-radius: 15px;
  }
  .our-process-sec,
  .why-choose-us-sec {
    padding: 50px 16px;
  }
  .case-icon a {
    width: 50px;
    height: 50px;
    padding: 0.35rem;
  }
  .tough-fight-sec,
  .zealous-proposed-sec {
    margin: 0 16px;
  }
  .casestudy-banner-text {
    width: 100%;
    padding: 0 12px;
  }
  .zealous-proposed-sec .row {
    gap: 16px;
  }
  .journey-sec {
    padding: 50px 4px;
  }
  .journey-sec .journey-content,
  .journey-sec .journey-content ul li:nth-child(odd),
  .journey-sec .journey-content ul li:nth-child(2n) {
    background: none;
    margin: 0;
  }
  .journey-sec .journey-content ul {
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 24px;
  }
  .journey-sec .journey-content ul li {
    width: calc(100% / 3 - 16px);
    text-align: center;
  }
  .journey-sec .journey-content ul li span.journey-mob-icon {
    display: block;
    background: var(--light-color);
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 15px solid var(--primary-color);
    padding: 1.5rem;
    border-radius: 50%;
    position: relative;
    margin-bottom: 2.5rem;
  }
  .journey-sec .journey-content ul li span.journey-mob-icon img {
    max-width: 45px;
  }
  .journey-sec .journey-content ul li span.journey-mob-icon:after {
    content: " ";
    position: absolute;
    width: 2px;
    height: 30px;
    background: repeating-linear-gradient(
      var(--primary-color),
      var(--primary-color) 4px,
      transparent 4px,
      transparent 8px
    );
    bottom: -50px;
    left: 50%;
  }
  .casestudy-workflow .workflow-list {
    margin-top: 0;
    gap: 24px;
  }
  .casestudy-workflow .workflow-list .workflow-box {
    width: calc(100% / 2 - 16px);
    margin-top: 5rem;
  }
  .tough-fight-sec {
    padding: 50px 0px;
  }
  .container {
    padding: 0 16px !important;
  }
  .case-studies-sub {
    gap: 24px;
  }
  .case-studies-sub .case-studies-box {
    width: calc(50% - 12px) !important;
  }
  .case-studies-sub .case-studies-box h3 {
    line-height: 28px !important;
  }
  .post-type-archive-case-study .banner-sec {
    height: 100%;
  }
  .post-type-archive-case-study
    .casestudy-banner-text
    .technology-stats
    .counter-box {
    width: calc(100% / 4 - 12px);
  }
  .post-type-archive-case-study .banner-sec .inner-banner {
    height: 400px;
  }
  .post-type-archive-case-study .casestudy-banner-text {
    top: 50%;
  }
  .post-type-archive-case-study .technology-stats .counter-main {
    gap: 12px;
  }
  .business-requirement-sec h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .case-study-prv-nxt-sec{
    padding-bottom:50px;
  }
}
@media (max-width: 768px) {
  .zealous-proposed-sec,
  .technology-stack-sec {
    padding: 40px 0;
  }
  .business-requirement-sec,
  .case-study-video-iframe {
    padding: 56px 0 40px 0;
  }
  .our-process-sec,
  .why-choose-us-sec {
    padding: 40px 16px;
  }
  .custom-card {
    padding: 24px;
  }
  .case-study-main {
    padding: 56px 0;
  }
  .business-requirement-sec .card {
    margin-top: 24px;
  }
  .single-icon-card p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .journey-sec {
    padding: 40px 4px;
  }
  .journey-sec .journey-content ul li {
    width: calc(100% / 2 - 16px);
  }
  .tough-fight-sec {
    padding: 40px 0px;
  }
  .journey-sec .col-xl-3 {
    margin: 8px 0;
  }
  .technology-stack-sec .tech-stack-listing {
    padding-top: 1.5rem;
  }
  .technology-stack-sec .tech-stack-listing span {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    margin-bottom: 0.5rem;
  }
  .technology-stack-sec .tech-stack-listing .stack-box {
    width: calc(100% / 4 - 16px);
  }
  .case-study-next {
    margin-top: 1rem;
    padding-top: 1rem;
  }
  .tough-fight-text span {
    font-size: 16px;
    line-height: 24px;
    margin-top: 1rem;
  }
  .casestudy-banner-text h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .casestudy-banner-text .casestudy-category {
    margin: 1rem auto;
  }
  .casestudy-banner-text span {
    font-size: 14px;
    line-height: 21px;
  }
  .casestudy-banner-text small {
    font-size: 16px;
    line-height: 24px;
  }
  .casestudy-banner-text h1:after {
    height: 3px;
    min-width: 70px;
    max-width: 70px;
  }
  .journey-sec .journey-content ul li span {
    font-size: 24px;
    line-height: 32px;
  }
  .case-studies-section {
    padding: 0;
  }
  .case-studies-sub .case-studies-box {
    width: 100% !important;
    height: 350px;
  }
  .case-studies-sub .case-studies-box .case-studies-text .top-content,
  .case-studies-sub .case-studies-box .case-studies-text .bottom-content {
    padding: 1.5rem;
  }
  .case-studies-sub .case-studies-box h3 {
    line-height: 26px !important;
  }
  .case-studies-sub .case-studies-box .case-studies-text .top-content {
    min-height: 150px;
  }
  .post-type-archive-case-study .casestudy-banner-text p {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .post-type-archive-case-study
    .casestudy-banner-text
    .technology-stats
    .counter-box {
    width: calc(100% / 2 - 12px);
  }
  .post-type-archive-case-study .casestudy-banner-text #scrollDownBtn {
    bottom: -20px;
  }
  .post-type-archive-case-study .casestudy-banner-text span,
  .post-type-archive-case-study .casestudy-banner-text #scrollDownBtn a {
    font-size: 16px;
    line-height: 24px;
  }
  .post-type-archive-case-study .casestudy-banner-text {
    top: 40%;
  }
  .case-studies-box .case-top-tag {
    font-size: 14px;
    line-height: 21px;
  }
  .business-requirement-sec h3 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .case-study-video-iframe {
    background: transparent;
    background-color: transparent;
    margin: -16px 0 0 0;
  }
  .postid-13469 .casestudy-workflow .workflow-list img {
    height: 600px;
  }
    .case-study-prv-nxt-sec{
      padding-bottom:40px;
    }
}
@media (max-width: 576px) {
  .casestudy-workflow .workflow-list .workflow-box,
  .journey-sec .journey-content ul li {
    width: 100%;
  }
  .case-study-next a {
    display: flex !important;
    align-items: center;
    font-size: 10px !important;
    line-height: 15px !important;
    padding: 8px 12px !important;
  }
  .case-study-next a svg {
    width: 7px;
  }
  .case-study-next a svg.me-2 {
    margin-right: 0.25rem !important;
  }
  .case-study-next a svg.ms-2 {
    margin-left: 0.25rem !important;
  }
  .zealous-proposed-sec .single-box div {
    border-radius: 10px;
    height: auto;
  }
  .zealous-proposed-sec .single-box {
    padding: 12px;
  }
  .casestudy-banner-text h1 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .business-requirement-sec .card {
    padding: 0;
    background: transparent;
    box-shadow: unset;
    border-radius: 0px;
  }
  .single-icon-card {
    border-radius: 10px;
  }
  .single-icon-card p {
    font-size: 10px !important;
    line-height: 15px !important;
  }
  .single-icon-card img,
  .single-icon-card svg {
    margin-bottom: 12px;
    width: 35px;
    height: 35px;
  }
  .journey-sec .journey-content ul li span.journey-mob-icon {
    width: 110px;
    height: 110px;
    border: 12px solid var(--primary-color);
    padding: 1.25rem;
  }
  .journey-sec .journey-content ul li span.journey-mob-icon img {
    max-width: 42px;
  }
  .banner-sec {
    height: 60vh;
  }
  .case-studies-sub .case-studies-box {
    width: 100% !important;
  }
  .case-tag {
    width: 100%;
    padding: 0;
  }
  .case-studies-sub
    .case-studies-box
    .case-studies-text
    .bottom-content
    .case-tag
    svg {
    max-width: 40px;
  }
  .case-studies-sub
    .case-studies-box
    .case-studies-text
    .bottom-content
    .case-tag
    .right-arrow {
    position: static;
    text-align: right;
    width: 100%;
  }
  .post-type-archive-case-study .banner-sec .inner-banner {
    height: 450px;
  }
  .banner-sec .technology-stats .counter-box span {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .post-type-archive-case-study .casestudy-banner-text .technology-stats h3 {
    font-size: 14px !important;
    line-height: 21px !important;
    margin: 0.25rem 0 !important;
  }
  .post-type-archive-case-study .casestudy-banner-text {
    padding: 0px !important;
  }
  .business-requirement-sec h3 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .postid-13469 .casestudy-workflow .workflow-list img {
    height: 500px;
  }
}

@media (max-width: 400px) {
  .tough-fight-sec,
  .zealous-proposed-sec {
    margin: 0 12px;
  }
  .technology-stack-sec .tech-stack-listing span {
    width: 60px;
    height: 60px;
  }
  .technology-stack-sec .tech-stack-listing span img {
    width: 40px;
    height: 40px;
  }
  .single-icon-card {
    width: calc(100% / 3 - 4px);
  }
  .icon-box {
    gap: 6px;
  }
  .container {
    padding: 0 12px !important;
  }
  .post-type-archive-case-study .casestudy-banner-text p {
    font-size: 13px !important;
    line-height: 19px !important;
    margin: 0.25rem 0;
  }
  .case-studies-sub .case-studies-box .case-studies-text .top-content {
    min-height: 100px;
  }
  .case-studies-sub .case-studies-box .case-studies-text .top-content,
  .case-studies-sub .case-studies-box .case-studies-text .bottom-content {
    padding: 1rem;
  }
  .case-studies-sub
    .case-studies-box
    .case-studies-text
    .bottom-content
    .case-tag
    span {
    padding: 0px 6px;
    font-size: 10px;
    line-height: 26px;
    height: 28px;
  }
  .case-studies-box .case-top-tag {
    font-size: 14px;
    line-height: 21px;
  }
  .business-requirement-sec h3 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 992px) {
  .journey-sec .journey-content ul li span.journey-mob-icon {
    display: none;
  }
}

.filters-container{
  position: relative;
}
.filters-container select{
  padding-right: 36px !important;
  cursor:pointer;
  background-color: #fff !important;
  color: #000000 !important;
  padding: 12px 16px !important;
  min-width: 200px !important;
}
