#preloader {
  display: none !important;
}

.banner-left {
  width: 32%;
  padding: 0 0 0 20px;
}
.banner-right {
  width: 67%;
  height: 620px;
}

.banner-right2 {
  width: 50%;
}

.banner-left2 {
  width: 49%;
  padding: 0 0 0 20px;
}
.bannerSlider {
  position: relative;

  z-index: 9;
}

.apps-craft-main-menu-area.sticky-menu {
  z-index: 999;
}

.carousel-indicators.carouselTriggers li {
  width: 32%;

  vertical-align: top;

  text-indent: initial;

  height: auto;

  border: none;

  margin: 0;

  opacity: 0.6;

  -webkit-transition: all 300ms ease-in-out 0s;

  -o-transition: all 300ms ease-in-out 0s;

  transition: all 300ms ease-in-out 0s;
}

.bannerTitle span {
  font-weight: 500;
}

.lblsolution-img img {
  filter: brightness(0) invert(1);
}

.videoSec {
  position: relative;
}

.playVideo i.icon.icon-vplay {
  background-image: -webkit-linear-gradient(-106deg, #fa326f, #f2514c, #f2504d);

  background-image: -webkit-linear-gradient(196deg, #fa326f, #f2514c, #f2504d);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  color: #fa326f;

  font-size: 10em;
}

.succespage .btn-primary {
  border-radius: 3px;

  padding: 15px 30px;

  color: #fff;

  font-weight: 400;

  font-size: 16px;

  background-color: #f2504d;

  background-image: -webkit-linear-gradient(
    63deg,
    #fa326f 0,
    #f6425e 53%,
    #f2514c 100%,
    #f2504d 100%
  );

  background-image: -ms-linear-gradient(
    63deg,
    #fa326f 0,
    #f6425e 53%,
    #f2514c 100%,
    #f2504d 100%
  );

  border: 0;
}

.thankyoupage {
  max-width: 1000px;

  margin: 0 auto;
}

.succespage .btn-primary:focus {
  border: 0;

  box-shadow: none !important;
}

.succespage h1 {
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-image: -webkit-linear-gradient(-106deg, #fa326f, #f2514c, #f2504d);

  background-image: -webkit-linear-gradient(196deg, #fa326f, #f2514c, #f2504d);

  color: #fa326f;

  font-weight: 700;
}

.d-block {
  display: block;
}

.apps-craft-feature-content {
  min-height: 360px;
}

.playVideo {
  position: absolute;

  z-index: 9;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  text-align: center;
}

.apps-craft-footer-menu-and-copyright-txt .apps-craft-copyright-txt {
  width: 25%;

  float: none;

  text-align: center;

  margin: 0 auto;
}

.servicePage ul li + li {
  margin-top: 10px;
}

.servicePage ul li:before {
  content: "";

  width: 8px;

  height: 8px;

  background-color: #e94d59;

  position: absolute;

  border-radius: 50%;

  left: 0;

  top: 7px;
}

.servicePage ul li {
  position: relative;

  padding-left: 20px;

  font-size: 16px;
}

.servicePage h4 {
  background-color: #fff;

  padding: 20px;

  margin-top: 30px;
}

.apps-craft-contact-form-content-inner .p-lr {
  padding: 0 15px;
}

.featurebtn {
  margin-top: 40px;
  display: block;
  height: 70px;
}

.contact-info {
  margin: 0;

  padding: 0;
}

.contact-info li span {
  position: absolute;

  left: 0;
}

.contact-info li {
  position: relative;

  padding-left: 30px;

  margin-bottom: 25px;
}

.mt50 {
  margin-top: 50px;
}

.carousel-indicators.carouselTriggers {
  position: static;

  margin: 0;

  left: auto;

  right: auto;

  width: 100%;

  bottom: 0;
}

.bannerSlider > .carousel {
  padding-bottom: 60px;
}

.carousel-indicators.carouselTriggers li.active {
  background-color: transparent;

  opacity: 1;
}

.bannerSlider .apps-craft-welcome-content h1 {
  margin: 0;
}

.bannerSlider .apps-craft-welcome-screenshort img {
  float: none;
}

.bannerTitle {
  color: #fff;

  font-size: 28px;

  margin: 0;

  text-transform: capitalize;

  line-height: 38px;

  font-weight: 300;

  display: block;

  position: relative;
}

.bannerTitle .hText {
  display: block;

  font-weight: 500;

  padding-bottom: 8px;
}

.slideImg img {
  max-width: 100%;

  max-height: 500px;

  margin: 0 auto;

  object-fit: contain;
}

.bannerSlider .slider_container,
.bannerSlider .apps-craft-welcome-content {
  padding: 120px 0 40px 0;
}

.slideImg {
  text-align: center;
}

.apps-craft-section-heading h1.home_feature {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(-106deg, #fa326f, #f2514c, #f2504d);
  background-image: -webkit-linear-gradient(196deg, #fa326f, #f2514c, #f2504d);
  color: #fa326f;
  color: #fa326f;
  font-size: 4.143em;
  display: inline-block;
}
h1.inner_head {
  color: #fff;
}
@keyframes slideUp {
  0% {
    opacity: 0;

    transform: translateY(50px);
  }

  10% {
    opacity: 1;

    transform: translateY(0);
  }

  40% {
    opacity: 1;

    transform: translateY(0);
  }

  50% {
    opacity: 0;

    transform: translateY(-50px);
  }

  100% {
    opacity: 0;

    transform: translateY(-50px);
  }
}

@keyframes slideUp2 {
  0% {
    opacity: 0;

    transform: translateY(50px);
  }

  50% {
    opacity: 0;

    transform: translateY(50px);
  }

  60% {
    opacity: 1;

    transform: translateY(0);
  }

  90% {
    opacity: 1;

    transform: translateY(0);
  }

  100% {
    opacity: 0;

    transform: translateY(-50px);
  }
}

.slideUp {
  opacity: 0;

  -webkit-transform: translateY(50px);

  transform: translateY(50px);
}

.slideUp2 {
  opacity: 0;

  -webkit-transform: translateY(50px);

  transform: translateY(50px);
}

.slideUp2 {
  position: absolute;

  left: 0;

  top: 0;
}

.carousel-inner .item.active .slideUp2,
.carousel-inner .item.active .slideUp {
  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  -webkit-animation-duration: 11s;

  animation-duration: 11s;
}

.slideUp {
  animation-delay: 0.5s;
}

.carousel-inner .item.active .slideUp {
  -webkit-animation-name: slideUp;

  animation-name: slideUp;
}

.carousel-inner .item.active .slideUp2 {
  -webkit-animation-name: slideUp2;

  animation-name: slideUp2;
}

.apps-craft-welcome-section .apps-craft-welcome-tbl,
.apps-craft-welcome-screenshort .apps-craft-welcome-tbl {
  height: 650px;
}

.sliderCol .apps-craft-welcome-section {
  height: auto;

  min-height: auto;
}

/* Features-Page Start */

.innNavbar {
  background-color: #fff;

  padding: 15px 0px;
}

.innNavbar .apps-craft-menu ul li a {
  text-transform: uppercase;

  color: #504b4b;

  font-size: 1em;

  display: block;

  padding: 8px 0;

  margin: 0 15px;

  font-weight: 400;

  -webkit-transition: all 0.4s linear;

  transition: all 0.4s linear;
}

.feature-banner {
  background-repeat: no-repeat;

  background-size: cover;

  padding: 100px 0px;

  position: relative;

  background-color: #000;

  margin-top: 91px;
}

.feature-banner:before {
  position: absolute;

  content: "";

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background-image: url(../img/Web-Banner-01.jpg);

  opacity: 0.2;

  background-position: center;
}

.featuretitleCol {
  position: relative;

  text-align: center;
}

.featuretitleCol h4 {
  font-size: 35px;

  color: #fff;
}

/* Tabs-section start */

.featureTabsCol {
  background-color: #f4f4f4;
}

.tabsCol {
  background-color: #fff;

  /* padding: 2px 50px; */
}

.tabsCol ul li span {
  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 15px;

  font-weight: 400;
}

.lbl-solutionCol {
  /* display: flex; */

  /* align-items: flex-start; */

  position: relative;

  padding-left: 100px;
}

.lblsolution-img {
  width: 76px;

  height: 76px;

  border-radius: 50%;

  padding: 18px;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-top: 10px;

  background: #f34c52;

  background: -moz-linear-gradient(left, #f34c52 0%, #f93869 100%);

  background: -webkit-linear-gradient(left, #f34c52 0%, #f93869 100%);

  background: linear-gradient(to right, #f34c52 0%, #f93869 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f34c52', endColorstr='#f93869',GradientType=1 );

  -webkit-box-shadow: 0px 0px 10px 5px rgba(70, 70, 70, 0.32);

  box-shadow: 0px 0px 10px 5px rgba(70, 70, 70, 0.32);

  position: absolute;

  left: 0;

  top: 0;
}

.lblsolutionCnt {
  margin-left: 15px;
}

span.tabIcon {
  margin: 0 auto 20px;

  width: 70px;

  height: 70px;

  background-color: #fff;

  border-radius: 50%;

  padding: 10px;

  background-color: #f1f1f1;

  border: 6px solid #fff;
}

.lblsolutionCnt p {
  font-size: 14px;

  font-weight: 400;

  line-height: 32px;

  color: #777777;
}

.lblsolutionCnt > ul > li + li {
  margin-top: 15px;
}

.lblsolutionCnt > ul > li {
  position: relative;

  padding-left: 15px;

  font-size: 14px;

  font-weight: 400;

  line-height: 20px;

  color: #777777;
}

.lblsolutionCnt > ul > li::before {
  content: "";

  width: 7px;

  height: 7px;

  background-color: red;

  display: block;

  position: absolute;

  left: 0;

  top: 5px;

  border-radius: 50%;
}

.lblContent + .lblContent {
  margin-top: 30px;
}

.lblRight-img > ul {
  display: flex;

  justify-content: center;
}

.lblRight-img ul > li {
  display: inline-block;

  margin-top: 40px;
}

.lblRight-img ul > li + li {
  margin-left: 30px;
}

.custmModel .modal-body {
  position: relative;

  padding: 0;

  text-align: center;
}

.custmModel video {
  width: 100%;

  height: 100%;
}

.lblRight-img {
  text-align: center;
}

/* Features-Page Close */

.videoSectionStyle video {
  height: 600px;

  width: 100%;

  object-fit: cover;

  margin: 0;
}

.videoSectionStyle .playVideo {
  position: absolute;

  z-index: 9;

  top: 50%;

  -webkit-transform: translate(-0%, -50%);

  -ms-transform: translate(-0%, -50%);

  transform: translate(-0%, -50%);

  text-align: center;

  left: 0;

  right: 0;
}

.videoTrigger {
  display: block;

  width: 100px;

  height: 100px;

  overflow: hidden;

  position: relative;

  margin: 0 auto;
}

.playVideo .videoTrigger i.icon.icon-vplay {
  font-size: 100px;

  line-height: 100px;
}

.videoTrigger > img {
  -webkit-transition: all 400ms ease-in-out 0s;

  -o-transition: all 400ms ease-in-out 0s;

  transition: all 400ms ease-in-out 0s;
}

.pauseIcon {
  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  opacity: 0;
}

.actVideo .playIcon {
  opacity: 0;
}

.actVideo .pauseIcon {
  opacity: 1;
}

.videoSectionStyle {
  color: #fff;
}

/* Pricing-Page Close */

@media (max-width: 767.98px) {
  .mobile-plan-features .feature {
    font-size: 14px;

    font-size: 0.77778rem;
  }
}

.section-price-box .pricing-container {
  padding: 0;

  vertical-align: top;
}

.section-price-box .pricing-container .pricing-best {
  background-color: #303030;

  color: #fff;

  padding: 10px 0;
}

.section-price-box .pricing-container .empty-cell {
  background-color: #f9f8f7;

  padding: 6.5px 0;
}

@media (max-width: 991.98px) {
  .section-price-box .pricing-container .col-best {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .section-price-box .pricing-container .col-best {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }
}

.section-price-box .pricing-container h5 {
  padding-top: 1.875rem;
}

.section-price-box .pricing-container.my-5.order-1 {
  margin-top: 0 !important;
}

.section-price-box .pricing-inner-container {
  background-color: #f9f8f7;

  padding: 0 15px 3rem;

  text-align: left;
}

@media (min-width: 992px) {
  .section-price-box .pricing-inner-container {
    padding: 0 1.5rem 3.5rem;
  }
}

.section-price-box .pricing span {
  font-family: "Poppins", sans-serif;

  font-size: 26px;

  font-size: 1.44444rem;

  line-height: 2.3;
}

@media (min-width: 768px) {
  .section-price-box .pricing span {
    font-size: 20px;

    font-size: 1.11111rem;
  }
}

@media (min-width: 1200px) {
  .section-price-box .pricing span {
    font-size: 36px;

    font-size: 2rem;
  }
}

.section-price-box ul {
  list-style: none;

  margin-top: 1.5rem;
}

.section-price-box ul li {
  font-weight: 600;

  font-size: 20px;

  font-size: 1.11111rem;

  margin-top: 10px;
}

.section-price-box .price-desc {
  min-height: 0;
}

@media (min-width: 768px) {
  .section-price-box .price-desc {
    font-size: 18px;

    font-size: 1rem;

    min-height: 210px;
  }
}

@media (min-width: 992px) {
  .section-price-box .price-desc {
    min-height: 140px;
  }
}

.section-price-box .pricing-number h2 {
  font-size: 42px;

  font-size: 2.33333rem;
}

@media (min-width: 768px) {
  .section-price-box .pricing-number h2 {
    font-size: 38px;

    font-size: 2.11111rem;
  }
}

@media (min-width: 1200px) {
  .section-price-box .pricing-number h2 {
    font-size: 60px;

    font-size: 3.33333rem;
  }
}

.pricing_categories .compare-table {
  font-family: "Poppins", sans-serif;

  font-size: 28px;

  font-size: 23px;

  line-height: 1.2;

  font-weight: 400;
}

@media (min-width: 1200px) {
  .pricing_categories .compare-table {
    font-size: 53px;
  }
}

@media (max-width: 568px) {
  .pricecol1 {
    overflow-x: auto;
  }

  .pricecol1 > .features-table {
    width: 508px;
  }
}

.pricing_info {
  padding-top: 70px;

  text-align: center;
}

.pricing_categories .most-popular {
  font-size: 14px;

  font-size: 0.77778rem;

  line-height: 1.2;

  background-color: #303030;

  padding: 9px 0;

  color: #fff;

  font-family: "Poppins", sans-serif;

  font-weight: 400;
}

.pricing_categories .pricing_category:nth-child(3),
.pricing_categories .traffic:nth-child(3),
.pricing_categories .feature-td:nth-child(3),
.pricing_categories .trial-link:nth-child(3) {
  background-color: #f9f8f7;
}

.pricing_categories .pricing_category:nth-child(2),
.pricing_categories .traffic:nth-child(2),
.pricing_categories .feature-td:nth-child(2),
.pricing_categories .trial-link:nth-child(2) {
  border-left: 1px solid #d9d9d9;
}

.pricing_categories .pricing {
  font-family: "Poppins", sans-serif;

  line-height: 1.2;

  font-weight: 400;

  font-size: 33px;

  font-size: 1.83333rem;
}

.pricing_categories .pricing span {
  font-family: inherit;

  font-size: 18px;

  font-size: 1rem;

  line-height: 2.3;
}

@media (min-width: 768px) {
  .pricing_categories .pricing span {
    font-size: 16px;

    font-size: 0.88889rem;
  }
}

@media (min-width: 1200px) {
  .pricing_categories .pricing span {
    font-size: 28px;

    font-size: 1.55556rem;
  }
}

@media (min-width: 768px) {
  .pricing_categories .pricing {
    font-size: 30px;

    font-size: 1.66667rem;
  }
}

@media (min-width: 1200px) {
  .pricing_categories .pricing {
    font-size: 56px;

    font-size: 3.11111rem;
  }
}

.pricing_categories .traffic {
  font-family: "Poppins", sans-serif;

  font-size: 22px;

  font-size: 1.22222rem;

  line-height: 1.18;

  font-weight: 400;

  padding: 1.6rem 0;
}

/*.pricing_categories .feature-td,.pricing_categories .trial-link {

    padding: 0px 0}*/

.essential {
  padding: 25px 0;
}

.pricing_categories .pricing_category,
.pricing_categories .traffic,
.pricing_categories .feature-td,
.pricing_categories .trial-link {
  border-left: 1px solid #d9d9d9;
}

.pricing_categories .visitor,
.pricing_categories .feature {
  padding: 1.8rem 15px;

  font-family: "Poppins", sans-serif;

  font-size: 12px;

  font-size: 0.66667rem;

  line-height: 1.22;
}

.pricing_categories .visitor.first-cell,
.pricing_categories .feature.first-cell {
  font-family: "Source Sans Pro", sans-serif;
}

@media (min-width: 992px) {
  .pricing_categories .visitor,
  .pricing_categories .feature {
    font-size: 13.5px;

    padding: 25px 15px;
  }
}

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

.pricing_categories .semibold:before {
  content: " ";

  border-radius: 50%;

  background-color: #ffa1a1;

  width: 12px;

  height: 12px;

  display: inline-block;

  margin-right: 8px;

  vertical-align: middle;
}

.features-table i {
  color: #fa326f;
}

.pricing_categories .categories .col,
.pricing_categories .features .col,
.pricing_categories .traffic_info .col {
  border-bottom: 1px solid #d9d9d9;
}

.pricing_categories .features .col,
.pricing_categories .traffic_info .col {
  font-family: "Poppins", sans-serif;

  height: 90px;
}

@media (min-width: 992px) {
  .pricing_categories .features .col,
  .pricing_categories .traffic_info .col {
    height: 84px;
  }
}

.pricing_categories .primary-btn.btn {
  font-size: 16px;

  font-size: 0.88889rem;

  width: 80%;
}

.pricing #price-switcher {
  height: 59px;
}

.pricing .priceLeft {
  background: #fff;

  background: -webkit-linear-gradient(#fff, #eee);

  background: linear-gradient(#fff, #eee);

  background: -o-linear-gradient(#fff, #eee);

  padding-left: 0;

  padding-right: 0;
}

.pricing .priceLeft .grad-left {
  padding-left: 0;

  padding-right: 0;

  background: -webkit-linear-gradient(
    left,
    #fff 0%,
    rgba(255, 255, 255, 0) 80%
  );

  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 80%);

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.pricing .priceRight {
  background: #fff;

  background: -webkit-linear-gradient(#fff, #eee);

  background: linear-gradient(#fff, #eee);

  background: -o-linear-gradient(#fff, #eee);

  padding-left: 0;

  padding-right: 0;
}

.pricing .priceRight .grad-right {
  padding-left: 0;

  padding-right: 0;

  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #fff 80%
  );

  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 80%);

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.pricing .section-annual-price-switcher {
  font-size: 0px;

  font-size: 0rem;

  position: relative;
}

.pricing .section-annual-price-switcher:after {
  content: "";

  position: absolute;

  background: #fff;

  height: 10px;

  bottom: -10px;

  left: 0;

  width: 100%;
}

.pricing .price-switcher {
  border: 1px solid #cecece;

  font-size: 20px;

  font-size: 1.11111rem;

  padding: 5px 20px;

  box-shadow: 0px 0px 10px 1px rgba(48, 48, 48, 0.11);

  border-bottom: none;

  background-color: #03f;

  color: #fff;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  vertical-align: bottom;

  border-radius: 0;
}

@media (min-width: 768px) {
  .pricing .price-switcher {
    padding: 5px 25px;

    font-size: 24px;

    font-size: 1.33333rem;
  }
}

@media (min-width: 1200px) {
  .pricing .price-switcher {
    padding: 5px 65px;
  }
}

.pricing .price-switcher:hover {
  cursor: pointer;

  background-color: #0027cc;

  color: #fff;
}

.pricing .price-switcher .promotion {
  position: absolute;

  top: -43.5%;

  left: -25%;
}

.pricing .price-switcher .promotion-rectangle {
  background-color: #ffa1a1;

  font-size: 12px;

  font-size: 0.66667rem;

  line-height: 1;

  font-weight: 600;

  padding: 10px 2px 10px 5px;
}

@media (min-width: 768px) {
  .pricing .price-switcher .promotion-rectangle {
    font-size: 13.5px;

    font-size: 0.75rem;

    line-height: 1.25;

    padding: 12px 2px 12px 10px;
  }
}

.pricing .price-switcher .promotion-triangle {
  width: 0;

  height: 0;

  border-style: solid;

  border-width: 16px 0 16px 16px;

  border-color: transparent transparent transparent #ffa1a1;
}

@media (min-width: 768px) {
  .pricing .price-switcher .promotion-triangle {
    border-width: 20px 0 20px 20px;
  }
}

.pricing .price-switcher .promotion.grey .promotion-rectangle {
  background-color: #f9f8f7;

  box-shadow: 0px 2px 5px 0px rgba(48, 48, 48, 0.15);
}

.pricing .price-switcher .promotion.grey .promotion-triangle {
  border-color: transparent transparent transparent #f9f8f7;
}

.pricing .price-switcher.select-pricing {
  background-color: #fff;

  color: #303030;

  border: none;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  padding-top: 10px;

  padding-bottom: 10px;

  vertical-align: bottom;
}

@media (min-width: 768px) {
  .pricing .price-switcher.select-pricing {
    padding: 12px 25px;
  }
}

@media (min-width: 1200px) {
  .pricing .price-switcher.select-pricing {
    padding: 12px 65px;
  }
}

.pricing .price-switcher.select-pricing:hover,
.pricing .price-switcher.select-pricing:focus {
  cursor: default;
}

.pricing .price-switcher.select-pricing.yearly-price-switcher .promotion {
  top: -35.5%;
}

.pricing .pricing-comparison-info {
  clear: both;

  padding-top: 25px;
}

.pricing .pricing-comparison-info p {
  font-family: "Source Sans Pro", sans-serif;

  font-size: 16px;

  font-size: 0.88889rem;

  font-weight: 500;

  font-style: italic;

  display: inline-block;

  position: relative;
}

.pricing .pricing-comparison-info p:before,
.pricing .pricing-comparison-info p:after {
  content: "";

  width: 11px;

  height: 3px;

  background-color: #076694;

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.pricing .pricing-comparison-info p:before {
  left: -20px;
}

.pricing .pricing-comparison-info p:after {
  right: -20px;
}

.pricing .trial-links .trial-link .trial.btn {
  border-radius: 0;

  background-color: #87bb36;

  border-bottom: solid 3px #72a12f;

  color: #fff;

  font-family: "Source Sans Pro", sans-serif;

  font-size: 12px;

  font-size: 0.66667rem;

  width: 90%;

  height: auto;

  padding: 20px 10px;
}

@media (max-width: 1100px) {
  .pricing .trial-links .trial-link .trial.btn {
    padding: 20px 5px;
  }
}

@media (max-width: 990px) {
  .pricing .trial-links .trial-link .trial.btn {
    width: 120px;

    padding: 10px;

    height: 50px;

    font-size: 11px;

    font-size: 0.61111rem;
  }
}

.pricing .trial-links .trial-link:nth-child(2) .trial.btn:lang(pt) {
  padding-top: 20px;
}

.pricing .trial-links .trial-link:nth-child(2) .trial.btn:hover {
  background-color: #79a933;
}

@media (max-width: 990px) {
  .apps-craft-accordion .panel-title a {
    font-size: 14px;
  }

  .apps-craft-btn.primary-btn {
    font-size: 11px;

    padding: 10px 10px;
  }

  .pricing_categories .visitor,
  .pricing_categories .feature {
    font-size: 12px;
  }

  .pricing .trial-links .trial-link:nth-child(2) .trial.btn {
    padding-top: 18px;
  }

  .pricing .trial-links .trial-link:nth-child(2) .trial.btn:lang(pt) {
    padding-top: 10px;
  }
}

.pricing .trial-links .trial-link:nth-child(3) .trial.btn {
  background-color: #14acb4;

  border-bottom: solid 3px #1a9197;
}

.pricing .trial-links .trial-link:nth-child(3) .trial.btn:hover {
  background-color: #20a0a7;
}

.pricing .trial-links .trial-link:nth-child(4) .trial.btn {
  background-color: #006596;

  border-bottom: solid 3px #03567f;
}

.pricing .trial-links .trial-link:nth-child(4) .trial.btn:hover {
  background-color: #094f71;
}

.pricing .trial-links .inline-block.empty-cell {
  border-top: 1px solid #c5d3d7;
}

.pricing .trial-links .inline-block.empty-cell a {
  height: 50px;

  display: inline-block;

  vertical-align: middle;
}

.pricing-start-btn .btn {
  font-size: 16px;

  font-size: 0.88889rem;

  padding: 20px;
}

@media (min-width: 768px) {
  .pricing-start-btn .btn {
    font-size: 15px;

    font-size: 0.83333rem;

    padding: 20px 10px;
  }
}

@media (min-width: 1200px) {
  .pricing-start-btn .btn {
    font-size: 20px;

    font-size: 1.11111rem;
  }
}

.container-fluid {
  width: 100%;

  padding-right: 15px;

  padding-left: 15px;

  margin-right: auto;

  margin-left: auto;
}

.row {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-right: -15px;

  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;

  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;

  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;

  width: 100%;

  padding-right: 15px;

  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;

  flex-basis: 0;

  -webkit-box-flex: 1;

  -ms-flex-positive: 1;

  flex-grow: 1;

  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: auto;

  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 8.33333%;

  flex: 0 0 8.33333%;

  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 16.66667%;

  flex: 0 0 16.66667%;

  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 25%;

  flex: 0 0 25%;

  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 33.33333%;

  flex: 0 0 33.33333%;

  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 41.66667%;

  flex: 0 0 41.66667%;

  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 50%;

  flex: 0 0 50%;

  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 58.33333%;

  flex: 0 0 58.33333%;

  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 66.66667%;

  flex: 0 0 66.66667%;

  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 75%;

  flex: 0 0 75%;

  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 83.33333%;

  flex: 0 0 83.33333%;

  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 91.66667%;

  flex: 0 0 91.66667%;

  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 100%;

  flex: 0 0 100%;

  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;

  -ms-flex-order: -1;

  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;

  -ms-flex-order: 13;

  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;

  -ms-flex-order: 0;

  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;

  -ms-flex-order: 1;

  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;

  -ms-flex-order: 2;

  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;

  -ms-flex-order: 3;

  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;

  -ms-flex-order: 4;

  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;

  -ms-flex-order: 5;

  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;

  -ms-flex-order: 6;

  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;

  -ms-flex-order: 7;

  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;

  -ms-flex-order: 8;

  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;

  -ms-flex-order: 9;

  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;

  -ms-flex-order: 10;

  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;

  -ms-flex-order: 11;

  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;

  -ms-flex-order: 12;

  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 8.33333%;

    flex: 0 0 8.33333%;

    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 16.66667%;

    flex: 0 0 16.66667%;

    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 33.33333%;

    flex: 0 0 33.33333%;

    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 41.66667%;

    flex: 0 0 41.66667%;

    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 58.33333%;

    flex: 0 0 58.33333%;

    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 66.66667%;

    flex: 0 0 66.66667%;

    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 75%;

    flex: 0 0 75%;

    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 83.33333%;

    flex: 0 0 83.33333%;

    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 91.66667%;

    flex: 0 0 91.66667%;

    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;

    -ms-flex-order: -1;

    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;

    -ms-flex-order: 13;

    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;

    -ms-flex-order: 0;

    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;

    -ms-flex-order: 3;

    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;

    -ms-flex-order: 4;

    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;

    -ms-flex-order: 5;

    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;

    -ms-flex-order: 6;

    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;

    -ms-flex-order: 7;

    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;

    -ms-flex-order: 8;

    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;

    -ms-flex-order: 9;

    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;

    -ms-flex-order: 10;

    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;

    -ms-flex-order: 11;

    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;

    -ms-flex-order: 12;

    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 8.33333%;

    flex: 0 0 8.33333%;

    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 16.66667%;

    flex: 0 0 16.66667%;

    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 33.33333%;

    flex: 0 0 33.33333%;

    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 41.66667%;

    flex: 0 0 41.66667%;

    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 58.33333%;

    flex: 0 0 58.33333%;

    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 66.66667%;

    flex: 0 0 66.66667%;

    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 75%;

    flex: 0 0 75%;

    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 83.33333%;

    flex: 0 0 83.33333%;

    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 91.66667%;

    flex: 0 0 91.66667%;

    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;

    -ms-flex-order: -1;

    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;

    -ms-flex-order: 13;

    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;

    -ms-flex-order: 0;

    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;

    -ms-flex-order: 3;

    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;

    -ms-flex-order: 4;

    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;

    -ms-flex-order: 5;

    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;

    -ms-flex-order: 6;

    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;

    -ms-flex-order: 7;

    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;

    -ms-flex-order: 8;

    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;

    -ms-flex-order: 9;

    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;

    -ms-flex-order: 10;

    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;

    -ms-flex-order: 11;

    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;

    -ms-flex-order: 12;

    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 8.33333%;

    flex: 0 0 8.33333%;

    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 16.66667%;

    flex: 0 0 16.66667%;

    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 33.33333%;

    flex: 0 0 33.33333%;

    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 41.66667%;

    flex: 0 0 41.66667%;

    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 58.33333%;

    flex: 0 0 58.33333%;

    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 66.66667%;

    flex: 0 0 66.66667%;

    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 75%;

    flex: 0 0 75%;

    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 83.33333%;

    flex: 0 0 83.33333%;

    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 91.66667%;

    flex: 0 0 91.66667%;

    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;

    -ms-flex-order: -1;

    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;

    -ms-flex-order: 13;

    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;

    -ms-flex-order: 0;

    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;

    -ms-flex-order: 3;

    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;

    -ms-flex-order: 4;

    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;

    -ms-flex-order: 5;

    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;

    -ms-flex-order: 6;

    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;

    -ms-flex-order: 7;

    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;

    -ms-flex-order: 8;

    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;

    -ms-flex-order: 9;

    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;

    -ms-flex-order: 10;

    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;

    -ms-flex-order: 11;

    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;

    -ms-flex-order: 12;

    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 8.33333%;

    flex: 0 0 8.33333%;

    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 16.66667%;

    flex: 0 0 16.66667%;

    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 33.33333%;

    flex: 0 0 33.33333%;

    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 41.66667%;

    flex: 0 0 41.66667%;

    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 58.33333%;

    flex: 0 0 58.33333%;

    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 66.66667%;

    flex: 0 0 66.66667%;

    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 75%;

    flex: 0 0 75%;

    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 83.33333%;

    flex: 0 0 83.33333%;

    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 91.66667%;

    flex: 0 0 91.66667%;

    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;

    -ms-flex-order: -1;

    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;

    -ms-flex-order: 13;

    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;

    -ms-flex-order: 0;

    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;

    -ms-flex-order: 3;

    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;

    -ms-flex-order: 4;

    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;

    -ms-flex-order: 5;

    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;

    -ms-flex-order: 6;

    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;

    -ms-flex-order: 7;

    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;

    -ms-flex-order: 8;

    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;

    -ms-flex-order: 9;

    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;

    -ms-flex-order: 10;

    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;

    -ms-flex-order: 11;

    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;

    -ms-flex-order: 12;

    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* Pricing-Page Close */

@media (max-width: 1600px) {
  .apps-craft-welcome-section .apps-craft-welcome-tbl,
  .apps-craft-welcome-screenshort .apps-craft-welcome-tbl {
    height: 600px;
  }

  .bannerSlider .slider_container,
  .bannerSlider .apps-craft-welcome-content {
    padding: 100px 0 20px 0;
  }

  .bannerTitle {
    font-size: 26px;

    line-height: 36px;
  }

  .bannerSlider .apps-craft-single-about h3 {
    font-size: 20px;

    margin-bottom: 10px;
  }

  .bannerSlider .apps-craft-single-about span {
    font-size: 30px;

    width: 75px;

    height: 75px;

    line-height: 75px;

    margin-bottom: 15px;
  }
}

@media (max-width: 1599px) {
  .apps-craft-position-rel {
    bottom: -200px;
  }
}

@media (max-width: 1366px) {
  .apps-craft-position-rel {
    bottom: -150px;
  }

  /* Features-Page css */

  .lblsolution-img {
    width: 70px;

    height: 70px;

    padding: 15px;

    margin-top: 5px;
  }

  .lblsolutionCnt p {
    line-height: 30px;
  }

  .lblsolutionCnt > ul > li::before {
    top: 10px;
  }

  .lblsolutionCnt > ul > li {
    line-height: 30px;
  }
}

@media (max-width: 1199px) {
  .logoCol .logo-light {
    height: 44px !important;
  }

  .bannerTitle {
    font-size: 24px;

    line-height: 34px;
  }
}

@media (max-width: 991px) {
  .logoCol .logo-light {
    height: 30px !important;
  }

  .bannerTitle {
    font-size: 22px;

    line-height: 30px;

    letter-spacing: -0.5px;
  }

  .slideImg img {
    max-height: 300px;
  }

  .apps-craft-welcome-section .apps-craft-welcome-tbl,
  .apps-craft-welcome-screenshort .apps-craft-welcome-tbl {
    height: 500px;
  }

  .bannerSlider .apps-craft-single-about h3 {
    font-size: 18px;
  }

  .menu-main-menu-container.navCol {
    text-align: right;
  }

  .lblRight-img img {
    display: block;

    margin: auto;
  }

  .lblsolutionCnt p {
    line-height: 25px;
  }

  .lbl-solutionCol {
    padding-left: 90px;
  }

  .innNavbar .apps-craft-menu ul li a {
    font-size: 14px;

    padding: 2px 0;

    margin: 0 5px;
  }

  .lblsolution-img {
    margin-top: 0px;
  }

  .lblRight-img {
    margin-top: 25px;
  }

  .innNavbar {
    padding: 0;
  }

  .apps-craft-main-menu-area {
    padding: 32px 0 0;
  }

  .apps-craft-main-menu-area.sticky-menu .apps-craft-logo .logo-dark img {
    height: 40px;
  }

  .videoTrigger {
    width: 80px;

    height: 80px;
  }

  .videoSectionStyle video {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .banner-left {
    width: 100%;
  }

  .banner-right {
    width: 100%;
    height: 100%;
  }

  .banner-right2 {
    width: 100%;
  }

  .banner-left2 {
    width: 100%;
  }
  .apps-craft-welcome-section .apps-craft-welcome-tbl,
  .apps-craft-welcome-screenshort .apps-craft-welcome-tbl {
    height: 350px;
  }

  .bannerTitle {
    letter-spacing: 0;
  }

  .bannerSlider > .carousel {
    padding-bottom: 30px;
  }

  .menu-main-menu-container.navCol {
    text-align: left;
  }

  .navSection .apps-craft-menu {
    left: 15px;

    right: 15px;
  }

  .navSection .container > .navbar-header {
    margin-left: 0;

    margin-right: 0;
  }

  .navSection .navbar-toggle {
    margin: 0;
  }

  .navSection .container .apps-craft-logo {
    padding-left: 0px;
  }

  .apps-craft-main-menu-area {
    padding: 25px 0 0;
  }

  .apps-craft-main-menu-area.sticky-menu {
    padding: 15px 0;
  }

  .lblsolutionCnt p {
    line-height: 23px;
  }

  .lblsolution-img {
    width: 40px;

    height: 40px;

    padding: 11px;
  }

  .lbl-solutionCol {
    padding-left: 42px;
  }

  .videoTrigger {
    width: 60px;

    height: 60px;
  }

  .videoSectionStyle video {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .carousel-indicators.carouselTriggers li {
    width: 100%;

    opacity: 1;
  }

  .videoSectionStyle video {
    height: 300px;
  }
}

@media (max-width: 440px) {
  .apps-craft-btn.primary-btn {
    font-size: 11px;

    padding: 5px;
  }
}

@media (max-width: 320px) {
  .lblsolutionCnt p {
    font-size: 12px;
  }

  .lblsolution-img {
    width: 35px;

    height: 35px;

    padding: 9px;

    margin-top: 0;
  }

  .lbl-solutionCol {
    padding-left: 40px;
  }
}

@media (min-width: 1601px) {
  .banner-right {
    height: 660px;
  }
}

/*************new style ******/

.onepage-home .fw-container-fluid {
  overflow: hidden;
}
.swiperSharpSlider .slider-image > img {
  height: 425px;
  object-fit: cover;
  object-position: top;
}
.testimonialsSlider .apps-craft-commentor-img img {
  object-fit: contain;
}
.logoCol > a {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 15px;
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logoCol > a > img {
  height: 80px;
  object-fit: contain;
}

#panelColSlide {
  word-wrap: break-word;
}

.moretext {
  display: none;
}
.faqbtn {
  text-align: center;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .logoCol {
    max-width: 50%;
    margin: 0 auto 30px;
  }
  .logoCol > a > img {
    height: 100px;
  }
}

@media (max-width: 485px) {
  .logoCol {
    max-width: 100%;
  }
  .logoCol > a > img {
    height: auto;
  }
}

/**************** pricing - section *****************/

.pricingSec {
  margin-top: 70px;
}
.pricingCol {
  padding-top: 100px;
}
.pricingTblStyle {
  background-color: #fff;
}
.pricingTblStyle .table thead tr th {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 15px;
  border: 0;
}
.baseDarkClr {
  background-color: #232838;
}
.basebgClr1 {
  background-color: #f3514d;
}
.basebgClr2 {
  background-color: #f5455a;
}
.basebgClr3 {
  background-color: #f73d62;
}
.basebgClr4 {
  background-color: #f9346c;
}
.featureCol {
  max-width: 100%;
  width: 381px;
}
.checkIcon {
  text-align: center;
}
.pricingTblStyle .table > tbody > tr > td,
.pricingTblStyle .table > tbody > tr > th,
.pricingTblStyle .pricingTblStyle .table > tfoot > tr > td,
.pricingTblStyle .table > tfoot > tr > th,
.table > thead > tr > td,
.pricingTblStyle .table > thead > tr > th {
  border-color: #f0f0f0;
  padding: 15px;
  vertical-align: middle;
}
.pricingFeature {
  font-size: 12px;
  color: #666666;
  background-color: #f6f6f6;
}
.checkIcon > span {
  background-color: #f3514d;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  margin: 0 auto;
}
.pricingTblStyle .table thead tr th + th,
td.tblStyle {
  border-left: 1px solid #fff;
}
.pricingTblStyle table.table {
  margin: 0;
}
td.tblStyle {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
td.pricingTd {
  color: #fff;
  font-size: 14px;
}
.basebgClr1,
.basebgClr2,
.basebgClr3,
.basebgClr4 {
  width: 180px;
}
td.tblStyle .tblLink {
  color: #fff;
}

/**************** service - page *****************/
.serviceColtheme {
  margin-top: 30px;
}
.lbl_ServiceCol {
  position: relative;
  padding: 32px 20px 32px 115px;
  background-color: transparent;
  margin-bottom: 5px;
  -webkit-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  -webkit-box-shadow: 0px 12px 50px rgba(245, 70, 89, 0);
  box-shadow: 0px 12px 50px rgba(245, 70, 89, 0);
  border-radius: 5px;
}
.lbl_ServiceCol:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 12px 50px rgba(245, 70, 89, 0.15);
  box-shadow: 0px 12px 50px rgba(245, 70, 89, 0.15);
}
.lbl_ServiceCol:hover .lblServiceCnt > h3 {
  color: #f54659;
}
.lblService-img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 25px rgba(245, 70, 89, 0.15);
  box-shadow: 0px 7px 25px rgba(245, 70, 89, 0.15);
  position: absolute;
  left: 20px;
  top: 50%;
  border: 2px solid #fff;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
.lbl_ServiceCol:hover .lblService-img {
  border-color: #f54659;
  box-shadow: none;
}
.lblServiceCnt > h3 {
  margin: 0;
  color: #333333;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
.lbl_ServiceCol > a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.mt75 {
  margin-top: 75px;
}
.imgCardStyle {
  background-color: #ffffff;
  width: 420px;
  height: 350px;
  text-align: center;
  object-fit: cover;
  padding: 30px;
  box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
}
.cardStyleCont > h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(-106deg, #fa326f, #f2514c, #f2504d);
  background-image: -webkit-linear-gradient(196deg, #fa326f, #f2514c, #f2504d);
  color: #fa326f;
  color: #fa326f;
  font-size: 45px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 0;
}
.imgCardStyle > img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cardStyleCont > p {
  color: #666666;
  font-size: 16px;
  padding-bottom: 15px;
  text-align: justify;
}
.cardStyleCont > p > a {
  color: #0d6efd;
  text-decoration: underline;
}
.titleColTheme {
  background-color: #fff;
  padding: 15px 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.titleColTheme > h3 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(-106deg, #fa326f, #f2514c, #f2504d);
  background-image: -webkit-linear-gradient(196deg, #fa326f, #f2514c, #f2504d);
  color: #fa326f;
  color: #fa326f;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
}
.cardStyleCont.listStyleDot > p {
  position: relative;
  padding-left: 20px;
}
.cardStyleCont.listStyleDot > p:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #e94d59;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.listSec {
  margin-left: 20px;
  margin-top: 20px;
}
.stepListStyle {
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.stepListStyle > h2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(-106deg, #fa326f, #f2514c, #f2504d);
  background-image: -webkit-linear-gradient(196deg, #fa326f, #f2514c, #f2504d);
  color: #fa326f;
  color: #fa326f;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
}
.counterList {
  position: absolute;
  left: 0;
  top: 0;
  background: #f2514c;
  background: -moz-linear-gradient(left, #f2514c 0%, #f6425e 50%, #fa326f 100%);
  background: -webkit-linear-gradient(
    left,
    #f2514c 0%,
    #f6425e 50%,
    #fa326f 100%
  );
  background: linear-gradient(to right, #f2514c 0%, #f6425e 50%, #fa326f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2514c', endColorstr='#fa326f',GradientType=1 );
  color: #fff;
  font-size: 17px;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
}
.titleColTheme.smText > h3 {
  font-size: 20px;
}
.mt-50 {
  margin-top: 80px;
}
.titleColTheme.titleColTheme2 {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.plogo {
  text-align: center;
  padding-top: 80px;
}
.plogo > ul > li {
  display: inline-block;
  margin: 15px;
  vertical-align: middle;
  padding: 0;
}
.plogo > ul > li + li {
  margin-left: 120px;
}
.plogo > ul > li::before {
  display: none;
}
span.listheading {
  color: #666666;
  font-size: 16px;
  padding-bottom: 15px;
  display: block;
}
.serviceImgCol {
  padding-top: 20px;
}

/*********** bots-automation start *************/

.bannerSection {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 180px 0;
  margin-top: 70px;
  position: relative;
}
.bannerStyle1 {
  background-image: url(../../../../../assets/img/web_banner_07.png);
}
.bannerStyle2 {
  background-image: url(../../../../../assets/img/web_banner_03.png);
}
.bannerSection::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.2); */
}
.bannerStyleText > h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}
.cardListText {
  margin: 30px 0 0 0;
}
.cardThemeCol {
  padding-top: 50px;
}
.cardStyleCont > h5 {
  color: #666666;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 50px;
}
.cardListText > h5 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(-106deg, #fa326f, #f2514c, #f2504d);
  background-image: -webkit-linear-gradient(196deg, #fa326f, #f2514c, #f2504d);
  color: #fa326f;
  color: #fa326f;
  font-weight: 500;
  font-size: 25px;
  margin-top: 0;
  padding-bottom: 15px;
}
.cardListText > p {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 10px;
  text-align: justify;
}
.spaceTopTheme {
  padding-top: 50px;
}
.cardStyleCont > h5.mdTitleCol {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(-106deg, #fa326f, #f2514c, #f2504d);
  background-image: -webkit-linear-gradient(196deg, #fa326f, #f2514c, #f2504d);
  color: #fa326f;
  color: #fa326f;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.gradiantClr {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(-106deg, #fa326f, #f2514c, #f2504d);
  background-image: -webkit-linear-gradient(196deg, #fa326f, #f2514c, #f2504d);
  color: #fa326f;
  color: #fa326f;
}
.cardStyleCont > h5.pb-0 {
  padding-bottom: 12px;
  font-weight: 500;
}
/*********** bots-automation end *************/
.bannerStyle3 {
  background-image: url(../../../../../assets/img/web_banner_08.png);
}
.bannerStyle4 {
  background-image: url(../../../../../assets/img/web_banner_06.png);
}
.bannerStyle5 {
  background-image: url(../../../../../assets/img/web_banner_05.png);
}
.bannerStyle6 {
  background-image: url(../../../../../assets/img/web_banner_09.png);
}
.bannerStyle7 {
  background-image: url(../../../../../assets/img/web_banner_04.png);
}
.bannerStyle9 {
  background-image: url(../../../../../assets/img/deliveryservice_bg.jpg);
}
.bannerStyle10 {
  background-image: url(../../../../../assets/img/web_banner_02.png);
}
.apps-craft-subscribe-form.newsletterCol input[type="email"] {
  padding-right: 180px;
}
.bannerStyle8 {
  background-image: url(../../../../../assets/img/tableorder_bg.jpg);
}
.featuresBannerStyle {
  background-image: url(../../../../../assets/img/features-banner-1.png);
}
.listSec.mlCol {
  margin-left: 0;
  padding-bottom: 20px;
}
.imgCardStyle2 > img {
  width: 100%;
}
.pt-0 {
  padding-top: 0;
}
.cardStyleCont > h5.smTitleCol {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(-106deg, #fa326f, #f2514c, #f2504d);
  background-image: -webkit-linear-gradient(196deg, #fa326f, #f2514c, #f2504d);
  color: #fa326f;
  color: #fa326f;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 50px;
}
.cardThemeColService .cardListText {
  margin-left: 40px;
  margin-top: 20px;
}
.cardThemeColService .cardListStyle {
  padding-bottom: 60px;
}
.cardThemeColService .listSec {
  margin: 0;
}
.pt50 {
  padding-top: 50px;
}
.pt2-0 {
  padding-top: 50px;
}
.cardList2Text > h5 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(-106deg, #fa326f, #f2514c, #f2504d);
  background-image: -webkit-linear-gradient(196deg, #fa326f, #f2514c, #f2504d);
  color: #fa326f;
  color: #fa326f;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 50px;
  padding-left: 170px;
}
a.linkCol {
  color: #0d6efd;
  text-decoration: underline;
}
.listStyleDotspace {
  padding-left: 35px;
  padding-top: 15px;
}
.botsCol {
  padding-left: 80px;
}
td.tblStyle.basebgClr4.text-center.contactbtn {
  padding: 0;
  line-height: inherit;
  -webkit-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
td.tblStyle.basebgClr4.text-center.contactbtn a.tblLink {
  display: block;
  height: 55px;
  line-height: 55px;
  background-color: #f2504d;
  background-image: -webkit-linear-gradient(
    63deg,
    #fa326f 0,
    #f6425e 53%,
    #f2514c 100%,
    #f2504d 100%
  );
  background-image: -ms-linear-gradient(
    63deg,
    #fa326f 0,
    #f6425e 53%,
    #f2514c 100%,
    #f2504d 100%
  );
  -webkit-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
td.tblStyle.basebgClr4.text-center.contactbtn a.tblLink:hover {
  background-color: #f9346c;
  background-image: -webkit-linear-gradient(
    63deg,
    #f6425e 0,
    #fa326f 53%,
    #f2504d 100%,
    #f2514c 100%
  );
  background-image: -ms-linear-gradient(
    63deg,
    #f6425e 0,
    #fa326f 53%,
    #f2504d 100%,
    #f2514c 100%
  );
}
.trialbar {
  text-align: center;
  background-color: #f5455a;
  border: 1px solid #fff;
  padding: 5px 10px;
}
.trialbar > p {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.fw-heading.heading.fw-heading-h2.fw-heading-center.xs-heading-3c0ec7d1.apps-craft-section-heading.mb2-0 {
  margin: 0 auto;
}
.cardfeatColIcon {
  color: #fff;
  font-size: 3em;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f2504d;
  box-shadow: 0 6px 23px rgba(191, 92, 101, 0.47);
  line-height: 82px;
  display: inline-block;
  margin-bottom: 22px;
  -webkit-transition: background 0.4s linear;
  transition: background 0.4s linear;
  background-image: -webkit-linear-gradient(
    312deg,
    #f2514c 0%,
    #f6425e 52%,
    #fa326f 100%
  );
  background-image: -o-linear-gradient(
    312deg,
    #f2514c 0%,
    #f6425e 52%,
    #fa326f 100%
  );
  background-image: linear-gradient(
    42deg,
    #f2514c 0%,
    #f6425e 52%,
    #fa326f 100%
  );
}
.apps-craft-feature-content:hover .cardfeatColIcon {
  background: none;
  background-color: #feedef;
}
.apps-craft-feature-content:hover .cardfeatColIcon img {
  filter: invert(1);
}
.apps-craft-single-feature.cardfeatCol {
  width: 25%;
  margin-left: -2px;
  margin-right: -2px;
  float: none;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.cardfeatCol .apps-craft-feature-content {
  padding: 30px 15px 90px;
  position: relative;
  min-height: 420px;
  width: 251px;
  margin: 0 auto;
}
a.btn_outline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  border: 1px solid #f5455a;
  border-radius: 6px;
  max-width: 127px;
  margin: 0 auto;
  padding: 15px;
  color: #f54856;
  font-size: 13px;
  font-weight: 500;
}
.cardfeatCol .apps-craft-feature-content {
  box-shadow: none;
}
.apps-craft-single-feature.cardfeatCol
  .apps-craft-feature-content:hover
  a.btn_outline {
  color: #fff;
  border-color: #fff;
}
.apps-craft-single-feature.cardfeatCol h3 {
  font-size: 20px;
  color: #f54757;
  margin-bottom: 20px;
}
.apps-craft-single-feature.cardfeatCol .apps-craft-feature-content:hover h3 {
  color: #fff;
}
.apps-craft-single-feature.cardfeatCol p {
  margin: 0;
  color: #666666;
  font-size: 15px;
  line-height: 1.4;
}
.apps-craft-single-feature.cardfeatCol .apps-craft-feature-content:hover p {
  color: #fff;
}
h1.fw-special-title.home_feature.homeTitlefeat {
  font-size: 45px;
  margin: 0;
}
.clientSec div#eapps-logo-showcase-ae696a0c-1888-4161-a94b-51dc5292b1a6 {
  max-width: 100%;
}
.gallaryDesigns #eapps-photo-gallery-ad5675a2-e8ef-4fcd-aeea-9c64acd0c9c8 {
  max-width: 100%;
}
.sliderTagCol {
  position: absolute;
  right: 5px;
  top: 100px;
  z-index: 1;
}
.bannerSlider .slider_container {
  position: relative;
}
.sliderTagCol > img {
  width: 160px;
}
.listSec > p {
  padding-bottom: 10px;
}
.pt-space {
  padding-top: 20px;
}
.cardStyleCont.listStyleDot > p.unactiveDot::before {
  display: none;
}
.widthAutoCol {
  width: 144px;
}
.cardStyleCont > h3.mdTitleCol {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: inherit;
  text-transform: inherit;
}
.platformSectionCol {
  padding-top: 50px;
}
.cardThemeColService .cardListText.ml-0 {
  margin-left: 0;
}
.platformSectionCol .cardfeatCol ul > li {
  font-size: 14px;
  display: block;
  line-height: 1.5;
  color: #666666;
}
.apps-craft-single-feature.cardfeatCol .apps-craft-feature-content:hover li {
  color: #fff;
}

/*****************************************
************ MEDIA-QUARY START ****
******************************************/
@media (min-width: 1300px) {
  .fw-container {
    width: 1200px;
  }
}

@media (max-width: 1400px) {
  .lblServiceCnt > h3 {
    font-size: 18px;
  }
  .lblService-img {
    width: 70px;
    height: 70px;
    padding: 14px;
    left: 15px;
  }
  .lbl_ServiceCol {
    padding: 34px 15px 34px 102px;
  }
  .serviceColtheme {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .imgCardStyle {
    width: auto;
    height: auto;
    padding: 20px;
  }
  .cardStyleCont > h3 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .titleColTheme > h3 {
    font-size: 20px;
  }
  .stepListStyle > h2 {
    font-size: 20px;
  }
  .counterList {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
  .stepListStyle {
    padding-left: 45px;
    margin-top: 25px;
  }
  .titleColTheme.smText > h3 {
    font-size: 16px;
  }
  .plogo > ul > li + li {
    margin-left: 60px;
  }
  .plogo {
    padding-top: 40px;
  }
  .bannerSection {
    padding: 120px 0;
    margin-top: 75px;
  }
  .cardStyleCont > h5 {
    font-size: 20px;
  }
  .cardListText > h5 {
    font-size: 20px;
  }
  .cardListText > p {
    font-size: 14px;
  }
  .cardStyleCont > h5.mdTitleCol {
    font-size: 24px;
  }
  .cardStyleCont > p {
    font-size: 14px;
  }
  .cardStyleCont > h5.smTitleCol {
    padding-bottom: 20px;
  }
  .cardThemeColService .cardListStyle {
    padding-bottom: 30px;
  }
  .apps-craft-single-feature.cardfeatCol {
    width: 33%;
  }
  .sliderTagCol > img {
    max-width: 150px;
  }
  .sliderTagCol {
    top: 120px;
  }
}
@media (max-width: 991px) {
  .featureCol {
    width: 250px;
  }
  .cardStyleCont {
    padding-top: 30px;
  }
  .cardStyleCont > h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .cardStyleCont > p {
    padding-bottom: 10px;
  }
  .titleColTheme {
    padding: 10px 15px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .stepListStyle > h2 {
    font-size: 20px;
  }
  .plogo > ul > li + li {
    margin-left: 40px;
  }
  .cardThemeCol {
    padding-top: 30px;
  }
  .cardStyleCont > h5 {
    font-size: 18px;
    padding-bottom: 30px;
  }
  .cardListIcon > img {
    max-width: 180px;
  }
  .imgCardStyle2 {
    margin-top: 30px;
  }
  .imgCardStyle2 > img {
    width: 100%;
  }
  .pannelColStyle.mt-40.mbTheme {
    margin: 0;
  }
  .bannerStyleText > h2 {
    font-size: 38px;
  }
  .bannerSection {
    padding: 90px 0;
  }
  .apps-craft-single-feature.cardfeatCol {
    width: 50%;
  }
  .sliderTagCol > img {
    max-width: 120px;
  }
  .cardfeatCol .apps-craft-feature-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pricingTblStyle .table-responsive {
    border: 0;
    margin: 0;
  }
  .pricingCol {
    padding-top: 50px;
  }
  .titleColTheme.smText > h3 {
    font-size: 14px;
  }
  .counterList {
    width: 20px;
    height: 20px;
    font-size: 14px;
    top: 3px;
  }
  .stepListStyle {
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .plogo {
    padding-top: 20px;
  }
  .bannerStyleText > h2 {
    font-size: 30px;
  }
  .cardListIcon > img {
    max-width: 100px;
  }
  .cardListText > h5 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .spaceTopTheme {
    padding-top: 30px;
  }
  .cardStyleCont {
    padding-top: 20px;
  }
  .apps-craft-subscribe-form.newsletterCol input[type="email"] {
    padding-right: 120px;
  }
  .apps-craft-footer-menu-and-copyright-txt .apps-craft-copyright-txt {
    width: 100%;
  }
  .botsCol {
    padding-left: 0;
  }
  .listStyleDotspace {
    padding-left: 0;
  }
  .cardStyleCont.listStyleDot > p {
    padding-left: 12px;
  }
  .cardStyleCont.listStyleDot > p:before {
    width: 5px;
    height: 5px;
  }
  .cardList2Text > h5 {
    padding-bottom: 40px;
    padding-left: 130px;
  }
}

@media (max-width: 585px) {
  .bannerStyleText > h2 {
    font-size: 24px;
  }
  .bannerSection {
    padding: 70px 0;
  }
  .cardListText {
    margin: -20px 0 0 0;
    text-align: center;
  }
  .cardListStyle {
    margin-bottom: 20px;
  }
  .cardThemeColService .cardListIcon {
    margin-bottom: 20px;
  }
  .cardStyleCont > h5.mdTitleCol {
    font-size: 20px;
  }
  .cardStyleCont > p {
    padding-bottom: 0;
  }
  .counterList {
    width: 15px;
    height: 15px;
    font-size: 11px;
  }
  .stepListStyle {
    padding-left: 25px;
    margin-top: 15px;
  }
  .stepListStyle > h2 {
    font-size: 14px;
  }
  .titleColTheme {
    padding: 10px;
  }
  .text-md-center {
    text-align: center;
  }
  .cardThemeColService .cardListText {
    margin: 0;
    text-align: left;
  }
  .cardThemeColService .cardListStyle {
    padding-bottom: 0;
  }
  .cardStyleCont.listStyleDot {
    text-align: left;
  }
  .mt-md-0 {
    margin: 0;
  }
  .cardList2Text > h5 {
    padding-bottom: 30px;
    padding-left: 0;
    font-size: 20px;
  }
  .apps-craft-single-feature.cardfeatCol {
    width: 100%;
  }
}
@media (max-width: 485px) {
  .lblService-img {
    width: 55px;
    height: 55px;
    padding: 12px;
  }
  .lbl_ServiceCol {
    padding: 25px 15px 25px 80px;
  }
  .lblServiceCnt > h3 {
    font-size: 16px;
  }
  .titleColTheme > h3 {
    font-size: 16px;
  }
  .stepListStyle > h2 {
    font-size: 16px;
  }
  .cardStyleCont {
    padding-top: 15px;
  }
  .listSec {
    margin-left: 0;
    margin-top: 15px;
  }
  .plogo > ul > li + li {
    margin-left: 15px;
  }
  .bannerStyleText > h2 {
    font-size: 20px;
  }
  .cardListIcon > img {
    max-width: 80px;
  }
  .cardStyleCont > p {
    font-size: 13px;
  }
  .cardListText > h5 {
    font-size: 16px;
  }
  .cardListText > p {
    font-size: 13px;
  }
  .cardList2Text > h5 {
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 18px;
  }
  .apps-craft-why-chose-ico .apps-craft-round {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 2em;
  }
}

@media (max-width: 435px) {
  .bannerSection {
    padding: 0px 0;
  }
}

.apps-craft-button {
  width: 180px;
  height: 60px;
  border-radius: 3px;
  border: 0 solid;
  color: #fff;
  font-weight: 400;
  font-size: 1.286em;
  text-transform: capitalize;
  background-color: #f24f4e;
  background-image: -webkit-linear-gradient(
    35deg,
    #fa326f 0,
    #f6425e 53%,
    #f2514c 100%,
    #f2504d 100%
  );
}
