body {
	font-family: 'Chivo', sans-serif;
    color: #212121;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}
section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
p {
  line-height: 2rem;
}
/*hr {
  border-width: 2px;
  border-style: solid;
  width: 75%;
  text-align: left!important;
  margin: 0;
  padding: 0;

}*/
/*--------------------------------------<Color Section>---------------------------------------------*/

.dki-color1 {
	background-color: #ed262b;
}
.dki-color1-txt {
	color: #ed262b;
}
.dki-color2 {
	background-color: #11fa15;
}
.dki-color2-txt {
	color: #11fa15;
}
.dki-color3 {
	background-color: #fff;
}
.dki-color3-txt {
	color: #fff;
}
.dki-color4 {
	background-color: #000;
}
.dki-color4-txt {
	color: #000;
}
.dki-color5 {
	background-color: #212121;
}
.dki-color5-txt {
	color: #212121;
}
.dki-color6 {
	background-color: #0f0;
}
.dki-color6-txt {
	color: #0f0;
}

.dki-trans1 {
	background: rgba(0, 0, 0, 0.5);
}

.shadow {
	text-shadow: 2px 2px 6px #000000;
}

.lt-shadow {
	text-shadow: 2px 2px 6px grey;
}
.rev-shadow {
	text-shadow: 2px 2px 6px #ffffff;
}
.png-shadow {
        -webkit-filter: drop-shadow(5px 5px 5px #000);
        filter: drop-shadow(5px 5px 5px #000);
}
.box-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.btn.dki-color1:hover {
    background-color: #fff;
    color: #000;
    font-weight: bold;
}
.btn.dki-color2:hover {
    background-color: #fff;
    color: #000;
    font-weight: bold;
}
/*--------------------------------------</Color Section>---------------------------------------------*/
/*--------------------------------------<BG Section>---------------------------------------------*/
.bg1 {
    background-image: url("../img/bg1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg2 {
    background-image: url("../img/clean.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*--------------------------------------</BG Section>---------------------------------------------*/
/*--------------------------------------<Nav Section>---------------------------------------------*/
nav {
    position: relative;
    z-index: 1000;
    height: 80px;
    line-height: 80px;
}

nav ul a,
nav .brand-logo {
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.5rem;
}
nav ul a:hover {
  background-color: #ed262b;
    color: #fff;
}
ul.dropdown-content {
	background-color: #000;
}

ul#dropdownServe.dropdown-content li>a{
	background-color: #000;
	font-size: 1.4rem;
	text-shadow: 2px 2px 6px #000;
	color: #FFF;
	padding-left: 15px;
	padding-right: 15px;

}
ul#dropdownServe.dropdown-content li>a:hover{
	background-color: #ed262b;
	text-shadow: 2px 2px 6px #000;
	color: #FFF!important;
    padding-left: 15px;
	padding-right: 15px;
}
i.right {
    	float: right;
    	margin-left: 2px;
	}
/*.nav-wrapper {
  display: flex;
  align-items: center;
}*/

#logo {
    position: absolute!important;
	z-index: 10000!important;
}

.sidenav-trigger i {
    color: #ed262b;
    font-size: 3.0rem!important;
}

#nav-mobile {
    z-index: 10001;
}
#nav-mobile li>a:hover {
    background-color: #ed262b;
}
/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
    /* insert styles here */
    nav .container {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    
    }

/*--------------------------------------</Nav Section>---------------------------------------------*/

/*--------------------------------------<Hero Section>---------------------------------------------*/
.hero {
    position: relative;
    z-index: 1;
    height: calc(100vh - 80px)!important;
    background-color: #fff;
    background-image: url("../img/power_wash_home_bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.head-space {
    margin-top: 5.5rem;
}
.top-space2 {
	margin-top: 2.5rem;
}
.slider {
    position: relative;
    z-index: 1;
    height: calc(100vh - 80px)!important;
    background-color: #000;
}

.slider-text {
  position: relative;
  top: 50%;
  left: 0%;
  transform: translate(0%, 50%);
  z-index: 9999;
    text-align: center;
}
.slider .slides {
    background-color: transparent;
    height: 100%;
}
.slider .slides li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 1s ease-in-out;
}

.slides li.active {
  opacity: .7!important;
  z-index: 1;
}

.slider .indicators {
    z-index: 9999;
}
.slide1 {
    background-image: url("../img/landscape_slide5.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide2 {
    background-image: url("../img/landscape_slide6.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide3 {
    background-image: url("../img/landscape_slide7.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
    /* insert styles here */
    .slider-text {
        position: absolute;
        top: 10%;
        left: 10%;
        transform: translate(0%, 0%);
        padding: 10px;
        z-index: 9999;
    }
}

@media only screen and (max-width: 600px) {
    .hero h1 {
        font-size: 3.2rem;
    }
    .hero {
        position: relative;
        z-index: 1;
        height: calc(100vh - 80px)!important;
        background-color: #fff;
        background-image: url("../img/power_wash_home_bg.webp");
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .slider {
        position: relative;
        z-index: 1;
        /*height: calc(100vh - 135px)!important;*/
        height: 50vh!important;
        background-color: #000;
    }
    .slider-text {
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        padding: 10px;
        z-index: 9999;
        text-align: center;
    }
    .slider-text h1{
        font-size: 2.2rem;
        padding-top: 0;
    }
    #index-banner h1{
         font-size: 3.0rem;
    }
    #index-banner h4{
         font-size: 1.5rem;
    }
    header .parallax-container {
        min-height: 375px;
        height: auto;
    }
    
}
/*--------------------------------------</Hero Section>---------------------------------------------*/

/*--------------------------------------<3 Card Section>---------------------------------------------*/
#card3 .card {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
}

#card3 .card .card-content {
  padding: 24px;
}

#card3 .card .card-title {
  font-size: 2.0rem;
  margin-bottom: 24px;
}

