/* -------------------------------- 

Primary style

-------------------------------- */
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background-color: #de4c60;
  height: 100%;
}

.wrapper {
  overflow: hidden;
}

a {
  color: #ffe066;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

p {
  font-size: 1.2rem;
  margin: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.cust-style {
  width: 200px !important;
  height: 60px !important;
  object-fit: cover !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.disp-flx-box {
  display: flex !important;
  justify-content: center !important;
}

.disp-flx-box .typeform-share {
  display: none !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mar-auto {
  margin: 0 auto !important;
}

/* PRE LOADER */
/*.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.preloader .status {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.preloader .status .preloader-text {
  font-family: "Arciform";
  font-size: 12rem;
  letter-spacing: 5px;
  position: relative;
  width: 12em;
  color: white;
  text-align: center;
}*/
@media only screen and (max-width: 480px) {
  /* .preloader .status .preloader-text {
    font-size: 8rem;
  }*/
  .download .intro h1 {
    font-size: 4rem !important;
  }
  .features .feature-box .box-content {
    margin-left: 0 !important;
  }
}
.preloader .status .preloader-text:before {
  position: absolute;
  overflow: hidden;
  width: 0;
  color: #4a3952;
  content: attr(data-content);
  text-align: left;
  white-space: nowrap;
}
.preloader .status .preloader-text.pre-animate:before {
  width: 100%;
  opacity: 0;
  -webkit-transition: width 5.7s linear, opacity 0.7s 5.7s;
  -moz-transition: width 5.7s linear, opacity 0.7s 5.7s;
  transition: width 5.7s linear, opacity 0.7s 5.7s;
}

.btn-markets,
.download .intro .app-store,
.download .intro .google-play,
.reviews .tab-content .feature-text .more-features {
  width: 200px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 1.8rem;
  line-height: 60px;
  font-weight: 400;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.btn-markets i,
.download .intro .app-store i,
.download .intro .google-play i,
.reviews .tab-content .feature-text .more-features i {
  position: relative;
  right: 5px;
}
.btn-markets:hover,
.download .intro .app-store:hover,
.download .intro .google-play:hover,
.reviews .tab-content .feature-text .more-features:hover {
  background-color: white;
  color: black;
  -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.btn-markets:active,
.download .intro .app-store:active,
.download .intro .google-play:active,
.reviews .tab-content .feature-text .more-features:active {
  -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.15);
}
.nstats .app-store {
  box-shadow: none;
  padding-bottom: 5rem;
}
/* -------------------------------- 

HEADER AND NAVIGATION START

-------------------------------- */
header {
  position: absolute;
  width: 100%;
  height: 150px;
  top: 0px;
  left: 0px;
  z-index: 15;
  background-color: transparent;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 11;
}

.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 90%;
  max-width: 224px;
  padding-top: 100px;
  z-index: 13;
  background: #ffe066;
  overflow: auto;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
  transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
}
.nav-container .nav li {
  padding-left: 50px;
  line-height: 20px;
}
.nav-container .nav li.active a {
  color: #de4c60;
}
.nav-container .nav li.active::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 10px;
  left: 0px;
  background: #de4c60;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-container .nav li a {
  font-size: 1.8rem;
  text-transform: lowercase;
  color: #373017;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.nav-container .nav li a:hover,
.nav-container .nav li a.active {
  background: transparent;
  color: #de4c60;
}

.nav-trigger {
  position: fixed;
  width: 44px;
  height: 44px;
  top: 50px;
  left: 50px;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 15;
  background: transparent;
  -webkit-transition: background, 0.5s;
  -moz-transition: background, 0.5s;
  transition: background, 0.5s;
}
@media only screen and (max-width: 480px) {
  .nav-trigger {
    left: 10px;
    top: 30px;
  }
}
.nav-trigger.scrolling {
  background: #f97374;
}
.nav-trigger:hover span {
  background: #ffc7bc;
}
.nav-trigger:hover span::before,
.nav-trigger:hover span::after {
  background: #ffc7bc;
}
.nav-trigger span {
  position: absolute;
  height: 4px;
  width: 22px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.nav-trigger span::before,
.nav-trigger span::after {
  position: absolute;
  height: 4px;
  width: 22px;
  background: white;
  content: " ";
  top: 0px;
  left: 0px;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  -moz-transition: background 0.3s, -moz-transform 0.3s;
  transition: background 0.3s, transform 0.3s;
}
.nav-trigger span::before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.nav-trigger span::after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}

.nav-open .overlay {
  opacity: 0.6;
  visibility: visible;
}
.nav-open .nav-trigger span {
  background: transparent;
}
.nav-open .nav-trigger span::before,
.nav-open .nav-trigger span::after {
  background: #de4c60;
}
.nav-open .nav-trigger span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-open .nav-trigger span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-open .nav-trigger.scrolling {
  background: transparent;
}
.nav-open .nav-container {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.nav-open #navigation .nav a {
  -webkit-animation: slide-in 0.4s 0.2s backwards;
  -moz-animation: slide-in 0.4s 0.2s backwards;
  animation: slide-in 0.4s 0.2s backwards;
}
.nav-open #navigation .nav li:nth-of-type(2) a {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.nav-open #navigation .nav li:nth-of-type(3) a {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.nav-open #navigation .nav li:nth-of-type(4) a {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.nav-open #navigation .nav li:nth-of-type(5) a {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.nav-open #navigation .nav li:nth-of-type(6) a {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.nav-open #navigation .nav li:nth-of-type(7) a {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@-webkit-keyframes slide-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-80px);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slide-in {
  from {
    opacity: 0;
    -moz-transform: translateX(-80px);
  }
  to {
    -moz-transform: translateX(0);
  }
}
@keyframes slide-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.news {
  position: fixed;
  top: 50px;
  right: 50px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility, 0.5s, opacity, 0.5s;
  -moz-transition: visibility, 0.5s, opacity, 0.5s;
  transition: visibility, 0.5s, opacity, 0.5s;
}
@media only screen and (max-width: 480px) {
  .news {
    right: 15px;
    width: 90%;
    top: 40px;
  }
}
.news.scrolling {
  visibility: hidden;
  opacity: 0;
}
.news .news-heading {
  float: right;
  color: white;
  font-size: 2.8rem;
  padding-left: 15px;
  line-height: 35px;
}
.news .stream {
  float: right;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  width: 350px;
  height: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .news .stream {
    width: 100%;
    height: auto;
    border-right: 0px;
    margin-top: 10px;
  }
}
.news .stream .newslist {
  position: relative;
  height: 100%;
  right: 15px;
}
@media only screen and (max-width: 480px) {
  .news .stream .newslist {
    right: 0px;
  }
}
.news .stream .newslist li {
  float: right;
  width: 100%;
  color: white;
  margin: 0 0 0 15px;
  text-align: right;
}
.news .stream .newslist li p {
  font-size: 1.5rem;
}
.news .stream .newslist li a {
  display: block;
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
}
.news .stream .newslist li a:hover,
.news .stream .newslist li a:focus {
  color: white;
}

/* -------------------------------- 

HEADER AND NAVIGATION END

-------------------------------- */
/* -------------------------------- 

SECTIONS START

-------------------------------- */
/* Download Section Start */
.download {
  position: relative;
  float: left;
  width: 100%;
  height: 700px;
  background-color: #5199cd;
  background: #5199cd url(../images/backgrounds/header-bg.png) center center
    no-repeat;
  background-size: cover;
}
.download .intro {
  margin-top: 10%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .download .intro {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin-top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .download .intro .logo {
    max-width: 100%;
    margin-top: 0;
    width: 80%;
  }
}
.download .intro h1 {
  font-size: 6.5rem;
  margin: 30px 0 25px 0;
  color: white;
  letter-spacing: 1px;
  font-weight: 500;
}
.download .intro p {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 2rem;
  padding: 0 20rem;
}
.invibtn {
  background: #5199cd !important;
}
.invibtn2 {
  background: #2b2e4c !important;
}
.invibtn:hover,
.invibtn2:hover {
  background: white !important;
}
.download .intro .app-store {
  float: right;
}
.download .intro .app-store .fa-apple {
  font-size: 3.8rem;
  top: 7px;
}
.download .intro .google-play {
  float: left;
}
.download .intro .google-play .flaticon-google-play {
  font-size: 3rem;
  top: 2px;
}
@media (max-width: 600px) {
  .download .intro .app-store,
  .download .intro .google-play {
    float: none;
    display: block;
    margin: 10px auto;
  }
}

/* Download Section End */
/* Features Section Start */
.features {
  float: left;
  width: 100%;
  min-height: 715px;
  background: white;
  padding: 145px 0 180px 0;
}
.forms {
  float: left;
  width: 100%;
  min-height: 40vh;
  background: white;
  padding: 0 0 120px 0;
}
.forms .col-md-6 {
  min-height: 45vh;
  margin: 0;
  padding: 0;
}
.innrtxt {
  text-align: center;
  margin-top: 8%;
  display: block;
  color: #e5f3fa;
  padding: 5rem 10rem;
}
.innrtxt p {
  margin: 1.25rem;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  text-align: center;
}
.innrtxt h2 {
  font-size: 2.65rem;
  font-weight: 500;
}
.innrtxt:hover {
  color: #e5f3fa !important;
}
.innrtxt img {
  margin-bottom: 1.25rem;
  width: 70px;
}
.innrtxt .btn-markets {
  width: 240px;
  height: 45px;
  margin: 2.5rem auto;
  line-height: 45px;
}
.invibtnb1 {
  background: #2b2e4c;
}
.invibtnb2 {
  background: #5199cd;
}
.invibtnb1,
.invibtnb2 {
  color: white;
  font-weight: 500;
}
.innrtxt .btn-markets:hover {
  border: 1px solid black;
  background: white;
  color: black;
}
.nbtnmarket {
  display: block;
  width: 165px;
  margin-top: 4rem;
}
@media only screen and (max-width: 480px) {
  .features {
    padding: 45px 0;
  }
}
.features .feature-box {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .features .feature-box {
    text-align: center;
  }
}
.features .feature-box .heading {
  margin-bottom: 10px;
}
.features .feature-box .heading img {
  display: inline-block;
  margin-right: 10px;
}
.features .feature-box .heading h2 {
  position: relative;
  display: inline-block;
  width: 100%;
  top: 15px;
  font-size: 2.75rem;
  color: #2b2e4c;
  line-height: 28px;
  margin: 0px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .features .feature-box .heading h2 {
    width: 170px;
  }
}
.features .feature-box .box-content {
  margin-left: 6rem;
}
.features .feature-box .box-content p {
  font-weight: 300;
  color: #2b2e4c;
  line-height: 19px;
  text-align: left;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .features .feature-box .box-content p {
    text-align: center;
  }
}
.features .iphone-mockup {
  position: relative;
  display: block;
  width: 625px;
  height: 946px;
  /* background: transparent url(../images/mockups/ic_mockup1.png) center center
    no-repeat; */
  z-index: 3;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .features .iphone-mockup {
    position: absolute;
    left: 75%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -205px;
  }
}
@media (max-width: 600px) {
  .features .iphone-mockup {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .features .iphone-mockup {
    width: 290px;
    height: 480px;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.features .phone-frame {
  position: relative;
  width: 386px;
  height: 681px;
  margin-left: -196px;
  left: 50%;
  z-index: 4;
  background: transparent;
  overflow: hidden;
  top: 110px;
}
@media only screen and (max-width: 480px) {
  .features .phone-frame {
    width: 182px;
    height: 318px;
    top: 50px;
    margin-left: 0px;
    left: 0px;
    margin: 0px auto;
  }
}
.features .phone-frame .phone-screenshot {
  /*position: absolute;
  width: 800px;
  height: 944px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: transparent url("../images/screenshots/main-screenshot.jpg");
  z-index: 4;
  -webkit-background-size: 800px 944px;
  -moz-background-size: 800px 944px;
  -o-background-size: 800px 944px;
  background-size: 800px 944px;*/
  background: #2b2e4d url("../images/screenshots/main-screenshot.png") center
    no-repeat;
  background-size: cover;
  height: 100%;
}
@media only screen and (max-width: 620px) {
  /* .features .phone-frame .phone-screenshot {
    width: 400px;
    height: 472px;
    -webkit-background-size: 400px 472px;
    -moz-background-size: 400px 472px;
    -o-background-size: 400px 472px;
    background-size: 400px 472px;
  } */
  .forms {
    padding-top: 0;
  }
  .forms .col-md-6 {
    padding: 4rem 0;
    height: 30vh !important;
    min-height: 30vh !important;
  }
  .stats-counters {
    margin-bottom: 1rem !important;
  }
}
.features .phone-frame .shape {
  position: absolute;
  width: 973px;
  height: 993px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: transparent url("../images/other/shape.png");
  z-index: 5;
  -webkit-background-size: 973px 993px;
  -moz-background-size: 973px 993px;
  -o-background-size: 973px 993px;
  background-size: 973px 993px;
}
@media only screen and (max-width: 480px) {
  .features .phone-frame .shape {
    width: 500px;
    height: 572px;
    -webkit-background-size: 500px 572px;
    -moz-background-size: 500px 572px;
    -o-background-size: 500px 572px;
    background-size: 500px 572px;
  }
}

/* Features Section End */
/* Video Section Start */
.video {
  position: relative;
  float: left;
  width: 100%;
  background: white;
  padding: 0 0 120px 0;
}
.video .video-inner {
  position: relative;
  /* float: left; */
  width: 80%;
  height: 600px;
  overflow: hidden;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  transition: all, 1s;
  /* margin-top: -50px; */
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .video .video-inner {
    height: 85vh;
  }
}
@media only screen and (max-width: 768px) {
  .video .video-inner {
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .video .video-inner {
    height: 270px;
  }
}
.video .video-inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgb(0, 3, 6);
  -webkit-transition: background, 0.5s;
  -moz-transition: background, 0.5s;
  transition: background, 0.5s;
}
.video .video-inner .pause--button,
.video .video-inner .stop--button {
  border: 0px;
  opacity: 0;
  visibility: hidden;
  outline: none;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  padding: 3px 10px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 480px) {
  .video .video-inner .pause--button,
  .video .video-inner .stop--button {
    font-size: 1.2rem;
  }
}
.video .video-inner .pause--button {
  position: absolute;
  bottom: 30px;
  right: 100px;
  color: white;
  background: rgba(255, 255, 255, 0.2);
}
.video .video-inner .pause--button.pause-show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 480px) {
  .video .video-inner .pause--button {
    right: 70px;
    bottom: 10px;
  }
}
.video .video-inner .stop--button {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: white;
  background: rgba(255, 255, 255, 0.2);
}
.video .video-inner .stop--button.stop-show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 480px) {
  .video .video-inner .stop--button {
    right: 10px;
    bottom: 10px;
  }
}
.video .video-inner .video-caption {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10%;
  opacity: 1;
  -webkit-transition: opacity, 0.5s;
  -moz-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
@media (min-width: 600px) and (max-width: 768px) {
  .video .video-inner .video-caption {
    left: 30px;
  }
}
.video .video-inner .video-caption .play--button {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  border: 0px;
  background: #5199cd;
  color: white;
  border-radius: 45%;
  text-align: center;
  outline: none;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.37);
  -ms-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.37);
  -o-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.37);
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  transition: all, 0.5s;
}
.video .video-inner .video-caption .play--button:hover {
  -webkit-box-shadow: 0 25px 43px 0 rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 25px 43px 0 rgba(0, 0, 0, 0.37);
  -ms-box-shadow: 0 25px 43px 0 rgba(0, 0, 0, 0.37);
  -o-box-shadow: 0 25px 43px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 0 25px 43px 0 rgba(0, 0, 0, 0.37);
}
.video .video-inner .video-caption .play--button:active {
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.37);
  -ms-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.37);
  -o-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.37);
}
@media only screen and (min-width: 992px) {
  .video .video-inner .video-caption .play--button {
    width: 170px;
    height: 170px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .video .video-inner .video-caption .play--button {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .video .video-inner .video-caption .play--button {
    float: none;
    display: block;
    margin: 0px auto;
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
}
.video .video-inner .video-caption .play--button .fa-play {
  position: absolute;
  font-size: 2.4rem;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .video .video-inner .video-caption .play--button .fa-play {
    font-size: 6rem;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .video .video-inner .video-caption .play--button .fa-play {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .video .video-inner .video-caption .play--button .fa-play {
    font-size: 1.6rem;
  }
}
.video .video-inner .video-caption .caption-text {
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 50px;
  margin-left: 50px;
  color: white;
  margin-top: 4rem;
}
@media (min-width: 600px) and (max-width: 768px) {
  .video .video-inner .video-caption .caption-text {
    padding-left: 30px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .video .video-inner .video-caption .caption-text {
    float: no;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border-left: 0px;
  }
}
.video .video-inner .video-caption .caption-text p {
  font-size: 2.2rem;
  font-weight: 300;
}
.video .video-inner .video-caption .caption-text h1 {
  width: 440px;
  font-size: 4rem;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .video .video-inner .video-caption .caption-text h1 {
    font-size: 6rem;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .video .video-inner .video-caption .caption-text h1 {
    width: auto;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .video .video-inner .video-caption .caption-text h1 {
    width: 100%;
    font-size: 2rem;
  }
}
.video .video-inner.wrap-expand {
  width: 100%;
}
.video .video-inner.caption-hide .video-caption {
  opacity: 0;
}
.video .video-inner.overlay-hide:before {
  background: transparent;
}

/* Video Section End */
/* Reviews Section Start */
.reviews {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background: #f2f2f2;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .reviews {
    height: 700px;
  }
}
.reviews .container {
  position: relative;
}
.reviews .container .image-section {
  position: absolute;
  top: 0;
  right: -135px;
  z-index: 4;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .reviews .container .image-section {
    opacity: 0.2;
    z-index: 2;
  }
}
.reviews .review-watermark {
  position: absolute;
  /* left: -50px;
  bottom: -10px; */
  left: -9px;
  bottom: -35px;
  font-size: 19rem;
  color: white;
  opacity: 0.3;
  line-height: 233px;
  z-index: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.reviews .tab-wrapper {
  min-height: 105px;
  border-bottom: 1px solid #d9d9d9;
}
.reviews .tab-wrapper .nav-tabs {
  display: block;
  margin: 0px auto;
  width: 70%;
  border: 0px;
  min-height: 105px;
}
.reviews .tab-wrapper .nav-tabs li {
  display: table;
  width: 33%;
  text-align: center;
  background: transparent;
  min-height: 105px;
}
@media only screen and (max-width: 480px) {
  .reviews .tab-wrapper .nav-tabs li {
    min-height: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .reviews .tab-wrapper .nav-tabs li {
    width: 100%;
  }
}
.reviews .tab-wrapper .nav-tabs li a {
  position: relative;
  background: transparent;
  border: 0px;
  font-size: 1.8rem;
  color: #797979;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
  line-height: 90px;
  outline: none !important;
}
@media only screen and (max-width: 480px) {
  .reviews .tab-wrapper .nav-tabs li a {
    line-height: 70px;
  }
}
.reviews .tab-wrapper .nav-tabs li.active {
  border-bottom: 1px solid black;
  z-index: 3;
}
.reviews .tab-wrapper .nav-tabs li.active a,
.reviews .tab-wrapper .nav-tabs li:hover a {
  color: black;
}
.reviews .tab-content {
  position: relative;
  padding: 70px 0 70px 0;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .reviews .tab-content {
    padding: 110px 0 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .reviews .tab-content {
    z-index: 3;
  }
}
.reviews .tab-content .feature-text p,
.reviews .tab-content .feature-text h6 {
  width: 94%;
  color: #707070;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}
@media only screen and (min-width: 1200px) {
  .reviews .tab-content .feature-text p,
  .reviews .tab-content .feature-text h6 {
    width: 100%;
    padding-bottom: 30px;
  }
}
.reviews .tab-content .feature-text .more-features {
  position: relative;
  width: 100px;
  height: 40px;
  padding: 10px;
  font-size: 12px;
  top: 0px;
}
.reviews .tab-content #owl-reviews.owl-theme .owl-controls,
.reviews .tab-content #owl-advantages.owl-theme .owl-controls,
.reviews .tab-content #owl-features.owl-theme .owl-controls {
  text-align: left !important;
  margin-top: 20px;
  margin-left: -3px;
}
.reviews .tab-content #owl-reviews.owl-theme .owl-controls .owl-page,
.reviews .tab-content #owl-advantages.owl-theme .owl-controls .owl-page,
.reviews .tab-content #owl-features.owl-theme .owl-controls .owl-page {
  margin-right: 5px;
}
.reviews .tab-content #owl-reviews.owl-theme .owl-controls .owl-page span,
.reviews .tab-content #owl-advantages.owl-theme .owl-controls .owl-page span,
.reviews .tab-content #owl-features.owl-theme .owl-controls .owl-page span {
  width: 9px;
  height: 9px;
  background: #e0e0e0;
  border: 0px;
}
.reviews
  .tab-content
  #owl-reviews.owl-theme
  .owl-controls
  .owl-page.active
  span,
.reviews
  .tab-content
  #owl-advantages.owl-theme
  .owl-controls
  .owl-page.active
  span,
.reviews
  .tab-content
  #owl-features.owl-theme
  .owl-controls
  .owl-page.active
  span {
  background: #898989;
}
.reviews .tab-content #owl-reviews.owl-theme .owl-controls .owl-page:last-child,
.reviews
  .tab-content
  #owl-advantages.owl-theme
  .owl-controls
  .owl-page:last-child,
.reviews
  .tab-content
  #owl-features.owl-theme
  .owl-controls
  .owl-page:last-child {
  margin-right: 0px;
}
.reviews .tab-content #owl-reviews .carousel-text,
.reviews .tab-content #owl-advantages .carousel-text,
.reviews .tab-content #owl-features .carousel-text {
  padding-bottom: 0px;
}
.reviews .tab-content #owl-reviews .carousel-text p,
.reviews .tab-content #owl-advantages .carousel-text p,
.reviews .tab-content #owl-features .carousel-text p {
  width: 94%;
  color: #707070;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .reviews .tab-content #owl-reviews .carousel-text p,
  .reviews .tab-content #owl-advantages .carousel-text p,
  .reviews .tab-content #owl-features .carousel-text p {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .reviews .tab-content #owl-reviews .carousel-text-info,
  .reviews .tab-content #owl-advantages .carousel-text-info,
  .reviews .tab-content #owl-features .carousel-text-info {
    margin-top: -30px;
  }
}
.reviews .tab-content #owl-reviews .carousel-text-info span,
.reviews .tab-content #owl-advantages .carousel-text-info span,
.reviews .tab-content #owl-features .carousel-text-info span {
  display: block;
  position: relative;
  color: black;
  font-size: 18px;
}
.reviews .tab-content #owl-reviews .carousel-text-info span em,
.reviews .tab-content #owl-advantages .carousel-text-info span em,
.reviews .tab-content #owl-features .carousel-text-info span em {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  color: #898989;
  font-style: normal;
  top: -10px;
}
.vcenter {
  padding: 0;
  height: 40vh;
}

/* Reviews Section End */
/* Works Section Start */
.nworks {
  /* position: relative;
  float: left;
  width: 100%;
  min-height: 800px; */
  background: white !important;
}
@media (min-width: 600px) and (max-width: 768px) {
  .works {
    min-height: 660px;
  }
}
@media only screen and (max-width: 480px) {
  .works {
    min-height: 400px;
  }
}
.nworks .works-caption {
  margin: 30px 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .nworks .works-caption {
    margin-top: 55%;
    text-align: left;
  }
}
.nworks .works-caption h2 {
  display: inline-block;
  color: #d7d7d7;
  font-size: 5rem;
  font-weight: 500;
  line-height: 30px;
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) {
  .nworks .works-caption h2 {
    font-size: 6rem;
    margin-right: 0px;
  }
}
.nworks .works-caption h1 {
  display: inline-block;
  color: black;
  font-size: 5rem;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .nworks .works-caption h1 {
    display: block;
    font-size: 11rem;
    line-height: 100px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .nworks .works-caption h1.ml {
    margin-left: 63px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .nworks .works-caption h1 {
    font-size: 10rem;
  }
}
@media only screen and (min-width: 1200px) {
  .works .img-gallery {
    position: absolute;
    width: 600px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
  }
}
.works .img-gallery ul {
  margin: 0px;
  padding: 0px;
}
.works .img-gallery ul li {
  position: relative;
  float: left;
  width: 25%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .works .img-gallery ul li {
    width: 200px;
    height: 200px;
  }
}
.works .img-gallery ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.works .img-gallery ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  transition: background 0.5s;
}
.works .img-gallery ul li a:hover:before {
  background: transparent;
}
.works .img-gallery ul li a img {
  width: 100%;
}
.works .img-gallery .app-user-temp {
  display: none;
}
.works .gallery-lightbox {
  position: absolute;
  width: 570px;
  height: 400px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
  right: 50%;
  margin-right: -285px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) {
  .works .gallery-lightbox {
    right: 23%;
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .works .gallery-lightbox {
    width: 80%;
    right: 10%;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .works .gallery-lightbox {
    height: 270px;
  }
}
.works .gallery-lightbox.lightbox-effect {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) {
  .works .gallery-lightbox.lightbox-effect {
    right: 25%;
  }
}
.works .gallery-lightbox.close-effect {
  opacity: 0;
  visibility: hidden;
}
.works .gallery-lightbox .close {
  float: left;
  color: white;
  padding: 5px;
  font-size: 2rem;
  font-weight: 100;
  opacity: 1;
  margin-left: -7px;
}
@media only screen and (min-width: 1200px) {
  .works .gallery-lightbox .close {
    color: black;
  }
}
@media only screen and (max-width: 480px) {
  .works .gallery-lightbox .close {
    background: black;
    color: white;
    margin: 0px;
  }
}
.works .gallery-lightbox figure {
  -webkit-box-shadow: -25px 40px 90px 0 rgba(0, 0, 0, 0.47);
  -moz-box-shadow: -25px 40px 90px 0 rgba(0, 0, 0, 0.47);
  -ms-box-shadow: -25px 40px 90px 0 rgba(0, 0, 0, 0.47);
  -o-box-shadow: -25px 40px 90px 0 rgba(0, 0, 0, 0.47);
  box-shadow: -25px 40px 90px 0 rgba(0, 0, 0, 0.47);
}
.works .gallery-lightbox figure.lightbox-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.works .gallery-lightbox figure .app-user {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  .works .gallery-lightbox figure .app-user {
    bottom: 20px;
  }
}
.works .gallery-lightbox figure .app-user figure {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.works .gallery-lightbox figure .app-user figure img {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.works .gallery-lightbox figure .app-user p {
  float: left;
  margin: 10px 0 0 10px;
  font-size: 1.8rem;
  color: white;
  line-height: 20px;
}
.works .gallery-lightbox figure .app-user p span {
  color: #b6b6b6;
  font-size: 1rem;
}
@media only screen and (max-width: 480px) {
  .works .gallery-lightbox figure img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .works .gallery-lightbox figure {
    background: black;
  }
}
.nworks .gallery-navigation {
  float: left;
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .nworks .gallery-navigation {
    position: absolute;
    display: inline-block;
    bottom: -20%;
    left: 0px;
  }
}
.nworks .gallery-navigation .gallery-line {
  display: none;
  position: relative;
  float: left;
  width: 300px;
  height: 1px;
  background-color: #e5e5e5;
  top: 10px;
}
@media only screen and (min-width: 1200px) {
  .nworks .gallery-navigation .gallery-line {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .nworks .gallery-navigation .gallery-line {
    width: 100px;
  }
}
.nworks .gallery-navigation ul {
  display: inline-block;
  width: 200px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .nworks .gallery-navigation ul {
    float: none;
    margin: 0 auto;
  }
}
.nworks .gallery-navigation ul li {
  display: inline-block;
  margin-left: 10px;
}
.nworks .gallery-navigation ul li:nth-of-type(2) {
  font-weight: 100;
  color: #57a4ff;
}
.nworks .gallery-navigation ul li a {
  color: #acacac;
  text-decoration: none;
}

/* Works Section End */
/* Stats Section Start */
.statcontainer {
  display: flex;
  flex-wrap: wrap;
}
.col1,
.col2,
.col3 {
  height: 100%;
}
.stats {
  position: relative;
  float: left;
  width: 100%;
  min-height: auto;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(-180deg, #5199cd, #4679b4);
  background-image: linear-gradient(-180deg, #5199cd, #4679b4);
}
.appdownloadtxt {
  /* margin: 30px 0 40px 0; */
  padding: 1rem 20rem;
}
.appdownloadtxt h1 {
  color: #2b2e4c;
  font-size: 4.5rem;
  letter-spacing: 1px;
  font-weight: 600;
}
.appdownloadtxt p {
  color: #828394;
  font-size: 1.75rem;
  padding: 3.5rem 4rem;
  text-align: center;
}
.appdownloadtxt .col-md-6 {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .stats {
    padding: 0;
  }

  .statscnt {
    padding-top: 170px;
  }
}
.stats .stats-counters {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .stats .stats-counters {
    margin-bottom: 0px;
  }
}
.nstats {
  padding: 75px 0;
  background: #f2f2f2 !important;
  /* margin-top: 70px; */
}
.contactn {
  background: #65bff0 !important;
  padding: 70px 0 0 0;
}
.contacts .text-uppercase {
  color: #9597b5;
  letter-spacing: 1px;
}
.contactn .mockp {
  justify-content: center;
  display: flex;
  margin-top: 30px;
}
.cntheading {
  padding: 5rem 0 2rem 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.75rem;
}
.ncntfrm {
  padding: 0 5rem;
}
.ncntfrm input {
  padding: 2.5rem 1.25rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;
}
.ncntfrm textarea.form-control {
  height: 125px;
}
.ncntfrm .btn {
  background: #2b2e4c;
  width: 100%;
  padding: 1.5rem 1.25rem;
}
.stats .mt90 {
  margin-top: 90px;
}
.stats .circular-progressbar {
  position: relative;
  font-size: 85px;
  width: 1em;
  height: 1em;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.stats .circular-progressbar p {
  color: white;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 12px;
}
.stats .circular-progressbar .progress-percentage {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.6rem;
}
.stats .circular-progressbar .progress-percentage:after {
  position: relative;
  content: attr(data-percentage);
  font-size: 1.6rem;
  color: #fff;
}
.stats .circular-progressbar svg {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent !important;
}
.stats .circular-progressbar svg circle {
  fill: none;
  stroke-width: 7px;
}
.stats .circular-progressbar svg .circle-bg {
  stroke: #fff;
}
.stats .circular-progressbar svg .circle-color {
  stroke: #313f60;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
}
.stats .circular-progressbar.animate-circle svg .circle-color {
  -webkit-animation: load 1s ease-in;
  -moz-animation: load 1s ease-in;
  animation: load 1s ease-in;
}
@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 220;
  }
}
@-moz-keyframes load {
  0% {
    stroke-dashoffset: 220;
  }
}
@keyframes load {
  0% {
    stroke-dashoffset: 220;
  }
}
.stats .yellow-number,
.stats .download-wrapper .download-time,
.stats .awards-wrapper .numberofawards {
  display: block;
  font-size: 4.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 50px;
}
.stats .download-wrapper {
  margin: 110px 0 90px 0;
  text-align: center;
}
.stats .download-wrapper em {
  font-style: normal;
  margin: 0px;
}
.stats .download-wrapper p {
  color: white;
  font-size: 1.5rem;
}
.stats .awards-wrapper {
  text-align: center;
}
.stats .awards-wrapper p {
  color: white;
  font-size: 1.5rem;
  line-height: 20px;
}
.stats .pointsville-icon-wrapper.mt90 {
  margin-top: 0px;
}
@media only screen and (min-width: 992px) {
  .stats .pointsville-icon-wrapper.mt90 {
    margin-top: 90px;
  }
}
.stats .pointsville-icon-wrapper .pointsville-icon {
  position: relative;
  width: 140px;
  height: 150px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background-image: -webkit-linear-gradient(-128deg, #ff6c69, #ff415f);
  background-image: linear-gradient(-128deg, #ff6c69, #ff415f);
  -webkit-box-shadow: 0px 15px 27px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 15px 27px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px 15px 27px 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 15px 27px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0px 15px 27px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  transition: all, 0.5s;
}
.stats .pointsville-icon-wrapper .pointsville-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.stats .pointsville-icon-wrapper .pointsville-icon:hover {
  -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.14);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .stats .pointsville-icon-wrapper .pointsville-icon {
    display: block;
    margin: 0px auto;
  }
}
.stats .stats-text-content {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .stats .stats-text-content {
    text-align: center;
  }
}
.stats .stats-text-content h1 {
  color: #ffe066;
  font-size: 5rem;
}
.stats .stats-text-content p {
  line-height: 24px;
  font-size: 1.6rem;
  margin-top: 15px;
  color: #ffcbcb;
}
@media only screen and (max-width: 768px) {
  .stats .slick-slide img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
  }
}
.stats .slick-navigation {
  float: right;
  margin-right: -40px;
}
@media only screen and (min-width: 1200px) {
  .stats .slick-navigation {
    position: absolute;
    display: inline-block;
    bottom: 42%;
    right: 0px;
    margin: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .stats .slick-navigation {
    display: none;
  }
}
.stats .slick-navigation .slick-line {
  position: relative;
  float: right;
  width: 350px;
  height: 1px;
  background-color: #e5e5e5;
  top: 10px;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .stats .slick-navigation .slick-line {
    width: 160px;
  }
}
.stats .slick-navigation ul {
  float: right;
  margin-right: 30px;
}
.stats .slick-navigation ul li {
  display: inline-block;
  margin-right: 10px;
}
.stats .slick-navigation ul li:nth-of-type(2) {
  font-weight: 100;
}
.stats .slick-navigation ul li a {
  color: #ec8593;
  text-decoration: none;
  -webkit-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  transition: color, 0.5s;
}
.stats .slick-navigation ul li a:hover {
  color: white;
}
.stats .stats-bg-shape {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .stats .stats-bg-shape {
    display: block;
    position: absolute;
    width: 100%;
    height: 231px;
    bottom: 0px;
    left: 0px;
    /*
         * Set a counter and get the length of the image path.
         */
    /*
         * Loop ver the image path and figure out the
         * position of the dot where the extension begins.
         */
    /*
         * If we were able to figure out where the extension is,
         * slice the path into a base and an extension. Use that to
         * calculate urls for different density environments. Set
         * values for different environments.
         */
    /*
         * Set a base background for 1x environments.
         */
    background: url("../images/backgrounds/stats-bg.png") top left no-repeat;
    background-size: 100% 231px;
    /*
         * Create an @2x-ish media query.
         */
    /*
         * Create media queries for all environments that the user has
         * provided images for.
         */
    /*
         * If anything went wrong trying to separate the file from its
         * extension, set a background value without doing anything to it.
         */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 5;
  }
}
@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 1200px) and (min-resolution: 192dpi) {
  .stats .stats-bg-shape {
    background: url("../images/backgrounds/stats-bg%402x.png") top left
      no-repeat;
    background-size: 100% 231px;
  }
}

.stats .apple-watch-section {
  float: left;
  width: 100%;
  min-height: 230px;
}
@media only screen and (min-width: 992px) {
  .stats .apple-watch-section {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
  }
}
.stats .apple-watch-section .col-md-2 {
  text-align: center;
}
.stats .apple-watch-section .col-md-2 span,
.stats .apple-watch-section .col-md-2 p,
.stats .apple-watch-section .col-md-2 a {
  display: inline-block;
  color: white;
  text-align: left;
  margin-top: 60px;
}
@media only screen and (min-width: 992px) {
  .stats .apple-watch-section .col-md-2 span,
  .stats .apple-watch-section .col-md-2 p,
  .stats .apple-watch-section .col-md-2 a {
    margin-top: 100px;
  }
}
.stats .apple-watch-section .col-md-2 p {
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .stats .apple-watch-section .col-md-2 p {
    text-align: right;
  }
}
.stats .apple-watch-section .col-md-2 em {
  font-size: 2.4rem;
  font-weight: 300;
  font-style: normal;
}
.stats .apple-watch-section .col-md-2 span {
  font-size: 4rem;
}
.stats .apple-watch-section .col-md-2 span i.fa-apple {
  font-size: 4rem;
  margin-right: 5px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .stats .apple-watch-section .col-md-2 span i.fa-apple {
    font-size: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .stats .apple-watch-section .col-md-2 span {
    font-size: 3rem;
  }
}
.stats .apple-watch-section .col-md-2 .btn-download {
  width: 175px;
  height: 60px;
  background: #ffe066;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  color: #373017;
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.14);
}
.stats .apple-watch-section .col-md-2 .btn-download:hover {
  background: white;
  border: 2px solid #ffe066;
  cursor: pointer;
  line-height: 55px;
}
.stats .apple-watch-section .col-md-2 .btn-download:active {
  -webkit-box-shadow: 0px -3px 0px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px -3px 0px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px -3px 0px 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px -3px 0px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0px -3px 0px 0 rgba(0, 0, 0, 0.14);
}
.stats .apple-watch-section .col-md-6 {
  position: relative;
  overflow-y: hidden;
  height: 230px;
}
@media only screen and (min-width: 992px) {
  .stats .apple-watch-section .col-md-6 .apple-watch {
    position: absolute;
    bottom: -250px;
    left: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .stats .apple-watch-section .col-md-6 .apple-watch {
    bottom: -180px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .stats .apple-watch-section .col-md-6 .apple-watch {
    bottom: -120px;
  }
}
@media (max-width: 768px) {
  .stats .apple-watch-section .col-md-6 .apple-watch {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .stats .apple-watch-section .col-md-6 .apple-watch {
    margin-top: 130px;
  }
}

/* Stats Section End */
/* -------------------------------- 

SECTIONS END

-------------------------------- */
/* Footer - Start */
.contacts {
  position: relative;
  float: left;
  width: 100%;
  background: #2b2e4c;
  min-height: 225px;
}
#subscriber-email {
  background: #21243b;
  border: 1px solid #2b2e4c;
  padding: 1rem 1rem;
}
#subscribe-button {
  padding: 0.85rem 1.65rem;
  background: #35395f;
  outline: none;
  border: none;
}
input.uppersubscribe {
  background: white !important;
  padding: 1.25rem 4.25rem 1.25rem 1.55rem !important;
  color: #2b2e4c;
}
button.uppersubscribe {
  padding: 1.25rem 4.25rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
#subscribe2 .subscription-success,
#subscribe2 .subscription-error,.subscription-error-captcha {
  margin-bottom: 1rem;
  font-size: 1.45rem;
}
.contacts .back-to-top {
  position: fixed;
  display: block;
  width: 45px;
  height: 45px;
  background: black;
  bottom: 1%;
  right: 30px;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.contacts .back-to-top .fa-angle-up {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 2.4rem;
  color: white;
}
@media only screen and (max-width: 480px) {
  .contacts .back-to-top .fa-angle-up {
    font-size: 2rem;
  }
}
.contacts .back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.contacts .back-to-top.fade-out {
  opacity: 0.5;
}
.contacts .back-to-top:hover {
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .contacts .back-to-top {
    width: 50px;
    height: 40px;
    bottom: 30px;
  }
}
.contacts .subscribe-forms-wrapper {
  min-height: auto;
  border-bottom: 1px solid #323232;
}
.contacts .subscribe-forms-wrapper .subscribe-forms {
  width: 100%;
  padding-top: 60px;
}
@media (min-width: 601px) {
  .contacts .subscribe-forms-wrapper .subscribe-forms {
    width: 700px;
  }
}
@media (max-width: 600px) {
  .contacts .subscribe-forms-wrapper .subscribe-forms {
    padding-top: 30px;
  }
}
.contacts .subscribe-forms-wrapper .subscribe-forms label {
  font-size: 2rem;
  color: white;
  font-weight: 400;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .contacts .subscribe-forms-wrapper .subscribe-forms label {
    width: 100%;
    text-align: center;
    margin-right: 0px;
  }
}
.contacts .subscribe-forms-wrapper .subscribe-forms .email {
  width: 100%;
  height: 50px;
  background: #323232;
  border: 0px;
  padding-left: 15px;
  outline: none;
  color: #b3b3b3;
}
.contacts
  .subscribe-forms-wrapper
  .subscribe-forms
  .email::-webkit-input-placeholder {
  color: #525252;
}
.contacts .subscribe-forms-wrapper .subscribe-forms .email::-moz-placeholder {
  color: #525252;
}
.contacts .subscribe-forms-wrapper .subscribe-forms .email:-moz-placeholder {
  color: #525252;
}
.contacts
  .subscribe-forms-wrapper
  .subscribe-forms
  .email:-ms-input-placeholder {
  color: #525252;
}
@media (min-width: 601px) {
  .contacts .subscribe-forms-wrapper .subscribe-forms .email {
    width: 500px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
}
.contacts .subscribe-forms-wrapper .subscribe-forms .email:focus {
  background: black;
  color: white;
}
.contacts .subscribe-forms-wrapper .subscribe-forms .button {
  width: 100%;
  height: 50px;
  background: #525252;
  color: white;
  font-size: 2rem;
  border: 0px;
  margin-bottom: 30px;
}
@media (min-width: 601px) {
  .contacts .subscribe-forms-wrapper .subscribe-forms .button {
    width: 90px;
    margin-left: -5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.contacts .subscribe-forms-wrapper .subscribe-forms .subscription-success,
.contacts .subscribe-forms-wrapper .subscribe-forms .subscription-error {
  display: none;
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: white;
}
.contacts .subscribe-forms-wrapper .subscribe-forms .subscription-error {
  color: #ff686b;
}
.copyright-text {
  padding-bottom: 2rem;
}
.contacts .container {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.contacts .container a {
  color: white;
}
.contacts .container .row {
  margin-bottom: 100px;
}
.contacts .container .row:last-child {
  margin-bottom: 0px;
}
.contacts .container .vertical-text {
  position: relative;
  color: #898989;
  font-size: 2rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  top: 45px;
}
.footer-links a {
  display: inline-block;
  margin: 0.5rem auto;
}
@media only screen and (max-width: 480px) {
  .contacts .container .vertical-text {
    top: -30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    text-align: center;
  }
}
.contacts .container .email-address {
  font-size: 1.75rem;
  color: white;
  text-align: center;
  margin-top: 2rem;
  text-decoration: none;
}
.contacts .container .email-address span {
  text-decoration: none;
}
.mt-2 {
  margin-top: 1rem;
}
@media only screen and (min-width: 992px) {
  .contacts .container .email-address {
    text-align: left;
  }
  .mr-4 {
    margin-right: 5rem;
  }
  #subscriber-email {
    width: 65%;
  }
}
.contacts .container .telephone {
  font-size: 1.75rem;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .contacts .container .telephone {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .contacts .container .email-address,
  .contacts .container .telephone {
    font-size: 3rem;
  }
}
.contacts .container .cf-trigger {
  display: block;
  color: white;
  text-align: center;
}
.contacts .container .cf-trigger span {
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .contacts .container .cf-trigger span {
    top: 5px;
  }
}
.contacts .container .cf-trigger .fa-envelope {
  margin-right: 10px;
  font-size: 5.4rem;
  color: #323232;
}
@media only screen and (min-width: 992px) {
  .contacts .container .cf-trigger .fa-envelope {
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .contacts .container .cf-trigger {
    float: right;
    text-align: left;
  }
}
.contacts .container .copyright-text {
  font-size: 1.4rem;
  color: #898989;
  line-height: 24px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .contacts .container .copyright-text {
    text-align: left;
  }
}
.contacts .container .social {
  text-align: center;
  margin: 60px 0;
}
.uppersocial {
  float: none;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.uppersocial li {
  display: inline-block;
  margin-right: 1.5rem;
  background: #353855;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.uppersocial li .fa {
  font-size: 2rem;
  color: white;
  margin-top: 1.25rem;
  -webkit-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  transition: color, 0.5s;
}
@media only screen and (min-width: 992px) {
  .contacts .container .social {
    float: none;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.contacts .container .social li {
  display: inline-block;
  margin-right: 1.25rem;
  background: #353855;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .contacts .container .social li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contacts .container .social li {
    width: 100%;
    margin: 10px 0;
  }
}

.contacts .container .social li a {
  -webkit-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  transition: color, 0.5s;
}
.contacts .container .social li a i {
  position: relative;
  font-size: 2.4rem;
  color: white;
  margin-left: 15px;
  top: 1.25rem;
  -webkit-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  transition: color, 0.5s;
}
.contacts .container .social li a:hover i.fa-facebook,
.uppersocial li a:hover i.fa-facebook {
  color: #3b5998;
}
.contacts .container .social li a:hover.facebook,
.uppersocial li a:hover i.fa-facebook {
  color: #3b5998;
}
.contacts .container .social li a:hover i.fa-instagram,
.uppersocial li a:hover i.fa-instagram {
  color: #c32aa3;
}
.contacts .container .social li a:hover.instagram,
.uppersocial li a:hover i.fa-instagram {
  color: #c32aa3;
}
.contacts .container .social li a:hover i.fa-twitter,
.uppersocial li a:hover i.fa-twitter {
  color: #55acee;
}
.contacts .container .social li a:hover.twitter {
  color: #55acee;
}
.contacts .container .social li a:hover i.fa-youtube {
  color: #bb0000;
}
.contacts .container .social li a:hover.youtube {
  color: #bb0000;
}
.contacts .container .social li a:hover i.fa-linkedin,
.uppersocial li a:hover i.fa-linkedin {
  color: #3b5998;
}
.contacts .contact-form {
  position: relative;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  height: 0px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  transition: all, 0.5s;
  padding-top: 0px;
}
.contacts .contact-form .success,
.contacts .contact-form .error {
  display: none;
  border: 2px solid white;
  padding: 8px 15px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.contacts .contact-form .error {
  color: #ff686b;
}
.contacts .contact-form form {
  position: relative;
  width: 500px;
  margin: 0px auto;
  margin-bottom: 0px;
}
@media only screen and (max-width: 480px) {
  .contacts .contact-form form {
    width: 100%;
  }
}
.contacts .contact-form form .close-btn {
  position: absolute;
  top: -30px;
  right: -50px;
  color: white;
  font-size: 2.4rem;
}
.myfullsec {
  display: table;
  width: 100%;
}
.innrcolse {
  display: table-cell;
  float: none;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .contacts .contact-form form .close-btn {
    right: 50%;
    margin-right: -12px;
    top: -40px;
  }
  .myfullsec .innrcolse {
    width: 100%;
    display: block;
  }

  .download .intro h1 {
    font-size: 3.5rem;
  }
  .download .intro p {
    padding: 0;
    font-size: 1.75rem;
  }
  #subscribe2 .form-group {
    display: inline-flex;
  }
  button.uppersubscribe {
    padding: 1rem !important;
  }
  #subscribe2 #subscribe-button {
    font-size: 1.2rem;
  }
  .features {
    padding: 65px 0 65px 0;
  }
  .features .feature-box .heading h2 {
    margin-bottom: 2rem;
  }
}
.contacts .contact-form form .close-btn:hover {
  cursor: pointer;
}
.contacts .contact-form.collapsed {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding-top: 60px;
}
.contacts .contact-form .form-group {
  position: relative;
}
.contacts .contact-form .form-group .form-control {
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.1);
  border: 0px;
  padding-left: 30px;
  color: #b3b3b3;
}
.contacts .contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #4a4a4a;
}
.contacts .contact-form .form-group .form-control::-moz-placeholder {
  color: #4a4a4a;
}
.contacts .contact-form .form-group .form-control:-moz-placeholder {
  color: #4a4a4a;
}
.contacts .contact-form .form-group .form-control:-ms-input-placeholder {
  color: #4a4a4a;
}
.contacts .contact-form .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  background: black;
  color: white;
}
@media only screen and (max-width: 480px) {
  .contacts .contact-form .form-group .form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }
}
.contacts .contact-form .form-group textarea {
  height: 120px !important;
  padding-top: 20px;
}
.contacts .contact-form .form-group i {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4a4a4a;
}
@media only screen and (min-width: 992px) {
  .contacts .contact-form .form-group i {
    display: block;
  }
}
.contacts .contact-form .btn-primary {
  background: #5b5b5b;
  width: 100%;
  height: 60px;
  font-size: 2rem;
  font-weight: 500;
  color: white;
  border: 0px;
  outline: none;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  transition: background 0.5s;
}
@media only screen and (min-width: 480px) {
  .contacts .contact-form .btn-primary {
    width: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .contacts .contact-form .btn-primary {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }
}
.contacts .contact-form .btn-primary i {
  position: relative;
  font-size: 2rem;
  left: 10px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contacts .contact-form .btn-primary:hover {
  background: #525252;
}
.contacts .contact-form .btn-primary:hover i {
  left: 15px;
}
.visiblemob {
  display: none !important;
}
.bluesignup,
.dbluesignup {
  padding: 1rem 2rem !important;
  margin: 1rem;
}
.bluesignup:hover,
.dbluesignup:hover {
  border: 1px solid #2b2e4c;
}
.plyplayer {
  height: 100%;
  background: #060f1a;
}
@media only screen and (max-width: 1024px) {
  .features .feature-box .heading h2 {
    width: auto;
  }
  .features .feature-box .box-content {
    margin-left: 0;
  }
  .contacts .container .social li {
    margin-left: 2px;
  }
  .features .feature-box .heading img {
    width: 15%;
  }
}
@media (min-width: 1450px) {
  .download .intro {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .innrtxt {
    margin-top: 0 !important;
  }
  .slick-track {
    display: flex;
  }
  .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  .features .iphone-mockup {
    height: auto;
    margin-bottom: 4rem;
  }
  .features .feature-box .box-content {
    margin-left: auto;
  }
  .features .feature-box .heading img {
    width: auto;
  }
  .features .feature-box .heading h2 {
    width: 100%;
  }
  .appdownloadtxt {
    padding: 1rem 8rem;
  }
  .appdownloadtxt p {
    padding: 3.5rem 0rem;
  }
  .visiblemob {
    display: block !important;
  }
  .visibledesk {
    display: none !important;
  }
  .contacts .container .social {
    margin: 1.15rem 0px;
    text-align: left;
  }
  .contacts .container .social li {
    width: 5rem;
    margin: 10px 2px;
  }
  .contacts .container .email-address {
    text-align: left;
    margin: 1rem 0 2rem 0;
    font-size: 1.2rem;
  }
  .footer-links a {
    font-size: 1.2rem;
    display: block;
  }
}
/* Footer End */
@media only screen and (max-width: 480px) {
  .download .intro h1 {
    font-size: 4rem !important;
  }
  .features .feature-box .box-content {
    margin: 2rem 0;
  }
  .slick-slide img {
    width: 100%;
  }
  .features .iphone-mockup {
    height: auto;
    margin-bottom: 2rem;
  }
  .innrtxt {
    padding: 1rem 2.5rem;
  }
  .forms .col-md-6 {
    height: auto !important;
  }
  .appdownloadtxt {
    padding: 1rem 2.5rem;
  }
  .appdownloadtxt .col-md-6,
  .appdownloadtxt .col-md-6 .btn-markets {
    float: none !important;
    text-align: center !important;
    margin-bottom: 1rem;
  }
  .video .video-inner .video-caption {
    left: 7%;
  }
  .bluesignup,
  .dbluesignup {
    display: block;
    margin: 1rem auto;
    padding: 0 !important;
  }
}
.contact-form .error,
.contact-form .success,
.subscription-success,
.subscription-error ,.subscription-error-captcha{
  display: none;
}
.subscription-success,
.subscription-error,.subscription-error-captcha {
  font-size: 1.2rem;
}

/*grecaptch style*/
.g-recaptcha{
  margin-bottom:15px;
}
/* .g-recaptcha > div ,.g-recaptcha iframe{
  width:100px !important;
} */
#recaptcha{
  display: inline-block;
}