body {
  font-family: Mulish, sans-serif;
  background-color: #fff;
}

#mobile {
  display: none !important;
}

#desktop {
  display: block !important;
}

.tab-content {
  z-index: 1000;
}

.navbar-default {
  background: 0 0;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
  padding: 0 30px;
}

.navbar-default a.button-two {
  float: right;
  margin-top: 15px;
  margin-left: 30px;
  padding: 9px 28px;
}

header.fullwidth.white-header .navbar-default {
  border-bottom: none;
}

.navbar-header {
  position: relative;
  z-index: 2;
}

.navbar-brand {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 25px 15px;
  letter-spacing: 2.5px;
}

.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav > li > a {
  color: #ebebeb;
  font-size: 18px;
  font-family: Mulish, sans-serif;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 28px 15px 27px;
  position: relative;
}

.navbar-nav > li > a i {
  font-size: 10px;
  margin-left: 10px;
  float: right;
  display: inline-block;
  margin-top: 4px;
}

.navbar-nav > li > a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav > li > a:hover:before {
  opacity: 1 !important;
  visibility: visible !important;
}

header.active .navbar {
  background: #008ef6;
  box-shadow: #1723315e 1px 3px 20px;
}

header.fullwidth.white-header.active .navbar {
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
}

header.fullwidth.white-header.active .navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

header.fullwidth.white-header.active .navbar-nav > li > a {
  color: #666 !important;
}

header.fullwidth.white-header.active .navbar-nav > li > a:before {
  background: #666;
}

header.fullwidth.white-header.active a.button-two {
  border-color: #008ef6;
  color: #008ef6;
}

.navbar-collapse {
  position: relative;
}

li.drop {
  position: relative;
}

ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 230px;
  margin-top: 10px;
  left: 0;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

ul.dropdown li {
  display: block;
  border-top: 1px solid #ebecf0;
}

ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 12px 20px;
  color: #888;
  font-size: 16px;
  font-family: Mulish, sans-serif;
  font-weight: 400;
}

ul.dropdown li a i {
  font-size: 10px;
  display: inline-block;
  margin-right: 16px;
  float: left;
  margin-top: 6px;
}

ul.dropdown li a:hover {
  color: #008ef6;
}

li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

p {
  font-size: 18px;
  color: #888;
  font-family: Mulish, sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}

h1 {
  color: #333;
  font-size: 50px;
  font-family: Mulish, sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
}

h2 {
  color: #333;
  font-size: 24px;
  font-family: Mulish, sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 45px;
}

a.button-one {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #008ef6;
  color: #fff;
  font-size: 18px;
  font-family: Mulish, sans-serif;
  font-style: normal;
  font-weight: 600;
  border: 1px solid #008ef6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 27px;
}

a.button-one:hover {
  color: #fff;
  background-color: #00aeff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

a.button-two,
button.button-two {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #ffbe00;
  font-size: 18px;
  font-family: Mulish, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 28px;
  margin: 0;
}

a.button-two:hover {
  background-color: #fff;
  color: #008ef6;
}

.carreira {
  padding: 5% 0 0 !important;
}

.sobre {
  padding: 30px 0 0 !important;
}

#container {
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.carrosel-telas {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.carrosel-telas img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#container.active {
  opacity: 1;
}

.title-section {
  text-align: center;
  margin-bottom: 70px;
}

.title-section span {
  display: inline-block;
  color: #999;
  font-size: 20px;
  font-family: Mulish, sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
}

.title-section h1 {
  color: #333;
  font-size: 50px;
  font-family: Mulish, sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
}

.title-section p {
  color: #666;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

.title-section.white span {
  color: #fff;
}

.title-section.white h1 {
  color: #fff;
}

.title-section.white p {
  color: #ccc;
}

section#home-section {
  z-index: 2;
  position: relative;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1000;
}

#home-section a {
  margin-top: 50px;
}

section#home-section .top-block {
  background-image: url("../images/bg.webp");
  background-size: 100% auto;
  text-align: center;
  padding: 320px 0 0;
  height: 1200px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section#home-section .top-block .container {
  position: relative;
  z-index: 500;
}

section#home-section .top-block h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 15px;
}

section#home-section .top-block h2 {
  color: #fff;
  margin-bottom: 30px !important;
}

section#home-section .top-block a {
  margin-bottom: 30px;
}

section#home-section .top-block p {
  margin-bottom: 20px;
  color: #fff;
}

section#home-section .top-block p a {
  color: #008ef6;
  text-decoration: underline;
}

section#home-section .top-block img {
  max-width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}

section#home-section div.top-block2 {
  padding: 210px 0 0;
  position: relative;
}

section#home-section div.top-block2 p {
  margin-bottom: 20px;
}

section#home-section div.top-block2 h2 {
  margin-bottom: 24px;
  color: #999;
}

section#home-section div.top-block2 a.button-one {
  margin-right: 20px;
  padding-left: 36px;
  padding-right: 36px;
}

section#home-section div.top-block2 .clients-box {
  padding-top: 100px;
}

section#home-section div.top-block2 .clients-box span {
  display: inline-block;
  font-size: 18px;
  color: #888;
  font-family: Mulish, sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
  font-size: 16px;
  margin-bottom: 20px;
}

