/*
Theme Name:
Theme URI: http://graphiclife.net/themeforest/dreamapp
Description: Template is suitable for anything related to business.
Version: 1.0
Author: Xstyler
Author URI: http://graphiclife.net
*/

/*  Table Of Content
=======================

    1  - Media Queries
    2  - General Styles
    3  - Header
    4  - Intro
    5  - Buttons
    6  - About
    7  - Video
    8  - Statistic
    9  - Details
    10 - Pricing
    11 - Future
    12 - Faq
    13 - Testimonials
    14 - Clients
    15 - CTA (Call to action)
    16 - Footer

======================*/

@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);

/* 1-Media Queries */

@media (max-width: 768px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .youtube-link {
        display: none !important;
    }
}

@media (max-width: 992px) {
  #intro {
    text-align: center;
    padding: 50px  0 80px !important;
  }
  #support .phones {
    padding-top: 30px;
  }
}

@media (max-width: 1170px) {
}

@media (min-width: 768px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
    .navbar-nav li a {
        padding: 25px 8px;
        display: inline-block;
        line-height: 100%;
    }

    section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .navbar-nav li a {
        padding: 25px 15px;
    }
    .navbar-nav .seperator:before {
        content: '';
        width: 1px;
        height: 11px;
        background-color: #777;
        margin-right: 15px;
        margin-left: 10px;
        float: left;
        margin-top: 28px;
    }
    section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .full-bg {
        height: 100%;
        width: 100%;
    }
    .v-table {
        table-layout: fixed;
        display: table;
    }
    .v-cell {
        display: table-cell;
        vertical-align:middle;
        float:none;
    }
}

@media (min-width: 1170px) {

}

@media (min-width: 1330px) {
    .container {width: 1300px;}
}

/* 2-General Styles */

body {
    color: #383e48;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.8em;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}

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

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    letter-spacing: 0.2px;
    padding: 5px 0;
    margin: 0;
}

h1 {
    font-size: 40px;
    font-weight: 400;
}

h2 {
    font-size: 20px;
    margin: 10px 0 30px 0;
}

h3 {
    font-size: 32px;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

h6  {
    font-size: 16px;
}

p {
  color: #696d74;
}

strong {
  color: #383e48;
  font-weight: 600;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark strong,
.dark span {
  color: #fff;
}

.margin-0 {
    margin: 0;
}

.margin-10 {
    margin-top: 10px;
}

.margin-20 {
    margin-top: 20px;
}

.margin-30 {
    margin-top: 30px;
}

.margin-40 {
    margin-top: 40px;
}

.margin-50 {
    margin-top: 50px;
}

.margin-80 {
    margin-top: 80px;
}

.container-fluid{
  max-width: 1700px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

section,
footer {
    background-color: #fff;
}

section.background,
#feature-boxes {
    background-color: transparent;
}

/* 3-Header Section */

.navbar {
    border: 0;
    -webkit-transform: translate3d(0,0,0);
    background-color: transparent;
}

.navbar-fixed-top {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}

.top-nav-collapse {
    background-color: rgba(38, 39, 43, 0.94);
    border-bottom: rgba(38, 39, 43, 1);
}

.navbar-brand {
    height: auto;
    padding: 10px 15px;
    line-height: 1em;
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

.navbar-nav li a {
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    border: 2px solid transparent;
    text-transform: uppercase;
}

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

.navbar-nav li .button {
    padding: 15px 20px;
    margin: 10px 15px;
}

.navbar-default .navbar-toggle {
    margin-top: 18px;
  	border-color: #a6ce37;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover  {
	background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #a6ce37;
}
.navbar .toggle {

}

/* 4-Intro Section */

#intro {
  padding-top: 160px;
  padding-bottom: 100px;
}

.span.intro {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.span.or {
  padding-left: 20px;
}

#intro #phones {
}

#intro .phone1 {
  z-index: 2;
  position: relative;
  width: 280px;
  height: auto;
  margin-right: 100px;
}

#intro .phone2 {
  width: 240px;
  height: auto;
  position: absolute;
  right: 50%;
  margin-right: -180px;
  top: 40px;
  z-index: 1;
}

.typed-cursor {
    opacity: 1;
    font-weight: 100;
    color: #fff !important;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.typed-fade-out {
    opacity: 0;
    animation: 0;
    transition: opacity .25s;
}

#intro .type-wrap {
  padding: 90px 0 50px;
}

#intro .type-wrap p {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4em;
}

#intro .type-wrap h1 span {
  color: #a6ce37;
}

/* 5-Buttons */

