html {
  overflow-x: hidden;
}
.common-space-section .container {
  max-width: 1640px;
}
.hero-subpg .btn-pink {
  margin-top: 10px;
}
.desc-section {
  /* padding-top: 180px;
  padding-bottom: 100px; */
  position: relative;
}
.desc-section::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -480px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/desc-belt-pattern.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
  z-index: -1;
}

.abt-page {
  padding: 184px 0px;
}
.abt-page .cnt-hm {
  padding-top: 0px;
}
/* Meet the team style start */
.meet-the-team {
  padding-bottom: 140px;
  overflow-x: hidden;
}
.meet-the-team .team-count {
  margin-bottom: 21px;
  height: 92px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2b00ff;
  border-radius: 15px;
  color: #fff;
  font-size: 55px;
  line-height: 61px;
  font-weight: 600;
}
.meet-the-team p.text-blue {
  margin-bottom: 23px;
  line-height: 28px;
  font-weight: 600;
  color: #2b00ff;
}
.meet-team-count {
  padding-bottom: 154px;
}
.heading-title .h2-title {
  margin-bottom: 79px;
  line-height: 113px;
  font-weight: 600;
}
.our-code-value {
  padding-top: 180px;
  padding-bottom: 150px;
  overflow-x: hidden;
}
.our-code-box-wrap {
  padding: 100px 40px;
  background-color: #fff;
  border-radius: 40px;
}
.our-code-box-wrap h2 {
  margin-bottom: 70px;
  font-size: 207px;
  line-height: 1em !important;
  letter-spacing: -15px;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 1;
}
.our-code-box-wrap .icon-txt {
  padding: 0px;
  position: relative;
  margin-left: -40px;
  margin-right: -50px;
  z-index: -1;
  top: -10px;
}
.code-value-wrap {
  display: flex;
  flex-flow: row;
  margin-left: 5%;
  width: 90vw;
  overflow: hidden;
}
.code-value-items {
  margin-right: 20px;
  margin-left: 20px;
  padding: 23px 31px;
  background: rgb(237, 67, 217);
  background: linear-gradient(
    180deg,
    rgba(237, 67, 217, 1) 1%,
    rgba(55, 0, 255, 1) 100%
  );
  border-radius: 25px;
  width: auto;
  height: 471px;
}
.code-value-items h3 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  max-width: 80%;
  min-height: 72px;
}
.code-value-items p {
  margin: 0px;
  line-height: 28px;
  color: #fff;
  max-width: calc(100% - 10px);
}
.our-code-box-wrap .slick-arrow {
  display: none !important;
}
.our-code-box-wrap .slick-track {
  margin-left: 0;
}
.team-list-items {
  padding: 35px 30px 35px 38px;
  background: #fff;
  border-radius: 20px;
}
.team-list {
  margin-bottom: 26px;
}
.team-list .img-wrap {
  margin-bottom: 109px;
}
.team-list h3 {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
.team-list-items .team-list-desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.team-list-items .team-list-desc .designation {
  font-size: 20px;
  line-height: 28px;
}
.team-list .team-list-items {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team-list:last-child .team-list-items {
  opacity: 0; display: none;
}

.team-list .team-list-items .desc-ryt a {
  display: inline-flex;
  width: 33px;
}
.team-list .team-list-items .desc-ryt a:hover img {
  opacity: 0.5;
}
/* The Gud Stuff page style */
.banner-info {
  position: relative;
  max-width: 735px;
}
.info-wrp {
  padding: 28px 54px 28px 0;
  display: flex;
  border-bottom: 4px dashed rgb(226 226 226 / 35%);
}
.lft-side {
  min-width: 130px;
}
.ryt-side {
  font-weight: 600;
}
.info-wrp::before {
  content: "";
  position: absolute;
  right: -20px;
  top: calc(50% - 5px);
  width: 88px;
  height: 90px;
  background-image: url(../images/fire-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}
.video-section {
  padding: 200px 15px 102px;
}
.vide-wrap {
  background: #fff;
  border-radius: 39px;
  padding: 100px 0px;
}
.vide-wrap .video-parent-class {
  margin-top: -195px;
  position: relative;
  height: 100% !important;
  width: 100% !important;
}
.vide-wrap .video-parent-class::before {
  content: "";
  display: block;
  padding-top: 56%;
}
.vide-wrap .video-parent-class video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 37px;
  object-fit: cover;
}
.vide-wrap img.pause-play-img {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  z-index: 1;
  transform: translate(-50%, -50%) !important;
  cursor: pointer;
}
.video-section ul.win-list {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.video-section ul.win-list li {
  padding: 0px 20px;
  width: 25%;
}
.video-section ul.win-list li p {
  font-weight: 600;
  margin-bottom: 0;
  color: #0d0d1f;
  padding: 0px 30px;
}
.no-pattern::before {
  content: unset;
}
.desc-section.regular-desc h3 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -3px;
  position: relative;
  margin-bottom: 0px;
}

/* .desc-section.regular-desc {
    padding: 102px 15px 110px;
} */

/* change-section style start */
.change-section.verson-2 {
  padding: 68px 0px 116px;
}
.change-section.verson-2 h3 {
  background: linear-gradient(to bottom, #ed43d9 20%, #3700ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.chg-sec-wrap::before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: 83px;
  width: 153px;
  height: 135px;
  background-image: url(../images/hand-shak-icon.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}
.change-section.verson-2 h3 {
  text-align: left;
  /* font-size: 55px;
    line-height: 1.2; */
  max-width: 1270px;
  margin-right: auto;
  margin-left: 0px;
}
.chg-sec-testimonial {
  display: flex;
  text-align: left;
  gap: 25px;
}
.chg-sec-testimonial h4 {
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
.chg-sec-testimonial .designation {
  font-size: 22px;
  line-height: 36px;
}
.chg-sec-wrap {
  position: relative;
  background-color: #0d0d1f;
  border-radius: 30px;
  padding: 90px 85px 118px;
  text-align: center;
  color: #ffffff;
}
/* New timeline style start */
.ag-timeline-block {
  padding: 80px 0 80px;
}
.ag-timeline_title-box {
  padding: 0 0 30px;
  text-align: center;
}
.ag-timeline_tagline {
  font-size: 40px;
  color: rgb(84, 89, 95);
}
.ag-timeline_title {
  background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/images/bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  font-size: 80px;
}
.ag-timeline_item {
  margin: 0 0 105px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.ag-timeline_list .js-timeline_item:last-child {
  margin-bottom: 20px;
}
.ag-timeline_item:nth-child(2n) {
  text-align: right;
}
.ag-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.ag-timeline_line {
  width: 4px;
  background: url(../images/time-line-pattern.png) left top / contain repeat-y;
  position: absolute;
  top: 0px !important;
  left: 50%;
  bottom: 65px !important;
  background-size: 4px 20px;
}
.main-dot::after {
  content: "";
  position: absolute;
  height: 34px;
  width: 34px;
  background: #fff;
  border: 4px solid #8e8e8e;
  border-radius: 50%;
  right: -18px;
  top: 0px;
  transform: translate(0px, 0px);
}
.the-brief::after {
  content: "";
  position: relative;
  display: block;
  top: 0;
  left: 0;
  background-image: url(../images/the-brief-pattern.png);
  width: 319px;
  height: 52px;
}
.what-we-did::after {
  content: "";
  position: relative;
  display: block;
  top: 0;
  left: 0;
  background-image: url(../images/what-we-did.png);
  width: 95%;
  height: 70px;
}
.the-results::after {
  content: "";
  position: relative;
  display: block;
  top: 0;
  left: 0;
  background-image: url(../images/the-results-pattern.png);
  width: 95%;
  height: 70px;
}
.ag-timeline_line-progress {
  width: 100%;
  height: 20%; max-height: 100%;
  background-color: #8e8e8e;
}
.ag-timeline_item .ag-timeline-card_box {
  padding: 0px;
  width: 50%;
  text-align: right;
  position: relative;
}
.ag-timeline-card_point-box {
  display: inline-block;
  margin: 0 14px 0 -28px;
  opacity: 0;
  position: absolute;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
  margin: 0 -28px 0 14px;
}
.ag-timeline-card_point {
  height: 50px;
  line-height: 50px;
  width: 50px;
  border: 3px solid #ff0;
  background-color: #1d1d1b;
  text-align: center;
  font-size: 20px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.js-ag-active .ag-timeline-card_point {
  color: #1d1d1b;
  background-color: #ff0;
}
.ag-timeline-card_meta-box {
  min-height: 100%;
  padding-right: 46px;
  display: flex;
  justify-content: flex-end;
  margin-top: -20px;
}
.ag-timeline-card_meta {
  margin: 0px;
  font-size: 55px;
  line-height: 1.5;
  font-weight: 600;
  color: #0d0d1f;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 544;
  align-self: self-start;
}
.ag-timeline-card_item {
  display: inline-flex;
  width: 50%;
  margin: -77px 0 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  position: relative;
}
.ag-timeline-card_title {
  display: none;
  margin: 10px 0 0;
  font-size: 28px;
}
.ag-timeline-card_desc {
  padding: 80px 0px 0px 46px;
  text-align: left;
}
.ag-timeline-card_desc ul {
  padding: 0px;
  margin: 0px 0px 40px;
}
/*
.ag-timeline-card_desc ul li {
  list-style-type: none;
}
*/
.ag-timeline-card_desc strong {
  display: flex;
  margin-bottom: 10px;
}
.contact-section.contact-sec-wrap {
  background: #2b00ff;
  padding: 188px 0px 204px;
}
.contact-bnr .icon-txt {
  padding: 0px;
  margin-left: -10px;
  margin-right: -20px;
  z-index: -1;
}
.con-address-wrap {
  padding: 50px 0px 0px;
  display: flex;
  flex-flow: row wrap;
  gap: 80px;
}
.con-address-wrap .add-items {
  max-width: 260px;
}
.con-address-wrap .add-items ul {
  margin: 0px;
  padding: 0px;
}
.con-address-wrap .add-items ul li {
  list-style-type: none;
}
.con-address-wrap .add-items p.head {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}
.con-address-wrap .add-items a {
  color: #fff;
}
.con-address-wrap .add-items a:hover {
  color: #f0188c;
}
.contact-bnr h1 {
  margin-bottom: 40px;
}
.contact-bnr {
  padding-top: 260px;
  position: relative;
  background: rgb(13, 13, 31);
  background: linear-gradient(180deg, rgba(13, 13, 31, 1) 30%, #2b00ff 100%);
}
.contact-bnr::before {
  content: "";
  position: absolute;
  top: 145px;
  left: -10px;
  background: url(../images/contact-banner-pattern.png) top left / contain
    no-repeat;
  background-size: 644px 615px;
  width: 644px;
  height: 615px;
}
.contact-bnr .hero-subpg-img img {
  padding-top: 140px;
}
.contact-section.contact-sec-wrap {
  background: #2b00ff;
  padding: 48px 0px 204px;
}
.con-address-wrap.add-sec {
  display: none;
}
.contact-bnr .hero-subpg-desc {
  position: relative;
}
.story-title.related-success-wrap {
  max-width: 100%;
  padding-bottom: 120px;
}
.story-logo h2 {
  margin-bottom: 30px;
  font-weight: 600;
}
/* .hero-subpg.solutions-meta-hero {
  padding-top: 190px;
} */
.hero-subpg.solutions-meta-hero .hero-subpg-img {
  position: relative;
  /* top: -15px; */
}
.res-img-cls.running-section::before {
  top: -54px;
}
.story-section.quest-section.res-img-cls-before::before {
  top: 500px;
}
.story-section.quest-section.res-img-cls-before .story-img {
  text-align: center;
}
.ucg-your-section h2 {
  margin-bottom: 25px;
  font-weight: 600;
}
.ucg-your-section ul {
  padding-top: 10px;
  display: flex;
  justify-content: space-around;
}
.ucg-your-section ul li {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #2b00ff;
  position: relative;
  list-style-type: none;
}
.ucg-your-section ul li::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 6px;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background-color: #2b00ff;
}
.ucg-your-section.common-space-section {
  padding-bottom: 130px;
}
.ucg-your-section .desc {
  max-width: 878px;
  padding: 0px 15px;
}
/* 12-12-2023 style start */
.res-img-cls-before .story-logo h3 {
  max-width: 665px;
}
.test-talk-sec.common-space-section {
  position: relative;
  background-color: #0d0d1f;
  border-radius: 30px;
  padding: 90px 85px 118px;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
}
.test-talk-sec-wrap {
  padding: 200px 15px 20px;
}
.test-talk-sec {
  position: relative;
  background-color: #0d0d1f;
  border-radius: 30px;
  padding: 150px 85px 118px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}
.test-talk-sec .icon-txt {
  position: relative;
  width: 100%;
  padding: 10px;
  z-index: -1;
}
.test-talk-sec .icon-txt img {
  position: absolute;
  /* max-width: 141px;
    left: -75px;
    top: -31px;
    height: 140px;
    object-fit: cover; */
  padding: 0px;
  margin: 0px;
  z-index: 0;
}
.test-talk-sec-wrap .desc {
  max-width: 965px;
}
.test-talk-sec a.btn.btn-blue {
  margin-top: 20px;
}
.load_more_button {
  display: none;
}
/* 12-12-2023 style End */
body.page-id-26442 .runing-title {
  padding-right: 80px;
  position: sticky;
  top: 50px;
  margin-bottom: 20px;
  z-index: 1;
}
/* .team-list:last-child {
    display: none;
} */
/* .team-list:last-child .team-list-items {
    opacity: 0;
} */
.contact-bnr .row.align-items-center {
  align-items: flex-start !important;
}
.abt-bnr .btn-pink {
  margin-top: 30px;
}
body.page-id-26464 .tab-section-story::before {
  display: none;
}
body.page-id-26464 .story-title.related-success-wrap {
  padding-bottom: 60px;
}
.postid-19228 .ag-timeline-card_desc p:last-child {
  margin-bottom: 0;
}
.page-id-26824 .pin-spacer {
  width: 100% !important;
  background-color: #faf8ff;
}
@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }
}
/* Hubspot form style */
.hs-form-field input[type="text"] {
  border: 2px solid #fff !important;
  background: transparent !important;
  border-radius: 30px !important;
}
.page-id-26564 .hero-subpg-desc h1 {
  max-width: 770px;
}
.faq-section .accordion-button {
  gap: 12px;
}
.page-id-26442 .container-fluid.cnt-hm {
  padding-bottom: 120px;
}
.faq-section .accordion-button {
  gap: 12px;
  padding: 13px 20px 13px 5px;
}
.faq-pg-section .accordion-button::after {
  width: 35px;
  height: 35px;
}
@media (min-width: 1367px) {
  .tab-li-custom .nav-link {
    font-size: 16px;
    padding: 14px 26px;
  }
  .win-list li h4,
  .win-list li h4 span,
  .blue-counter li:last-child h4 {
    font-size: 60px;
  }
  .win-list li h4 span.per_symbol {
    font-size: 45px;
  }
}
.vide-wrap .video-parent-class img.pause-play-img {
  display: none !important;
}
.vide-wrap .video-parent-class:focus img.pause-play-img,
.vide-wrap .video-parent-class:hover img.pause-play-img {
  display: block !important;
}
/* **************************************** */
/* Media Query Start */
/* **************************************** */
@media (max-width: 1720px) {
  .code-value-items h3 {
    font-size: 28px;
    line-height: 1.4em;
    max-width: 96%;
  }
  body.page-id-26442 .desc-section::before {
    background-position: bottom left;
  }
}
@media (max-width: 1520px) {
  .our-code-box-wrap h2 {
    margin-bottom: 70px;
    font-size: 193px !important;
    line-height: 211px !important;
  }
  .code-value-wrap {
    margin-left: 5%;
  }
  .code-value-items h3 {
    font-size: 26px;
    line-height: 1.4em;
    max-width: 96%;
    min-height: 72px;
  }
  .info-wrp::before {
    width: 60px;
    height: 62px;
    top: calc(50% - 7px);
  }
  body.page-id-26564 .story-section.quest-section.res-img-cls-before::before {
    top: 650px;
  }
}
/*min width 1360*/
@media (max-width: 1420px) {
  .contact-bnr .hero-subpg-desc {
    position: relative;
    top: unset;
  }
  .hero-subpg .client-logo-hero {
    padding-top: 20px;
  }
  .chg-sec-wrap {
    padding: 90px 75px 78px;
  }
  .change-section.verson-2 h3 {
    font-size: 45px;
    line-height: 1.2;
  }
  .info-wrp {
    padding-right: 20px !important;
    padding: 22px 0px;
  }
  .info-wrp {
    padding: 22px 0px;
  }
  .video-section ul.win-list li p {
    padding: 0px 0px;
  }
  .video-section {
    padding: 200px 15px 82px;
  }
  .our-code-box-wrap h2 {
    margin-bottom: 70px;
    font-size: 160px !important;
    line-height: 165px !important;
  }
  .team-list .img-wrap {
    margin-bottom: 60px;
  }
  .meet-team-count {
    padding-bottom: 75px;
  }
  .meet-the-team {
    padding-bottom: 140px;
  }
  .desc-section {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .our-code-box-wrap {
    padding: 100px 0px;
  }
  .common-space-section .hero-subpg-img {
    text-align: right;
    position: inherit;
    top: unset;
  }
  .contact-bnr::before {
    background-size: 564px 535px;
    width: 564px;
    height: 535px;
  }
  .contact-bnr {
    padding-top: 230px;
  }
  .code-value-items {
    margin-right: 12px;
    margin-lfet: 12px;
  }
  .code-value-items h3 {
    font-size: 26px;
    line-height: 1.4em;
    max-width: 100%;
  }
  .code-value-wrap {
    margin-left: 11%;
  }
  /* body.page-id-26564 .story-section.quest-section.res-img-cls-before::before {
        top: 600px;
    } */
  /* body.page-id-26564 .quest-section .carousel-inner {
    padding-bottom: 150px;
  } */
}
/************************************/
/*min width 1280px */
@media (max-width: 1360px) {
  .code-value-items h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .desc-section::before {
    bottom: -390px;
  }
  .code-value-items p {
    line-height: 26px;
  }
  .code-value-items {
    margin-right: 15px;
    margin-left: 15px;
  }
  .team-list h3 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.3;
  }
  .team-list-items .team-list-desc .designation {
    font-size: 16px;
    line-height: 1.3em;
  }
  .lft-side {
    width: 110px;
  }
  .banner-info {
    max-width: 625px;
  }
  .desc-section.regular-desc h3 {
    font-size: 44px;
  }
  .change-section.verson-2 h3 {
    font-size: 42px;
    line-height: 1.2;
  }
}
/************************************/
/*min width 1024px*/
@media (max-width: 1260px) {
  .desc-section::before {
    bottom: -330px;
  }
  .our-code-box-wrap h2 {
    margin-bottom: 50px;
    font-size: 125px !important;
    line-height: 130px !important;
    letter-spacing: -12px !important;
  }
  .our-code-box-wrap .icon-txt img {
    width: 87px;
  }
  .our-code-box-wrap .icon-txt {
	  margin-left: -13px;
	  margin-right: -27px;
  }
  .our-code-value {
    padding-top: 170px;
    padding-bottom: 100px;
  }
  .banner-info {
    max-width: 505px;
  }
  .desc-section.regular-desc h3 {
    font-size: 40px;
  }
  .change-section.verson-2 h3 {
    font-size: 40px;
    line-height: 1.2;
  }
  .ag-timeline-card_meta {
    font-size: 64px;
    line-height: 1.4;
  }
  .the-brief::before,
  .what-we-did::before,
  .the-results::before {
    top: 90px;
  }
  .code-value-items h3 {
    max-width: 100%;
  }
  body.page-id-26442 .runing-title {
    padding-right: 0;
  }
  .contact-bnr::before {
    top: 90px;
  }
  .contact-bnr .icon-txt {
    margin-left: -10px;
    margin-right: -10px;
    max-width: 50px;
  }
  .info-wrp::before {
    width: 55px;
    height: 60px;
    top: calc(50% - 14px);
  }
  .chg-sec-wrap::before {
    width: 120px;
    height: 115px;
    right: -60px;
  }
  body.page-id-26464 .single-story-bx {
    margin-bottom: 50px;
  }
}
/************************************/
@media (max-width: 991px) {
  .our-code-box-wrap h2 {
    font-size: 95px !important;
    line-height: 110px !important;
    letter-spacing: -10px !important;
  }
  .banner-info {
    max-width: 100%;
  }
  .video-section ul.win-list {
    flex-flow: row wrap;
    justify-content: center;
  }
  .video-section ul.win-list li {
    margin-bottom: 30px;
    padding: 0px 15px;
    width: 33.33%;
  }
  .vide-wrap {
    padding: 100px 0px 30px;
  }
  .desc-section.regular-desc h3 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .chg-sec-wrap {
    padding: 60px 55px 68px;
  }
  .change-section.verson-2 h3 {
    font-size: 34px;
    line-height: 1.2;
  }
  .common-space-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ag-timeline_line {
    left: 30px;
  }
  .ag-timeline_item:nth-child(2n) {
    text-align: left;
  }
  .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 0 20px;
  }
  .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 0 0 8px;
  }
  .ag-timeline-card_point {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .ag-timeline-card_item {
    width: auto;
    margin: -65px 0 0 75px;
  }
  .ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_arrow {
    right: auto;
    left: 0;
  }
  .ag-timeline-card_arrow {
    margin-top: 12px;
  }
  .ag-timeline-card_meta {
    font-size: 43px;
    line-height: 63px;
  }
  .ag-timeline-card_desc {
    padding: 50px 0px 0px 0px;
    text-align: left;
  }
  .ag-timeline-card_meta-box {
    justify-content: flex-start;
    padding: 0px 0px 50px 70px;
    margin-top: auto;
  }
  .ag-timeline_item .ag-timeline-card_box {
    width: 100%;
    text-align: left;
  }
  .the-brief::before,
  .what-we-did::before,
  .the-results::before {
    left: 0px;
    background-size: contain;
    transform: translateX(0px);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    object-fit: contain;
    height: 33px;
  }
  .ag-timeline_item {
    margin: 0 0 70px;
  }
  .ag-timeline-card_meta::after {
    content: "";
    position: absolute;
    height: 34px;
    width: 34px;
    background: #fff;
    border: 4px solid #8e8e8e;
    border-radius: 50%;
    top: 14px;
    transform: translate(0px, 0px);
    font-size: 0px;
    left: -55px;
  }
  .main-dot::after {
    display: none;
  }
  .ag-timeline_item {
    position: relative;
  }
  .ag-timeline_line {
    top: 30px !important;
  }
  .the-brief::before,
  .what-we-did::before,
  .the-results::before {
    top: 55px;
  }
  .test-talk-sec {
    padding: 150px 55px 118px;
  }
  .ucg-your-section h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .ucg-your-section ul {
    flex-flow: row wrap;
  }
  .ucg-your-section ul li {
    margin-bottom: 25px;
    width: 50%;
    text-align: left;
    padding-left: 0px;
    font-size: 16px;
    line-height: 1;
  }
  .ucg-your-section ul li::after {
    top: 3px;
    height: 12px;
    width: 12px;
  }
  .story-section.quest-section.res-img-cls-before::before {
    background-position: top left;
    transform: scale(1);
    top: 560px;
  }
  .common-space-section .hero-subpg-img {
    text-align: center;
  }
  /* banner image center global css */
  .hero-ppc .hero-subpg-img {
    text-align: center;
  }
  /* .nav-tab-parent .nav.nav-pills{
  background: none !important;
}
.nav-tab-parent .nav.nav-pills li{
  background: #e2e2e2;
}
.nav-tab-parent .nav.nav-pills li:first-child {    
  border-radius: 25px 25px 0 0;
  overflow: hidden;
} */
  .nav-tab-parent .nav.nav-pills {
    border-radius: 25px;
    overflow: hidden;
  }
  .page-id-26280 .cnt-graphic > img,
  .page-id-26442 .cnt-graphic > img {
    padding-bottom: 50px;
  }
  .nav-pills li.active-parent button:after {
    transition: all 0.5s ease-in-out;
  }
  .nav-tab-parent .nav.nav-pills.expanded li.active-parent button:after {
    transform: translateY(-54%) rotate(-179deg);
  }
  .contact-bnr .hero-subpg-desc {
    margin-bottom: 65px;
  }
  .contact-bnr {
    padding-top: 155px;
  }
  .contact-bnr::before {
    top: 85px;
  }
  .info-wrp::before {
    width: 50px;
    height: 55px;
    top: calc(50% - 5px);
  }
  body.page-id-26464 .tab-section-story {
    padding-bottom: 100px;
  }
  .desc-section.regular-desc {
    padding-bottom: 0;
  }
  .the-brief::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 30px;
    left: 0;
    background-image: url(../images/the-brief-pattern.png);
    width: 100%;
    height: 52px;
  }
  .what-we-did::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 30px;
    left: 0;
    background-image: url(../images/what-we-did.png);
    width: 100%;
    height: 70px;
  }
  .the-results::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 30px;
    left: 0;
    background-image: url(../images/the-results-pattern.png);
    width: 100%;
    height: 70px;
  }
  body.page-id-26564 .quest-section .carousel-inner {
    padding-bottom: 0 !important;
  }
}
/************************************/
@media (max-width: 767px) {
  .hero-subpg .row {
    flex-direction: column-reverse;
  }
  .desc-section {
    padding-top: 94px;
    padding-bottom: 30px;
  }
  .desc-section::before {
    bottom: -280px;
  }
  .our-code-box-wrap h2 {
    margin-bottom: 70px;
    font-size: 120px !important;
    line-height: 125px !important;
    letter-spacing: -3px !important;
  }
  .our-code-box-wrap .icon-txt {
    padding: 0px;
    margin-left: -19px;
    margin-right: -22px;
	top: -7px;
  }
  .our-code-box-wrap {
    padding: 100px 5px;
  }
  .our-code-box-wrap .icon-txt img {
    max-width: 53px;
  }
  .our-code-box-wrap h2 {
    margin-bottom: 60px;
    font-size: 76px !important;
    line-height: 90px !important;
    letter-spacing: -2px !important;
  }
  .heading-title .h2-title {
    margin-bottom: 30px;
    font-size: 66px;
    line-height: 75px;
    font-weight: 600;
  }
  .meet-the-team .team-count {
    margin-bottom: 10px;
  }
  .team-list .img-wrap {
    margin-bottom: 60px;
    width: 98px;
  }
  .team-list h3 {
    font-size: 22px;
  }
  .team-list-items .team-list-desc .designation {
    font-size: 16px;
    line-height: 19px;
  }
  .meet-team-count {
    padding-bottom: 60px;
  }
  nav.navbar .btn-blue {
    display: none;
  }
  .code-value-wrap {
    width: 156vw !important;
  }
  .meet-the-team .team-count {
    height: 53px;
    width: 50px;
    font-size: 28px;
    line-height: 31px;
  }
  .meet-the-team {
    padding-bottom: 102px;
  }
  .team-list-items {
    padding: 25px 21px;
    padding-right: 31px;
  }
  .team-list {
    margin-bottom: 0;
    margin-right: 31px;
  }
  .team-wrapper {
    padding-left: 30px;
    width: 120vw !important;
  }
  .team-items {
    margin-bottom: 34px;
  }
  .team-list .team-list-items .desc-ryt a {
    width: 22px;
  }
  .team-list .team-list-items {
    margin-bottom: 25px;
    height: 330px;
  }
  .abt-page {
    padding: 90px 0px 61px;
  }
  .code-value-items {
    height: 350px;
  }
  .info-wrp::before {
    width: 40px;
    height: 45px;
    top: calc(50% - 10px);
  }
  .info-wrp {
    padding: 22px 0px;
  }
  .ag-timeline_title {
    font-size: 60px;
  }
  .ag-timeline-card_info {
    padding: 10px 15px;
  }
  .desc-section.regular-desc {
    padding: 52px 15px 60px;
  }
  .ag-timeline-block {
    padding: 20px 0 20px;
  }
  .video-section {
    padding: 170px 15px 82px;
  }
  .video-section ul.win-list li {
    margin-bottom: 30px;
    padding: 0px 15px;
    width: 50%;
    text-align: center;
  }
  .win-list li h4 span {
    font-size: 60px;
  }
  .desc-section.regular-desc h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 33px;
  }
  .ag-timeline-card_item {
    width: auto;
    margin: -65px 0 0 45px;
  }
  .ag-timeline_item {
    margin: 0 0 20px;
  }
  .ag-section {
    margin-left: -15px;
    margin-right: -15px;
  }
  .chg-sec-wrap {
    padding: 90px 55px 128px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0px;
  }
  .chg-sec-wrap::before {
    right: 80px;
    bottom: -61px;
  }
  .vide-wrap img.pause-play-img {
    height: 45px;
    width: 45px;
  }
  .chg-sec-testimonial h4 {
    font-size: 22px;
    line-height: 33px;
  }
  .chg-sec-testimonial {
    gap: 20px;
  }
  .chg-sec-testimonial .designation {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-bnr .row {
    flex-direction: column;
  }
  .contact-bnr {
    padding-top: 150px;
    padding-bottom: 40px;
  }
  .mobile-d-none {
    display: none;
  }
  .contact-bnr .hero-subpg-img img {
    padding-top: 0;
    width: 50%;
  }
  .contact-bnr::before {
    background-size: 564px 535px;
    width: 516px;
    height: 400px;
  }
  .contact-section.contact-sec-wrap {
    background: #2b00ff;
    padding: 0px 0px 116px;
  }
  .con-address-wrap.add-sec {
    padding-top: 55px;
    display: flex;
    text-align: left;
  }
  .story-logo h2 {
    margin-bottom: 20px;
  }
  h3, .story-logo h3, h3.h2-title, .cmp-bx h3, .block-step__item h3 {
	  font-size: 20px !important;
	  line-height: 29px !important;
	  letter-spacing: 0 !important;
  }
  .ucg-your-section.common-space-section {
    padding-bottom: 93px;
  }
  .test-talk-sec .icon-txt {
    position: relative;
    width: 100%;
    padding: 10px;
    z-index: 0;
    padding-left: 60px;
  }
  .test-talk-sec .icon-txt img {
    max-width: 70px;
    position: absolute;
    left: -2px;
    top: 9px;
    height: 70px;
    object-fit: cover;
    padding: 0px;
    margin: 0px;
  }
  /* 12-12-2023 style Start */
  .test-talk-sec {
    padding: 90px 35px 78px;
    border-radius: 0px;
  }
  .story-section.quest-section.res-img-cls-before::before {
    background-position: top left;
    transform: scale(1.2);
    top: 870px;
  }
  .test-talk-sec-wrap {
    padding: 200px 0px 20px;
    margin-left: -38px;
    margin-right: -38px;
  }
  /* 12-12-2023 style End */
  .hero-subpg.solutions-meta-hero {
    padding-top: 100px;
  }
  .page-id-26564 .story-section.quest-section.res-img-cls-before::before {
    top: 20.2%;
    transform: scale(1);
  }
  body.page-id-26564 .story-section.quest-section.res-img-cls-before::before {
    top: 750px !important;
  }
  section.story-section.faq-section {
    padding-bottom: 130px;
  }
  .faq-section .accordion-button {
    padding: 26px 50px 5px 5px;
  }
  .team-list:last-child {
    display: block;
  }
  .contact-bnr .icon-txt {
    padding: 0px;
    margin-left: -5px;
    margin-right: -6px;
  }
  .chg-sec-wrap::before {
    width: 100px;
    height: 90px;
  }
  body.page-id-26564 .quest-section .carousel-inner {
    padding-bottom: 0 !important;
  }
}
/************************************/
@media (max-width: 700px) {
  section.story-section.quest-section::before {
    top: 330px;
  }
  .page-id-26280 .contact-section,
  .page-id-26442 .contact-section {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .code-value-items h3 {
    /* min-height: 40px; */
    font-size: 16px;
    line-height: 1.3em;
  }
  .contact-bnr::before {
    top: 90px;
    left: -45px;
  }
  .the-gut-stuff-bnr {
    padding-bottom: 145px;
  }
  body.page-id-26464 .story-title.related-success-wrap {
    padding-bottom: 0px;
  }
  .running-section::before {
    top: -49px !important;
  }
  .logo-list li {
    margin: 5px 10px;
  }
  body.page-id-26564 .running-section::before {
    top: -49px !important;
  }
}
/************************************/
@media (max-width: 575px) {
  /* our-code style */
  .our-code-value {
    padding-top: 120px;
    padding-bottom: 67px;
  }
  .our-code-box-wrap {
    padding: 60px 5px;
  }
  .our-code-box-wrap h2 {
    margin-bottom: 50px;
    font-size: 76px !important;
    line-height: 65px !important;
  }
  /* desc section style */
  .desc-section::before {
    bottom: -375px;
    background-size: 175%;
  }
  .meet-the-team .heading-title .h2-title {
    margin-bottom: 45px;
    font-size: 36px;
    line-height: 40px;
  }
  .team-wrapper {
    width: 150vw !important;
  }
  .info-wrp {
    padding-right: 0px !important;
    padding: 18px 0px;
  }
  .chg-sec-wrap {
    padding: 90px 20px 128px;
  }
  .change-section.verson-2 h3 {
    font-size: 31px;
  }
  .contact-bnr::before {
    background-size: 416px 410px;
    width: 416px;
    height: 410px;
  }
  /* 12-12-2023 style Start */
  .test-talk-sec {
    padding: 90px 20px 78px;
    border-radius: 0px;
  }
  /* 12-12-2023 style End */
  section.story-section.quest-section::before {
    top: 480px;
  }
  .page-id-26564 .story-section.quest-section.res-img-cls-before::before {
    top: unset;
    bottom: 37%;
  }
}
@media (max-width: 480px) {
  .desc-section::before {
    bottom: -300px;
  }
}
@media (max-width: 375px) {
  .desc-section::before {
    bottom: -254px;
  }
}
@media (max-width: 330px) {
  body.page-id-26280 section.story-section.quest-section::before {
    top: 510px;
    height: 220px;
  }
  .page-id-26564 .story-section.quest-section.res-img-cls-before::before {
    top: unset;
    bottom: 34%;
  }
}
/* career css */
.career_left_right .desc-desc1 {
  min-height: 380px;
}
.career_left_right::before {
  bottom: -630px;
  height: 163%;
}
.winning_section .our-code-box-wrap h2 { 	
  font-size: 147px;
  letter-spacing: -10px;
  margin-bottom: 30px;
}
.winning_section .our-code-box-wrap h2 span.icon-txt {
  width: 100%;
  display: inline-block;
  margin-left: -4px;
  margin-right: -10px;
  max-width: 104px;
}
/*
.winning_section .code-value-wrap .slick-list.draggable {
    width: 100%;
}
*/
.perks_section {
  padding-bottom: 208px;
}
.perks_section .perks_content-inner {
  max-width: 1270px;
}
.perks_section .perks_content-inner h2 {
  font-size: 86px;
  font-weight: 600;
  letter-spacing: -3px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  color: #0d0d1f;
  max-width: 703px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1em;
  margin-bottom: 100px;
}
.perks_listing {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 56px;
  width: 100%;
}
.perks_item {
  border-radius: 25px;
  background-color: #fff;
  color: #0d0d1f;
  padding: 44px 38px;
  width: 100%;
  position: relative;
  max-width: 398px;
  overflow: hidden;
}
.perks_item h3 {
  font-size: 86px;
  margin: 0;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -1px;
}
.perks_item h5 {
  font-size: 50px;
  margin: 0;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -1px;
}
.perks_item h5 span {
  font-size: 30px;
  display: block;
}
.perks_listing .perks_item:nth-child(1) {
  background-color: #4541fe;
  padding: 64px 38px 44px;
  align-self: flex-start;
  margin-left: 76px;
}
.perks_listing .perks_item:nth-child(1) h3,
.perks_listing .perks_item:nth-child(1) h5 {
  color: #fff;
}
.perks_listing .perks_item:nth-child(1) h3 {
  margin-bottom: 7px;
}
.perks_listing .perks_item:nth-child(1) h5 span {
  margin-top: 13px;
}
.perks_listing .perks_item:nth-child(1)::before {
  content: "";
  width: 111px;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -28px;
  right: -17px;
  background-image: url(../images/days-icon.svg);
}
.perks_listing .perks_item:nth-child(2) {
  max-width: 322px;
  padding: 64px 35px 66px;
  margin-top: 70px;
  align-self: flex-end;
}
.perks_listing .perks_item:nth-child(3) {
  align-self: flex-end;
  max-width: 322px;
  padding: 48px 33px 61px;
  background-color: #dac7fe;
  margin-top: 25px;
}
.perks_listing .perks_item:nth-child(3)::before {
  content: "";
  width: 113px;
  height: 123px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -37px;
  right: -30px;
  background-image: url(../images/Quaterly.svg);
}
.perks_listing .perks_item:nth-child(4) {
  background-color: #d9c7fd;
  padding: 52px 38px 53px;
  text-align: center;
  margin-top: -65px;
  align-self: flex-start;
}
.perks_listing .perks_item:nth-child(5) {
  max-width: 547px;
  padding: 77px 38px 60px;
  background-color: #2c2c2c;
}
.perks_listing .perks_item:nth-child(5) h3,
.perks_listing .perks_item:nth-child(5) h5 {
  color: #fff;
}
.perks_listing .perks_item:nth-child(5) h3 {
  margin-bottom: 5px;
}
.perks_listing .perks_item:nth-child(5) h5 {
  line-height: 1.2em;
}
.perks_listing .perks_item:nth-child(5)::before {
  content: "";
  width: 107px;
  height: 107px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  right: 66px;
  background-image: url(../images/employee.svg);
}
body .contact-section.block-roles-reviews {
  background-image: linear-gradient(
    180deg,
    rgba(43, 0, 255, 1) 30%,
    rgba(240, 24, 140, 1) 100%
  ) !important;
  padding: 180px 0px 190px !important;
}
.block-open-roles.common-space-section {
  margin-bottom: 200px;
}
.block-open-roles__inner {
  background-color: #0d0d1f;
  border-radius: 40px;
  padding: 106px 50px 128px;
}
.block-open-roles__content {
  max-width: 1088px;
  margin: 0 auto;
}
.block-open-roles__content h2 {
  /* font-size: 176px; */
  letter-spacing: -10px;
  margin-bottom: 40px;
}
.block-open-roles__content h2 span.icon-txt {
  display: inline-block;
  max-width: 146px;
  margin-left: -36px;
  margin-right: -74px;
  top: -50px;
}
.block-open-roles__content h2 span.icon-txt img {
  margin-top: -120px;
}
.block-open-roles__content h5 {
  /* font-size: 50px; */
  font-weight: bold;
  text-align: center;
  max-width: 824px;
  margin: 0 auto 40px;
  letter-spacing: -2px;
  background: -webkit-linear-gradient(
    270deg,
    rgba(43, 0, 255, 1) -40%,
    rgba(240, 24, 140, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-open-roles__content > p {
  /* font-size: 30px; */
  color: #fff;
  letter-spacing: -1px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
}
.job_item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 33px 0;
  border-bottom: 4px dotted rgba(226, 226, 226, 0.15);
  margin-bottom: 35px;
}
.job_item__detail {
  flex: 1;
  padding-right: 20px;
}
.job_item__detail h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -1px;
}
.job_item__detail p {
  /* font-size: 22px; */
  color: #fff;
  margin-bottom: 0;
}
.job_listing {
  margin-top: 80px;
}
.block-roles-reviews .container-fluid > p {
  max-width: 813px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.block-roles-reviews .container-fluid > h2 {
  margin-bottom: 24px;
}
.block-roles-reviews .container-fluid > p {
  max-width: 813px;
  margin: 0 auto 70px;
  text-align: center;
  color: #fff;
}
.block-roles-reviews .container-fluid .variable-width .slick-arrow {
  background-color: #2b00ff;
}
.block-roles-reviews .container-fluid .variable-width .slick-arrow:hover {
  background-color: #0d0d1f;
}
.abt-bnr.career-banner2 .btn-pink {
  margin-top: 10px;
}
@media (min-width: 1501px) {
  .career_left_right .runing-title {
    padding-right: 170px;
  }
  .career-banner2 .hero-subpg-img img {
    max-width: calc(100% + 40px);
    margin-left: -40px;
  }
}
.winning_section .code-value-items h3 {
  font-size: 22px;
  line-height: 1.1em;
  max-width: 100%;
  min-height: 48px;
  margin-bottom: 22px;
}
.winning_section .code-value-wrap .slick-track {
  display: flex;
  margin-left: auto;
}
.winning_section .code-value-items {
  padding: 30px 25px 80px 38px;
  height: unset;
}
.block-roles-reviews .slick-track {
  display: flex;
}
.block-roles-reviews .slick-track .slick-slide {
  height: unset;
}
.block-roles-reviews .slick-track .slick-slide .review-bx {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1560px) {
  .winning_section .our-code-box-wrap h2 {
    font-size: 140px;
  }
}
@media (max-width: 1460px) {
  .career_left_right .desc-desc1 {
    min-height: auto;
  }
  .career_left_right::before {
    bottom: -530px;
  }
  .winning_section .our-code-box-wrap h2 {
    font-size: 130px;
  }
  .winning_section.our-code-value {
    padding-bottom: 100px;
  }
  .perks_section .perks_content-inner h2 {
    font-size: 70px;
    margin-bottom: 80px;
  }
  .perks_listing {
    grid-gap: 36px;
  }
  .perks_listing .perks_item:nth-child(1) {
    margin-left: 26px;
  }
  .perks_item h3 {
    font-size: 70px;
  }
  .perks_item h5 {
    font-size: 40px;
  }
  .perks_item h5 span {
    font-size: 26px;
  }
  .perks_listing .perks_item:nth-child(1) {
    max-width: 368px;
  }
  .perks_listing .perks_item:nth-child(2) {
    padding: 54px 35px 46px;
  }
  .perks_listing .perks_item:nth-child(3) {
    padding: 38px 33px 51px;
  }
  .perks_listing .perks_item:nth-child(4) {
    margin-top: -35px;
  }
  .perks_listing .perks_item:nth-child(3)::before {
    width: 73px;
    height: 83px;
  }
  .perks_listing .perks_item:nth-child(1)::before {
    width: 91px;
    height: 80px;
  }
  .perks_listing .perks_item:nth-child(5)::before {
    width: 87px;
    height: 87px;
  }
  .perks_section {
    padding-bottom: 168px;
  }
  body .contact-section.block-roles-reviews {
    padding: 150px 0px 190px !important;
  }
  .block-open-roles__inner {
    padding: 86px 50px 128px;
  }
  .block-open-roles.common-space-section {
    margin-bottom: 160px;
  }
}
@media (max-width: 1360px) {
  .winning_section .our-code-box-wrap h2 {
    font-size: 120px;
  }
  .perks_section {
    padding-bottom: 168px;
  }
  body .contact-section.block-roles-reviews {
    padding: 120px 0px 190px !important;
  }
  .block-open-roles__content h2 {
    font-size: 126px;
  }
  .block-open-roles__content h5 {
    font-size: 43px;
  }
  .block-open-roles__content > p {
    font-size: 24px;
  }
  .block-open-roles__inner {
    padding: 136px 50px 88px;
  }
  .block-open-roles.common-space-section {
    margin-bottom: 120px;
  }
}
@media (max-width: 1260px) {
  .winning_section .our-code-box-wrap h2 {
    font-size: 90px;
    letter-spacing: -5px;
  }
  .winning_section .our-code-box-wrap h2 span.icon-txt {
    max-width: 66px;
    margin-left: 2px;
    margin-right: 0px;
  }
  .winning_section .our-code-box-wrap {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
  }
  .winning_section.our-code-value {
    padding-bottom: 70px;
  }
  .perks_section .perks_content-inner h2 {
    font-size: 60px;
  }
  .perks_item h3 {
    font-size: 60px;
  }
  .perks_section {
    padding-bottom: 111px;
  }
  body .contact-section.block-roles-reviews {
    padding: 99px 0px 190px !important;
  }
  .block-open-roles__inner {
    padding: 96px 50px 58px;
  }
  .job_listing {
    margin-top: 10px;
  }
  .block-open-roles.common-space-section {
    margin-bottom: 100px;
  }
  /* .career-banner2 {
    padding-top: 160px;
  } */
}
@media (max-width: 1199px) {
  .perks_listing .perks_item:nth-child(1) {
    margin-left: 0;
    max-width: calc(50% - 24px);
    width: 100%;
  }
  .perks_listing .perks_item:nth-child(2) {
    max-width: calc(50% - 24px);
    width: 100%;
    margin-top: 0;
  }
  .perks_listing .perks_item:nth-child(3) {
    max-width: calc(50% - 24px);
    width: 100%;
    margin-top: 0;
  }
  .perks_listing .perks_item:nth-child(4) {
    max-width: calc(50% - 24px);
    width: 100%;
    margin-top: 0;
  }
  .perks_listing .perks_item:nth-child(5) {
    max-width: 100%;
    width: 100%;
  }
  .perks_item h5 {
    font-size: 30px;
  }
  .perks_listing {
    grid-gap: 46px;
  }
  .perks_item h5 span {
    font-size: 22px;
  }
  .perks_section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .career_left_right {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .career_left_right::before {
    bottom: -372px;
  }
  .winning_section .our-code-box-wrap h2 {
    font-size: 90px;
    line-height: 1em;
  }
  .winning_section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .winning_section .code-value-wrap {
    margin-left: 0;
  }
  body .contact-section.block-roles-reviews {
    padding: 0 0px 140px !important;
  }
  .block-open-roles.common-space-section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .block-open-roles__inner {
    border-radius: 0;
    padding: 86px 30px 68px;
  }
  .block-open-roles__content h2 {
    margin-bottom: 20px;
    font-size: 106px;
  }
  .job_item__detail h3 {
    font-size: 27px;
  }
  .job_item {
    margin-bottom: 15px;
  }
  .block-open-roles__content h5 {
    font-size: 36px;
  }
  .block-open-roles__content > p {
    font-size: 20px;
    letter-spacing: 0;
  }
  .block-open-roles.common-space-section {
    margin-bottom: 80px;
  }
  .block-roles-reviews .container-fluid > p {
    margin: 0 auto 42px;
  }
  /* .career-banner2 {
    padding-top: 140px;
    padding-bottom: 140px;
  } */
  .winning_section .code-value-items h3 {
    font-size: 22px;
  }
  .abt-bnr.career-banner2 .btn-pink {
    margin-top: 0;
  }
  .career_left_right {
    position: relative;
    z-index: 1;
  }
  .career_left_right {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .career_left_right::before {
    bottom: -292px;
  }
  .career_left_right {
    padding-top: 44px;
  }
  .winning_section .our-code-box-wrap h2 {
    font-size: 57px;
    letter-spacing: -3px;
  }
  .winning_section .our-code-box-wrap h2 span.icon-txt {
    max-width: 50px;
    margin-left: 0;
  }
  .winning_section .our-code-box-wrap .icon-txt img {
    max-width: 44px;
  }
  .winning_section {
    padding-left: 0;
    padding-right: 0;
  }
  .winning_section.our-code-value {
    padding-bottom: 57px;
  }
  .perks_section .perks_content-inner h2 {
    font-size: 44px;
    margin-bottom: 74px;
    margin-top: 20px;
  }
  .perks_item h3 {
    font-size: 44px;
  }
  .perks_listing .perks_item:nth-child(1) {
    order: 1;
    max-width: 100%;
    padding: 34px 25px 29px;
  }
  .perks_listing .perks_item:nth-child(2) {
    order: 3;
    max-width: 100%;
    padding: 31px 25px 31px;
  }
  .perks_listing .perks_item:nth-child(3) {
    order: 5;
    max-width: 100%;
    padding: 34px 25px 36px;
  }
  .perks_listing .perks_item:nth-child(4) {
    order: 2;
    max-width: 100%;
    padding: 25px;
    text-align: left;
  }
  .perks_listing .perks_item:nth-child(5) {
    order: 4;
    max-width: 100%;
    padding: 47px 48px 40px 25px;
  }
  .perks_listing {
    grid-gap: 25px;
  }
  .perks_listing .perks_item:nth-child(3)::before {
    bottom: -49px;
    right: 20px;
  }
  .perks_listing .perks_item:nth-child(5)::before {
    width: 58px;
    height: 58px;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
  }
  .perks_section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-open-roles__inner {
    border-radius: 0;
    padding: 80px 30px 38px;
  }
  .block-open-roles__content h5 {
    font-size: 32px;
  }
  .job_item__detail {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .job_item__detail h3 {
    font-size: 22px;
  }
  .block-open-roles__content h2 {
    font-size: 65px;
    letter-spacing: -4px;
  }
  .block-open-roles__content h2 span.icon-txt img {
    margin-top: -70px;
    max-width: 95px;
    line-height: 1.1em;
  }
  .block-open-roles__content h5 {
    margin: 0 auto 20px;
  }
  .block-open-roles__content h2 span.icon-txt {
    margin-left: -28px;
    margin-right: -59px;
  }
  .block-open-roles__content > p {
    font-size: 22px;
  }
  body .contact-section.block-roles-reviews {
    padding: 0 0 90px !important;
  }
  /* .career-banner2 {
    padding-top: 120px;
  } */
  .winning_section .code-value-items {
    padding: 25px 15px 25px 24px;
  }
  .winning_section .code-value-items h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .block-roles-reviews .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 575px) {
  .career_left_right::before {
    bottom: -352px;
  }
}
@media (max-width: 480px) {
  .career_left_right::before {
    bottom: -291px;
  }
}
/* Web Design Case Study css */
.block-img-section {
  width: 100%;
  padding: 140px 0 40px;
}
.block-img-section__img {
  position: relative;
  width: 100%;
}
.block-img-section__img::before {
  content: "";
  padding-top: calc(9 / 16 * 100%);
  display: block;
}
.block-img-section__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 51px;
}
.block-2-image {
  padding: 20px 0 97px;
}
.block-2-image .row {
  --bs-gutter-x: 70px;
  --bs-gutter-y: 46px;
}
.block-2-image__img {
  position: relative;
  width: 100%;
}
.block-2-image__img::before {
  content: "";
  display: block;
  padding-top: calc(3 / 3.2 * 100%);
}
.block-2-image__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.ag-timeline-card_item__img {
  width: 100%;
  transform: unset;
  position: relative;
  margin-top: 98px;
  margin-bottom: 40px;
  overflow: hidden;
  z-index: 999;
}
.ag-timeline-card_item__img::before {
  content: "";
  display: block;
  padding-top: calc(9 / 16 * 100%);
}
.ag-timeline-card_item__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 51px;
}
.shutter {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #faf8ff;
  transition: top 0.1s ease-out, bottom 0.1s ease-out, left 0.1s ease-out,
    right 0.1s ease-out;
  /* Adjust the transition properties */
  transform: translateZ(0);
  /* Apply hardware acceleration */
  left: 0;
}
.animate-info.completed-animation {
  overflow: visible;
}
.completed-animation .shutter {
  display: none;
}
/* .animate-info:not([data-shutter="right"]) .shutter{
left: 0;
} */
.ag-timeline-card_item__2-col {
  width: 100%;
  transform: unset;
  margin-top: 159px;
  position: relative;
  z-index: 999;
}
.ag-timeline-card_item__2-col .row {
  --bs-gutter-x: 70px;
  --bs-gutter-y: 50px;
}
.ag-timeline-card_item__2-col__img {
  width: 100%;
  position: relative;
}
.ag-timeline-card_item__2-col__img::before {
  content: "";
  display: block;
  padding-top: 90%;
}
.ag-timeline-card_item__2-col__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.ag-timeline-card_item__2-col
  .row
  div[class*="col-"]:nth-child(1)
  .ag-timeline-card_item__2-col__img {
  margin-top: 100px;
  margin-bottom: -26px;
}
.ag-timeline_list .js-timeline_item:last-child .ag-timeline-card_item__img {
  margin-bottom: 0;
}
.work-template-default.single-work section.tab-section-story.comman-left-right {
  padding-top: 50px;
  padding-bottom: 210px;
}
.work-template-default.single-work
  section.tab-section-story.comman-left-right:before {
  display: none;
}
.work-template-default.single-work .story-title.related-success-wrap {
  padding-bottom: 30px;
}

/* .work-template-default.single-work .hero-subpg {
    overflow: hidden;
} */

.work-template-default.single-work .hero-subpg::before {
  bottom: -40px;
}

/* .work-template-default.single-work .hero-subpg .down-icon {
    bottom: 0;
} */

body.postid-19228 {
  overflow-x: unset;
}
@media (min-width: 992px) {
  .work-template-default
    .comman-left-right.tab-section-story
    .row
    .col-lg-6:nth-child(2) {
    margin-top: 225px;
  }
  .work-template-default.single-work .ag-timeline-card_meta {
    line-height: 1;
  }
  .work-template-default.single-work .ag-timeline-card_meta.the-brief::after,
  .work-template-default.single-work .ag-timeline-card_meta.what-we-did::after,
  .work-template-default.single-work .ag-timeline-card_meta.the-results::after {
    margin-top: 15px;
  }
}
@media (max-width: 1460px) {
  .block-img-section {
    padding: 130px 0 20px;
  }
  .desc-section.text-left-right-block {
    padding: 82px 15px 70px;
  }
  .block-2-image {
    padding: 20px 0 67px;
  }
  .ag-timeline-card_item__img {
    margin-top: 78px;
    margin-bottom: 10px;
  }
  .ag-timeline-card_item__2-col {
    margin-top: 109px;
  }
  .ag-timeline-card_item__2-col
    .row
    div[class*="col-"]:nth-child(1)
    .ag-timeline-card_item__2-col__img {
    margin-top: 70px;
  }
  .work-template-default.single-work .hero-subpg {
    /* padding-top: 250px; 
    padding-bottom: 180px;*/
  }
  .work-template-default.single-work
    section.tab-section-story.comman-left-right {
    padding-bottom: 60px;
  }
}
@media (max-width: 1360px) {
}
@media (max-width: 1260px) {
  .block-img-section {
    padding: 90px 0 20px;
  }
  .desc-section.text-left-right-block {
    padding: 62px 15px 50px;
  }
  .block-2-image .row {
    --bs-gutter-x: 50px;
  }
  .block-2-image {
    padding: 20px 0 47px;
  }
  .ag-timeline-card_item__img {
    margin-top: 58px;
    margin-bottom: 0;
  }
  .ag-timeline-card_item__2-col {
    margin-top: 79px;
  }
  .ag-timeline-card_item__2-col
    .row
    div[class*="col-"]:nth-child(1)
    .ag-timeline-card_item__2-col__img {
    margin-top: 50px;
    margin-bottom: -6px;
  }
  /* .work-template-default.single-work .hero-subpg {
    padding-top: 200px;
    padding-bottom: 160px;
  } */
  .work-template-default.single-work
    section.tab-section-story.comman-left-right {
    padding-bottom: 180px;
  }
}
@media (max-width: 1199px) {
  .work-template-default.single-work .ag-format-container {
    margin: 0 auto;
  }
  .work-template-default.single-work .hero-subpg {
    overflow: unset;
  }
}
@media (max-width: 991px) {
  .block-2-image {
    padding: 20px 0 0;
  }
  .ag-timeline-card_item__2-col {
    width: calc(100% + 30px);
    transform: translateX(15px);
  }
  .ag-timeline-card_item__2-col .row {
    --bs-gutter-x: 30px;
  }
  .ag-timeline-card_item__img {
    width: calc(100% + 30px);
    transform: translateX(15px);
  }
  .ag-format-container {
    width: 100%;
  }
  .ag-timeline-card_item__2-col {
    margin-top: 59px;
  }
  .ag-timeline-card_item__2-col
    .row
    div[class*="col-"]:nth-child(1)
    .ag-timeline-card_item__2-col__img {
    margin-top: 30px;
  }
  .work-template-default.single-work .hero-subpg {
    /* padding-top: 125px;
    padding-bottom: 160px; */
  }
  .work-template-default.single-work
    section.tab-section-story.comman-left-right {
    padding-bottom: 60px;
  }
  /* .work-template-default.single-work .hero-subpg .down-icon {
    bottom: 16px;
  } */
}
@media (max-width: 767px) {
  .block-img-section {
    padding: 80px 6px 35px;
  }
  .block-img-section__img img {
    border-radius: 20px;
  }
  .block-img-section__img::before {
    padding-top: calc(9 / 14.5 * 100%);
  }
  .desc-section.text-left-right-block {
    padding: 0 15px 50px;
  }
  .block-2-image__img img {
    border-radius: 20px;
  }
  .block-2-image {
    padding: 20px 0 40px;
  }
  .ag-timeline-card_item__2-col {
    width: calc(100% - 21px);
    transform: translateX(21px);
  }
  .ag-timeline-card_item__img {
    width: calc(100% - 21px);
    transform: translateX(21px);
    margin-bottom: 40px;
  }
  .ag-timeline-card_item__img img {
    border-radius: 20px;
  }
  .ag-timeline-card_item__img::before {
    padding-top: calc(9 / 13 * 100%);
  }
  .ag-timeline-card_item__2-col {
    margin-top: 19px;
  }
  .ag-timeline-card_item__2-col__img::before {
    padding-top: 100%;
  }
  .ag-timeline_item .ag-timeline-card_box {
    padding-bottom: 20px;
  }
  /* .work-template-default.single-work .hero-subpg {
    padding-bottom: 170px;
  } */
}
@media (max-width: 575px) {
}
/* SOLUTIONS > SOCIAL MEDIA MARKETING */
/* .social-media-marketing-banner .hero-subpg-desc h1 {
  letter-spacing: -3px;
  line-height: 1.1em;
} */
.hero-subpg.social-media-marketing-banner {
  padding-top: 235px;
}
.social-media-marketing-banner .hero-subpg-img img {
  margin-top: -60px;
}
.running-desc-2 {
  padding-top: 130px;
}
.running-desc-2::before {
  top: -54px;
}
.delight-hero-section {
  /* padding-top: 140px; 
  padding-bottom: 190px;*/
}
/* .delight-hero-section .hero-subpg-desc {
  padding-top: 130px;
} */
/* .delight-hero-section .hero-subpg-desc h1 {
  letter-spacing: -3px;
  line-height: 1.1em;
} */
.delight-hero-section .client-logo-hero {
  margin-top: 80px;
}
.social-media-desc {
  padding-left: 30px;
}
.brand-identity-section {
  padding-top: 115px;
}
.brand-identity-section .running-desc {
  padding-top: 60px;
  padding-left: 160px;
}
.what-deliver-section .we-deliver {
  line-height: 1;
}
.what-deliver-section .we-deliver::after {
  content: "";
  position: unset;
  margin-left: auto;
  display: block;
  right: 0;
  bottom: -100px;
  background-image: url(../images/what-deliver-before.png);
  width: 75%;
  height: 70px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.what-deliver-section {
  padding-bottom: 250px;
}
.page-id-26713 section.campaign-sectopn {
  padding-bottom: 35px;
}
.page-id-26713 section.campaign-sectopn div[class*="col-"] {
  width: calc(50% + 80px);
}
.page-id-26713 section.campaign-sectopn div[class*="col-"] h2.h2-title {
  max-width: calc(100% - 80px);
}
.what-deliver-section-2
  .ag-timeline-card_item
  .ag-timeline-card_desc
  p:not(:last-child) {
  margin-bottom: 46px;
}
.page-id-26713 section.story-section {
  padding-top: 190px;
}
.social-media-marketing-faq .story-title h2 {
  text-transform: unset;
}
@media (min-width: 1261px) {
  .what-deliver-section-2 .ag-timeline_item .ag-timeline-card_box {
    width: 40%;
  }
  .what-deliver-section-2 .ag-timeline-card_item {
    width: 60%;
  }
  .what-deliver-section-2 .ag-timeline_line {
    left: 40% !important;
  }
  .page-id-26713 .trusted-section {
    padding-top: 146px;
    padding-bottom: 0;
  }
}
.page-id-26713 section.story-section .story-slider .story-img {
  text-align: right;
}
body.page-id-26713 {
  overflow-x: unset;
}
.social-media-marketing-faq.faq-section .accordion-button {
  padding-top: 22px;
  padding-bottom: 22px;
  gap: 40px;
}
@media (max-width: 1460px) {
  .running-desc-2 {
    padding-top: 110px;
    padding-bottom: 120px;
  }
  .brand-identity-section {
    padding-bottom: 50px;
  }
  .page-id-26713 section.campaign-sectopn {
    padding-top: 250px;
    padding-bottom: 35px;
  }
  .page-id-26713 .campaign-slider {
    padding-bottom: 100px;
  }
  .page-id-26713 section.story-section {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
@media (max-width: 1360px) {
  .delight-hero-section .hero-subpg-desc {
    padding-top: 80px;
  }
  .delight-hero-section .client-logo-hero {
    margin-top: 70px;
  }
  .delight-hero-section {
    padding-bottom: 150px;
  }
  .page-id-26713 section.story-section {
    padding-top: 120px;
    padding-bottom: 180px;
  }
}
@media (max-width: 1260px) {
  .running-desc-2 {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .what-deliver-section {
    padding-bottom: 200px;
  }
  .page-id-26713 section.story-section {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1199px) {
  .delight-hero-section .hero-subpg-desc {
    padding-top: 10px;
  }
  .delight-hero-section .client-logo-hero {
    margin-top: 50px;
  }
  .delight-hero-section {
    padding-bottom: 110px;
  }
  .brand-identity-section {
    padding-top: 85px;
    padding-bottom: 0px;
  }
  .brand-identity-section .running-desc {
    padding-left: 70px;
    padding-top: 40px;
  }
  .page-id-26713 section.campaign-sectopn {
    padding-top: 210px;
  }
  .page-id-26713 .campaign-slider {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  /* .delight-hero-section {
    padding-top: 90px;
  } */
  .delight-hero-section .hero-subpg-desc {
    padding-top: 30px;
  }
  .delight-hero-section .client-logo-hero {
    margin-top: 0;
  }
  .running-desc-2 .social-media-desc {
    padding-left: 0;
    padding-top: 20px;
  }
  .running-desc-2 {
    padding-bottom: 60px;
  }
  .brand-identity-section .running-desc {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 60px;
  }
  .brand-identity-section .row {
    flex-direction: column-reverse;
  }
  .page-id-26713 section.campaign-sectopn div[class*="col-"] h2.h2-title {
    max-width: 100%;
  }
  .page-id-26713 section.campaign-sectopn div[class*="col-"] {
    width: 100%;
  }
  .what-deliver-section .we-deliver::after {
    content: "";
    position: absolute;
    height: 34px;
    width: 34px;
    background: #fff;
    border: 4px solid #8e8e8e;
    border-radius: 50%;
    top: 3px;
    transform: translate(0px, 0px);
    font-size: 0px;
    left: -55px;
    margin: 0;
  }
  .what-deliver-section .we-deliver::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: -48px;
    background-image: url(../images/what-deliver-before.png);
    width: 75%;
    height: 70px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .what-deliver-section .we-deliver {
    margin-bottom: 40px;
  }
  .what-deliver-section .we-deliver {
    padding-bottom: 0;
  }
  .what-deliver-section {
    padding-bottom: 160px;
  }
  .page-id-26713 section.story-section {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .page-id-26713 .story-section .carousel button.carousel-control-prev,
  .page-id-26713 .story-section .carousel button.carousel-control-next {
    bottom: -60px;
  }
  .page-id-26713 .story-section .carousel .carousel-indicators {
    bottom: -60px;
  }
  .page-id-26713 .trusted-section .container-fluid {
    padding-bottom: 60px;
  }
  .what-deliver-section-2 {
    padding-right: 20px;
  }
  .delight-hero-section .hero-subpg-img {
    text-align: center;
    margin-bottom: 10px;
  }
  .page-id-26713 .ppc-section .div_title_block {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* .delight-hero-section {
    padding-top: 60px;
  } */
  .delight-hero-section .hero-subpg-desc {
    padding-top: 0;
  }
  .delight-hero-section {
    padding-left: 23px;
    padding-right: 23px;
  }
  .delight-hero-section .hero-subpg-desc p {
    margin-bottom: 10px;
  }
  .delight-hero-section .hero-subpg-desc h1 {
    margin-bottom: 15px;
  }
  .delight-hero-section {
    padding-bottom: 80px;
  }
  .delight-hero-section.hero-subpg .client-logo-hero {
    padding-top: 10px;
  }
  .running-desc-2 {
    padding: 43px 23px 56px;
  }
  .running-desc-2 .social-media-desc p {
    margin-bottom: 20px;
  }
  .running-desc-2 .social-media-desc {
    padding-top: 10px;
  }
  .brand-identity-section {
    padding: 80px 23px 80px;
  }
  .optimize-section {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .page-id-26713 section.campaign-sectopn {
    padding-left: 23px;
    padding-right: 23px;
  }
  .page-id-26713 .campaign-slider {
    padding-bottom: 40px;
  }
  .what-deliver-section-2 .ag-timeline-card_desc {
    padding-top: 30px;
  }
  .what-deliver-section-2
    .ag-timeline-card_item
    .ag-timeline-card_desc
    p:not(:last-child) {
    margin-bottom: 26px;
  }
  .what-deliver-section {
    padding-bottom: 120px;
  }
  .page-id-26713 section.story-section {
    padding-left: 23px;
    padding-right: 23px;
  }
  .page-id-26713 .story-img {
    margin-top: 60px;
  }
  .page-id-26713 section.story-section {
    padding-bottom: 140px;
  }
  .page-id-26713 .trusted-section .container-fluid {
    padding-bottom: 60px;
  }
  .brand-identity-section h2.h2-title {
    letter-spacing: -1px;
  }
  .page-id-26713 section.campaign-sectopn div[class*="col-"] h2.h2-title {
    letter-spacing: -1px;
  }
}
@media (max-width: 575px) {
}
/* solutions web design */
/* .web-design-banner {
  padding-top: 140px;
  padding-bottom: 190px;
} */
/* .web-design-banner .hero-subpg-desc {
  padding-top: 130px;
} */
/* .web-design-banner .hero-subpg-desc h1 {
  letter-spacing: -3px;
  line-height: 1.1em;
  margin-bottom: 30px;
} */
.web-design-banner .client-logo-hero {
  padding-top: 20px;
}
@media (max-width: 1360px) {
  .web-design-banner .hero-subpg-desc {
    padding-top: 80px;
  }
  .web-design-banner {
    padding-bottom: 150px;
  }
}
@media (max-width: 1199px) {
  .web-design-banner .hero-subpg-desc {
    padding-top: 10px;
  }
  .web-design-banner {
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .web-design-banner {
    padding-top: 100px;
  }
  .web-design-banner .hero-subpg-desc {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .web-design-banner .hero-subpg-desc {
    padding-top: 0;
  }
  .web-design-banner {
    padding-left: 23px;
    padding-right: 23px;
  }
  .web-design-banner .hero-subpg-desc p {
    margin-bottom: 10px;
  }
  .web-design-banner .hero-subpg-desc h1 {
    margin-bottom: 15px;
  }
  .web-design-banner {
    padding-bottom: 80px;
  }
  .web-design-banner.hero-subpg .client-logo-hero {
    padding-top: 10px;
  }
}
.running-section-business {
  padding-top: 130px;
}
.running-section-business .running-desc {
  padding-left: 0;
}
@media (max-width: 1460px) {
  .running-section-business {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1260px) {
  .running-section-business {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .running-section-business .social-media-desc {
    padding-left: 0;
    padding-top: 20px;
  }
  .running-section-business {
    padding-bottom: 60px;
  }
  .running-section-business .running-desc {
    padding-left: 0;
    padding-top: 10px;
  }
  .running-section-business .running-desc p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .running-section-business {
    padding: 43px 23px 56px;
  }
  .running-section-business .social-media-desc p {
    margin-bottom: 20px;
  }
  .running-section-business .social-media-desc {
    padding-top: 10px;
  }
}
.ppc-section-web-design {
  padding-top: 115px;
  padding-bottom: 170px;
}
.ppc-section-web-design .running-desc {
  padding-top: 60px;
  padding-left: 140px;
}
.ppc-section-web-design .div_title_block {
  text-align: right;
}
@media (max-width: 1460px) {
  .ppc-section-web-design {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .ppc-section-web-design {
    padding-top: 85px;
    padding-bottom: 0px;
  }
  .ppc-section-web-design .running-desc {
    padding-left: 70px;
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .ppc-section-web-design .running-desc {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 60px;
  }
  .ppc-section-web-design .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .ppc-section-web-design {
    padding: 80px 23px 80px;
  }
  .ppc-section-web-design h2.h2-title {
    letter-spacing: -1px;
  }
}
.block-step {
  padding: 92px 140px 0;
}
.block-step__header h2 {
  max-width: 700px;
  /* font-size: 86px; */
}
.block-step__item {
  margin: 20px 0;
}
.block-step__item span {
  width: 100px;
  height: 93px;
  border-radius: 15px;
  display: inline-flex;
  background-color: #2b00ff;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 22px;
}
.block-step__item h3 {
  font-size: 22px;
  color: #2b00ff;
  font-weight: 600;
}
.page-id-26771 .campaign-sectopn .campaign-info h2 {
  max-width: 787px;
}
.page-id-26771 section.campaign-sectopn div[class*="col-"] {
  width: calc(50% + 110px);
}
.page-id-26771 .story_left_img .story-slider .carousel .row .col-lg-9 {
  width: 75%;
}
.page-id-26771 .story_left_img .story-slider .carousel .row .col-lg-3 {
  width: 25%;
}
.page-id-26771 .story_left_img .btn_carousel {
  width: 25%;
}
.page-id-26771 .story_left_img .carousel-indicators {
  width: 56%;
}
.block-step .col-lg-6 {
  width: calc(50% + 80px);
}

@media screen and (min-width: 1366px) {
  .make_first-impres .quest-row {
    padding-bottom: 350px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 992px) {
  .make_first-impres .quest-row {
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 1500px) {
  .block-step__header h2 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 1400px) {
  .block-step {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .block-step__header h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-id-26771 .campaign-slider {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .block-step__header h2 {
    font-size: 36px;
  }
  .block-step {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-step .col-lg-6 {
    width: 100%;
  }
  .block-step .block-step__item span {
    width: 73px;
    height: 68px;
    font-size: 38px;
  }
  .block-step .campaign-info p {
    font-size: 16px;
    line-height: 22px;
  }
  .page-id-26771 .campaign-sectopn {
    padding-top: 75px;
    margin-top: auto;
    padding-bottom: 15px;
  }
  .page-id-26771 section.campaign-sectopn div[class*="col-"] {
    width: 100%;
  }
  .page-id-26771 section.campaign-sectopn p {
    font-size: 16px;
    line-height: 22px;
  }
  .page-id-26771 .story_left_img .carousel-item .row {
    flex-direction: row;
  }
  .page-id-26771 .story_left_img .story-img {
    margin-top: 0;
  }
  .page-id-26771 .story_left_img .carousel-indicators {
    width: auto;
  }
  .page-id-26771 section.story-section.story_left_img {
    padding-bottom: 120px;
  }
  .make_first-impres {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-26771 .reach_right_people.make_first-impres {
    padding-left: 23px;
    padding-right: 23px;
  }
  .page-id-26771 .running-section::before {
    top: -49px !important;
  }
  .page-id-26771 .story-section.story_left_img {
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 77px;
  }
  .page-id-26771 .story_left_img .work-link {
    font-size: 14px;
  }
  .page-id-26771 .story_left_img .work-link img {
    width: 20px;
    height: 20px;
  }
  .page-id-26771 .story_left_img .story-slider hr {
    margin-bottom: 15px;
  }
  .page-id-26771 .story_left_img .btn_carousel {
    padding-left: 0;
  }
  .page-id-26771 .optimize-section {
    padding-top: 100px !important;
  }
  .page-id-26771 .optimize-section .optimize-section__item p {
    font-size: 22px;
    line-height: 28px;
  }
  .page-id-26771 .story_left_img .carousel-item .row {
    flex-direction: column-reverse;
  }
  .page-id-26771 .story_left_img .story-slider .carousel .row .col-lg-9 {
    width: 100%;
  }
  .page-id-26771 .story_left_img .story-slider .carousel .row .col-lg-3 {
    width: 100%;
  }
  .page-id-26771 .story_left_img .btn_left_right {
    margin-top: 42px;
    grid-gap: 15px;
    width: auto;
  }
  .page-id-26771 section.story-section.story_left_img {
    padding-bottom: 77px;
  }
  .page-id-26771 .story_left_img .story-img {
    margin-top: 40px;
  }
  .page-id-26771 .hero-ppc .hero-subpg-img {
    margin-top: 20px;
  }
  .page-id-26730 .ppc-section.effective-wrap .div_title_block {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .block-step {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-id-26771 .campaign-sectopn {
    padding-top: 55px;
    padding-bottom: 0;
  }
  .page-id-26771 .campaign-slider {
    padding-bottom: 60px;
    padding-left: 0px;
  }
  .make_first-impres {
    padding-bottom: 75px;
    overflow: hidden;
    padding-top: 60px;
  }
  section.story-section.make_first-impres::before {
    top: 380px;
  }
  .make_first-impres .quest-row {
    padding-bottom: 150px;
  }
  .page-id-26771 .trusted-section .container-fluid {
    padding-bottom: 60px;
  }
  .page-id-26771 section.story-section.faq-section {
    padding-bottom: 75px;
    padding-right: 23px;
  }
  .page-id-26771 .test-talk-sec {
    padding: 90px 35px 78px;
  }
  .page-id-26771 .cnt-subpg2 .cnt-hm {
    padding-bottom: 15px;
    padding-top: 45px;
  }
  .page-id-26771 .web-design-banner .hero-subpg-desc {
    padding-right: 30px;
  }
  .block-step .block-step__item {
    margin: 18px 0;
  }
  .page-id-26771 .campaign-sectopn .campaign-info h2 {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 429px) {
  .page-id-26771 .optimize-section .optimize-section__item p {
    font-size: 16px;
    line-height: 22px;
  }
}
/* Solutions Branding */
/* .solutions-branding-banner {
  padding-top: 170px;
  padding-bottom: 190px;
} */
/* .solutions-branding-banner .hero-subpg-desc {
  padding-top: 130px;
} */
/* .solutions-branding-banner .hero-subpg-desc h1 {
  letter-spacing: -3px;
  line-height: 1.1em;
  margin-bottom: 30px;
} */
/* .solutions-branding-banner .client-logo-hero {
  margin-top: 150px;
} */
@media (max-width: 1360px) {
  .solutions-branding-banner .hero-subpg-desc {
    padding-top: 80px;
  }
  .solutions-branding-banner {
    padding-bottom: 150px;
  }
  .solutions-branding-banner .client-logo-hero {
    margin-top: 70px;
  }
  .page-id-26824 .solutions-branding-banner {
    padding-top: 140px;
  }
}
@media (max-width: 1199px) {
  .solutions-branding-banner .hero-subpg-desc {
    padding-top: 10px;
  }
  .solutions-branding-banner {
    padding-bottom: 110px;
  }
  .solutions-branding-banner .client-logo-hero {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .page-id-26824 .solutions-branding-banner {
    padding-top: 85px;
  }
  .solutions-branding-banner .hero-subpg-desc {
    padding-top: 30px;
  }
  .solutions-branding-banner .client-logo-hero {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .solutions-branding-banner .hero-subpg-desc {
    padding-top: 0;
  }
  .solutions-branding-banner {
    padding-left: 23px;
    padding-right: 23px;
  }
  .solutions-branding-banner .hero-subpg-desc p {
    margin-bottom: 10px;
  }
  .solutions-branding-banner .hero-subpg-desc h1 {
    margin-bottom: 15px;
  }
  .solutions-branding-banner {
    padding-bottom: 80px;
  }
  .solutions-branding-banner.hero-subpg .client-logo-hero {
    padding-top: 10px;
  }
  .page-id-26824 .hero-subpg-img {
    margin-bottom: 20px;
  }
  .page-id-26824 .story-section.faq-section {
    overflow: hidden;
    padding-bottom: 0px;
  }
  /* .page-id-26824 .faq-section .accordion-item h2 button {
    padding-right: 52px;
  } */
  .page-id-26824 .ag-timeline_list .ag-timeline_item:not(:last-child) {
    margin-bottom: 150px;
  }
  .page-id-26824 .ppc-section-web-design .running-desc p br {
    display: none;
  }
}
.page-id-26824 .story_left_img .carousel-indicators {
  width: 25%;
  bottom: 400px;
  left: auto;
  right: 0;
  padding-left: 15px;
  margin: 0;
  justify-content: flex-start;
}
.page-id-26824 .story_left_img .story-slider .carousel .row .col-lg-9 {
  width: 75%;
}
.page-id-26824 .story_left_img .story-slider .carousel .row .col-lg-3 {
  width: 25%;
}
.page-id-26824 .story_left_img .btn_carousel {
  width: 25%;
}
.logos-info {
  display: flex;
  grid-gap: 87px;
  align-items: center;
  justify-content: flex-end;
}
.logos-info .logo-bx img {
  mix-blend-mode: multiply;
}
.page-id-26824 .cmp-bx h3 {
  margin-bottom: 20px;
}
.page-id-26824 .cmp-bx {
  padding-left: 41px;
  padding-top: 25px;
  padding-right: 32px;
}
.page-id-26824 .campaign-sectopn .row div[class*="col-"]:first-child {
  width: calc(50% + 110px);
}
.page-id-26824 .campaign-sectopn .row div[class*="col-"]:last-child {
  width: calc(50% - 110px);
}
.page-id-26824 .campaign-sectopn {
  padding-bottom: 25px;
  padding-top: 230px;
}
.page-id-26824 .optimize-section {
  padding-top: 193px;
}
.page-id-26824 .ag-timeline-card_meta p {
  font-size: 22px;
  font-weight: 400;
  width: calc(100% + 20px);
  margin-top: 17px;
  letter-spacing: 0;
  margin-left: -20px;
}
.page-id-26824 .ag-timeline-card_meta {
  line-height: 62px;
  letter-spacing: -3px;
}
.page-id-26824 .what-we-did::after {
  width: 92%;
  left: auto;
  right: 0;
  display: inline-block;
}
.page-id-26824 .ag-timeline_list .ag-timeline_item:not(:last-child) {
  margin-bottom: 150px;
}

.page-id-26824 .ag-timeline_list .ag-timeline_item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -150px;
  top: 98.5%;
  left: 40%;
  width: 100px;
  background-color: #faf8ff;
  transform: translateX(-50%);
}

.page-id-26824 .ag-timeline_list .ag-timeline_item:nth-child(2)::before
{
    top: 104.5%;
}

.page-id-26824 .ag-timeline_list .ag-timeline_item:last-child .ag-timeline-card_desc
{
   min-height: 305px;
} 

.page-id-26824 .ag-timeline-card_desc p br {
  display: none;
}
.page-id-26824 .ag-timeline-block {
  padding-bottom: 27px;
}
body.page-id-26824 {
  overflow-x: unset;
}
.page-id-26824 .trusted-section .container-fluid {
  padding-bottom: 122px;
}
.page-id-26824 .story-title h2 {
  text-transform: unset;
}
.page-id-26824 .test-talk-sec .clip-text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.page-id-26824 .ppc-section-web-design {
  padding-top: 155px;
}
.page-id-26824 .optimize-section,
.page-id-26771 .optimize-section {
  background-color: #faf8ff;
}
.solutions-branding-banner.hero-subpg::before {
  bottom: -41px;
}
.solutions-branding-banner .down-icon {
  bottom: 0;
}
.page-id-26824 .running-section {
  margin-top: -19px;
}
.page-id-26824 .hero-subpg {
  overflow: hidden;
}
.page-id-26730 .optimize-section,
.page-id-26730 .pin-spacer {
  background-color: #faf8ff;
}
.page-id-26730 .campaign-sectopn {
  padding-top: 168px;
}
.page-id-26771 .ppc-section.ppc-section-web-design {
  padding-bottom: 200px;
}
/* .page-id-26824 .solutions-branding-banner .down-icon {
bottom: 14px;
} */
/* Landing page style started */
.ready-to-scale-aids {
  padding-top: 155px;
  padding-bottom: 185px;
}
.ready-to-scale-aids .hero-subpg-desc {
  max-width: 100%;
}
.ready-to-scale-aids .hero-subpg-desc > p {
  max-width: 770px;
}
.ready-to-scale-aids .logo-list {
  margin-top: 150px;
}
.ready-to-scale-aids .col-lg-7 {
  padding-top: 140px;
}
.running-section-landing {
  padding-top: 150px;
}
.running-section-landing .running-desc p {
  margin-bottom: 30px;
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 28px;
}
.kind-of-brands .running-desc {
  padding-top: 60px;
  padding-left: 150px;
  margin-right: -90px;
}
.running-section-landing .running-desc {
  padding-left: 0;
  padding-top: 16px;
  padding-right: 30px;
}
.kind-of-brands .running-desc ul, .running-desc ul {
  list-style-type: none;
  padding: 0 0 0 42px;
  margin: 0;
}
.kind-of-brands .running-desc ul li, .running-desc ul li {
  position: relative;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
  font-size: 22px;
}
.kind-of-brands .running-desc ul li::before, .running-desc ul li::before {
  content: "";
  display: block;
  left: -40px;
  top: 3px;
  background: url(../images/rightarrow-pink.svg) top left no-repeat;
  background-size: 22px 20px;
  width: 22px;
  height: 20px;
  position: absolute;
}
.kind-of-brands .div_title_block {
  margin-top: -40px;
}
.kind-of-brands .running-desc h2 {
  margin-right: 30px;
}
.landing-step-section .step-icon img {
  top: -110px;
  right: -83px;
}
.meet-the-brands-slider {
  padding-top: 185px;
  padding-bottom: 209px;
}
.meet-the-brands-slider .story-logo h3 {
  font-size: 62px;
}
.meet-the-brands-slider .story-slider .carousel-control-prev,
.meet-the-brands-slider .story-slider .carousel-control-next {
  bottom: 43px;
}
.meet-the-brands-slider .story-slider .carousel-indicators {
  bottom: 43px;
}
.the-winning-method-section {
  margin-top: auto;
  padding-top: 207px;
  padding-bottom: 55px;
}
.the-winning-method-section .campaign-info h2 {
  margin-bottom: 19px;
}
.the-winning-method-section .campaign-info p {
  margin-bottom: 12px;
}
.page-id-26831 .campaign-slider .slick-arrow {
  display: none !important;
}
.page-id-26831 .campaign-slider .cmp-bx {
  padding-bottom: 195px;
}
.grounding-principles-section {
  padding-top: 60px;
}
.grounding-principles-section h2 {
  margin-bottom: 65px;
}
.grounding-principles-section .block-step__item span {
  margin-bottom: 28px;
}
.grounding-principles-section .block-step__item h3 {
  margin-bottom: 22px;
}
.proven-performance-section {
  padding: 160px 140px 0;
}
.proven-performance-section h2 {
  font-size: 86px;
  font-weight: 600;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 80px auto;
  line-height: 94px;
}
.grounding-principles-section p {
  letter-spacing: -0.5px;
}
.proven-performance-items {
  border-radius: 40px;
}
.proven-list-desc p {
  line-height: 28px;
}
.proven-performance-items .pp-logo img {
  max-height: 60px;
}
@media (min-width: 1200px) {
  .page-id-26831 .trusted-section .container-fluid {
    padding-top: 117px;
  }
  .page-id-26831 .smily-icon img {
    top: 45px;
  }
  .kind-of-brands {
    padding-bottom: 29px;
  }
  .page-id-26824 .campaign-slider {
    padding-bottom: 130px;
  }
  .page-id-26564 .campaign-slider {
    padding-bottom: 153px;
  }
  .page-id-26564 .ppc-section {
    padding-bottom: 0;
  }
  .page-id-26564 .campaign-sectopn {
    padding-top: 93px;
    margin-top: auto;
    padding-bottom: 18px;
  }
  .page-id-26564 .optimize-section {
    padding-bottom: 40px;
  }
}
@media (min-width: 1101px) {
  .landing-faq .story-title h2 {
    font-size: 60px;
    text-transform: none;
    line-height: 74px;
    margin-bottom: 70px;
  }
}
.landing-faq .story-title h2 {
  text-transform: unset;
}
.landing-faq .faq-img {
  margin-top: -245px;
}
.page-id-26831 .contact-section > .container-fluid > img {
  margin: 0 auto;
  transform: translate(-50%, 0);
  left: 50%;
  position: relative;
}
.page-id-26831 .contact-section .test-talk-sec-wrap h2 {
  margin: 0 auto 20px auto;
  font-size: 100px;
  line-height: normal;
}
.page-id-26831 .contact-section .slick-arrow {
  top: 50px;
}
.page-id-26831 .test-talk-sec-wrap .desc {
  max-width: 100%;
}
.page-id-26831 .contact-section .slick-slider {
  padding-top: 180px;
}
.page-id-26831 .test-talk-sec .clip-text {
  max-width: 1130px;
  margin: 0 auto;
}
.page-id-26831 .review-user-info {
  display: flex;
  padding-left: 0;
}
.page-id-26831 .test-talk-sec .icon-txt img {
  max-width: 111px;
  position: absolute;
  left: -50px;
  top: -71px;
  height: 162px;
  object-fit: cover;
  padding: 0px;
  margin: 0px;
  z-index: 0;
}
.page-id-26831 .test-talk-sec {
  padding: 140px 85px 148px;
}
.page-id-26831 .test-talk-sec .clip-text {
  background: linear-gradient(to bottom, #850bcb 20%, #f0188c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-id-26831 .review-user-info > img {
  display: flex;
}
.page-id-26831 .test-talk-sec .icon-txt {
  padding: 0;
}
.page-id-26831 .review-bx {
  padding-right: 55px;
}
.star_icons {
  position: relative;
  display: block;
  height: 29px;
  width: auto;
  margin-bottom: 24px;
}
.one-star {
  background: url(../images/star-1.svg) top left no-repeat;
}
.two-star {
  background: url(../images/star-2.svg) top left no-repeat;
}
.three-star {
  background: url(../images/star-3.svg) top left no-repeat;
}
.four-star {
  background: url(../images/star-4.svg) top left no-repeat;
}
.five-star {
  background: url(../images/star-5.svg) top left no-repeat;
}
.page-id-26831 .contact-section h2 {
  margin: 0 auto 30px auto;
}
.landing-step-section p {
  color: #faf8ff;
}
.page-id-26771 .story_left_img .btn_left_right {
  margin-top: 30px;
}
.winning_section .code-value-wrap {
  display: block;
  margin-left: initial;
  width: auto;
  overflow: initial;
  padding-left: 80px;
  padding-right: 80px;
}
@media (min-width: 1200px) {
  .page-id-26831 .optimize-section {
    padding: 100px 155px 80px 155px;
  }
}
@media (min-width: 1101px) {
  .page-id-26831 .campaign-slider {
    padding-right: 0;
  }
  .page-id-26831 .campaign-slider .slick-list {
    padding-right: 7%;
  }
  .page-id-26831 .campaign-slider .container-fluid {
    padding-right: 0;
  }
}
/* Landing page style ended */
@media only screen and (min-width: 991px) {
  .page-id-26771 .faq-section.faq-web .faq-img {
    margin-top: -111px;
  }
}
@media only screen and (min-width: 992px) {
  .page-id-26824
    .what-deliver-section
    .we-deliverwhat-deliver-section-2::before {
    content: "";
    position: absolute;
    margin-left: auto;
    right: 0;
    display: block;
    left: auto;
    bottom: -61px;
    background-image: url(../images/what-deliver-before.png);
    width: 91%;
    height: 80px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: -1;
  }
  .page-id-26824
    .what-deliver-section
    .ag-timeline_list
    .js-timeline_item:last-child
    .ag-timeline-card_desc
    p:last-child {
    margin-bottom: 0;
  }
  .page-id-26824
    .what-deliver-section
    .ag-timeline_list
    .js-timeline_item:last-child
    .ag-timeline-card_box
    .ag-timeline-card_meta
    p:last-child {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1366px) {
  .page-id-26824
    .what-deliver-section
    .we-deliverwhat-deliver-section-2::before {
    content: "";
    position: absolute;
    margin-left: auto;
    right: 0;
    display: block;
    left: auto;
    bottom: -81px;
    background-image: url(../images/what-deliver-before.png);
    width: 91%;
    height: 80px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .page-id-26824
    .what-deliver-section
    .ag-timeline_list
    .js-timeline_item:last-child
    .ag-timeline-card_desc
    p:last-child {
    margin-bottom: 0;
  }
  .page-id-26824
    .what-deliver-section
    .ag-timeline_list
    .js-timeline_item:last-child
    .ag-timeline-card_box
    .ag-timeline-card_meta
    p:last-child {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1600px) {
  .landing-step-section .col-lg-7 {
    width: 47.5%;
  }
  /* .landing-step-section .col-lg-7 {
        width: 50%;
        } */
}
@media (max-width: 1400px) and (min-width: 701px) {
  .page-id-26771 .faq-section.faq-web .faq-img {
    margin-right: -30px;
    padding-left: 20px;
  }
  .page-id-26730 .faq-section.social-email-marketing-faq .faq-img {
    margin-right: -30px;
    padding-left: 20px;
  }
  .page-id-26824 .ag-timeline-card_meta p {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1680px) {
  .page-id-26824 .ppc-section-web-design {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-id-26824 .solutions-branding-banner {
    padding-top: 140px;
    padding-bottom: 150px;
  }
  .page-id-26824 .solutions-branding-banner .client-logo-hero {
    margin-top: 100px;
  }
  .ready-to-scale-aids .col-lg-7 {
    padding-top: 0;
  }
  .ready-to-scale-aids .logo-list {
    margin-top: 80px;
  }
  .kind-of-brands .running-desc {
    margin-right: auto;
  }
  .kind-of-brands .running-desc {
    padding-top: 60px;
    padding-left: 60px;
    margin-right: auto;
  }
  .meet-the-brands-slider .story-slider .carousel-control-prev,
  .meet-the-brands-slider .story-slider .carousel-control-next {
    bottom: auto;
  }
  .meet-the-brands-slider .story-slider .carousel-indicators {
    bottom: -58px;
  }
  .potential-growth-section::before {
    top: -6.8%;
    height: unset;
    bottom: 0;
  }
  .meet-the-brands-slider .story-slider .carousel-control-prev,
  .meet-the-brands-slider .story-slider .carousel-control-next {
    bottom: 0px;
  }
  .meet-the-brands-slider .story-slider .carousel-indicators {
    bottom: 0;
  }
  .landing-step-section p {
    font-size: 18px;
    line-height: 24px;
  }
  .page-id-26831 .test-talk-sec-wrap {
    padding: 200px 130px 20px;
  }
  .page-id-26831 .contact-section .test-talk-sec-wrap h2 {
    font-size: 90px;
  }
  .page-id-26831 .review-bx {
    padding: 60px;
    height: 375px;
  }
  .ready-to-scale-aids {
    padding-top: 140px;
    padding-bottom: 160px;
  }
  .meet-the-brands-slider {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .the-winning-method-section {
    padding-top: 140px;
  }
  .page-id-26831 .faq-img img {
    padding-left: 50px;
  }
  .running-section-landing .running-desc p {
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: normal;
    line-height: 30px;
  }
  .page-id-26831 .running-section::before {
    top: -54px;
    height: unset;
    bottom: 0;
  }
  .meet-the-brands-slider .story-logo h3 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1460px) {
  .page-id-26824 .story-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .page-id-26824 .story_left_img .story-slider hr {
    margin-top: 80px;
    padding-top: 60px;
  }
  .page-id-26824 .ppc-section-web-design {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .page-id-26824 .campaign-sectopn {
    padding-top: 200px;
  }
  .page-id-26824 .solutions-branding-banner {
    padding-top: 100px;
    padding-bottom: 157px;
  }
  .page-id-26824 .solutions-branding-banner .down-icon {
    bottom: 6px;
  }
  .page-id-26831 .step-proecss h2 {
    font-size: 90px;
  }
  .page-id-26831 .step-proecss::before {
    width: 400px;
    height: 370px;
    left: -50px;
  }
  .page-id-26831 .step-proecss {
    padding-top: 130px;
  }

  .meet-the-brands-slider .story-logo > img {
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .proven-performance-section h2 {
    font-size: 74px;
    line-height: 74px;
  }
  .page-id-26831 .contact-section .test-talk-sec-wrap h2 {
    font-size: 70px;
    letter-spacing: 0;
  }
  .page-id-26831 .test-talk-sec .clip-text {
    font-size: 40px;
  }
  .page-id-26831 .test-talk-sec-wrap {
    padding: 200px 130px 20px;
  }
  .page-id-26831 .step-proecss h2 {
    font-size: 82px;
  }
  .page-id-26831 .number-pot {
    font-size: 62px;
    width: 115px;
    height: 115px;
  }
  .running-section-landing {
    padding-top: 110px;
    padding-bottom: 120px;
  }
  .meet-the-brands-slider {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .the-winning-method-section {
    padding-top: 110px;
  }
  .page-id-26831 .campaign-slider {
    padding-bottom: 110px;
  }
  .proven-performance-section {
    padding: 110px 140px 0;
  }
  .page-id-26831 .trusted-section {
    padding-bottom: 150px;
  }
  .page-id-26831 .contact-section {
    padding-top: 130px;
  }
  .page-id-26831 .test-talk-sec-wrap {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 1400px) {
  .proven-performance-section {
    padding: 110px 50px 0;
  }
  .ag-timeline-card_meta{
    font-size: 45px;
  }
}
@media only screen and (max-width: 1366px) {
  .page-id-26730 .delight-hero-section .client-logo-hero {
    margin-top: 20px;
  }
  .page-id-26824 .solutions-branding-banner .client-logo-hero {
    margin-top: 0px;
  }
  .page-id-26824 .ppc-section-web-design {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-id-26824 .solutions-branding-banner .down-icon {
    bottom: 12px;
  }
  .page-id-26831 .contact-section .test-talk-sec-wrap h2 {
    font-size: 68px;
    letter-spacing: 0;
  }
  .page-id-26831 .contact-section {
    padding-top: 110px;
  }
  .page-id-26831 .test-talk-sec-wrap {
    padding-top: 110px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .meet-the-brands-slider .story-slider .carousel-indicators {
    bottom: 0;
    margin-left: 0;
    margin-right: 0;
    right: 0;
  }
  .page-id-26831 .test-talk-sec .icon-txt img {
    max-width: 111px;
    position: absolute;
    left: -57px;
    top: -83px;
    height: 162px;
    object-fit: cover;
    padding: 0px;
    margin: 0px;
    z-index: 0;
  }
  .winning_section .code-value-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-id-26824 .campaign-sectopn .row div[class*="col-"]:first-child {
    width: 100%;
  }
  .page-id-26824 .campaign-sectopn .row div[class*="col-"]:last-child {
    width: 100%;
  }
  .page-id-26824 .logos-info {
    justify-content: space-between;
  }

  .page-id-26824 .solutions-branding-banner {
    padding-top: 140px;
    padding-bottom: 139px;
  }
  .potential-growth-section::before {
    top: -51px;
    height: unset;
    bottom: 0;
  }
  .page-id-26831 .contact-section .test-talk-sec-wrap h2 {
    font-size: 62px;
  }
  .ready-to-scale-aids .logo-list {
    margin-top: 50px;
  }
  .ready-to-scale-aids {
    padding-top: 140px;
    padding-bottom: 110px;
  }
  .running-section-landing {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .kind-of-brands .running-desc {
    padding-top: 40px;
    padding-left: 40px;
    margin-right: auto;
  }
  .page-id-26831 .step-proecss::before {
    width: 370px;
    height: 340px;
    left: -20px;
    top: 40px;
  }
  .ready-to-scale-aids h1 {
    letter-spacing: -3px;
  }
  .landing-faq {
    padding-top: 100px;
  }
  .page-id-26824 .campaign-sectopn {
    padding-top: 140px;
  }
  .page-id-26824 .optimize-section {
    padding-top: 100px;
  }
  .page-id-26824 .story-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 1024px) {
  .ready-to-scale-aids {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .running-section-landing .running-desc {
    padding-left: 0;
    padding-top: 10px;
    padding-right: 0;
  }
  .running-section-landing .running-desc p {
    font-size: 16px;
    line-height: 22px;
  }
  .kind-of-brands .running-desc ul li, .running-desc ul li {
    letter-spacing: 0;
    font-size: 18px;
  }
  .page-id-26831 .step-proecss h2 {
    font-size: 75px;
  }
  .landing-step-section .step-icon img {
    top: -80px;
    right: -85px;
    max-width: 100px;
  }
  .landing-step-section p {
    font-size: 17px;
    line-height: 24px;
  }
  .page-id-26831 .trusted-section {
    padding-bottom: 50px;
  }
  .landing-faq {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .page-id-26831 .contact-section .test-talk-sec-wrap h2 {
    font-size: 52px;
  }
  .page-id-26831 .test-talk-sec .icon-txt img {
    max-width: 90px;
    left: -53px;
    top: -67px;
    height: 126px;
  }
  .page-id-26831 .running-section::before {
    top: -53px;
  }
  .page-id-26831 .test-talk-sec-wrap {
    padding-top: 110px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-id-26824 .story_left_img .btn_left_right {
    margin-top: 0;
  }
  .page-id-26824 .story-logo h3 {
    margin-bottom: 25px;
  }
  .landing-step-section {
    padding-bottom: 95px;
  }
  .page-id-26831 .campaign-slider {
    padding-bottom: 60px;
  }
  .page-id-26564 .campaign-sectopn {
    padding-top: 180px;
  }
  .page-id-26564 .ppc-section {
    padding-bottom: 0;
  }
  .page-id-26564 .optimize-section {
    padding-bottom: 120;
  }
}
@media only screen and (max-width: 991px) {
  .page-id-26824 .ppc-section-web-design {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-id-26824 .story-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-id-26824 .story_left_img .story-slider hr {
    margin-top: 50px;
    padding-top: 30px;
  }
  .page-id-26824 .story_left_img .carousel-item .row {
    flex-direction: row;
  }
  .page-id-26824 .story_left_img .story-img {
    margin-top: 0;
  }
  .page-id-26824 .story_left_img .carousel-indicators {
    width: 25%;
    /* bottom: 15px; */
    left: auto;
    right: 0;
    padding-left: 0;
    margin: 0;
    justify-content: flex-end;
  }
  .page-id-26824 .campaign-slider {
    padding-left: 15px;
    padding-bottom: 75px;
  }
  .page-id-26824 .campaign-sectopn {
    padding-top: 130px;
  }
  .page-id-26824 .what-we-did::after {
    width: 34px;
    left: -55px;
    right: auto;
    display: inline-block;
  }
  .page-id-26824 .ag-timeline-card_meta p {
    font-size: 16px;
    font-weight: 400;
    width: calc(100% + 0px);
    margin-top: 17px;
    letter-spacing: 0;
    margin-left: 0;
    line-height: 22px;
  }
  .page-id-26824 .ag-timeline-card_meta {
    padding-bottom: 70px;
  }
  .page-id-26824 .what-we-did::before {
    top: auto;
    bottom: 0;
  }
  .page-id-26824 .what-deliver-section .we-deliver::before {
    width: 100%;
    height: 80px;
    bottom: 0;
  }
  .page-id-26824 .ag-timeline_list .ag-timeline_item:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -90px;
    top: 100%;
    left: 0;
    width: 100px;
    background-color: #faf8ff;
    transform: translateX(-50%);
  }
  .page-id-26824 .ag-timeline_list .ag-timeline_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .page-id-26824
    .what-deliver-section
    .we-deliverwhat-deliver-section-2::before {
    content: "";
    position: absolute;
    margin-left: auto;
    display: block;
    left: 0;
    bottom: -25px;
    background-image: url(../images/what-deliver-before.png);
    width: 100%;
    height: 80px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .page-id-26824 .ppc-section-web-design .div_title_block {
    text-align: center;
  }
  .page-id-26824 .ag-timeline-card_meta p {
    padding-left: 0;
  }
  .page-id-26824 .ag-timeline-card_meta.we-deliverwhat-deliver-section-2 {
    padding-bottom: 60px;
  }
  .page-id-26700 .code-value-wrap {
    width: 100vw;
    padding-left: 0;
  }
  .page-id-26730 .ppc-section.effective-wrap .div_title_block {
    text-align: center;
  }
  .page-id-26771 .ppc-section.ppc-section-web-design {
    padding-bottom: 100px;
  }
  .page-id-26771 .ppc-section-web-design .div_title_block {
    text-align: center;
  }
  .page-id-26730 .faq-section.social-email-marketing-faq .faq-img {
    margin-top: 85px;
  }
  .page-id-26824 .solutions-branding-banner .down-icon {
    bottom: 14px;
  }
  .page-id-26824 .solutions-branding-banner {
    padding-top: 120px;
    padding-bottom: 145px;
  }
  .page-id-26824 .story-section.faq-section {
    padding-right: 30px;
  }
  .page-id-26824 .faq-img {
    margin-right: -30px;
    margin-top: 80px;
  }
  .page-id-26824
    .what-deliver-section
    .ag-timeline_list
    .ag-timeline-card_desc
    p:last-child {
    margin-bottom: 0;
  }
  .page-id-26824 .ag-timeline-card_meta::after {
    top: 4px;
  }
  .page-id-26824 .ag-timeline-card_meta {
    padding-bottom: 40px;
  }
  .page-id-26824 .what-we-did::before {
    top: auto;
    bottom: -30px;
  }
  .page-id-26831 .step-proecss h2 {
    font-size: 100px;
  }
  .ready-to-scale-aids {
    padding-top: 50px;
  }
  .kind-of-brands .running-desc {
    padding-top: 0;
    padding-left: 0;
    margin-right: auto;
  }
  .kind-of-brands .div_title_block {
    margin-top: auto;
    text-align: center;
  }
  .meet-the-brands-slider .story-slider .carousel-control-prev,
  .meet-the-brands-slider .story-slider .carousel-control-next {
    bottom: auto;
  }
  .meet-the-brands-slider .story-slider .carousel-indicators {
    bottom: -45px;
  }
  .landing-faq .faq-img {
    margin-top: 40px;
  }
  .page-id-26831 .contact-section .cnt-hm h2 {
    margin-left: 0;
  }
  .page-id-26831 .test-talk-sec {
    padding: 100px 80px 100px;
  }
  .page-id-26831 .contact-section .test-talk-sec-wrap h2 {
    line-height: 60px;
  }
  .page-id-26831 .test-talk-sec .icon-txt img {
    max-width: 80px;
    left: -43px;
    top: -117px;
    height: 116px;
  }
  .page-id-26831 .cnt-hm {
    padding-top: 110px;
  }
  .story-section.faq-section.landing-faq {
    padding-right: 30px;
  }
  .landing-faq .faq-img {
    margin-right: -30px;
  }
  .page-id-26831 .test-talk-sec-wrap {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-id-26824 .story_left_img .btn_carousel {
    width: 25%;
    padding-left: 0;
  }
  .page-id-26564 .ppc-section .div_title_block {
    text-align: center;
  }
  .page-id-26564 .faq-section {
    padding-right: 30px;
  }
  .page-id-26564 .faq-section .faq-img {
    margin-right: -30px;
    margin-top: 78px;
  }
  .page-id-26564 .campaign-sectopn {
    padding-bottom: 20px;
  }
  .page-id-26564 .faq-section {
    padding-bottom: 78px;
  }

  .page-id-26824 .ag-timeline-card_box::before {
    right: 20px;
    top: 30px;
  }
  .page-id-26824 .ag-timeline-card_box::before {
    content: "";
    position: absolute;
    margin-left: auto;
    display: block;
    right: 15px;
    top: 25px;
    background-image: url(../images/acc-arrow-down.png);
    width: 14px;
    height: 10px;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: top left;
  }
  .page-id-26824 .ag-timeline-card_box.enable::before {
    transform: rotate(180deg);
  }
  .page-id-26824 .ag-timeline-card_meta {
    padding-top: 10px;
    padding-right: 30px;
  }
  .page-id-26824 .ag-timeline-card_meta::after {
    top: 17px;
  }

  .page-id-26824 .ag-timeline-card_item {
    margin: 0px 0 0 70px;
    display: none;
  }

  .page-id-26824 .ag-timeline-card_desc {
    padding: 10px 0px 0px 0px;
  }
  .page-id-26824 .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 0 0;
  }
  .page-id-26730 .story_left_img .btn_carousel,
  .page-id-26771 .story_left_img .btn_carousel {
    justify-content: flex-start;
    max-width: none;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .ready-to-scale-aids {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .ready-to-scale-aids .hero-subpg-img {
    max-width: 440px;
    margin: 0 auto 30px auto;
  }
  .ready-to-scale-aids .logo-list {
    margin-top: 0;
  }
  .running-section-landing {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .page-id-26831 .running-section::before {
    top: -49px !important;
    height: unset;
    bottom: 0;
  }
  .kind-of-brands .running-desc {
    padding-top: 0;
    padding-left: 0;
    margin-right: auto;
  }
  .kind-of-brands .div_title_block {
    margin-top: auto;
    text-align: center;
  }
  .page-id-26831 .step-proecss::before {
    width: 100%;
    height: 500px;
    left: -50px;
    top: 20px;
  }
  .meet-the-brands-slider {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .meet-the-brands-slider .story-img {
    margin-bottom: 90px;
  }
  .the-winning-method-section {
    padding-top: 80px;
  }
  .page-id-26831 .campaign-slider {
    padding-left: 10px;
    padding-bottom: 50px;
  }
  .grounding-principles-section h2 {
    margin-bottom: 20px;
  }
  .grounding-principles-section .block-step__item h3 {
    margin-bottom: 10px;
  }
  .proven-performance-section h2 {
    font-size: 54px;
    line-height: 64px;
    max-width: 450px;
  }
  .proven-performance-section {
    padding: 70px 18px 0;
  }
  .proven-performance-section .col-lg-4 {
    width: 100%;
  }
  .landing-faq {
    padding-right: 30px !important;
  }
  .landing-faq .faq-img {
    margin-top: 40px;
    margin-right: -30px;
  }
  .proven-performance-list {
    margin-bottom: 40px;
  }
  .page-id-26831 .test-talk-sec-wrap {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-id-26831 .test-talk-sec {
    padding: 100px 60px 100px;
  }
  .page-id-26831 .contact-section .test-talk-sec-wrap h2 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 50px;
  }
  .page-id-26831 .test-talk-sec .icon-txt img {
    max-width: 100px;
    left: -58px;
    top: -140px;
    height: 136px;
  }
  .page-id-26831 .test-talk-sec {
    padding: 150px 60px 100px;
  }
  .page-id-26831 .contact-section .cnt-hm h2 {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-26824 .story-section {
    padding-left: 23px;
    padding-right: 23px;
    margin-bottom: 70px;
  }
  .page-id-26824 .story_left_img .story-slider .carousel .row .col-lg-9 {
    width: 100%;
  }
  .page-id-26824 .story_left_img .story-slider .carousel .row .col-lg-3 {
    width: 100%;
  }
  .page-id-26824 .story_left_img .carousel-item .row {
    flex-direction: column-reverse;
  }
  .page-id-26824 .story_left_img .story-slider .carousel .story-logo a {
    display: flex;
    margin-bottom: 40px;
  }
  .page-id-26824 .story_left_img .work-link {
    font-size: 14px;
  }
  .page-id-26824 .story_left_img .work-link img {
    width: 18px;
    height: 19px;
    margin-left: 4px;
  }
  .page-id-26824 .story_left_img .story-slider .carousel .story-logo a img {
    width: 18px;
    max-width: 18px;
    height: 20px;
    margin-left: 8px;
  }
  .page-id-26824 .story_left_img .btn_carousel {
    width: auto;
  }
  .page-id-26824 .story_left_img .btn_carousel {
    padding-left: 0;
  }
  .page-id-26824 .story_left_img .btn_left_right {
    margin-top: 62px;
    grid-gap: 15px;
  }
  .page-id-26824 .campaign-sectopn {
    padding-top: 150px;
    padding-left: 19px;
    padding-right: 19px;
  }
  .page-id-26824 .logo-bx {
    width: 33.33%;
  }
  .page-id-26824 .logos-info {
    grid-gap: 30px;
  }
  .page-id-26824 .campaign-slider {
    padding-left: 0px;
  }
  .page-id-26824 .cmp-bx h3 {
    font-size: 16px;
  }
  .page-id-26824 .cmp-bx p {
    font-size: 16px;
  }
  .page-id-26824 .cmp-bx {
    padding-left: 24px;
    padding-top: 25px;
    padding-right: 24px;
  }
  .page-id-26824 .step-proecss {
    padding-top: 80px;
  }
  .page-id-26824 .optimize-section .row {
    padding-bottom: 35px;
  }
  .page-id-26824 .optimize-section .optimize-col p {
    font-size: 22px;
    line-height: 28px;
  }
  .page-id-26824 .trusted-section .container-fluid {
    padding-bottom: 70px;
    padding-top: 94px;
  }
  .page-id-26824 .trusted-logo .col-lg-4 {
    padding: 16px 40px;
  }

  .page-id-26700 .social-email-marketing-faq {
    padding-right: 23px !important;
    padding-left: 23px !important;
  }
  .page-id-26730 .social-email-marketing-faq.faq-section .accordion-button {
    padding-right: 42px;
  }
  .page-id-26730 .story-section {
    padding-left: 35px;
    padding-right: 36px;
    padding-top: 77px;
    padding-bottom: 89px;
  }
  .page-id-26730 .reach_right .quest-row {
    padding-bottom: 22px;
  }
  .page-id-26730 .story_left_img .work-link {
    font-size: 14px;
  }
  .page-id-26730 .story_left_img .work-link img {
    margin-left: 4px;
    width: 21px;
    height: 21px;
  }
  .page-id-26730 .story_left_img .story-slider hr {
    padding-top: 35px;
  }
  .page-id-26730 .optimize-section .optimize-col p {
    font-size: 22px;
    line-height: 28px;
  }
  .page-id-26730 .optimize-section .optimize-col {
    padding-bottom: 80px;
  }
  .page-id-26730 .optimize-section .optimize-col h3 {
    margin-bottom: 15px;
  }
  .page-id-26730 .story_left_img .btn_left_right {
    width: auto;
  }
  .page-id-26730 .campaign-sectopn {
    padding-top: 120px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .page-id-26730 .campaign-info h2 {
    margin-bottom: 15px;
  }
  .page-id-26730 .cmp-bx h3,
  .cmp-bx p {
    font-size: 16px;
  }
  .page-id-26730 .campaign-slider {
    padding-bottom: 71px;
  }
  .page-id-26730 .marketing_section-2 {
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 63px;
  }
  .page-id-26730 .marketing_section-2 h2 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-id-26730 .story-section.reach_right {
    padding-bottom: 280px;
  }
  .page-id-26730 .trusted-section .container-fluid {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .page-id-26730 .contact-section.cnt-subpg2 {
    padding-left: 23px;
    padding-right: 23px;
  }
  .page-id-26730 .optimize-section {
    padding-top: 80px !important;
    padding-bottom: 0px !important;
  }
  .page-id-26771 section.story-section.faq-section {
    padding-bottom: 75px;
    padding-right: 23px;
    padding-left: 23px;
  }
  /* .page-id-26771 .faq-section .accordion-item h2 button {
    padding-right: 40px;
  } */

  .page-id-26824 .what-we-did::before {
    width: 78%;
  }
  .page-id-26824
    .what-deliver-section
    .we-deliverwhat-deliver-section-2::before {
    width: 78%;
    height: 70px;
  }
  .page-id-26824 .ag-timeline-card_meta.we-deliverwhat-deliver-section-2 {
    padding-bottom: 40px;
  }

  .page-id-26824 .ag-timeline_list .ag-timeline_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .page-id-26824 .ag-timeline_list .ag-timeline_item:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -54px;
    top: 98%;
    left: 0;
    width: 100px;
    background-color: #faf8ff;
    transform: translateX(-50%);
  }
  .page-id-26824 .faq-img {
    margin-top: 60px;
  }
  .page-id-26824 .test-talk-sec {
    padding: 90px 34px 78px;
  }
  .page-id-26824 .cnt-subpg2 .cnt-hm {
    padding-bottom: 100px;
  }
  /* .faq-section .accordion-button::after {
    top: 25px;
  } */
  .page-id-26824 .trusted-title {
    margin-bottom: 20px;
  }
  .page-id-26824 .solutions-branding-banner {
    padding-top: 81px;
    padding-bottom: 87px;
  }

  .page-id-26824 .faq-img {
    margin-top: 60px;
  }
  .page-id-26824 .story-section.faq-section {
    padding-right: 23px;
  }

  .what-deliver-section-2 .ag-timeline-card_desc {
    padding-top: 0;
  }
  .ready-to-scale-aids {
    padding-top: 40px;
    padding-bottom: 120px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .ready-to-scale-aids .hero-subpg-desc > p {
    padding-right: 23px;
  }
  .running-section-landing {
    padding-top: 20px;
    padding-bottom: 46px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .kind-of-brands {
    padding: 71px 23px 69px;
  }
  .kind-of-brands .running-desc h2 {
    margin-right: auto;
  }
  .running-desc p {
    margin-bottom: 15px;
  }
  .kind-of-brands .running-desc ul li, .running-desc ul li {
    letter-spacing: 0;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .kind-of-brands .running-desc ul li::before, .running-desc ul li::before {
    left: -22px;
    top: 3px;
    background-size: 15px 14px;
    width: 16px;
    height: 14px;
  }
  .kind-of-brands .running-desc ul, .running-desc ul {
    padding: 0 0 0 20px;
    margin: 0 0 28px 0;
  }
  .kind-of-brands .running-desc {
    margin-bottom: 90px;
  }
  .page-id-26831 .number-pot {
    font-size: 38px;
    width: 73px;
    height: 68px;
    top: 30px;
  }
  .landing-step-section .optimize-col h3 {
    max-width: 200px;
  }
  .landing-step-section p {
    font-size: 22px;
    line-height: 28px;
  }
  .page-id-26831 .step-proecss h2 {
    font-size: 44px;
  }
  .page-id-26831 .step-proecss {
    padding-top: 13px;
  }
  .landing-step-section .step-icon img {
    top: -4px;
    right: -150px;
    max-width: 74px;
  }
  .landing-step-section .row {
    padding-bottom: 60px;
  }
  .meet-the-brands-slider {
    padding-top: 94px;
    padding-bottom: 69px;
    padding-left: 23px;
    padding-right: 23px;
	margin-top: 200px;
  }
  .page-id-26831 .campaign-slider .cmp-bx {
    padding-bottom: 68px;
  }
  .meet-the-brands-slider .story-logo h3 {
    font-size: 28px;
  }
  .meet-the-brands-slider .story-logo > img {
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .meet-the-brands-slider .story-img {
    margin-bottom: 90px;
    margin-top: 0px;
  }
  .the-winning-method-section {
    padding-top: 76px;
    padding-left: 23px;
    padding-right: 16px;
    padding-bottom: 31px;
  }
  .the-winning-method-section .campaign-info h2 {
    margin-bottom: 19px;
    padding-right: 10px;
  }
  .grounding-principles-section {
    padding-top: 32px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .grounding-principles-section .block-step .block-step__item {
    margin: 15px 0;
  }
  .proven-performance-section .slick-arrow {
    width: 41px;
    height: 41px;
    background-color: #2b00ff;
    border-radius: 50px;
    font-size: 0;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    top: -60px !important;
    position: absolute;
    transform: translateX(-50%);
  }
  .proven-performance-section .slick-arrow.slick-next {
    left: calc(50% - -27px);
    background-image: url(../images/arrow-right.svg);
  }
  .proven-performance-section .slick-arrow.slick-prev {
    left: calc(50% + -27px);
    background-image: url(../images/arrow-left.svg);
  }
  .proven-performance-section h2 {
    font-size: 36px;
    line-height: 1.1em;
  }
  .proven-performance-list {
    margin-bottom: 0;
  }
  .proven-performance-wrapper .slick-track {
    display: flex;
  }
  .proven-performance-wrapper .slick-track .slick-slide {
    height: unset;
  }
  .page-id-26831 .trusted-title {
    margin-bottom: 20px;
    line-height: 1em;
  }
  .page-id-26831 .trusted-section .container-fluid {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .page-id-26831 .trusted-section {
    padding-left: 35px;
    padding-right: 35px;
  }
  .landing-faq {
    padding-right: 23px !important;
    padding-left: 23px;
  }
  .page-id-26831 .faq-section button.accordion-button {
    padding-right: 37px;
  }
  .page-id-26831 .faq-img img {
    padding-left: 20px;
  }
  .page-id-26831 .contact-section > .container-fluid > img {
    max-width: 240px;
  }
  .page-id-26831 .contact-section h2 {
    margin: 0 auto 20px auto;
  }
  .page-id-26831 .contact-section .slick-slider {
    padding-top: 130px;
  }
  .page-id-26831 .contact-section .slick-arrow {
    top: 36px;
  }
  .page-id-26831 .review-bx {
    height: 100%;
    padding: 40px 21px 26px 36px;
  }
  .page-id-26831 .contact-section .slick-slider .slick-track {
    display: flex;
  }
  .page-id-26831 .contact-section .slick-slider .slick-track .slick-slide {
    height: unset;
  }
  .page-id-26831 .test-talk-sec-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .page-id-26831 .test-talk-sec-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-id-26831 .test-talk-sec {
    padding: 80px 55px 89px;
  }
  .page-id-26831 .contact-section .test-talk-sec-wrap h2 {
    font-size: 62px;
    line-height: 1em;
    max-width: 360px;
    margin-bottom: 20px;
  }
  .page-id-26831 .contact-section .test-talk-sec-wrap h2 .icon-txt img {
    max-width: 57px;
    height: auto;
    top: -56px;
    left: -77px;
  }
  .page-id-26831 .test-talk-sec .clip-text {
    font-size: 34px;
    line-height: 1.1em;
  }
  .page-id-26831 .contact-section {
    padding-bottom: 0;
  }
  .page-id-26824
    .ag-timeline-block
    .ag-timeline_list
    .js-timeline_item:last-child
    .ag-timeline-card_arrow {
    display: none;
  }
  .page-id-26824
    .ag-timeline_list
    .js-timeline_item:last-child
    .ag-timeline-card_info {
    padding-bottom: 0;
  }
  .page-id-26824 .optimize-section {
    padding-top: 0px;
  }
  .landing-step-section {
    padding-bottom: 0px;
  }
  /* .page-id-26564 .faq-section .accordion-item h2 button {
    padding-right: 50px;
  } */
  .page-id-26564 .faq-section {
    padding-left: 23px;
    padding-right: 23px;
  }
  .page-id-26564 .faq-section {
    padding-bottom: 78px !important;
  }
  .page-id-26564 .optimize-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .page-id-26824 .ag-timeline-card_item {
    margin: 0 0 0 55px;
  }
  .page-id-26824 .ag-timeline_item .ag-timeline-card_box {
    padding-bottom: 0;
  }
  .page-id-26730 .reach_right::before {
    top: 0 !important;
    bottom: 0 !important;
    background-position: bottom center;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  section.story-section.quest-section.make_first-impres::before {
    top: 0;
    bottom: 0;
    height: auto;
    background-position: bottom center;
  }
}
@media only screen and (max-width: 480px) {
  .page-id-26730 .running-section::before {
    top: -47px !important;
    height: 102%;
    rotate: 5deg;
    background-size: 100% 100%;
    max-width: 500px;
    left: -50px;
  }
  .page-id-26730 .ppc-section.effective-wrap {
    padding-left: 23px;
    padding-right: 26px;
  }
  .page-id-26824
    .what-deliver-section
    .we-deliverwhat-deliver-section-2::before {
    bottom: 0px;
  }
  .page-id-26730 .ppc-section.effective-wrap {
    padding-bottom: 70px;
  }
  .page-id-26824 .ag-timeline_list .ag-timeline_item:not(:last-child)::before {
    top: 98.3%;
  }
  .potential-growth-section::before {
    bottom: -50px;
    background-size: 100% 100%;
  }
  .page-id-26824 .ag-timeline-card_meta-box {
    padding: 0px 0px 10px 70px;
  }
  .page-id-26730 .story-section.reach_right {
    padding-bottom: 200px;
  }
  .page-id-26824 .ag-timeline-card_meta.we-deliverwhat-deliver-section-2 {
    word-break: break-word;
  }
  .page-id-26730 .optimize-section .optimize-col {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 429px) {
  .page-id-26824 .running-section {
    margin-top: -19px;
    padding-top: 72px;
    padding-bottom: 42px;
  }
  .page-id-26824 .ppc-section-web-design {
    padding-top: 73px;
  }
  .page-id-26730 .optimize-section .optimize-col p {
    font-size: 16px;
    line-height: 22px;
  }

  .page-id-26730 .optimize-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .page-id-26730 .marketing_section-2 h2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-id-26730 .trusted-logo .col-lg-4 {
    padding: 15px 35px;
  }
}
@media (max-width: 345px) {
  .page-id-26831 .test-talk-sec .icon-txt {
    display: none;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1461px) {
  .page-id-26831 .step-proecss h2 {
    font-size: 95px;
  }
}
@media screen and (max-width: 1295px) and (min-width: 1200px) {
  .page-id-26831 .step-proecss h2 {
    font-size: 74px;
  }
}
@media screen and (max-width: 1195px) and (min-width: 1101px) {
  .page-id-26824 .story_left_img .btn_left_right {
    margin-top: 15px;
  }
  .page-id-26824 .story-slider .carousel-control-prev,
  .page-id-26824 .story-slider .carousel-control-next {
    width: 40px;
    height: 40px;
  }
  .page-id-26824 .story-slider .carousel-control-prev img,
  .page-id-26824 .story-slider .carousel-control-next img {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1065px) and (min-width: 992px) {
  .page-id-26824 .story_left_img .carousel-indicators {
  }
}
/* @media (min-width: 1024px) and (max-width: 1161px) { */
@media only screen and (min-width: 1024px) and (max-width: 1080px) {
  .page-id-26824 .ag-timeline_list .ag-timeline_item:not(:last-child)::before {
    left: 50%;
  }
}

/* Job post form */
.single_job_listing .application .application_details {
	background: linear-gradient(180deg, rgba(43, 0, 255, 1) 30%, rgba(240, 24, 140, 1) 100%);
	border-radius: 30px;
}
.single_job_listing .application .application_details:before {
	display: none;
}
.job-manager-form fieldset {
	border-bottom: none !important;
	margin: 0 !important;
}
.job-manager-form fieldset label:not(.full-line-checkbox-field label) {
	width: 100%;
	color: #ffffff;
	font-size: 16px;
}
.job-manager-form fieldset div.field:not(.full-line-checkbox-field) {
	width: 100%;
}
.job-manager-form fieldset input.input-text {
	width: 100%;
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 30px;
}
.job-manager-form fieldset select {
	background-color: transparent;
    color: white;
    border: 1px solid #ffffff;
    border-radius: 30px;
	padding: 11px;
}
.job-manager-form fieldset input.input-text,
.job-manager-form fieldset small.description {
	color: #ffffff;
	opacity: 1;
}
.job-manager-form fieldset input.input-text {
	padding-left: 15px;
}
.job-manager-form fieldset input.input-text,
.job-manager-form fieldset select {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.job-manager-form fieldset select option {
	color: #000000 !important;
}
input[type="file"] {
	cursor: pointer;
}
.single_job_listing .application .application_details {
	border: none !important;
	box-shadow: none !important;
	padding: 35px !important;
}
.single_job_listing .application .application_button {
	font-size: 20px !important;
}
/* Whitepaper */
.whitepaper {
	padding-top: 0 !important;
}
.whitepaper > .cnt-hm {
	padding-top: 100px !important;
}
.hero-subpg {
	margin-bottom: 110px;
}
@media (max-width: 700px) {
	.hero-subpg {
		margin-bottom: 90px;
	}
}

/* Contact form 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: inherit;
	background: none !important;
	border: 1px solid #ffffff;
	border-radius: 25px !important;
	color: #ffffff;
	padding: 9px 15px !important;
	margin-top: 5px;
	width: 100%;
}

.wpcf7 select option {
	color: #2c2c2c;
}
.wpcf7 form .contact-form-field label {
	width: 100%;
}
/* CF7 landing page */
/* Target CF7 form fields inside your form */
.wpcf7 form .contact-form-field.half {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	box-sizing: border-box;
}

/* Remove margin on every second field */
.wpcf7 form .contact-form-field.half:nth-of-type(2n) {
	margin-right: 0;
}

/* Stack on mobile */
@media (max-width: 767px) {
	.wpcf7 form .contact-form-field.half {
		width: 100%;
		margin-right: 0;
		display: block;
	}
}
/* Field design */
.wpcf7 .dark input[type="text"],
.wpcf7 .dark input[type="email"],
.wpcf7 .dark input[type="tel"],
.wpcf7 .dark input[type="url"],
.wpcf7 .dark input[type="date"],
.wpcf7 .dark textarea,
.wpcf7 .dark select {
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: inherit;
	background: none !important;
	border: 1px solid #2c2c2c;
	border-radius: 25px !important;
	color: #2c2c2c;
	padding: 9px 15px !important;
	margin-top: 5px;
	width: 100%;
}