/*=======================================================================
* Template Name: GEO
* Template URI: http://codepassenger.com/
* Author: CodePassenger
* Author URI: http://codepassenger.com/
* Description: GEO - Responsive Bootstrap 3 App Landing Page Template
* Version: 2.0
* License: GPL v2 or later
* License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
* Tags: html, template, app landing, marketing, geo, codepassenger
======================================================================= */

/*------------------------------------------------------
Table of content
--------------------------------------------------------
1. General Styles
2. Pre Loader
3. Navigation
4. Header
5. CTA / Free Trial
6. Intro
7. Features
8. More Features
9. Fun Fact
10. Description
11. How it works
12. Screenshots
13. Reviews
14. Price Table
15. Download
16. Team Members
17. CTA / Purchase
18. FAQ
19. Bootstrap Form
20. Subscribe
21. Contact Area
22. Footer
23. Extra Pages
24. Blog Page
25. Blog Page Single
------------------------------------------------------*/

/*----------------------------------------
General Styles
----------------------------------------*/
body, html {
    height: 100%;
}

html{
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}
body{
    font-size: 16px;
    font-family: 'Poppins', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 100%;
    background-color: #ffffff;
    color: #666;
    line-height: 26px;
    position: relative;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 500;
    margin: 0 0 10px 0;
    line-height: 1.33;
    color: #222;
    text-transform: uppercase;
    font-family: 'Poppins', "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1.5px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    display: block;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b{
    font-weight: 800;
}
h1{
    font-size: 5.2rem;
}
h2{
    font-size: 3rem;
}
h3{
    font-size: 2.4rem;
}
h4{
    font-size: 2rem;
}
h5{
    font-size: 1.6rem;
}
h6{
    font-size: 1.2rem;
}
a{
    transition: all 0.4s ease;
}

a:hover {
    color: #416467;
    text-decoration: none;
}
.section-bg h1, .section-bg h2, .section-bg h3, .section-bg h4, .section-bg h5, .section-bg h6{
    color: #fff;
}
.section-bg h1 b, .section-bg h2 b, .section-bg h3 b, .section-bg h4 b, .section-bg h5 b, .section-bg h6 b, .section-bg p{
    color: #ffffff;
}
p{
    margin: 0 0 10px 0;
}
p:last-child, p:only-child{
    margin-bottom: 0;
}
ul, ol{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
ul li{
    position: relative;
    line-height: 2.25;
    vertical-align: middle;
}


img{
    max-width: 100%;
    height: auto;
}
.section, header, footer{
    position: relative;
    background-position: center center;
    background-size: cover;
}
.border-sep{
    border-bottom: 1px solid #999999;
}
.section-padding{
    padding: 90px 0;
}
.section-padding-extra{
    padding: 112px 0;
}
.section-bg:before{
    background-color: transparent;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}
.section-bg.overlay-black:before{
    background-color: #000000;
}
.section-bg > div{
    z-index: 1;
}
.verticle-center {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.display-flex {
    display: flex;
    align-items: center;
}
.section-heading{
    position: relative;
    padding-bottom: 10px;
	    margin-top: 60px;
    margin-bottom: 70px;
}
.section-heading:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 4px;
    background-color: #e74c3c;
    margin-left: -50px;
}
.section-bg .section-heading:before{
    background-color: #e74c3c;
}
.section-heading:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    background-color: #e74c3c;
    margin-left: -25px;
    transition: all 0.3s ease;
}
.section-bg .section-heading:after{
    background-color: #ffffff;
}
.section-heading:hover:after{
    width: 200px;
    margin-left: -100px;
}
.section-heading.no-sep:before, .section-heading.no-sep:after{
    content: none;
}
.section-title{
    font-size: 3.6rem;
    margin: 0;
	font-weight: 600;
    letter-spacing: 0;
	text-transform: capitalize;
}
.section-subtitle{
    color: #818181;
    letter-spacing: 0.3px;
}
.section-bg .section-subtitle{
    color: #f3f3f3;
}
.mock-group{
    position: relative;
}
.mock-group .front-mock{
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
}
.mock-group .back-mock{
    z-index: 1;
    position: relative;
}

/*** Buttons ***/
.btn{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: inline-block;
    font-size: 1.8rem;
    color: #ffffff;
    background-color: #e74c3c;
    border-radius: 4px;
    padding: 10px 52px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}
.btn:focus, .btn:visited{
    color: #ffffff;
}
.btn:before{
    transition: all 0.4s ease;
    z-index: -1;
}
.btn:hover, .btn:focus:hover, .btn:visited:hover{
    background-color: #1578aa;
    color: #ffffff;
}
.btn-white, .btn-white:focus, .btn-white:visited{
    color: #e74c3c;
    background-color: #ffffff;
}
.btn-white:hover, .btn-white:focus:hover, .btn-white:visited:hover, .btn-orange:hover, .btn-orange:focus:hover, .btn-orange:visited:hover{
    background-color: #ED5A3D;
}
.btn-white:before{
    content: "";
    position: absolute;
    background-color: #ED5A3D;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
}
.btn-white:hover:before{
    transform: scale(1);
}
.btn-orange, .btn-orange:focus, .btn-orange:visited{
    background-color: #ff7f66;
}
.button-group {
    margin-top: 0px;
    float: left;
    width: 100%;
}
.button-group .btn{
    float: left;
}
.button-group .btn + .btn{
    margin-left: 30px;
}