#card3 .card .icon {
  font-size: 7.5rem;
  color: #11fa15;
  margin-bottom: 16px;
}

#card3 {
  background-image: url('../img/criss_cross.svg');
  background-size: cover;
  background-position: center;
}

.mini123 {
	width: 85px;
	height: 85px;
	position: relative;
    left: -20px;
	bottom: -70px;
	z-index: 20;
	background-color: #ed262b;
	color: #fff;
	font-family: 'Acme', sans-serif;
	font-size: 3.5rem;
	font-weight: bold;
}
.arrow {
	width: 85px;
	height: 85px;
	position: relative;
    left: 300px;
	bottom: 210px;
	z-index: 20;
	font-weight: bold;
}
.arrow .icon {
    font-size: 7.5rem;
    color: #000;

}
.big-card {
	font-family: 'Acme', sans-serif;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 0px;
}


/*--------------------------------------</3 Card Section>---------------------------------------------*/
/*--------------------------------------<Benefits>---------------------------------------------*/
#benefits {
    background-image: url('../img/clean.webp');
    background-size: cover;
    background-position: center;
}
#benefits .card.small {
    height: 250px;
}

/*--------------------------------------</Benefits>---------------------------------------------*/
/*--------------------------------------<Serve Card Section>---------------------------------------------*/
.serve-card {
	font-family: 'Ubuntu', sans-serif;
	font-size: 2.5rem;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;
	color: white;
    width: 100%;
}
.serve1 {
	background-image: url("../img/serve-flowers.webp");
	background-size: 100% 100%;
}
.serve2 {
	background-image: url("../img/serve-mulch.webp");
	background-size: 100% 100%;
}
.serve3 {
	background-image: url("../img/serve-mulch2.webp");
	background-size: 100% 100%;
}
.serve4 {
	background-image: url("../img/serve-tree.webp");
	background-size: cover;
}
.serve5 {
	background-image: url("../img/serve-seed.webp");
	background-size: cover;
}
.serve6 {
	background-image: url("../img/serve-more.webp");
	background-size: cover;
}
.serve7 {
	background-image: url("../img/serve-rock.webp");
	background-size: cover;
}
.serve8 {
	background-image: url("../img/serve-equip.webp");
	background-size: cover;
    opacity: 0.5;
}
.card-image {
  position: relative;
  overflow: hidden;
    background-color: #000;
}
.card-image img {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.card-image:hover img {
  opacity: 1;
}
.card .card-title.serve-card {
    font-size: 2.5rem;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;
	color: white;
    width: 100%;
    left: initial;
    bottom: initial;
}


/*--------------------------------------</Serve Card Section>---------------------------------------------*/

/*--------------------------------------</Review Card Section>---------------------------------------------*/
#review {
    background-image: url('../img/abs_bg.webp');
    background-size: cover;
    background-position: center;
}
#review .card {
    min-height: 300px;
}

