.list-link {
    font-size: var(--f24);
    color: var(--clr1);
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 55px;
}
p {
    font-size: 20px;
    line-height: 33px;
    color: var(--atlasblack);
}
@media (max-width: 1500px) {
    .list-link {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .list-link {
        font-size: var(--f20);
        margin-bottom: 20px;
    }
}
.porfolio-card-main {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}

.porfolio-card {
  width: calc(33.33% - 20px);
}

.porfolio-card .images-card {
  border: 1px solid;
  border-radius: 20px;
  overflow: hidden;
}

.porfolio-card .images-card figure .backgrounds {
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
}

.porfolio-card .images-card figure .logos {
  opacity: 1;
  transition: all 0.4s;
}

.porfolio-card .images-card figure .backgrounds {
  height: 100%;
  object-fit: contain;
}

.porfolio-card .images-card figure img {
  background: white !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.porfolio-card .images-card figure {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 4/3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.title {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.porfolio-card .title .card-btns {
 margin-left: 10px;
    position: relative;
    height: 40px;
    width: 40px;

}
.porfolio-card .title .card-btns svg {
    position: absolute;
    top: 0;
    left: 0;
}
.porfolio-card .title .card-btns .arrow-svg{
visibility:visible;
opacity:1;
  transition: all 0.5s ease-in-out;
}
.porfolio-card .title .card-btns .hover-svg{
visibility:hidden;
opacity:0;
  transition: all 0.5s ease-in-out;
}
.porfolio-card:hover .title .card-btns .hover-svg{
visibility:visible;
opacity:1;

}
.porfolio-card:hover .title .card-btns .arrow-svg{
visibility:hidden;
opacity:0;

}
.porfolio-card .title .card-btns a {
  display: block;
}

.title h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  color: var(--atlasblack);
  margin: 0;
  margin-bottom: 10px;
  margin-right: 5px;
}

.title p {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #a2ba5f;
  margin: 0;
}

.card-tags {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}

.card-tags span {
  border-radius: 6px;
  padding: 1px 5px;
  display: block;
  color: #212529;
  font-size: 14px;
  line-height: 23px;
}

/* .porfolio-card:nth-child(7n + 1) .images-card {
  border-color: #e95036;
}

.porfolio-card:nth-child(7n + 2) .images-card {
  border-color: #fbb900;
}

.porfolio-card:nth-child(7n + 3) .images-card {
  border-color: #ffee01;
}

.porfolio-card:nth-child(7n + 4) .images-card {
  border-color: #65b33b;
}

.porfolio-card:nth-child(7n + 5) .images-card {
  border-color: #00a9e5;
}

.porfolio-card:nth-child(7n + 6) .images-card {
  border-color: #3c4395;
}

.porfolio-card:nth-child(7n + 7) .images-card {
  border-color: #694895;
} */

.card-tags span:nth-child(4n + 1) {
  background-color: #e95036;
}

.card-tags span:nth-child(4n + 2) {
  background-color: #fbb900;
}

.card-tags span:nth-child(4n + 3) {
  background-color: #ffee01;
}

.card-tags span:nth-child(4n + 4) {
  background-color: #65b33b;
}

.porfolio-card:hover .images-card figure .backgrounds {
  opacity: 1;
}

.porfolio-card:hover .images-card figure .logos {
  opacity: 0;
}

.card-btns path,
.card-btns circle {
  transition: all 0.4s;
}

.porfolio-card:hover .card-btns path {
  stroke: white;
}

/* .porfolio-card:hover:nth-child(7n + 1) .card-btns circle {
  fill: #e95036;
}

.porfolio-card:hover:nth-child(7n + 2) .card-btns circle {
  fill: #fbb900;
}

.porfolio-card:hover:nth-child(7n + 3) .card-btns circle {
  fill: #ffee01;
}

.porfolio-card:hover:nth-child(7n + 4) .card-btns circle {
  fill: #65b33b;
}

.porfolio-card:hover:nth-child(7n + 5) .card-btns circle {
  fill: #00a9e5;
}

.porfolio-card:hover:nth-child(7n + 6) .card-btns circle {
  fill: #3c4395;
}

.porfolio-card:hover:nth-child(7n + 7) .card-btns circle {
  fill: #694895;
} */

.portfolio-btn {
  text-align: center;
}

.portfolio-btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 27px;
  border: 1px solid transparent;
  background: #212529;
  border-radius: 100px;
  padding: 8px 15px;
  text-decoration: none;
  transition: all 0.4s;
}

.portfolio-btn a:hover {
  background-color: var(--atlasgreen);
}

.select-portfolio {
  border: none;
  border-bottom: 1px solid var(--atlasblack) !important;
  border-radius: unset;
  background-color: transparent;
}

.select-portfolio option {
  color: var(--atlasblack);
  background-color: var(--atlaswhite);
}

.form-select:focus {
  box-shadow: none;
}
.form-select {
  background-image: url(/wp-content/uploads/2025/07/select-icon.svg);
}

.main-select div {
  width: 50%;
}

.portfolio-tab {
  width: 23%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 10px 0;
}

.portfolio-tab::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #c7c8c9;
  width: 1px;
  height: 100%;
}

.portfolio-selects {
  width: 40%;
  padding-left: 30px;
}

.portfolio-button {
  width: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-portfolio,
.portfolio-tab p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: var(--atlasblack);
  border-bottom: 1px solid transparent;
  transition: all 0.4s;
  cursor: pointer;
}

.portfolio-tab div {
  position: relative;
}

.portfolio-tab p:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #006331;
  top: 50%;
  left: -20px;
  transform: translate(50%, -50%);
  transition: all 0.4s;
}

