/*--
    Common Css
--*/
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeueMed.ttf");
}
@font-face {
  font-family: PTSans;
  src: url("../fonts/PT_Sans-Web-Regular.ttf");
}
body {
  font-weight: 300;
  color: #3b4045;
  font: 14px/25px HelveticaNeue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;

  max-width: 100%;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0px;
}
h1 {
  font-size: 44px;
  line-height: 56px;
  color: #fff;
}
h2 {
  font-size: 30px;
  line-height: 35px;
}
h3 {
  font-size: 23px;
  line-height: 25px;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
p {
  font-size: 16px;
  line-height: 25px;
  margin: 0px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/*
a {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
*/

a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none;
}

@media (min-width: 991px) {
  .mr-20 {
    margin-right: 20px;
  }
  .ml-20 {
    margin-left: 20px;
  }
}


.section {
  padding: 100px 0;
}
/*--
    custom heading
--*/

.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 30px;
}
.heading h2 {
  color: #3c3c3c;
  padding-bottom: 30px;
  text-transform: capitalize;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
}
.heading p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.sub-heading {
  margin-bottom: 30px;
}

.sub-heading h3 {
  font-size: 30px;
  line-height: 40px;
}

.sub-heading h3 small {
  font-weight: 300;
}

.sub-heading h4 {
  font-size: 25px;
  margin-bottom: 15px;
}

.sub-heading > p {
  font-size: 14px;
  color: #777;
}

.btn {
  border-radius: 0;
}

.btn-home {
  width: 202px;
  height: 40px;
  border-radius: 8px;
  background-color: #ffffff;
}