/*** Form and Input ***/
input, select, textarea{
    width: 100%;
    font-size: 1.4rem;
    color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent;
    line-height: 24px;
    padding: 10px 15px;
    letter-spacing: 0.3px;
}
::-webkit-input-placeholder { 
  color: #4a4a4a;
}
::-moz-placeholder { 
  color: #4a4a4a;
}
:-ms-input-placeholder { 
  color: #4a4a4a;
}
:-moz-placeholder { 
  color: #4a4a4a;
}
.section-bg input, .section-bg select, .section-bg textarea{
    border: 1px solid #ffffff;
    color: #ffffff;
}
.section-bg ::-webkit-input-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
.section-bg ::-moz-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
.section-bg :-ms-input-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
.section-bg :-moz-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
[class*=col] > input, [class*=col] > select, [class*=col] > textarea{
    margin-bottom: 30px;
}
input:focus, select:focus, textarea:focus{
    outline: none;
}
button.btn {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 8px 56px;
}

/*----------------------------------------
Pre Loader
----------------------------------------*/
#faceoff {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2B8B90;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#preloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #356F66;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#preloader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #92E0D4;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#faceoff .preloader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

/* Loaded */
.loaded #faceoff .preloader-section {
    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #preloader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.loaded #faceoff {
    visibility: hidden;
    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
            transition: all 0.3s 1s ease-out;
}


#pre-loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: block;
    position: fixed;
    text-align: center;
    background: #fff;
}

#pre-loader .loader-holder {
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    position: absolute;
    margin: -200px 0 0 -200px;
    white-space: nowrap;
}
#pre-loader .loader-holder:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
}
#pre-loader .loader-holder .frame {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
}
#pre-loader img {
    margin: 0 0 45px;
    display: inline-block;
}
.spinner7 {
    width: 400px;
    height: 30px;
    text-align: center;
}

.spinner7 > div {
    background-color: #000;
    height: 15px;
    width: 15px;
    margin-left: 3px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
    animation: stretchdelay 0.7s infinite ease-in-out;
}

.spinner7 .circ2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.spinner7 .circ3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.spinner7 .circ4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.spinner7 .circ5 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: translateY(-10px) }  
  20% { -webkit-transform: translateY(-20px) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
  } 20% {
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
  }
}

/*----------------------------------------
Navigation
----------------------------------------*/
.navbar-default{
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 20px;
    right: 0;
    z-index: 999;
    xtransform: translateY(-100%);
	transform: translateY(0);
    transition: all 0.4s ease;
}
.navbar-default.affix{
    transform: translateY(0);
	background-color: #ffffff;
	box-shadow: 0 0 9px -5px #000000;
	top:0;
    
}
.navbar-default .navbar-brand{
    color: #e74c3c;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3.4rem;
    height: 60px;
    padding: 0;
}
.nav li:before{
    content: none;
}
.navbar-nav>li>a {
    padding: 20px;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 1.3rem;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
	text-transform: uppercase;
}

.navbar-default .navbar-right > li > a{
    color: #fff;
}

.navbar-default.affix .navbar-right > li > a{
    color: #777;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover  ,
.navbar-default.affix .navbar-nav>.active>a, .navbar-default.affix .navbar-nav>.active>a:focus, .navbar-default.affix .navbar-nav>.active>a:hover{
    color: #e74c3c;
    background-color: transparent;
}


.navbar-default .navbar-right > li > a:hover{
    color: #e74c3c;
}
.nav-download a {
    background-color: #e74c3c;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 12px 20px !important;
    margin: 8px 0 8px 20px;
}
.nav-download a:hover{
    background-color: #1578aa !important;
}

/*----------------------------------------
Header
----------------------------------------*/
.top-header{
    background-image: url(../img/bg/1.jpg);
    height: 850px;
}
.logo{
    display: inline-block;
}
.top-header h1, .flex_text {
    margin-top: 0px;
    letter-spacing: 0;
}
.flex_text li{
    font-size: 3.6rem;
    color: #f5f5f5;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 1.33;
}
.flex_text li:before{
    content: none;
}
.top-header p{
    margin-top: 36px;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}
.device-download{
    margin-top: 40px;
}
.device-download a{
    font-size: 3.6rem;
    display: inline-block;
    line-height: 100%;
}
.device-download a + a{
    margin-left: 30px;
}
.section-bg .device-download a{
    color: #ffffff;
}
.device-download a:hover{
    color: #416467;
}
.top-header .btn {
    padding: 14px 51px;
    font-size: 1.4rem;
}
.top-header.style-2 .button-group {
    float: none;
    margin: 45px auto 0 auto;
    text-align: center;
}
.top-header.banner-v2 .button-group .btn{
    float: none;
}

/*** Header Image Slider ***/
.bg-slider-v1{
    background-image: none;
}
.header-bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1 !important;
}
.bg-item{
    height: 850px;
    background-size: cover;
    background-position: center center;
}
.bg-item.item-1{
    background-image: url(../img/slider/1.jpg);
}
.bg-item.item-2{
    background-image: url(../img/slider/2.jpg);
}
.bg-item.item-3{
    background-image: url(../img/slider/3.jpg);
}

