html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px; }

img {
  width: 100%; }

.sep-img {
  width: 150px; }

a {
  color: #6f6f6f;
  outline: none;
  text-decoration: none; }

a:active,
a:focus,
a:hover {
  color: #ff00ff;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none; }

p {
  color: #333; }

.btn {
  color: #fff;
  background-color: #b300b3;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 2px;
  border: 3px solid #b300b3;
  font-family: "Oswald", sans-serif; }

.btn:hover {
  color: #fff;
  background-color: #ff00ff;
  border-color: #ff00ff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.btn:focus {
  color: #fff;
  background-color: #ff00ff;
  border-color: #ff00ff; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #ff00ff;
  border-color: #ff00ff; }

.btn:not(:disabled):not(.disabled).active, .btny:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle {
  color: #fff;
  background-color: #ff00ff;
  border-color: #ff00ff; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #ff00ff;
  border-color: #ff00ff; }

.btn:focus {
  box-shadow: none; }

.btn.focus, .btn:focus {
  box-shadow: none; }

/*****hero start******/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 82vh;
  width: 100%;
  position: relative; }
  @media (max-width: 767px) {
    .hero {
      min-height: 100vh; } }
  .hero img {
    width: 250px;
    margin-top: 20px;
    padding-bottom: 10px; }
  .hero h1 {
    font-size: 58px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .hero h1 {
        font-size: 36px;
        line-height: 40px; } }
  .hero h2 {
    font-size: 26px; }

.hero .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.1); }

.hero-title {
  margin-top: 7vh;
  margin-bottom: 120px;
  z-index: 3;
  color: #fff; }
  @media (max-width: 767px) {
    .hero-title {
      margin-top: 30%;
      margin-bottom: 10px; } }

.hero .btn {
  padding: 12px 28px;
  font-size: 26px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 40px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5); }
  @media (max-width: 991px) {
    .hero .btn {
      font-size: 16px;
      padding: 12px 23px;
      margin-bottom: 20px; } }

/*****hero end******/
.steps {
  margin-top: -95px; }
  @media (max-width: 768px) {
    .steps {
      margin-top: 80px; } }
  .steps h3 {
    position: absolute;
    top: 0;
    left: 30px;
    margin-top: -70px;
    color: rgba(255, 0, 255, 0.3);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 240px;
    font-family: "Oswald", sans-serif; }
  .steps h1 {
    font-size: 24px;
    line-height: 28px;
    padding: 0 40px;
    font-weight: 400; }
    @media (max-width: 768px) {
      .steps h1 {
        margin-bottom: 80px; } }
  .steps .circular--landscape {
    display: inline-block;
    position: relative;
    width: 270px;
    height: 270px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5); }
  .steps .circular--landscape img {
    width: auto;
    height: 100%;
    margin-left: -50px; }

/*********intro-start*******/
.intro {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: rgba(77, 0, 77, 0.03);
  margin-top: 80px; }

.intro p {
  color: #333;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
  margin-top: 10px; }

.intro h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 60px;
  margin-top: 20px;
  text-transform: none; }
  @media (max-width: 768px) {
    .intro h3 {
      margin-top: 0px; } }

/**********intro end********/
/****quote start*****/
.quote {
  position: relative;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  padding: 140px 0; }
  .quote .back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 26, 26, 0.5);
    z-index: 1; }
  .quote h3 {
    color: #fff;
    font-weight: 600;
    font-size: 54px;
    line-height: 60px;
    text-shadow: 0px 0px 5px #000;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px; }
  .quote .btn {
    padding: 13px 30px;
    margin-top: 55px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6); }
    @media (max-width: 991px) {
      .quote .btn {
        margin-bottom: 30px;
        margin-top: 20px; } }

/*****quote end**********/
/*****tc- footer start******/
.tc-footer {
  width: 100%;
  position: relative;
  padding: 40px 0 40px 0; }
  .tc-footer .footer-title {
    color: #ff00ff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    line-height: 22px;
    position: relative;
    margin: 30px 0 10px 0; }
  .tc-footer a {
    color: #ff00ff;
    font-size: 28px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px; }
  .tc-footer a:hover {
    color: #ccc; }
  .tc-footer p {
    color: #ccc;
    font-size: 22px;
    margin-bottom: 35px; }
  .tc-footer .back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 0; }

