/*
Template Name: Imply - Responsive Startup Landing Page
Author: Frontpixels
Author URI: http://frontpixels.com/
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# General
# Off Canvas
# Header
# Clients
# Promo Section
# Subscribe
# Statistics
# Features
# Plans
# Review
# Team
# FAQ
# Blog
# Contact
# Footer
--------------------------------------------------------------*/
/*
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
# General
--------------------------------------------------------------*/
html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  background-color: #ffffff;
  color: #424242;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.68;
  letter-spacing: .04em;
  overflow-x: hidden;
}

p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #f44336;
}
a:hover, a:focus, a:active {
  color: #d32f2f;
  text-decoration: none;
  outline: none;
}

figure {
  margin: 0;
}

h1, h2,
h3, h4,
h5, h6 {
  color: #212121;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.3;
}

h1, h2, h3 {
  margin: 0 0 20px;
}

h4, h5, h6 {
  margin: 0 0 12px;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2.1em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.btn {
  font-size: .85em;
  font-weight: 400;
  padding: 8px 25px;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.btn i, .btn span {
  margin-right: 5px;
}

.btn.btn-sm {
  font-size: .75em;
  padding: 5px 18px;
}

.btn.btn-lg {
  font-size: 1em;
  padding: 14px 40px;
}

.btn-primary {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #d32f2f !important;
  border-color: #d32f2f !important;
}

.btn-panel p {
  margin-bottom: 10px;
}
.btn-panel p p:last-child {
  margin-bottom: 0;
}

.more-btn {
  font-size: .8em;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.block-center {
  float: none;
  margin: 0 auto;
}

.align-left {
  text-align: center;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: center;
}

.block-image img {
  margin-bottom: -30px;
}

.fp-meta {
  color: #999999;
  font-size: .85em;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.highlight-text {
  font-family: "Playfair Display", serif;
  font-size: 1.3em;
}

.fp-hr {
  margin: 0 0 10px;
  width: 50px;
  border-color: #f44336;
}

.fp-list {
  padding: 0;
}
.fp-list li {
  position: relative;
  margin-bottom: 10px;
  list-style-type: none;
  padding-left: 24px;
}
.fp-list li::before {
  content: '\f382';
  position: absolute;
  top: 2px;
  left: 0;
  color: #f44336;
  font-family: ionicons;
}

.overlay-black,
.overlay-white,
.overlay-primary {
  padding: 0 !important;
}

.overlay-black .overlay-inner,
.overlay-black .overlay-inner h1, .overlay-black .overlay-inner h2,
.overlay-black .overlay-inner h3, .overlay-black .overlay-inner h4,
.overlay-black .overlay-inner h5, .overlay-black .overlay-inner h6,
.overlay-black .overlay-inner .fp-meta,
.overlay-primary .overlay-inner,
.overlay-primary .overlay-inner h1,
.overlay-primary .overlay-inner h2,
.overlay-primary .overlay-inner h3,
.overlay-primary .overlay-inner h4,
.overlay-primary .overlay-inner h5,
.overlay-primary .overlay-inner h6,
.overlay-primary .overlay-inner .fp-meta {
  color: #ffffff;
}

.overlay-black .overlay-inner {
  background-color: rgba(16, 16, 16, 0.6);
}

.overlay-white .overlay-inner {
  background-color: rgba(255, 255, 255, 0.6);
}

.overlay-primary .overlay-inner {
  background-color: rgba(244, 67, 54, 0.6);
}

.section {
  background-color: #FFFFFF;
  padding: 100px 0 60px;
}

.promo-section {
  padding: 60px 0 30px;
}

.section-bg {
  background-color: #f7f8fa;
}

.section-header {
  margin-bottom: 60px;
}
.section-header .section-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5em;
  font-weight: 400;
}
.section-header .section-title span {
  color: #f44336;
}

.overlay-black.section,
.overlay-white.section,
.overlay-primary.section {
  padding: 0;
}
.overlay-black .overlay-inner,
.overlay-white .overlay-inner,
.overlay-primary .overlay-inner {
  padding: 100px 0 60px;
}

.social-links a {
  font-size: 1.7em;
  line-height: 1;
  padding: 2px 8px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.social-links a:hover {
  color: #f44336;
}

.social-links.brand-color a.facebook {
  color: #3b5998;
}
.social-links.brand-color a.twitter {
  color: #55acee;
}
.social-links.brand-color a.g-plus {
  color: #dc4e41;
}
.social-links.brand-color a.linkedin {
  color: #e68523;
}
.social-links.brand-color a.pinterest {
  color: #bd081c;
}
.social-links.brand-color a.youtube {
  color: #cd201f;
}
.social-links.brand-color a.tumblr {
  color: #3b5998;
}
.social-links.brand-color a.instagram {
  color: #3f729b;
}

.social-links.brand-bg a {
  color: #ffffff !important;
}
.social-links.brand-bg a.facebook {
  background-color: rgba(59, 89, 152, 0.8);
}
.social-links.brand-bg a.facebook:hover {
  background-color: #3b5998;
}
.social-links.brand-bg a.twitter {
  background-color: rgba(85, 172, 238, 0.8);
}
.social-links.brand-bg a.twitter:hover {
  background-color: #55acee;
}
.social-links.brand-bg a.g-plus {
  background-color: rgba(220, 78, 65, 0.8);
}
.social-links.brand-bg a.g-plus:hover {
  background-color: #dc4e41;
}
.social-links.brand-bg a.linkedin {
  background-color: rgba(230, 133, 35, 0.8);
}
.social-links.brand-bg a.linkedin:hover {
  background-color: #e68523;
}
.social-links.brand-bg a.pinterest {
  background-color: rgba(189, 8, 28, 0.8);
}
.social-links.brand-bg a.pinterest:hover {
  background-color: #bd081c;
}
.social-links.brand-bg a.youtube {
  background-color: rgba(205, 32, 31, 0.8);
}
.social-links.brand-bg a.youtube:hover {
  background-color: rgba(205, 32, 31, 0.8);
}
.social-links.brand-bg a.tumblr {
  background-color: rgba(59, 89, 152, 0.8);
}
.social-links.brand-bg a.tumblr:hover {
  background-color: rgba(59, 89, 152, 0.8);
}
.social-links.brand-bg a.instagram {
  background-color: rgba(63, 114, 155, 0.8);
}
.social-links.brand-bg a.instagram:hover {
  background-color: rgba(63, 114, 155, 0.8);
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -200px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  line-height: 35px;
  text-align: center;
  height: 36px;
  width: 36px;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.scroll-top:hover, .scroll-top:focus, .scroll-top:active {
  color: #FFFFFF;
}
.scroll-top:hover {
  background-color: black;
}

.sticky-nav .scroll-top {
  bottom: 30px;
  opacity: 1;
}

/*Preloader*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner div {
  margin: 10px auto;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-background: linear-gradient(#d32f2f -50%, rgba(244, 67, 54, 0.1) 60%);
  -moz-background: linear-gradient(#d32f2f -50%, rgba(244, 67, 54, 0.1) 60%);
  -ms-background: linear-gradient(#d32f2f -50%, rgba(244, 67, 54, 0.1) 60%);
  background: linear-gradient(#d32f2f -50%, rgba(244, 67, 54, 0.1) 60%);
  animation: roll-r 6s linear infinite;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner div > div {
  padding: 5px;
  animation: roll-l 2s linear infinite;
}
.preloader .preloader-inner div > div:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
@keyframes roll-r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes roll-l {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*
# Off Canvas
--------------------------------------------------------------*/
.wrapper {
  position: relative;
  z-index: 1;
}
.wrapper .canvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.canvas-show .wrapper .canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.canvas-show .off-canvas {
  right: 0;
}
.canvas-show .off-canvas .fp-close {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.canvas-show .off-canvas .off-canvas-inner {
  opacity: 1;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.off-canvas {
  position: fixed;
  top: 0;
  right: -300px;
  background-color: #202020;
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.15);
  height: 100vh;
  width: 300px;
  text-align: center;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.off-canvas,
.off-canvas a {
  color: #ffffff;
}
.off-canvas .fp-close {
  position: absolute;
  top: 15px;
  right: 30px;
  opacity: .7;
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
}
.off-canvas .fp-close:hover {
  opacity: 1;
}
.off-canvas .off-canvas-inner {
  padding: 50px 30px 40px;
  opacity: 0;
  -ms-transform: translateX(200px);
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 0.3s ease 0.35s;
  transition: all 0.3s ease 0.35s;
}
.off-canvas .sidebar-logo {
  margin-bottom: 40px;
}
.off-canvas .sidebar-logo img {
  display: inline-block;
}
.off-canvas .fp-navbar {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.off-canvas .nav > li > a {
  display: inline-block;
}
.off-canvas .nav > li.active > a,
.off-canvas .nav > li > a:hover,
.off-canvas .nav > li > a:focus,
.off-canvas .nav > li > a:active {
  background-color: transparent;
  color: #f44336;
}

.dot-nav {
  position: fixed;
  top: 50%;
  right: 5px;
  text-align: center;
  height: auto;
  width: 20px;
  z-index: 999;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s;
}
.dot-nav .nav > li {
  margin: 10px 0;
  font-size: 0;
}
.dot-nav .nav > li > a {
  position: relative;
  padding: 0;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: #d5d5d5;
  opacity: .8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.dot-nav .nav > li.active > a {
  background-color: #ffcdd2;
  border: 3px solid;
  border-color: #f44336;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .dot-nav {
    right: 20px;
  }
}
/*
# General
--------------------------------------------------------------*/
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  font-weight: 400;
  padding: 25px 0 15px;
  width: 100%;
  z-index: 999;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.top-bar a {
  color: #ffffff;
}
.top-bar .top-bar-logo {
  float: left;
  margin-top: 6px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.top-bar .top-bar-logo .logo-dark {
  display: none;
}
.top-bar .pull-right {
  margin-top: 2px;
}
.top-bar .pull-right a {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}
.top-bar .toggle-btn {
  font-size: 2.55em;
  line-height: 1;
  margin-left: 10px;
}
.top-bar .sign-btn {
  font-size: 2em;
  line-height: 1;
}
.top-bar .sign-wrap {
  position: relative;
  display: inline-block;
}
.top-bar .sign-area {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #f44336;
  display: none;
  margin-top: 10px;
  padding: 5px 20px;
  width: 130px;
}
.top-bar .sign-area::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f44336;
}
.top-bar .sign-area.active {
  display: block;
}
.top-bar .sign-area a {
  display: block;
  margin-left: 0;
  padding: 7px 0;
  text-align: left;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
}
.top-bar .sign-area a:last-child {
  border-bottom: 0 none;
}
.sticky-nav .top-bar {
  background-color: #ffffff;
  padding: 15px 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.sticky-nav .top-bar a {
  color: #424242;
}
.sticky-nav .top-bar .top-bar-logo .logo-dark {
  display: block;
}
.sticky-nav .top-bar .top-bar-logo .logo-light {
  display: none;
}
.sticky-nav .top-bar .sign-area a {
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .top-bar .pull-right a {
    margin-left: 10px;
  }
  .top-bar .pull-right a.sign-btn {
    display: none;
  }
  .top-bar .sign-area {
    position: relative;
    background-color: transparent;
    display: inline-block;
    margin-top: 0;
    padding: 0;
    width: auto;
  }
  .top-bar .sign-area::before {
    border: 0 none;
  }
  .top-bar .sign-area a {
    display: inline-block;
  }
  .top-bar .sign-area .fp-login {
    padding: 4px 10px;
  }
  .top-bar .sign-area .fp-signup {
    padding: 5px 10px;
  }
  .top-bar .fp-login,
  .top-bar .fp-signup {
    color: #ffffff;
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .top-bar .fp-login {
    border: 1px solid;
    border-color: #ffffff;
  }
  .top-bar .fp-signup {
    background-color: #f44336;
  }
  .sticky-nav .top-bar .sign-area a {
    color: #212121;
  }
  .sticky-nav .top-bar .sign-area .fp-signup {
    color: #ffffff;
  }
  .sticky-nav .top-bar .sign-area .fp-login {
    border-color: #212121;
  }
}
/*
# Header
--------------------------------------------------------------*/
.fp-header {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  text-align: center;
}
.fp-header .overlay-inner {
  padding: 180px 0px 100px;
}
.fp-header .head-title {
  font-size: 3.8em;
  font-weight: 800;
  margin-bottom: 40px;
}
.fp-header .head-title span {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: .5em;
  font-style: italic;
  font-weight: 400;
}
.fp-header .play-btn {
  background-color: rgba(16, 16, 16, 0.6);
  color: #ffffff;
  display: inline-block;
  font-size: 2em;
  height: 60px;
  width: 60px;
  margin-bottom: 10px;
  line-height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fp-header .play-btn:hover {
  background-color: #f44336;
}
.fp-header .play-btn i, .fp-header .play-btn span {
  margin-left: 5px;
}
.fp-header .watch-video {
  margin-bottom: 40px;
}
.fp-header .watch-video .fp-meta {
  display: block;
}
.fp-header .btn-panel {
  margin-bottom: 40px;
}
.fp-header .down-icon {
  position: absolute;
  bottom: 65px;
  left: 50%;
  color: #ffffff;
  font-size: 1.5em;
  opacity: .6;
  z-index: 2;
  -webkit-animation: scrollDown 1s linear 1s infinite alternate;
  animation: scrollDown 1s linear 1s infinite alternate;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@-webkit-keyframes scrollDown {
  0% {
    bottom: 65px;
  }
  25% {
    bottom: 60px;
  }
  50% {
    bottom: 55px;
  }
  75% {
    bottom: 50px;
  }
  100% {
    bottom: 45px;
  }
}
@keyframes scrollDown {
  0% {
    bottom: 65px;
  }
  25% {
    bottom: 60px;
  }
  50% {
    bottom: 55px;
  }
  75% {
    bottom: 50px;
  }
  100% {
    bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .fp-header .overlay-inner {
    padding: 240px 0 140px;
  }
  .fp-header .head-title {
    font-size: 4.3em;
  }
}
/*
# Clients
--------------------------------------------------------------*/
.clients {
  background-color: #212121;
  padding: 20px 0 5px;
  text-align: center;
}
.clients img {
  width: auto;
  max-width: none;
  max-height: 60px;
  opacity: .6;
}
.clients a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 15px;
}
.clients a:hover img {
  opacity: 1;
}

/*
# Promo Section
--------------------------------------------------------------*/
.promo-text {
  padding-top: 30px;
  margin-bottom: 30px;
}

/*
# Subscribe
--------------------------------------------------------------*/
.subscribe {
  background-image: url("../images/subscribe_bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 40px 0 0;
}
.subscribe .overlay-inner {
  padding: 50px 0 10px;
}
.subscribe,
.subscribe h1, .subscribe h2,
.subscribe h3, .subscribe h4,
.subscribe h5, .subscribe h6 {
  color: #ffffff;
}
.subscribe .section-header {
  margin-bottom: 45px;
}
.subscribe .section-header .section-title {
  font-size: 2.2em;
  margin-bottom: 8px;
}

.subscribe-form {
  margin-bottom: 25px;
}
.subscribe-form input,
.subscribe-form .btn {
  border: 0 none;
  margin: 0 0 15px;
}
.subscribe-form input {
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.15);
  height: 50px;
  width: 100%;
  padding: 7px 20px 9px;
}
.subscribe-form input:focus {
  border-color: #f44336;
}

/*
# Header
--------------------------------------------------------------*/
.statistics {
  background-image: url("../images/statistic_bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.statistics .overlay-inner {
  padding: 60px 0 20px;
}

.statistic-box {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.statistic-box .fp-icon {
  background-color: rgba(244, 67, 54, 0.8);
  color: #ffffff;
  display: inline-block;
  font-size: 1.7em;
  margin-bottom: 15px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.statistic-box .title {
  font-size: 2em;
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.statistic-box .meta-text {
  display: block;
}

/*
# Features
--------------------------------------------------------------*/
.feature-img {
  margin-bottom: 40px;
}

.text-box {
  margin-bottom: 40px;
}
.text-box .fp-icon,
.text-box .fp-icon-small {
  display: inline-block;
  color: #424242;
  line-height: 1;
}
.text-box .fp-icon {
  font-size: 3.5em;
  margin-bottom: 12px;
  color: #f44336;
}
.text-box .fp-icon-small {
  font-size: 3em;
  margin-bottom: 12px;
}
.text-box .title {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/*
# Plans
--------------------------------------------------------------*/
.pricing-table {
  margin-bottom: 40px;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15);
}
.pricing-table .pricing-header {
  padding: 20px 20px 15px;
  text-align: center;
}
.pricing-table .plan-name {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: .1em;
  color: #424242;
}
.pricing-table .price {
  color: #212121;
  font-family: "Playfair Display", serif;
  font-size: 2.7em;
  font-weight: 800;
}
.pricing-table .currency-symbol,
.pricing-table .duration {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #424242;
}
.pricing-table .currency-symbol {
  vertical-align: super;
  font-size: .5em;
}
.pricing-table .duration {
  margin-left: -9px;
  font-size: .4em;
}
.pricing-table ul {
  padding: 0;
  margin-bottom: 0;
}
.pricing-table ul > li {
  list-style: none;
  padding: 10px 20px;
  border-top: 1px dotted;
  border-color: rgba(0, 0, 0, 0.2);
}
.pricing-table ul > li::before {
  content: '\f3fd';
  display: inline-block;
  margin-right: 10px;
  font-family: ionicons;
  vertical-align: middle;
  color: #25921f;
  font-size: 1.3em;
}
.pricing-table ul > li.disable {
  text-decoration: line-through;
  color: #999999;
}
.pricing-table ul > li.disable::before {
  content: '\f404';
  color: #ff0000;
}
.pricing-table .pricing-footer {
  text-align: center;
  padding: 20px;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
}
.pricing-table.highlight .price {
  color: #f44336;
}
.pricing-table.highlight .btn-default {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff !important;
}
.pricing-table.highlight .btn-default:hover, .pricing-table.highlight .btn-default:focus, .pricing-table.highlight .btn-default:active {
  background-color: #d32f2f !important;
  border-color: #d32f2f !important;
}

/*
# Review
--------------------------------------------------------------*/
.reviews {
  background-image: url("../images/review_bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.reviews .overlay-inner {
  padding: 60px 0 20px;
}
.reviews .owl-controls .owl-prev,
.reviews .owl-controls .owl-next {
  position: absolute;
  top: 40%;
  font-size: 2em;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.reviews .owl-controls .owl-prev:hover,
.reviews .owl-controls .owl-next:hover {
  color: #f44336;
}
.reviews .owl-controls .owl-prev {
  left: 0;
}
.reviews .owl-controls .owl-next {
  right: 0;
}
.reviews .owl-controls .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.reviews .owl-controls .owl-dot {
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  height: 9px;
  width: 9px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.reviews .owl-controls .owl-dot.active {
  background-color: #f44336;
}

.review-carousel {
  position: relative;
  margin-bottom: 40px;
}

.review-wrap {
  display: block;
  padding: 0 30px;
  text-align: center;
}
.review-wrap::before, .review-wrap::after {
  content: '';
  display: table;
  visibility: hidden;
}
.review-wrap::after {
  clear: both;
}
.review-wrap .review::before {
  content: '\f347';
  color: #ffffff;
  font-family: ionicons;
  font-size: 1.5em;
  opacity: .6;
}
.review-wrap .text {
  margin-bottom: 20px;
}
.review-wrap .review-meta .avatar {
  height: 50px;
  width: 50px;
  margin: 0 auto 15px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.review-wrap .review-meta .name {
  font-size: .9em;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.review-wrap .review-meta .meta {
  font-size: .9em;
}
.review-wrap .review-meta .meta a {
  color: #ffffff;
}
.review-wrap .review-meta .meta a:hover {
  color: #f44336;
}

@media screen and (min-width: 992px) {
  .review-carousel .owl-controls .owl-prev,
  .review-carousel .owl-controls .owl-next {
    visibility: hidden;
    opacity: 0;
  }
  .review-carousel .owl-controls .owl-prev {
    left: -100px;
    margin-left: -10px;
  }
  .review-carousel .owl-controls .owl-next {
    right: -100px;
    margin-right: -10px;
  }

  .review-carousel:hover .owl-controls .owl-prev,
  .review-carousel:hover .owl-controls .owl-next {
    visibility: visible;
    opacity: 1;
  }
  .review-carousel:hover .owl-controls .owl-prev {
    left: 0;
  }
  .review-carousel:hover .owl-controls .owl-next {
    right: 0;
  }
}
/*
# Team
--------------------------------------------------------------*/
.team-member {
  margin-bottom: 40px;
}
.team-member .avatar {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 0;
}
.team-member .avatar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(244, 67, 54, 0.5);
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.team-member .social-links {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 80px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  z-index: 2;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.team-member .social-links a {
  height: 40px;
  width: 40px;
  float: left;
  line-height: 40px;
  font-size: 1.4em;
  color: #212121;
}
.team-member .social-links a:hover {
  color: #f44336;
}
.team-member:hover .avatar::after {
  opacity: 1;
}
.team-member:hover .social-links {
  bottom: 0;
  left: 0;
  opacity: 1;
}
.team-member .member-info .name {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.team-member .member-info cite {
  font-style: normal;
  color: #999999;
}

@media screen and (min-width: 992px) {
  .team-member .social-links {
    bottom: -100%;
    left: -100%;
    opacity: 0;
  }
}
/*
# FAQ
--------------------------------------------------------------*/
.faq-wrapper {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
.faq-wrapper p {
  margin-bottom: 8px;
}
.faq-wrapper p:last-child {
  margin-bottom: 0;
}

.panel {
  margin-bottom: 0;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: rgba(0, 0, 0, 0.15);
  padding: 12px 15px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.panel:last-child {
  border: 0 none;
}
.panel .panel-title {
  margin-bottom: 10px;
  font-size: 1.1em;
}
.panel .panel-title a {
  display: block;
}
.panel .panel-title a:hover, .panel .panel-title a:focus, .panel .panel-title a:active {
  color: #212121;
  outline: none;
}
.panel .panel-title .fa-icon {
  color: #424242;
  display: inline-block;
  margin-right: 5px;
  width: 12px;
}

.panel-heading,
.panel-body {
  padding: 0;
}

.panel-body {
  padding: 0 0 7px 22px;
}

.panel-default > .panel-heading {
  background-color: transparent;
  border: 0 none;
}

/*
# Blog
--------------------------------------------------------------*/
.blog-posts .btn-panel {
  margin: 40px 0 40px;
  text-align: center;
}
.blog-posts .fp-post {
  margin-bottom: 40px;
}
.blog-posts .fp-post::before, .blog-posts .fp-post::after {
  content: '';
  display: table;
  visibility: hidden;
}
.blog-posts .fp-post::after {
  clear: both;
}
.blog-posts .post-meta {
  color: #999999;
  font-size: .8em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.blog-posts .post-meta a {
  color: #424242;
}
.blog-posts .post-meta a:hover {
  color: #f44336;
}
.blog-posts .post-title {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.48;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.blog-posts .post-title a {
  color: #212121;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.blog-posts .post-title a:hover {
  color: #f44336;
}
.blog-posts .thumb-container {
  display: block;
  margin-bottom: 15px;
}

@media screen and (min-width: 668px) {
  .blog-posts .thumb-container {
    width: 250px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .blog-posts .post-desc {
    overflow: hidden;
  }
}
/*
# Contact
--------------------------------------------------------------*/
.contact-area::before, .contact-area::after {
  content: '';
  display: block;
  visibility: hidden;
}
.contact-area::after {
  clear: both;
}
.contact-area #map {
  height: 400px;
  width: 100%;
}

.address-box {
  padding: 15px 8px 10px;
}
.address-box .info-head {
  max-width: 90px;
  margin-bottom: 12px;
}
.address-box .info-head img {
  height: auto;
  max-width: 100%;
}
.address-box .map-address {
  line-height: 1.8;
}
.address-box .map-address i, .address-box .map-address span {
  margin-right: 5px;
}

.fp-contact {
  padding: 50px 30px 20px;
}

.contact-form {
  margin-bottom: 40px;
}
.contact-form label {
  color: #ff0000;
  font-weight: 300;
}
.contact-form input, .contact-form textarea {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 5px 20px;
}
.contact-form input:focus, .contact-form textarea:focus {
  border-color: #f44336;
}
.contact-form input {
  height: 50px;
}
.contact-form .action-message {
  margin-bottom: 20px;
}
.contact-form .action-message .contact-success,
.contact-form .action-message .contact-error {
  display: none;
  margin-bottom: 0;
  padding: 5px 10px;
}
.contact-form .entry-field {
  margin-bottom: 25px;
}
.contact-form .btn {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .g-map,
  .fp-contact {
    float: left;
    width: 50%;
  }

  .contact-area #map {
    height: 684px;
  }
}
/*
# Footer
--------------------------------------------------------------*/
.footer {
  background-color: #191919;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 40px 0;
  text-align: center;
  color: #999999;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #f44336;
}
.footer .social-links {
  padding: 0;
  margin: 0 0 20px;
}
.footer .social-links a {
  font-size: 1.4em;
}

@media screen and (min-width: 769px) {
  .footer {
    text-align: left;
  }
  .footer .social-links {
    float: right;
    margin: 2px 0 0;
  }
  .footer .social-links a {
    padding: 0;
    margin-left: 12px;
  }
}
