@import url("../css2-5");
h2 {
  margin-top: 0;
}

@media (max-width: 767px) {
  h2 {
    font-size: 30px !important;
  }
}

.moretext1 {
  display: none;
}

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

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

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

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

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

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

h3 {
  font-weight: 900 !important;
}

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

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

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

.sub-page-section a.gquote {
  float: none;
  display: inline-block;
}

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;
}

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

@media (max-width: 991px) {
  a.gquote i {
    display: inline-block;
    margin-bottom: 4px;
  }
}

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

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

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

a.gquote:focus {
  outline: none;
}

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

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

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

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

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

@media (max-width: 991px) {
  .enterprise-section h2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .enterprise-section h2 {
    margin-bottom: 35px;
    margin-top: 15px;
  }
}

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

@media (max-width: 991px) {
  .enterprise-section h2 br {
    display: none !important;
  }
}

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

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

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

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

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

.enterprise-section .enterprise-top .enterprise-left {
  padding-right: 0;
  width: 62%;
}

@media (max-width: 991px) {
  .enterprise-section .enterprise-top .enterprise-left {
    text-align: center;
    width: 100%;
    padding: 0;
  }
}

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

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

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

.enterprise-section .enterprise-top .enterprise-right {
  width: 38%;
}

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

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

.enterprise-section .enterprise-top .inner-img figure {
  background-color: #fff;
  margin: 0;
  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;
  max-width: 100%;
}

.enterprise-section .enterprise-top .inner-img figure img {
  width: auto;
  max-width: inherit;
}

@media (max-width: 400px) {
  .enterprise-section .enterprise-top .inner-img figure img {
    width: 100%;
  }
}

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

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

.enterprise-section .what-enterprise {
  margin-bottom: 130px;
}

@media (max-width: 991px) {
  .enterprise-section .what-enterprise {
    margin-bottom: 50px;
  }
}

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

.enterprise-section .text-with-right-img ul {
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
}

.enterprise-section .text-with-right-img ul li {
  padding-left: 23px;
  position: relative;
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 10px;
}

.enterprise-section .text-with-right-img ul li:before {
  content: "";
  top: 13px;
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #222222;
}

.enterprise-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;
  margin-left: 35px;
  position: relative;
  margin-top: -55px;
}

.enterprise-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);
}

.testimonialslider {
  padding-bottom: 80px;
}

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

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

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

.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) {
  .testimonialslider .view-testimonialslider .bx-viewport:before {
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
  }
}

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

@media (max-width: 767px) {
  .testimonialslider .view-testimonialslider .bx-controls {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.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;
}

.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) {
  .testimonialslider .view-testimonialslider .bx-controls a {
    width: 42px;
    height: 42px;
  }
}

.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;
}

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

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

.testimonialslider .hang-icon {
  display: block;
  text-align: center;
}

.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) {
  .testimonialslider h3 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .testimonialslider .testi-cnt {
    padding: 0;
  }
}

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

@media (max-width: 767px) {
  .testimonialslider .views-field-body {
    padding: 0;
  }
}

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

@media (max-width: 767px) {
  .testimonialslider .fivestar-basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.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) {
  .testimonialslider .views-field.views-field-title h4.field-content {
    text-align: center;
  }
}

.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) {
  .testimonialslider .views-field-field-image {
    margin: 0 auto 12px;
  }
}

.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;
}

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

.sideway-contents {
  text-align: center;
  position: relative;
  padding-top: 30px;
  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;
}

@media (max-width: 991px) {
  .sideway-contents .bg-shape {
    display: none;
  }
}

.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;
  margin-left: 40px;
  -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;
}

@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;
}

.sideway-contents .bx-controls {
  display: block;
  margin-top: 20px;
  position: relative;
  padding-top: 86px;
  margin-bottom: 22px;
}

.sideway-contents .bx-controls:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 86px;
  background-color: #4c4e4e;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

.sideway-contents .bx-controls .bx-controls-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sideway-contents .bx-controls .bx-controls-direction a {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  font-size: 0;
  margin: 0 5px;
  position: relative;
  background-color: #00c2e5;
  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;
}

