.saas-section {
  font-family: 'Poppins', sans-serif;
  position: relative;
  background: none;
  padding-top: 0;
}

@media (max-width: 480px) {
  .saas-section {
    padding-bottom: 50px;
  }
}

.saas-section .container {
  position: relative;
  z-index: 1;
}

.saas-section .moretext {
  display: none;
}

.saas-section .moretext1 {
  display: none;
}

@media (max-width: 991px) {
  .saas-section .moreless-button {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.saas-section .moreless-button.opened i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.saas-section .moreless-button i {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

@media (max-width: 991px) {
  .saas-section .moreless-button1 {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.saas-section .moreless-button1.opened i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.saas-section .moreless-button1 i {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

@media (max-width: 1199px) {
  .saas-section br {
    display: none !important;
  }
}

.saas-section h3 {
  font-weight: 900 !important;
}

.saas-section #testi-to-type {
  position: relative;
}

.saas-section #testi-to-type section {
  position: relative;
  z-index: 2;
}

.saas-section #testi-to-type .left-bg {
  position: absolute;
  max-width: 500px;
  left: 0;
  top: 27%;
}

@media (max-width: 1199px) {
  .saas-section #testi-to-type .left-bg {
    display: none;
  }
}

.saas-section #testi-to-type .right-bg {
  position: absolute;
  max-width: 600px;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .saas-section #testi-to-type .right-bg {
    display: none;
  }
}

.saas-section .hang-icon {
  display: block;
  text-align: center;
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .saas-section .hang-icon {
    margin-bottom: 45px;
  }
}

@media (max-width: 575px) {
  .saas-section .hang-icon {
    margin-bottom: 0;
  }
}

.saas-section ul.small-list {
  padding: 0;
  margin-bottom: 30px;
  margin-top: 20px;
  list-style: none;
}

.saas-section ul.small-list li {
  padding-left: 23px;
  position: relative;
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 10px;
}

.saas-section ul.small-list li:before {
  content: "";
  top: 13px;
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #222222;
}

.saas-section h2 {
  font-size: 63px;
  text-align: center;
  color: #3e3d4e;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 25px;
  margin-bottom: 65px;
  position: relative;
}

.saas-section h2:after {
  content: "";
  width: 115px;
  height: 7px;
  position: absolute;
  bottom: -6px;
  background-color: #00c2e5;
  left: 0;
  margin: auto;
}