/*** Header Banner Signup ***/
.banner-signup{
    background-color: rgba(0, 0, 0, 0.11);
    padding: 40px 25px;
    border-radius: 4px;
    position: relative;
}
.banner-signup:before, .banner-signup:after{
    content: "";
    position: absolute;
    width: 75%;
    height: 6px;
    background-color: #e74c3c;
    opacity: 0.11;
    left: 50%;
    transform: translateX(-50%);
}
.banner-signup:before{
    top: 0;
}
.banner-signup:after{
    bottom: 0;
}
.signup-title{
    margin-bottom: 25px;
}
.banner-signup input {
    border: 1px solid #e74c3c;
    border-radius: 4px;
    text-align: center;
}
.banner-signup input + input, .banner-signup input + button{
    margin-top: 20px;
}

/*** Header Books ***/
.bookv2{
    background-image: url(../img/bg/8.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right center;
}
.mock-group-book1 .back-mock {
    margin-bottom: 135px;
}
.bookv2 h1{
    margin-top: 0;
}

/*----------------------------------------
CTA / Free Trial
----------------------------------------*/
.cta-section{
    background-color: #e74c3c;
    padding: 40px 0;
}
.cta-heading{
    color: #ffffff;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    margin: 0;
}
.trial-form{
    text-align: right;
    float: left;
    width: 100%;
}
.trial-form input {
    border-radius: 3px;
    width: calc(100% - 245px);
    max-width: 300px;
    margin-right: 40px;
    padding: 7px 15px;
}
.trial-form .btn{
    float: right;
    letter-spacing: 0.6px;
}

/*----------------------------------------
Intro
----------------------------------------*/
.intros{
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.intro{
    background-color: #f7f7f7;
    padding: 10px 25px 50px 25px;
    margin-top: 41px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}
.intro:hover{
    background-color: #e74c3c;
}
.intro-icon{
    font-size: 3rem;
    background-color: #e74c3c;
    position: relative;
    text-align: center;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    line-height: 63px;
    display: block;
    margin: 0 auto 0 auto;
    box-shadow: 0 0 0 10px rgba(0, 168, 224, 0.2);
    color: #ffffff;
    top: -41px;
    transition: all 0.4s ease;
}

.features-icon{
    font-size: 3rem;
    background-color: transparent;
    text-align: center;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    line-height: 63px;
    display: block;
    margin: 0 auto 0 auto;
    box-shadow: 0 0 0 1px #e74c3c;
    color: #e74c3c;
    top: -41px;
    transition: all 0.4s ease;
}

.post-title2{
    color: #2a2a2a;
    display: block;
    margin: 0 0 9px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.intro:hover .intro-icon{
    background-color: #ffffff;
    box-shadow: 0 0 0 10px #e74c3c;
    color: #e74c3c;
}
.intro-heading {
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}
.intro:hover .intro-heading{
    color: #ffffff;
}
.intro p{
    transition: all 0.4s ease;
}
.intro:hover p{
    color: #f6f6f6;
}

/*----------------------------------------
Features
----------------------------------------*/
.features-area{
    background-image: url(../img/bg/2.jpg);
}
.feature + .feature{
    margin-top: 128px;
}
.feature-icon{
    font-size: 2.3rem;
    border: 3px solid #ffffff;
    color: #ffffff;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: block;
    line-height: 60px;
    margin: 0 auto 0 auto;
    transition: all 0.3s ease;
}
.feature:hover .feature-icon{
    background-color: #ffffff;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    color: #e74c3c;
}
.feature-title{
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    margin: 25px 0 15px 0;
}

/*----------------------------------------
More Features
----------------------------------------*/
.mock-group-2 .front-mock{
    top: 0;
    right: 30px;
    bottom: auto;
}
.more-features{
    float: left;
    width: 100%;
    margin-bottom: -25px;
}
.more-feature{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.more-feature-icon{
    display: inline-block;
    font-size: 2.4rem;
    color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #e74c3c;
    border-radius: 50%;
    float: left;
    margin-right: 18px;
    transition: all 0.3s ease;
}
.more-feature:hover .more-feature-icon {
    box-shadow: 0 0 0 10px rgba(0, 168, 224, 0.2);
    color: #e74c3c;
    background-color: #ffffff;
}
.more-feature-content{
    float: left;
    width: calc(100% - 78px);
    display: inline-block;
}
.more-feature-title{
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}

/*----------------------------------------
Fun Fact
----------------------------------------*/
.fun-fact-area{
    background-image: url(../img/bg/3.jpg);
}
.fun-facts{
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.fun-fact{
    margin-bottom: 30px;
}
.fact-icon{
    display: block;
    margin: 0 auto;
    font-size: 3rem;
    width: 65px;
    height: 65px;
    color: #ffffff;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    line-height: 63px;
    text-align: center;
    transition: all 0.3s ease;
}
.fun-fact:hover .fact-icon{
    background-color: #ffffff;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    color: #e74c3c;
}
.fact-count{
    font-family: 'Roboto', sans-serif;
    font-size: 4rem;
    margin: 20px auto 0 auto;
    letter-spacing: 0;
}
.fact-count span{
    display: inline-block;
}
.fact-name{
    font-weight: 500;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0;
}

/*----------------------------------------
Description
----------------------------------------*/
.description-tab{
    float: left;
    width: 100%;
}
.description-tab .nav-tabs {
    float: left;
    display: inline-block;
    width: 120px;
    border: none;
    margin: -15px 70px -15px 0;
}
.description-tab .nav-tabs>li {
    float: left;
    margin-bottom: 0;
    display: block;
    margin: 15px 0;
}
.nav-tabs>li:before{
    content: none;
}
.description-tab .nav-tabs>li>a{
    display: block;
    height: 80px;
    width: 80px;
    border: 3px solid #e74c3c;
    border-radius: 50%;
    font-size: 3rem;
    color: #e74c3c;
    line-height: 77px;
    padding: 0;
    text-align: center;
    position: relative;
}
.description-tab .nav-tabs>li>a:focus, .description-tab .nav-tabs>li>a:hover {
    background-color: #e74c3c;
    color: #ffffff;
}
.description-tab .nav-tabs>li>a:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -61px;
    top: 50%;
    transform: translate(-20px, -50%);
    border-width: 15px 25px 15px 25px;
    border-style: solid;
    border-color: transparent transparent transparent #e74c3c;
    opacity: 0;
    transition: none;
}
.description-tab .nav-tabs>li.active>a, .description-tab .nav-tabs>li.active>a:focus, .description-tab .nav-tabs>li.active>a:hover{
    background-color: #e74c3c;
    border: 3px solid #e74c3c;
    box-shadow: 0 0 0 10px #e74c3c;
    color: #ffffff;
}
.description-tab .nav-tabs>li.active>a:after, .description-tab .nav-tabs>li.active>a:focus:after, .description-tab .nav-tabs>li.active>a:hover:after{
    opacity: 1;
    transform: translate(0, -50%);
    transition: all 0.5s ease 0.2s;
}
.description-tab .tab-content{
    float: left;
    display: inline-block;
    width: calc(100% - 190px);
}
.description-title{
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.description-tab .tab-content p{
    margin-bottom: 15px;
}
.mock-group-3{
    max-width: 345px;
    float: right;
}
.mock-group-3 .front-mock{
    position: relative;
}
.mock-group-3 .back-mock {
    position: absolute;
    right: 0;
    top: 0;
}

/*----------------------------------------
How it works
----------------------------------------*/
.how-it-works{
    background-image: url(../img/bg/4.jpg);
    padding: 200px 0;
}
.video-play-icon{
    display: block;
    margin: 0 auto;
    width: 116px;
    height: 116px;
    line-height: 116px;
    font-size: 6rem;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
.how-it-works .video-play-icon{
    margin-top: 50px;
}
.video-play-icon i{
    margin-left: 12px;
}

/*----------------------------------------
Screenshots
----------------------------------------*/
.screenshots{
    overflow: hidden;
    padding: 0 40px 12px 40px;
    position: relative;
    margin: 0 -40px;
}
.screenshot-carousel .owl-wrapper-outer{
    overflow: visible;
}
.screenshot{
    padding: 0 15px; 
    opacity: 0;
    transition: all 0.2s ease;
}
.active .screenshot{
    opacity: 1;
}
.active .screenshot img{
    box-shadow: -7px 5px 16px 0px rgba(0, 0, 0, 0.09); 
}
.screenshot-carousel .owl-controls .owl-buttons > div {
    position: absolute;
    color: #d9d6d0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    font-size: 5rem;
    margin: 0;
    padding: 0;
    opacity: 1;
}
.screenshot-carousel .owl-controls .owl-buttons > div:hover{
    color: #e74c3c;
}
.screenshot-carousel .owl-controls .owl-buttons .owl-prev{
    left: -40px;
}
.screenshot-carousel .owl-controls .owl-buttons .owl-next{
    right: -40px;
}

/*----------------------------------------
Reviews
----------------------------------------*/
.review-area{
    background-image: url(../img/bg/5.jpg);
}
.reviews {
    padding: 0 148px 0 148px;
    margin: 0 -148px;
}
.thin-space.reviews{
    padding: 0 40px;
}
.reviewer-mock{
    width: 164px;
    height: 164px;
    overflow: hidden;
    border-radius: 50%;
    margin: 8px auto;
    box-shadow: 0 0 0 8px #b1c9d1;
}
.review-comment {
    margin: 45px 0 30px 0;
}
.commenter-name{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: none;
    margin: 0;
}
.commenter-profession{
    font-size: 1.4rem;
}
.designation{
    text-transform: uppercase;
}
.review-carousel .owl-controls .owl-buttons > div {
    position: absolute;
    color: #d9d6d0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    font-size: 5rem;
    margin: 0;
    padding: 0;
    opacity: 1;
}
.review-carousel .owl-controls .owl-buttons > div:hover{
    color: #ffffff;
}
.review-carousel .owl-controls .owl-buttons .owl-prev{
    left: -148px;
}
.thin-space .review-carousel .owl-controls .owl-buttons .owl-prev{
    left: -40px;
}
.review-carousel .owl-controls .owl-buttons .owl-next{
    right: -148px;
}
.thin-space .review-carousel .owl-controls .owl-buttons .owl-next{
    right: -40px;
}

/*----------------------------------------
Price Table
----------------------------------------*/
.price-tables{
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.price-table{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.price-heading{
    background: #84cce3;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.price-table:hover .price-heading, .price-table.active .price-heading{
    background-color: #1293d5;
}
.price-plan {
    font-weight: 800;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.11);
    margin: 0;
    padding: 33px 20px;
}
.plan-price {
    font-size: 3rem;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin: 0;
    padding: 19px 20px;
}
.price-ammount{
    display: inline-block;
    vertical-align: baseline;
}
.price-cycle{
    display: inline-block;
    vertical-align: baseline;
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: lowercase;
}
.plan-features {
    color: #878686;
    padding: 21px 0;
}
.plan-feature {
    line-height: 3.2;
    margin: 19px 0;
    padding: 0 20px;
}
.plan-feature:before{
    content: none;
}
.plan-feature:nth-child(2n+1){
    background: #f7f7f7;
}
.btn-get-plan {
    border: 1px solid #e74c3c;
    background-color: transparent;
    color: #e74c3c;
    padding: 12px 46px;
}
.btn-get-plan:focus, .btn-get-plan:visited{
    background-color: transparent;
    color: #e74c3c;
}
.price-table.active .btn-get-plan, .btn-get-plan:hover{
    background-color: #1578aa;
    color: #ffffff;
}

/*----------------------------------------
Download
----------------------------------------*/
.download-area{
    background-image: url(../img/bg/6.jpg);
    padding: 60px 0 100px 0;
}
.download-area .section-heading{
    margin-bottom: 50px;
}
.download-area .button-group{
    margin: 0;
}
.download-area .button-group .btn{
    float: none;
    font-size: 2rem;
    border: 1px solid #ffffff;
    background-color: transparent;
    padding: 16px 56px;
}
.download-area .button-group .btn:hover{
    background-color: #ffffff;
    color: #e74c3c;
}
.download-area .button-group .btn + .btn {
    margin-left: 50px;
}

/*----------------------------------------
Team Members
----------------------------------------*/
.team-members{
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.team-member{
    background-color: #f5f5f5;
    padding: 0 10px 20px 10px;
    margin-top: 62px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.team-member:hover{
    background-color: #e74c3c;;
}
.member-mock{
    border-radius: 50%;
    width: 105px;
    height: 105px;
    overflow: hidden;
    box-shadow: 0 0 0 10px rgba(17, 147, 212, 0.2);
    margin: 10px auto;
    position: relative;
    transform: translateY(-52px);
    margin-bottom: -42px;
}
.member-name{
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
    margin-bottom: 0;
    transition: all 0.3s ease;
}
.team-member:hover .member-name{
    color: #ffffff;
}
.member-work{
    color: #6c6c6c;
    transition: all 0.3s ease;
}
.team-member:hover .member-work{
    color: #ffffff;
}
.team-member p {
    font-size: 1.4rem;
    color: #6c6c6c;
    margin: 15px auto;
    transition: all 0.3s ease;
}
.team-member:hover p{
    color: #ffffff;
}
.member-connections{
    padding-top: 10px;
}
.member-connections a{
    font-size: 2rem;
    color: #ffffff;
    background-color: #e74c3c;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.member-connections a + a{
    margin-left: 16px;
}
.team-member:hover a{
    background-color: #ffffff;
    color: #e74c3c;
}
.member-connections a:hover{
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
}

/*----------------------------------------
CTA / Purchase
----------------------------------------*/
.cta-2 .cta-heading{
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    margin-right: 50px;
}

/*----------------------------------------
Faq
----------------------------------------*/
.panel-group .panel{
    border-radius: 0;
}
.panel-default{
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default>.panel-heading {
    border: 1px solid #d7d7d7;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 10px 20px;
    transition: all 0.3s ease;
}
.panel-default>.panel-heading.active{
    background-color: #e74c3c;
}
.panel-title{
    color: #e74c3c;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}
.panel-title a{
    color: #e74c3c;
    position: relative;
    display: block;
    transition: all 0.3s ease;
}
.panel-title a:focus{
    text-decoration: none;
}
.active .panel-title a{
    color: #ffffff;
}
.panel-title a:after{
    content: "\f107";
    font-family: "FontAwesome";
    right: 0;
    position: absolute;
}
.active .panel-title a:after{
    content: "\f106";
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none;
    background-color: #f7f7f7;
    padding: 25px 40px 25px 20px;
}
.panel-body p{
    border-left: 4px solid #e74c3c;
    padding-left: 18px;
    margin: 0;
}
.panel-body p + p{
    margin-top: 25px;
}

/*----------------------------------------
Bootstrap Form
----------------------------------------*/
.input-group{
    width: 100%;
}
.input-group + .input-group{
    margin-top: 10px;
}
.input-group-addon {
    font-size: 1.6rem;
    width: 44px;
    color: #e74c3c;
    background-color: transparent;
    border: 1px solid #e74c3c;
    border-radius: 0;
}
.form-control {
    height: 44px;
    font-size: 1.6rem;
    color: #4a4a4a;
    background-color: transparent;
    border: 1px solid #e74c3c;
    box-shadow: none;
    border-radius: 0;
    transition: all 0.3s ease;
}
button.form-control {
    background-color: #e74c3c;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.8rem;
}
.input-group .btn {
    width: 100%;
}
.form-control ::-webkit-input-placeholder { 
  color: rgba(74, 74, 74, 0.33);
}
.form-control ::-moz-placeholder { 
  color: rgba(74, 74, 74, 0.33);
}
.form-control :-ms-input-placeholder { 
  color: rgba(74, 74, 74, 0.33);
}
.form-control :-moz-placeholder { 
  color: rgba(74, 74, 74, 0.33);
}

/*----------------------------------------
Subscribe
----------------------------------------*/
.subscribe-area{
    background-image: url(../img/bg/7.jpg);
}
.subscribe-area .section-heading{
    margin-bottom: 40px;
}
.subscribe-form input[type="email"] {
    padding: 10px 20px;
    border-radius: 4px 0 0 4px;
    max-width: 300px;
    vertical-align: middle;
}
.subscribe-form button[type="submit"]{
    padding: 10px 45px;
    border-radius: 0 4px 4px 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    color: #e74c3c;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    vertical-align: middle;
}
.newsletter-success, .newsletter-error {
    margin-bottom: 0;
    margin-top: 15px;
    display: none;
}

/*----------------------------------------
Contact Area
----------------------------------------*/
.contact-form button.btn {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 12px 43px;
}
.input-success, .input-error {
    margin-bottom: 0;
    margin-top: 10px;
    border-radius: 4px;
    display: none;
}
.input-success{
    border: 1px solid #e74c3c;
}
.input-error{
    border: 1px solid #ff0000;
}
.contact-infos {
    float: left;
    width: 100%;
    margin-top: 90px;
    margin-bottom: -30px;
}
.contact-item{
    margin-bottom: 30px;
}
.contact-icon{
    font-size: 2.4rem;
    color: #e74c3c;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-detail{
    font-size: 1.4rem;
    color: #6c6c6c;
}

/*----------------------------------------
Footer
----------------------------------------*/
footer{
    background-color: #4b4a4a ;
    padding-top: 0;
    padding-bottom: 20px;
	    padding-top: 20px;
}
.logo-footer{
    display: inline-block;
    opacity: 0.22;
}
.logo-footer:hover{
    opacity: 1;
}
footer .socials{
    margin-top: 70px;
}
footer .social{
    font-size: 2.5rem;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    color: #e74c3c;
}
footer .social + .social{
    margin-left: 16px;
}
footer .social:hover{
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
.copyright{
    line-height: 100%;
    color: #ffffff;
	font-size: 1.2rem;
	line-height: 1.25;
}
.to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    font-size: 2rem;
    background-color: #e74c3c;
    text-align: center;
    color: #ffffff;
    line-height: 46px;
    border-radius: 4px;
    display: none;
	z-index:99;
}

/*----------------------------------------
Extra Pages
----------------------------------------*/
.page .navbar-default {
    position: relative;
    transform: translateY(0);
}
.page .navbar-default.affix{
    position: fixed;
}
.page-header {
    margin: 0;
    border-bottom: 1px solid #e74c3c;
    padding: 80px 0;
    position: relative;
    background-position: center center;
    background-size: cover;
}
.page-header:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: #e74c3c;
    opacity: 0.8;
}

/*----------------------------------------
Blog Page
----------------------------------------*/
.blog-page-header{
    background-image: url(../img/bg/8.jpg);
}
.blog-listing-wrap{
    float: left;
    width: 100%;
    margin-bottom: -40px;
}
article{
    padding-bottom: 40px;
    float: left;
    width: 100%;
}
article + article{
    margin-top: 40px;
}
.post-thumbnail-link img{
    width: 100%;
}
.post-title{
	font-size: 3.6rem;
    margin-bottom: 20px;
	text-align:center;
}
.post-metas {
    font-size: 1.4rem;
    color: #6a6a6a;
}
.read-post {
    padding: 5px 25px;
    font-size: 1.4rem;
    margin-top: 20px;
}
.page-link, .page-link:focus, .page-link:visited {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #e74c3c;
    color: #ffffff;
}
.page-link:hover{
    background-color: #1578aa;
    color: #ffffff;
}
.current-page, .current-page:hover {
    background-color: #999;
    cursor: not-allowed;
}
.page-link + .page-link{
    margin-left: 10px;
}

/*** Sidebar ***/
.sidebar-widget:last-child{
    margin-bottom: 60px;
}
.sidebar-widget + .sidebar-widget{
    margin-top: 60px;
}
aside, .widget-content{
    float: left;
    width: 100%;
    clear: both;
}
.widget-title{
    margin-bottom: 20px;
}
.searchform{
    position: relative;
}
.searchform input[type=search] {
    border: 1px solid #e74c3c;
    padding: 10px 35px 10px 20px;
    box-shadow: none;
    margin: 0;
    border-radius: 4px;
}
.searchform button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.55);
    background-color: transparent;
    border: none;
    height: 46px;
    line-height: 44px;
    padding: 0 15px;
}
.cat{
    color: #6a6a6a;
}
.cat:hover{
    color: #e74c3c;
}
.cat a{
    color: inherit;
}
.latest-list, .latest-post{
    float: left;
    width: 100%;
    clear: both;
}
.latest-post:before{
    content: none;
}
.latest-post + .latest-post{
    margin-top: 30px;
}
.s-thumb {
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.s-content {
    float: left;
    width: calc(100% - 90px);
    margin-top: -8px;
}
.s-title {
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1.7;
}
.s-date {
    font-size: 1.2rem;
    color: #6a6a6a;
}
.widget-tag {
    float: left;
    width: 100%;
    margin-bottom: -10px;
}
.widget-tag .tag {
    border: 1px solid #e74c3c;
    border-radius: 4px;
    display: inline-block;
    float: left;
    padding: 8px 12px;
    margin-right: 9px;
    margin-bottom: 10px;
    color: #6a6a6a;
    line-height: 100%;
}
.widget-tag .tag:hover{
    color: #ffffff;
    background-color: #e74c3c;
}

/*----------------------------------------
Blog Page Single
----------------------------------------*/
.blog-single-wrap{
    float: left;
    width: 100%;
    margin-bottom: -60px;
}
.blog-single-wrap article{
    border-bottom: none;
}
.blog-single-wrap .post-metas {
    margin-top: 20px;
}
/*** Share on socials ***/
.share-block {
    border-top: 1px solid #e74c3c;
    border-bottom: 1px solid #e74c3c;
    margin: 60px 0;
    padding: 15px 0;
}
.share-intro {
    display: inline-block;
    vertical-align: middle;
}
.share-buttons {
    display: inline-block;
    vertical-align: middle;
}
.share-btn{
    font-size: 2rem;
    color: #6a6a6a;
    margin: 0 15px;
}
.share-btn:hover{
    color: #e74c3c;
}

/*** Comments ***/
.given-comment {
    float: left;
    width: 100%;
}
.comment-list {
    float: left;
    width: 100%;
}
.blog-single-wrap .comment {
    padding: 0;
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
}
.blog-single-wrap .comment:before{
    content: none;
}
.blog-single-wrap .comment:only-child{
    border: none;
}
.blog-single-wrap .comment + .comment{
    margin-top: 60px;
    padding-top: 60px;
}
.child-comments{
    border-top: 1px solid #dddddd;
    padding-left: 135px;
    padding-top: 60px;
    margin-top: 60px;
    float: left;
    width: 100%;
}
.client-mock {
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
}
.comment-body {
    float: left;
    width: calc(100% - 135px);
    line-height: 1.75;
}
.comment-title{
    margin-bottom: 10px;
}
.comment-title span{
    display: inline-block;
    vertical-align: baseline;
}
.comment-date{
    color: #6a6a6a;
    font-weight: 400;
}
.reply-btn {
    font-size: 1.4rem;
    font-weight: 400;
}

/*** Comment Form ***/
.commenting-wrap {
    float: left;
    width: 100%;
    margin-top: 120px;
}
.commentform-title{
    margin-bottom: 15px;
}
.commentform-sub{
    margin-bottom: 40px;
}


.parallax{
    background-image: url("../img/mocks/limassol-marina-bridges-by-night.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
	position:relative;
}

.bg-opacity{
	background: rgba(55,63,69,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

#section_parallax{
  z-index: 1;
  position: relative;
  xmin-height: 500px; 
  padding-bottom: 50px;
}

.mb20{
	margin-bottom:20px;
}

@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}

.section_bg p,.section_bg h4, .section_bg .post-title{
	color:#fff;
}

.section_bg .post-title{
	padding: 50px 0 0 0;
    font: 300 italic 3.2rem 'Poppins';
}
.section_bg .post-title2 {
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
}

.section_bg p{
font-size: 1.4rem;
font-style: italic;
font-weight: 300;
line-height: 24px;
}












.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
	z-index:9999;
	
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.3em;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
	border:0;
}
.menu-toggle{
	display:none;
}
#main {
    transition: margin-left .5s;
    padding:0px;
}


.btn-head{
    color: #ea8721;
    font-size:17px;
    border: none;
    font-family: 'Arial Black';
    text-transform: uppercase;
	padding:30px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media screen and (max-width: 320px){
	p{
		font-size: 14px;
		line-height: 22px;
	}
}
@media screen and (max-width: 767px){
#section_parallax{
	    margin-bottom: 30px;
}
	.top-header {
    height: 100vh;
}
	.btn{
		border-radius: 0;
    padding: 8px 20px;
    text-align: center;
    white-space: normal;
    vertical-align: top;
    letter-spacing: 2px;
    text-transform: uppercase;
    font: 12px/20px 'Lato', Georgia, "Times New Roman", Times, serif;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	    font-weight: 700;
		    margin-top: 10px;
	}
	.description{
		    margin: 0 0 30px 0;
	}
	.copyright wow animated fadeInUp{
		font-size:14px;
		line-height:20px;
	}
	.menu-toggle{
	font-size: 19px;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    display: block;
    color: #fff;
    border-radius: 50%;
    border: 2px solid;
    height: 37px;
    width: 37px;
    text-align: center;
    padding-top: 6px;
    position: fixed;
    top: 0;
    left: 15px;
}
.section_bg .post-title{
    font-size: 20px;
    text-align: center;
}
.section_bg .post-title2{
	
}
.sidenav a {
    color: #1c1c1b;
    font-size: 14px;
    font-family: Lato, Georgia, serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 0 8px 15px;
    border-bottom: 1px solid #000;
}

.sidenav {
    background: #7d7d7d;
}
.active {
    color: #0788ca !important;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 99999;
}
.navbar-brand{
	padding:0 15px;
}
.btn-head {
	font-weight: 700;
      font-size: 20px;
    line-height: 30px;
	padding: 5px 10px;
	font-family: 'Poppins', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.top-header {
    height: 100vh;
}
h1{
    font-weight: 700;
    letter-spacing: 2px;
    color: #1c1c1b;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Poppins', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3{
	font-weight: 400;
    color: #1c1c1b;
    font-size: 1.7rem;
    margin-top: 1em;
    font-family: 'Poppins', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.menu-toggle:hover {
    background: #e74c3c;
    border-color: #e74c3c;
}
.navbar-default .navbar-brand {
       float: right;
	   width: 80%;
}

.post-title{
	font-size:25px;
	line-height:30px;
	text-align:center;
}
.navbar-default{
	position: absolute;
}
.navbar-default.affix {
	transform: translateY(0);
    /* background-color: #ffffff; */
    box-shadow: 0 0 9px -5px #000000;
    top: 0;
    
    z-index: -9999;
}
.verticle-center {
    top: 55%;
}

}

.text-size{
	max-width:840px;
	margin:0 auto;
}



@media screen and (min-width: 580px){
.navbar-default .navbar-brand {
    max-width: 50%;
}
}














@media screen and (max-width: 960px){
.features-icon {
    font-size: 3rem;
    background-color: transparent;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    display: block;
    margin: 0 auto 0 auto;
    box-shadow: 0 0 0 1px #e74c3c;
    color: #e74c3c;
    top: -41px;
    transition: all 0.4s ease;
}
.description{
	padding-bottom:30px;
}
}



@media screen and (max-width: 900px){
.features-icon {
    font-size: 3rem;
    background-color: transparent;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    display: block;
    margin: 0 auto 0 auto;
    box-shadow: 0 0 0 1px #e74c3c;
    color: #e74c3c;
    top: -41px;
    transition: all 0.4s ease;
}
.description{
	padding-bottom:30px;
}
}


@media screen and (max-width: 800px){
.features-icon {
    font-size: 3rem;
    background-color: transparent;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    display: block;
    margin: 0 auto 0 auto;
    box-shadow: 0 0 0 1px #e74c3c;
    color: #e74c3c;
    top: -41px;
    transition: all 0.4s ease;
}
.description{
	padding-bottom:30px;
}
}



@media screen and (max-width: 568px){
.verticle-center {
    top: 55%;
}
}

@media screen and (max-width: 768px){
.features-icon {
    font-size: 3rem;
    background-color: transparent;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    display: block;
    margin: 0 auto 0 auto;
    box-shadow: 0 0 0 1px #e74c3c;
    color: #e74c3c;
    top: -41px;
    transition: all 0.4s ease;
}
.description{
	padding-bottom:30px;
}
}