section#home-section div.top-block2 .clients-box ul.client-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

section#home-section div.top-block2 .clients-box ul.client-list li {
  display: inline-block;
  padding-right: 20px;
}

section#home-section div.top-block2 .clients-box ul.client-list li img {
  max-height: 16px;
  width: auto;
}

section#home-section
  div.top-block2
  .clients-box
  ul.client-list
  li:first-child
  img {
  max-height: 20px;
}

section#home-section div.top-block2 .top-block-image {
  margin-top: -100px;
}

section.client-list-section {
  margin-top: -180px;
  text-align: center;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}

section.client-list-section p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}

section.client-list-section .client-list-box {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

section.client-list-section ul.client-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

section.client-list-section ul.client-list li {
  float: left;
  display: inline-block;
  width: 20%;
  padding: 0 10px;
}

section.client-list-section ul.client-list li img {
  max-width: 100%;
  height: auto;
}

section#features-section {
  padding: 100px 0 60px;
  background: #fff;
  position: relative;
  z-index: 2;
}

section#features-section .about-box > img {
  display: block;
  margin: 0 auto 30px;
}

section#features-section .about-box .posts-box {
  padding-right: 40px;
}

section#features-section .about-box .posts-box .about-post {
  margin-top: 35px;
  overflow: hidden;
}

section#features-section .about-box .posts-box .about-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  border: 1px dashed #fff;
  color: #008ef6;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  float: left;
  margin-right: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

section#features-section .about-box .posts-box .about-post h2 {
  margin-bottom: 18px;
  overflow: hidden;
  line-height: 60px;
}

section#features-section .about-box .posts-box .about-post span {
  font-family: Mulish, sans-serif;
  color: #888;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  margin: 0;
}

section#features-section .about-box .image-holder {
  text-align: center;
  overflow: visible;
  margin-left: -40px;
  margin-right: -40px;
}

section#features-section .about-box .image-holder img {
  max-width: 100%;
  height: auto;
}

section#features-section2 {
  padding: 60px 0;
}

section#features-section2 ul.client-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 2;
}

section#features-section2 ul.client-list li {
  float: left;
  display: inline-block;
  width: 20%;
}

section#features-section2 .about-box {
  padding-bottom: 60px;
}

section#features-section2 .about-box .about-post {
  margin-bottom: 60px;
  display: flex;
}

section#features-section2 .about-box .about-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-right: 20px;
}

section#features-section2 .about-box .about-post a i {
  margin-top: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #008ef6;
  border-radius: 30px;
  text-align: center;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

section#features-section2 .about-box .about-post h2 {
  padding-top: 22px;
  margin-bottom: 15px;
}

section#features-section2 .about-box .about-post p {
  margin: 0;
  line-height: 26px;
}

section#features-section2 .about-box .center-area {
  text-align: center;
}

section#features-section2 .about-box .center-area a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #008ef6;
  font-size: 18px;
  font-family: Mulish, sans-serif;
  font-weight: 600;
}

section#features-section2 .about-box .center-area a i {
  float: right;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 3px;
}

section#features-section2 .about-box .center-area a:hover {
  color: #008ef6;
}

section#features-section3 {
  padding: 70px 0;
  position: relative;
}

section#features-section3 .container {
  position: relative;
  z-index: 2;
}

section#features-section3 .title-section {
  text-align: left;
  margin-bottom: 30px;
}

section#features-section3 .image-holder {
  padding-top: 100px;
  margin-left: -80px;
  margin-right: -1px;
}

section#features-section3 .image-holder img {
  width: 100%;
  height: auto;
}

section#features-section3 .about-post {
  padding: 12px 16px;
  border: 1px dashed #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}

section#features-section3 .about-post h2 {
  margin-bottom: 25px;
}

section#features-section3 .about-post h2 i {
  font-size: 30px;
  color: #008ef6;
  margin-right: 14px;
}

section#features-section3 .about-post p {
  margin-bottom: 0;
  line-height: 30px;
}

section#features-section3 .about-box > p {
  color: #666;
  line-height: 30px;
  margin-bottom: 30px;
}

section#features-section3 .about-box > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #008ef6;
  font-size: 18px;
  font-family: Mulish, sans-serif;
  font-weight: 600;
}

section#features-section3 .about-box > a i {
  float: right;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 3px;
}

section#features-section3 .about-box > a:hover {
  color: #008ef6;
}

section#features-section4 {
  padding: 100px 75px 70px;
  margin: 0 auto;
  background: url(../images/ban4.webp) center center;
  background-size: cover;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section#features-section4 .about-box .about-post {
  margin-bottom: 30px;
  background: #fff;
  padding: 45px 35px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

section#features-section4 .about-box .about-post i {
  color: #008ef6;
  font-size: 30px;
  margin-bottom: 20px;
  display: inline-block;
}

section#features-section4 .about-box .about-post h2 {
  line-height: 30px;
  margin-bottom: 15px;
}

section#features-section4 .about-box .about-post p {
  line-height: 28px;
  margin-bottom: 0;
}

