

/* Table of Content
==================================================
#HEADER	
#MENU 
#FEATURES
#SCREENSHOT
#DOWNLOAD
#FOOTER
#RESPONSIVE STYLE
*/

@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,700');
@import url('https://fonts.googleapis.com/css?family=Sigmar+One');

body,html{
    overflow-x:hidden;  	
}

body {
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    overflow-x: hidden !important;
    color: #838282;
}

ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

a{ 
    text-decoration: none;
    color: #2f2f2f;  
}

a:focus{
    outline: none;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Maven Pro', sans-serif;
}

h2 {
    color: #fff;  
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding-bottom: 10px;  
}

img{
    border:none;
}

/* Preloader */

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */ 
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(assets/images/loader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#header{
    float: left;
    display: inline;
    width: 100%;
}


.header-inner{	
    display: inline;
    position: relative;
    float: left;	
    width: 100%;
}


.overlay{
    background-color: rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

#header_text{
    color: #ffffff;
    font-size: 30px;
    font-family: 'Sigmar One', cursive;
    text-decoration: none;
}

#header_text_h1{
    color: #ffffff;
    font-size: 70px;
    font-family: 'Sigmar One', cursive;
    text-decoration: none;
}


.header-content {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
}


.header-top {
    display: inline;
    float: left;
    padding-top: 50px;
    width: 100%;
}


.menu-area{
    display: inline;	
}


.main-wrap{
    position: relative;
}


.header-bottom {
    display: inline;
    float: left;
    margin-top: 70px;
    width: 100%;
}


.header-bottom-left {
    display: inline;
    float: left;
    padding-top: 60px;
    padding-right: 50px;
    text-align: left;
    width: 100%;
}


.header-bottom-left h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
}


.header-bottom-left p {
    color: #fff;
    font-size: 16px;
    margin: 35px 0 0;
}

/*--------------------*/
/* MENU */
/*--------------------*/


#close {
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
    height: 20px;
    position: absolute;
    right: 25px;
    text-align: center;
    top: 20px;
    width: 20px;
}


#menu-btn {
    color: #2e4e82;
    font-size: 30px;
    position: fixed;
    right: 75px;
    top: 50px;
    z-index: 99;
}


.main-nav {
    background-color: #2e4e82;
    position: fixed;
    padding-top: 50px;
    width: 260px;
    height: 100%;
    top: 0;
    right: -260px;
    z-index: 1000;
}


.main-nav ul li a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 35px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.main-nav ul li > a > i {
    padding-right: 10px;
}


.main-nav a:hover,
.main-nav a:focus {
    background: #182029;
}


.main-nav a:active {
    background: #182029;	
}


.main-nav.menu-open {
    right: 0px;
}


.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}


.main-nav,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*--------------------*/
/* FEATURES */
/*--------------------*/


#features{
    background-color: #fff;
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

#span_color{
    /*blue color*/
    color:#4d72af;
}

.title-area {
    display: inline;
    float: left;
    padding: 0 150px;  
    text-align: center;
    width: 100%;
}


.title-area .title {
    border-bottom: 2px solid #ccc;
    color: #777;
    display: inline-block;
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}


.title-area .title::before {
    content: "";
    height: 2px;
    left: 0;
    background-color: #4d72af;
    position: absolute;
    top: 60px;
    width: 150px;
}


.title-area p{
    color: #777777;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    padding: 20px 0 30px;
}


.features-area{
    display: inline;
    float: left;
    margin-top: 20px;
    width: 100%;
}


.features-left {
    display: inline;
    float: left;  
    width: 100%;
}


.features-list li {
    float: left;
    padding: 25px 0;
    position: relative;
}


.features-list li:hover .fa{
    color: #fff;
}


.features-list li i{
    background-color: #4d72af;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 35px;
    height: 90px;
    line-height: 93px;
    margin: 20px auto;
    position: absolute;
    text-align: center;
    top: 10px;
    transition: all 0.5s ease 0s;
    width: 90px;
}


.features-list-left li i {
    left: 0;
}

.features-list-left .features-content{
    padding-left: 115px;
}


.features-content{
    float: left;
    display: inline;
    width: 100%;
}


.features-content h4 { 
    font-size: 18px;
    text-transform: uppercase;
}


.features-content p{
    font-size: 15px;	
}


.feature-img {
    display: inline;
    float: left;
    padding: 0 30px;
    text-align: center;
    width: 100%;
}


.feature-img img {
    width: 100%;
}


.features-right{
    display: inline;
    float: left;	
    width: 100%;	
}


.features-list-right li i {
    right: 0;
}


.features-list-right .features-content{
    padding-right: 115px;
}