a.btn-home span{
  font-family: HelveticaNeue, sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

a.btn-home:not(.app-downloader) span {
  background-image: linear-gradient(277deg, #68b5f3, #6f65fa);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.api-page-btn {
  width: 150px;
  height: 40px;
  border-radius: 8px;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #EEF, #FFF);
  box-shadow: 1px 3px 20px rgba(0, 0, 0, .05);
}

a.api-page-btn:active {
  background-color: #ffffff;
}

a.api-page-btn span{
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 500 !important;
  line-height: 26px;
  color: #6d5dfc;
}

a.api-page-btn.reverse-btn {
  margin-left: 10px;
  transition: none;
  background-image: linear-gradient(to bottom, #5d4dfc, #5245ff);
}

a.api-page-btn.reverse-btn:active {
  background-color: #5245ff;
}

a.api-page-btn.reverse-btn span{
  color: #ffffff;
}
a.example-link {
  margin-left: 10px;
  width: 90px;
}

a.example-link button{
  letter-spacing: 0.4px;
}

a.btn-mathpix:hover {
  text-decoration: none;
}

a.btn-mathpix {
  width: 156px;
  height: 40px;
  margin-left: 10px;
  display: inline-block;
}

a.btn-mathpix img{
  width: 156px;
  height: 40px;
}

a.btn-sm-mathpix {
  margin-left: 10px;
  width: 120px !important;
}

a.btn-sm-mathpix.first-left{
  margin-left: 0 !important;
  padding-left: 0;
}

a.btn-sm-mathpix img{
  width: 120px !important;
}

/*a.btn-sm-mathpix.android-app-download {
  width: 134px !important;
}
a.btn-sm-mathpix.android-app-download img{
  width: 134px !important;
}*/
/*.btn-home:hover,*/
/*.btn-home:focus {*/
  /*background-color: #fff;*/
  /*color: #555;*/
/*}*/

.download-btn-container {
  margin-top: 26px
}
.app-downloader{
  width: 151px;
  border-radius: 8.6px;
  background-color: #ffffff;
  padding: 0 !important;
  text-align: center;
  height: 44px;
  margin-right: 13.4px;
  box-shadow: 1px 3px 20px rgba(0, 0, 0, .2);
}
.app-downloader>img{
  object-fit: contain;
}
.app-downloader span{
  padding: 0 !important;
  margin: 0 auto;
  font-family: HelveticaNeue, sans-serif;
  font-size: 15.1px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: normal;
  text-align: center;
  color: #6f66fa;
}

.mac-download img{
  margin-left: -18px;
  margin-top: 9px;
}

.mac-download span{
  margin-left: 6px;
}
.windows-download {
  position: relative;
}
.windows-download img{
  margin-left: -12px;
  margin-top: 10px;
}

.windows-download span{
  margin-left: 4px;
}
.windows-download .small-top{
  margin-left: 0;
  top: -5px;
  font-size: 7px;
  position: absolute;
  right: 9px;
}
.btn-border {
  border: 1px solid #fff;
  padding: 13px 40px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-shadow: none;
}


/* Sweep To Right */
.hover-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-right:hover,
.hover-right:focus,
.hover-right:active {
  color: white;
}
.hover-right:hover:before,
.hover-right:focus:before,
.hover-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/*Preloader*/

#preloader {
  background-color: #fff;
  bottom: auto;
  height: 100%;
  left: auto;
  position: fixed;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 9999;
}
.container {
  padding: 0;
}

.book {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  border: 5px solid #ecf0f1;
  width: 100px;
  height: 60px;
}

.book__page {
  position: absolute;
  left: 50%;
  top: -5px;
  margin: 0 auto;
  border-top: 5px solid #ecf0f1;
  border-bottom: 5px solid #ecf0f1;
  border-right: 5px solid #ecf0f1;
  background: #68b5f3;
  width: 50px;
  height: 60px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flip 1.2s infinite linear;
  animation: flip 1.2s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.book__page:nth-child(1) {
  z-index: -1;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.book__page:nth-child(2) {
  z-index: -2;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.book__page:nth-child(3) {
  z-index: -3;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: #68b5f3;
  }
  29.9% {
    background: #68b5f3;
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #68b5f3;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #68b5f3;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #68b5f3;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: #68b5f3;
  }
  29.9% {
    background: #68b5f3;
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #68b5f3;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #68b5f3;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #68b5f3;
  }
}



/*--
    #hero-area start
--*/

.hero-area-left {
  margin-top: 67px;
  min-width: 455px;
}


#hero-area {
  width: 100%;
  min-height: 720px;
/*
  background-image: linear-gradient(to bottom right,#7a44ee,#1da1f2 80%);
*/
  background-image: linear-gradient(to bottom right,#7a44ee,#1da1f2 80%);
  padding: 137px 0 0 0;
  overflow: hidden;
}

#hero-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
#hero-area .block {
  padding-top: 53px;
}
#hero-area .hero-title img {
  margin-top: 7px;
}
#hero-area .block h1 {
  font-family: PTSans;
  font-size: 60px;
  font-weight: bold;
  line-height: 0.93;
  text-align: left;
  color: #ffffff;
  margin-right: 20px;
}
#hero-area .block h1 span {
  /* font-family: Monaco; */
  font-size: 50px;
  font-weight: normal;
  line-height: 1.1;
}
#hero-area .block h1 span:first-child{
  letter-spacing: -1.7px;
}
#hero-area .block > p {
  max-width: 480px;
  font-family: PTSans;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-top: 19px;
}
/* #hero-area  */
.animated .logo-2 {
  display: block!important;
}
.logo-2 {
  display: none!important;
}
.animated .logo-1 {
  display: none!important;
}

.navbar-default {
  color: #f7f8fa;
  border: 0;
  background: transparent !important;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  padding: 0 !important;
}

.navbar-default .container {
  padding: 0;
}

#use-case .row{
  margin: 0 !important;
}

.navbar-default.animated {
  background-color: #30323b !important;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
}
.navbar-default .navbar-brand {
  padding: 0;
  margin: 18px 0 0 0;
}
.navbar-default .navbar-brand p{
  width: 200px;
  height: 31px;
  margin: 0;
  padding: 0;
  font-family: PTSans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  /* line-height: 1.94; */
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: -6px;
}