section.statistic-section {
  padding: 100px 0 60px;
  background: url(../images/back.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.statistic-section .statistic-box {
  text-align: center;
}

section.statistic-section .statistic-post {
  margin-bottom: 40px;
}

section.statistic-section .statistic-post i {
  display: inline-block;
  color: #fff;
  font-size: 50px;
  margin-bottom: 6px;
}

section.statistic-section .statistic-post h2 {
  color: #333;
  font-size: 24px;
  font-family: Mulish, sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

section.statistic-section .statistic-post p {
  margin: 0 0 10px !important;
  color: #fff;
  font-size: 50px;
  font-family: Mulish, sans-serif;
  line-height: initial;
  font-weight: 400;
}

section.statistic-section.white-background {
  padding-top: 140px;
  padding-bottom: 0;
  background: #fff;
}

section.statistic-section.white-background .statistic-box {
  padding-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
}

section.statistic-section.white-background .statistic-post i {
  color: #ccc;
}

section.statistic-section.white-background .statistic-post h2 {
  color: #888;
}

section.statistic-section.white-background .statistic-post p {
  color: #333;
}

div.about-app-section {
  padding: 10px 0 120px;
  background: #fff;
  background: url(../images/ban.jpg) left center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

div.about-app-section .content-holder .title-section {
  text-align: left;
  margin-bottom: 50px;
}

div.about-app-section .content-holder .title-section h1:after {
  left: 0;
  margin-left: 0;
}

div.about-app-section .content-holder .posts-box {
  margin-bottom: 10px;
}

div.about-app-section .content-holder .posts-box .about-post {
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
}

div.about-app-section .content-holder .posts-box .about-post i {
  float: left;
  font-size: 30px;
  color: #008ef6;
  display: inline-block;
  margin-right: 25px;
}

div.about-app-section .content-holder .posts-box .about-post h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

div.about-app-section .content-holder .posts-box .about-post p {
  margin: 0;
}

div.about-app-section.second-style {
  background: #fff;
}

div.about-app-section.second-style .content-holder .posts-box .about-post {
  padding: 70px 40px;
}

div.about-app-section.second-style .content-holder .posts-box .about-post i {
  font-size: 20px;
  margin-right: 13px;
  color: #008ef6;
}

div.about-app-section.second-style .content-holder .posts-box .about-post h2 {
  margin-top: 30px;
  font-size: 3rem;
  line-height: 3.2rem;
  color: #008ef6;
}

div.about-app-section.second-style .content-holder .posts-box .about-post p {
  padding-top: 3%;
  font-size: 2rem;
  line-height: 2.7rem;
}

div.about-app-section.second-style .image-holder {
  padding-top: 40px;
  margin-left: -1px;
  margin-right: -130px;
}

div.about-app-section.second-style .image-holder img {
  max-width: 100%;
  height: auto;
}

div.about-app-section2 {
  padding: 80px 0 80px;
  background: url(../images/ban4.webp) right center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

div.about-app-section2 .image-holder {
  margin-bottom: -180px;
  margin-left: -15px;
  margin-right: -20px;
}

div.about-app-section2 .image-holder img {
  display: inline-block;
  width: 100%;
  height: auto;
}

div.about-app-section2 .content-holder {
  padding: 40px 0;
}

div.about-app-section2 .content-holder .title-section {
  text-align: left;
  margin-bottom: 35px;
}

div.about-app-section2 .content-holder .title-section h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}

div.about-app-section2 .content-holder .title-section h1:after {
  display: none;
}

div.about-app-section2 .content-holder .posts-box {
  margin-bottom: 40px;
}

div.about-app-section2 .content-holder .posts-box .about-post {
  overflow: hidden;
  margin-bottom: 30px;
}

div.about-app-section2 .content-holder .posts-box .about-post h2 {
  color: #333;
  font-size: 24px;
  font-family: Mulish, sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 20px;
  margin-bottom: 16px;
  color: #fff;
}

div.about-app-section2 .content-holder .posts-box .about-post p {
  color: #fff;
  margin-bottom: 0;
}

div.about-app-section2 .content-holder .posts-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 18px;
  font-family: Mulish, sans-serif;
  font-weight: 600;
}

div.about-app-section2 .content-holder .posts-box a i {
  float: right;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 3px;
}

div.about-app-section2 .content-holder .posts-box a:hover {
  color: #008ef6;
}

div.about-app-section2.second-style {
  background: url(../images/ban4.webp) center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

div.about-app-section2.second-style .image-holder {
  margin-right: -60px;
  margin-left: -50px;
  position: relative;
  z-index: 2;
}

div.about-app-section2.second-style:after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 160px;
  background: #fff;
  -ms-transform: matrix(1, -0.05, 0, 1, 0, 0);
  -webkit-transform: matrix(1, -0.05, 0, 1, 0, 0);
  transform: matrix(1, -0.05, 0, 1, 0, 0);
}

section#teste-section {
  padding: 70px 0 20px;
  color: #fff;
  background-color: #008ef6;
}

section#teste-section h1 {
  color: #fff;
}

section#teste-section p {
  color: #fff;
}

section#teste-section a {
  margin-top: 2%;
  background: #ffbe00;
  color: #fff;
}

section#screenshots-section {
  padding: 50px 0 140px;
  background-color: #fff;
}