@media (max-width: 991px) {
  .saas-section h2 {
    font-size: 35px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .saas-section h2 {
    font-size: 28px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .saas-section h2 {
    margin-top: 30px !important;
  }
}

.saas-section p {
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  line-height: 34px;
}

@media (max-width: 767px) {
  .saas-section p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}

.saas-section .b2b-top .b2b-left {
  width: 55%;
}

@media (max-width: 991px) {
  .saas-section .b2b-top .b2b-left {
    width: 100%;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .saas-section .b2b-top .b2b-left .inner {
    text-align: center;
  }
}

.saas-section .b2b-top .b2b-left h2 {
  text-align: left;
  padding-left: 0;
  margin-top: 0;
}

@media (max-width: 991px) {
  .saas-section .b2b-top .b2b-left h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .saas-section .b2b-top .b2b-left h2:after {
    right: 0;
    left: 0;
    margin: auto;
  }
}

.saas-section .b2b-top .b2b-left p {
  font-size: 21px;
  line-height: 34px;
}

.saas-section .b2b-top .b2b-left p:first-child {
  padding-right: 30px;
}

@media (max-width: 991px) {
  .saas-section .b2b-top .b2b-left p:first-child {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .saas-section .b2b-top .b2b-left {
    text-align: left;
    padding-right: 15px;
  }
}

.saas-section .b2b-top .b2b-right {
  width: 45%;
}

@media (max-width: 991px) {
  .saas-section .b2b-top .b2b-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 70px;
  }
}

.saas-section .b2b-top .inner-img {
  float: left;
  width: 100%;
  position: relative;
}

.saas-section .b2b-top .inner-img figure {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 991px) {
  .saas-section .b2b-top .inner-img {
    width: auto;
  }
}

@media (max-width: 400px) {
  .saas-section .b2b-top .inner-img {
    background-size: contain;
  }
}

.saas-section a.gquote {
  background: #00c2e5;
  padding: 10px 22px;
  font-weight: 900;
  font-size: 23px;
  border-radius: 50px;
  color: #fff;
  float: left;
  margin-top: 18px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.saas-section a.gquote i {
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .saas-section a.gquote {
    float: none;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .saas-section a.gquote {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
  }
}

.saas-section a.gquote:hover {
  background-color: #000;
  color: #fff;
}

.saas-section a.gquote.yellow-btn {
  background: #f19830;
}

.saas-section a.gquote:focus {
  outline: none;
}

@media (max-width: 767px) {
  .saas-section .testimonialslider {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .saas-section .testimonialslider .review-clutch {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .saas-section .testimonialslider .review-clutch {
    margin-top: 30px;
  }
}

.saas-section .testimonialslider .view-testimonialslider .col-sm-3 {
  float: right;
}

.saas-section .testimonialslider .view-testimonialslider .bx-viewport:before {
  content: "";
  width: 80%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  left: 0;
  height: 100%;
  background: #f3f4f5;
}

@media (max-width: 767px) {
  .saas-section .testimonialslider .view-testimonialslider .bx-viewport:before {
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
  }
}

.saas-section .testimonialslider .view-testimonialslider .bx-controls {
  max-width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  margin-top: 45px;
}

.saas-section .testimonialslider .view-testimonialslider .bx-controls .bx-controls-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.saas-section .testimonialslider .view-testimonialslider .bx-controls a {
  border: 2px solid #3e3d4e;
  width: 62px;
  height: 62px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: inherit;
  top: inherit;
  background: none !important;
}

@media (max-width: 767px) {
  .saas-section .testimonialslider .view-testimonialslider .bx-controls a {
    width: 42px;
    height: 42px;
  }
}

.saas-section .testimonialslider .view-testimonialslider .bx-controls a:after {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  width: 13px;
  height: 13px;
  border-left: 2px solid #3e3d4e;
  border-bottom: 2px solid #3e3d4e;
}

.saas-section .testimonialslider .view-testimonialslider .bx-controls a.bx-prev {
  margin-right: 15px;
}

.saas-section .testimonialslider .view-testimonialslider .bx-controls a.bx-next {
  margin-right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.saas-section .testimonialslider h3 {
  color: #3e3d4e;
  font-weight: 900;
  font-size: 47px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .saas-section .testimonialslider h3 {
    font-size: 35px;
  }
}

.saas-section .testimonialslider .views-field-body {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #3e3d4e;
  padding: 20px;
}

.saas-section .testimonialslider .views-field-body p {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .saas-section .testimonialslider .fivestar-basic {
    text-align: center;
  }
}

.saas-section .testimonialslider .fivestar-basic .star {
  display: inline-block;
  background: none;
}

.saas-section .testimonialslider .views-field.views-field-title h4.field-content {
  color: #3e3d4e;
  font-size: 18px;
  font-weight: 800;
  margin: 10px auto;
  text-align: left;
}

@media (max-width: 767px) {
  .saas-section .testimonialslider .views-field.views-field-title h4.field-content {
    text-align: center;
  }
}

.saas-section .testimonialslider .views-field-field-image {
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .saas-section .testimonialslider .views-field-field-image {
    margin: 0 auto 12px;
  }
}

@media (max-width: 767px) {
  .saas-section .testimonialslider .views-field.views-field-field-designation {
    text-align: center;
  }
}

.saas-section .testimonialslider .views-field.views-field-field-designation .field-content {
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: #3e3d4e;
  text-transform: none;
  padding-bottom: 15px;
}

.saas-section .full-content {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.saas-section .full-content .bg-shape {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.saas-section .full-content .bg-shape img {
  height: 100%;
  min-width: 100%;
  width: auto;
}

.saas-section .full-content .gquote {
  float: none;
  display: inline-block;
}

@media (max-width: 991px) {
  .saas-section .text-with-right-img {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .saas-section .text-with-right-img .left-aln {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .saas-section .text-with-right-img .left-aln:after {
    right: 0;
    margin: auto;
  }
}

.saas-section .text-with-right-img figure {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: -30px;
}

@media (max-width: 991px) {
  .saas-section .text-with-right-img figure {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 0;
  }
}

.saas-section .text-with-right-img figure span {
  background-color: #fff;
  border-radius: 80px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.03);
}

.saas-section .text-with-right-img figure img.bg-shape {
  position: absolute;
  z-index: -1;
}

.saas-section .text-with-right-img figure img.top-shape {
  position: absolute;
  left: 0;
}

.saas-section .text-with-right-img figure img.shadow-shape {
  position: absolute;
  bottom: -60px;
  height: 51px;
  left: 0;
  right: 0;
  margin: auto;
}

.saas-section .top-txt {
  text-align: center;
}

.saas-section .b2b-help {
  padding-top: 0;
}

@media (max-width: 991px) {
  .saas-section .b2b-help .left-img {
    margin-top: 50px;
  }
}

.saas-section .b2b-help .left-img figure {
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border-top-right-radius: 0;
}

.saas-section .b2b-help .right-txt {
  padding-top: 40px;
}

.b2b-tabs {
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .b2b-tabs {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .b2b-tabs {
    margin-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .b2b-tabs {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .b2b-tabs h3 {
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .b2b-tabs h3 {
    padding-top: 0;
  }
}

.b2b-tabs .tab-b2b-container {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .b2b-tabs .tab-b2b-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 575px) {
  .b2b-tabs .tab-b2b-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.b2b-tabs .tab-b2b-container .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 29.2%;
  border-bottom: 0;
}

@media (max-width: 1199px) {
  .b2b-tabs .tab-b2b-container .nav-tabs {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .b2b-tabs .tab-b2b-container .nav-tabs {
    width: 100%;
  }
}

.b2b-tabs .tab-b2b-container .nav-tabs li {
  margin-bottom: 13px;
}

.b2b-tabs .tab-b2b-container .nav-tabs li:last-child {
  margin-bottom: 0;
}

.b2b-tabs .tab-b2b-container .nav-tabs li.active a {
  background-color: #00c2e5;
  color: #fff;
}

.b2b-tabs .tab-b2b-container .nav-tabs li.active a i {
  background-color: rgba(255, 255, 255, 0.2);
}

.b2b-tabs .tab-b2b-container .nav-tabs li.active a i:after {
  border-color: #fff;
}

.b2b-tabs .tab-b2b-container .nav-tabs li a {
  background-color: #f6f6f6;
  font-weight: 800;
  font-size: 18px;
  color: #3e3d4e;
  border: 0;
  margin: 0;
  border-radius: 2px;
  font-family: "Poppins", sans-serif;
  padding: 16px 50px 16px 26px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

@media (max-width: 991px) {
  .b2b-tabs .tab-b2b-container .nav-tabs li a {
    font-size: 14px;
  }
}

.b2b-tabs .tab-b2b-container .nav-tabs li a i {
  float: right;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.b2b-tabs .tab-b2b-container .nav-tabs li a i:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 1px solid #656471;
  border-top: 1px solid #656471;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.b2b-tabs .tab-b2b-container .tab-content {
  padding-left: 53px;
  width: 69.8%;
}

@media (max-width: 1199px) {
  .b2b-tabs .tab-b2b-container .tab-content {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .b2b-tabs .tab-b2b-container .tab-content {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
}

.b2b-tabs .tab-b2b-container .tab-content figure {
  width: 100%;
  margin-bottom: 20px;
}

.b2b-tabs .tab-b2b-container .tab-content .tab-pane h4 {
  font-size: 30px;
  color: #222222;
  margin: 0;
  margin-bottom: 35px;
}

.b2b-seo .top-txt {
  margin-bottom: 62px;
}

.b2b-seo .top-txt p {
  max-width: 960px;
  margin: auto;
}

.b2b-seo .top-txt h4 {
  font-size: 30px;
  margin-top: 60px;
  position: relative;
  padding-bottom: 25px;
}

.b2b-seo .top-txt h4::after {
  content: "";
  width: 115px;
  height: 4px;
  position: absolute;
  bottom: -6px;
  background-color: #00c2e5;
  left: 0;
  right: 0;
  margin: auto;
}

.b2b-seo .seo-box {
  padding: 0 30px;
}

@media (max-width: 991px) {
  .b2b-seo .seo-box {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .b2b-seo .seo-box {
    margin-bottom: 30px;
  }
}

.b2b-seo .seo-box.mr-tp-80 {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .b2b-seo .seo-box.mr-tp-80 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .b2b-seo .seo-box.mr-tp-80 {
    margin-top: 0;
  }
}

.b2b-seo .seo-box .seo-box-inner {
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  padding: 25px 45px 35px;
  text-align: left;
  background-color: #fff;
}

@media (max-width: 991px) {
  .b2b-seo .seo-box .seo-box-inner {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .b2b-seo .seo-box .seo-box-inner {
    text-align: center;
  }
}

.b2b-seo .seo-box .seo-box-inner i {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}

.b2b-seo .seo-box .seo-box-inner h4 {
  font-size: 24px;
  color: #222222;
  margin: 0;
  margin-bottom: 10px;
}

.b2b-seo .seo-box .seo-box-inner p {
  line-height: 27px;
  font-size: 18px;
}

.b2b-seo.b2c-saas {
  margin-top: 50px;
}

@media (max-width: 575px) {
  .b2b-seo.b2c-saas {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .b2b-seo.b2c-saas .top-txt h4 {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .b2b-seo.b2c-saas .seo-box {
    padding: 0 15px;
  }
}

.b2b-seo.b2c-saas .seo-box .seo-box-inner {
  border-radius: 0;
  border: 0;
  position: relative;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.b2b-seo.b2c-saas .seo-box .seo-box-inner .img-bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575px) {
  .b2b-seo.b2c-saas .seo-box .seo-box-inner .img-bg > img {
    display: none;
  }
}

.b2b-seo.b2c-saas .seo-box .seo-box-inner .contents {
  position: absolute;
  max-width: 314px;
}

@media (max-width: 575px) {
  .b2b-seo.b2c-saas .seo-box .seo-box-inner .contents {
    position: relative;
    max-width: 100%;
  }
}

.b2b-seo.b2c-saas .seo-box .seo-box-inner i {
  position: relative;
  z-index: 1;
}

.b2b-seo.b2c-saas .seo-box .seo-box-inner h4 {
  position: relative;
  z-index: 1;
}

.b2b-seo.b2c-saas .seo-box .seo-box-inner p {
  position: relative;
  z-index: 1;
}

.b2b-video {
  padding-bottom: 80px;
}

.b2b-video h3 {
  color: #3e3d4e;
  font-size: 47px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-top: 40px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .b2b-video h3 {
    font-size: 35px;
  }
}

.b2b-video .hang-icon {
  margin-bottom: 0;
}

.b2b-video .video-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.b2b-video .video-inner img.shape-vdo {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -88px;
}

.b2b-video .video-inner a {
  position: absolute;
}

@media (max-width: 767px) {
  .b2b-video .video-inner a img {
    width: 70px;
  }
}

@media (max-width: 575px) {
  .b2b-video .video-inner a img {
    width: 50px;
    opacity: .7;
  }
}

.modal .modal-dialog {
  width: 800px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .modal .modal-dialog {
    width: 500px;
  }
}

@media (max-width: 767px) {
  .modal .modal-dialog {
    margin: auto;
  }
}

@media (max-width: 600px) {
  .modal .modal-dialog {
    width: 100%;
    padding: 30px;
  }
}

.modal .modal-dialog .modal-content {
  height: 500px;
  width: 100%;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content {
    height: 300px;
  }
}

.modal .modal-dialog .modal-content .close {
  position: absolute;
  width: 52px;
  height: 52px;
  background-color: #00c2e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: -26px;
  top: -26px;
  opacity: 1;
  z-index: 1;
  border-radius: 50%;
  text-shadow: none;
  color: #fff;
  font-size: 30px;
  font-weight: 200;
}

.modal .modal-dialog .modal-content .modal-body {
  height: 100%;
  width: 100%;
}

.modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
}

a.line-more {
  font-size: 18px;
  color: #222;
  font-weight: 800;
  position: relative;
}

a.line-more:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #4e4e4e;
  width: 86px;
  bottom: 0;
}

.left-aln {
  text-align: left;
  line-height: 1.2;
  font-size: 48px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 40px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .left-aln {
    font-size: 35px;
  }
}

.left-aln:after {
  content: "";
  width: 115px;
  height: 7px;
  position: absolute;
  bottom: -6px;
  background-color: #00c2e5;
  left: 0;
}

.center-aln {
  text-align: center;
  line-height: 1.2;
  font-size: 48px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 40px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .center-aln {
    font-size: 35px;
  }
}

.center-aln:after {
  content: "";
  width: 115px;
  height: 7px;
  position: absolute;
  bottom: -6px;
  background-color: #00c2e5;
  left: 0;
  right: 0;
  margin: auto;
}

.mask-img {
  -webkit-mask-image: url(../img/image-shape.svg);
  mask-image: url(../img/image-shape.svg);
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 98%;
  mask-size: 98%;
}

.content_below.handtio {
  background: #f0f0f1;
  padding: 40px 0 35px;
}

#block-views-our-clients-block-1 h2 {
  font-size: 40px;
  color: #3e3d4e;
  margin-top: 0;
  margin-bottom: 20px;
}

#block-views-our-clients-block-1 h2 b {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 800;
}

@media (max-width: 1400px) {
  ul.menu.nav.navbar-nav.secondary {
    width: 100%;
    margin-right: 0;
  }
  .navbar-nav > li > a {
    padding: 8px;
    font-size: 18px;
  }
  ul.secondary li.last.leaf a {
    margin-top: 0;
    padding: 7px 15px;
    font-size: 12px;
  }
}

@media (max-width: 1250px) {
  .navbar-nav > li > a {
    font-size: 16px;
  }
}

.sideway-contents {
  text-align: center;
  position: relative;
  padding-top: 130px;
  overflow: hidden;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .sideway-contents {
    background-color: #f2fcfe;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 30px;
  }
}

.sideway-contents .top-txt .center-aln + p {
  margin-bottom: 50px;
}

.sideway-contents .container {
  position: relative;
  z-index: 1;
}

.sideway-contents .container p {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 34px;
}

@media (max-width: 991px) {
  .sideway-contents .container .row .top-txt {
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .sideway-contents .center-aln br {
    display: none;
  }
}

.sideway-contents .bg-shape {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sideway-contents .bg-shape img {
  height: 100%;
  min-width: 100%;
  width: auto;
}

.sideway-contents .whytxt-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

@media (max-width: 575px) {
  .sideway-contents .whytxt-contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sideway-contents .whytxt-contain .why-left {
  text-align: right;
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .sideway-contents .whytxt-contain .why-left {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .sideway-contents .whytxt-contain .why-left {
    width: 100%;
    text-align: left;
  }
}

.sideway-contents .whytxt-contain .why-left h4 {
  color: #222;
  font-size: 26px;
  margin: 0;
}

@media (max-width: 575px) {
  .sideway-contents .whytxt-contain .why-left h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .sideway-contents .whytxt-contain .why-left h4 br {
    display: none;
  }
}

.sideway-contents .whytxt-contain .why-right {
  text-align: left;
  padding: 62px 40px;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  margin-left: 20px;
  padding-right: 45px;
}

@media (max-width: 575px) {
  .sideway-contents .whytxt-contain .why-right {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 420px) {
  .sideway-contents .whytxt-contain .why-right {
    padding: 30px;
  }
}

.sideway-contents .whytxt-contain .why-right:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 126px;
  left: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #00c2e5;
}

.sideway-contents .whytxt-contain.even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 575px) {
  .sideway-contents .whytxt-contain.even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sideway-contents .whytxt-contain.even .why-right {
  text-align: left;
  margin-left: 0;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .sideway-contents .whytxt-contain.even .why-right {
    margin-right: 0;
  }
}

.sideway-contents .whytxt-contain.even .why-right:before {
  left: inherit;
  right: 0;
}

@media (max-width: 575px) {
  .sideway-contents .whytxt-contain.even .why-right:before {
    left: 2px;
    right: inherit;
  }
}

.sideway-contents .whytxt-contain.even .why-left {
  text-align: left;
  margin-left: 0;
  margin-right: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 991px) {
  .sideway-contents .whytxt-contain.even .why-left {
    margin-right: 0;
  }
}

.sideway-contents a.gquote {
  background: #f19830;
  float: none;
  display: inline-block;
}

.sideway-contents a.line-more {
  font-size: 18px;
  color: #222;
  font-weight: 800;
  position: relative;
}

.sideway-contents a.line-more:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #4e4e4e;
  width: 86px;
  bottom: 0;
}

.sideway-contents .center-aln {
  text-align: center;
  line-height: 1.2;
  font-size: 48px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 40px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .sideway-contents .center-aln {
    font-size: 35px;
  }
}

.sideway-contents .center-aln:after {
  content: "";
  width: 115px;
  height: 7px;
  position: absolute;
  bottom: -6px;
  background-color: #00c2e5;
  left: 0;
  right: 0;
  margin: auto;
}

.development-b2b {
  padding-top: 98px;
  margin-bottom: 170px;
  position: relative;
}

@media (max-width: 991px) {
  .development-b2b {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .development-b2b {
    padding-top: 50px;
    margin-bottom: 90px;
  }
}

.development-b2b.b2b-help {
  margin-bottom: 0;
}

.development-b2b .right-bg {
  position: absolute;
  max-width: 600px;
  right: 0;
  top: -50px;
}

@media (max-width: 1199px) {
  .development-b2b .right-bg {
    display: none;
  }
}

.development-b2b .left-img {
  width: 42.5%;
}

@media (max-width: 991px) {
  .development-b2b .left-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.development-b2b .left-img figure {
  background-color: #fff;
  border-radius: 80px;
  border-top-right-radius: 0;
  float: left;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.03);
}

@media (max-width: 991px) {
  .development-b2b .left-img figure {
    text-align: center;
    margin-bottom: 50px;
  }
}

.development-b2b .left-img .shape {
  position: absolute;
  right: -25px;
  bottom: -77px;
  z-index: -1;
  -webkit-transform: rotate(110deg) rotateX(-182deg);
          transform: rotate(110deg) rotateX(-182deg);
}

@media (max-width: 991px) {
  .development-b2b .left-img .shape {
    display: none;
  }
}

.development-b2b .right-txt {
  width: 57.5%;
  padding-left: 50px;
}

@media (max-width: 991px) {
  .development-b2b .right-txt {
    width: 100%;
    padding-left: 15px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .development-b2b .right-txt .left-aln {
    text-align: center;
  }
}

.development-b2b .right-txt .left-aln:after {
  margin: auto;
}

@media (max-width: 991px) {
  .development-b2b .right-txt .left-aln:after {
    right: 0;
  }
}

.development-b2b a {
  background: #f19830;
}

.development-b2b.saas-launch {
  padding-top: 0;
  margin-bottom: 140px;
}

@media (max-width: 991px) {
  .development-b2b.saas-launch {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .development-b2b.saas-launch {
    margin-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .development-b2b.saas-launch {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .development-b2b.saas-launch .hang-icon {
    margin-bottom: 50px;
  }
}

.what-b2b {
  padding-top: 98px;
  margin-bottom: 130px;
}

@media (max-width: 991px) {
  .what-b2b {
    padding-top: 0;
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .what-b2b {
    margin-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .what-b2b {
    margin-bottom: 50px;
  }
}

.what-b2b b {
  font-size: 21px;
  font-weight: 600;
  margin: 30px 0 0;
  display: block;
}

#tab-to-seo {
  position: relative;
}

#tab-to-seo section {
  position: relative;
  z-index: 1;
}

#tab-to-seo .left-bg {
  position: absolute;
  left: 0;
  top: 17%;
}

@media (max-width: 1199px) {
  #tab-to-seo .left-bg {
    display: none;
  }
}

#tab-to-seo .right-bg {
  position: absolute;
  max-width: 600px;
  right: 0;
  bottom: 300px;
}

@media (max-width: 1199px) {
  #tab-to-seo .right-bg {
    display: none;
  }
}

#cost-to-video {
  position: relative;
}

#cost-to-video section {
  position: relative;
  z-index: 1;
}

#cost-to-video .right-bg {
  position: absolute;
  max-width: 600px;
  right: 0;
  top: 25%;
}

@media (max-width: 1199px) {
  #cost-to-video .right-bg {
    display: none;
  }
}

@media (max-width: 991px) {
  .small-screen li.last.get-quote-link.leaf a {
    background: #f19830;
    border: 2px solid;
    border-radius: 35px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 12px;
    font-weight: 500;
  }
  .small-screen .collapsed-nav .navbar-nav > li > a {
    padding: 12px;
  }
}