.navbar-default.animated .navbar-brand p{
  display: none
}
.navbar-default.animated .navbar-brand {
  margin-top: 15px;
  margin-bottom: 15px;
}


.navbar-default .navbar-brand img {
  width: 130px;
  height: 40px;
}

.navbar-default .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(247, 248, 250, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-default .navbar-toggler {
  border-color: rgba(247, 248, 250, 0.7);
}

.navbar-collapse.collapsing, .navbar-collapse.collapse.show {
  background-color: #30323b !important;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1)
}

.navbar-default .navbar-nav > li > a{
  opacity: 0.8;
  font-family: HelveticaNeue, sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f7f8fa !important;
  position: relative;
  padding: 10px 20px !important;
  border: none;
}

.navbar-default .navbar-nav > li > a:hover {
  opacity: 1;
  color: #f7f8fa;
}

.navbar-default .navbar-nav > li > a:hover:not(.nav-icon){
  border-bottom: 2px solid #f7f8fa;
}

.navbar-default .navbar-nav > li > a.active {
  opacity: 1;
  color: #f7f8fa;
  border-bottom: 2px solid #f7f8fa;
}
.navbar-default.animated .navbar-nav > li > a:hover {
  opacity: 1;
  color: #f7f8fa;
  border: none;
}

.navbar-default.animated .navbar-nav > li > a.active {
  opacity: 1;
  color: #f7f8fa;
  border: none;
}

.fa-twitter {
  color: white;
  font-size: 19px;
  padding-top: 0;
}

.fa-facebook {
  color: white;
  font-size: 19px;
  padding-top: 0;
}
.coming-soon-container {
  margin-top: 100px;
}
.iMac {
  width: 765px;
  height: 625px;
  object-fit: contain;
}
.img-wrap{
  right: 0;
  bottom: 0;
  /* padding-right: 7.5px; */
  margin: 0 auto;
}
.hero-area-right .img-wrap{
  max-height: 574px;
  height: auto;
  left: 0;
  top: 0;
  padding-right: 7.5px;
  margin: 0 auto;
}
.video-wrap{
  position: absolute;
  width: 246px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 57px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-container{
  background-color: #30323b;
  box-shadow: 0 2px 20px 0 rgba(48, 50, 59, 0.15);
  width: 100%;
  padding-top: 78px;
  padding-bottom: 88px;
}
.testimonial-container .team-section h1 {
  text-align: center;
  font-family: PTSans;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 37px;
}

.testimonial-container .team-section > .row {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.testimonial-container .team-section > .row > .col-md-4{
  padding-left: 10px;
  padding-right: 10px;
}
.testimonial-container .team-section > .row .col-auto {
  padding-right: 0 !important;
}
.testimonial-container .testimonial-box > .testimonial{
  border-radius: 10px;
  border: solid 1px rgba(247, 248, 250, 0.3);
  padding: 20px;
  width: 100%;
  height: 100%;
}

.testimonial-container .testimonial-box > .testimonial h2{
  font-family: PTSans, sans-serif;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1.3px;
  text-align: left;
  color: #f7f8fa;
  padding: 10px 0;
}

.testimonial-container .testimonial-box > .testimonial img{
  width: 60px;
  height: 60px;
  margin-left: 15px;
}
.testimonial-container .testimonial-box > .testimonial > p {
  font-family: PTSans, sans-serif;
  padding: 15px 10px 10px 10px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ebebeb;
}

#hero-area .navbar-default .navbar-nav {
  padding-top: 11px;
  padding-right: 60px;
}
#hero-area .navbar-default .navbar-nav li {
  padding: 0px 15px;
}
#hero-area .navbar-default .navbar-nav li a {
  color: #fff;
  padding: 10px 0px;
  font-family: PTSans, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
#hero-area .navbar-default .navbar-nav li a:hover {
  position: relative;
  color: #fff;
}
#hero-area .navbar-default .navbar-nav li a:hover:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
#hero-area .navbar-default .navbar-nav > .active > a,
#hero-area .navbar-default .navbar-nav > .active > a:hover,
#hero-area .navbar-default .navbar-nav > .active > a:focus {
  position: relative;
  background: none;
  color: #fff;
}
#hero-area .navbar-default .navbar-nav > .active > a:before,
#hero-area .navbar-default .navbar-nav > .active > a:hover:before,
#hero-area .navbar-default .navbar-nav > .active > a:focus:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