.sideway-contents .bx-controls .bx-controls-direction a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sideway-contents .bx-controls .bx-controls-direction a.bx-prev {
  background-color: #fff;
}

.sideway-contents .bx-controls .bx-controls-direction a.bx-prev:after {
  border-color: #c5c5c5;
}

.sideway-contents .bx-controls .bx-controls-direction a.bx-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.development-enterprise {
  padding-top: 0;
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .development-enterprise {
    text-align: center;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .development-enterprise {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .development-enterprise {
    padding-bottom: 0;
  }
}

.development-enterprise .hang-icon {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

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

.development-enterprise .discuss-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .development-enterprise .discuss-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.development-enterprise .discuss-row .left-img {
  margin-right: 0;
  margin-bottom: 0;
}

.development-enterprise .discuss-row .left-img .shape {
  -webkit-transform: rotate(110deg) rotateX(-182deg);
  transform: rotate(110deg) rotateX(-182deg);
  position: absolute;
  right: -40px;
  bottom: -100px;
}

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

.development-enterprise .discuss-row .right-txt {
  padding-left: 55px;
  width: 58.33333333%;
}

@media (max-width: 1199px) {
  .development-enterprise .discuss-row .right-txt {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .development-enterprise .discuss-row .right-txt {
    padding-left: 15px;
    width: 100%;
    margin-top: 30px;
  }
}

.development-enterprise .left-img {
  position: relative;
  margin-right: 45px;
  margin-bottom: 30px;
}

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

@media (max-width: 767px) {
  .development-enterprise .left-img {
    margin-bottom: 60px;
  }
}

.development-enterprise .left-img figure {
  background-color: #fff;
  border-radius: 80px;
  border-top-right-radius: 0;
  -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);
  overflow: hidden;
  position: relative;
  float: left;
  z-index: 1;
}

.development-enterprise .left-img .shape {
  position: absolute;
  right: -20px;
  bottom: -10px;
}

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

.development-enterprise .left-img .shape.bottom-70 {
  bottom: -70px;
}

.development-enterprise .right-txt {
  width: 100%;
}

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

.development-enterprise .right-txt.discuss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

@media (max-width: 991px) {
  .development-enterprise .right-txt .left-aln br {
    display: none;
  }
}

.development-enterprise .right-txt .left-aln::after {
  left: 45.5%;
}

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

@media (max-width: 991px) {
  .development-enterprise .bottom-text {
    padding: 0;
  }
}

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

.development-enterprise.help .left-img {
  margin: 0;
}

.development-enterprise.help .left-img .shape {
  -webkit-transform: rotate(125deg) rotateX(-182deg);
          transform: rotate(125deg) rotateX(-182deg);
  position: absolute;
  right: -40px;
  bottom: -110px;
}

.development-enterprise.help .right-txt {
  padding-left: 60px;
  width: 58.33333333%;
}

@media (max-width: 991px) {
  .development-enterprise.help .right-txt {
    width: 100%;
    padding-left: 15px;
  }
}

.development-enterprise.help .right-txt h3 {
  margin-top: 50px;
}

.development-enterprise.help .right-txt h3:after {
  left: 0;
}

.what-enterprise {
  margin-bottom: 130px;
}

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

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

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

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

@media (max-width: 991px) {
  .what-enterprise .text-with-right-img {
    text-align: center;
    padding: 0;
  }
}

.what-enterprise .text-with-right-img ul {
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
}

.what-enterprise .text-with-right-img ul li {
  padding-left: 23px;
  position: relative;
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 10px;
}

.what-enterprise .text-with-right-img ul li:before {
  content: "";
  top: 13px;
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #222222;
}

.what-enterprise .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;
}

@media (max-width: 991px) {
  .what-enterprise .text-with-right-img figure {
    width: 100%;
    margin-top: 0;
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .what-enterprise .text-with-right-img figure {
    height: auto;
    display: block;
  }
}

.what-enterprise .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);
}

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

@media (max-width: 991px) {
  .what-enterprise .text-with-right-img .left-aln br {
    display: none;
  }
}

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

.what-enterprise.use-enterprise figure {
  width: auto;
}

.enterprise-tabs {
  padding-bottom: 120px;
  margin-top: 30px;
}

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

@media (max-width: 767px) {
  .enterprise-tabs {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .enterprise-tabs {
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .enterprise-tabs .top-txt {
    padding: 0;
  }
}

.enterprise-tabs .top-txt h3 {
  text-align: center;
  padding-top: 0 !important;
  line-height: 1.2;
  font-size: 48px;
}

@media (max-width: 767px) {
  .enterprise-tabs .top-txt h3 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .enterprise-tabs .top-txt h3 br {
    display: none;
  }
}

.enterprise-tabs .top-txt p {
  max-width: 1000px;
  margin: 0px auto;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 34px;
}

.enterprise-tabs .tab-bottom p {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 34px;
}

@media (max-width: 991px) {
  .enterprise-tabs .tab-bottom p {
    text-align: center;
  }
}

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

@media (max-width: 767px) {
  .enterprise-tabs .tab-enterprise-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

.enterprise-tabs .tab-enterprise-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: 767px) {
  .enterprise-tabs .tab-enterprise-container .nav-tabs {
    width: 100%;
  }
}

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

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

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

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

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

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

@media (max-width: 991px) {
  .enterprise-tabs .tab-enterprise-container .nav-tabs li a {
    font-size: 14px;
    padding: 10px 30px 10px 15px;
  }
}

.enterprise-tabs .tab-enterprise-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;
}

.enterprise-tabs .tab-enterprise-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;
}

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

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

.enterprise-tabs .tab-enterprise-container .tab-content figure {
  border-top-right-radius: 80px;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

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

.content_cta {
  position: relative;
  z-index: 1;
}

#testi-to-type {
  position: relative;
}

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

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

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

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

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

#discuss-video {
  position: relative;
}

