/*------------------------------------------------------------------

[Main Stylesheet]
Project     : Flex Responsive Coming Soon Template
Version     : 1.0
Designed By : Poshtheme

[Table of contents]
01. Resets
02. General
03. Pre-loader
04. Header
05. Subscribe
06. Features
07. Team
08. Contact
09. Footer
10. Responsive

-------------------------------------------------------------------*/
/*
#
# 01. Resets
*---------------------------------------------------------------------
*/
html {
  font-size: 16px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13px;
  }
}
html,
body {
  width: 100%;
  height: 100%;
}
html,
body,
blockquote,
button,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
q,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
blockquote,
q {
  quotes: none;
  font-style: italic;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
ul,
ol {
  margin: 0;
  list-style: none;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.7px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h1,
h2,
h3 {
  margin: 0 0 15px;
}
h4,
h5,
h6 {
  margin: 0 0 12px;
}
h1 {
  font-size: 2.7em;
}
h2 {
  font-size: 2.3em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.7em;
}
h5 {
  font-size: 1.5em;
}
h6 {
  font-size: 1.2em;
}
p {
  margin: 0 0 10px;
}
p:last-child {
  margin: 0;
}
a {
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
button:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
#
# 02. General
----------------------------------------------------------------------*/
.btn-primary,
.btn {
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 300;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.btn-primary:hover,
.btn:hover,
.btn-primary:focus,
.btn:focus,
.btn-primary:active,
.btn:active {
  outline: none;
}
.btn-primary span,
.btn span {
  margin-right: 5px;
}
.btn-transparent {
  background: transparent;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: transparent;
}
.pt-section {
  padding: 80px 0 60px;
  border-bottom: 1px solid;
}
.pt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.pt-overlay-container {
  position: relative;
  z-index: 1;
}
.pt-section-header {
  margin-bottom: 80px;
  text-align: center;
}
.pt-section-header .pt-title {
  font-size: 2.3em;
}
.pt-section-header .pt-sub-title {
  font-size: 1.1em;
}
.pt-container {
  position: relative;
  z-index: 2;
}
.pt-div-center {
  float: none;
  margin: 0 auto;
}
.pt-social-link {
  margin-bottom: 15px;
}
.pt-social-link li {
  display: inline-block;
  margin: 0 10px 15px;
}
.pt-social-link li > a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
/*
#
# 03. Pre-loader
----------------------------------------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.preloader .span-group {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.preloader span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  position: absolute;
  animation: preloader 1.5s infinite ease-in-out;
  -webkit-animation: preloader 1.5s infinite ease-in-out;
  -moz-animation: preloader 1.5s infinite ease-in-out;
  -o-animation: preloader 1.5s infinite ease-in-out;
}
.preloader span:nth-child(2) {
  left: 11px;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
}
.preloader span:nth-child(3) {
  left: 22px;
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
}
.preloader span:nth-child(4) {
  left: 33px;
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -o-animation-delay: .6s;
}
.preloader span:nth-child(5) {
  left: 44px;
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  -o-animation-delay: .8s;
}
/*
#
# 04. Header
----------------------------------------------------------------------*/
.pt-header {
  position: relative;
  padding: 60px 0;
  height: 100%;
  width: 100%;
  background: url(../assets/images/img02.jpg) no-repeat center center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.pt-header .pt-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pt-header .pt-logo {
  margin-bottom: 80px;
}
.pt-header .pt-logo a {
  display: inline-block;
}
.pt-header .pt-title {
  font-size: 3.1em;
  margin-bottom: 40px;
}
/**/
.pt-counter-wrap {
  text-align: center;
  width: 100%;
}
.pt-counter-wrap .pt-counter {
  width: 25%;
  float: left;
  padding: 25px 0;
  font-family: 'Audiowide', cursive;
  font-size: 4em;
  border-right: 1px solid;
}
.pt-counter-wrap .pt-counter:last-child {
  border: 0 none;
}
.pt-counter-wrap .pt-counter > span {
  margin-left: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: .22em;
  text-transform: uppercase;
  font-weight: 300;
}
.pt-header-meta {
  margin-top: 40px;
}
.pt-header-meta .pt-social-link {
  display: inline-block;
  padding-top: 5px;
}
.pt-header-meta .pt-social-link li {
  margin: 0 20px 0 0;
}
.pt-header-meta .pt-social-link li > a {
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  border: 1px solid;
}
.pt-header-meta .pt-more {
  float: right;
}
.pt-modal-content {
  position: absolute;
  opacity: 0;
  height: 2px;
  width: 225px;
  margin: 0 auto;
  left: 50%;
  bottom: 0;
  margin-left: -112.5px;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
  box-sizing: border-box;
  overflow-x: scroll;
}
.pt-modal-content .pt-cross {
  position: absolute;
  font-size: 2.3em;
  right: 15px;
  top: 15px;
}
/*
#
# 05. Subscribe
----------------------------------------------------------------------*/
.pt-subscribe {
  padding: 40px 0 50px;
}
.pt-subscribe .pt-subscribe-form {
  position: relative;
}
.pt-subscribe .pt-subscribe-form input {
  width: 100%;
  padding: 15px 200px 15px 15px;
  border: 1px solid;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.pt-subscribe .pt-subscribe-form .pt-subscribe-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5px 15px;
  text-transform: uppercase;
}
.pt-subscribe .pt-subscribe-form .pt-subscribe-btn span {
  margin-right: 5px;
}
.pt-subscribe .pt-sub-success {
  color: green !important;
}
.pt-subscribe .pt-sub-error {
  color: red !important;
}
/*
#
# 06. Features
----------------------------------------------------------------------*/
.pt-text-box {
  margin-bottom: 40px;
}
.pt-text-box .pt-icon {
  position: relative;
  display: block;
  font-size: 1.3em;
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.pt-text-box .pt-icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
}
.pt-text-box .pt-text {
  padding: 15px 15px 20px;
  overflow: hidden;
}
.pt-text-box .pt-text h4 {
  font-size: 1.5em;
}
/*
#
# 07. Team
----------------------------------------------------------------------*/
.pt-team-member {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  max-height: 450px;
}
.pt-team-member .pt-text,
.pt-team-member .pt-social {
  position: absolute;
}
.pt-team-member .pt-text {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 10px;
}
.pt-team-member .pt-text:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 35px solid;
}
.pt-team-member .pt-text .pt-name {
  margin-bottom: 8px;
  font-size: 1.5em;
}
.pt-team-member .pt-text .pt-position {
  font-size: .9em;
}
.pt-team-member .pt-social {
  top: 10px;
  left: 0;
  font-size: 1.2em;
  opacity: 0;
}
.pt-team-member .pt-social a {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  display: block;
  transition: all ease-in-out 0.4s 0.4s ease-in-out;
  -webkit-transition: all ease-in-out 0.4s 0.4s ease-in-out;
  -moz-transition: all ease-in-out 0.4s 0.4s ease-in-out;
  -o-transition: all ease-in-out 0.4s 0.4s ease-in-out;
}
.pt-team-member .pt-social a:hover {
  opacity: .8;
}
.pt-team-member img,
.pt-team-member .pt-text,
.pt-team-member .pt-text:before,
.pt-team-member .pt-social {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.pt-team-member:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.pt-team-member:hover .pt-social {
  opacity: 1;
}
/*
#
# 08. Contact
----------------------------------------------------------------------*/
.pt-contact-wrap {
  position: relative;
  background: url(../assets/images/img01.jpg) no-repeat center center;
  border-bottom: none;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.pt-contact {
  margin-bottom: 40px;
}
.pt-contact .pt-success,
.pt-contact .pt-error {
  padding: 3px 10px;
  margin-bottom: 15px !important;
  display: none;
}
.pt-contact .pt-input-box {
  margin-bottom: 30px;
}
.pt-contact p.pt-icon {
  display: none;
}
.pt-contact input,
.pt-contact textarea {
  width: 100%;
  padding: 12px 15px;
  border: 0 none;
  background: transparent;
  border-bottom: 1px solid;
}
.pt-contact textarea {
  height: 208px;
}
.pt-contact label {
  font-weight: 300;
}
.pt-contact .pt-btn-area {
  text-align: right;
}
.pt-contact .pt-btn-area .btn {
  padding: 12px 30px;
}
/*
#
# 09. Footer
----------------------------------------------------------------------*/
.pt-footer {
  background-image: url(../assets/images/dark_wall.png);
  padding: 40px 0;
  text-align: center;
}
.pt-footer a {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.pt-footer .pt-footer-logo {
  margin-bottom: 30px;
  display: inline-block;
}
.pt-footer .pt-footer-logo img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
/*
#
# 10. Responsive
----------------------------------------------------------------------*/
@media (max-width: 767px) {
  .pt-header {
    padding: 20px 0;
  }
  .pt-header .pt-logo {
    margin-bottom: 40px;
  }
  .pt-header .pt-title {
    font-size: 2.5em;
    margin-bottom: 30px;
  }
  .pt-header .pt-more {
    margin-top: 30px;
  }
  /**/
  .pt-counter-wrap .pt-counter {
    padding: 20px 0;
    font-size: 2.7em;
  }
  .pt-counter-wrap .pt-counter > span {
    font-size: .3em;
  }
  .pt-team-member .pt-social {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .pt-header {
    text-align: center;
  }
  .pt-header .pt-logo {
    margin-bottom: 30px;
  }
  .pt-header .pt-title {
    font-size: 1.8em;
  }
  /**/
  .pt-counter-wrap .pt-counter {
    padding: 15px 0;
    font-size: 2em;
    font-weight: 600;
  }
  .pt-counter-wrap .pt-counter > span {
    margin-left: 0;
    display: block;
    font-size: .4em;
  }
  .pt-team-member .pt-text {
    padding: 8px 10px;
    font-size: .9em;
  }
  .pt-team-member .pt-text:before {
    border-right: 15px solid transparent;
    border-bottom: 25px solid;
  }
  .pt-team-member .pt-text .pt-name {
    margin-bottom: 8px;
    font-size: 1.5em;
  }
  .pt-team-member .pt-social {
    top: 0;
    font-size: 1em;
    opacity: 1;
  }
  .pt-team-member .pt-social a {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