#hero-area .block .counter {
  background: rgba(255, 255, 255, 0.2);
  padding:18px;
}

#hero-area .block .counter h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 5px;
  padding-bottom: 19px;
  text-align: center;
}
#hero-area .block .counter ul li {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  display: inline-block;
  line-height: 25px;
  padding: 25px 28px 20px;
  text-align: center;
  width: 49%;
  margin-bottom: 3px;
}
#hero-area .block .counter ul li span {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
#hero-area .block .counter ul li .digit {
  display: inline-block;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  height: 60px;
}
/*--
    service start
--*/

#service {
  text-align: center;
  background: #f9f9f9;
}
#service .container {
  padding: 0 40px;
}

#service .container .brand-box {
  border-radius: 10px;
  /* border: solid 1px rgba(48, 50, 59, 0.3); */
  height: 60px;
  /* max-width: 147px; */
  padding: 5px;
  display: flex;
  align-items: center;
  margin: 15px;
}
#service .container .brand-box .icon-box{
  margin: 0 auto;
  padding: 0;
}
#service .container .brand-box img{
  /* max-width: 127px; */
  /* height: auto; */
  padding: 0;
}
#service .container .service-heading h2{
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  color: #30323b;
  margin-bottom: 15px;
  font-family: PTSans;
}
#service .container .service-heading p.sub-heading{
  font-family: PTSans;
  font-size: 18px;
  font-weight: 600;
  /* letter-spacing: 0.9px; */
  text-align: left;
  color: #3b4045;
  margin-bottom: 30px;
}

#use-case {
  background-color: #30323b;
  box-shadow: 0 2px 20px 0 rgba(48, 50, 59, 0.15);
}
#use-case .container{
  padding: 0 40px;
}
#use-case .use-case-right{
  position: relative;
  text-align: center;
}
#use-case .use-case-right img{
  padding-top: 60px;
}
#use-case .use-case-left{
  padding: 180px 0;
}

#use-case .use-case-heading h4 {
  background-image: linear-gradient(299deg, #68b5f3, #6f65fa);
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 15px;
}

#use-case .use-case-box {
  padding-bottom: 18px;
}
#use-case .use-case-box h1 {
  font-size: 40px;
  font-weight: 500;
  text-align: left;
  color: #f7f8fa;
  padding-bottom: 15px;
}
#use-case .use-case-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  text-align: left;
  color: #919294;
  padding: 0 !important;
}

#use-case .use-case-box p a{
  color: #f7f8fa;
}

/*
.service .icon-box img {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  max-height: 50px;
}*/

.features p {
  padding-left: 24px;
  padding-bottom: 15px;
  padding-top: 5px;
}

.circle {
  display:inline-block;
  line-height:0px;
  border-radius:50%;
  background-color:#297FCA;
  margin-right: 7px;
}

.circle span {
  display:inline-block;
  color: #fff;
  padding-top:50%;
  padding-bottom:50%;

  margin-left: 6px;
  margin-right:6px;
}

.api-plan {
  text-align: center;
  max-width: 800px;
  margin-bottom: 20px;
}
.api-plan p{
  margin: 0;
  padding: 0;
}
.api-plan h4{
  font-weight: bold;
}
.round-border{
  border-radius: 10px;
  border: solid 1px rgba(48, 50, 59, 0.3);
}

.hover-bg{
  background: transparent;
  /*background: rgba(0,0,0,0.08);*/
}
.hover-bg:hover{
  background: rgba(0,0,0,0.1);
  cursor: pointer;
}

