/*-------------------------------------
Template Name: Stfpp software landing page.
Template URI: https://ryetheme.net
Description: Stfpp software landing page.
Author: Webtend
Author URI: https://ryetheme.net
Version: 1.0
---------------------------------------
CSS INDEX
---------------------------------------
1.Theme Default css
2.Prelodar area css
3.Header Aera css
4.header-bg-1 section css
5.header-bg-2 section css
6.header-bg-3 section css
7.Feature section css
8.project-area section css
9.Dashboard section css
10.Video section css
11.soft-feature section css
12.signup section css
13.Screenshot section css
14.Testimonial section css
15.Pricing section css
16.Download section css
17.Free-Trial section css
18.Contact section css
19.Footer area css
20.Scroll up css
21.index.html csss
---------------------------------------*/
/*1.Start Theme Default css*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800');
* {
    margin:0;
    padding:0
}
a {
    text-decoration:none
}
a:hover,
a:focus {
    text-decoration:none
}
ul{
    margin-bottom: 0;
}
li {
    list-style:none
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
p{
	margin: 0;
}
body{
	font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    color: #565656;
}
section {
    overflow:hidden
}
.section-padding{
	padding: 85px 0;
}
.stfpp-title{
    margin-bottom: 80px;
}
.stfpp-title h2{
    font-weight: 600;
    color: #944dbe;
    text-transform: uppercase;
}
.stfpp-title h2:after{
    display: block;
    content: '';
    width: 200px;
    height: 1px;
    background: #5224b3;
    margin: 40px auto 0 auto;
}
.stfpp-title h2:before{
    display: block;
    content: '';
    width: 100px;
    height: 3px;
    background: #5224b3;
    position: absolute;
    top: 47%;
    left: 46%;
}
.s-title h2{
    color: #fff;
}
.s-title h2:after{
    background: #eaeaea;
}
.s-title h2:before{
    background: #fff;
}
.stfpp-btn{
    padding: 20px 40px;
    background: #8c48bc;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
}
.stfpp-btn:hover,
.stfpp-btn:focus{
    color: #fff;
}
/*End Theme Default css*/

/*2.Start Preloder Area css*/
.preloder{
    position: fixed;
    background: #fff;
    z-index: 11000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.spinner {
  margin: 25% auto;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #944dbe;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/*End Preloder Area css*/

/*3.Start Header Area css*/
header {
    position:absolute;
    left: 0;
    top: 20px;
    width:100%;
    z-index: 9999;
}
header.sticky{
    position: fixed;
    top: 0;
    background: #5627b4;
    background: -moz-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5627b4), color-stop(100%, #934dbe));
    background: -webkit-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -o-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -ms-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: linear-gradient(to bottom, #5627b4 0%, #934dbe 100%);
}
.sticky .navbar-default .navbar-nav li a{
    color: #fff;
}
.navbar-default {
    background-color: transparent;
    border: none;
    text-transform:uppercase;
    margin-bottom: 0px;
    padding: 15px 0;
    transition: .5s;
}
.navbar-default .navbar-brand {
    margin-top: -15px;
    color: #fff;
}
.navbar-default .navbar-nav li a{
    color:#fff;
    font-size: 16px;
    text-transform: capitalize;
    transition: .5s;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
    color:#fff;
}
.navbar-default .navbar-nav li a{
    border-radius: 30px;
    line-height: 10px;
}
.navbar-default .navbar-toggle {
    background:#fff;
    border:none;
    border-radius:0
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background:#fff
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #944dbe;
}
/*End Header Area css*/

/*4.Start header-bg-1 section css*/
.stfpp-overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #5627b4;
    background: -moz-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5627b4), color-stop(100%, #934dbe));
    background: -webkit-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -o-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -ms-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: linear-gradient(to bottom, #5627b4 0%, #934dbe 100%);
    opacity: .9;
}
.header-bg-1{
    background: url(../img/header-bg-1.png) no-repeat;
    background-size: 90% 48%;
    background-position: center;
    position: relative;
    padding-bottom: 300px;
    padding-top: 200px;
    z-index: 337;
} 
.hero-area{
    position: relative;
}
.hero-text{
    position: relative;
}
.hero-text h1{
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    z-index: 1;
}
.hero-text p{
    color: #fff;
    margin-bottom: 50px;
}
.h-1{
    margin-bottom: 200px;
}
.hero-img {
    position: absolute;
    top: 126%;
    left: 15%;
    z-index: -1;
}
/*End header-bg-1 section css*/

/*5.Start header-bg-2 section css*/
.header-bg-2{
    background: url(../img/header-bg-1.png) no-repeat;
    background-size: 90% 48%;
    background-position: center;
    position: relative;
    padding-bottom: 300px;
    padding-top: 200px;
} 
.h-2{
    margin-bottom: 200px;
}
.hero-img-2{
    position: absolute;
    top: 126%;
    left: 15%;
    z-index: 337;
}
/*End header-bg-2 section css*/

/*6.Start header-bg-3 section css*/
.header-bg-3{
    background: url(../img/header-bg-1.png) no-repeat;
    background-size: 90% 48%;
    background-position: center;
    position: relative;
    padding-bottom: 300px;
    padding-top: 200px;
} 
.h-3{
    margin-bottom: 200px;
}
.hero-img-3{
    position: absolute;
    top: 126%;
    left: 15%;
    z-index: 337;
}
#curve{
    position: absolute;
    width: 100%;
    bottom: -1px;
    transform: rotate(-180deg);
}
#curve path{
    fill: #fff;
}
/*End header-bg-3 section css*/

/*7.Start feature section css*/
.feature{
    position: relative;
}
.feature-box{
    text-align: center;
    background: #fff;
    padding: 20px;
    margin-bottom: 50px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    transition: .5s;
}
.feature-box:hover{
    box-shadow: 0 0 15px #eaeaea;
}
.feature-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 7px -2px rgba(0,0,0,.2);
    box-shadow: 0 0 7px -2px rgba(0,0,0,.2);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 50px;
    margin-bottom: -30px;
}
.feature-icon i{
    font-size: 30px;
    color: #944dbe;
}
.feature-deitails h4{
    padding-bottom: 30px;
    text-transform: uppercase;
    color: #2c2c2c;
}
/*End feature section css*/