section#screenshots-section div.screenshots-app-box {
  margin-left: -15px;
  margin-right: -15px;
}

section#screenshots-section div.screenshots-app-box .item {
  padding: 0 15px 15px;
}

section#screenshots-section div.screenshots-app-box .item img {
  width: 100%;
  height: auto;
  border: 1px solid #ededf9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.cards {
  margin: 5px;
  padding: 3%;
  background-color: #eee;
  border-radius: 10px;
}

.cards a i {
  margin-top: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #008ef6;
  border-radius: 30px;
  text-align: center;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

section#video-section {
  background: url(../images/ban2.jpg) center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  margin-bottom: 50px;
}

section#video-section .video-app-box {
  max-width: 770px;
  margin: 0 auto;
}

section#video-section .video-app-box iframe {
  width: 100%;
  height: 420px;
  border: none;
}

section#video-section.white-background {
  background: #fff;
  padding: 0;
}

section#video-section.white-background .video-app-box {
  margin-bottom: -115px;
  position: relative;
  z-index: 2;
}

section#video-section.white-background2 {
  background: #fff;
  padding: 100px 0;
  position: relative;
}

section#video-section.white-background2 .video-app-box {
  position: relative;
  z-index: 2;
}

section#pricing-section {
  padding: 100px 0;
  background: #f7f7f7;
}

section#pricing-section .title-section {
  margin-bottom: 5%;
}

section#pricing-section .pricing-box ul.pricing-table {
  margin: 0;
  padding: 0;
  padding: 50px 40px;
  margin-bottom: 30px;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section#pricing-section .pricing-box ul.pricing-table li {
  list-style: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: relative;
  margin-bottom: 10px;
}

section#pricing-section .pricing-box ul.pricing-table li p {
  margin: 0;
  color: #333;
}

section#pricing-section .pricing-box ul.pricing-table li h2 {
  color: #333;
  font-size: 24px;
  font-family: Mulish, sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  margin: 0;
  color: #008ef6;
}

section#pricing-section .pricing-box ul.pricing-table li:last-child {
  padding-bottom: 27px;
  padding-top: 40px;
}

section#pricing-section .pricing-box ul.pricing-table li.title {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}

section#pricing-section .pricing-box ul.pricing-table li.title p {
  color: #999;
}

section#pricing-section .pricing-box ul.pricing-table li.title p span {
  font-size: 5rem;
  color: #333;
  display: block;
  line-height: 60px;
  font-weight: 400;
  font-family: Mulish, sans-serif;
  font-style: normal;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
}

section#pricing-section .pricing-box ul.pricing-table:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

section#pricing-section .pricing-box ul.pricing-table:hover li:first-child h2 {
  color: #008ef6;
}

section#pricing-section .pricing-box ul.pricing-table:hover li.title p span {
  color: #008ef6;
}

section#pricing-section .pricing-box ul.pricing-table.business h2 {
  padding-top: 20px;
}

section#pricing-section .pricing-box ul.pricing-table.business {
  position: relative;
  padding-top: 75px;
  padding-bottom: 60px;
  margin-top: -36px;
  background-color: #008ef6;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}

section#pricing-section .pricing-box ul.pricing-table.business a.button-one {
  border: 1px solid #ffbe00;
  background: #ffbe00;
  color: #fff;
}

section#pricing-section .pricing-box ul.pricing-table.business li.best-offer {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  padding: 0;
  text-align: center;
}

section#pricing-section .pricing-box ul.pricing-table.business li.best-offer p {
  display: inline-block;
  padding: 10px 22px 5px;
  background: #ffbe00;
  color: #fff !important;
  font-size: 16px;
  font-family: Mulish, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

section#pricing-section .pricing-box ul.pricing-table.business li h2,
section#pricing-section .pricing-box ul.pricing-table.business li p,
section#pricing-section .pricing-box ul.pricing-table.business li span {
  color: #fff !important;
}

section#pricing-section.image-background {
  padding: 5% 0 10%;
  background-color: #253850;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}

section#pricing-section.image-background .pricing-box {
  margin: 0 auto -80px;
  padding-top: 3%;
  display: flex;
}

section#pricing-section.image-background .pricing-box ul.pricing-table {
  width: 50%;
  padding: 5% 5%;
  text-align: left;
}

section#pricing-section.image-background .pricing-box ul.pricing-table h2 {
  color: #333;
}

section#pricing-section.image-background
  .pricing-box
  ul.pricing-table
  li.title
  p {
  font-size: 24px;
  font-weight: 400;
  color: #333;
}

section#pricing-section.image-background
  .pricing-box
  ul.pricing-table
  li.title
  p
  span {
  display: inline-block;
}

section#pricing-section.image-background
  .pricing-box
  ul.pricing-table
  li:last-child {
  padding-bottom: 0;
  padding-top: 20px;
}

section#pricing-section.image-background
  .pricing-box
  ul.pricing-table.business {
  margin-left: -4px;
  margin-top: -30px;
  margin-bottom: -1px;
}

section#pricing-section.image-background
  .pricing-box
  ul.pricing-table.business
  li:last-child {
  padding-bottom: 0;
  padding-top: 20px;
}