/*--------------------*/
/* SCREENSHOT */
/*--------------------*/


#screenshot{
    background-color: #4d72af;
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}


#screenshot .title,
#screenshot .title-area p{
    color: #fff;
}


.screenshots-area{
    display: inline;
    float: left;
    margin-top: 20px;
    width: 100%;
}


.screenshots-slide{
    display: inline;
    float: left;
    width: 100%;
}


.screenshots-slide li{
    outline: none;
}


.screenshots-slide li a {
    display: block;
    float: left;  
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.view-btn-area {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0; 
    position: absolute;
    text-align: center;
    top: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.view-btn {	
    color: #fff;
    font-size: 35px;  
    margin-top: 215px;	
}


.screenshots-slide li a:hover .view-btn-area{	
    display: block;
    opacity: 1;
}


.screenshots-slide .slick-dots li button {
    background-color: #fff;
    border: 0 none; 
    outline: none;
    height: 4px;  
    padding: 5px;
    width: 20px;
}


.screenshots-slide .slick-dots li button::before {
    display: none;
}


.screenshots-slide .slick-dots {
    bottom: -60px; 
}


/*--------------------*/
/* DOWNLOAD */
/*--------------------*/


#download-app {
    background-attachment: fixed !important;
    background-image: url("assets/images/slider_bg.png");
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}


.download-overlay {
    background: rgba(15, 22, 30, 0.8) none repeat scroll 0 0;
    color: #ffffff;
    display: inline;
    float: left;
    padding: 50px 0;
    width: 100%;
}


#download-app .title,
#download-app .title-area p{
    color: #fff;
}


.download-app-content{
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
}


.single-download {
    border: 2px solid #fff;
    border-radius: 4px;
    display: inline-block;
    margin: 0 15px;
    padding: 18px 25px;
    width: 25%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.download-icon{
    display: inline;
    float: left;
    width: 60px;
    color: #fff;
}


.download-icon i {
    font-size: 40px;
    margin-top: 5px;
}


.download-content {
    display: inline;
    float: left;
    text-align: left;
    margin-left: 5px;
}


.download-content p {
    color: #f8f8f8;
    font-size: 15px;
    margin-bottom: 3px;
}


.download-content span{
    color: #fff;
    font-size: 18px;
    font-weight: bold;

}

/*--------------------*/
/* FOOTER */
/*--------------------*/


#footer {
    background-color: #4d72af;
    display: inline;
    float: left;
    padding: 40px 0;
    width: 100%;
}


.footer-social{
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
}


.footer-social a{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin: 5px;
}


.footer-text{
    color: #ffffff;
    display: inline;
    float: left;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}


.footer-text p{
    margin-bottom: 0;
}


.footer-text p a{
    color: #163466;
    text-decoration: none;
}

.footer-text p a:hover{
    color: #ffffff;
}

/*======================///////////////
                        START RESPONSIVE STYLE
=====================///////////////////////*/


@media(max-width:1199px ){
    .header-bottom {  
        margin-top: 50px;  
    }
    .feature-img {
        padding: 0;  
    }
    .features-list li {
        padding: 10px 0;  
    }
    .features-list li i { 
        top: 0px;  
    }
    .single-download {
        padding: 18px 10px;
    }
    #menu-btn {
        right: 50px;  
    }
}


@media(max-width:991px ){
    .header-bottom {  
        margin-top: 60px;  
    }
    .header-bottom-right img{
        width: 100%;
    }
    .header-bottom-left h1 { 
        font-size: 32px;
        line-height: 45px;  
    }
    .features-list li {
        margin-bottom: 20px;
    }
    .feature-img img {
        width: auto;
    }
    .features-list-right li i {
        left: 0;
        right: auto;
    }
    .features-list-right .features-content {
        padding-left: 115px;
        padding-right: 0;
    }
    .features-left {  
        margin-bottom: 30px;
    }
    .features-right {  
        margin-top: 30px;
    }
    .features-list li i { 
        font-size: 25px;
        height: 70px;
        line-height: 70px; 
        width: 70px;
    }
    .title-area {
        padding: 0 50px;  
    }
    .single-plan {  
        margin-bottom: 25px;
    }
    .single-download {
        margin: 0 8px;
        padding: 18px 5px; 
        width: 30%;
    }
    .subcr-form {  
        width: 95%;
    }
    .contact-area {  
        padding: 0 100px;  
    }
}