/*8.Start Project-area section css*/
.project-area{
    background: #5627b4;
    background: -moz-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5627b4), color-stop(100%, #934dbe));
    background: -webkit-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -o-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -ms-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: linear-gradient(to bottom, #5627b4 0%, #934dbe 100%);
}
.countdown{
    text-align: center;
}
.countdown h5{
    color: #fff;
}
.countdown h5:after{
    display: block;
    content: '';
    width: 200px;
    height: 1px;
    background: #fff;
    margin: 30px auto 30px auto;
}
.countdown h2{
    color: #fff;
}
/*End Project-area section css*/

/*9.Start dashboard section css*/
.dash-title{
    margin-bottom: 50px;
}
.dash-title h2{
    font-weight: 600;
    color: #944dbe;
    text-transform: uppercase;
}
.dash-title h2:after{
    display: block;
    content: '';
    width: 200px;
    height: 1px;
    background: #5224b3;
    margin: 30px 0 30px 0;
}
.dash-title h2:before{
    display: block;
    content: '';
    width: 100px;
    height: 3px;
    background: #5224b3;
    position: absolute;
    top: 61.9px;
    left: 12%;
}
.dash-box{
    margin-bottom: 50px;
}
.dash-icon{
    position: relative;
    padding-left: 60px;
    margin-bottom: 15px;
}
.dash-icon i{
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 30px;
    color: #944dbe;
}
.dash-right{
    position: relative;
    padding-top: 220px;
}
.dash-img-1 img {
    position: absolute;
    left: 117px;
    width: 520px;
}
.dash-img-2 img {
    position: absolute;
    left: -17px;
    z-index: -1;
}
/*End dashboard section css*/

/*10.Start video section css*/
.video {
    background: rgba(0, 0, 0, 0) url(../img/video-bg.png) no-repeat scroll top center;
    background-size: 80%;
    background-position: 50% 320px;
    background-repeat: no-repeat;
    position: relative;
}
.video-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5627b4;
    background: -moz-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5627b4), color-stop(100%, #934dbe));
    background: -webkit-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -o-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -ms-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: linear-gradient(to bottom, #5627b4 0%, #934dbe 100%);
    opacity: .9;
}
.video-text{
    position: relative;
    margin-bottom: 125px;
}
.video-text p{
    padding: 0 26%;
    color: #fff;
}
.video-area{
    position: relative;
    margin-bottom: 200px;
}
.video-area a i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 42px;
    background: #944dbe;
    border-radius: 50%;
    padding-left: 10px;
}
/*End video section css*/