section#pricing-section.image-background:after {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 170px;
  -ms-transform: matrix(1, -0.05, 0, 1, 0, 0);
  -webkit-transform: matrix(1, -0.05, 0, 1, 0, 0);
  transform: matrix(1, -0.05, 0, 1, 0, 0);
}

section#pricing-section.image-background2 {
  padding: 100px 0;
  background: url(../images/ban4.jpg) center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  z-index: 2;
}

section#pricing-section.image-background2 .title-section {
  margin-bottom: 30px;
}

section#pricing-section.image-background2 .pricing-box {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
}

section#pricing-section.image-background2 .pricing-box ul.pricing-table {
  width: 50%;
  padding: 50px 70px;
  text-align: left;
  box-shadow: -10px 15px 25px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -10px 15px 25px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: -10px 15px 25px rgba(0, 0, 0, 0.06);
  -o-box-shadow: -10px 15px 25px rgba(0, 0, 0, 0.06);
}

section#pricing-section.image-background2 .pricing-box ul.pricing-table h2 {
  color: #008ef6 !important;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

section#pricing-section.image-background2
  .pricing-box
  ul.pricing-table
  li.title {
  text-align: center;
}

section#pricing-section.image-background2
  .pricing-box
  ul.pricing-table
  li.title
  p {
  font-size: 24px;
  font-weight: 400;
  color: #333 !important;
}

section#pricing-section.image-background2
  .pricing-box
  ul.pricing-table
  li.title
  p
  span {
  display: inline-block;
  color: #333 !important;
}

section#pricing-section.image-background2
  .pricing-box
  ul.pricing-table
  li:last-child {
  padding-bottom: 0;
  padding-top: 50px;
}

section#pricing-section.image-background2
  .pricing-box
  ul.pricing-table
  li:last-child
  a {
  width: 100%;
  text-align: center;
}

section#pricing-section.image-background2
  .pricing-box
  ul.pricing-table.business {
  margin-top: 0;
  margin-left: -6px;
  background: #fff;
}

section#pricing-section.image-background2
  .pricing-box
  ul.pricing-table.business
  h2 {
  color: #008ef6 !important;
}

section#pricing-section.image-background2
  .pricing-box
  ul.pricing-table.business
  li.title
  p {
  color: #333 !important;
}

section#pricing-section.image-background2
  .pricing-box
  ul.pricing-table.business
  li.title
  p
  span {
  color: #333 !important;
}

section#pricing-section.image-background2
  .pricing-box
  ul.pricing-table.business
  li
  p {
  color: #333 !important;
}

section#pricing-section.image-background2
  .pricing-box
  ul.pricing-table.business
  li:last-child {
  padding-top: 20px;
}

section#pricing-section.image-background2
  .pricing-box
  ul.pricing-table.business
  li.best-offer {
  position: absolute;
  top: 155px;
  right: 0;
  padding: 0;
  text-align: right;
  display: inline-block;
  z-index: 0;
}

section#pricing-section.image-background2
  .pricing-box
  ul.pricing-table.business
  li.best-offer
  p {
  display: inline-block;
  padding: 0 8px 0 15px;
  background: #008ef6;
  color: #fff !important;
  font-size: 11px;
  font-family: Mulish, sans-serif;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
}

section#pricing-section.image-background2
  .pricing-box
  ul.pricing-table.business
  li.best-offer
  p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 10px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

ul.nav-tabs {
  border-bottom: none;
  text-align: center;
  margin-bottom: 40px;
}

ul.nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0 -4px;
  position: relative;
}

ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
  padding: 10px 30px;
  font-size: 15px;
  font-family: Mulish, sans-serif;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

ul.nav-tabs li a:hover {
  background: 0 0;
}

ul.nav-tabs li span {
  position: absolute;
  right: -166px;
  top: -4px;
  color: #fff;
  font-size: 14px;
  font-family: Mulish, sans-serif;
  font-weight: 400;
  font-style: italic;
}

ul.nav-tabs li span:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 100%;
  width: 27px;
  height: 18px;
  background: url(../images/arrow.webp) center center no-repeat;
}

ul.nav-tabs li:first-child a {
  -webkit-border-top-left-radius: 22px;
  -moz-border-top-left-radius: 22px;
  -o-border-top-left-radius: 22px;
  border-top-left-radius: 22px;
  -webkit-border-bottom-left-radius: 22px;
  -moz-border-bottom-left-radius: 22px;
  -o-border-bottom-left-radius: 22px;
  border-bottom-left-radius: 22px;
}

ul.nav-tabs li:last-child a {
  -webkit-border-top-right-radius: 22px;
  -moz-border-top-right-radius: 22px;
  -o-border-top-right-radius: 22px;
  border-top-right-radius: 22px;
  -webkit-border-bottom-right-radius: 22px;
  -moz-border-bottom-right-radius: 22px;
  -o-border-bottom-right-radius: 22px;
  border-bottom-right-radius: 22px;
}

ul.nav-tabs li.active a {
  background: #fff;
  border-color: #fff;
  color: #008ef6 !important;
}