/*********footer end**********/
/***********stats start*************/
.stats {
  padding-bottom: 100px; }
  .stats h1 {
    font-size: 140px;
    font-weight: 900;
    background: -webkit-linear-gradient(#ff00ff, #990099, #4d004d, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Oswald", sans-serif; }
  .stats h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 60px;
    margin-top: 100px;
    text-transform: none; }
  .stats span {
    font-size: 110px;
    font-weight: 700; }
  .stats p {
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px;
    font-weight: 400; }

/*******stats end************/
/*************pricing start*********/
.pricing {
  padding-top: 50px;
  padding-bottom: 100px; }
  .pricing h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 60px;
    margin-top: 30px;
    text-transform: none; }
  .pricing p {
    font-size: 28px;
    line-height: 34px;
    padding: 0 20px;
    font-weight: 400;
    margin-bottom: 70px; }
  .pricing .pricing-box {
    padding: 15px;
    border: 1px solid rgba(255, 0, 255, 0.2);
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .pricing .pricing-box ul {
      list-style: none;
      padding-left: 0; }
    .pricing .pricing-box h2 {
      border-bottom: 1px solid rgba(255, 0, 255, 0.15);
      padding-bottom: 25px;
      font-family: "Oswald", sans-serif;
      font-size: 24px;
      margin-bottom: 0; }
    .pricing .pricing-box h1 {
      border-bottom: 1px solid rgba(255, 0, 255, 0.15);
      padding-bottom: 20px;
      margin-top: 0;
      padding-top: 20px;
      font-size: 50px;
      font-weight: 700;
      font-family: "Oswald", sans-serif;
      background: -webkit-linear-gradient(#ff00ff, #990099, #333);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .pricing .pricing-box a {
      font-size: 32px;
      color: #404040;
      font-family: "Oswald", sans-serif;
      margin-bottom: 0;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    .pricing .pricing-box a:hover {
      color: #fff; }
    .pricing .pricing-box li {
      padding: 5px 0;
      color: #666;
      font-size: 15px; }
    .pricing .pricing-box .price {
      border-top: 1px solid rgba(255, 0, 255, 0.15);
      padding: 25px 0;
      -webkit-transition: all 0.9s ease-in-out;
      -moz-transition: all 0.9s ease-in-out;
      -ms-transition: all 0.9s ease-in-out;
      -o-transition: all 0.9s ease-in-out;
      transition: all 0.9s ease-in-out; }

.pricing-box:hover {
  box-shadow: -1px 1px 25px rgba(0, 0, 0, 0.2); }
  .pricing-box:hover a {
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .pricing-box:hover h1 {
    color: #ff00ff;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  .pricing-box:hover .price {
    border-top: none;
    background: -webkit-linear-gradient(#ff00ff, #990099, #4d004d, #333); }

.pricing-best {
  box-shadow: 0px 0px 5px rgba(102, 0, 102, 0.8); }

/********pricing end*********/
.main-example {
  margin: 0 auto;
  width: 355px; }

.main-example .countdown-container {
  height: 130px; }

.main-example .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 95px;
  width: 65px;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.main-example .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  line-height: 2.9em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat; }

.main-example .count.top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.main-example .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.main-example .label {
  font-size: normal;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%; }

/* Animation start */
.main-example .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3; }

.main-example .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2; }

/* Animation end */
.main-example .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }

.main-example .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg); }

@media screen and (max-width: 48em) {
  .main-example {
    width: 100%; }

  .main-example .countdown-container {
    height: 100px; }

  .main-example .time {
    height: 70px;
    width: 48px; }

  .main-example .count {
    font-size: 1.5em;
    line-height: 70px; }

  .main-example .label {
    font-size: 0.8em;
    top: 72px; } }

/*# sourceMappingURL=style.css.map */