.portfolio-tab p:hover,
.portfolio-tab p.active {
  color: #006331;
  border-bottom: 1px solid #006331;
  cursor: pointer;
}

.filter_barmain {
  position: relative;
}

.work p {
  font-weight: 400;
}

#portfolio_slider .slider_inner {
  width: 90%;
  margin: 0 auto;
}

/* #portfolio_slider .slick-initialized .slick-list .slick-slide:hover img {
  scale: unset;
} */

#portfolio_slider .slider_inner img {
  scale: 1;
  transition: all 0.4s;
  box-shadow: unset;
  border: unset;
  overflow: hidden;
}

#portfolio_slider .slider_inner:hover img {
  scale: 1.05;
}

#portfolio_slider .slider_inner {
  display: block;
  border: 1px solid #cccccc;
  background-color: var(--atlaswhite);
  box-shadow: 0px 5px 8px #68686875;
  border-radius: 15px;
  overflow: hidden;
  scale: 1;
  transition: all 0.4s;
}

/* .filter_bar {
  position: sticky;
  top: 80px;
  z-index: 1;
} */

@media (max-width: 1400px) {
  .portfolio-button {
    width: 45px;
  }
  .portfolio-tab {
    width: 23%;
    padding-right: 20px;
  }
}

@media (max-width: 1200px) {
  .portfolio-selects {
    width: 50%;
    padding-left: 10px;
  }
  .portfolio-tab {
    width: 30%;
    padding-right: 20px;
  }
  .portfolio-tab div {
    margin-left: 30px;
  }
  .portfolio-tab div:last-child {
    margin-left: 50px;
  }
  .portfolio-button {
    width: 45px;
  }
}

@media (max-width: 992px) {
  .title h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .portfolio-button {
    width: 45px;
    justify-content: space-evenly;
  }
  .portfolio-selects {
    width: 50%;
    padding-left: 0px;
  }
  .portfolio-tab {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }
  .portfolio-tab::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .portfolio-button {
    width: 45px;
    justify-content: center;
    gap: 20px;
  }
  .portfolio-selects {
    width: calc(100% - 100px);
    margin-bottom: 0;
  }
  .portfolio-tab {
    justify-content: center;
  }
  .main-select div {
    width: 48%;
    margin-bottom: 10px;
  }
  .main-select {
    justify-content: space-between;
  }
  .porfolio-card {
    width: calc(50% - 15px);
  }
  .title h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .title p {
    line-height: 14px;
  }
  .card-btns svg {
    width: 30px;
    height: 30px;
  }
  .title {
    margin-top: 10px;
  }
  .card-tags {
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .porfolio-card .images-card figure {
    aspect-ratio: 5 / 3;
  }
  .main-select div {
    width: 90%;
    margin-bottom: 10px;
  }
  .main-select {
    justify-content: center;
  }
  .porfolio-card-main {
    justify-content: center;
  }
  .porfolio-card {
    width: calc(100% - 15px);
  }
  .portfolio-button {
    order: 2;
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .portfolio-selects {
    order: 3;
    width: 100%;
    padding: 0 30px;
  }
  .portfolio-tab {
    width: calc(100% - 100px);
    padding: 0 30px;
    justify-content: start;
  }
}

@media (max-width: 380px) {
  .portfolio-selects,
  .portfolio-tab,
  .portfolio-tab {
    padding: 0 10px;
  }
}
.postid-28687 #portfolio_slider .slick-track{
	width: 90% !important;
    transform: none !important;
}



.slick-slide > div {
    padding: 10px;
}

/* .pn-color1 {
  background-color: #e95036;
}
.pn-color2 {
  background-color: #fbb900;
}
.pn-color3 {
  background-color: #ffee01;
}
.pn-color4 {
  background-color: #65b33b;
}
.pn-color5 {
  background-color: #00a9e5;
}
.pn-color6 {
  background-color: #3c4395;
}
.pn-color7 {
  background-color: #694895;
}
.pn-color0 {
  background-color: #fbb900;
} */

.vacuum-inner-text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: bold;
  color: var(--atlasblack);
  line-height: 60px;
}