section.app-available-section {
  padding: 100px 0;
  background: url(../images/back.jpg) center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.app-available-section .title-section {
  margin-bottom: 40px;
}

section.app-available-section .title-section h1:after {
  background: #fff !important;
}

section.app-available-section .app-available-box {
  text-align: center;
}

section.app-available-section .app-available-box ul.app-available-list {
  margin: 0;
  padding: 0;
}

section.app-available-section .app-available-box ul.app-available-list li {
  display: inline-block;
}

section.app-available-section .app-available-box ul.app-available-list li a {
  display: block;
  width: 300px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px dashed transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

section.app-available-section
  .app-available-box
  ul.app-available-list
  li
  a
  img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

section.app-available-section
  .app-available-box
  ul.app-available-list
  li
  a:hover {
  border-color: #fff;
}

section.app-available-section.second-style {
  background: #fff;
  padding-bottom: 0;
}

section.app-available-section.second-style .app-available-box {
  padding-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
}

section.app-available-section.second-style
  .app-available-box
  ul.app-available-list {
  display: flex;
  justify-content: center;
}

section.app-available-section.second-style
  .app-available-box
  ul.app-available-list
  li {
  margin: 0 15px;
  display: inline-block;
}

section.app-available-section.second-style
  .app-available-box
  ul.app-available-list
  li
  a {
  border: 1px dashed #fff;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.app-available-section.second-style
  .app-available-box
  ul.app-available-list
  li
  a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

section.testimonial-section {
  padding: 10px 0 120px;
  margin-top: 60px;
  background: #0070c4;
  position: relative;
}

section.testimonial-section h1 {
  color: #fff;
}

section.testimonial-section .title-section p {
  color: #fff;
}

section.testimonial-section .container {
  position: relative;
  z-index: 2;
}

section.testimonial-section .testimonial-box {
  margin-left: -15px;
  margin-right: -15px;
}

section.testimonial-section .testimonial-box .testimonial-post {
  text-align: center;
  padding: 0 30px 40px;
  background: #fff;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.05);
}

section.testimonial-section .testimonial-box .testimonial-post span.quote {
  margin-top: -35px;
  width: 70px;
  height: 70px;
  display: inline-block;
  background: #008ef6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
}

section.testimonial-section .testimonial-box .testimonial-post span.rating {
  display: block;
  font-size: 15px;
  color: #008ef6;
  margin-bottom: 15px;
}

section.testimonial-section .testimonial-box .testimonial-post h2 {
  font-size: 18px;
}

section.testimonial-section .testimonial-box .testimonial-post span.name-quote {
  color: #008ef6;
  font-size: 18px;
  font-family: Mulish, sans-serif;
}

section.testimonial-section .item {
  padding: 35px 15px 15px;
}

section.testimonial-section:after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 170px;
  background: #0070c4;
  -ms-transform: matrix(1, -0.05, 0, 1, 0, 0);
  -webkit-transform: matrix(1, -0.05, 0, 1, 0, 0);
  transform: matrix(1, -0.05, 0, 1, 0, 0);
}

section.testimonial-section.second-style {
  padding: 0;
  background: 0 0;
}

section.testimonial-section.second-style .testimonial-post {
  border: 1px solid #ededf9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

section.testimonial-section.second-style:after {
  display: none;
}

section.testimonial-section.background-image {
  padding-top: 200px;
  padding-bottom: 0;
  background: url(../images/ban6.jpg) center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin-bottom: 100px;
}

section.testimonial-section.background-image .testimonial-box {
  margin-bottom: -100px;
}

section.testimonial-section.background-image:after {
  display: none;
}

section.blog-page-section {
  padding: 100px 0;
  position: relative;
}

section.blog-page-section .center-area {
  text-align: center;
  padding-top: 10px;
}

section.blog-page-section .center-area a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #008ef6;
  font-size: 18px;
  font-family: Mulish, sans-serif;
  font-weight: 600;
}

section.blog-page-section .center-area a i {
  float: right;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 3px;
}

section.blog-page-section .center-area a:hover {
  color: #008ef6;
}

section.blog-page-section {
  padding: 55px 0 0;
}

section.blog-page-section .center-area {
  padding-bottom: 90px;
  border-bottom: 1px solid #ebebeb;
}

footer {
  text-align: center;
  padding-top: 100px;
  background: url(../images/pattern.webp);
}

footer .title-section {
  margin-bottom: 40px;
}

footer .title-section h1 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}

footer form {
  margin: 0;
}

footer form input[type="text"] {
  width: 400px;
  max-width: 100%;
  padding: 13px 20px;
  background: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 0 30px;
  color: #888;
  font-size: 18px;
  font-family: Mulish, sans-serif;
  font-weight: 400;
  outline: 0;
  -webkit-border-top-left-radius: 28px;
  -moz-border-top-left-radius: 28px;
  -o-border-top-left-radius: 28px;
  border-top-left-radius: 28px;
  -webkit-border-bottom-left-radius: 28px;
  -moz-border-bottom-left-radius: 28px;
  -o-border-bottom-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

footer form input[type="submit"] {
  background: #008ef6;
  width: 230px;
  color: #fff;
  font-size: 18px;
  font-family: Mulish, sans-serif;
  font-weight: 600;
  border: 1px solid #008ef6;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 28px;
  -moz-border-top-right-radius: 28px;
  -o-border-top-right-radius: 28px;
  border-top-right-radius: 28px;
  -webkit-border-bottom-right-radius: 28px;
  -moz-border-bottom-right-radius: 28px;
  -o-border-bottom-right-radius: 28px;
  border-bottom-right-radius: 28px;
  padding: 12px 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0 0 30px;
  margin-left: -4px;
}

footer form input[type="submit"]:hover {
  opacity: 0.7;
}

footer form p {
  color: #999;
  font-size: 14px;
}

footer ul.social-icons {
  margin: 0;
  padding: 0;
  margin-bottom: 70px;
}

footer ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
}

footer ul.social-icons li a {
  padding-top: 10px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  font-size: 24px;
}

footer ul.social-icons li a:hover {
  color: #008ef6;
}

footer p.copyright {
  padding: 20px 15px;
  color: #fff;
  margin-bottom: 0;
  border-top: 1px solid #444;
}

footer.white-style {
  background: #253850;
}
footer.white-style .logo {
  width: 300px;
}
footer.white-style form {
  margin: 0;
}

footer.white-style form input[type="text"] {
  border: 1px solid #ebebeb;
  background: #f5f6fa;
}

footer.white-style form input[type="submit"] {
  padding: 13px 10px;
  border: 1px solid transparent;
}

footer.white-style ul.social-icons li a {
  color: #fff;
}

footer.white-style ul.social-icons li a:hover {
  color: #008ef6;
}

footer.white-style p.copyright {
  padding: 0 0 45px;
  border-top: 1px solid transparent;
}

@media (max-width: 1600px) {
  section#features-section4 {
    padding: 100px 15px 70px;
  }
  section#features-section4 .about-box .about-post {
    padding: 35px 25px;
  }
  section#features-section4 .about-box .about-post h2 {
    font-size: 19px;
  }
  section#features-section4 .about-box .about-post p {
    font-size: 16px;
  }
  section.client-list-section {
    margin-top: -90px;
    padding-bottom: 40px;
  }
  section.client-list-section p {
    display: none;
  }
}