a.white-text:hover{
  color: #CDCDCD;
}

img.create-account-btn {
  width: 10em;
  box-shadow: none;
}

.init-slider .owl-dot.active {
  opacity: 1;
}


/*--
    call-to-action start
--*/

#call-to-action {
  padding: 70px 0px;
  background: url(../images/call-to-action.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-top: 1px solid #eee;
  color: #fff;
}

#call-to-action .block h2 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
#call-to-action .block p {
  font-size: 15px;
  padding-right: 30px;
  color: #9F9F9F;
}
#call-to-action .block input {
  width: 40%;
  height: 40px;
  border-radius: 0;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
}

#contact .container{
  padding: 0 40px;
}
#contact .contact-heading h2 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  color: #30323b;
  margin-bottom: 30px;
}

.plan-container .hover-bg{
  padding: 25px 0;
}

.plan-container p{
  font-family: PTSans;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  /* color: #6c757d; */
  color: #3b4045;
  
}
.plan-container .price-plan {
  max-width: 400px;
  padding: 30px;
}

.price-plan h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  color: #30323b;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.explore-api-btn-container {
  width: 154px;
  height: 40px;
  border-radius: 8px;
  border: solid 1px rgba(48, 50, 59, 0.1);
  text-align: center;
  padding: 0 !important;
  margin-top: 28px;
  box-shadow: 1px 3px 20px rgba(0, 0, 0, .2);
}
.explore-api-btn-container span{
  line-height: 40px;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 0 24px 0;
  width: 100%;
}
.address {

}
.address p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 22px;
  color: #666;
}
#contact .form-group {
  /* background-color: #f4f4f4;
  margin: 0 auto;
  padding: 80px 100px 55px;
  width: 650px;
  box-shadow: 0 4px 40px  rgba(0, 0, 0, 0.2); */
}
.input-field .form-control {
  height: 38px;
  margin: 0 auto;
  border-radius: 0px;
  border: 1px solid #DEDEDE;
  box-shadow: none;
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
}
.btn-send {
  line-height: 48px;
  border: 2px solid #47b475;
  background: #47b475;
  color: #fff;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0;
  margin-top: 10px;
}

.input-field label {
  color: rgba(237, 28, 36, 0.7);
}
.form-group .input-field + .input-field {
  margin-top: 20px;
}
.input-field textarea.form-control {
  height: 160px;
  margin: 0 auto;
  box-shadow: none;
}
.form-group {
  margin-top: 20px;
}
.form-group .btn-submit {
  border: 0 none;
  border-radius: 0;
  color: #fff;
  padding:10px 20px;
  font-size: 15px;
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#8ec64e), color-stop(100%,#68b5f3));
}
#contact .block .btn span {
  padding-left: 23px;

}
#success,
#error {
  display: none;
}

footer {
  background-color: #30323b;
  box-shadow: 0 2px 20px 0 rgba(48, 50, 59, 0.15);
  border-top: 1px solid #f7f8fa;
}

footer p {
  font-family: PTSans, sans-serif;
  font-size: 16.5px;
  text-align: left;
  color: #ffffff;
}
footer > .container {
  padding: 0 20px;
}
footer p a {
  color: #fff;
}
footer p a:hover {
  color: #fff;
}

footer .footer-right {
  font-size: 14px;
}