.vacuum-container {
  background-color: #ffffff;
  border-radius: 75px 75px 0px 0px;
}

.vacuum-content p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: var(--atlasblack);
  line-height: 36px;
}

.project-text h3 {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: var(--atlasblack);
  line-height: 40px;
}

.problem-text h3 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: var(--atlasblack);
  line-height: 60px;
}

/* Hide the last child only if the container has 2+ direct children */
.problem-text-wrap:has(> :nth-child(2)) > :last-child {
  display: none;
}


.problem-text p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: var(--atlasblack);
  line-height: 40px;
}

.solution-text h3 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
}

.solution-text p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
  line-height: 40px;
}

.solution-text {
  background-color: #212529;
  padding: 60px;
  border-radius: 20px;
  height: 100%;
}

.went-text h3 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: var(--atlasblack);
  line-height: 60px;
}

.went-text p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: var(--atlasblack);
  line-height: 40px;
}

.vacuum-line {
  border: 1px solid #212529;
  border-radius: 15px;
}

.owl-carousel-parent {
  width: 768px;
  height: 360px;
}

.owl-item,
.item {
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.item {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 53px;
  height: auto;
  overflow: hidden;
}

.center .item {
  margin-top: 0;
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
}

.center .item .scale-wrapper {
  transform: scale(1.3);
}

.center .item .img-content {
  bottom: 0;
}

.owl-item.active.center {
  z-index: 5;
}

.owl-item.active.right,
.owl-item.active.left {
  z-index: 4;
}
@media screen and (max-width: 1499px) {
  .went-text h3,
  .solution-text h3,
  .problem-text h3,
  .vacuum-inner-text h2 {
    font-size: 44px;
    line-height: normal;
  }
  .problem-text p,
  .solution-text p,
  .went-text p,
  .vacuum-content p {
    font-size: 20px;
    line-height: normal;
  }
  .solution-text {
    padding: 40px;
  }
  .project-text h3 {
    font-size: 22px;
    line-height: normal;
  }
}

@media screen and (max-width: 1200px) {
  .vacuum-content p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .vacuum-inner-text h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .vacuum-content p {
    font-size: 20px;
  }
  .project-text h3 {
    font-size: 22px;
    line-height: normal;
  }
  .solution-text h3,
  .went-text h3,
  .problem-text h3 {
    font-size: 42px;
  }
  .solution-text p,
  .went-text p,
  .problem-text p {
    font-size: 22px;
    line-height: normal;
  }
}

@media only screen and (max-width: 768px) {
  .vacuum-inner-text h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .solution-text {
    padding: 30px;
  }
  .vacuum-content p {
    font-size: 18px;
    line-height: normal;
    margin: 0;
  }
  .project-text h3 {
    font-size: 20px;
    line-height: normal;
  }
  .solution-text h3,
  .went-text h3,
  .problem-text h3 {
    font-size: 32px;
  }
  .solution-text p,
  .went-text p,
  .problem-text p {
    font-size: 20px;
    line-height: normal;
  }
}
#recent-work {
    padding-bottom: 150px;
}
#recent-work .recent-work {
    margin-bottom: 30px;
}

#recent-work .recent-work h5 {
    font-size: 40px;
    line-height: 80px;
    font-weight: bold;
}
#recent-work .recent-work .recent-btn {
    display: flex;
    justify-content: end;
}
#recent-work .work_card {
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}
#recent-work .work_card-inner {
    width: calc(33.33% - 13.33px);
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.4s;
    margin: 0;
    margin-top: 20px;
    border: 0.5px solid #cccccc;
}

#recent-work .work_card-inner figure {
    margin: 0;
    position: relative;
    height: 100%;
}

#recent-work .work_card-inner figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    scale: 0.9;
    transition: all 0.4s;
}


#recent-work .work_card-inner figure .dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    opacity: 1;
}