@media (max-width: 1400px) {
  section#home-section div.top-block2 .top-block-image img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 1199px) {
  section#features-section .about-box .posts-box {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  section#features-section3 .image-holder {
    margin-left: -1px;
    margin-right: -30px;
  }
  section#home-section div.top-block2 a.button-one {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  section#features-section4 {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .navbar-nav > li > a {
    font-size: 16px;
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .navbar-default {
    padding: 0;
  }
  .navbar-default a.button-two {
    margin-left: 15px;
    padding: 10px 15px;
    font-size: 16px;
  }
  section#home-section div.top-block2 .clients-box {
    padding-top: 40px;
  }
  section#home-section div.top-block2 .top-block-image {
    margin-top: -40px;
  }
  section#home-section div.top-block2 a.button-one {
    margin-right: 20px;
  }
  section#features-section .about-box .posts-box {
    padding: 0 !important;
    margin: 0;
  }
  section#features-section .about-box .posts-box .about-post {
    overflow: hidden;
    max-width: 260px;
    margin: 0 auto 40px;
  }
  section#features-section {
    padding-bottom: 60px;
  }
  section#features-section .about-box .image-holder {
    margin: 0 0 30px;
  }
  section#features-section .about-box .image-holder img {
    margin: 0;
  }
  section#features-section3 .image-holder {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
  section#features-section3 {
    border-top: 1px solid #f1f1f1;
  }
  section#pricing-section .pricing-box ul.pricing-table.business {
    margin-top: 0;
  }
  section#home-section .top-block h1 {
    font-size: 50px;
  }
  div.about-app-section2.second-style .image-holder {
    margin: 0 0 -80px;
  }
  section#video-section.white-background2 {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  #desktop {
    display: none !important;
  }
  #mobile {
    display: block !important;
  }

  img {
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
  }

  div.about-app-section2 .content-holder {
    padding: 100px 0 20px;
    margin: 0 50px;
  }
  div.about-app-section {
    padding: 0;
  }
  div.about-app-section.second-style .content-holder .posts-box .about-post {
    padding: 0 50px;
  }
  div.about-app-section.second-style .content-holder .posts-box .about-post h2 {
    padding-top: 0;
  }
  ul.nav-tabs li:nth-child(2) a {
    -webkit-border-top-right-radius: 22px;
    -moz-border-top-right-radius: 22px;
    -o-border-top-right-radius: 22px;
    border-top-right-radius: 22px;
    -webkit-border-bottom-right-radius: 22px;
    -moz-border-bottom-right-radius: 22px;
    -o-border-bottom-right-radius: 22px;
    border-bottom-right-radius: 22px;
  }
  ul.nav-tabs li:nth-child(3) a {
    -webkit-border-top-left-radius: 22px;
    -moz-border-top-left-radius: 22px;
    -o-border-top-left-radius: 22px;
    border-top-left-radius: 22px;
    -webkit-border-bottom-left-radius: 22px;
    -moz-border-bottom-left-radius: 22px;
    -o-border-bottom-left-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  section#pricing-section.image-background
    .pricing-box
    ul.pricing-table.business {
    margin-bottom: 5px;
  }
  section.testimonial-section {
    padding: 10px 0 50px;
  }
  section#screenshots-section {
    padding: 80px 0 80px;
  }
  div.about-app-section .content-holder .title-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  div.about-app-section.second-style {
    padding: 30px 0 80px;
  }
  div.about-app-section2.second-style:after {
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 50px;
  }
  section#home-section .top-block {
    text-align: center;
    padding: 270px 0 0;
    height: 800px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
  }
  section#pricing-section.image-background {
    padding: 22% 0;
  }
  section#pricing-section .title-section {
    margin-bottom: 50px;
  }
  .navbar-brand {
    padding: 16px 15px 17px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px !important;
  }
  header.white-header .navbar-nav > li > a {
    color: #000 !important;
  }
  header .navbar-nav > li > a:before {
    display: none;
  }
  header a.button-two {
    display: none;
  }
  .navbar-toggle {
    margin-top: 12px;
  }
  .navbar-collapse {
    max-height: 600px;
    overflow-y: scroll;
    background: #172331d8;
  }
  ul.dropdown {
    position: relative;
    top: initial;
    width: 100%;
    margin-top: 0;
    left: initial;
    background: 0 0;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    opacity: 1;
    visibility: visible;
  }
  ul.dropdown li {
    border-top: none;
    color: #000 !important;
  }
  ul.dropdown li a {
    padding: 5px 15px;
    color: #fff;
  }
  ul.dropdown li a i {
    margin-right: 5px;
  }
  ul.dropdown li a:hover {
    color: #000 !important;
    opacity: 0.7;
  }
  .title-section h1 {
    font-size: 3rem;
    font-weight: 400;
  }
  header.white-header ul.dropdown li a {
    color: #000 !important;
  }
  header.white-header .navbar-collapse {
    background: #172331;
  }
  section#video-section .video-app-box iframe {
    height: 370px;
  }
  #home-section .button-one,
  #home-section .button-two {
    margin-top: 30px;
  }
  section#home-section div.top-block2 {
    padding-top: 100px;
  }
  section#home-section div.top-block2 a.button-one {
    display: inline-block;
  }
  div.about-app-section .content-holder .posts-box .about-post {
    max-width: 400px;
  }
  section#home-section .top-block:after {
    display: none;
  }
  section#home-section .top-block h1 {
    font-size: 40px;
  }
  section#home-section .top-block h2 {
    line-height: 32px;
  }
  section#features-section2 ul.client-list li {
    width: 33.3333%;
    margin-bottom: 30px;
  }
  div.about-app-section.second-style .image-holder {
    margin: 0;
  }
  section.app-available-section.second-style
    .app-available-box
    ul.app-available-list {
    display: block;
  }
  section.app-available-section.second-style
    .app-available-box
    ul.app-available-list
    li {
    margin-bottom: 30px;
  }
  ul.nav-tabs li span {
    display: none;
  }
  footer ul.social-icons li a {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  section#home-section div.top-block2 .top-block-image {
    margin-top: 0;
  }
  section#video-section .video-app-box iframe {
    height: 320px;
  }
  section#features-section2 ul.client-list li {
    width: 50%;
    margin-bottom: 30px;
  }
  section#pricing-section.image-background .pricing-box,
  section#pricing-section.image-background2 .pricing-box {
    display: block;
  }
  section#pricing-section.image-background .pricing-box ul.pricing-table,
  section#pricing-section.image-background2 .pricing-box ul.pricing-table {
    width: 100%;
    margin-bottom: 20px;
  }
  section#pricing-section.image-background
    .pricing-box
    ul.pricing-table.business,
  section#pricing-section.image-background2
    .pricing-box
    ul.pricing-table.business {
    margin: 0;
    margin-bottom: 20px;
  }
  footer form input[type="text"] {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px;
    width: 100%;
  }
  footer form input[type="submit"] {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px;
  }
  h1 {
    font-size: 36px;
  }
}

