body {
  font-family: Poppins, sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 24px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.nav-item {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
}

.nav-item.w--current {
  color: #1e1e1e;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cs-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cs-col {
  width: 40%;
}

.hero-title {
  font-size: 50px;
  line-height: 62px;
  font-weight: 500;
}

.hero-text {
  margin-top: 60px;
}

.hero-span {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #6e50e6;
  color: #fff;
}

.hero-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.cs-simple-btn {
  padding: 12px 40px;
  border: 1px solid #1acc81;
  background-color: #1acc81;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 600;
}

.cs-simple-btn:hover {
  background-color: transparent;
  color: #1acc81;
}

.cs-simple-btn.cs-margin-btn {
  margin-right: 10px;
  margin-left: 10px;
}

.cs-simple-btn.cs-margin-btn.cs-transparent-b {
  background-color: transparent;
  color: #1acc81;
}

.cs-simple-btn.cs-margin-btn.cs-transparent-b:hover {
  background-color: #1acc81;
  color: #fff;
}

.cs-btn-arrow {
  color: #6e50e6;
  font-weight: 600;
  text-decoration: none;
}

.cs-btn-arrow.cs-btn-left40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}

.cs-btn-arrow-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-btn-arrow-flex.btn-color {
  color: #6e50e6;
  font-weight: 500;
}