.navbar-default.gradiation:not(.animated) {
  background-image: linear-gradient(300deg, #68b5f3 40%, #6f65fa) !important;
}

.terms-privacy .features {
  color: #297FCA;
  margin: 6em 4em;
}
.terms-privacy h2 {
  color: #444;
  font-weight: 300;
  line-height: 2;
  margin: 30px 0 10px 0;
  font-size: 32px;
}
.terms-privacy h3 {
  color: #444;
  font-weight: 300;
  line-height: 2;
  margin: 30px 0 10px 0;
  font-size: 28px;
}

.terms-privacy .features p {
  padding-left: 1.5em;
  font-size: 16px;
  line-height: 25px;
}
.hero-right-container {
  position: relative;
}
.right-img-container {
  width: 100%;
  height: 100%;
}
/* .hero-right-container .right-img-container .img-wrap{
  padding-right: 0;
}

.hero-right-container .right-img-container:hover{
  opacity: 0.8;
  cursor: pointer;
} */

/* .hero-right-container .right-img-container .plyr__play-large{
  display: block !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.hero-right-container .right-video-container{
  position: relative;
  display: none;
  width: 765px;
  height: 625px;
  text-align: center;
  vertical-align: middle;
}

.hero-right-container .right-video-container video#video-top{
  margin-top: 70px;
} */

/*
.navbar-default .navbar-nav > li:last-child > a {
  padding-right: 0 !important;
}*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.5
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.5
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.5
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 0.5
}
.input--email {
  font-family: HelveticaNeue, sans-serif;
  font-size: 14px;
  text-align: left;
  color: #6c757d;
  border: none;
  padding: 4px 0 4px 12px;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-appearance: none;
  margin-top: 0;
  margin-bottom: 0;
  text-rendering: optimizelegibility;
  margin-left: 3px;
  width: 329.5px;
  height: 38.4px;
  border-radius: 8.6px;
  background-color: #ffffff;
  box-shadow: inset 0 3px 3px 0 rgba(48, 50, 59, 0.15);
}

.button--signup {
  padding: 0 !important;
  margin-left: 7.5px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 15.1px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  width: 103.9px;
  height: 38.4px;
  border-radius: 8.6px;
  background-image: linear-gradient(to bottom, #6d5dfc, #5245ff);
}

.text--coming-soon p {
  padding-left: 5px;
  font-family: PTSans;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.text--coming-soon > span {
  /*text-transform: uppercase;*/
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  /*font-style: normal;*/
  /*font-stretch: normal;*/
  /*height: 24px;*/
  /*line-height: 24px;*/
  /*letter-spacing: normal;*/
  text-align: left;
  color: #FFFFFF;
  /*padding: 20px 0 10px 0;*/
  vertical-align: middle;
  padding-left: 3px;
}

.plyr__play-large{background:#3498db;color:#fff}.plyr__play-large{display:none;position:absolute;z-index:1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:10px;border:4px solid currentColor;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15);transition:all .3s ease}.plyr__play-large svg{position:relative;left:2px;width:20px;height:20px;display:block;fill:currentColor}.plyr__play-large:focus{outline:rgba(255,255,255,.5) dotted 1px}.plyr .plyr__play-large{display:inline-block}.plyr--audio .plyr__play-large,.plyr--playing .plyr__controls [data-plyr=play],.plyr__controls [data-plyr=pause]{display:none}.plyr--playing .plyr__play-large{opacity:0;visibility:hidden}
.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute!important;padding:0!important;border:0!important;height:1px!important;width:1px!important}


/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header {
    text-align: center;
  }
  header .navbar-default {
    padding-right: 0;
    width: 93%;
  }
}
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media only screen and (max-width: 767px) {
  header {
    text-align: center;
  }
  header .navbar-default {
    padding-right: 0;
    width: 100%;
    margin-left: -15px;
  }
  header .navbar-default .navbar-toggle {
    margin-right: 10px;
    margin-top: 20px;
  }
  header .block h1 {
    font-size: 25px;
  }
  header .block p {
    padding-right: 0;
  }
  header .block .counter h2 {
    font-size: 20px;
  }
  header .block .counter ul li {
    margin-right: 5px;
    margin-bottom: 20px;
  }
}