#recent-work .work_card .dots {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 4px;
}
#recent-work .work_card .dots span {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
}
#recent-work .work_card .dots span.green {
    background: #a2ba5f;
}
#recent-work .work_card .dots span.black {
    background: var(--atlasblack);
}
#recent-work .work_card .dots span.blue {
    background: #003271;
}
#recent-work .work_card-inner:hover {
    box-shadow: 0px 30px 20px #0000001a;
}
#recent-work .work_card-inner:hover figure img {
    scale: 1;
}
@media(max-width:1365px){
      .let-discuss-section .inner-content {
        padding: 30px;
    }
        .comman-btn.top-space {
        margin: 70px auto 0;
    }
}
@media screen and (max-width: 1279px){
 .let-discuss-section .title-box h2 {
        font-size: 28px;
    }
        .comman-btn.top-space {
        margin: 50px auto 0;
    }
}
@media screen and (max-width: 1023px) {
    #recent-work .work_card-inner {
        width: 47%;
    }
        #recent-work {
        padding-bottom: 70px;
    }
        .comman-btn.top-space {
        margin: 40px auto 0;
    }
}
   
@media(max-width:767px){
      #recent-work {
        padding-bottom: 50px;
    }
        .let-discuss-section .inner-content, .certified-developers-section .all-developer .box {
        padding: 20px;
    }
    .let-discuss-section .title-box h2 {
        font-size: 30px;
    }
        .title-box h2 {
        line-height: normal;
    }
}
@media screen and (max-width: 639px) {
    #recent-work .recent-work h5 {
        font-size: 32px;
        line-height: normal;
    }
        #recent-work .work_card {
        justify-content: center;
        gap: 0;
    }
        #recent-work .work_card-inner {
        width: 90%;
        margin-bottom: 0;
    }
        .let-discuss-section .title-box h2 {
        font-size: 24px;
    }
        .let-discuss-section p {
        max-width: none;
    }
        .comman-btn::before {
        width: 40px;
        height: 40px;
    }
        .comman-btn::after {
        left: 20px;
        width: 15px;
        height: 15px;
    }
}
@media screen and (max-width: 479px) {
    #faq .faq_head h2, #recent-work .recent-work h5 {
        font-size: 28px;
        line-height: normal;
    }
        #recent-work .recent-work .recent-btn {
        justify-content: start;
    }
    #recent-work .work_card {
        flex-wrap: wrap;
        justify-content: space-between;
    }
        #recent-work .work_card-inner {
        width: calc(50% - 10px);
        border-radius: 15px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
        #recent-work .work_card-inner figure img {
        min-height: 150px;
    }
        #recent-work .work_card-inner figure .dots {
        bottom: 5px;
        right: 6px;
    }
        .work_card-inner .dots span.green, .choose_slide .dots span.green, .box .dots span.green, .dot-flex-testi .light-green-testi, .perks-inner-section .dot-sec, .dot-animation .dot-sec, .dot-flex-testi .testidot1, .work_card-inner .dots span.black, .choose_slide .dots span.black, .box .dots span.black, .dot-flex-testi .green-testi, .perks-inner-section .dot-sec1, .dot-animation .dot-sec1, .dot-flex-testi .testidot2, .work_card-inner .dots span.blue, .choose_slide .dots span.blue, .box .dots span.blue, .dot-flex-testi .blue-testi, .perks-inner-section .dot-sec2, .dot-animation .dot-sec2, .dot-flex-testi .testidot3 {
        width: 12px !important;
        min-width: 12px !important;
        height: 12px !important;
        margin-left: 6px !important;
    }
        #recent-work {
        padding-bottom: 30px;
    }
        .let-discuss-section .title-box h2 {
        font-size: 22px;
        line-height: normal;
    }
        .let-discuss-section p {
        font-size: 14px;
        line-height: normal;
    }
        .comman-btn.top-space {
        margin: 30px auto 0;
    }
}
.single-project .let-discuss-section, .single-case-studies .let-discuss-section{
  padding-bottom: 0;
}
.let-discuss-section .inner-content {
    background: #a2ba5f;
    padding: 50px;
    border-radius: 25px;
}
.title-box {
    margin-bottom: 15px;
}
  .let-discuss-section .title-box h2 {
    font-size: 40px;
    text-align: center;
}
.title-box h2 {
    font-weight: bold;
    color: var(--atlasblack);
    margin: 0;
 
}
   .let-discuss-section p {
    max-width: 82%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}
