html{
  overflow-x: hidden;
}
* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
a,
button {
  outline: none !important;
  box-shadow: none !important;
}
p {
  margin-bottom: 20px;
}
img {
  max-width: 100%;
}

body {
  background-color: #faf8ff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #2c2c2c;
  line-height: 1.4em;
  overflow-x: hidden;
}

.hero-home {
  position: relative;
  padding: 425px 80px 150px 80px;
  background: rgb(13, 13, 31);
  background: linear-gradient(
    180deg,
    rgba(13, 13, 31, 1) 70%,
    rgba(39, 3, 245, 1) 100%
  );
}

.hero-home::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 150px;
  background-image: url(../images/hero-btm.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

.hero-img {
  position: absolute;
  left: 80px;
  top: 100px;
}

.hero-desc {
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  text-align: center;
}

.hero-desc h1 {
  color: #ffffff;
  font-size: 100px;
  font-weight: 600;
  margin-bottom: 20px;
}

.icon-txt {
  padding: 9px;
  max-width: 104px;
}

.hero-btn .btn-blue {
  margin: 10px;
}

.btn-blue {
  background-color: #2b00ff;
  color: #ffffff;
  border-radius: 30px;
  padding: 14px 30px;
  font-size: 20px;
  font-weight: 500;
}

.btn-blue:hover,
.btn-blue:focus {
  background-color: #f0188c;
  color: #ffffff;
}

.btn-transparent {
  background-color: transparent;
}

.btn-transparent:hover {
  background-color: #2b00ff;
  color: #ffffff;
}

.logo-list {
  padding: 0;
  margin: 150px 0 0 0;
  text-align: center;
}

.client-logo-hero {
  max-width: 1300px;
  margin: 0 auto;
}

.logo-list li {
  list-style: none;
  display: inline-block !important;
  float: none !important;
  vertical-align: middle;
}

.logo-list img {
  opacity: 0.75;
  margin: 0 auto;
}
.logo-list img:hover {
  opacity: 1;
}

.header-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header-section .navbar {
  padding: 35px 70px;
}

.nav-link {
  color: #ffffff;
}

.toggle-body  .navbar-toggler {
  color: #ffffff;
  padding: 14px 55px 14px 30px;
  font-size: 18px;
  font-weight: 500;
  background-image: url(../images/close-menu.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 33px;
}

 .navbar-toggler {
  color: #ffffff;
  padding: 14px 55px 14px 30px;
  font-size: 18px;
  font-weight: 500;
  background-image: url(../images/menu-toggle.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 33px;
}


.spolier-section {
  padding: 200px 80px 550px 80px;
  position: relative;
  overflow: hidden;
  min-height: 1150px;
}

.spolier-section::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/news-that.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

.spoiler-desc {
  position: relative;
}

.spoiler-desc p {
  font-size: 22px;
  font-weight: 400;
  color: #1b1b37;
}

.spoiler-desc h6 {
  font-size: 22px;
  font-weight: 600;
  color: #1b1b37;
  position: relative;
  margin-top: 40px;
}

.spoiler-desc h6::before {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -60px;
  width: 319px;
  height: 52px;
  background-image: url(../images/spoiler.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}

.solution-section {
  padding: 10px 140px 110px 140px;
}

.solution-section h2 {
  font-size: 86px;
  font-weight: 600;
  color: #1b1b37;
  letter-spacing: -4px;
  margin-bottom: 30px;
}

.tab-li-custom .nav-link {
  padding: 18px 35px;
  background-color: #e2e2e2;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  border-radius: 40px;
  position: relative;
}

.tab-li-custom .nav-link.active,
.tab-li-custom .nav-link:hover {
  background-color: #2b00ff;
  color: #ffffff;
}

.tab-li-custom .nav-link.active::before,
.tab-li-custom .nav-link:hover::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -65px;
  width: 88px;
  height: 51px;
  background-image: url(../images/tab-active.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}

.tab-li-custom .nav-item {
  margin-right: 30px;
  margin-bottom: 15px;
}

.tab-li-custom .nav-item:last-child {
  margin-right: 0;
}

.tab-content-custom {
  background-color: #2b00ff;
  color: #ffffff;
  padding: 80px 0px 80px 80px;
  border-radius: 30px;
  position: relative;
}

.tab-content-custom::before {
  content: "";
  position: absolute;
  left: -60px;
  bottom: 40%;
  width: 101px;
  height: 104px;
  background-image: url(../images/fire-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}

.tab-desc h3 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 40px;
}

.tab-desc hr {
  border-top: 1px dashed #8771f0;
  opacity: 1;
  margin-top: 70px;
  margin-bottom: 60px;
}

.win-list {
  margin: 0;
  padding: 0;
}

.win-list li {
  padding-right: 20px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  text-align: center;
}

.win-list li:last-child {
  padding-right: 0;
}

.win-list li h4 span {
  font-size: 106px;
}

.win-list li h4 {
  font-size: 85px;
  font-weight: 600;
  margin-bottom: 0;
  color: #f0188c;
}

.win-list li p {
  font-weight: 600;
  margin-bottom: 0;
  color: #e2e2e2;
  letter-spacing: -1px;
}

.win-list li p a {
  color: #e2e2e2;
  text-decoration: underline;
}

.win-list li p a:hover {
  color: #ffffff;
}

.graphic-img-tab img {
  left: 10px;
  position: relative;
  min-width: 680px;
}

.graphic-img-tab {
  margin-top: 60px;
}

.story-section {
  padding: 240px 140px;
  color: #ffffff;
  background-color: #0e0d1f;
  position: relative;
  z-index: 2;
}

.story-title {
  max-width: 640px;
}

.story-title h2 {
  font-size: 86px;
  font-weight: 600;
  letter-spacing: -3px;
  position: relative;
  margin-bottom: 30px;
}

.search-icon {
  position: relative;
  display: inline-block;
}

.search-icon img {
  position: absolute;
  right: 144px;
  top: 30px;
}

.work-link-col {
  position: relative;
}

.work-link {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.work-link:hover {
  color: #f0188c;
}

.work-link img {
  margin-left: 8px;
}

.story-slider hr {
  border-top: 1px dashed #787880;
  opacity: 1;
  margin-top: 80px;
  padding-top: 60px;
}

.story-logo > img {
  margin-bottom: 70px;
  margin-top: 60px;
}

.story-logo h3 {
  max-width: 675px;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -3px;
  position: relative;
  margin-bottom: 45px;
}

.story-slider .carousel-control-prev,
.story-slider .carousel-control-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #4541fe;
  opacity: 1;
  top: auto;
  bottom: 100px;
}
.story-slider .carousel-control-next {
  top: auto;
  bottom: 100px;
  right: auto;
  left: 85px;
}
.story-slider .carousel-control-prev:hover,
.story-slider .carousel-control-next:hover {
  background-color: #f0188c;
}

.story-slider .carousel-indicators [data-bs-target] {
  background-color: transparent;
  border: 1px solid #f4f7fa;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.story-slider .carousel-indicators [data-bs-target].active {
  background-color: #f3f7fa;
  opacity: 1;
}

.story-slider .carousel-indicators {
  margin-left: 390px;
  bottom: 100px;
  right: auto;
  left: auto;
}

.best-path-section {
  padding-top: 185px;
  padding-bottom: 185px;
  position: relative;
  z-index: 1;
}

.best-path-section::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 505px;
  height: 1060px;
  background-image: url(../images/best-path.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  z-index: -1;
}

.best-path-section h2,
.startup-section h2 {
  font-size: 62px;
  font-weight: 600;
  max-width: 760px;
  margin: 0 auto 20px auto;
}

.best-path-section p {
  margin-bottom: 25px;
}

.startup-section {
  padding-left: 135px;
  padding-right: 135px;
  position: relative;
  z-index: 1;
}

.startup-section .container-fluid {
  padding: 130px 100px;
  background-color: #ffffff;
  border-radius: 30px;
}

.startup-section h2 {
  max-width: 900px;
}
.startup-section p {
  max-width: 820px;
  margin: 0 auto;
}

.startup-logo-list {
  text-align: center;
  padding: 60px 0 60px 0;
}

.startup-logo-list li {
  display: inline-block !important;
  vertical-align: middle;
  width: 19%;
  text-align: center;
  padding: 15px;
  float: none !important;
}

.blue-counter li {
  width: 24%;
  padding: 20px;
}

.blue-counter li h4 {
  color: #4541fe;
}

.blue-counter li p {
  color: #0d0d1f;
}

.blue-counter {
  max-width: 1180px;
  margin: 0 auto;
}

.blue-counter li:last-child h4 {
  font-size: 106px;
}

.change-section {
  padding: 200px 140px 200px 140px;
}

.change-section .container-fluid {
  background-color: #0d0d1f;
  border-radius: 30px;
  padding: 150px 170px;
  text-align: center;
  color: #ffffff;
}

.change-section h2 {
  font-size: 150px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: -1px;
}

.heart-icon {
  position: relative;
  display: inline-block;
}

.heart-icon img {
  position: absolute;
  left: 79px;
  top: 42px;
  max-width: 120px;
}

.rocket-icon {
  position: relative;
  display: inline-block;
}

.rocket-icon img {
  position: absolute;
  right: 310px;
  top: -55px;
  max-width: 137px;
}

.change-section h3 {
  font-size: 50px;
  font-weight: 700;
  max-width: 900px;
  margin: 0 auto 40px auto;
  background: #ed43d9;
  background: linear-gradient(to bottom, #ed43d9 0%, #3700ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.review-bx {
  background-color: #ffffff;
  padding: 70px;
  position: relative;
  border-radius: 30px;
  color: #2c2c2c;
}

.contact-section {
  padding-top: 180px;
  overflow: hidden;
  background: rgb(43, 0, 255);
  background: linear-gradient(
    180deg,
    rgba(43, 0, 255, 1) 30%,
    rgba(240, 24, 140, 1) 100%
  );
}

.contact-section h2 {
  font-size: 62px;
  font-weight: 600;
  max-width: 900px;
  margin: 0 auto 75px auto;
  text-align: center;
  color: #ffffff;
}

.review-user-info {
  position: relative;
  margin-top: 35px;
  padding-left: 90px;
  font-weight: 600;
  color: #1b1b35;
}

.review-user-info > img {
  position: absolute;
  width: 70px;
  height: 70px;
  object-fit: cover;
  left: 0;
  top: -10px;
  border-radius: 50%;
}

.contact-section .slick-slider {
  margin-left: -140px;
  margin-right: -140px;
  padding-top: 130px;
}

.contact-section .slick-slide {
  margin-left: 35px;
  margin-right: 35px;
}

.contact-section .slick-list {
  margin-left: -35px;
  margin-right: -35px;
  pointer-events: none;
}

.contact-section .slick-arrow {
  position: absolute;
  right: 0;
  margin: 0 auto;
  top: 0;
  font-size: 0px;
  outline: none;
  border: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #0d0d1f url(../images/arrow-left.svg) no-repeat center center;
  left: -170px;
  z-index: 1;
}

.contact-section .slick-arrow.slick-next {
  background: #0d0d1f url(../images/arrow-right.svg) no-repeat center center;
  right: -170px;
}

.cnt-hm {
  padding-top: 200px;
  padding-left: 140px;
  padding-right: 140px;
}

.contact-section .cnt-hm h2 {
  text-align: left;
  margin: 0 0 20px 0;
}

.cnt-hm p {
  color: #ffffff;
  font-weight: 400;
  max-width: 700px;
  margin-bottom: 45px;
}

.cnt-graphic > img {
  margin-left: -150px;
}

.logo-list .slick-arrow {
  display: none !important;
}

.logo-list .slick-dots {
  padding: 0;
  display: none !important;
}
.logo-list .slick-dots li {
  margin: 3px;
}

.logo-list .slick-dots li button {
  background-color: transparent;
  width: 10px;
  height: 10px;
  font-size: 0px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 5px;
}

.logo-list .slick-dots li.slick-active button {
  background-color: #ffffff;
}

.pw-title img {
  display: none;
}

.faq-section h2 {
  color: #000;
  text-transform: uppercase;
}

.faq-section {
  background-color: transparent;
  padding: 0 0px 140px 140px;
}
.faq-img {
  text-align: end;
}
.faq-img img {
  text-align: left;
  width: 100%;
  max-width: 800px;
}
.faq-section .accordion-item {
  background-color: transparent;
  border: transparent;
  border-top: 2px dashed #e2e2e2;
}
.faq-section .accordion-item:last-child {
  border-bottom: 2px dashed #e2e2e2;
}
.faq-section .accordion-button {
  font-size: 22px;
  font-weight: 600;
  color: #1b1b35;
  background-color: transparent;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.faq-section .accordion-body {
  font-size: 22px;
}
.faq-section .accordion-button::after {
  background-image: url(../images/plus.png);
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
}
.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url(../images/min.png);
}

.faq-section .accordion-body ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}
.faq-section .accordion-body li {
  counter-increment: item;
  margin-bottom: 15px;
}
.faq-section .accordion-body li:before {
  margin-right: 10px;
  content: counter(item);
  background: #2c2c2c;
  border-radius: 100%;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  line-height: 1.5em;
}

.footer-section {
  background-color: #000000;
  color: #efeff1;
  padding: 150px 110px;
  text-align: center;
}

.footer-section a {
  color: #efeff1;
  text-decoration: none;
}

.footer-section a:hover {
  color: #f0188c;
}

.ftr-log,
.ftr-col {
  display: inline-block;
  vertical-align: top;
  padding: 15px;
}

.ftr-log {
  width: 12%;
  text-align: left;
}
.ftr-col {
  width: 20%;
  text-align: left;
}

.ftr-col p {
  margin-bottom: 10px;
}

.ft-fu {
  width: 26%;
}
.ft-fu ul {
  padding: 0;
  margin: 0;
}
.ft-fu ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.ft-fu ul li a:hover img {
  opacity: 0.7;
}

.ft-fu ul li:last-child {
  margin-right: 0;
}
.ftr-col h5 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 15px 0;
}

.copy-right {
  font-size: 18px;
}

.startup-logo-list .slick-dots {
  display: none !important;
}

.hero-subpg {
  color: #ffffff;
  padding: 115px 140px 150px 140px;
  position: relative;
  z-index: 1;
  background: rgb(13, 13, 31);
  background: linear-gradient(
    180deg,
    rgba(13, 13, 31, 1) 30%,
    rgba(240, 24, 140, 1) 100%
  );
}

.hero-subpg::before {
  content: "";
  bottom: -60px;
  left: 0;
  position: absolute;
  width: 101%;
  height: 110px;
  background-color: #faf8ff;
  transform: rotate(-2.5deg);
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  z-index: -1;
}

.hero-subpg-desc h1 {
  font-size: 86px;
  font-weight: 600;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.hero-subpg-img {
  text-align: right;
}

.hero-subpg-desc {
  max-width: 840px;
}

.hero-subpg .client-logo-hero {
  max-width: 100%;
}

.logo-list2 {
  margin-top: 60px;
}

.down-icon {
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #2b00ff;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 140px;
  bottom: -20px;
}

.down-icon img {
  max-width: 60px;
}

.multi-solution-section {
  padding: 110px 0 80px 0;
}

.multi-solution-section h2 {
  font-size: 62px;
  font-weight: 600;
  color: #0d0d1f;
  margin-bottom: 30px;
  line-height: 1.2em;
}

.cnt-subpg {
  padding-top: 0;
}

.cnt-subpg .cnt-hm {
  padding-bottom: 125px;
}

.hero-blue-gradient {
  background: rgb(13, 13, 31);
  background: linear-gradient(
    180deg,
    rgba(13, 13, 31, 1) 30%,
    rgba(39, 3, 245, 1) 100%
  );
}

.down-icon-pink {
  background-color: #f0188c;
}

.hero-faq-section {
  padding-bottom: 80px;
  max-height: 780px;
}

.hero-faq-graphic img {
  min-width: 750px;
}

.faq-pg-section {
  padding-top: 110px;
  padding-right: 140px;
}

.talk-box {
  background-color: #0d0d1f;
  color: #ffffff;
  text-align: center;
  padding: 85px 40px 65px 40px;
  max-width: 536px;
  margin-left: auto;
  border-radius: 40px;
}

.talk-box h2 {
  font-size: 86px;
  font-weight: 600;
  color: #ffffff;
  text-transform: none;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

.talk-box p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 25px;
}

.hello-icon {
  display: inline-block;
  max-width: 90px;
  top: -12px;
  position: relative;
}

.hello-icon img {
  width: 100%;
}

.font-600 {
  font-weight: 600;
}

.faq-pg-section .accordion-body li:before {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}
.faq-pg-section .accordion-body li {
  padding-left: 70px;
  position: relative;
  margin-bottom: 25px;
}

.ac-faq {
  max-width: 890px;
}

.faq-pg-section .accordion-item {
  border-top: 4px dashed #e2e2e2;
}

.faq-pg-section .accordion-button {
  padding-left: 5px;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.faq-pg-section .accordion-body {
  padding-left: 5px;
  padding-right: 0;
  padding-top: 0;
}

.faq-pg-section .accordion-button::after {
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.faq-pg-section .accordion-item:last-child {
  border-bottom: 4px dashed #e2e2e2;
}

/*contact form css*/
.footer_contact_form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff !important;
  opacity: 1 !important;
}
.footer_contact_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff !important;
  opacity: 1 !important;
}
.footer_contact_form :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff !important;
  opacity: 1 !important;
}
.footer_contact_form :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff !important;
  opacity: 1 !important;
}

.footer_contact_form .forminator-label {
  display: inline-block !important;
  position: relative;
  color: #f4f7fa !important;
  font-size: 22px !important;
  font-weight: 500 !important;
}

.footer_contact_form .forminator-label .forminator-required {
  color: #ffffff !important;
}

.footer_contact_form .forminator-input,
.footer_contact_form .select2-selection {
  padding: 15px 30px !important;
  color: #ffffff !important;
  height: 62px !important;
  background-color: transparent !important;
  border-radius: 35px !important;
  border: 2px solid #f5f7fa !important;
}

.footer_contact_form .forminator-textarea {
  padding: 15px 30px !important;
  color: #ffffff !important;
  height: 130px !important;
  background-color: transparent !important;
  border-radius: 35px !important;
  border: 2px solid #f5f7fa !important;
}

.footer_contact_form .forminator-row {
  margin-bottom: 30px !important;
}

.footer_contact_form .forminator-button {
  position: relative;
  background-color: #2b00ff !important;
  color: #ffffff !important;
  border-radius: 30px !important;
  padding: 14px 58px 14px 30px !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  outline: none !important;
}
.footer_contact_form .forminator-button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.footer_contact_form .forminator-checkbox-label,
.footer_contact_form .select2-selection__placeholder,
.footer_contact_form .select2-selection__rendered {
  color: #ffffff !important;
}

.footer_contact_form .forminator-button::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 16px;
  width: 27px;
  height: 27px;
  background-image: url(../images/btn-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

.footer_contact_form .forminator-icon-chevron-down {
  color: #ffffff !important;
}

.footer_contact_form .select2-selection__rendered {
  padding: 0 !important;
}

/*contact form css*/

nav.navbar .btn-blue {
  position: absolute;
  right: 220px;
}

body.toggle-body .header-section {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(13, 13, 31);
  background: linear-gradient(
    180deg,
    rgba(13, 13, 31, 1) 30%,
    rgba(39, 3, 245, 1) 100%
  );
  z-index: 99999;
}

body.toggle-body .header-section .navbar-collapse.show {
  position: absolute;
  left: 155px;
  right: 275px;
  top: 215px;
}

.running-section {
  padding: 180px 120px 150px 120px;
  position: relative;
}

.running-section::before {
  content: "";
  position: absolute;
  top: -6.3%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 600px;
  height: 106.3%;
  background-image: url(../images/running-graphic.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  z-index: 1;
}

.running-section .container-fluid {
  z-index: 2;
  position: relative;
}

.h2-title {
  font-size: 62px;
  font-weight: 600;
  line-height: 1.15em;
  letter-spacing: -3px;
}

.runing-title {
  padding-right: 130px;
}

.running-desc p {
  margin-bottom: 25px;
}

.running-desc .btn-blue {
  margin-top: 10px;
}

.ppc-section {
  background-color: #ffffff;
  padding: 100px 140px 100px 140px;
}

.running-desc {
  padding-left: 80px;
}

.running-desc h2 {
  margin-bottom: 20px;
}

.optimize-section {
  background-color: #ffffff;
  padding: 100px 155px 0 155px;
}

.optimize-section .row {
  background-color: #2b00ff;
  padding: 75px 90px 85px 65px;
  border-radius: 20px;
  color: #ffffff;
  position: relative;
}

.optimize-col h3 {
  color: #ffffff;
  margin-bottom: 25px;
}

.optimize-col {
  max-width: 640px;
  color: #e2e2e2;
}

.number-pot {
  background-color: #4541fe;
  border-radius: 20px;
  display: flex;
  position: absolute;
  left: 65px;
  bottom: 65px;
  width: 135px;
  height: 126px;
  text-align: center;
  font-size: 72px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #ffffff;
}

.step-proecss {
  max-width: 500px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-left: 15px;
}

.step-proecss::before {
  content: "";
  position: absolute;
  top: -6.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 519px;
  height: 535px;
  background-image: url(../images/process-graphic.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  z-index: -1;
}

.step-proecss h2 {
  font-size: 136px;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 0.9em;
}

.step-icon {
  display: inline-block;
  position: relative;
}

.step-icon img {
  position: absolute;
  max-width: 150px;
  right: -140px;
  top: -10px;
}

.campaign-sectopn {
  padding-left: 140px;
  padding-right: 140px;
  padding-top: 300px;
  margin-top: -125px;
  padding-bottom: 75px;
  background-color: #faf8ff;
}

.campaign-info h2 {
  margin-bottom: 30px;
}

.btn-pink {
  background-color: #f0188c;
}

.btn-pink:hover {
  background-color: #2b00ff;
}

.campaign-slider {
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 140px;
}

.cmp-bx {
  padding: 40px 40px 140px 40px;
  border-radius: 20px;
  background-color: #4541fe;
  color: #ffffff;
  position: relative;
  min-height: 470px;
  margin: 20px;
}

.nbr-pot {
  background-color: #2b00ff;
  border-radius: 14px;
  display: flex;
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 101px;
  height: 94px;
  text-align: center;
  font-size: 55px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #ffffff;
}

.cmp-bx h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 25px;
  letter-spacing: -1px;
}

.cmp-bx p {
  font-size: 18px;
  line-height: 1.3em;
}

.quest-section {
  padding-top: 160px;
}

.quest-section::before {
  content: "";
  position: absolute;
  top: 230px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 820px;
  background-image: url(../images/quest-graphic.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  z-index: -1;
}

.quest-row {
  padding-bottom: 450px;
}

.quest-info {
  padding-left: 60px;
}

.quest-info .h2-title {
  margin-bottom: 25px;
}

.trusted-section {
  padding-left: 155px;
  padding-right: 155px;
  padding-top: 110px;
  padding-bottom: 180px;
}
.trusted-section .container-fluid {
  background-color: #ffffff;
  padding: 130px;
  border-radius: 20px;
  text-align: center;
}

.trusted-title {
  font-size: 86px;
  font-weight: 600;
  margin-bottom: 100px;
}

.smily-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.smily-icon img {
  position: absolute;
  left: -30px;
  top: -65px;
  max-width: 117px;
  z-index: -1;
}

.trusted-logo .col-lg-4 {
  padding: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cnt-subpg2 .cnt-hm {
  padding-bottom: 125px;
}


.footer_contact_form .forminator-custom-form {
  position: relative;
}

.footer_contact_form .forminator-row-last {
  position: absolute;
  bottom: -20px;
  right: 0;
  margin-bottom: 0 !important;
}

.footer_contact_form .forminator-field-textarea{
  margin-bottom: 20px !important;
}

.forminator-description{
  display: none !important;
}

body.home .footer_contact_form{
  margin-bottom: 200px;
}

body.home .multi-solution-section {
  padding: 0 0 0px 0;
}

@media only screen and (max-width: 2000px) {
  .spolier-section {
    min-height: 1px;
  }
}

@media only screen and (max-width: 1700px) {
  .graphic-img-tab img {
    left: -25px;
    min-width: 590px;
  }
  .hero-home::before {
    bottom: -40px;
  }
  .footer-section {
    padding-left: 80px;
    padding-right: 80px;
  }
  .ft-fu ul li {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1400px) {
  body,
  .spoiler-desc p,
  .spoiler-desc h6 {
    font-size: 20px;
  }
  .step-proecss h2 {
    font-size: 110px;
  }
  .hero-desc h1,
  .solution-section h2,
  .story-title h2,
  .talk-box h2,
  .trusted-title {
    font-size: 70px;
  }
  .h2-title {
    font-size: 54px;
  }
  .multi-solution-section h2 {
    font-size: 50px;
  }
  .win-list li h4 span,
  .blue-counter li:last-child h4,
  .hero-subpg-desc h1 {
    font-size: 58px;
  }
  .story-logo h3,
  .best-path-section h2,
  .startup-section h2,
  .change-section h3 {
    font-size: 44px;
  }
  .win-list li h4,
  .contact-section h2 {
    font-size: 40px;
  }
  .tab-desc h3 {
    font-size: 36px;
  }

  .talk-box p {
    font-size: 26px;
  }

  .multi-solution-section h2 .icon-txt {
    max-width: 100px;
    display: inline-block;
  }
  .hero-home {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-list li {
    margin-left: 20px;
    margin-right: 20px;
  }
  .hero-img {
    max-width: 550px;
    left: 40px;
  }
  .solution-section,
  .hero-subpg,
  .ppc-section,
  .optimize-section {
    padding-left: 60px;
    padding-right: 60px;
  }
  .tab-li-custom .nav-item {
    margin-right: 10px;
  }
  .tab-li-custom .nav-link {
    font-size: 16px;
    padding: 14px 26px;
  }
  .graphic-img-tab img {
    left: 4px;
    min-width: 400px;
  }
  .tab-content-custom::before {
    width: 80px;
    left: -40px;
  }
  .tab-content-custom {
    padding: 60px 0px 60px 60px;
  }

  .win-list li {
    padding-right: 15px;
  }
  .win-list li:last-child {
    padding-right: 0;
  }
  .win-list li p {
    font-size: 16px;
  }
  .story-section {
    padding-top: 160px;
  }
  .story-section,
  .startup-section,
  .change-section,
  .cnt-hm,
  .footer-section,
  .faq-pg-section,
  .running-section,
  .campaign-sectopn,
  .trusted-section {
    padding-left: 60px;
    padding-right: 60px;
  }
  .search-icon img {
    right: 115px;
    top: 26px;
    max-width: 60px;
  }

  .story-slider .carousel-control-prev,
  .story-slider .carousel-control-next,
  .story-slider .carousel-indicators {
    bottom: -100px;
  }
  .startup-section .container-fluid,
  .change-section .container-fluid {
    padding: 80px 60px;
  }
  .change-section h2 {
    font-size: 100px;
  }
  .heart-icon img {
    left: 56px;
    top: 30px;
    max-width: 75px;
  }
  .rocket-icon img {
    position: absolute;
    right: 205px;
    top: -30px;
    max-width: 80px;
  }
  .review-bx {
    padding: 40px;
  }
  .contact-section .slick-slide {
    margin-left: 25px;
    margin-right: 25px;
  }
  .tab-li-custom .nav-link.active::before,
  .tab-li-custom .nav-link:hover::before {
    bottom: -60px;
    width: 60px;
    height: 45px;
  }

  .down-icon {
    width: 75px;
    height: 75px;
    bottom: -5px;
    left: 60px;
  }
  .down-icon img {
    max-width: 50px;
  }
  .hero-faq-graphic img {
    min-width: 600px;
  }
  .hello-icon {
    max-width: 70px;
    top: -8px;
  }
  .talk-box {
    margin-left: 40px;
  }
  .hero-subpg-img {
    text-align: right;
    position: relative;
    top: 80px;
  }
  .hero-ppc .hero-subpg-img {
    top: 15px;
  }
  .runing-title {
    padding-right: 0;
  }
  .running-section::before {
    top: -6%;
    height: 106%;
  }
  .running-desc {
    padding-left: 40px;
  }
  .step-icon img {
    max-width: 130px;
    right: -120px;
    top: -10px;
  }
  .step-proecss::before {
    top: 0;
    width: 100%;
  }
  .campaign-slider {
    padding-left: 45px;
    padding-right: 45px;
  }
  .cmp-bx {
    margin: 15px;
    padding: 30px 30px 140px 30px;
    min-height: 485px;
  }
  .trusted-section .container-fluid {
    padding: 100px;
  }
  .trusted-section {
    padding-bottom: 0;
  }
  .quest-info {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1100px) {
  body,
  .spoiler-desc p,
  .spoiler-desc h6,
  .talk-box p {
    font-size: 18px;
  }
  .change-section h2 {
    font-size: 100px;
  }
  .hero-desc h1,
  .solution-section h2,
  .story-title h2,
  .win-list li h4 span,
  .blue-counter li:last-child h4 {
    font-size: 60px;
  }
  .hero-subpg-desc h1 {
    font-size: 54px;
  }
  .win-list li h4,
  .contact-section h2 {
    font-size: 50px;
  }
  .story-logo h3,
  .best-path-section h2,
  .startup-section h2 {
    font-size: 36px;
  }
  .tab-desc h3 {
    font-size: 30px;
  }
  .hero-home,
  .spolier-section,
  .solution-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo-list li {
    margin: 10px;
  }
  .logo-list {
    margin-top: 100px;
  }
  .hero-home::before {
    height: 100px;
    bottom: -35px;
  }
  .tab-li-custom .nav-item {
    margin-right: 10px;
  }
  .tab-li-custom .nav-link {
    padding: 15px 25px;
    font-size: 16px;
  }
  .tab-li-custom .nav-link.active::before,
  .tab-li-custom .nav-link:hover::before {
    width: 50px;
    height: 40px;
    bottom: -50px;
  }
  .tab-content-custom {
    padding: 30px 0px 30px 30px;
  }
  .tab-content-custom::before {
    width: 50px;
    left: -20px;
  }

  .graphic-img-tab img {
    left: 4px;
    min-width: 410px;
  }
  .story-section {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .contact-section {
    padding-top: 150px;
  }
  .story-section,
  .startup-section,
  .change-section,
  .cnt-hm,
  .hero-subpg,
  .footer-section,
  .running-section,
  .ppc-section,
  .optimize-section,
  .campaign-sectopn,
  .trusted-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .story-slider .carousel-control-prev,
  .story-slider .carousel-control-next,
  .story-slider .carousel-indicators {
    bottom: -65px;
  }
  .story-slider .carousel-control-prev,
  .story-slider .carousel-control-next {
    width: 40px;
    height: 40px;
  }

  .story-slider .carousel-control-prev img,
  .story-slider .carousel-control-next img {
    width: 16px;
    height: 16px;
  }

  .story-slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .story-slider .carousel-control-next {
    left: 60px;
  }
  .search-icon img {
    right: 102px;
    top: 25px;
    max-width: 40px;
  }
  .startup-section .container-fluid,
  .change-section .container-fluid {
    padding: 50px 30px;
  }

  .heart-icon img {
    left: 58px;
    top: 32px;
    max-width: 70px;
  }
  .rocket-icon img {
    right: 208px;
    top: -25px;
    max-width: 80px;
  }
  .cnt-graphic > img {
    margin-left: -40px;
  }

  .ftr-col {
    width: 31%;
  }
  .ftr-log {
    width: 31%;
  }
  .footer-section {
    text-align: left;
  }
  .ftr-gt {
    width: 40%;
  }
  .ft-fu {
    width: 36%;
  }
  .ft-fu ul li {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .cnt-subpg {
    padding-top: 0;
  }
  .cnt-subpg .cnt-hm {
    padding-top: 150px;
  }
  .hero-faq-graphic img {
    min-width: 460px;
  }
  .down-icon {
    left: 40px;
  }
  .faq-pg-section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hello-icon {
    max-width: 50px;
    top: -8px;
  }
  .campaign-slider {
    padding-left: 30px;
    padding-right: 0;
    overflow: hidden;
  }
  .step-proecss h2 {
    font-size: 90px;
  }
  .number-pot {
    width: 100px;
    height: 90px;
    font-size: 50px;
  }
  .cmp-slid-bx .slick-arrow {
    display: none !important;
  }
  .campaign-slider .container-fluid {
    padding-right: 0;
  }
  .cmp-slid-bx {
    margin-right: -50px;
  }
  .quest-section::before {
    top: 400px;
  }
  .trusted-section .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
  .trusted-title {
    margin-bottom: 50px;
  }
  .smily-icon img {
    left: -30px;
    top: -45px;
    max-width: 90px;
  }
  body.home .faq-section{
    padding-top: 0;
  }
  .footer_contact_form .forminator-row-last{
    position: relative; bottom: auto; max-width: 205px;
  }
}

@media (max-width: 991px) {
  .nav-pills {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }
  .nav-pills li {
    order: 1;
    margin: 0 !important;
  }
  .nav-pills li button {
    width: 100%;
    text-align: left;
  }

  .nav-pills li.active-parent {
    color: #3e4b58;
    border-top: none;
    order: 0;
    max-width: 250px;
    margin-left: 0px !important;
  }
  .nav-pills li.active-parent button:after {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .nav-pills li:not(.active-parent) {
    position: absolute;
    top: -999em;
  }

  .nav-pills.expanded {
    background-color: #e2e2e2;
    border-radius: 25px 25px 0 0;
  }

  .nav-pills.expanded li:not(.active-parent) {
    position: relative;
    top: auto;
  }
  .nav-pills.expanded li:not(.active-parent) button {
    border-radius: 0;
  }

  .nav-pills li.active-parent:after {
    border-top-color: transparent;
    border-bottom-color: #555;
    top: 1em;
  }
  .nav-tab-parent {
    position: relative;
    height: 50px;
    margin-bottom: 20px;
  }
  .hero-faq-graphic img {
    min-width: 1px;
  }
  .hero-faq-section {
    max-height: unset;
  }
  .hero-subpg-img {
    top: auto;
  }
  .talk-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .running-section::before {
    top: -5%;
  }
  .h2-title {
    font-size: 40px;
  }
  .running-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .running-desc {
    padding-left: 0px;
    padding-top: 30px;
  }
  .ppc-section {
    padding-bottom: 0;
  }
  .optimize-section .row {
    padding: 50px;
  }
  .step-proecss {
    margin-right: auto;
    min-height: 550px;
  }
  .number-pot {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .step-proecss h2 {
    font-size: 70px;
  }
  .step-icon img {
    max-width: 100px;
    right: -90px;
    top: -10px;
  }
  .trusted-section .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .trusted-title {
    font-size: 50px;
  }
  .tab-content-custom::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -65px;
    width: 88px;
    height: 51px;
    background-image: url(../images/tab-active.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    display: block !important;
  }
  body.home .faq-section {
    padding-top: 80px;
  }
  body.home .multi-solution-section{
    padding-bottom: 0;
  }
  .story-logo > img {
    margin-bottom: 0;
    margin-top: 0;
  }
  .faq-img {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .hero-home::before {
    height: 100px;
    bottom: -5px;
  }
  .tab-li-custom .nav-link.active::before,
  .tab-li-custom .nav-link:hover::before {
    display: none;
  }
  .spolier-section {
    padding: 100px 40px 400px 40px;
  }
  .work-link {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .story-img {
    margin-top: 30px;
  }
  .ftr-log {
    width: 100%;
  }
  .ftr-col {
    width: 49%;
  }
  .cnt-graphic {
    margin-bottom: 30px;
  }
  
}

@media (max-width: 767px) {
  .faq-section {
    padding: 150px 0px 0 15px;
  }
  .faq-section .accordion-button {
    font-size: 16px;
  }
  .faq-section .accordion-body {
    font-size: 16px;
  }
  .faq-section .accordion-button::after {
    background-size: 30px;
    height: 30px;
    width: 30px;
  }
  .faq-section .accordion-button::after{
    position: absolute; right: 0;
  }
  .faq-section .accordion-button, .faq-section .accordion-body{
    padding-right: 45px;
  }
}

@media only screen and (max-width: 700px) {
  body,
  .spoiler-desc p,
  .spoiler-desc h6 {
    font-size: 16px;
  }
  .hero-desc h1,
  .solution-section h2,
  .story-title h2 {
    font-size: 44px;
  }
  .icon-txt,
  .icon-txt img {
    max-width: 60px;
  }
  .btn-blue {
    font-size: 14px;
    padding: 12px 16px;
  }
  .btn-blue img {
    max-width: 18px;
  }
  .hero-btn .btn-blue {
    margin: 5px;
    padding: 11px 14px;
  }
  .hero-img {
    max-width: 100%;
    left: auto;
  }
  .hero-home .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .logo-list .slick-dots {
    display: block !important;
    margin-top: 30px;
  }
  .logo-list li {
    margin: 5px 15px;
  }
  .spolier-section {
    padding: 70px 20px 330px 20px;
  }
  .spolier-section::before {
    background-image: url(../images/news-tha-mobile.png);
  }
  .spoiler-desc h6::before {
    width: 146px;
    left: 80px;
    bottom: -40px;
  }
  .spoiler-desc h6 {
    margin-top: 30px;
  }
  .solution-section,
  .solution-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .solution-section h2 {
    margin-top: 50px;
  }
  .tab-content-custom {
    border-radius: 0;
    margin-top: 30px;
  }
  .tab-desc h3,
  .story-logo h3 {
    font-size: 28px;
  }
  .tab-desc hr,
  .story-slider hr {
    border-top: 4px dashed #e2e2e2;
    opacity: 0.5;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .tab-content-custom::before {
    display: none;
  }

  .pw-title {
    padding-left: 75px;
    position: relative;
    padding-top: 4px;
  }
  .pw-title img {
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    width: 40px;
  }
  .win-list li {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin-bottom: 35px;
  }
  .win-list li h4 {
    font-size: 52px;
  }
  .win-list li h4 span {
    font-size: 72px;
  }
  .tab-img {
    display: none;
  }
  .solution-section {
    padding-bottom: 0;
  }
  .search-icon img {
    right: 68px;
    top: 18px;
    max-width: 32px;
  }
  .best-path-section::before {
    width: 300px;
  }
  .best-path-section {
    padding-top: 90px;
    padding-left: 10px;
    padding-bottom: 100px;
    padding-right: 10px;
  }
  .startup-section {
    padding-left: 0;
    padding-right: 0;
  }
  .startup-section .container-fluid {
    border-radius: 0;
    padding-left: 20px;
    padding-top: 80px;
    padding-bottom: 100px;
    padding-right: 20px;
  }
  .blue-counter li {
    margin-bottom: 0;
  }
  .story-logo > img {
    margin-bottom: 30px;
    margin-top: 0;
    max-width: 125px;
  }
  .story-slider hr {
    margin-bottom: 0;
  }
  .story-logo h3 {
    margin-bottom: 20px;
  }
  .story-img {
    margin-top: 40px;
  }
  .story-slider .carousel-indicators {
    margin-left: 180px;
  }
  .story-section {
    padding-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 75px;
  }
  .startup-logo-list .slick-dots {
    display: none !important;
  }
  .startup-logo-list .slick-arrow {
    display: none !important;
  }
  .startup-logo-list {
    margin-right: -70px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .change-section {
    padding: 0px;
  }
  .change-section .container-fluid {
    padding: 50px 30px 80px 30px;
    border-radius: 0;
  }
  .change-section h2 {
    font-size: 70px;
    line-height: 1.1em;
    margin-bottom: 50px;
  }
  .heart-icon img {
    left: 39px;
    top: 19px;
    max-width: 50px;
  }
  .rocket-icon img {
    right: 108px;
    top: auto;
    max-width: 50px;
    bottom: -25px;
  }
  .change-section h3 {
    font-size: 38px;
  }
  .faq-section .accordion-item {
    border-top: 4px dashed #e2e2e2;
  }
  .faq-section .accordion-item:last-child {
    border-bottom: 4px dashed #e2e2e2;
  }
  .faq-section .accordion-button,
  .faq-section .accordion-body {
    padding-left: 5px;
  }
  .faq-img {
    margin-right: -30px;
    margin-top: 40px;
  }
  .contact-section {
    padding-top: 90px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-section h2 {
    font-size: 36px;
    letter-spacing: -1px;
    margin-bottom: 40px;
  }
  .contact-section .slick-slider {
    margin-left: 0;
    margin-right: 0;
  }
  .review-bx {
    padding: 35px;
  }
  .review-user-info > img {
    width: 50px;
    height: 50px;
    top: 0;
  }
  .review-user-info {
    padding-left: 60px;
    margin-top: 25px;
  }
  .contact-section .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 16px !important;
  }
  .contact-section .slick-arrow.slick-next {
    right: -50px;
    left: 0;
  }
  .contact-section .slick-arrow.slick-prev {
    right: 0px;
    left: -50px;
  }
  .contact-section .slick-slider {
    padding-top: 75px;
  }

  .cnt-hm {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-section .slick-slide {
    margin-left: 40px;
    margin-right: 40px;
  }

  .cnt-graphic {
    margin-bottom: 55px;
  }

  .footer-section {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .ftr-log,
  .ftr-col {
    width: 100%;
    margin-bottom: 15px;
  }
  .ft-fu ul li {
    margin-right: 20px;
  }
  .ftr-log > img {
    max-width: 50px;
  }
  .contact-section {
    padding-top: 0;
  }
  .cnt-subpg .cnt-hm {
    padding-top: 90px;
    padding-bottom: 0;
  }
  .down-icon {
    width: 55px;
    height: 55px;
    left: 35px;
    bottom: 15px;
  }
  .down-icon img {
    max-width: 20px;
  }
  .faq-pg-section {
    padding-top: 70px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .faq-pg-section .accordion-body li:before {
    width: 30px;
    height: 30px;
  }
  .faq-pg-section .accordion-body li {
    padding-left: 40px;
  }
  .hero-faq-section .row {
    flex-direction: column-reverse;
  }
  .hero-subpg-desc h1 {
    font-size: 44px;
  }
  .hero-faq-section {
    padding-bottom: 115px;
  }
  .talk-box h2 {
    font-size: 54px;
  }
  .talk-box {
    width: 100%;
    padding: 40px 30px;
    border-radius: 20px;
  }
  .talk-box p {
    font-size: 20px;
  }
  .hero-subpg,
  .running-section,
  .ppc-section,
  .optimize-section,
  .campaign-sectopn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile-reverse {
    flex-direction: column-reverse;
  }
  .hero-subpg-img {
    margin-bottom: 30px;
  }
  .hero-subpg .logo-list {
    margin-top: 50px;
  }
  .running-section::before {
    background-image: url(../images/mobile-running.png);
    background-size: 100%;
    max-width: 300px;
  }
  .h2-title {
    font-size: 36px;
  }
  .optimize-section .row {
    padding: 30px 20px;
  }
  .number-pot {
    width: 73px;
    height: 68px;
    font-size: 38px;
    position: absolute;
    left: 30px;
    top: 30px;
  }
  .optimize-col h3 {
    font-size: 50px;
  }
  .step-proecss h2,
  .trusted-title {
    font-size: 44px;
  }
  .step-icon img {
    max-width: 46px;
    right: -1px;
    top: -30px;
  }
  .step-proecss::before {
    display: none;
  }
  .step-proecss {
    margin-right: 0;
    margin-left: 0;
    padding-top: 45px;
    min-height: 10px;
    padding-left: 0;
  }
  .optimize-col {
    padding-top: 100px;
  }
  .campaign-sectopn {
    padding-top: 200px;
  }
  .running-section,
  .ppc-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .trusted-section {
    padding-top: 80px;
  }
  .optimize-section {
    padding-top: 0;
  }
  .campaign-slider {
    padding-left: 0;
  }
  .cmp-slid-bx {
    margin-right: -200px;
  }
  .nbr-pot {
    font-size: 28px;
    width: 54px;
    height: 50px;
    border-radius: 10px;
  }
  .quest-section::before {
    top: 480px;
    background-image: url(../images/mobile-quest.png);
  }
  .quest-row {
    padding-bottom: 280px;
  }
  .smily-icon img {
    max-width: 55px;
  }
  .smily-icon img {
    top: -85px;
    left: 90px;
  }
  .trusted-section .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .trusted-logo .col-lg-4 {
    padding: 25px;
  }
  .cnt-subpg2 {
    padding-top: 85px;
  }
  .multi-solution-section {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .tab-content-custom {
    padding-right: 30px;
  }
  body.home .contact-section {
    padding-top: 90px;
  }
 
  .story-logo h3{
    letter-spacing: -1px;
  }
  body.home .footer_contact_form{
    margin-bottom: 80px;
  }
  .nav-pills li.active-parent{
    margin-left: 30px !important;
  }
}
#mob-scroll {
	display: none;
}
@media (max-width: 1024px) {
	#desk-scroll {
		display: none;
	}
	#mob-scroll {
		display: block;
	}
}