/*--------------------------------------</Review Card Section>---------------------------------------------*/

/*--------------------------------------<Parallax Footer>-------------------------------------------------*/
.parallax-container3 {
  height: 380px;
  overflow: hidden;
  position: relative;
}

.parallax-content {
  background-image: url('../img/truck.webp');
  background-size: cover;
  background-attachment: fixed; /* or local */
  background-position: right;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 1366px) {
  .parallax-content {
    background-image: url('../img/truck2.webp');
  }
}
@media only screen and (max-width: 600px) {
    .parallax-container3 {
        height: 250px;
        overflow: hidden;
        position: relative;
    }
    .parallax-content {
        background-image: url('../img/truck2.webp');
        background-size: cover;
        background-attachment: local; /* or local */
        background-position: right;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
}

/*--------------------------------------</Parallax Footer>------------------------------------------------*/

/*--------------------------------------<Admin Section>-------------------------------------------------*/

.img-label label {
    margin-top: -35px;
}



/*--------------------------------------</Admin Section>-------------------------------------------------*/
.img-container {
  position: relative;
  height: 400px; /* Adjust the height as needed */
}
.img-clip {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0, auto, 400px, 0);
  width: 100%;
  height: 100%;
}


.card-wrapper {
  display: flex!important;
  flex-wrap: wrap!important;
}
.card-wrapper .card {
  display: flex!important;
  flex-direction: column!important;
}

.card-wrapper .card-content {
  flex-grow: 1!important;
}
.card-wrapper .card-content {
     height: 300px;
}
.carousel {
	min-height: 450px;
}
.middle-indicator{
   position:absolute;
   top:50%;
   }
  .middle-indicator-text{
   font-size: 4.2rem;
  }
  a.middle-indicator-text{
    color:white !important;
  }
.content-indicator{
    width: 64px;
    height: 64px;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; 
  }
    .indicators{
  	visibility: visible;
  }

.parallax-container {
  min-height: 475px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
#serve.parallax-container, #choose.parallax-container, #test.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  background-color: rgba(0,0,0,.7);
}
.small {
    font-size: 0.9rem;
}
.special {
    font-size: 6.5rem;
}
.flex {
    flex: auto;
}
.marg5 {
	margin: 5px;
}
.rd-corner {
	border-radius: 20px 0px 20px 0px;
}
.top-rd-corner {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.btn-space {
    margin-top: 1rem;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.benefit {
    text-indent: -10px;
	margin-left: 40px;
	font-size: 1.9rem;
    line-height: 2.2rem;
}
.top-space {
	margin-top: 25px;
}


.star {
    font-size: 3rem;
}
.thumb {
    font-size: 5rem;
    margin: 15px;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; 
  width: 100%;
  overflow: hidden;
}
#test p {
    font-size: 1.5rem;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}


/*.input-field label {
  position: absolute;
  top: -18px;
  left: 0;
  font-size: 16px;
  color: #9e9e9e;
  pointer-events: none;
  transition: 0.2s ease all;
}

.input-field textarea:focus + label,
.input-field textarea:valid + label {
  font-size: 12px;
  top: -36px;
  color: #008c9e;
}*/
/*.tiny-pad {
  padding-top: 20px!important;
}*/
.tox-tinymce {
  margin-top: 50px!important;
}



/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
    /* insert styles here */
    .container {
        width: 95%;
    }
}
@media only screen and (max-width : 992px) {
/*  .parallax-container .section {
    position: absolute;
    top: 40%;
  }*/
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
    .benefit {
        text-indent: -10px;
	    margin-left: 40px;
        font-size: 1.5rem;
    }
}







.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}










