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

Primary style

-------------------------------- */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}

*, *::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: #ff686b;
  background-color: rgba(25,106,179,1);
  height: 100%; }

.wrapper {
  overflow: hidden; }

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

a:hover {
  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; }

/* 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%);
    /* Effect 12: Letter fill */ }
    .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: 9rem; } }
      .preloader .status .preloader-text:before {
        position: absolute;
        overflow: hidden;
        width: 0;
        color: #ff686b;
        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: #457f3c;
  color: white;
  font-size: 1.8rem;
  line-height: 60px;
  font-weight: 300;
  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: #ae8010;
    color: white;
    -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 {
     color: white;
    -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); }
  
  .btn-markets:active, .btn-markets:focus{color: white !important; background-color: #ae8010 !important;}
/* -------------------------------- 

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: 30px;
  left: 30px;
  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: 18px; } }
  .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: .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 a {
          display: block;
          font-size: 1.2rem;
          color: #ffc7bc;
          text-decoration: none; } 

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

HEADER AND NAVIGATION END

-------------------------------- */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.header {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}
.header .navbar {
  background: #ca4266;
  border: 0 none;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  margin: 0; }
.header .nav a {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  padding: 10px;
  text-align: center; }
  .header .nav a:hover, .header .nav a:active, .header .nav a:focus {
    background: transparent;
    color: #ffe066;
    /* padding: 10px 0; */
    border-width: 0; 
    transform:none;}
  .header .nav a.active {
    color: #ffe066;
    border-width: 0px;
    border-style: solid;
    border-color: #ffe066;
    padding: 9px 0; }

.navbar-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  margin: 0; }
  .navbar-toggle .icon-bar {
    background: #fff;
    width: 16px;
    height: 2px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    
/* -------------------------------- 

SECTIONS START

-------------------------------- */
/* Download Section Start */

.download {
    position: relative;
    float: left;
    width: 100%;
    height: 600px;
    /* background-color: #006B7E; */
    /*background: #22263a url(../images/backgrounds/header-bg.png) top center no-repeat;*/
    /* background-image: linear-gradient(to right, rgb(12, 93, 104) 26%, #2574ab 100%); */
   }
  .download .intro {
    margin-top: 70px;
    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; } }
    
    .download .intro h1 {
      font-size: 8rem;
      margin: 20px 0 65px 0;
      color: #fff }
    .download .intro p {
      color: #fff;
      margin-bottom: 60px; }
      .download .intro .app-store {
		float: none;
		padding: 20px 80px;
	}
      .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 {
    		padding:0px !important;
    	}
      .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%;
    background: white;
    padding: 150px 0px 90px 0px; }
  @media only screen and (max-width: 480px) {
    .features {
      padding: 90px 0; } }
  .features .feature-box {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .features .feature-box {
        text-align: center; } }
    @media only screen and (max-width: 1024px) {
    	.features .feature-box .heading img {
    		width: 23%;
    		margin-top: -19%;
    	}
    	
    	.features .feature-box .heading h2 {
    		font-size: 2rem !important;
    	}
    	
    	.last_feature_img {
    		margin-top:0px !important;
    	}
    }
    @media only screen and (max-width: 768px) {
    	.features .feature-box .heading img {
    		width: 13%;
    		margin-top: 0px;
    	}
    	
    	.features .feature-box .heading h2 {
    		font-size: 2.2rem !important;
    	}
    	
    	.feature_image {
    		margin-bottom: 50px;
    	}

        .reviews .tab-content #overview p, .reviews .tab-content #advantages p {
    		font-size: 1.2rem !important;
    	}
    }
    @media only screen and (max-width: 375px) {
    	.features .feature-box .heading img {
    		width: 13%;
    		margin-top: -13%;
    	}
    	
    	.features .feature-box .heading h2 {
    		font-size: 2rem !important;
    	}
    	
    	h5, .pricing .container h3, .screenshots .container h3 {
    		font-size: 1.8rem !important;
    	}
    	
    	.contacts .container .copyright-text, .links > a {
    		font-size: 1rem !important;
    	}
    	
    	.pricing-faq-que {
    		font-size: 1.4rem !important;
    	}
    	
    	.reviews .review-watermark {
    		font-size: 8rem !important;
    	}
    }
    
    .features .feature-box .heading {
      margin-bottom: 20px; }
      .features .feature-box .heading img {
        display: inline-block;
        margin-right: 10px; }
      .features .feature-box .heading h2 {
        position: relative;
        display: inline-block;
        width: 70% !important;
        font-size: 2.2rem;
        color: black;
        line-height: 28px;
        margin: 0px; }
        @media only screen and (min-width: 992px) {
          .features .feature-box .heading h2 {
            width: 170px; } }
    .features .feature-box .box-content p {
      font-weight: 300;
      color: #505050;
      font-size: 1.4rem;
      line-height: 24px;
      text-align: justify; }
      @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/iphone6-mockup.png) top center no-repeat;
    z-index: 3;
    margin: 0px auto; }
    @media only screen and (min-width: 992px) {
      .features .iphone-mockup {
        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%);
        top: -350px; } }
    @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; }
      @media only screen and (max-width: 480px) {
        .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; } }
    .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: #f2f2f2; }