.button {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    margin: 10px 0;
    outline: 0 none;
    padding: 16px 40px;
    position: relative;
    white-space: nowrap;
    border: 2px solid #dedede;
    background: transparent;
}

.button:hover,
.button:focus,
.button:active {
    color: #fff;
    background: #26272b;
    border-color: #26272b;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.button.small {
    font-size: 16px;
    padding: 7px 10px;
}

.button.large {
    font-size: 16px;
    padding: 20px 40px;
}

.button.full {
    width: 100%;
}

.button.green {
    color: #fff;
    background-color: #a6ce37;
    border-color: #a6ce37;
}

.button.green:hover,
.button.green:focus,
.button.green:active {
    color: #fff;
    background-color: #8fbe26;
    border-color: #8fbe26;
}

.button.green.border {
    color: #333;
    border: 2px solid #a6ce37;
    background-color: transparent;;
}

.button.green.border:hover,
.button.green.border:focus,
.button.green.border:active {
    color: #fff !important;
    background: #a6ce37;
    -webkit-transition: all .1s ease-out;
}

.button.green.border.light {
    color: #fff !important;
}

.button.fb i,
.button.twitter i {
    padding-right: 5px;
}

.button.fb {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.button.fb:hover,
.button.fb:focus,
.button.fb:active {
    color: #fff;
    background-color: #2c4372;
    border-color: #2c4372;
}

.button.twitter {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #00acee;
    border-color: #00acee;
}

.button.twitter:hover,
.button.twitter:focus,
.button.twitter:active {
    color: #fff;
    background-color: #0092cb;
    border-color: #0092cb;
}

.button.rounded {
    border-radius: 3px
}

.button.transparent {
    color: #fff;
    padding: 16px 20px;
    border-color: transparent;
    text-decoration: underline;
}
.button.transparent:hover,
.button.transparent:focus,
.button.transparent:active {
    color: #8fbe26;
    background-color: transparent;
    border-color: transparent;
}

/* 6-About Section */

#about h3 {
    padding-bottom: 20px;
}

#about h4 {
    padding: 30px 0 10px;
}

#about .text p {
  padding: 7px 0;
}

#about .text a {
    display: block;
    font-weight: 500;
}

#about a i {
    color: #99d328;
}

#about .features {
  padding-top: 15px;
}

/* 7-Video Section */

#video {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

#video h3 {
  padding-top: 30px;
}

#video .play-button .icon {
    border: 3px solid #a6ce37;
    border-radius: 50%;
    display: inline-block;
    height: 110px;
    width: 110px;
    padding-top: 28px;
    text-align: center;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

#video .play-button .icon img {
    height: 45px;
    width: auto;
    padding-left: 3px;
}

#video .play-button .icon:hover {
    background-color: #a6ce37;
}

#video .play-button h6 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 20px;
}

#video .youtube-link {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

#video .youtube-link a {
    display: inline-block;
}

#video .youtube-link img {
    height: 22px;
    width: auto;
    padding-right: 10px;
}

#video .youtube-link span {
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
}

.mfp-bg {
    opacity: 0.9;
}

.mfp-iframe-scaler iframe {
    box-shadow: none;
}

.mfp-iframe-scaler .mfp-close {
    color: #000;
}

/* 8-Statistic Section */

#statistic .title {
    margin-bottom: 50px;
}

#statistic .timer {
    font-size: 48px;
    line-height: 100%;
    font-weight: 700;
    font-family: arial, 'sans-serif';
}

#statistic .lead {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

#statistic .text {
    margin: 40px 0 30px;
}

#statistic ul {
    margin: 0;
    padding: 0;
}

.number {
	margin: 0 auto;
	display: inline-block;
}

.counter-box {
    padding: 50px 0 0;
    border-radius: 4px;
}

.counter-box .timer {
	font-size: 36px;
}

.counter-box h4 {
	font-family: arial, 'sans-serif';
	padding: 15px 15px 5px;
}

.counter-box h5 {
  font-weight: 600;
  padding-top: 30px;
}

.counter-box h5:after {
    content: ' ';
    display: block;
    width: 40px;
    height: 1px;
    margin: 15px auto 0px;
    background-color: #99d328;
}

/* 9-Details Section */

#details {
  background-color: #f9fafb;
}

#details.white {
  background-color: #fff;
}

#details h3 {
  padding-bottom: 30px;
}

#details .thumb1 {
  margin-bottom: 30px;
}

#details .thumb33 {
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../images/img3.jpg);
}

.box2 img {
  width: auto !important;
    width: 100%;
    max-width: 500px;
    float: left;
    clear: both;
}

