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

body {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-size: 20px;
  line-height: 34px; }
  @media (max-width: 767px) {
    body {
      font-size: 18px;
      line-height: 26px; } }

img {
  width: 100%; }

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

a:active,
a:focus,
a:hover {
  color: #ff8813;
  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; }

section {
  padding: 80px 0; }

.title-h {
  font-size: 52px;
  margin-bottom: 30px;
  line-height: 60px;
  color: #000;
  font-weight: 300; }
  @media (max-width: 767px) {
    .title-h {
      font-size: 40px;
      line-height: 46px; } }

.title-p {
  font-size: 20px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 30px; }

.little-h {
  color: #ff8813;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: 'Rock Salt', cursive; }

.btn {
  font-size: 16px;
  font-weight: 700;
  border-radius: 60px;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  text-transform: uppercase;
  padding: 12px 35px;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.15);
  border: 3px solid #ff8813;
  background-color: #ff8813;
  color: #fff;
  margin: 20px 0;
  transition: all .4s ease-in-out; }

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  background-color: transparent;
  border: 3px solid #ff8813;
  color: #ff8813; }

.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: #ff8813;
  border-color: #ff8813; }

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

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

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

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

/*****hero start******/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  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: 35px;
        line-height: 40px; } }
  .hero h2 {
    font-size: 26px; }
    @media (max-width: 768px) {
      .hero h2 {
        font-size: 22px;
        line-height: 28px; } }

.hero .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8813+0,c71584+49,3e017a+100 */
  background: #ff8813;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 136, 19, 0.9) 0%, rgba(199, 21, 132, 0.9) 49%, rgba(62, 1, 122, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 136, 19, 0.9) 0%, rgba(199, 21, 132, 0.9) 49%, rgba(62, 1, 122, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 136, 19, 0.9) 0%, rgba(199, 21, 132, 0.9) 49%, rgba(62, 1, 122, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8813', endColorstr='#3e017a',GradientType=0 );
  /* IE6-9 */ }

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

.hero .btn {
  font-size: 22px;
  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 33px;
      margin-bottom: 20px;
      margin-top: 15px; } }

/*****hero end******/
.steps-section {
  margin-top: -95px; }
  @media (max-width: 768px) {
    .steps-section {
      margin-top: 80px; } }
  .steps-section h3 {
    position: absolute;
    top: 0;
    left: 50px;
    margin-top: -40px;
    color: rgba(255, 136, 19, 0.6);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 180px;
    font-family: "Rock Salt", cursive; }
    @media (max-width: 500px) {
      .steps-section h3 {
        left: 15px; } }
  .steps-section h1 {
    font-size: 24px;
    line-height: 28px;
    padding: 0 40px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
    @media (max-width: 768px) {
      .steps-section h1 {
        margin-bottom: 80px; } }
  .steps-section .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-section .circular--landscape img {
    width: auto;
    height: 100%;
    margin-left: -50px; }

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

/**********intro end********/
/****quote start*****/
.quote {
  position: relative;
  background-position: center;
  background-attachment: fixed;
  padding: 140px 0; }
  @media (max-width: 767px) {
    .quote {
      padding: 60px 0; } }
  .quote .back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8813+0,c71584+49,3e017a+100 */
    background: #ff8813;
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 136, 19, 0.9) 0%, rgba(199, 21, 132, 0.9) 49%, rgba(62, 1, 122, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 136, 19, 0.9) 0%, rgba(199, 21, 132, 0.9) 49%, rgba(62, 1, 122, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 136, 19, 0.9) 0%, rgba(199, 21, 132, 0.9) 49%, rgba(62, 1, 122, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8813', endColorstr='#3e017a',GradientType=0 );
    /* IE6-9 */
    z-index: 1; }
  .quote h3 {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }
  .quote .btn {
    min-width: 200px;
    font-size: 20px;
    margin-top: 55px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4); }
    @media (max-width: 991px) {
      .quote .btn {
        margin-bottom: 30px;
        margin-top: 10px;
        font-size: 18px; } }

/*****quote end**********/
/*****tc- footer start******/
.tc-footer {
  width: 100%;
  position: relative;
  padding: 60px 0 40px 0; }
  .tc-footer .footer-title {
    color: #ff8813;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    position: relative;
    margin: 30px 0 10px 0; }
  .tc-footer a {
    color: #ff8813;
    font-size: 28px;
    letter-spacing: 1px; }
  .tc-footer a:hover {
    color: #ccc; }
  .tc-footer p {
    color: #ccc;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 35px; }
  .tc-footer .back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222;
    z-index: 0; }
  @media (max-width: 768px) {
    .tc-footer span {
      display: block; } }

/*********footer end**********/
/***********stats start*************/
.stats {
  padding-bottom: 100px; }
  .stats h1 {
    font-size: 140px;
    font-weight: 900;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8813+0,c71584+49,3e017a+100 */
    background: #ff8813;
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 136, 19, 0.9) 0%, rgba(199, 21, 132, 0.9) 49%, rgba(62, 1, 122, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 136, 19, 0.9) 0%, rgba(199, 21, 132, 0.9) 49%, rgba(62, 1, 122, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 136, 19, 0.9) 0%, rgba(199, 21, 132, 0.9) 49%, rgba(62, 1, 122, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8813', endColorstr='#3e017a',GradientType=0 );
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 768px) {
      .stats h1 {
        font-size: 100px; } }
  .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-bottom: 100px; }
  .pricing .pricing-box {
    padding: 15px;
    border: 1px solid rgba(255, 136, 19, 0.3);
    border-radius: 10px;
    margin-top: 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, 136, 19, 0.3);
      padding-bottom: 25px;
      font-size: 24px;
      margin-bottom: 0; }
    .pricing .pricing-box h3 {
      border-bottom: 1px solid rgba(255, 136, 19, 0.3);
      padding-bottom: 20px;
      margin-top: 0;
      padding-top: 20px;
      font-size: 50px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8813+0,c71584+49,3e017a+100 */
      background: #ff8813;
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(255, 136, 19, 0.9) 0%, rgba(199, 21, 132, 0.9) 69%, rgba(62, 1, 122, 0.9) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 136, 19, 0.9) 0%, rgba(199, 21, 132, 0.9) 69%, rgba(62, 1, 122, 0.9) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 136, 19, 0.9) 0%, rgba(199, 21, 132, 0.9) 69%, rgba(62, 1, 122, 0.9) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8813', endColorstr='#3e017a',GradientType=0 );
      /* IE6-9 */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .pricing .pricing-box a {
      font-size: 32px;
      color: #404040;
      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, 136, 19, 0.3);
      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: #ff8813;
    -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;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8813+0,c71584+49,3e017a+100 */
    background: #ff8813;
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 136, 19, 0.9) 0%, rgba(199, 21, 132, 0.9) 49%, rgba(62, 1, 122, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 136, 19, 0.9) 0%, rgba(199, 21, 132, 0.9) 49%, rgba(62, 1, 122, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 136, 19, 0.9) 0%, rgba(199, 21, 132, 0.9) 49%, rgba(62, 1, 122, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8813', endColorstr='#3e017a',GradientType=0 );
    /* IE6-9 */ }

.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: 30px;
  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 */