.arrow-btn {
  position: relative;
  left: 0px;
  margin-left: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hero-img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 55%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-col2 {
  width: 60%;
}

.padlr {padding-left: 0px !important; padding-right: 0px !important;}

.section-hero-logos {
  margin-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
}

.logos-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.section-title {
  font-size: 50px;
  line-height: 64px;
  font-weight: 500;
  text-align: center;
}

.work-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work-columns.wc-cs-top {
  margin-top: 60px;
}

.work-col {
  width: 30%;
}

.work-img {
  position: relative;
  max-width: 90%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.work-title {
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
}

.work-text {
  margin-top: 15px;
}

.work-list {
  margin-top: 20px;
}

.work-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.work-check {
  margin-right: 10px;
}

.work-img-img {
  display: block;
  height: 190px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/gyan-shahane-TGoLeUkmj-A-unsplash-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-img-bg1 {
  position: absolute;
  left: -5%;
  top: -5%;
  z-index: -1;
  width: 80px;
  height: 165px;
  background-color: #6e50e6;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.work-img-bg2 {
  position: absolute;
  right: -5%;
  bottom: -5%;
  z-index: -1;
  width: 45px;
  height: 45px;
  background-color: #6e50e6;
}

.full-width-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-services {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url('../images/Mask-group.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.st1 {
  padding: 5px 20px;
  background-color: #fff;
}

.st1.wst1 {
  width: 50%;
  padding: 0px;
  background-color: transparent;
  text-align: right;
}

.st2 {
  padding: 5px 0px;
  background-color: #6e50e6;
}

.st2.wst2 {
  width: 50%;
  padding: 0px;
  background-color: transparent;
}

.service-title-text {
  font-size: 50px;
  line-height: 64px;
  font-weight: 500;
}

.service-title-text.text-white {
  color: #fff;
}

.service-title-text.text-white.ws2bg {
  display: inline-block;
  padding: 5px 20px;
  background-color: #6e50e6;
}

.service-title-text.ws1bg {
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff;
}

.services-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-items.si-page-items {
  margin-right: -1%;
  margin-left: -1%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.services-item {
  width: 30%;
  padding: 35px;
  background-color: #fff;
  color: #1e1e1e;
  text-decoration: none;
}

.services-item.si-page {
  width: 31.33%;
  margin: 1%;
}

.services-img {
  margin-bottom: 30px;
}

.services-name {
  font-size: 20px;
  line-height: 31px;
  font-weight: 600;
}

.services-text {
  margin-top: 25px;
  margin-bottom: 60px;
}

.services-text.st-bottom {
  margin-bottom: 25px;
}

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

.why-slider {
  max-width: 85%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.why-slider-slider {
  height: auto;
  background-color: transparent;
}

.why-slide-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.single-why {
  width: 31.33%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 50px 60px;
  border: 1px solid #c2c4d9;
}

.single-why-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-why-img {
  position: relative;
}

.swhimg {
  width: 64px;
  height: 64px;
  background-image: url('../images/Component-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sngle-why-img-bg {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: -1;
  width: 64px;
  height: 64px;
  background-color: #6e50e6;
}

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

.why-title {
  font-size: 14px;
  line-height: 16px;
}

.single-why-info {
  padding-left: 20px;
}

.single-why-text {
  margin-top: 30px;
}

.right-arrow {
  right: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
}

.image {
  width: 35px;
}

.left-arrow {
  left: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 35px;
}

.slider-nav {
  bottom: -80px;
  color: #c2d1d9;
}

.section-que {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Component-2.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.que-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.que-col {
  width: 50%;
}

.que-col.que-right-border {
  border-right: 1px solid #fff;
}

.que-title {
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
}

.que-text {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

.que-btn {
  margin-top: 30px;
  text-align: center;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-col {
  width: 30%;
}

.footer-text {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.social-link {
  margin-right: 10px;
}

.footer-menu-link {
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1e1e1e;
  font-size: 14px;
  text-decoration: none;
}

.footer-menu-link:hover {
  color: #6e50e6;
}

.footer-title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.footer-small-text {
  margin-bottom: 5px;
  font-size: 14px;
}

.footer-copy-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-terms {
  color: #1e1e1e;
  font-size: 14px;
  text-decoration: underline;
}

.link {
  color: #1e1e1e;
}

.spage-content {
  margin-top: 100px;
}

.spage-content.spage-padding {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Component-6.png');
  background-position: 50% 20%;
  background-size: contain;
  background-repeat: no-repeat;
}

.why-section {
  position: relative;
}

.why-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.why-col {
  position: relative;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
}

.why-col.why-col-right {
  padding-right: 100px;
  padding-left: 0px;
}

.why-col.why-col-cs-top {
  padding-top: 140px;
}

.why-small-title {
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 32px;
  font-weight: 600;
}

.why-btn {
  margin-top: 40px;
}

.why-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-image: url('../images/group-people-working-out-business-plan-office-3-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-img.why-img3 {
  background-image: url('../images/group-people-working-out-business-plan-office-5-1.png');
}

.why-img.why-img2 {
  left: auto;
  right: 0px;
  background-image: url('../images/group-people-working-out-business-plan-office-2-1.png');
}

.why-icon1 {
  position: absolute;
  top: 40px;
  right: 100px;
}

.why-icon2 {
  position: absolute;
  right: 100px;
  bottom: 40px;
}

.why-top-brder {
  position: absolute;
  top: 0px;
  width: 50%;
  height: 15px;
  background-color: #6e50e6;
}

.why-page-title {
  position: absolute;
  top: 20px;
  z-index: 9;
  width: 100%;
}

.spage-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spage-subtext {
  max-width: 800px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
}

.services-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-right: -1%;
  margin-left: -1%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sservice {
  width: 18%;
  margin: 1%;
  padding: 33px 20px;
  border: 1px solid #c2c4d9;
  text-align: center;
  cursor: pointer;
}

.service-title-small {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.service-img {
  margin-bottom: 20px;
}

.section-services-info {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/Component-17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ssi-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ssi-col {
  width: 45%;
}

.ssi-col.ss-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ssi-title {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}

.ssi-text {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}

.ssi-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-services-info2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('../images/Component-18.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-info-box {
  max-width: 483px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.services-info-txt {
  font-size: 26px;
  line-height: 35px;
}

.section-features {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Mask-group.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s-case-page {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/Component-19.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.s-page-img {
  position: relative;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.s-page-img-border {
  width: 360px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #6e50e6;
}

.s-page-text {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.rich-text h2 {
  text-align: center;
}

.s-page-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s-page-col {
  width: 45%;
}

.s-page-col-img {
  position: relative;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.s-page-img-bg1 {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: -1;
  width: 80px;
  height: 80px;
  background-color: #6e50e6;
}

.s-page-img-bg2 {
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  width: 160px;
  height: 80px;
  background-color: #6e50e6;
}

.s-page-col-title {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
}

.s-page-col-title.page-title-centered {
  text-align: center;
}

.s-page-list-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.s-page-list-col {
  width: 50%;
}

.s-page-work {
  padding-top: 40px;
  padding-bottom: 100px;
}

.about-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-icon-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-icon-content {
  padding-left: 10px;
}

.about-icon-title {
  color: #1e1e1e;
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
}

.s-benefits {
  margin-top: 80px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.benefits-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.benefits-text {
  max-width: 37%;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
}

.benefits-columns {
  margin-top: 40px;
}

.benefits-col {
  width: 37%;
}

.ben-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #fff;
}

.ben-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ben-content {
  padding-left: 15px;
}

.ben-title {
  font-size: 20px;
  line-height: 31px;
  font-weight: 600;
}

.section-passion {
  padding-top: 90px;
  padding-bottom: 90px;
}

.passion-text {
  max-width: 750px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.passion-content {
  background-image: url('../images/Component-20.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.passion-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pass-col {
  width: 25%;
}

.pass-col.rightborder {
  border-right: 1px solid #dadada;
}

.pass-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

.span-purple {
  color: #6e50e6;
}

.pass-number {
  text-align: center;
}

.p-number {
  color: #6e50e6;
  font-size: 50px;
  line-height: 64px;
  font-weight: 600;
}

.p-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
}

.contact-page-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ccolumns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ccol {
  width: 45%;
}

.ccol.ccol-centered {
  margin-right: auto;
  margin-left: auto;
}

.contact-p-title {
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
}

.contact-p-title.c-centered {
  margin-bottom: 20px;
  text-align: center;
}

.contact-p-title.c-centered.text-in-box {
  margin-top: 20px;
  font-size: 18px;
  line-height: 25px;
}

.contact-p-text {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
}

.cinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1e1e1e;
  text-decoration: none;
}

.cinfo:hover {
  color: #6e50e6;
}

.cinfo-icon {
  margin-right: 10px;
}

.cs-input {
  height: 40px;
  margin-bottom: 13px;
  border: 1px solid #c2d1d9;
  background-color: transparent;
  color: #a1aeb7;
  font-size: 14px;
  line-height: 21px;
}

.cs-input::-webkit-input-placeholder {
  color: #a1aeb7;
}

.cs-input:-ms-input-placeholder {
  color: #a1aeb7;
}

.cs-input::-ms-input-placeholder {
  color: #a1aeb7;
}

.cs-input::placeholder {
  color: #a1aeb7;
}

.cs-textarea {
  height: 100px;
  min-height: 100px;
  margin-bottom: 13px;
  color: #a1aeb7;
}

.cs-textarea::-webkit-input-placeholder {
  color: #a1aeb7;
}

.cs-textarea:-ms-input-placeholder {
  color: #a1aeb7;
}

.cs-textarea::-ms-input-placeholder {
  color: #a1aeb7;
}

.cs-textarea::placeholder {
  color: #a1aeb7;
}

.submit-button {
  display: block;
  width: 100%;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #1acc81;
  background-color: #1acc81;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.submit-button:hover {
  background-color: transparent;
  color: #1acc81;
}

.form-block {
  margin-bottom: 0px;
}

.cpage-translators {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/Component-21.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-white-box {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: #fff;
}

.services-popup {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding: 40px 60px 40px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6e50e6;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.services-popup-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.spc-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spc-text {
  padding-top: 11px;
}

.spc-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.spc-text-text {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.image-5 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.close-popup2 {
  position: absolute;
  left: 20px;
  top: 20px;
}

.why-col-img-mobil {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-item {
    text-align: center;
  }

  .nav-menu {
    background-color: #fff;
  }

  .hero-title {
    font-size: 40px;
    line-height: 58px;
  }

  .hero-btns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cs-btn-arrow.cs-btn-left40 {
    margin-top: 20px;
    margin-left: 0px;
  }

  .logos-flex {
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .slogo {
    min-width: 210px;
  }

  .work-img-img {
    height: 160px;
  }

  .service-title-text {
    font-size: 40px;
    line-height: 60px;
  }

  .service-title-text.text-white.ws2bg {
    font-size: 40px;
    line-height: 60px;
  }

  .service-title-text.ws1bg {
    font-size: 40px;
    line-height: 60px;
  }

  .services-item {
    padding: 20px;
  }

  .why-slide-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-why {
    width: 100%;
    margin-bottom: 20px;
  }

  .que-title {
    font-size: 26px;
  }

  .why-col {
    padding-left: 40px;
  }

  .why-col.why-col-right {
    padding-right: 40px;
  }

  .why-col.why-col-cs-top {
    padding-left: 40px;
  }

  .sservice {
    width: 31%;
  }

  .ssi-btns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-services-info2 {
    background-position: 0% 0%;
    background-size: cover;
  }

  .benefits-text {
    max-width: 60%;
  }

  .benefits-col {
    width: 60%;
  }

  .passion-numbers {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .services-popup {
    display: none;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #1e1e1e;
  }

  .navflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    display: block;
    height: auto;
    padding-bottom: 20px;
  }

  .cs-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cs-col {
    width: 100%;
    text-align: center;
  }

  .hero-title {
    line-height: 56px;
  }

  .hero-span {
    display: inline-block;
  }

  .hero-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cs-simple-btn.cs-margin-btn {
    margin-bottom: 20px;
  }

  .cs-btn-arrow.cs-btn-left40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero-img {
    position: static;
    display: block;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cs-col2 {
    width: 100%;
  }

  .section-hero-logos {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slogo {
    min-width: 160px;
  }

  .section-work {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title {
    font-size: 40px;
    line-height: 60px;
  }

  .work-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .work-col {
    width: 100%;
    margin-bottom: 50px;
  }

  .work-img-img {
    height: 190px;
  }

  .full-width-btn {
    margin-top: 0px;
  }

  .services-title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-title-text {
    font-size: 40px;
    line-height: 60px;
  }

  .services-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .services-item.si-page {
    width: 100%;
  }

  .section-que {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .que-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .que-col {
    width: 100%;
  }

  .que-col.que-right-border {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
    border-right-width: 0px;
  }

  .footer-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-col {
    width: 100%;
    text-align: center;
  }

  .footer-small-text {
    margin-top: 0px;
  }

  .footer-copy-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-terms {
    display: block;
    margin-bottom: 10px;
  }

  .spage-content.spage-padding {
    background-position: 50% 10%;
    background-size: contain;
  }

  .why-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .why-col {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .why-col.why-col-right {
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
  }

  .why-col.why-col-cs-top {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .why-col.whyimg {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .why-img {
    position: static;
    display: none;
    width: 100%;
    height: 300px;
  }

  .why-page-title {
    position: static;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .spage-subtext {
    font-size: 21px;
    line-height: 32px;
  }

  .sservice {
    width: 48%;
  }

  .ssi-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ssi-col {
    width: 100%;
    text-align: center;
  }

  .ssi-col.ss-flex {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services-info-txt {
    font-size: 23px;
    line-height: 33px;
  }

  .s-page-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .s-page-col {
    width: 100%;
  }

  .s-page-col-img {
    margin-top: 50px;
  }

  .about-icon {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
  }

  .benefits-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .benefits-text {
    max-width: 100%;
    text-align: center;
  }

  .benefits-col {
    width: 100%;
  }

  .passion-numbers {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pass-col {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .pass-col.rightborder {
    margin-top: 20px;
    margin-bottom: 20px;
    border-right-width: 0px;
  }

  .ccolumns {
    max-width: 80%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ccol {
    width: 100%;
  }

  .services-popup {
    display: none;
  }

  .image-6 {
    display: block;
  }

  .why-col-img-mobil {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .hero-span {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 40px;
  }

  .st1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .st1.wst1 {
    width: 100%;
    text-align: center;
  }

  .st2.wst2 {
    width: 100%;
    text-align: center;
  }

  .service-title-text {
    line-height: 50px;
    text-align: center;
  }

  .service-title-text.text-white {
    font-size: 27px;
    line-height: 48px;
  }

  .service-title-text.text-white.ws2bg {
    line-height: 50px;
  }

  .service-title-text.ws1bg {
    line-height: 50px;
  }

  .single-why {
    padding: 30px;
  }

  .right-arrow {
    right: -30px;
  }

  .left-arrow {
    left: -30px;
  }

  .sservice {
    width: 100%;
  }

  .s-page-list-cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .s-page-list-col {
    width: 100%;
  }

  .ben-text {
    font-size: 15px;
  }

  .contact-page-content {
    padding-top: 20px;
  }

  .ccolumns {
    max-width: 100%;
  }

  .contact-p-info {
    margin-bottom: 40px;
  }

  .form-white-box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .services-popup {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .services-popup-content {
    padding-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .spc-text-text {
    font-size: 15px;
    line-height: 24px;
  }

  .menu-button.w--open {
    padding: 0px;
  }

  .brand {
    max-width: 75%;
  }

  .brand.w--current {
    max-width: 70%;
    padding-left: 0px;
  }
}