/*11.Start soft-feature section css*/
.soft-feature-right{
    position: relative;
}
.soft-feature-right h2{
    text-transform: uppercase;
    color: #944dbe;
}
.soft-feature-right h2:after{
    display: block;
    content: '';
    width: 200px;
    height: 1px;
    background: #5224b3;
    margin: 30px 0 30px 0;
}
.soft-feature-right h2:before{
    display: block;
    content: '';
    width: 100px;
    height: 3px;
    background: #5224b3;
    position: absolute;
    top: 46.2%;
    left: 10%;
}
.soft-feature-right p{
    margin-bottom: 30px;
}
.s-feature-area{
    position: relative;
}
.s-feature-area::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 5%;
    margin-left: -2px;
    border-radius: 0;
    z-index: -1;
    width: 2px;
    background-color: #944dbe;
    top: 50px;
    height: 167px;
}
.s-feature-box{
    position: relative;
    margin-bottom: 30px;
}
.s-feature-box .media-left, .media>.pull-left{
    padding-right: 30px;
}
.media-icon span {
    font-size: 30px;
    font-weight: 600;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 45px;
    background: #944dbe;
    display: block;
    border-radius: 50%;
    color: #fff;
}
/*End soft-feature section css*/

/*12.Start signup section css*/
.signup{
    background: #5627b4;
    background: -moz-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5627b4), color-stop(100%, #934dbe));
    background: -webkit-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -o-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -ms-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: linear-gradient(to bottom, #5627b4 0%, #934dbe 100%);
}
.trial-text p{
    color: #fff;
    margin-bottom: 30px;
    padding: 0 26%;
}
.trial-text .stfpp-btn{
    padding: 20px 50px;
    background: #fff;
    color: #944dbe;
}
/*End signup section css*/

/*13.Start screenshot section css*/
.screenshot-button{
    margin-bottom: 40px;
}
.screenshot-button .screenshot-btn{
    padding: 20px 45px;
    text-align: center;
    background: transparent;
    color: #944dbe;
    border: 1px solid #944dbe;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    margin-right: 10px;
}
.screenshot-button .screenshot-btn:active,
.screenshot-button .screenshot-btn.is-checked {
    color: #fff;
    background: #944dbe;
}
.padding{
    padding-left: 5px; 
    padding-right: 5px;
    margin-bottom: 14px;
}
.portfolio-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.portfolio-item img {
    width: 100%;
    height: 100%;
}
/*End screenshot section css*/

/*14.Start Testimonial section css*/
.testimonial{
    background: #f6f6f6;
}
.owl-carousel .owl-stage{
    margin-top: 50px;
}
.client-area{
    text-align: center;
    background: #fff;
    padding: 20px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    transition: .5s;
}
.client-area:hover{
    box-shadow: 0 0 15px #eaeaea;
}
.client-img img{
    width: 60px !important;
    height: 60px !important;
    background: #fff;
    -webkit-box-shadow: 0 0 7px -2px rgba(0,0,0,.2);
    box-shadow: 0 0 7px -2px rgba(0,0,0,.2);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 50px;
    margin-bottom: -30px;
}
.client-review h4{
    padding-top: 30px;
    text-transform: uppercase;
    color: #2c2c2c;
}
.client-slide .owl-dot {
    height: 12px;
    width: 12px;
    border: 1px solid #eaeaea !important;
    border-radius: 10px;
    margin: 0 .2rem;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.client-slide .owl-dot.active {
    height: 12px;
    width: 12px;
    background-color: #944dbe;
    border-radius: 50%;
    border: none !important;
}
.client-slide .owl-dots{
    margin-top: 20px;
    text-align: center;
}
/*End Testimonial section css*/

/*15.Start Pricing section css*/
.pricing-table{
    overflow: hidden;
	position: relative;
    box-shadow: 0 0 20px #eaeaea;
    border-radius: 10px;
}
.pricing-head{
    background: #5627b4;
    background: -moz-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5627b4), color-stop(100%, #934dbe));
    background: -webkit-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -o-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -ms-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: linear-gradient(to bottom, #5627b4 0%, #934dbe 100%);
    padding: 20px;
}
.pricing-head{
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 70px;
}
.pricing-head h5{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.pricing-head h2{
    color: #fff;
}
.pricing-head h2 span{
    font-size: 14px;
    font-weight: bold;
}
.pricing-body{
    margin-bottom: 50px;
}
.pricing-body ul li {
    padding-left: 70px;
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px solid #eaeaea;
}
.pricing-body ul li i{
    margin-right: 25px;
    font-size: 14px;
    color: #944dbe;
}
.pricing-btn{
    padding-left: 70px;
    padding-bottom: 50px;
}
.price-btn {
    padding: 20px 40px;
    border: 1px solid #944dbe;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    color: #944dbe;
    transition: .5s;
}
.price-btn:hover,
.price-btn:focus{
    background: #944dbe;
    color: #fff;
}
.price-btn.checked{
    background: #944dbe;
    color: #fff;
}
/*End Pricing section css*/

/*16.Start download section css*/
.download{
	background: #5627b4;
    background: -moz-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5627b4), color-stop(100%, #934dbe));
    background: -webkit-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -o-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -ms-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: linear-gradient(to bottom, #5627b4 0%, #934dbe 100%);
}
.download-text p{
    color: #fff;
    padding-bottom: 30px;
}
.download-text .stfpp-btn{
    background: #fff;
    color: #8242bb;
}
/*End download section css*/

/*17.Start Free-trial section css*/
.contact-btn{
    padding: 20px 60px;
    background: #944dbe;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    border-radius: 10px;
}
.form-control{
    height: 45px;
}
/*End Free-trial section css*/

/*18.Start contact section css*/
.contact{
	background: #5627b4;
    background: -moz-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5627b4), color-stop(100%, #934dbe));
    background: -webkit-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -o-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -ms-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: linear-gradient(to bottom, #5627b4 0%, #934dbe 100%);
}
.widget-text{
    position: relative;
    padding-left: 60px;
    margin-bottom: 15px;
}
.widget-text i{
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 30px;
    color: #ffffff;
}
.widget-text p{
	color: #fff;
}
/*End contact section css*/

/*19.Start Footer area css*/
.footer-area{
    background: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-social{
	float: right;
}
.footer-social ul li{
	display: inline-block;
    margin-right: 15px;
}
.footer-social ul li a{
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #1e1e1e;
    transition: .5s;
}
.footer-social ul li a:hover{
    color: #fff;
    background: #7c3ebb;
}
/*End Footer area css*/

/*20.Start Scroll up css*/
#scroll-up {
    position: fixed;
    z-index: 337;
    bottom:30px;
    right: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    display: none;
    background: #944dbe;
}
#scroll-up:hover,
#scroll-up:focus{
    background: #944dbe;
    color: #fff;
}
/*16.End Scroll up css*/

/*21.Start Index.html css*/
.stfpp-bg{
    background: #5627b4;
    background: -moz-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5627b4), color-stop(100%, #934dbe));
    background: -webkit-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -o-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: -ms-linear-gradient(top, #5627b4 0%, #934dbe 100%);
    background: linear-gradient(to bottom, #5627b4 0%, #934dbe 100%);
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
}
.bg-title img{
    margin: 0 auto;
    padding-bottom: 30px;
}
.bg-title h1{
    color: #fff;
    text-transform: uppercase;
}
.category{
    margin-bottom: 60px;
}
.cat-img img{
    width: 100%;
}
.cat-title{
    margin-bottom: 20px;
    text-align: center;
}
.cat-title h4{
    text-transform: uppercase;
    color: #944dbe;
    font-weight: 700;
}
.cat-button{
    margin-top: 30px;
    text-align: center;
}
.cat-button a{
    padding: 15px 25px;
    background: #944dbe;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
}
/*End Index.html css*/

/*login-register*/

.header-bg-2.login-register{
    height: 200px;
    background-size: 44% 83%;
    padding-bottom: 102px;
    padding-top: 133px;
}
.header-bg-2.login-register h2{
    color: #fff;
}
button.screenshot-btn.is-checked:focus{
    outline: none;
}
.pos-brief{
    font-size: 19px;
}
.feature-box.pos-feature{
    min-height: 250px;
}