@media (max-width: 500px) {
  section#video-section .video-app-box iframe {
    height: 260px;
  }
  section#home-section .top-block h1 {
    font-size: 32px;
  }
}

@media (max-width: 430px) {
  section#home-section div.top-block2 a.button-one {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  display: inherit !important;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: black;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: black;
  cursor: pointer;
}

.pricing-slider {
  padding-top: 4%;
}

.pricing-slider-value {
  text-align: center;
  font-size: 1.7em;
  font-weight: bolder;
  padding-top: 5%;
  padding-bottom: 3%;
}

.pricing-list {
  color: black;
  text-align: center;
  list-style-type: none;
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 1.1em;
  font-weight: 500;
}

.pricing-value-layout {
  text-align: center;
  font-size: 2em;
  font-weight: bolder;
}

.pricing-item-price-after {
  font-size: 0.5em;
}

.pricing-frequency-selector {
  text-align: center;
  font-size: 2em;
  color: black;
  font-weight: 500;
}

.card-plan-price {
  font-weight: 600;
  font-size: 1.2em;
  max-height: 130px;
  min-height: 130px;
}

.pricing-sm-de {
  color: black;
}

.princing-final-value {
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 0;
}
.fullscreen-bg__video {
  position: absolute;
  top: 0;

  height: 100%;
  background-position: center top;
}
.iti--allow-dropdown {
  width: 100%;
}