@media(max-width:767px ){
    .header-bottom {
        margin-top: 0;
    }
    .header-bottom-left {  
        padding-right: 0;
        padding-top: 0;  
        margin-top: 10px;
    }
    .header-bottom-left h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .header-bottom-left p {  
        margin: 10px 0 0;
    }
    .download-btn {  
        margin-top: 20px; 
        width: 160px;
    }
    .header-bottom-right img {
        width: 45%;
    }
    .title-area {
        padding: 0 10px;
    }
    .howit-works-video {
        background: none;
        text-align: center;
    }
    .howit-works-video iframe {
        display: inline-block;	 
        margin-left: auto;
        width: 90%;
    }
    .slick-prev {
        left: 6px;
        z-index: 999;
    }
    .slick-next {
        right: 5px;
    }
    .download-icon i {
        font-size: 35px; 
    }
    .download-icon {
        width: 45px;
    }
    .download-content p {  
        font-size: 13px;  
    }
    .download-content span {	 
        font-size: 15px;
    }
    .contact-area {
        padding: 0 50px;
    }

}

@media(max-width:480px ){
    .main-nav {
        padding-top: 10px;
        width: 200px;
    }
    .main-nav ul li a {
        font-size: 14px;
        padding: 8px 35px;
    }	
    .header-bottom-right { 
        margin-top: 30px;
    }
    .header-bottom-left {  
        padding-right: 0;
        padding-top: 0;  
        margin-top: 10px;
    }
    .header-bottom-left h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .header-bottom-left p {  
        margin: 10px 0 0;
    }
    .download-btn {  
        margin-top: 20px; 
        width: 160px;
    }
    .header-bottom-right img {
        width: 50%;
    }
    .title-area {
        padding: 0;
    }
    .howit-works-video {
        background: none;
        text-align: center;
    }
    .howit-works-video iframe {
        display: inline-block;	 
        margin-left: auto;
        width: 90%;
    }
    .slick-prev {
        left: 6px;
        z-index: 999;
    }
    .slick-next {
        right: 5px;
    }
    .single-download {
        margin: 0 8px 20px;	 
        width: 100%;
    }
    .download-icon {
        width: 60px;
    }
    .download-icon i {
        font-size: 40px; 
    }	
    .download-content p {  
        font-size: 15px;  
    }
    .download-content span {	 
        font-size: 18px;
    }
    .contact-area {
        padding: 0 50px;
    }
    .title-area .title {  
        font-size: 25px; 
        padding-bottom: 10px;  
    }
    .title-area .title::before {
        top: 50px;
    }
    .view-btn {
        margin-right: 25%;
    }	

}


@media(max-width:360px ){	
    .header-bottom-left h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .header-bottom-left p {
        font-size: 14px;
    }
    .download-btn {
        font-size: 15px;
        width: 150px;
    }
    .header-bottom-right {
        margin-top: 60px;
    }
    .header-bottom-right img {
        width: 60%;
    }
    .title-area .title {
        font-size: 20px;
    }
    .title-area .title::before {
        width: 85px;
    }
    #subscribe .title-area .title::before {
        width: 145px;
    }
    .title-area p {
        font-size: 14px;
    }
    .features-content h4 {
        font-size: 16px;
    }
    .features-content p {
        font-size: 14px;
    }
    .features-list-left .features-content {
        padding-left: 95px;
    }
    .features-list-right .features-content {
        padding-left: 95px;	  
    }
    .feature-img img {
        width: 85%;
    }
    .download-app-content { 
        width: 95%;
    }
    .single-download {
        padding: 18px 30px;	 
    }
    .testimonial-slider {
        padding: 40px 10px;
        width: 100%;
    }
    .testi-text {
        font-size: 18px;
        margin-top: 20px;
    }
    .subcr-form {
        width: 100%;
    }
    .subcr-form i {
        font-size: 25px;
        left: 10px;
        top: 14px;
    }
    .subcr-form input[type="text"] {
        font-size: 14px;
        height: 55px;
        padding-left: 40px;
        padding-right: 105px;
    }
    .subcr-form .subcr-btn {
        font-size: 15px; 
        height: 55px;  
        width: 100px;
    }
    .contact-area {
        padding: 0;
    }
    .testimonial-slider .slick-dots {
        bottom: 15px;
        margin-left: -10px;
    }
    .single-plan-head h5 {
        font-size: 25px;
    }
    .single-plan-head p {
        font-size: 20px;
        line-height: 25px;
    }
    .single-plan-content ul li {
        font-size: 15px;
    }
    .single-plan-bottom .signup-btn {  
        font-size: 16px;  
        padding: 13px 35px;  
    }
    .footer-text p {
        font-size: 14px;
    }
    .view-btn {
        margin-right: 35%;
    }
    .error-area {  
        padding: 100px 0;  
    }
    .error-group h1 { 
        font-size: 65px;	 
    }
    .error-group h2 {  
        font-size: 55px;
        line-height: 50px;  
    }

}


@media(max-width:320px ){


}
