body{
	font-family: 'Quicksand', sans-serif;
}
H3{
color: #fff
}

.homescreen{}
.container{
	clear: both;
}
.row{}
.text-center{}
.logo{
	margin-right: 10px;
}
.declaration h1 {
  background: none repeat scroll 0 0 #97d454;
  border-radius: 2px;
  color: #f7f7f7;
  display: inline-block;
  font-weight: 400;
  padding: 7px 10px;
}
.declaration h1:first-letter{
	font-weight: 700
}
.header_title{

}
.title {
  margin-top: 55px;
}
.declaration h3{
	color: #fff;
	display: inline-block;
	margin-bottom: 0px;
}
.header_btn {
  margin-top: 10px;
}
.header_btn a {
  background: none repeat scroll 0 0 #e3cdb0;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 18px;
  height: 45px;
  margin-top: 10px;
  padding-top: 9px;
  text-align: center;
  width: 210px;
}
.header_btn a:hover{
	background: #dfc5a3;
}
.header_img {
  margin-top: 82px;
}
.header_img img {
  height: 610px;
  width: 720px;
  margin-left: 45px;
}
.page_title{
	margin-top: 0px
}
.page_title h2{
	font-family: 'Quicksand', sans-serif;
	color: #d23059;
}
.page_title p{
	color: #fff;
}
.features{}
.all_features{
	margin-top: 60px;
	padding-bottom: 60px
}
.feature_one .feature_detail,
.feature_three .feature_detail{
	padding-left: 50px
}
.col-md-6{}
.feature_detail{
	margin-top: 200px
}
.feature_detail h3{
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 30px;
	color: #fff;
}
.feature_detail p {
  padding-right: 30px;
  line-height: 23px;
  color: #fff
}

.feature_two .feature_detail p{
	padding-right: 150px;
}

.feature_image{}
.feature_two{}
.feature_three{}
.describe_area{}
.describe_area .page_title h2, 
.describe_area .page_title p{
	color: #fff
}
.describe{
	padding: 60px 0;
}

.describe h2, .describe h3, .describe p, .describe ul li span{
	color: #fff
}

.describe_image{}
.describe_image img{
}
.description{
	padding-right: 100px;
}
.des_list {
  margin-top: 20px;
  padding-right: 40px;
}
.des_list ul{
	display: table;
}
.des_list ul li {
	color: #fff;
	margin-top: 30px;
	display: table-row;
}
.des_list ul li span {
  display: table-cell;
  font-size: 16px;
  padding-left: 30px;
  padding-top: 30px;
}
.des_list ul li img {
	width: 40px;
	height: 40px;
	display: table-cell;
}
.list-unstyled{}
.screens_area{}
.screens{
	padding: 40px 0 80px;
}
.screens .single_screen{
	margin-top: 40px;
}
.screens img {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  width: 320px;
}
.contact_area{} 
/*.contact_area .page_title h2{
  color: #fff
} 
.contact_area .page_title p{
  color: #Fff
} */
.subscribe{
	margin-top: 50px;
}
.subscribe input{
	height: 70px;
}
.subscribe form {
	height: 70px;
	left: 50%;
	margin-left: -230px;
	margin-top: 0px;
	position: relative;
	width: 460px;
}
.subscribe input[type="text"] {
	border-color: #000000;
	border-left-style: solid;
	border-width: 3px;
  float: left;
  font-size: 18px;
  padding-left: 10px;
  width: 456px;
  background: #ffffff;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.subscribe input[type="text"]:focus{
	background-color: #ffffff;
}
.subscribe input[type="email"] {
	border-color: #000000;
	border-left-style: solid;
	border-width: 3px;
  float: left;
  font-size: 18px;
  padding-left: 10px;
  width: 456px;
  background: #ffffff;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.subscribe input[type="email"]:focus{
	background-color: #ffffff;
}
.subscribe textarea {
	border-color: #000000;
	border-left-style: solid;
	border-width: 3px;
	float: left;
	font-size: 18px;
	padding-left: 10px;
	width: 456px;
	background: #ffffff;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.btn btn-primary {
  background: #97d454;
}

.subscribe h3{
	color: #fff
}
.social{
	margin-top: 120px;
	clear: both;
}
.social ul{
	margin-top: 40px;
}
.social ul li{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social ul li:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.social ul li img{
  width: 60px;
}
.social ul li a:focus{
	outline: none;
}
.fa{}

.fa-facebook{}
.fa-5x{}
.fa-twitter{}
.fa-google-plus{}
.fa-linkedin{}
.fa-youtube{}
.copyright{
	margin-top: 40px;
	color: #FFFFFF;
}
.copyright a.author{
	color: #fff;
	font-weight: 700;
	font-size: 16px
}
.copyright a.author:hover{
	font-style: italic;
}
.footer_pages{}
.footer_pages li a{
	color: #fff;
	text-decoration: underline;
}
.footer_pages li a:hover{
	text-decoration: overline;
}


#fp-nav ul li a:focus{
	outline: none;
}

#section0, #section7{
	background: url(img/bg.png) no-repeat;
	background-size: cover

}
#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  height: 13px;
  margin: 15px 7px 7px;
  position: relative;
  width: 14px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 10px;
  left: 50%;
  margin: -2px 0 0 -2px;
  padding: 6px;
  position: absolute;
  top: 50%;
  transition: all 0.1s ease-in-out 0s;
  width: 10px;
  z-index: 1;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  border-radius: 100%;
  height: 12px;
  margin: -6px 0 0 -7px;
  width: 12px;
  padding: 11px;
  background: #fff;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
  border-radius: 100%;
  height: 12px;
  margin: -6px 0 0 -7px;
  width: 12px;
  padding: 11px;
  background: #fff;
}
.alert {
	margin-top:10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.btn-primary{
	font-size:16px;
	background:#d23059;
	padding:15px 20px;
	border-radius:3px;
}
.btn-primary:hover{
	background:#FFF;
	color:#d23059;
	transition:all ease-in .5s;
}

.text-danger{
	color: #fff;
	font-size: large;
	font-weight: bold;
}