@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1440px !important;
  }
  .navbar-collapse {
    /*margin-right: 30px*/
  }
  .testimonial-container .container {
    padding: 0 100px;
  }
  .navbar-default .container {
    padding: 0 100px;
  }

  #service {
    padding: 110px 0 125px 0;
  }

  #hero-area .container{
    padding: 0 95px;
  }

  #use-case .container{
    padding: 0 100px;
  }
  #contact .container{
    padding: 0 100px;
  }
  #service .container {
    padding: 0 115px;
  }

  footer > .container {
    padding: 0 100px;
  }

  .hero-area-landing-container .block{
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 1440px) {
  .hero-area-landing-container .block{
    padding-top: 0 !important;
    margin-top: -30px;
  }
}

@media only screen and (max-width: 1200px) {
  .navbar-default .container {
    max-width: 100% !important;
    padding: 0 30px !important;
  }

  footer .container {
    max-width: 100% !important;
    padding: 0 30px !important;
  }
  #hero-area .container {
    max-width: 100% !important;
    padding: 0 30px !important;
  }
}

@media only screen and (max-width: 1140px) {
  .hero-area-left {
    width: 100%;
    flex: none;
    max-width: 100%;
    -webkit-box-flex: unset;
    text-align: center;
  }
  #hero-area .block > p {
    text-align: center;
    margin: 0 auto;
    margin-top: 19px;
  }
  .text--coming-soon p {
    text-align: center
  }
  .hero-right-container {
    width: 100%;
    flex: none;
    max-width: 100%;
    -webkit-box-flex: unset;
    margin-top: 50px;
  }

  #hero-area .container .hero-area-right {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .navbar-default .container {
    padding: 0 !important;
  }
  .navbar-default .navbar-brand {
    padding-left: 30px;
  }
  .navbar-default .navbar-toggler {
    margin-right: 30px;
  }
  .hero-area-left {
    text-align: center;
  }

  #hero-area .hero-area-left .block p{
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {


  #hero-area .container .hero-right-container{
    margin-top: 30px;
  }
  .hero-right-container .right-video-container video#video-top {
    margin-top: 0;
  }

  #use-case .use-case-left {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  #use-case .use-case-right img {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 840px) {
  .iMac{
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .iphone-mobile{
    width: 449px;
    /* height: 832px; */
    max-width: none;
  }
  .mac-img-container {
    margin-top: -70px;
    padding-right: 7px;
    position: relative;
  }
  .mac-img-container .video-wrap {
    width: 300px;
    top: 142px;
    /* transform: translateX(-50%); */
  }

  #hero-area {
    padding: 60px 0 0 0;
  }
  #hero-area .container {
    padding: 0 !important;
  }
  .hero-area-left {
    margin-top: 97px;
    text-align: center;
    padding: 0 20px !important;
  }
  #hero-area .block h1 {
    margin: 0;
    text-align: center;
  }
  #hero-area .container .hero-right-container .iMac{
    max-width: 100% !important;
    width: auto;
    height: auto;
  }

  .coming-soon-container {
    margin-top: -40px;
    margin-bottom: 35px;
  }

  #hero-area .container .hero-area-right {
    margin-top: 40px;
  }
  #use-case .use-case-left {
    padding: 100px 0 30px 0;
  }
  #use-case .use-case-right img {
    margin-top: 0;
    padding-top: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .team-section {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 480px) {

  .mt-xs-3{
    margin-top: 1.5rem;
  }

  #hero-area .block h1 {
    font-size: 45px;
  }

  #hero-area .hero-title img {
    height: 40px;
    margin-top: 15px;
    margin-left: 10px;
  }
  .right-img-container {
    width: 90%;
    margin: 0 5%;
  }

  #hero-area .block > p {
    padding: 0 20px;
  }

  a.example-link {
    margin-top: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .hero-area-left {
    min-width: 0;
  }
}

@media only screen and (max-width: 398px) {
  .app-downloader {

    /*margin-left: 20px;*/
    /*margin-bottom: 10px;*/
  }

  a.btn-mathpix {
    /*margin-top: 10px;*/
    margin-left: 0 !important;
  }
  a.example-link {
    /*margin-top: 18px;*/

  }
}