p {
    font-size: 20px;
    line-height: 33px;
    color: var(--atlasblack);
}
.comman-btn.top-space {
    display: table;
    margin: 50px auto 0;
}
.comman-btn.white-bg {
    background: #fff;
    color: #212529;
}

.comman-btn.top-space {
    display: table;
    margin: 50px auto 0;
}
.comman-btn.white-bg {
    background: #fff;
    color: #212529;
}

.comman-btn.top-space {
    display: table;
    margin: 50px auto 0;
}
@media screen and (max-width: 1599px) {
    .comman-btn.top-space {
        margin: 50px auto 0;
    }
}
.comman-btn.white-bg {
    background: #fff;
    color: #212529;
}
@media screen and (max-width: 1599px) {
    .comman-btn.top-space {
        margin: 80px auto 0;
    }
}
@media screen and (max-width: 1599px) {
    .comman-btn {
        font-size: 20px;
        padding: 15px 30px 15px 80px;
    }
}
@media screen and (max-width: 1919px) {
    .comman-btn {
        font-size: 22px;
    }
}
.comman-btn {
    position: relative;
    background-color: #212529;
    font-size: 24px;
    line-height: 35px;
    text-transform: unset;
    padding: 26px 37px 26px 99px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    transition: all 0.4s linear;
    overflow: hidden;
    text-align: left;
}
.comman-btn:hover {
    padding: 26px 99px 26px 37px;
    transition: all 0.4s 
linear;
    color: var(--atlasblack);
}
.comman-btn:before {
    content: "";
    background-color: #acbde1;
    position: absolute;
    height: 66px;
    width: 66px;
    border-radius: 50%;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.4s linear;
}
.comman-btn:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-left: solid 3px #234285;
    border-bottom: solid 3px #234285;
    z-index: 1;
    left: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(225deg);
    transition: all 0.4s linear;
}
.comman-btn.white-bg:hover:before {
    background-color: #acbde1;
}
.comman-btn:hover:before {
    left: calc(100% - 74px);
    background-color: var(--atlasblack);
    transition: all 0.4s 
linear;
}
.comman-btn:hover:after {
    border-color: #acbde1;
    left: calc(100% - 54px);
    transition: all 0.4s 
linear;
}
.comman-btn.white-bg:hover:after {
    border-color: var(--atlasblack);
}
@media screen and (max-width: 1919px) {
    .title-box {
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 1599px) {
  .comman-btn{
    padding: 15px 30px 15px 80px;
    font-size: 20px;
  }
     .comman-btn:hover {
        padding: 15px 80px 15px 30px;
    }
   .comman-btn.top-space {
        margin: 50px auto 0;
    }
     .comman-btn.top-space {
        margin: 80px auto 0;
    }
    .title-box h2 {
        font-size: 38px;
    }
    .comman-btn::before {
        width: 50px;
        height: 50px;
    }
    .comman-btn::after {
        left: 22px;
    }

    .comman-btn:hover:before {
        left: calc(100% - 58px);
    }
        .comman-btn:hover:after {
        left: calc(100% - 46px);
    }

}
@media(max-width:1365px){
      .let-discuss-section .inner-content {
        padding: 30px;
    }
        .comman-btn.top-space {
        margin: 70px auto 0;
    }
    
}
@media screen and (max-width: 1279px){
 .let-discuss-section .title-box h2 {
        font-size: 28px;
    }
        .comman-btn.top-space {
        margin: 50px auto 0;
    }
}
@media screen and (max-width: 1023px) {
  
        .comman-btn.top-space {
        margin: 40px auto 0;
    }
}

@media screen and (max-width: 639px) {
  
        .let-discuss-section .title-box h2 {
        font-size: 24px;
    }
        .let-discuss-section p {
        max-width: none;
    }
        .comman-btn {
        font-size: 18px;
        padding: 10px 20px 10px 70px;
    }
        .comman-btn::before {
        width: 40px;
        height: 40px;
    }
        .comman-btn::after {
        left: 20px;
        width: 15px;
        height: 15px;
    }
}
@media screen and (max-width: 479px) {
        .let-discuss-section .title-box h2 {
        font-size: 22px;
        line-height: normal;
    }
        .let-discuss-section p {
        font-size: 14px;
        line-height: normal;
    }
        .comman-btn.top-space {
        margin: 30px auto 0;
    }
        .comman-btn {
        line-height: normal;
        font-size: 16px;
    }
}
.single-case-studies .solution-text ul li{
	color: white;
	    line-height: 30px;
	font-size: 20px;
}
.single-case-studies .solution-text ul{
	    padding-left: 25px !important;
}