#details .testimonial-box {
  border-radius: 5px;
  background-color: #fff;
  padding: 30px;
  margin-top: 40px;
}

#details .testimonial-box img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  float: left;
}

#details .testimonial-box p {
  font-size: 15px;
  padding-top: 5px;
  padding-left: 90px;
}

/* 10-Pricing Section */

#pricing h3 {
  padding-bottom: 10px;
}

#pricing h5 {
  padding-bottom: 30px;
}

#pricing .price-list {
    padding: 50px 15px 45px;
    border: 2px solid #f2f3f4;
    font-family: arial, 'sans-serif';
    margin-top: 40px;
    background-color: #fff;
}

#pricing .price-list .price-group {
    margin: 20px 0 20px;
}

#pricing .price-list .dollar {
    font-size: 32px;
    line-height: 1.5em;
    font-weight: 100;
    vertical-align: top;
}

#pricing .price-list .price {
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
}

#pricing .price-list .interval {
    display: block;
    padding-bottom: 20px;
}

#pricing i.fa-check {
  color: #99d328;
  padding-right: 5px;
}

#pricing i.fa-times {
  color: #ef662f;
  padding-right: 5px;
}

#pricing .line-separator {
  display: block;
  width: 30px;
  height: 1px;
  margin: 0 auto;
  background-color: #99d328;
}

#pricing .price-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#pricing .price-list ul li {
    padding: 5px 0;
    vertical-align: middle;
}

/* 11-Feature Section */

#feature h3 {
  font-weight: 400;
  font-size: 42px;
  padding: 110px 0 120px;
}

/* 12-Support Section */

#support h3 {
  padding-bottom: 30px;
}

#support h5 {
  padding: 20px 0;
  font-weight: 600;
}

#support a {
  font-size: 14px;
}

#support .phones {
  max-width: 500px;
  margin: 0 auto;
}

/* 13-Testimonial Section */

#testimonials {
  background-color: #f9fafb;
}

#testimonials h5 {
  padding-bottom: 30px;
}

#testimonials figure {
  padding: 50px 40px 40px;
  margin-top: 40px;
  background-color: #fff;
}
#testimonials figure:hover {
  z-index: 1;
  -webkit-box-shadow: 0px 15px 60px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 15px 60px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 15px 60px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 15px 60px 0px rgba(0,0,0,0.1);
  -webkit-transition: -webkit-transform .3s ease, border .3s ease, -webkit-box-shadow .3s ease, background .3s ease, z-index .3s ease;
  -moz-transition: -moz-transform .3s ease, border .3s ease, -moz-box-shadow .3s ease, background .3s ease, z-index .3s ease;
  transition: transform .3s ease, border .3s ease, box-shadow .3s ease, background .3s ease, z-index .3s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#testimonials figure p  {
  padding-bottom: 5px;
}

#testimonials figcaption {
  font-size: 14px;
  padding-top: 10px;
}

#testimonials figcaption img {
  float: left;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

#testimonials figcaption p {
  line-height: 40px;
  padding-left: 60px;
}

/* 14-Faq Section */

#faq h5 {
  padding-bottom: 30px;
}

#faq figure {
  margin-top: 60px;
}

#faq figure h4 {
  padding-bottom: 20px;
}

/* 15-CTA Section */

#cta {
  position: relative;
  padding: 140px 0 160px;
}

#cta::before {
  content: '';
  height: 42px;
  width: 400px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -200px;
  background-image: url(../images/direction-arrow-down.png);
}

#cta::after {
  content: '';
  height: 42px;
  width: 400px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -200px;
  background-image: url(../images/direction-arrow-up.png);
}

#cta h5 {
  color: #99d328;
  font-weight: 500;
  margin-bottom: 30px;
}

.cta-btn {
  padding: 12px;
  color: #fff;
  border-radius: 100px;
  border: 2px solid #fff;
  display:inline-block;
  margin: 10px 20px;
}

.cta-btn:hover,
.cta-btn:focus {
  color: #fff;
}

.cta-btn:hover span,
.cta-btn:focus span {
  color: #99d328;
}

.cta-btn i {
  float: left;
  font-size: 42px;
  border-right: 1px solid rgba(255, 255, 255, 0.30);
  padding: 3px 20px 5px;
}

.cta-btn p {
  color: #fff;
  font-size: 14px;
  float: right;
  min-width: 150px;
  margin: 0;
  line-height: 130%;
  padding-top: 6px;
  font-weight: 300;
}
.cta-btn p span {
  font-size: 16px;
  font-weight: 600;
  display: block;
}

/* 16-Footer Section */

#footer {
    padding-top: 40px;
}

#footer p {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 15px 40px;
}
