/*
TABLE OF CONTENTS:

1.RESET CSS
2.GENERAL CLASSES
  2.1 PRELOADER
  2.2 BUTTONS
  2.3 GRADIENT
  2.4 SCROLL TO TOP
3.BOOTSTRAP OVERWRITE CSS
4.HEADER CSS
  4.1 MAIN VERSION CSS
  4.2 HERO SECTOIN CSS
  4.3 HEADER SEPERATOR CSS
5.BLOG SIDEBAR CSS
6.MAIN CONTENT CSS
  6.1 FEATURES SECTION
  6.2 VIDEO SECTION
  6.3 GALLERY SECTION
  6.4 TESTIMONIAL SECTION
  6.5 TEAM SECTION
  6.6 PRICING SECTION
  6.7 FAQ SECTION
  6.8 BLOGS SECTION
  6.9 GET IN TOUCH SECTION
  6.10 CLIENTS SECTION
  6.11 SUBSCRIBE SECTION
7.BLOG PAGE CSS
8.SINGLE BLOG POST CSS
9.404 PAGE CSS
10.LOGIN/REGISTER PAGE CSS
11.COMING SOON PAGE CSS
12.FOOTER
13.RESPONSIVE CSS

*/
/* --------------------------------
RESET CSS
-------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

ul,
li {
  list-style: none; }

select {
  width: 100%; }

input:focus {
  outline: 0; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  color: #333; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

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


/* --------------------------------
GENERAL CLASSES
-------------------------------- */
.headline {
  font-size: 14px;
  margin-bottom: 60px; }
  .headline h3 {
    position: relative;
    color: #55AF25;
    font-size: 2.375rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .headline h3::after {
      content: "";
      width: 50px;
      height: 5px;
      position: absolute;
      left: 50%;
      bottom: 10px;
      background: #55AF25;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

section:hover .headline h3::after {
  width: 90px; }

.f_facebook {
  background: #3B5998; }

.f_twitter {
  background: #1A90D9; }

.f_google {
  background: #FF5252; }

.f_linkedin {
  background: #0077B5; }

.f_youtube {
  background: #D32322; }

.f_pintrest {
  background: #bd081c; }

.tm {
  color: #b4b4b4; }

.p0 {
  padding: 0; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #55AF25; }

/* --------------------------------
PRELOADER
-------------------------------- */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #006629;
  /* fallback for old browsers */
  background: -webkit-radial-gradient(#006629, #55AF25);
  background: -o-radial-gradient(#006629, #55AF25);
  background: radial-gradient(#006629, #55AF25);
  z-index: 2000; }

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 42%;
  -webkit-transform: rotateZ(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotateZ(45deg) translateY(-50%); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/* --------------------------------
BUTTONS
-------------------------------- */
.button {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#55AF25), color-stop(51%, #24C6DC), to(#55AF25));
  background-image: -webkit-linear-gradient(left, #55AF25 0%, #24C6DC 51%, #55AF25 100%);
  background-image: -o-linear-gradient(left, #55AF25 0%, #24C6DC 51%, #55AF25 100%);
  background-image: linear-gradient(to right, #55AF25 0%, #24C6DC 51%, #55AF25 100%);
  background-size: 200% auto;
  color: #fff;
  height: 46px;
  line-height: 46px;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 0 30px;
  border: 0;
  border-radius: 44px;
  -webkit-box-shadow: 0 0 20px #eee;
  box-shadow: 0 0 20px #eee;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .button:hover {
    background-position: right center;
    color: #fff;
    -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2); }

.button-action {
  display: inline-block;
  color: #24C6DC;
  height: 46px;
  line-height: 45px;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0 30px;
  border: 1px solid #24C6DC;
  border-radius: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .button-action:hover {
    background: #006629;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #006629, #55AF25);
    background: -webkit-gradient(linear, left top, right top, from(#006629), to(#55AF25));
    background: -webkit-linear-gradient(left, #006629, #55AF25);
    background: -o-linear-gradient(left, #006629, #55AF25);
    background: linear-gradient(to right, #006629, #55AF25);
    color: #fff;
    border: none;
    -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

/* --------------------------------
GRADIENT
-------------------------------- */
.has-gradient {
  background: #24C6DC;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #55AF25, #24C6DC);
  background: -webkit-gradient(linear, left top, right top, from(#55AF25), to(#24C6DC));
  background: -webkit-linear-gradient(left, #55AF25, #006629);
  background: -o-linear-gradient(left, #55AF25, #24C6DC);
  background: linear-gradient(to right, #55AF25, #24C6DC); }

.text-grad {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #55AF25), to(#24C6DC));
  background: -webkit-linear-gradient(left, #55AF25 0, #24C6DC 100%);
  background: -o-linear-gradient(left, #55AF25 0, #24C6DC 100%);
  background: linear-gradient(to right, #55AF25 0, #24C6DC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* --------------------------------
SCROLL TO TOP
-------------------------------- */
#scrollTop {
  position: fixed;
  top: 50%;
  right: -90px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#55AF25), to(#24C6DC));
  background-image: -webkit-linear-gradient(left, #55AF25, #24C6DC);
  background-image: -o-linear-gradient(left, #55AF25, #24C6DC);
  background-image: linear-gradient(to right, #55AF25, #24C6DC);
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  cursor: pointer;
  padding-right: 10px;
  border-top-left-radius: 44px;
  border-bottom-left-radius: 44px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.scrollTop__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.scrollTop__icon i {
  font-size: 1.3em;
  margin-right: 10px; }

#scrollTop.active {
  right: -50px; }

#scrollTop:hover {
  right: 0; }

/* --------------------------------
BOOTSTRAP OVERWRITE CSS
-------------------------------- */
.navbar-default {
  background: transparent;
  padding: 20px 0;
  border: none;
  margin-bottom: 0; }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }

.navbar-brand > img {
  max-width: initial;
  max-height: 100%; }

.nav > li > a {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 2px;
  margin: 0 12px; }

.navbar-default .navbar-nav > li > a {
  color: #fff; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff; }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff; }

.navbar-default .navbar-nav li a::after {
  content: '';
  width: 1px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 4px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.navbar-default .navbar-nav li.active a::after,
.navbar-default .navbar-nav > li > a:hover::after {
  width: 100%;
  left: 0;
  background: #006629;
  opacity: 1; }

.navbar-default .navbar-nav > li > a:hover::after {
  background-color: #fff; }

.navbar-default .navbar-toggle {
  border: none; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none; }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: initial; }

.form-group {
  margin-bottom: 22px; }

.form-control {
  border-color: #e4e4e4;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control:focus {
    border-color: #24C6DC;
    -webkit-box-shadow: none;
    box-shadow: none; }

input.form-control {
  height: 40px; }

.pagination > li > a, .pagination > li > span {
  width: 38px;
  height: 38px;
  line-height: 36px;
  background-color: rgba(164, 177, 191, 0.12);
  color: #333;
  font-size: 14px;
  padding: 0 14px;
  border-radius: 50%;
  margin-left: 12px; }

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 50%; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #55AF25;
  border-color: #55AF25;
  color: #fff; }

/* --------------------------------
HEADER CSS
-------------------------------- */
#header {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden; }

#header.t-fullscreen {
  height: 100vh; }

/* --------------------------------
MAIN VERSION CSS
-------------------------------- */
.header-img,
.header-video,
.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.header-img {
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed; }

.home-img .header-overlay,
.home-video .header-overlay {
  opacity: 0.88; }

.nav-fixed-bg {
  background: #24C6DC;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #55AF25, #24C6DC);
  background: -webkit-gradient(linear, left top, right top, from(#55AF25), to(#24C6DC));
  background: -webkit-linear-gradient(left, #55AF25, #24C6DC);
  background: -o-linear-gradient(left, #55AF25, #24C6DC);
  background: linear-gradient(to right, #55AF25, #24C6DC);
  -webkit-box-shadow: 0px -10px 40px 0px rgba(46, 46, 46, 0.35);
  box-shadow: 0px -10px 40px 0px rgba(46, 46, 46, 0.35);
  opacity: 0.9; }

/* --------------------------------
HERO SECTION CSS
-------------------------------- */
.hero {
  position: relative;
  padding: 180px 0 60px;
  z-index: 5; }
  .hero__info {
    max-width: 500px;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding-top: 80px; }
    .hero__info h2 {
      font-size: 45px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 55px; }
    .hero__info p {
      padding: 20px 0 35px; }
  .hero__download a {
    height: 60px;
    display: inline-block;
    font-size: 14px;
    border-radius: 44px;
    margin-right: 16px;
    padding: 0 20px;
    color: #fff;
    background: #006629;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .hero__download a svg {
      fill: #fff;
      height: 40px;
      float: left;
      margin-right: 10px;
      margin-top: 10px; }
    .hero__download a span {
      display: inline-block;
      text-align: left;
      letter-spacing: 1px;
      margin-top: 6px; }
    .hero__download a h5 {
      font-size: 16px;
      font-weight: 700; }
    .hero__download a:hover {
      -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
      box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2); }
  .hero__img {
    max-width: 200px;
    margin-left: auto; }

/* --------------------------------
HEADER SCROLL CSS
-------------------------------- */
.header-scroll {
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  font-size: 34px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.8;
  z-index: 4; }
  .header-scroll svg {
    -webkit-animation: fadeInDown 2s infinite;
    animation: fadeInDown 2s infinite; }

/* --------------------------------
HEADER SEPERATOR CSS
-------------------------------- */
.header__svgSeperator {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%; }
  .header__svgSeperator path {
    fill: #fff; }

.header__waveSeperator {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 169px;
  background: transparent url("../img/wave.png") no-repeat left bottom; }

.header__flashSeperator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 370px solid #fff;
  border-left: 2000px solid transparent; }

/* --------------------------------
BLOG SIDEBAR CSS
-------------------------------- */
.sidebar__item h4 {
  color: #333;
  font-size: 20px;
  margin: 30px 0; }

.sidebar__search {
  position: relative; }
  .sidebar__search--button {
    position: absolute;
    top: 0;
    right: 12px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: #b4b4b4;
    padding: 0;
    border: none; }

.sidebar .category li {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px; }
  .sidebar .category li a {
    color: #333; }
  .sidebar .category li span {
    color: #24C6DC;
    margin-left: 5px; }

.sidebar .popular li {
  display: inline-block; }
  .sidebar .popular li a {
    color: #333;
    font-size: 15px; }
  .sidebar .popular li .date {
    display: block;
    font-size: 13px; }

.sidebar .tags li {
  display: inline-block;
  padding: 0 5px; }
  .sidebar .tags li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 10px 10px 10px 0; }

/* --------------------------------
MAIN CONTENT CSS
-------------------------------- */
#main {
  position: relative;
  z-index: 100; }

.section-padding {
  padding: 5% 0; }

/* --------------------------------
FEATURES SECTION CSS
-------------------------------- */
.feature {
  padding: 30px;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .feature img {
    max-width: 60px; }
  .feature h2 {
    font-size: 1.25rem;
    padding: 15px 0; }
  .feature p {
    max-width: 300px;
    color: #777;
    font-size: 0.875rem;
    margin: 0 auto; }
  .feature:hover {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }

/* --------------------------------
VIDEO SECTION CSS
-------------------------------- */
.video {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed; }
  .video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1; }
  .video .container {
    position: relative;
    z-index: 2; }
  .video .headline {
    color: white; }
    .video .headline h3 {
      color: white; }
      .video .headline h3::after {
        background-color: white; }
  .video__action {
    display: block; }
    .video__action .fa {
      color: white;
      font-size: 6em; }

/* --------------------------------
GALLERY SECTION CSS
-------------------------------- */
#gallery .owl-carousel {
  padding: 0 10%; }

#gallery .owl-carousel .owl-item {
  display: block;
  min-height: 542px;
  padding: 0 30px;
  opacity: 0.3;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#gallery .owl-carousel .owl-item.center {
  padding: 0;
  opacity: 1; }

#gallery .owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%; }

#gallery .owl-theme .owl-nav .owl-prev {
  width: 70px;
  height: 50px;
  float: left;
  background: #55AF25;
  border-radius: 50px;
  text-indent: -9999px;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05); }
  #gallery .owl-theme .owl-nav .owl-prev::before {
    content: "\f104";
    font-family: FontAwesome;
    float: left;
    text-indent: 0;
    color: #fff;
    font-size: 30px;
    margin-left: 22px;
    line-height: 42px; }
  #gallery .owl-theme .owl-nav .owl-prev:hover {
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    background: #24C6DC; }

#gallery .owl-theme .owl-nav .owl-next {
  width: 70px;
  height: 50px;
  float: right;
  background: #55AF25;
  border-radius: 50px;
  text-indent: -9999px;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05); }
  #gallery .owl-theme .owl-nav .owl-next::before {
    content: "\f105";
    font-family: FontAwesome;
    float: left;
    text-indent: 0;
    color: #fff;
    font-size: 30px;
    margin-left: 24px;
    line-height: 42px; }
  #gallery .owl-theme .owl-nav .owl-next:hover {
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    background: #24C6DC; }

#gallery .owl-dots {
  margin-top: 20px; }

/* --------------------------------
TESTIMONIAL SECTION CSS
-------------------------------- */
.testimon {
  background-color: #f6f6f6; }
  .testimon__item {
    max-width: 850px;
    text-align: center;
    border-radius: 2px;
    margin: 20px auto 10px; }
    .testimon__item--img {
      width: 80px;
      height: 80px;
      margin: 0 auto 30px; }
    .testimon__item--text {
      position: relative;
      background-color: #fff;
      padding: 30px;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }
      .testimon__item--text::before {
        content: ' ';
        position: absolute;
        top: -28px;
        left: 50%;
        right: 0;
        border: inset 14px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #fff transparent;
        border-bottom-style: solid;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .testimon__item--text q {
        font-size: 0.875rem; }
      .testimon__item--text h3 {
        color: #55AF25;
        font-size: 1.375rem;
        font-weight: 700;
        text-transform: uppercase;
        padding-top: 16px; }
      .testimon__item--text h5 {
        font-size: 0.875rem; }

/* --------------------------------
TEAM SECTION CSS
-------------------------------- */
.team__member {
  position: relative;
  border-radius: 2px;
  overflow: hidden; }
  .team__member--info {
    position: absolute;
    bottom: -60px;
    right: 0;
    left: 0;
    height: 140px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .team__member--info h4 {
      font-size: 1.5625rem;
      line-height: 20px; }
    .team__member--info h6 {
      font-size: 0.8125rem;
      font-style: italic;
      margin-bottom: 21px; }
  .team__member--social li {
    display: inline-block;
    margin: 0 2px; }
    .team__member--social li a {
      display: block;
      width: 30px;
      height: 30px;
      line-height: 26px;
      color: #fff;
      font-size: 0.875rem;
      text-align: center;
      border: 2px solid #fff;
      border-radius: 100%; }
      .team__member--social li a:hover {
        background-color: #fff;
        color: #55AF25; }
  .team__member:hover .team__member--info {
    bottom: 0; }

/* --------------------------------
PRICING SECTION CSS
-------------------------------- */
.price {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed; }
  .price__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1; }
  .price .container {
    position: relative;
    z-index: 2; }
  .price .headline {
    margin-bottom: 100px;
    color: white; }
    .price .headline h3 {
      color: white; }
      .price .headline h3::after {
        background-color: white; }
  .price__table {
    position: relative;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .price__table.recommended {
      margin-top: -36px; }
      .price__table.recommended::before {
        content: '\f005';
        font-family: FontAwesome;
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #24C6DC;
        color: #fff;
        font-size: 1.0625rem;
        border-radius: 100%;
        margin: 0 auto; }
    .price__table:hover {
      -webkit-box-shadow: inset 0 -4px 0 0 #24C6DC;
      box-shadow: inset 0 -4px 0 0 #24C6DC; }
  .price__title {
    padding: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 10px; }
    .price__title h3 {
      font-size: 2.125rem;
      font-weight: 700;
      text-transform: uppercase; }
    .price__title h5 {
      font-size: 0.875rem;
      color: #24C6DC; }
  .price__cost {
    font-size: 3.125rem;
    margin-bottom: 30px; }
    .price__cost span {
      display: inline-block;
      font-size: 18px;
      -webkit-transform: translateY(-22px);
      -ms-transform: translateY(-22px);
      transform: translateY(-22px); }
    .price__cost small {
      display: inline-block;
      color: #999;
      font-size: 0.875rem;
      font-weight: 300; }
  .price ul {
    font-size: 0.9375rem;
    opacity: 0.6;
    margin-bottom: 30px; }
    .price ul li {
      margin: 5px 0; }
  .price__select {
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }

/* --------------------------------
FAQ SECTION CSS
-------------------------------- */
.faq {
  background-color: #f6f6f6; }
  .faq__img {
    max-width: 170px;
    margin: 0 auto; }
  .faq__more {
    text-align: center;
    margin-top: 40px; }
    .faq__more a {
      color: #55AF25;
      text-decoration: underline; }
      .faq__more a:hover {
        color: #24C6DC; }
  .faq .panel-group .panel {
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px; }
    .faq .panel-group .panel:hover .panel-heading {
      background: #24C6DC;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #55AF25, #24C6DC);
      background: -webkit-gradient(linear, left top, right top, from(#55AF25), to(#24C6DC));
      background: -webkit-linear-gradient(left, #55AF25, #24C6DC);
      background: -o-linear-gradient(left, #55AF25, #24C6DC);
      background: linear-gradient(to right, #55AF25, #24C6DC);
      color: #fff;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
      .faq .panel-group .panel:hover .panel-heading a {
        color: #fff; }
  .faq .panel .panel-heading {
    position: relative;
    padding: 15px;
    margin: -1px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .faq .panel .panel-heading .panel-title a {
    display: block;
    text-transform: capitalize;
    margin-right: 40px; }
    .faq .panel .panel-heading .panel-title a::after {
      content: "\f106";
      font: 20px fontAwesome;
      position: absolute;
      top: 50%;
      right: 5px;
      height: 40px;
      width: 40px;
      line-height: 45px;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .faq .panel .panel-heading .panel-title a.collapsed::after {
      content: "\f107"; }
  .faq .panel-body {
    font-size: 0.875rem; }

/* --------------------------------
BLOG SECTION CSS
-------------------------------- */
.blog__item {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  overflow: hidden; }
  .blog__item--img {
    height: 208px;
    background-color: #333;
    overflow: hidden;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s; }
    .blog__item--img img {
      -webkit-transition: opacity .3s,-webkit-transform .8s;
      transition: opacity .3s,-webkit-transform .8s;
      -o-transition: opacity .3s,transform .8s;
      transition: opacity .3s,transform .8s;
      transition: opacity .3s,transform .8s,-webkit-transform .8s; }
  .blog__item--date {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 12px;
    padding-top: 12px;
    border-radius: 50%; }
    .blog__item--date .day {
      display: block;
      font-size: 0.875rem; }
    .blog__item--date .month {
      display: block;
      font-size: 0.625rem;
      text-transform: uppercase; }
  .blog__item--content {
    position: relative;
    height: 185px;
    padding: 20px;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s; }
    .blog__item--content h3 {
      font-size: 1.25rem;
      margin-bottom: 10px; }
      .blog__item--content h3 a {
        color: #333; }
  .blog__item--author {
    display: block;
    color: #55AF25;
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    .blog__item--author img {
      float: left;
      width: 32px;
      border-radius: 50%;
      margin-right: 6px; }
  .blog__item--desc {
    position: absolute;
    bottom: 65px;
    color: #a4b1bf;
    font-size: 0.8125rem;
    line-height: 24px;
    opacity: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,-webkit-transform .2s;
    -o-transition: opacity .2s,transform .2s;
    transition: opacity .2s,transform .2s;
    transition: opacity .2s,transform .2s,-webkit-transform .2s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px); }
  .blog__item--info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #a3a9ab;
    font-size: 0.6875rem;
    text-align: center;
    padding: 5px 0; }
    .blog__item--info li {
      display: inline-block;
      font-size: 0.875rem;
      margin-right: 8px; }
      .blog__item--info li a {
        color: #a4b1bf;
        text-transform: uppercase; }
      .blog__item--info li i {
        margin-right: 8px; }
  .blog__item:hover {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2); }
    .blog__item:hover .blog__item--img {
      height: 90px; }
      .blog__item:hover .blog__item--img img {
        opacity: .5;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
    .blog__item:hover .blog__item--content {
      height: 303px; }
    .blog__item:hover .blog__item--desc {
      opacity: 1;
      -webkit-transition-delay: .1s;
      -o-transition-delay: .1s;
      transition-delay: .1s;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

.blog__more {
  text-align: center;
  margin-top: 40px; }
  .blog__more a {
    color: #55AF25;
    text-decoration: underline; }
    .blog__more a:hover {
      color: #24C6DC; }

/* --------------------------------
GET IN TOUCH SECTION CSS
-------------------------------- */
.contact {
  position: relative;
  background-color: white;}
  .contact__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1; }
  .contact .container {
    position: relative;
    z-index: 2; }
  .contact .headline {
    margin-bottom: 100px;
    color: white; }
    .contact .headline h3 {
      color: white; }
      .contact .headline h3::after {
        background-color: white; }
  .contact__message, .contact__info {
    background-color: #fff;
    padding: 30px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
  .contact__success {
    position: relative;
    color: #fff;
    font-size: 0.75rem;
    padding: 15px 5px 13px 50px;
    border-radius: 2px; }
    .contact__success::after {
      content: "\f00c";
      font-family: "FontAwesome";
      position: absolute;
      top: 14px;
      left: 17px;
      width: 20px;
      height: 20px;
      background: rgba(0, 0, 0, 0.2);
      text-align: center;
      border-radius: 100%; }
  .contact__info {
    padding: 30px; }
    .contact__info div {
      font-size: 0.9375rem;
      margin-bottom: 16px; }
      .contact__info div i {
        float: left;
        width: 30px;
        height: 45px;
        line-height: 30px;
        color: #55AF25;
        font-size: 1.375rem;
        margin-right: 20px; }
      .contact__info div span {
        display: block;
        font-size: 1.125rem;
        font-weight: 700; }
    .contact__info--social {
      padding-top: 6px; }
      .contact__info--social li {
        display: inline-block;
        margin-right: 4px; }
        .contact__info--social li a {
          display: block;
          width: 40px;
          height: 40px;
          line-height: 40px;
          color: #fff;
          font-size: 1.125rem;
          text-align: center;
          border-radius: 30px;
          margin-right: 3px;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }

/* --------------------------------
CLIENTS SECTION CSS
-------------------------------- */
.clients {
  -webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1); }
  .clients img {
    max-height: 30px;
    margin: 30px auto; }

/* --------------------------------
SUBSCRIBE SECTION CSS
-------------------------------- */
.subscribe__form {
  position: relative; }
  .subscribe__form--btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    border: none;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px; }

.subscribe__message {
  margin: 10px auto; }
  .subscribe__message--text {
    position: relative;
    display: block;
    background-color: #fff;
    color: #fff;
    font-size: 0.8125rem;
    padding: 10px 10px 10px 44px;
    border-radius: 2px; }
    .subscribe__message--text::after {
      content: "";
      font-family: "FontAwesome";
      position: absolute;
      top: 50%;
      left: 12px;
      width: 20px;
      height: 20px;
      background: rgba(0, 0, 0, 0.2);
      font-size: 12px;
      text-align: center;
      border-radius: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .subscribe__message--text.error {
      background-color: #d9534f; }
      .subscribe__message--text.error::after {
        content: "\f00d"; }
    .subscribe__message--text.valid {
      background-color: #5cb85c; }
      .subscribe__message--text.valid::after {
        content: "\f00c"; }

.subscribe .form-control {
  height: 44px;
  border-color: #e4e4e4;
  border-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .subscribe .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #55AF25; }

/* --------------------------------
BLOG PAGE CSS
-------------------------------- */
.blogs__pagin {
  margin-top: 30px; }

.blogs-single .blog__item--img {
  height: auto; }

.blogs-single .blog__item:hover .blog__item--img {
  height: auto; }

.blogs-single .blog__item--content {
  height: 235px;
  text-align: left; }

.blogs-single .blog__item:hover .blog__item--content {
  height: 235px; }

.blogs-single .blog__item--author {
  margin-bottom: 10px; }

.blogs-single .blog__item--desc {
  position: static;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.blogs-single .blog__item--info {
  position: static;
  text-align: left;
  padding: 14px 0; }

/* --------------------------------
SINGLE BLOG POST PAGE CSS
-------------------------------- */
.post-header {
  position: relative;
  height: 400px;
  overflow: hidden; }
  .post-header--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .post-header--overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 2; }
  .post-header--content {
    position: relative;
    display: block;
    margin-top: 185px;
    z-index: 3; }
    .post-header--content h1 {
      color: #fff;
      font-size: 2rem;
      font-weight: 700;
      text-transform: uppercase; }
    .post-header--content hr {
      width: 160px;
      height: 2px;
      background-color: #fff;
      border: 0;
      padding: 0;
      margin-top: 14px;
      margin-bottom: 14px; }
  .post-header .breadcrumb {
    background: none;
    color: #fff;
    font-size: 0.875rem;
    margin-bottom: 0; }
    .post-header .breadcrumb a {
      color: #fff; }
  .post-header .breadcrumb > .active {
    color: inherit;
    opacity: 0.65; }

.post__img {
  border-radius: 2px;
  margin-bottom: 15px;
  overflow: hidden; }

.post__info {
  margin-bottom: 35px; }
  .post__info li {
    display: inline-block;
    font-size: 0.875rem; }
    .post__info li + li::before {
      padding: 0 9px 0 5px;
      color: #b0b0b0;
      content: "\2013"; }
    .post__info li a {
      color: #333; }

.post__content {
  margin-bottom: 45px; }
  .post__content h3 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 25px; }
  .post__content p {
    margin: 0 0 10px; }
  .post__content blockquote {
    font-size: 0.9375rem;
    font-style: italic;
    padding: 30px;
    border-left: 5px solid #eee;
    margin: 0 0 20px; }

.post__share {
  margin-bottom: 45px; }
  .post__share li {
    display: inline-block;
    font-size: 0.9375rem;
    padding: 0 5px; }
    .post__share li a {
      display: block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      color: #fff;
      font-size: 0.875rem;
      text-align: center;
      border-radius: 30px;
      margin-right: 3px; }

.post__tags {
  text-align: right; }
  .post__tags li {
    display: inline-block;
    font-size: 0.9375rem;
    padding: 0 5px; }
    .post__tags li a {
      color: #333; }

.post__comments {
  margin-bottom: 45px; }
  .post__comments h4 {
    font-size: 1.25rem;
    margin: 15px 0 35px; }
  .post__comments li ul {
    margin-left: 85px; }
  .post__comments--img {
    float: left;
    width: 65px;
    height: 65px;
    border-radius: 30px; }
  .post__comments--container {
    position: relative;
    background: rgba(164, 177, 191, 0.12);
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-left: 85px; }
    .post__comments--container::before {
      content: ' ';
      position: absolute;
      top: 10px;
      left: -20px;
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent rgba(164, 177, 191, 0.12) transparent transparent;
      border-right-style: solid; }
    .post__comments--container span {
      display: block;
      font-size: 0.8125rem;
      color: #a4b1bf;
      padding-bottom: 8px;
      margin-bottom: 10px !important;
      border-bottom: 1px solid rgba(164, 177, 191, 0.2); }
    .post__comments--container p {
      font-size: 0.875rem;
      margin: 0 0 10px; }
    .post__comments--container a {
      color: #333; }

.post__addcomm {
  margin-bottom: 45px; }
  .post__addcomm h4 {
    font-size: 1.25rem;
    margin: 15px 0 35px; }

/* --------------------------------
404 PAGE CSS
-------------------------------- */
.not-found {
  height: 100vh;
  text-align: center; }
  .not-found--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("http://via.placeholder.com/4094x2730") no-repeat center/cover;
    z-index: 2; }
  .not-found--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.7;
    z-index: 3; }
  .not-found--content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4; }
    .not-found--content h1 {
      display: inline-block;
      font-size: 11.25rem;
      font-weight: 700; }
    .not-found--content h2 {
      margin: 20px 0 0;
      color: #fff;
      font-size: 34px;
      font-weight: 700;
      text-transform: uppercase; }
    .not-found--content p {
      margin-top: 10px;
      color: #fff;
      font-size: 18px;
      text-transform: none;
      font-weight: 400; }
      .not-found--content p a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: underline; }

/* --------------------------------
LOGIN/REGISTER PAGE CSS
-------------------------------- */
.login {
  height: 100%; }
  .login__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("http://via.placeholder.com/4094x2730") no-repeat center/cover;
    z-index: 2; }
  .login__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.7;
    z-index: 3; }
  .login__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 700px;
    background-color: #fff;
    text-align: center;
    padding: 60px;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4; }
    .login__content--header {
      margin-bottom: 46px; }
      .login__content--header i {
        font-size: 36px; }
      .login__content--header h3 {
        font-size: 1.5rem;
        text-transform: uppercase; }
    .login__content .button {
      font-weight: 700;
      padding-left: 56px;
      padding-right: 56px; }
    .login__content p {
      font-size: 0.875rem;
      margin-top: 38px; }
  .login__form .form-group {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .login__social h3 {
    font-size: 1rem;
    margin: 38px 0; }
    .login__social h3 span {
      display: block;
      color: #55AF25; }
  .login__social--button {
    display: inline-block;
    color: #fff;
    padding: 12px 38px;
    border-radius: 44px;
    margin: 0 8px; }
    .login__social--button i {
      margin-right: 16px; }

/* --------------------------------
COMING SOON PAGE CSS
-------------------------------- */
.comingso {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center; }
  .comingso__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("http://via.placeholder.com/4094x2730") no-repeat center/cover;
    z-index: 2; }
  .comingso__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.7;
    z-index: 3; }
  .comingso .logo {
    margin-bottom: 60px; }
  .comingso__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4; }
    .comingso__content h1 {
      display: inline-block;
      font-size: 3.75rem;
      font-weight: 700;
      text-transform: uppercase; }
  .comingso__form {
    position: relative;
    max-width: 600px;
    margin: 10px auto; }
    .comingso__form--btn {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      color: #fff;
      border: none;
      height: 44px;
      line-height: 44px;
      text-align: center;
      padding: 0 30px;
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px; }
  .comingso__message {
    margin: 10px auto; }
    .comingso__message--text {
      position: relative;
      display: block;
      background-color: #fff;
      color: #fff;
      font-size: 0.8125rem;
      padding: 10px 10px 10px 44px;
      border-radius: 2px; }
      .comingso__message--text::after {
        content: "";
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        left: 12px;
        width: 20px;
        height: 20px;
        background: rgba(0, 0, 0, 0.2);
        font-size: 12px;
        text-align: center;
        border-radius: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .comingso__message--text.error {
        background-color: #d9534f; }
        .comingso__message--text.error::after {
          content: "\f00d"; }
      .comingso__message--text.valid {
        background-color: #5cb85c; }
        .comingso__message--text.valid::after {
          content: "\f00c"; }
  .comingso .form-control {
    height: 44px;
    border-color: #e4e4e4;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .comingso .form-control:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #55AF25; }
  .comingso__footer--social {
    margin-top: 80px; }
    .comingso__footer--social li {
      display: inline-block;
      margin: 0 4px; }
      .comingso__footer--social li a {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 28px;
        color: #fff;
        font-size: 1.25rem;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .comingso__footer--social li a:hover {
          opacity: 0.6; }
  .comingso__footer--copyright {
    font-size: 0.95rem;
    margin: 20px auto; }

.countdown {
  margin: 20px auto; }

.counter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto; }

.counter-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
  padding: 10px 0; }
  .counter-box::after {
    content: ':';
    position: absolute;
    top: 18px;
    left: -38px;
    color: #fff;
    font-size: 32px; }
  .counter-box .number {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    margin-right: 4px; }
  .counter-box span {
    font-size: 0.875rem; }
  .counter-box.first {
    opacity: 1;
    margin-left: 0; }
    .counter-box.first::after {
      display: none; }
    .counter-box.first .number {
      font-size: 2.875rem;
      margin-left: 4px; }

/* --------------------------------
FAQ PAGE CSS
-------------------------------- */
.faq__hero--info {
  color: #fff;
  text-align: center; }
  .faq__hero--info h2 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 55px; }
  .faq__hero--info p {
    padding: 20px 0 35px; }

.faq__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .faq__item--icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #55AF25;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    vertical-align: top; }
  .faq__item--info {
    margin-left: 12px;
    margin-right: 12px; }
    .faq__item--info h4 {
      font-weight: 700; }
    .faq__item--info p {
      font-size: 0.875rem; }

.faq__questions {
  background-color: #f6f6f6; }
  .faq__questions h5 {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 40px 0; }
  .faq__questions .panel-group .panel {
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px; }
    .faq__questions .panel-group .panel:hover .panel-heading {
      background: #24C6DC;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #55AF25, #24C6DC);
      background: -webkit-gradient(linear, left top, right top, from(#55AF25), to(#24C6DC));
      background: -webkit-linear-gradient(left, #55AF25, #24C6DC);
      background: -o-linear-gradient(left, #55AF25, #24C6DC);
      background: linear-gradient(to right, #55AF25, #24C6DC);
      color: #fff;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
      .faq__questions .panel-group .panel:hover .panel-heading a {
        color: #fff; }
  .faq__questions .panel .panel-heading {
    position: relative;
    padding: 15px;
    margin: -1px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .faq__questions .panel .panel-heading .panel-title a {
    display: block;
    text-transform: capitalize;
    margin-right: 40px; }
    .faq__questions .panel .panel-heading .panel-title a::after {
      content: "\f106";
      font: 20px fontAwesome;
      position: absolute;
      top: 50%;
      right: 5px;
      height: 40px;
      width: 40px;
      line-height: 45px;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .faq__questions .panel .panel-heading .panel-title a.collapsed::after {
      content: "\f107"; }
  .faq__questions .panel-body {
    font-size: 0.875rem; }

/* --------------------------------
PRIVACY PAGE CSS
-------------------------------- */
.privacy__hero--info {
  color: #fff;
  text-align: center; }
  .privacy__hero--info h2 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 55px; }
  .privacy__hero--info p {
    padding: 20px 0 35px; }

.privacy__item, .terms__item {
  padding: 25px 0;
  border-bottom: 1px solid #EFEFEF; }
  .privacy__item h5, .terms__item h5 {
    font-weight: 700;
    padding-bottom: 6px; }
  .privacy__item p, .terms__item p {
    font-size: 0.875rem; }

.terms {
  background-color: #f6f6f6; }

/* --------------------------------
FOOTER CSS
-------------------------------- */
#footer {
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1); }

.footer__social {
  float: left;
  padding: 19px 0; }
  .footer__social li {
    display: inline-block;
    margin: 0 3px; }
    .footer__social li a {
      display: block;
      width: 42px;
      height: 42px;
      line-height: 40px;
      color: #333;
      font-size: 1.125rem;
      text-align: center;
      border: 1px solid #333;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .footer__social li a:hover {
        background-color: #333;
        color: #fff; }

.copyright {
  font-size: 0.875rem;
  text-align: center;
  color: #a1a1a1;
  padding: 30px 0; }
  .copyright a {
    color: #a1a1a1;
    text-decoration: underline; }

/* --------------------------------
RESPONSIVE CSS
-------------------------------- */
@media only screen and (max-width: 990px) {
  .hero {
    padding-top: 120px; }
  .hero__info {
    padding-top: 20px;
    margin: 0 auto; }
  .hero__download {
    text-align: center; }
  .clients img {
    max-height: 27px; }
  .team__member--info {
    bottom: 0; }
  .price__table {
    margin-bottom: 25px; }
  .price__table.recommended {
    margin-top: 0; }
  .contact__message {
    margin-bottom: 30px; }
  .comingso {
    position: relative;
    padding: 40px 0;
    min-height: 100vh; } }

@media only screen and (max-width: 767px) {
  .navbar-default {
    padding: 0; }
  .navbar-header {
    padding: 10px 0; }
  .navbar-nav {
    background: #24C6DC;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #55AF25, #24C6DC);
    background: -webkit-gradient(linear, left top, right top, from(#55AF25), to(#24C6DC));
    background: -webkit-linear-gradient(left, #55AF25, #24C6DC);
    background: -o-linear-gradient(left, #55AF25, #24C6DC);
    background: linear-gradient(to right, #55AF25, #24C6DC);
    min-height: 100vh; }
  .nav > li {
    text-align: center; }
  .nav > li > a {
    padding: 15px 5px; }
  .navbar-default .navbar-nav li.active a::after,
  .navbar-default .navbar-nav > li > a:hover::after {
    width: 100px;
    right: 0;
    margin: 0 auto; }
  .navbar-default .navbar-nav > li > a:hover::after {
    display: none; }
  .contact .headline {
    margin-bottom: 40px; }
  .price .headline {
    margin-bottom: 60px; } }

@media only screen and (max-width: 640px) {
  .hero__info h2 {
    font-size: 36px; }
  .post-header--content {
    margin-top: 160px; }
  #footer {
    height: auto;
    text-align: center; }
  .footer__social {
    float: none; }
  .copyright {
    padding-top: 9px; } }

@media only screen and (max-width: 600px) {
  .post-header--img img {
    max-width: initial;
    max-height: 100%; }
  .comingso {
    padding: 20px 0; }
  .comingso .logo {
    max-width: 220px;
    margin: 0 auto 40px; }
  .comingso__content h1 {
    font-size: 2rem; }
  .comingso__content p {
    font-size: 0.85rem; }
  .comingso__form--btn {
    padding: 0 12px; }
  .comingso__footer--social {
    margin-top: 20px; } }

@media only screen and (max-width: 480px) {
  .headline {
    font-size: 0.8125rem; }
  .headline h3 {
    font-size: 1.75rem; }
  .hero__info {
    padding-top: 20px; }
  .hero__info h2 {
    font-size: 2rem; }
  .hero__download a {
    margin-bottom: 16px; }
  .video .headline {
    margin-bottom: 40px; }
  .video__action .fa {
    font-size: 5em; }
  .subscribe__form--btn {
    font-size: 0.9375rem;
    padding: 0 22px; }
  .copyright {
    padding-top: 0;
    font-size: 0.75rem; }
  .blogs-single .blog__item--content,
  .blogs-single .blog__item:hover .blog__item--content {
    height: auto; }
  .not-found--content {
    width: 100%; }
  .not-found--content h1 {
    font-size: 7rem; }
  .not-found--content p {
    font-size: 1.75rem; }
  .comingso__content {
    width: 100%; }
  .counter-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .counter-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    .counter-box::after {
      left: -5px; }
  .counter-box:nth-child(3)::after {
    display: none; } }

@media only screen and (max-height: 700px) {
  .comingso__content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); } }