#discuss-video section {
  position: relative;
  z-index: 2;
}

#discuss-video .left-bg {
  position: absolute;
  max-width: 600px;
  left: 0;
  top: -45%;
}

@media (max-width: 1199px) {
  #discuss-video .left-bg {
    display: none;
  }
}

#discuss-video .right-bg {
  position: absolute;
  max-width: 600px;
  right: 0;
  top: -50px;
}

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

#discuss-video .development-enterprise {
  padding-bottom: 75px;
}

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

#tab-to-what section {
  position: relative;
  z-index: 2;
}

#tab-to-what .left-bg {
  position: absolute;
  max-width: 500px;
  left: 0;
  top: 0;
}

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

#tab-to-what .right-bg {
  position: absolute;
  max-width: 600px;
  right: 0;
  top: 20%;
}

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

@media (max-width: 991px) {
  .more-btn {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 991px) {
  .more-btn-1 {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.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;
}

.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;
  }
}

.enterprise-video {
  padding-bottom: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.enterprise-video .video-wrap {
  padding: 0;
}

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

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

.enterprise-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;
}

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

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

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

@media (max-width: 575px) {
  .enterprise-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: 600px;
  }
}

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

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

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

@media (max-width: 767px) {
  .modal .modal-dialog .modal-content {
    margin: 30px;
    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%;
}

@media (max-width: 1366px) {
  .footer-bottom {
    padding-top: 150px;
  }
}

@media (max-width: 991px) {
  .footer-bottom .block-title::after {
    width: 110px;
  }
}

@media (max-width: 767px) {
  .region-footer .foot-abt {
    padding: 0;
  }
  .footer-bottom {
    padding-top: 150px;
  }
  a.gquote {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
  }
  .contact-row {
    padding: 10px 0px 10px 60px;
    text-align: left;
  }
  ul.tc-menu {
    text-align: center;
  }
  ul.tc-menu li {
    float: none;
    display: inline-block;
    margin-right: 15px;
  }
  ul.tc-menu li:last-child {
    margin-right: 0;
  }
}

@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;
  }
}