.video .videoIframe {
    position: relative;
    float: left;
    width: 100%;
    height: 600px;
    overflow: hidden;
    -webkit-transition: all, 1s;
    -moz-transition: all, 1s;
    transition: all, 1s;
    margin-top: -50px; }
    @media only screen and (min-width: 1200px) {
      .video .videoIframe {
        height: 852px; } }
    @media only screen and (max-width: 768px) {
      .video .videoIframe {
        height: 400px; } }
    @media only screen and (max-width: 480px) {
      .video .videoIframe {
        height: 270px; } }

  .video .video-inner {
    position: relative;
    float: left;
    width: 93%;
    height: 600px;
    overflow: hidden;
    -webkit-transition: all, 1s;
    -moz-transition: all, 1s;
    transition: all, 1s;
    margin-top: -50px; }
    @media only screen and (min-width: 1200px) {
      .video .video-inner {
        height: 852px; } }
    @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: rgba(0, 0, 0, 0.7);
      -webkit-transition: background, 0.5s;
      -moz-transition: background, 0.5s;
      transition: background, 0.5s; } */
    .video .video-inner .pause--button,
    .video .video-inner .stop--button,
    .video .video-inner .mute--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,
        .video .video-inner .mute--button {
          font-size: 1.2rem; } }
    .video .video-inner .pause--button {
      position: absolute;
      bottom: 30px;
      right: 10px;
      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: 10px;
          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: #ae8010;
        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; }
        @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: 1.6rem;
          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: #fffff6;
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .reviews {
     } }
  .reviews .container {
    position: relative; }
    .reviews .container .image-section {
      position: absolute;
      top: -100px;
      right: -180px;
      z-index: 4; }
      @media only screen and (max-width: 768px) {
        .reviews .container .image-section {
          opacity: .2;
          z-index: 2; } }
  .reviews .review-watermark {
    position: absolute;
    left: 108px;
    bottom: 35px;
    font-size: 25rem;
    color: #cfe5de;
    opacity: .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; 
    background-color:#cfe5de}
    .reviews .tab-wrapper .nav-tabs {
      display: block;
      margin: 0px auto;
      width: 100%;
      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: 4rem;
          color: rgba(38, 55, 35, 0.61);
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s;
          z-index: 5;
          line-height: 90px;
          outline: none !important; 
          padding: 25px 15px 0px 15px !important;
        }
          @media only screen and (max-width: 480px) {
            .reviews .tab-wrapper .nav-tabs li a {
              line-height: 70px; }
          }
          
          @media only screen and (max-width: 768px) {
          	.reviews .tab-left, .reviews .tab-right {
            	    width: 29% !important;
            }
          }
        .reviews .tab-wrapper .nav-tabs li.active {
          z-index: 3; }
        .reviews .tab-wrapper .nav-tabs li.active a, .reviews .tab-wrapper .nav-tabs li:hover a {
          color: #740202;}
        .reviews .tab-right { border-top: 1px solid #740202;
            display: inline-block;
            height: 12px;
            width: 39%;
            margin-left: 15px;}
        .reviews .tab-content {
            position: relative; 
            padding: 70px 0 70px 0;
            z-index: 2; }
        .reviews .tab-colored {color: #740202;}
    @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: 100%;
      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-target.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-target.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-target.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-target.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-target.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-target .carousel-text,
    .reviews .tab-content #owl-advantages .carousel-text,
    .reviews .tab-content #owl-features .carousel-text {
      padding-bottom: 0px; }
      .reviews .tab-content #overview p, .reviews .tab-content #advantages p {
        width: 100%;
        color: #000000;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        text-align: justify;
        padding: 0 40px 0 10px;}
        @media only screen and (min-width: 1200px) {
          .reviews .tab-content #overview p, .reviews .tab-content #advantages 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-target .carousel-text-info,
      .reviews .tab-content #owl-advantages .carousel-text-info,
      .reviews .tab-content #owl-features .carousel-text-info {
        margin-bottom: 30px; } }
    .reviews .tab-content #owl-reviews .carousel-text-info span,
    .reviews .tab-content #owl-target .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-target .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; }

