body {
  font-family: "poppinsregular", sans-serif;
  background-color: #0d133e;
  color: #000;
  position: relative;
}
@keyframes btn-fade {
  0% {
    opacity: 0;
    bottom: 5px;
  }
  100% {
    opacity: 1;
    bottom: 25px;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1230px;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "bebas_neueregular", sans-serif;
}
body .btn {
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 15px;
}
body .btn-primary {
  color: #fff;
  background-color: #29abe2;
  border: 2px solid #29abe2;
}
body .btn-primary:hover, body .btn-primary:focus {
  color: #0d133e;
  border-color: #fff;
  background-color: #fff;
}
body .btn-primary:disabled {
  color: rgba(255, 255, 255, 0.6);
  background-color: #29abe2;
  border: 2px solid #29abe2;
}
body .text-primary {
  color: #29abe2 !important;
}
body .text-gray {
  color: #838383 !important;
}
body .list-s1 {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 0;
}
body .list-s1 li {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
}
body .list-s1 li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -20px;
  background-color: #1C1833;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}
body .list-s1 li:last-child {
  margin-bottom: 0;
}
body .list-s2 {
  list-style: none;
  padding-left: 40px;
  margin-bottom: 0;
}
body .list-s2 li {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
}
body .list-s2 li:before {
  content: "";
  background: url("../../img/png/check-bullet.png") no-repeat center center/100%;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 2px;
  left: -40px;
}
body .list-s2 li:last-child {
  margin-bottom: 0;
}
body .card-bundle {
  border: solid 3px #D1D1D1;
  border-radius: 15px;
}
body .card-bundle .card-body {
  padding: 45px 35px;
  color: #3A3A3A;
}
body .card-bundle .card-body .card-title {
  font-size: 18px;
  font-family: "poppinssemibold", sans-serif;
  margin-bottom: 10px;
}
body .card-bundle .card-body .price {
  font-family: "PoppinsBold", sans-serif;
  font-size: 36px;
  margin-bottom: 10px;
}
body .card-bundle .card-body .price .small {
  font-size: 32px;
}
body .card-bundle .card-body .price .period {
  font-family: "poppinssemibold", sans-serif;
  font-size: 20px;
}
body .card-bundle .card-body ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #000;
}
body .card-bundle .card-body ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 22px;
  padding: 4px 15px;
  background-color: #F3F3F3;
  display: flex;
}
body .card-bundle .card-body ul li:nth-child(even) {
  background-color: transparent;
}
body .card-bundle .card-body ul.style-1 li {
  background-color: #fff;
  border-bottom: solid 1px #F3F3F3;
}
body .card-bundle .card-body ul.style-1 li:last-child {
  border-bottom: unset;
}
body .card-bundle .card-body p.lead {
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: 600;
}
body .card-bundle .card-body .btn {
  display: flex;
  margin: 20px auto 0;
  justify-content: center;
}
body .card-bundle .card-body .btn:hover, body .card-bundle .card-body .btn:focus {
  background-color: #3A3A3A;
  color: #fff;
}
body .card-popular {
  border-color: #29abe2;
  position: relative;
}
body .card-popular .card-body {
  color: #29abe2;
}
body .card-popular .card-body .btn.btn-outline-secondary {
  color: #29abe2;
  border-color: #29abe2;
}
body .card-popular .card-body .btn.btn-outline-secondary:hover, body .card-popular .card-body .btn.btn-outline-secondary:focus {
  background-color: #29abe2;
  color: #fff;
}
body .card-popular-badge:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  background: url("../../img/svg/popular-badge.svg") no-repeat center center/100%;
  width: 43px;
  height: 51px;
}
body .horizontal-card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -30px 0;
}
body .horizontal-card .img-wrapper {
  width: 100%;
  max-width: 50%;
  padding: 0 30px;
}
body .horizontal-card .img-wrapper img {
  width: 100%;
  max-width: 600px;
  height: auto;
}
body .horizontal-card .card-body {
  width: 100%;
  max-width: 50%;
  padding: 16px 30px;
}
body .horizontal-card .card-body .card-title {
  font-family: "PoppinsBold", sans-serif;
  line-height: 32px;
  margin-bottom: 20px;
}
body .horizontal-card .card-body .title-large {
  font-size: 40px;
  line-height: 45px;
}
body .horizontal-card .card-body .card-text {
  font-size: 18px;
}
body .horizontal-card .btn {
  margin-top: 60px;
}
body .horizontal-card:last-child {
  margin-bottom: 0 !important;
}
body .horizontal-card.title-large .card-body .card-title {
  font-size: 40px;
  line-height: 45px;
}
body .horizontal-card-s1 {
  margin: 0 0 150px;
}
body .horizontal-card-s1 .img-wrapper {
  position: relative;
  max-width: 60%;
  padding: 0 40px 0 0;
}
body .horizontal-card-s1 .img-wrapper img {
  display: flex;
  position: relative;
  z-index: 1;
  margin: 0 0 0 auto;
}
body .horizontal-card-s1 .img-wrapper:before {
  content: "";
  position: absolute;
  background: no-repeat center center/100% 100%;
}
body .horizontal-card-s1 .object-1:before {
  background-image: url("../../img/png/card-object-1.png");
  width: 760px;
  height: 490px;
  top: -58px;
  left: -20px;
}
body .horizontal-card-s1 .object-2:before,
body .horizontal-card-s1 .object-3:before {
  top: -107px;
  bottom: unset;
  left: unset;
  right: 0;
  height: 508px;
  width: 620px;
}
body .horizontal-card-s1 .object-2:before {
  background-image: url("../../img/png/card-object-2.png");
}
body .horizontal-card-s1 .object-3:before {
  background-image: url("../../img/png/card-object-3.png)");
}
body .horizontal-card-s1 .card-body {
  max-width: 40%;
}
body .horizontal-card-s1:nth-child(even) .img-wrapper {
  padding: 0 0 0 40px;
}
body .horizontal-card-s1.girl .img-wrapper img {
  margin-top: -150px;
}
body .horizontal-card-s1.girl .img-wrapper:before {
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
body .horizontal-card-s1.man .img-wrapper:before {
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg) !important;
}
body .horizontal-card.s-1 .img-wrapper img {
  max-width: 700px;
}
body .horizontal-card.s-2 .img-wrapper img {
  width: 100%;
  max-width: 460px;
  margin: 0 auto 0 0;
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
}
body .horizontal-card.s-3 .img-wrapper img {
  max-width: 577px;
}
body .horizontal-card.s-3 .img-wrapper:before {
  top: 0;
  left: 0;
  right: unset;
}
body .gear-list {
  position: relative;
}
body .gear-list .item {
  position: relative;
  padding: 0 0 20px;
  width: 100%;
  max-width: 216px;
}
body .gear-list .item h5 {
  font-family: "PoppinsMedium", sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 0;
}
body .gear-list .item h5:after {
  content: "";
  background: #29abe2;
  width: 6px;
  height: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 60px);
}
body .gear-list .item .counter {
  background: #29abe2;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-family: "PoppinsBold";
  font-size: 34px;
  overflow: hidden;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
}
body .gear-list .upper-gears {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 6px;
  justify-content: space-around;
}
body .gear-list .upper-gears:before {
  content: "";
  position: absolute;
  top: 100%;
  background: #29abe2;
  width: 100%;
  height: 6px;
}
body .gear-list .upper-gears .item:last-child {
  max-width: 84px;
}
body .gear-list .lower-gears {
  padding-top: 80px;
  justify-content: space-around;
}
body .gear-list .lower-gears .item {
  padding: 20px 0 0;
}
body .gear-list .lower-gears .item h5:after {
  top: unset;
  bottom: 100%;
  transform: translate(-50%, -60px);
}
body .gear-list .lower-gears .item .counter {
  top: unset;
  bottom: 100%;
}
body .gear-list .lower-gears .item:first-child {
  max-width: 84px;
}
body .gear-list-s1 .item {
  max-width: 350px;
  padding: 0;
}
body .gear-list-s1 .item h5 {
  font-family: "PoppinsBold", sans-serif;
  font-size: 24px;
  text-align: left;
  color: #29abe2;
  margin-bottom: 10px;
}
body .gear-list-s1 .item h5:after {
  transform: translate(-50%, 30px);
}
body .gear-list-s1 .item p {
  margin: 0;
}
body .gear-list-s1 .upper-gears {
  padding-bottom: 50px;
}
body .gear-list-s1 .upper-gears .item:first-child {
  margin-right: auto;
}
body .gear-list-s1 .lower-gears {
  padding-top: 50px;
}
body .gear-list-s1 .lower-gears .item {
  padding: 0;
}
body .gear-list-s1 .lower-gears .item h5:after {
  transform: translate(-50%, -30px);
}
body .gear-list-s1 .lower-gears .item:last-child {
  margin: 0 0 0 auto;
  padding-right: 80px;
}
body .date-structure {
  display: flex;
  margin-bottom: 50px;
}
body .date-structure .item {
  font-family: "PoppinsSemibold", sans-serif;
  width: 100%;
  position: relative;
}
body .date-structure .item h4 {
  position: relative;
  font-family: "poppinssemibold", sans-serif;
  background-color: #fff;
  letter-spacing: 3px;
  max-width: max-content;
  margin: 0 0 0 auto;
  padding: 0 20px;
  z-index: 1;
}
body .date-structure .item:before {
  content: "";
  height: 6px;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body .date-structure .item:first-child {
  max-width: 45%;
}
body .date-structure .item:last-child {
  max-width: 55%;
}
body .date-structure .item:last-child h4 {
  margin: 0 20px 0 auto;
}
body .spacer {
  background-color: #fff;
  display: block;
}
body .main {
  overflow: hidden;
}
body .main .service-hero {
  background-color: #fff;
  position: relative;
}
body .main .service-hero .page-title {
  background-color: #fff;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  padding: 18px 50px;
}
body .main .service-hero .page-title .title {
  margin: 0;
  font-size: 38px;
  letter-spacing: 1px;
}
body .main .service-hero .content {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 100px 20px 0 0;
}
body .main .service-hero .content .main-title {
  font-size: 62px;
  color: #29abe2;
  display: inline-block;
  margin-bottom: 0;
}
body .main .service-hero .content .secondary-title {
  font-family: "poppinsbold", sans-serif;
  font-size: 32px;
  margin-bottom: 20px;
}
body .main .service-hero .content p {
  font-size: 16px;
  line-height: 28px;
}
body .main .service-hero .content .btn-action-wrapper {
  position: absolute;
  left: 100%;
  margin-top: -30px;
  width: 280px;
  margin-left: -20px;
}
body .main .service-hero .content .btn-action-wrapper .btn {
  font-size: 24px;
  padding: 10px 40px;
  border-top-left-radius: 0;
  transition: 0.2s;
}
body .main .service-hero .content .btn-action-wrapper .btn .icon {
  transition: 0.2s;
  margin-left: 10px;
}
body .main .service-hero .content .btn-action-wrapper .btn:hover, body .main .service-hero .content .btn-action-wrapper .btn:focus {
  background: #29abe2;
  border-color: #29abe2;
  color: white;
}
body .main .service-hero .content .btn-action-wrapper .btn:hover .icon, body .main .service-hero .content .btn-action-wrapper .btn:focus .icon {
  margin-left: 30px;
}
body .main .service-hero .content .btn-action-wrapper .divider {
  background: #29abe2;
  width: 0;
  height: 14px;
  margin-right: -20px;
  transition: 0.5s;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2;
}
body .main .service-hero .content .number {
  position: absolute;
  right: 20px;
  bottom: 5px;
  opacity: 0;
  transition: all 1s ease;
  width: fit-content;
  min-width: max-content;
  animation: btn-fade 0.5s ease-in-out forwards;
  animation-delay: 1.4s;
  margin-top: 30px;
}
body .main .service-hero .content .number p {
  color: #fff;
  font-size: 15px;
  padding: 8px 20px;
  border-radius: 10px;
  display: inline-block;
  margin: 0;
  background-color: #29abe2;
}
body .main .service-hero .content .number p strong {
  font-family: "poppinssemibold", sans-serif;
  font-weight: 600;
}
body .main .service-hero .content .arrow {
  padding: 5px 0;
  border: none;
  background-color: transparent;
  cursor: unset;
}
body .main .service-hero .content .arrow a img {
  height: auto;
}
body .main .service-hero .content .content-area img {
  width: auto;
}
body .main .service-hero .img-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0d133e;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
body .main .service-hero .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .main .service-hero .img-wrapper img.mobile {
  display: none;
}
body .main .why-choose-us {
  padding: 120px 0 80px;
  background: #fff;
}
body .main .why-choose-us .main-title {
  font-size: 50px;
  color: #29abe2;
  margin-bottom: 40px;
}
body .main .why-choose-us .card {
  margin: 40px 0;
  border: none;
  text-align: center;
  background-color: transparent;
}
body .main .why-choose-us .card .card-body {
  padding: 0 40px;
}
body .main .why-choose-us .card .card-body .card-img {
  height: 100px;
  margin-bottom: 30px;
  object-fit: contain;
}
body .main .why-choose-us .card .card-body .title {
  color: #29abe2;
  font-size: 24px;
  font-family: "poppinsbold", sans-serif;
  margin-bottom: 15px;
}
body .main .why-choose-us .card .card-body p {
  margin: 0;
}
body .main .connected-apps {
  padding: 0 0 100px;
  background-color: #fff;
}
body .main .connected-apps .main-title {
  font-size: 50px;
  color: #1C1833;
  margin-bottom: 40px;
}
body .main .connected-apps .main-title span {
  color: #29abe2;
}
body .main .connected-apps .connected-apps-slider .slick-list {
  margin: 0 -50px;
  overflow: hidden;
}
body .main .connected-apps .connected-apps-slider .slick-list .slick-slide img {
  height: 70px;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}
body .main .how-crm-solution {
  padding: 100px 0 50px;
  background-color: #070A20;
}
body .main .how-crm-solution .main-title {
  color: #29abe2;
  font-size: 50px;
  margin-bottom: 60px;
}
body .main .how-crm-solution .how-slider .item {
  padding: 0 15px;
}
body .main .how-crm-solution .how-slider .slick-dots {
  width: auto;
  left: 50%;
  bottom: 21px;
  transform: translate(-50%, 0);
  display: flex;
}
body .main .how-crm-solution .how-slider .slick-dots li {
  height: 8px;
  width: 8px;
  padding: 0;
  margin: 0 4px;
}
body .main .how-crm-solution .how-slider .slick-dots li button {
  background-color: #838383;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  padding: 0;
  margin: 0;
}
body .main .how-crm-solution .how-slider .slick-dots li button:before {
  display: none;
}
body .main .how-crm-solution .how-slider .slick-dots li:first-child {
  margin-left: 0;
}
body .main .how-crm-solution .how-slider .slick-dots li:last-child {
  margin-right: 0;
}
body .main .how-crm-solution .how-slider .slick-dots .slick-active button {
  background-color: #29abe2;
}
body .main .how-crm-solution .card {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #fff;
  margin-bottom: 20px;
}
body .main .how-crm-solution .card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
body .main .how-crm-solution .card .card-body {
  padding: 30px 20px;
  text-align: center;
}
body .main .how-crm-solution .card .card-body .card-title {
  font-family: "PoppinsBold", sans-serif;
  margin-bottom: 20px;
}
body .main .crm-solution {
  padding: 80px 0 60px;
  background-color: #fff;
}
body .main .crm-solution .card {
  border: none;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}
body .main .crm-solution .card .card-body {
  padding: 32px 10px;
}
body .main .crm-solution .card .card-body .card-title {
  font-family: "PoppinsMedium", sans-serif;
  margin: 0;
}
body .main .crm-solution .card-lg .card-body {
  padding: 46px 110px;
}
body .main .crm-solution > .container > .row {
  align-items: center;
}
body .main .horizontal-cards {
  padding: 120px 0;
  background-color: #fff;
}
body .main .horizontal-cards .main-title {
  font-size: 50px;
  margin-bottom: 60px;
}
body .main .sec-info {
  background-color: #fff;
  padding: 80px 0;
}
body .main .sec-info-2 {
  background-color: #fff;
  padding: 100px 0;
}
body .main .sec-info-2 .main-title {
  font-family: "PoppinsBold", sans-serif;
  margin-bottom: 30px;
}
body .main .sec-info-2 .main-title span {
  color: #29abe2;
}
body .main .sec-info-2 .lead {
  margin-bottom: 70px;
}
body .main .sec-info-3 {
  background-color: #fff;
  padding: 100px 0;
}
body .main .sec-info-3 .main-title {
  font-size: 50px;
  margin-bottom: 30px;
}
body .main .sec-info-3 .lead {
  font-size: 18px;
  margin-bottom: 70px;
}
body .main .sec-info-4 {
  background-color: #fff;
  padding: 80px 0;
}
body .main .sec-info-4 .main-title {
  font-family: "PoppinsBold", sans-serif;
  margin-bottom: 0;
  line-height: 38px;
}
body .main .bundle {
  padding: 80px 0;
  background-color: #fff;
}
body .main .bundle .main-title {
  font-size: 50px;
  margin-bottom: 60px;
}
body .main .bundle .main-title span {
  color: #29abe2;
}
body .main .bundle .bundles-slider .slick-track {
  display: flex;
}
body .main .bundle .bundles-slider .slick-track .slick-slide {
  margin: 0 15px;
  height: auto;
}
body .main .bundle .card-wrapper {
  height: 100%;
  padding-bottom: 30px;
}
body .main .bundle .card-bundle {
  height: 100%;
}
body .main .bundle .card-bundle .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body .main .bundle .card-bundle .card-body .btn-wrapper {
  margin-top: auto;
}
body .main .bundle .bottom h1, body .main .bundle .bottom h2, body .main .bundle .bottom h3, body .main .bundle .bottom h4, body .main .bundle .bottom h5, body .main .bundle .bottom h6 {
  color: #29abe2;
}
body .main .bundle .bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .main .funnels {
  padding: 120px 0;
  background-color: #fff;
  text-align: center;
}
body .main .funnels .main-title {
  color: #29abe2;
  margin-bottom: 100px;
  font-family: "PoppinsBold", sans-serif;
}
body .main .funnels .main-title span {
  font-family: "bebas_neueregular", sans-serif;
  display: block;
  font-size: 100px;
  transition: all 0.5s ease;
}
body .main .funnels .secondary-title {
  color: #1C1833;
  font-family: "PoppinsBold", sans-serif;
  line-height: 38px;
}
body .main .our-goals {
  background-color: #fff;
  padding: 120px 0;
}
body .main .our-goals .title-wrapper {
  position: relative;
}
body .main .our-goals .title-wrapper .main-title {
  font-size: 50px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
body .main .our-goals .img-wrapper {
  position: relative;
  height: 368px;
  margin-top: 80px;
  padding: 0;
}
body .main .our-goals .img-wrapper .goal-chart {
  width: initial;
  height: auto;
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
}
body .main .our-goals .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
body .main .our-goals .card .card-body {
  padding: 30px 100px 30px 50px;
}
body .main .our-goals .card .card-body img {
  position: absolute;
}
body .main .our-goals .card .card-body .card-title {
  font-family: "PoppinsSemibold", sans-serif;
  padding-left: 30px;
  margin-bottom: 12px;
}
body .main .our-goals .content > div > div:first-child .card:first-child .card-body, body .main .our-goals .content > div > div:first-child .card:last-child .card-body {
  padding: 30px 30px 30px 120px;
}
body .main .our-goals .content > div > div:last-child .card:first-child {
  margin-top: 100px;
}
body .main .our-goals .content > div > div:last-child .card:first-child .card-body {
  padding: 30px 10px 30px 140px;
}
body .main .our-goals .content > div > div:last-child .card:nth-child(2) .card-body {
  padding: 30px 40px 30px 110px;
}
body .main .our-goals .content > div > div:last-child .card:nth-child(3) .card-body {
  padding: 30px 70px 30px 80px;
}
body .main .service-hero-2 {
  padding: 95px 0;
  background-color: #070A20;
  color: #fff;
}
body .main .service-hero-2 .slider {
  display: flex;
}
body .main .service-hero-2 .slider .slider-nav,
body .main .service-hero-2 .slider .slider-for {
  max-width: 50%;
}
body .main .service-hero-2 .slider .slider-nav .title,
body .main .service-hero-2 .slider .slider-for .title {
  font-family: "PoppinsBold", sans-serif;
  background-color: #29abe2;
  padding: 32px 50px;
  line-height: 26px;
  margin: 0;
}
body .main .service-hero-2 .slider .slider-nav {
  padding-right: 50px;
  margin-bottom: 0;
}
body .main .service-hero-2 .slider .slider-nav .slick-list,
body .main .service-hero-2 .slider .slider-nav .slick-track {
  height: 100%;
}
body .main .service-hero-2 .slider .slider-nav .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .main .service-hero-2 .slider .main-title {
  font-size: 50px;
}
body .main .service-hero-2 .slider .lead {
  font-size: 16px;
}
body .main .service-hero-2 .slider .slick-dots {
  width: auto;
  left: unset;
  right: 50px;
  bottom: 21px;
  display: flex;
}
body .main .service-hero-2 .slider .slick-dots li {
  height: 8px;
  width: 8px;
  padding: 0;
  margin: 0 4px;
}
body .main .service-hero-2 .slider .slick-dots li button {
  background-color: #838383;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  padding: 0;
  margin: 0;
}
body .main .service-hero-2 .slider .slick-dots li button:before {
  display: none;
}
body .main .service-hero-2 .slider .slick-dots li:first-child {
  margin-left: 0;
}
body .main .service-hero-2 .slider .slick-dots li:last-child {
  margin-right: 0;
}
body .main .service-hero-2 .slider .slick-dots .slick-active button {
  background-color: #29abe2;
}
body .main .cta-banner {
  background: url("../../img/jpg/cta-banner.jpg") #fff no-repeat center center/cover;
  padding: 130px 0;
}
body .main .cta-banner .main-title {
  font-family: "PoppinsBold", sans-serif;
  margin-bottom: 30px;
  padding: 0 40px 0 80px;
}
body .main .cta-banner .img-wrapper {
  position: relative;
}
body .main .cta-banner .img-wrapper img {
  max-width: 100%;
  height: auto;
  margin: -220px 0;
  position: relative;
  z-index: 1;
}
body .main .cta-banner .img-wrapper:before {
  content: "";
  background: url("../../img/png/cta-banner-object.png") no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 500px;
  width: 500px;
  z-index: 0;
}
body .main .implementation {
  background-color: #fff;
  padding: 120px 0;
}
body .main .implementation .main-title {
  font-size: 50px;
  margin-bottom: 100px;
}
body .main .implementation .card {
  border: none;
  background-color: transparent;
  padding-top: 30px;
}
body .main .implementation .card .card-body {
  padding: 0;
  color: #29abe2;
  position: relative;
}
body .main .implementation .card .card-body .card-title {
  font-family: "PoppinsBold", sans-serif;
  position: absolute;
  right: 100%;
  top: 0;
  width: fit-content;
  transform: translate(-16px, -40px) rotate(-90deg);
  transform-origin: bottom right;
  margin: 0;
}
body .main .implementation .card .card-body .card-text {
  font-family: "PoppinsMedium", sans-serif;
  line-height: 28px;
}
body .main .list-gear {
  background-color: #fff;
  padding: 120px 0;
}
body .main .list-gear .main-title {
  font-size: 50px;
  margin-bottom: 60px;
}
body .modal {
  z-index: 1000000;
}
body .modal .modal-dialog .modal-content {
  border: none;
  border-radius: 15px;
}
body .modal .modal-dialog .modal-content .modal-body .btn-close {
  position: relative;
  opacity: 1;
  z-index: 1;
  height: 28px;
  width: 28px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s ease;
}
body .modal .modal-dialog .modal-content .modal-body .btn-close::after {
  content: "";
  height: 100%;
  width: 100%;
  background: transparent url("../../img/png/close.png") no-repeat center center/12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  filter: brightness(0);
  transition: all 0.2s ease;
}
body .modal .modal-dialog .modal-content .modal-body .btn-close:hover {
  background: #29abe2;
}
body .modal .modal-dialog .modal-content .modal-body .btn-close:hover::after {
  filter: brightness(0) invert(1);
  transform: rotate(90deg);
}
body .modal-backdrop.show {
  z-index: 999999;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  opacity: 1;
}
@media (max-width: 1200px) {
  body .main .service-hero .page-title {
    padding: 14px 40px;
  }
  body .main .service-hero .page-title .title {
    font-size: 32px;
  }
  body .main .service-hero .content .main-title {
    font-size: 40px;
  }
  body .main .service-hero .content .secondary-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  body .main .service-hero .content p {
    font-size: 15px;
    line-height: 24px;
  }
  body .main .service-hero .content .btn-action-wrapper .btn {
    font-size: 18px;
    padding: 10px 30px;
  }
  body .main .service-hero .content .arrow img {
    width: 20px;
  }
  body .main .why-choose-us {
    padding: 100px 0 60px;
  }
  body .main .why-choose-us .card {
    margin: 20px 0;
  }
  body .main .why-choose-us .card .card-body {
    padding: 0 20px;
  }
  body .main .why-choose-us .card .card-body .card-img {
    height: 70px;
  }
  body .main .why-choose-us .card .card-body .title {
    font-size: 20px;
  }
  body .main .connected-apps {
    padding: 0 0 80px;
  }
  body .main .how-crm-solution {
    padding: 80px 0 30px;
  }
  body .main .how-crm-solution .card img {
    height: 220px;
  }
  body .main .how-crm-solution .card .card-body .card-title {
    font-size: 20px;
  }
  body .main .crm-solution .card .card-body .card-title {
    font-size: 18px;
  }
  body .main .crm-solution .card-lg .card-body {
    padding: 46px 50px;
  }
  body .main .horizontal-card .card-body .title-large {
    font-size: 30px;
    line-height: 38px;
  }
  body .main .horizontal-card-s1 .img-wrapper {
    padding: 0;
  }
  body .main .horizontal-card-s1 .object-1:before {
    width: 660px;
    height: 429px;
    top: -78px;
  }
  body .main .horizontal-card-s1 .object-2:before,
body .main .horizontal-card-s1 .object-3:before {
    top: -67px;
    height: 427px;
    width: 520px;
  }
  body .main .horizontal-card.s-3 .img-wrapper:before {
    top: 70px;
    left: -20px;
  }
  body .main .funnels {
    padding: 80px 0;
  }
  body .main .our-goals .card .card-body {
    padding: 30px 120px 30px 0;
  }
  body .main .our-goals .content > div > div:first-child .card:first-child .card-body, body .main .our-goals .content > div > div:first-child .card:last-child .card-body {
    padding: 30px 60px 30px 60px;
  }
  body .main .our-goals .content > div > div:last-child .card:first-child .card-body {
    padding: 30px 0 30px 120px;
  }
  body .main .our-goals .content > div > div:last-child .card:nth-child(2) .card-body {
    padding: 30px 40px 30px 80px;
  }
  body .main .our-goals .content > div > div:last-child .card:nth-child(3) .card-body {
    padding: 30px 80px 30px 40px;
  }
  body .main .cta-banner {
    padding: 80px 0;
  }
  body .main .cta-banner .main-title {
    padding: 0 40px 0 40px;
  }
  body .main .cta-banner .img-wrapper img {
    margin: -150px 0;
  }
  body .main .cta-banner .img-wrapper:before {
    height: 400px;
    width: 400px;
  }
  body .main .list-gear {
    padding: 100px 0;
  }
  body .main .gear-list .upper-gears .item:last-child {
    max-width: 104px;
  }
  body .main .gear-list .lower-gears .item:first-child {
    max-width: 104px;
  }
  body .main .gear-list-s1 .item {
    max-width: 270px;
  }
}
@media (max-width: 991px) {
  body .main .service-hero .page-title {
    left: 60%;
  }
  body .main .service-hero .img-wrapper {
    width: 40%;
  }
  body .main .service-hero .content {
    padding: 100px 40px 0 0;
  }
  body .main .service-hero .content .btn-action-wrapper {
    margin-top: -20px;
  }
  body .main .service-hero .content .btn-action-wrapper .btn {
    font-size: 16px;
  }
  body .main .service-hero .content .btn-action-wrapper .divider {
    height: 8px;
  }
  body .main .service-hero .content .number {
    right: 30px;
  }
  body .main .horizontal-cards {
    padding: 100px 0;
  }
  body .main .horizontal-card {
    margin: 0 0 80px;
  }
  body .main .horizontal-card .img-wrapper {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  body .main .horizontal-card .img-wrapper img {
    margin: 0 auto;
    max-width: 100%;
  }
  body .main .horizontal-card .card-body {
    max-width: 100%;
    padding: 15px 20px;
  }
  body .main .horizontal-card .card-body .card-text {
    font-size: 16px;
  }
  body .main .horizontal-card:nth-child(even) .img-wrapper {
    padding: 0 20px;
  }
  body .main .horizontal-card:nth-child(even) .img-wrapper img {
    margin: 0 auto;
  }
  body .main .horizontal-card-s1 {
    margin: 0 0 100px;
  }
  body .main .horizontal-card-s1 .img-wrapper {
    margin-bottom: 40px;
  }
  body .main .horizontal-card-s1 .object-1:before {
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  body .main .horizontal-card-s1.girl .img-wrapper:before {
    top: 60% !important;
  }
  body .main .horizontal-card.s-1 .img-wrapper img {
    max-width: 700px;
  }
  body .main .horizontal-card.s-2 .img-wrapper img {
    margin: 0 auto 0 0;
    max-width: 460px;
  }
  body .main .horizontal-card.s-3 .img-wrapper img {
    max-width: 450px;
  }
  body .main .horizontal-card.s-3 .img-wrapper:before {
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  body .main .list-s1 li {
    font-size: 16px;
  }
  body .main .list-s2 li {
    font-size: 16px;
  }
  body .main .card-bundle .card-body .btn {
    padding: 10px 10px 9px;
    width: 100%;
    justify-content: center;
  }
  body .main .our-goals {
    padding: 100px 0;
  }
  body .main .our-goals .title-wrapper .main-title {
    position: unset;
    transform: translateX(0);
  }
  body .main .our-goals .img-wrapper {
    margin-top: 60px;
    margin-bottom: 40px;
    height: unset;
  }
  body .main .our-goals .img-wrapper .goal-chart {
    position: unset;
    max-width: 100%;
    transform: translateX(0);
    margin: 0 auto;
    display: flex;
  }
  body .main .our-goals .card .card-body {
    padding: 30px 0 !important;
  }
  body .main .our-goals .content > div > div:last-child .card:first-child {
    margin-top: 0;
  }
  body .main .service-hero-2 {
    padding: 60px 0;
  }
  body .main .service-hero-2 .slider {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  body .main .service-hero-2 .slider .slider-nav,
body .main .service-hero-2 .slider .slider-for {
    max-width: 100%;
  }
  body .main .service-hero-2 .slider .slider-nav .title,
body .main .service-hero-2 .slider .slider-for .title {
    font-family: "PoppinsBold", sans-serif;
    background-color: #29abe2;
    padding: 32px 50px;
    line-height: 26px;
    margin: 0;
  }
  body .main .service-hero-2 .slider .slider-nav {
    padding-right: 50px;
    margin-bottom: 0;
  }
  body .main .service-hero-2 .slider .slider-nav .slick-list,
body .main .service-hero-2 .slider .slider-nav .slick-track {
    height: 100%;
  }
  body .main .service-hero-2 .slider .slider-nav .slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body .main .service-hero-2 .slider .slider-for {
    margin-bottom: 30px;
  }
  body .main .service-hero-2 .slider .main-title {
    font-size: 50px;
  }
  body .main .service-hero-2 .slider .lead {
    font-size: 16px;
  }
  body .main .service-hero-2 .slider .slick-dots {
    width: auto;
    left: unset;
    right: 50px;
    bottom: 21px;
    display: flex;
  }
  body .main .service-hero-2 .slider .slick-dots li {
    height: 8px;
    width: 8px;
    padding: 0;
    margin: 0 4px;
  }
  body .main .service-hero-2 .slider .slick-dots li button {
    background-color: #838383;
    height: 8px;
    width: 8px;
    border-radius: 50px;
    padding: 0;
    margin: 0;
  }
  body .main .service-hero-2 .slider .slick-dots li button:before {
    display: none;
  }
  body .main .service-hero-2 .slider .slick-dots li:first-child {
    margin-left: 0;
  }
  body .main .service-hero-2 .slider .slick-dots li:last-child {
    margin-right: 0;
  }
  body .main .service-hero-2 .slider .slick-dots .slick-active button {
    background-color: #29abe2;
  }
  body .main .cta-banner {
    padding: 50px 0;
  }
  body .main .cta-banner .main-title {
    padding: 0;
  }
  body .main .cta-banner .img-wrapper img {
    margin: -90px 0;
  }
  body .main .cta-banner .img-wrapper:before {
    height: 300px;
    width: 300px;
  }
  body .main .gear-list {
    margin: 0 20px;
  }
  body .main .gear-list .upper-gears {
    flex-direction: column;
    padding: 0;
  }
  body .main .gear-list .upper-gears .item {
    padding: 30px 0 30px 80px;
    max-width: unset;
  }
  body .main .gear-list .upper-gears .item h5 {
    text-align: left;
    font-size: 18px;
  }
  body .main .gear-list .upper-gears .item h5:after {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 6px;
  }
  body .main .gear-list .upper-gears .item .counter {
    top: 50%;
    left: 0;
    transform: translate(20px, -50%);
    height: 46px;
    width: 46px;
    font-size: 24px;
    line-height: 48px;
  }
  body .main .gear-list .upper-gears:before {
    display: none;
  }
  body .main .gear-list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #29abe2;
    width: 6px;
    height: 100%;
  }
  body .main .implementation .card .card-body {
    padding: 20px;
  }
  body .main .implementation .card .card-body .card-title {
    position: unset;
    transform: translate(0) rotate(0);
    margin-bottom: 10px;
  }
  body .main .gear-list-s1 .upper-gears .item {
    padding: 30px 0 30px 50px;
  }
  body .main .date-structure {
    margin: 0 20px 50px;
  }
  body .main .date-structure .item h4 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  body .main .service-hero {
    padding-top: 85px;
  }
  body .main .service-hero .page-title {
    display: none;
    left: 50%;
    text-align: center;
  }
  body .main .service-hero .page-title .title {
    font-size: 18px;
  }
  body .main .service-hero .img-wrapper {
    width: 100%;
    height: 220px;
    position: static;
    text-align: center;
  }
  body .main .service-hero .img-wrapper img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  body .main .service-hero .img-wrapper img.mobile {
    display: block;
  }
  body .main .service-hero .content-inner {
    position: relative;
  }
  body .main .service-hero .content-inner .top-area {
    position: absolute;
    bottom: 100%;
    left: -15px;
    right: -15px;
  }
  body .main .service-hero .content-inner .top-area .btn-action-wrapper {
    display: none;
  }
  body .main .service-hero .content-inner .content-area {
    padding: 20px 0;
  }
  body .main .service-hero .content-inner .content-area .btn {
    font-size: 14px;
    padding: 10px 20px 9px;
    margin-top: 10px;
    border-radius: 10px;
  }
  body .main .service-hero .content-inner .content-area .btn .icon {
    height: 19px;
    object-fit: contain;
    margin-left: 10px;
  }
  body .main .service-hero .content-inner .content-area .btn:hover, body .main .service-hero .content-inner .content-area .btn:focus {
    border: 2px solid #29abe2;
  }
  body .main .service-hero .content-inner .content-area .btn:hover .icon, body .main .service-hero .content-inner .content-area .btn:focus .icon {
    filter: brightness(0);
  }
  body .main .service-hero .content {
    padding: 0;
    position: relative;
    align-items: start;
    min-height: auto;
  }
  body .main .service-hero .content .main-title-wrppper .main-title {
    margin-bottom: 0;
    font-size: 20px;
    background: #fff;
    padding: 8px 25px;
    border-radius: 8px 8px 0 0;
  }
  body .main .service-hero .content .secondary-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  body .main .service-hero .content .secondary-title,
body .main .service-hero .content p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  body .main .service-hero .content br {
    display: none;
  }
  body .main .service-hero .content .btn-action-wrapper {
    position: fixed;
    top: unset;
    bottom: 25px;
    left: 12px;
    margin-top: 0;
    margin-left: 0;
    z-index: 1;
  }
  body .main .service-hero .content .btn-action-wrapper .btn {
    font-size: 16px;
    border-radius: 15px;
  }
  body .main .service-hero .content .btn-action-wrapper .btn img {
    height: 21px;
  }
  body .main .service-hero .content .btn-action-wrapper .divider {
    display: none;
  }
  body .main .service-hero .content .number {
    position: static;
    margin-top: 10px;
  }
  body .main .service-hero .content .arrow {
    background-color: #29abe2;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    z-index: 99999;
  }
  body .main .service-hero .content .arrow a img {
    height: 11px;
    filter: invert(1);
  }
  body .main .service-hero .content .arrow.top {
    margin-right: 10px;
    transform: rotate(-90deg);
    border-bottom-right-radius: 8px;
  }
  body .main .service-hero .content .arrow.bottom {
    margin-left: 10px;
    transform: rotate(-90deg);
    border-top-right-radius: 8px;
  }
  body .main .service-hero .content img {
    height: 30px;
    max-width: 100%;
  }
  body .main .why-choose-us {
    padding: 60px 0 40px;
  }
  body .main .why-choose-us .main-title {
    font-size: 40px;
  }
  body .main .connected-apps {
    padding: 0 0 60px;
  }
  body .main .connected-apps .main-title {
    font-size: 40px;
  }
  body .main .connected-apps .connected-apps-slider .slick-list .slick-slide img {
    height: 50px;
  }
  body .main .how-crm-solution {
    padding: 60px 0 10px;
  }
  body .main .how-crm-solution .main-title {
    font-size: 40px;
  }
  body .main .how-crm-solution .card img {
    height: 300px;
  }
  body .main .how-crm-solution .card .card-body {
    padding: 30px 0;
  }
  body .main .crm-solution {
    padding: 80px 0 40px;
  }
  body .main .crm-solution .card .card-body .card-title {
    font-size: 14px;
  }
  body .main .crm-solution .card-lg .card-body {
    padding: 30px 10px;
  }
  body .main .horizontal-cards {
    padding: 80px 0;
  }
  body .main .horizontal-cards .main-title {
    font-size: 40px;
  }
  body .main .horizontal-card {
    margin: 0 0 40px;
  }
  body .main .horizontal-card .card-body .card-title {
    font-size: 20px;
    line-height: 28px;
  }
  body .main .horizontal-card-s1 {
    margin: 0 0 100px;
  }
  body .main .horizontal-card-s1 .object-1:before {
    width: 470px;
    height: 305px;
  }
  body .main .horizontal-card-s1 .object-2:before,
body .main .horizontal-card-s1 .object-3:before {
    top: -40px;
    height: 370px;
    width: 450px;
  }
  body .main .horizontal-card.s-3 .img-wrapper:before {
    top: 30px;
    left: 40%;
  }
  body .main .sec-info {
    padding: 60px 0;
  }
  body .main .sec-info-2 {
    padding: 100px 0 60px;
  }
  body .main .sec-info-2 .main-title {
    font-size: 20px;
  }
  body .main .sec-info-2 .lead {
    font-size: 16px;
  }
  body .main .sec-info-3 {
    padding: 100px 0 60px;
  }
  body .main .sec-info-3 .main-title {
    font-size: 40px;
  }
  body .main .sec-info-3 .lead {
    font-size: 16px;
  }
  body .main .sec-info-4 {
    padding: 60px 0;
  }
  body .main .sec-info-4 .main-title {
    font-size: 20px;
    line-height: 30px;
  }
  body .main .bundle {
    padding: 40px 0 80px;
  }
  body .main .bundle .main-title {
    font-size: 40px;
  }
  body .main .funnels {
    padding: 40px 0 60px;
  }
  body .main .funnels .main-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  body .main .funnels .main-title span {
    font-size: 60px;
  }
  body .main .funnels .secondary-title {
    font-size: 20px;
    line-height: 30px;
  }
  body .main .card-bundle {
    margin-bottom: 30px;
  }
  body .main .card-bundle .card-body {
    padding: 25px 15px;
  }
  body .main .card-bundle .card-body .card-title {
    font-size: 14px;
  }
  body .main .card-bundle .card-body .price {
    font-size: 26px;
  }
  body .main .card-bundle .card-body .price .small {
    font-size: 20px;
  }
  body .main .card-bundle .card-body .price .period {
    font-size: 16px;
  }
  body .main .card-bundle .card-body ul li {
    padding: 4px 5px;
  }
  body .main .our-goals {
    padding: 80px 0;
  }
  body .main .our-goals .title-wrapper .main-title {
    font-size: 40px;
  }
  body .main .cta-banner .main-title {
    padding: 0;
  }
  body .main .cta-banner .img-wrapper img {
    margin: -130px 0 30px;
  }
  body .main .cta-banner .img-wrapper:before {
    top: 35%;
    height: 500px;
    width: 500px;
  }
  body .main .list-gear .main-title {
    font-size: 40px;
  }
  body .main .implementation .main-title {
    font-size: 40px;
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  body .main .how-crm-solution .card img {
    height: 220px;
  }
  body .main .horizontal-card-s1 .object-1:before {
    width: 100%;
    background-size: contain;
    top: 55%;
    transform: translate(-50%, -50%);
  }
  body .main .horizontal-card-s1 .object-2:before,
body .main .horizontal-card-s1 .object-3:before {
    width: 100%;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
  }
  body .main .horizontal-card.s-3 .img-wrapper:before {
    width: 100%;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -45%);
  }
  body .main .cta-banner .main-title {
    text-align: center;
  }
  body .main .cta-banner .img-wrapper:before {
    height: 300px;
    width: 300px;
  }
  body .main .date-structure .item h4 {
    font-size: 14px;
    padding: 0 10px;
  }
}

html.services-html {
  overflow: hidden;
}
html.services-html body.services {
  height: 100vh;
  overflow: hidden;
}
html.services-html body.services .main .service-hero .scroll {
  overflow-y: scroll;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  z-index: 1;
}
@media (max-width: 767px) {
  html.services-html body.services .header .navbar {
    background-color: #fff;
    z-index: 999999;
  }
  html.services-html body.services .main section.service-hero {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

html.services-html.loaded {
  overflow: unset;
}
html.services-html.loaded body.services {
  height: unset;
  overflow-y: unset;
}
html.services-html.loaded body.services .main .service-hero .scroll {
  display: none;
}
html.services-html.loaded body.services .main .service-hero .content .number {
  right: 100%;
  transform: translate(100%, 0) !important;
}
@media (max-width: 768px) {
  html.services-html.loaded body.services .main .service-hero .content .number {
    right: auto;
    transform: translate(0, 0) !important;
  }
}
html.services-html.loaded body.services .main .service-hero .content .btn-action-wrapper .btn {
  transition: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
}
html.services-html.loaded body.services .main .service-hero .content .btn-action-wrapper .divider {
  width: 0 !important;
}

/*# sourceMappingURL=style_services_single.css.map */