.center-transform-origin {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.right-transform-origin {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.top-transform-origin {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.bottom-transform-origin {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}

.left-transform-origin {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.perspective-wrapper {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.rotate-y-in-out.right-transform-origin {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

.rotate-x-in-out.top-transform-origin {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

.perspective-wrapper .laptop-preview-sizer.lid-tilt-in-out {
  -webkit-transform: rotateX(45deg);
          transform: rotateX(45deg);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.perspective-wrapper .laptop-preview-sizer.lid-tilt-in-out.active {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.perspective-wrapper .phone-preview-sizer.phone-arc-in-out {
  max-width: 200px;
  -webkit-transform: rotateY(30deg);
          transform: rotateY(30deg);
}

.perspective-wrapper .phone-preview-sizer.phone-arc-in-out.active {
  -webkit-transform: translateX(1000px) rotateY(-30deg);
          transform: translateX(1000px) rotateY(-30deg);
}

.staggered-transition-wrapper[data-disabled="true"] .fade-in-out,
.staggered-transition-wrapper[data-disabled="true"] .fade-in {
  opacity: 1;
}

.staggered-transition-wrapper[data-disabled="true"] .fade-out-in,
.staggered-transition-wrapper[data-disabled="true"] .fade-out {
  opacity: 0;
}

.fade-in-out,
.fade-in {
  opacity: 0;
}

.fade-in-out.active, .fade-in-out[data-disabled="true"],
.fade-in.active,
.fade-in[data-disabled="true"] {
  opacity: 1;
}

.fade-in-out.no-tween,
.fade-in.no-tween {
  transition: opacity 0.3s;
}

.fade-out-in,
.fade-out {
  opacity: 1;
}

.fade-out-in.active, .fade-out-in[data-disabled="true"],
.fade-out.active,
.fade-out[data-disabled="true"] {
  opacity: 0;
}

.fade-out-in.no-tween,
.fade-out.no-tween {
  transition: opacity 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .scale-in-out,
.staggered-transition-wrapper[data-disabled="true"] .scale-in {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.staggered-transition-wrapper[data-disabled="true"] .scale-out-in,
.staggered-transition-wrapper[data-disabled="true"] .scale-out {
  -webkit-transform: scale(.5);
          transform: scale(.5);
}

.scale-in-out,
.scale-in {
  -webkit-transform: scale(.5);
          transform: scale(.5);
}

.scale-in-out.active, .scale-in-out[data-disabled="true"],
.scale-in.active,
.scale-in[data-disabled="true"] {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scale-in-out.no-tween,
.scale-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.scale-out-in,
.scale-out {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scale-out-in.active, .scale-out-in[data-disabled="true"],
.scale-out.active,
.scale-out[data-disabled="true"] {
  -webkit-transform: scale(.5);
          transform: scale(.5);
}

.scale-out-in.no-tween,
.scale-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .up-in-out,
.staggered-transition-wrapper[data-disabled="true"] .up-in {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.staggered-transition-wrapper[data-disabled="true"] .up-out-in,
.staggered-transition-wrapper[data-disabled="true"] .up-out {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

.up-in-out,
.up-in {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

.up-in-out.active, .up-in-out[data-disabled="true"],
.up-in.active,
.up-in[data-disabled="true"] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.up-in-out.no-tween,
.up-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.up-out-in,
.up-out {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.up-out-in.active, .up-out-in[data-disabled="true"],
.up-out.active,
.up-out[data-disabled="true"] {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

.up-out-in.no-tween,
.up-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .right-in-out,
.staggered-transition-wrapper[data-disabled="true"] .right-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.staggered-transition-wrapper[data-disabled="true"] .right-out-in,
.staggered-transition-wrapper[data-disabled="true"] .right-out {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.right-in-out,
.right-in {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.right-in-out.active, .right-in-out[data-disabled="true"],
.right-in.active,
.right-in[data-disabled="true"] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.right-in-out.no-tween,
.right-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.right-out-in,
.right-out {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.right-out-in.active, .right-out-in[data-disabled="true"],
.right-out.active,
.right-out[data-disabled="true"] {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.right-out-in.no-tween,
.right-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .down-in-out,
.staggered-transition-wrapper[data-disabled="true"] .down-in {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.staggered-transition-wrapper[data-disabled="true"] .down-out-in,
.staggered-transition-wrapper[data-disabled="true"] .down-out {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.down-in-out,
.down-in {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.down-in-out.active, .down-in-out[data-disabled="true"],
.down-in.active,
.down-in[data-disabled="true"] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.down-in-out.no-tween,
.down-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.down-out-in,
.down-out {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.down-out-in.active, .down-out-in[data-disabled="true"],
.down-out.active,
.down-out[data-disabled="true"] {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.down-out-in.no-tween,
.down-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .left-in-out,
.staggered-transition-wrapper[data-disabled="true"] .left-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.staggered-transition-wrapper[data-disabled="true"] .left-out-in,
.staggered-transition-wrapper[data-disabled="true"] .left-out {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.left-in-out,
.left-in {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.left-in-out.active, .left-in-out[data-disabled="true"],
.left-in.active,
.left-in[data-disabled="true"] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.left-in-out.no-tween,
.left-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.left-out-in,
.left-out {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.left-out-in.active, .left-out-in[data-disabled="true"],
.left-out.active,
.left-out[data-disabled="true"] {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.left-out-in.no-tween,
.left-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .rotate-y-in-out,
.staggered-transition-wrapper[data-disabled="true"] .rotate-y-in {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.staggered-transition-wrapper[data-disabled="true"] .rotate-y-out-in,
.staggered-transition-wrapper[data-disabled="true"] .rotate-y-out {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.rotate-y-in-out,
.rotate-y-in {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.rotate-y-in-out.active, .rotate-y-in-out[data-disabled="true"],
.rotate-y-in.active,
.rotate-y-in[data-disabled="true"] {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.rotate-y-in-out.no-tween,
.rotate-y-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.rotate-y-out-in,
.rotate-y-out {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.rotate-y-out-in.active, .rotate-y-out-in[data-disabled="true"],
.rotate-y-out.active,
.rotate-y-out[data-disabled="true"] {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.rotate-y-out-in.no-tween,
.rotate-y-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .rotate-x-in-out,
.staggered-transition-wrapper[data-disabled="true"] .rotate-x-in {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.staggered-transition-wrapper[data-disabled="true"] .rotate-x-out-in,
.staggered-transition-wrapper[data-disabled="true"] .rotate-x-out {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.rotate-x-in-out,
.rotate-x-in {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.rotate-x-in-out.active, .rotate-x-in-out[data-disabled="true"],
.rotate-x-in.active,
.rotate-x-in[data-disabled="true"] {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.rotate-x-in-out.no-tween,
.rotate-x-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.rotate-x-out-in,
.rotate-x-out {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.rotate-x-out-in.active, .rotate-x-out-in[data-disabled="true"],
.rotate-x-out.active,
.rotate-x-out[data-disabled="true"] {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.rotate-x-out-in.no-tween,
.rotate-x-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.pricing-table {
  margin-top: 50px;
  border: 2px solid #0F0;
}

.pricing-table.featured {
  margin-top: 0;
}

.pricing-table.featured .pricing-header {
  padding: 45px 0;
}

.pricing-table .pricing-header {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.pricing-table .pricing-header i {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  padding-left: 5px;
  margin-left: -40px;
  font-size: 3.0rem;
  background-color: #f5f5f5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pricing-table .pricing-header .price {
  font-size: 60px;
  line-height: 60px;
}

.pricing-table .pricing-header .price .currency,
.pricing-table .pricing-header .price .cents {
  font-weight: 300;
  margin: 0 -10px;
  font-size: 20px;
  line-height: 42px;
  vertical-align: text-top;
}

.pricing-table .pricing-features {
  margin: 0;
  padding: 10px 0 30px;
}

.pricing-table .pricing-features .pricing-feature {
  font-weight: 300;
  padding: 10px 20px;
  text-align: left;
}

.pricing-table .pricing-features .pricing-feature i {
  margin-right: 18px;
}

.pricing-table .pricing-features .pricing-feature.disabled,
.pricing-table .pricing-features .pricing-feature.disabled i {
  color: rgba(19, 192, 160, 0.5);
}

.pricing-table .pricing-features .pricing-feature:hover {
  background-color: rgba(8, 167, 226, 0.2);
}

.section.white .pricing-header i {
  background-color: #fff;
}

.section.light .pricing-header i {
  background-color: #42c4ac;
}

.section.light .pricing-features .pricing-feature.disabled,
.section.light .pricing-features .pricing-feature.disabled i {
  color: rgba(12, 123, 102, 0.5);
}

@media only screen and (max-width: 600px) {
  .pricing-table {
    margin-top: 50px;
  }
  .pricing-table.featured {
    margin-top: 50px;
  }
}









.grecaptcha-badge { visibility: hidden; }