/* Reviews Section End */
/* Works Section Start */
.works {
  position: relative;
  float: left;
  width: 100%;
  min-height: 800px;
  background: white; }
  @media (min-width: 600px) and (max-width: 768px) {
    .works {
      min-height: 660px; } }
  @media only screen and (max-width: 480px) {
    .works {
      min-height: 400px; } }
  .works .works-caption {
    margin: 30px 0;
    text-align: center; }
    @media only screen and (min-width: 1200px) {
      .works .works-caption {
        margin-top: 20%;
        text-align: left; } }
    .works .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) {
        .works .works-caption h2 {
          font-size: 6.0rem;
          margin-right: 0px; } }
    .works .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) {
        .works .works-caption h1 {
          display: block;
          font-size: 11.0rem;
          line-height: 100px;
          margin-bottom: 0px; } }
      @media only screen and (min-width: 1200px) {
        .works .works-caption h1.ml {
          margin-left: 63px; } }
      @media (min-width: 1200px) and (max-width: 1440px) {
        .works .works-caption h1 {
          font-size: 10rem; } }
  @media only screen and (min-width: 1200px) {
    .works .img-gallery {
      position: absolute;
      width: 800px;
      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%;
            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%); }
        .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; } }
  .works .gallery-navigation {
    float: left;
    width: 100%;
    margin: 30px 0;
    text-align: center; }
    @media only screen and (min-width: 1200px) {
      .works .gallery-navigation {
        position: absolute;
        display: inline-block;
        bottom: 25%;
        left: 0px; } }
    .works .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) {
        .works .gallery-navigation .gallery-line {
          display: block; } }
      @media (min-width: 1200px) and (max-width: 1440px) {
        .works .gallery-navigation .gallery-line {
          width: 100px; } }
    .works .gallery-navigation ul {
      display: inline-block;
      width: 200px;
      text-align: center; }
      @media only screen and (min-width: 1200px) {
        .works .gallery-navigation ul {
          float: left;
          margin-left: 10px; } }
      .works .gallery-navigation ul li {
        display: inline-block;
        margin-left: 10px; }
        .works .gallery-navigation ul li:nth-of-type(2) {
          font-weight: 100; }
        .works .gallery-navigation ul li a {
          color: #acacac;
          text-decoration: none; }

/* Works Section End */
/* Stats Section Start */
.stats {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1230px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(-180deg, #e15558, #da4164);
  background-image: linear-gradient(-180deg, #e15558, #da4164); }
  @media only screen and (min-width: 992px) {
    .stats {
      padding: 170px 0; } }
  .stats .stats-counters {
    margin-bottom: 60px; }
    @media only screen and (min-width: 1200px) {
      .stats .stats-counters {
        margin-bottom: 0px; } }
  .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: #f97374; }
    .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: #f97374; }
      .stats .circular-progressbar svg .circle-color {
        stroke: #ffe066;
        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: #ffe066;
    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 .figaro-icon-wrapper.mt90 {
    margin-top: 60px; }
    @media only screen and (min-width: 992px) {
      .stats .figaro-icon-wrapper.mt90 {
        margin-top: 90px; } }
  .stats .figaro-icon-wrapper .figaro-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 .figaro-icon-wrapper .figaro-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 .figaro-icon-wrapper .figaro-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 .figaro-icon-wrapper .figaro-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-top: 60px;
    margin-bottom: 60px;
    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@2x.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: #22263a url(../images/backgrounds/header-bg.png) top center no-repeat;
  min-height: 40px; }
  .contacts .back-to-top {
    position: fixed;
    display: block;
    width: 70px;
    height: 60px;
    background: black;
    bottom: 45px;
    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: .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: 170px;
    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; }
  .contacts .container {
    padding-top: 30px; }
    .contacts .container h3 {
    	color: white;
    	margin-bottom: 30px;
    	text-align: center;
    }
    .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; }
      @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: 3.6rem;
      color: white;
      text-align: center; }
      .contacts .container .email-address span {
        text-decoration: underline; }
      @media only screen and (min-width: 992px) {
        .contacts .container .email-address {
          text-align: left; } }
    .contacts .container .telephone {
      font-size: 3.6rem;
      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: #fff;
      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; }
      @media only screen and (min-width: 992px) {
        .contacts .container .social {
          float: right;
          text-align: left;
          margin-top: 0px;
          margin-bottom: 0px; } }
      .contacts .container .social li {
        display: inline-block;
        margin-left: 40px; }
        @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: #323232;
            margin-right: 5px;
            top: 2px;
            -webkit-transition: color, 0.5s;
            -moz-transition: color, 0.5s;
            transition: color, 0.5s; }
          .contacts .container .social li a:hover i.fa-facebook-square {
            color: #3b5998; }
          .contacts .container .social li a:hover.facebook {
            color: #3b5998; }
          .contacts .container .social li a:hover i.fa-pinterest {
            color: #cb2027; }
          .contacts .container .social li a:hover.pinterest {
            color: #cb2027; }
          .contacts .container .social 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 .contact-form {
    /* position: relative;
    z-index: 10;
    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 #f97374;
      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: #f97374; }
    .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; }
        @media only screen and (max-width: 768px) {
          .contacts .contact-form form .close-btn {
            right: 50%;
            margin-right: -12px;
            top: -40px; } }
        .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;
        border: 0px;
        padding-left: 30px;
        color: #000;
        font-size: 18px; }
        .contacts .contact-form .form-group .form-control::-webkit-input-placeholder {
          color: #b3b3b3; }
        .contacts .contact-form .form-group .form-control::-moz-placeholder {
          color: #b3b3b3; }
        .contacts .contact-form .form-group .form-control:-moz-placeholder {
          color: #b3b3b3; }
        .contacts .contact-form .form-group .form-control:-ms-input-placeholder {
          color: #b3b3b3; }
        .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; }

/* Footer End */
