/*---------------------------------
Theme Name: Rocket Landing page App
Theme Author: Beeskip
Theme Version: 1.0.0
Author URI:https://themeforest.net/user/beeskip

-------------------------------*/
/*------------------------------
	Table Content 
====================
	01- General
	02- Header Section
	03- Featured Section
	04- Benefits Section
	05- About Section 
	06- screenshoot Section
	07- App Downolad
	08- Pricing Area
	09- Testimonial Area
	10- Blog Area
	11- Video Section
	12- Team Section
	13- FAQ Section
	14- Call To Action
	15- 15- Contact Form
	16- Newsletter
	17- Footer
	18- preloader
	19- Back To Top
------------------------------*/


/*------------------------------------------
	01- General
----------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  
}
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  color: #626567;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Dosis", sans-serif;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
}

a{
	text-decoration:none;
	color:#971835;
}
a:hover{
	text-decoration:none;
	color:#100e0f;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
li{
	margin:0;
	padding:0;
	list-style: none;
}
.figure {
    display: block;
	margin-top:0;
}

.section-title.centered::after {
    margin: auto;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
img.full-width {
  width: 100%;
}
img.centered {
  margin: auto;
}
.figure img {
    width: 100%;
}

.mt-250 {
    margin-top: 250px;
}
.mt-180 {
    margin-top: 180px;
}
.mt-200 {
    margin-top: 200px;
}

.mt-60 {
    margin-top: 60px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-30 {
    margin-top: 30px !important;
}
.white-color{
	color:#fff !important;
}
.pt-0{
	padding-top:0 !important;
	
}
.pb-55{
	padding-bottom:55px !important;
}
.pb-50{
	padding-bottom:50px !important;
}
.pb-40{
	padding-bottom:40px !important;
}
.pb-60{
	padding-bottom:60px !important;
}
.pt-80 {
    padding-top: 80px;
}
.section {
    position: relative;
    padding: 80px 0;
    background: #fff none repeat scroll 0 0;
    z-index: 1;
    border-bottom: 1px solid #f4f6f6;
}

.title-group {
    position: relative;
    margin: 0em 0 4em;
    z-index: 1;
}

.title {
  font-weight: bold;
  position: relative;
  margin-bottom: 16px;
}
.section-title {
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  margin-top:0;
}

.section-title::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 300px;
    height: 2px;
    background-color: #d22d7f;
}
.section-title.center:after {
    margin: auto;
}
.section-title.left {
  text-align: left;
}
.section-title.left::after {
  left: 2px;
  right: auto;
}
.section-title.right {
  text-align: right;
}
.section-title.right::after {
  left: auto;
  right: 2px;
}
.section-title.centered::after {
  margin: auto;
}
.title,
.section-title {
  color: #4a4c4d;
}
.title.inverse,
.section-title.inverse {
  color: inherit;
}
.bigtitle {
  font-weight: 800;
}
@media (min-width: 768px) {
  .bigtitle {
    font-size: 325%;
  }
}


#features .section-title::before,#video .section-title::before,
#contact .section-title::before,#reviews .section-title::before{
	color:#48171e
}
/*------------------------------------------
	02- Header Section
----------------------------------------*/
header {
    background-image: url(../img/bg002.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}
.overlay90 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
    background-image: -webkit-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
    background-image: -ms-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
	background-image:  linear-gradient(32deg,#e83343 2%,#d22d7f 100%);

    opacity: .9;
}

.overlay80 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
    background-image: -webkit-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
    background-image: -ms-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
	background-image:  linear-gradient(32deg,#e83343 2%,#d22d7f 100%);

    opacity: .8;
}

.overlay70 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
    background-image: -webkit-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
    background-image: -ms-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
	background-image:  linear-gradient(32deg,#e83343 2%,#d22d7f 100%);

    opacity: .7;
}

.overlay60 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
    background-image: -webkit-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
    background-image: -ms-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
	background-image:  linear-gradient(32deg,#e83343 2%,#d22d7f 100%);

    opacity: .6;
}

.overlay50 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
    background-image: -webkit-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
    background-image: -ms-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
	background-image:  linear-gradient(32deg,#e83343 2%,#d22d7f 100%);

    opacity: .5;
}

.overlay40 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
    background-image: -webkit-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
    background-image: -ms-linear-gradient(32deg,#e83343 2%,#d22d7f 100%);
	background-image:  linear-gradient(32deg,#e83343 2%,#d22d7f 100%);

    opacity: .4;
}

#home {
    position: relative;
    height: 100%;
}


#home h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 60px;
	font-family: "Dosis", sans-serif;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
	border-bottom: solid 2px #fff;
	padding-bottom:10px;
}

#home h3 span {
    font-size: 54px;
	letter-spacing: .05em;
}


#home p {
	color: #fff;
    font-weight: 300;
    margin: 10px 0 20px;
	font-family: 'Open Sans';
    text-align: center;
    line-height: 26px;
    font-size: 21px;
}

#home p.billboard-copy {
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0 0;
	font-weight: 600;
	color:#e7ff00;
}

@media only screen and (max-width: 480px) {
	
	#home h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 1.3em;
	font-family: "Dosis", sans-serif;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
	border-bottom: solid 2px #fff;
	padding-bottom:10px;
}

#home h3 span {
    font-size: 28px;
	letter-spacing: .05em;
}


#home p {
	
    color: #fff;
    font-weight: 300;
    margin: 20px 0 30px;
	font-family: 'Open Sans';
    text-align: center;
    line-height: 26px;
    font-size: 21px;
}
	}

.btn-default {
    border-radius: 50px;
    background: 0 0;
    padding: 10px 20px;
    min-width: 170px;
    border: 2px solid #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-focus {
    border-radius: 50px;
    background: #d22d7f;
    padding: 10px 25px;
    min-width: 170px;
    border: 2px solid #fff;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-focus:hover {
    color: #fff;
	background: #e83343;
}

#home .btn {
    margin: 0 20px 20px 0;
}



/* Navigation */
.rocket_navbar{
    background: transparent;
    padding: 10px;
    margin-top: 15px;
    border:none;
}
.rocket_navbar .navbar-brand{
    padding: 0 0 0 0;
    margin-left: 0;
    width: 360px;
}

.rocket_navbar.on .navbar-brand{
    padding: 10px;
    margin-left: 0;
    width: 280px;
}

.rocket_navbar .navbar-brand img{
    width: 100%;
}
.on {
	background-color: #032731 !important;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
	transition:.5s ease;
	background-image: -moz-linear-gradient(32deg,#d22d7f 2%,#e83343 100%);
    background-image: -webkit-linear-gradient(32deg,#d22d7f 2%,#e83343 100%);
    background-image: -ms-linear-gradient(32deg,#d22d7f 2%,#e83343 100%);
	background-image:  linear-gradient(32deg,#d22d7f 2%,#e83343 100%);
     
}
.navbar-nav>li>a{
    color: #fff !important;
    padding: 15px 20px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    transition:800ms;
    font-weight: 600;
}
.navbar-nav>li>a:hover{
    color: red;
}


.navbar .navbar-nav>li:nth-child(2).active>a {
    background: #2aabd2;
    color: #000 !important;
    border-radius: 30px;
}
.navbar .navbar-nav>li:nth-child(3).active>a {
    background: #2aabd2;
    color: #fff !important;
    border-radius: 30px;
}
.navbar .navbar-nav>li:nth-child(4).active>a {
    background: #2aabd2;
    color: #000 !important;
    border-radius: 30px;
}
.navbar .navbar-nav>li:nth-child(5).active>a {
    background: #2aabd2;
    color: #000 !important;
    border-radius: 30px;
}
.navbar .navbar-nav>li:nth-child(6).active>a {
    background: #2aabd2;
    color: #fff !important;
    border-radius: 30px;
}
.nav>li>a:focus, .nav>li>a:hover{
    background: transparent;
}
.navbar .navbar-toggle{
    background: #fff;
}
.navbar.shrink .navbar-toggle{
    background: #5d5d5d;
}
.icon-bar{
    background: #5d5d5d;
}
.shrink .icon-bar{
    background: #fff;
}
.shrink {
    margin-top: 0px;
    padding:10px 10px;
    background-color: #fff;
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    transition: all linear 300ms;
}
.shrink .navbar-nav> li> a{
    color: #5d5d5d !important;
    margin-top: 4px;
}
.navbar.shrink .navbar-nav a:hover{
     color: #fff !important;
 }
.navbar.shrink .navbar-nav a:focus{
    color: inherit !important;
}
.navbar.shrink .navbar-nav a:active{
    color: #fff !important;
}

#myNavbar .sidenav{
    display: none;
}
@media only screen and (max-width: 992px) {
    .navbar-nav > li > a {
        padding: 12px 24px;
    }
}
@media only screen and (max-width: 768px){
    .navbar-nav> li> a{
        color: #FFF !important;
        margin-top: 4px;
    }
    .navbar-nav{
        background: rgb(53, 17, 25);
		border-radius: 0px;
		margin-top: 0;
    }
    .navbar-nav a:hover{
        color: #fff !important;
    }
    .navbar-nav a:focus{
        color: inherit !important;
    }
    .navbar-nav a:active{
        color: #fff !important;
    }
	.container>.navbar-collapse{
		overflow:hidden;
	}
	.rocket_navbar .navbar-brand{
    padding: 0 0 0 0;
    margin-left: 0;
    width: 240px;
}
.rocket_navbar.on .navbar-brand{
    padding: 10px 0 0 10px;
    margin-left: 0;
    width: 240px;
}
}

/*------------------------------------------
	03- Features
----------------------------------------*/
.feature .icon {
    font-size: 6em;
    color: #971835;
}
.feature {
    position: relative;
    display: block;
    background: #fff none repeat scroll 0 0;
    z-index: 1;
}


/*------------------------------------------
	04- Benefits
----------------------------------------*/
#features{
	background-image: url(../img/bg001.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
	color:#fff;
}
#features .section-title{
	color:#fff
}
#features .title{
	color:#fff
}

#features .section-title::before{
	color:#48171e
}

.boxes-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.boxes-list li {
    margin: 0;
    padding: 0.25em 0;
}
@media (min-width: 992px){
.boxes-list li:first-child {
    margin-top: 3em;
}
}
@media (min-width: 992px){
.boxes-list li:last-child {
    margin-bottom: 0em;
}
}
@media (max-width: 768px){
.no-margin,.no-margin p{
    margin-bottom: 0em !important;
    padding-bottom: 0em !important;
}
}
.iconbox {
    display: block;
    margin: 0em 0 2em;
    padding-bottom: 1em;
    text-align: left;
}
.boxes-list.mirror .iconbox {
    text-align: right;
}
.boxes-list.mirror .iconbox .icon {
    float: right;
    margin-left: 0.5em;
    margin-right: 0;
}

.iconbox .icon {
    clear: both;
    color: #fff;
    float: left;
    font-size: 3.75em;
    line-height: 1;
    margin-left: 0;
    margin-right: 0.5em;
    width: 52px;
}

.iconbox .box {
    display: block;
    overflow: hidden;
}



/*------------------------------------------
	05- About
----------------------------------------*/
.about-app.owl-carousel {
    background-color: #fff;
}
.thumb-area {
    position: relative;
    height: 474px;
}
.thumb-area img {
    position: relative;
    top: 0px;
}

.about-app-article .content,
.about-app-article .thumb-area  {
    -webkit-transition: all 1.5s ease;
            transition: all 1.5s ease;
}

.about-app.owl-theme .owl-controls .owl-pagination .owl-page span {
    width: 50px;
    height: 5px;
    margin: 0px 2px;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0px;
    background: #ddd;
}


.left .about-app-article .thumb-area {
    -webkit-transform:translateX(-500px);
        -ms-transform:translateX(-500px);
            transform:translateX(-500px);
}


.right .about-app-article .content {
    -webkit-transform:translateX(500px);
        -ms-transform:translateX(500px);
            transform:translateX(500px);
}


.active .about-app-article .thumb-area {
    -webkit-transform:translateX(0%);
        -ms-transform:translateX(0%);
            transform:translateX(0%);
}

.active .about-app-article .content {
    -webkit-transform:translateX(0%);
        -ms-transform:translateX(0%);
            transform:translateX(0%);
}

.about-app.owl-carousel .img-responsive {
    margin: 0 auto;
}


.owl-item .about-app-article {
    padding-bottom: 0px;
}
.about-app-article .section-title {
    margin-bottom: 21px;
}

.about-app-article p {
    margin-bottom: 20px;
}

.thumb-area img:nth-child(1) {
    left: 76px;
    z-index: 2;
}
.thumb-area img:nth-child(2) {
    right: 76px;
    position: absolute;
}

.content a {}
.content ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}
.content ul li:before {
    list-style: none;
    content: "\f00c";
    margin-right: 20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content ol {
    padding: 0px;
    margin: 0px;
    padding-left: 23px;
}
.content ol li {
    -webkit-padding-start: 12px;
    -moz-padding-start: 12px;
}

.content li {
    margin-bottom: 5px;
}
.content ul li {
    list-style: none;
}

/*---------------------------------------
	facts
---------------------------------------*/
#facts{
	padding: 60px 0;
	background-image: url("../img/bg/video-bg.jpg");
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
    position: relative;
    z-index: 1;
	color:#fff;
	
}
.facts {
    position: relative
}

.facts:before {
	content: " ";
    position: absolute;
    width: 1px;
    height: 100px;
    background: rgba(0, 0, 0, .16);
    right: -20px;
    top: 50%;
    margin-top: -50px
}
.facts {
        margin: 20px 0;
    }
.facts-icon i.fa {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 20px;
    color: #ff5252;
    font-size: 26px;
    box-shadow: 0 2px 4.7px 0.3px rgba(0,0,0,.24);
    -webkit-transition: .25s;
    transition: .25s;
}
.facts-icon i.fa:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.facts-text {
    margin-bottom: 12px;
    text-transform: capitalize;
}
.facts-number {
    font-size: 22px;
}

.facts.last-child:before {
    width: 0;
}

/*--------------------------------------------------
	06- screenshoot Section
----------------------------------------*/
.screenshot {
    background-color: #fff;
}

.screenshoot-wrapper {
    margin-top: 52px;
}

.screenshoot-area {
    position: relative;
}

.screenshoot-area .mobile-bg {
    position: absolute;
    top: -52px;
    left: 50%;
    margin-left: -122px;
    z-index: 3;
}

.screenshoot-slider {
    z-index: 2;
}

.screenshoot-slider .owl-wrapper-outer {
    margin-bottom: 30px;
}
.owl-prev {
   display: none;
}
.screenshoot-slider .owl-item {
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}

.screenshoot-slider .owl-item img {
    width: auto;
    display: inline-block;
}
.screenshoot-slider .owl-item {
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
}

.screenshoot-slider .owl-item.left {
    padding-right: 24px;
    text-align: left;
}
.screenshoot-slider .owl-item.center {
    padding: 0px 12px;
    text-align: center;
}
.screenshoot-slider .owl-item.right {
    padding-left: 24px;
    text-align: right;
}

.screenshoot-slider .owl-item img {
    max-width: 100%;
}

.owl-theme .owl-controls .owl-pagination {
    text-align: center;
}
.owl-theme .owl-controls .owl-pagination .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-pagination .owl-page span {
    width: 12px;
    height: 12px;
    margin: 3px;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 50%;
    background: #bbb;
    display: block;
}

.screenshoot-arrow {
    margin-top: -88px;
}

.slider-arrow {
    position: absolute;
    font-size: 30px;
    color: #d0d0d0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 50%;
    margin-top: -20px;
}
.slider-arrow.left-arrow {
    left: 0px;
}
.slider-arrow.right-arrow {
    right: 0px;
}
/*----------------------------------------
	07- App Downolad
-----------------------------*/
#example{
	position:relative;
	background-image:url(../img/bg003.jpg);
	background-attachment:fixed;
	background-position: 0% 0%;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
}

#example .img-responsive{
	margin: 0 auto;
}
.app-download-content .title {
     
	color:#fff;
}


.app-download-btns,
.app-download-btns .btn {
    margin: 25px -15px 0;
    font-size: 0;
    line-height: 0
}

.app-download-btns .btn {
    position: relative;
    margin: 30px 15px 0;
    padding: 6px 15px;
    color: inherit;
    border-color: inherit;
    text-transform: capitalize
}

.app-download-btns .btn:focus,
.app-download-btns .btn:hover {
    color: #971835;
    background-color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, .5);
}

.app-download-btns .btn .icon {
    display: inline-block;
    margin-right: 20px;
    font-size: 45px;
    line-height: 55px
}

.app-download-btns .btn .content,
.team-member-social ul li,
.testimonial-info-social ul li {
    display: inline-block
}

.app-download-btns .btn .icon .fa-android {
    color: #a4c639
}

.app-download-btns .btn .icon .fa-windows {
    color: #00bcf2
}

.app-download-btns .btn .content span {
    font-size: 13px;
    line-height: 23px
}

.app-download-btns .btn .content .h5 {
    margin: -4px 0 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px
}

/*--------------------------------------------
	08- Pricing Area
--------------------------------------------*/

.single-price-package {
    box-shadow: 0 0 20px 1px rgba(35, 31, 32, 0.2);
    text-align: center;
}
.price-title {
    background-image: -moz-linear-gradient(32deg,#971835 2%,#100e0f 100%);
    background-image: -webkit-linear-gradient(32deg,#971835 2%,#100e0f 100%);
    background-image: -ms-linear-gradient(32deg,#971835 2%,#100e0f 100%);
    background-image: linear-gradient(32deg,#971835 2%,#100e0f 100%);
    opacity: .9;
    padding: 35px 0 34px;
}
.pricing-area .col-md-4:first-child .single-price-package  {
    margin-left: 60px;
}
.pricing-area .col-md-4:last-child .single-price-package  {
    margin-right: 60px;
}
.price-title > h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.price {
    display: block;
    overflow: hidden;
}
.pricing-area .price > h4, .pricing-area .price > p {
    color: #ecebeb;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.price-title h4 span.text-large {
    color: #ffffff;
    font-size: 60px;
    line-height: 61px;
}
.price .text-top {
    padding-right: 4px;
    position: relative;
    top: -20px;
}
.pricing-area .price > p {
    bottom: -9px;
    position: relative;
}
.price-list {
    padding-bottom: 30px;
    padding-top: 50px;
}
.price-list li {
    color: #2d3e50;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}
.price-btn .button {
    background: #fff;
    border: 2px dotted #971835;
    border-radius: 9px;
    color: #971835;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 39px;
    margin-top: 52px;
    padding: 0 39px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease ;
     transition: all 0.3s ease ;
}
.price-btn .button:hover {
	background-image: -moz-linear-gradient(32deg,#971835 2%,#100e0f 100%);
    background-image: -webkit-linear-gradient(32deg,#971835 2%,#100e0f 100%);
    background-image: -ms-linear-gradient(32deg,#971835 2%,#100e0f 100%);
    background-image: linear-gradient(32deg,#971835 2%,#100e0f 100%);
    opacity: .9;
	border: none;
	color:#fff;
}
.list-large .price-title > h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 2px;
}
.pricing-area .list-large .price > h4, .pricing-area .list-large .price > p {font-size: 20px}
.list-large .price-title h4 span.text-large {
    font-size: 70px;
    line-height: 71px;
}
.list-large .price .text-top {
    padding-right: 0;
    top: -23px;
}
.list-large .price-title {padding: 37px 0 40px}
.pricing-area .single-price-package.list-large {
    box-shadow: 0 0 20px 1px rgba(35, 31, 32, 0.4);
}
.list-large .price-list li {line-height: 39px}

/*--------------------------------------------
  09- Testimonial Area
--------------------------------------------*/
#reviews{
	position:relative;
	background-image:url(../img/bg/app-download-bg.jpg);
	background-attachment:fixed;
	background-position: 0% 0%;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
}

.testimonial-image-slider {margin-top: 5px}
.slick-list {margin: 0 5px}
.sin-testiImage {
    display: inline-block;
    margin-bottom: 11px;
    outline: medium none;
}
.sin-testiImage img {
    border: 1px solid #971835;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block !important;
    height: 97px;
    margin-bottom: 30px;
    margin-top: 36px;
    outline: 0 none;
    width: 97px;
}
.sin-testiImage.slick-current img {
    height: 170px;
    margin-top: 0;
    opacity: 1;
    filter:alpha(opacity=100);
    width: 170px;
    border: 3px solid #971835;
}
.testimonial-text-slider h4 {
    font-weight: bold;
    position: relative;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.testimonial-text-slider {
	border-radius: 9px;
    margin: auto;
    padding: 30px 55px 4px;
    position: relative;
    width: 71%;
    z-index: 9;
	border: 1px solid #fefefe;
}
.testimonial-text-slider:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f0f0f0;
    -webkit-border-image: none;
         -o-border-image: none;
            border-image: none;
    border-style: solid;
    border-width: 22px 13px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    top: -44px;
    width: 0;
}
.sin-testiText{outline: none}
.sin-testiText p {margin-bottom: 32px}
.client-rating {margin-bottom: 5px}
.client-rating i {
    color: #7d7d7d;
    font-size: 18px;
}
.client-rating i.color {color: #f1c30d}
.slick-prev, .slick-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 25px;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 34.6%;
    width: 16px;
}
.slick-prev {left: -31px}
.slick-next {right: -31px}
.slick-prev:before, .slick-next:before {
    height: 25px;
    width: 16px;
    left: 0;
    top: 0;
    position: absolute;
    color: #2d3e50;
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px !important;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s
}
.slick-prev:hover:before, .slick-next:hover:before {color: #7a9757}
.slick-next:before {
    right: 0; 
    content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
}

/*--------------------------------------------
  10- Blog Area
--------------------------------------------*/
.post-item {
    margin-bottom: 25px;
   // background-color: #fff;
	//box-shadow: 0 0 20px 1px rgba(35, 31, 32, 0.2);
}

.post-img {
    position: relative;
    z-index: 0
}
.post-img img{
    width:100%;
}

.post-img:after,
.post-img:before {
    content: " ";
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .55s ease-in-out;
    transition: opacity .55s ease-in-out
	
}

.post-img:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
	
}

.post-item:hover .post-img:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	background-image: -moz-linear-gradient(32deg,#971835 2%,#100e0f 100%);
    background-image: -webkit-linear-gradient(32deg,#971835 2%,#100e0f 100%);
    background-image: -ms-linear-gradient(32deg,#971835 2%,#100e0f 100%);
    background-image: linear-gradient(32deg,#971835 2%,#100e0f 100%);
    opacity: .9;
}

.post-img:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    background: -webkit-linear-gradient(top, transparent 49.5%, #fff 49.5%, #fff 50%, transparent 50%), -webkit-linear-gradient(left, transparent 49.5%, #fff 49.5%, #fff 50%, transparent 50%);
    background: linear-gradient(to bottom, transparent 49.5%, #fff 49.5%, #fff 50%, transparent 50%), linear-gradient(to right, transparent 49.5%, #fff 49.5%, #fff 50%, transparent 50%)
}

.post-item:hover .post-img:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.post-info {
    position: relative;
    padding: 18px 0;
}

.post-title {
    margin: 0;
    color: #393939;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600
}

.post-meta {
    margin-top: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 23px
}

.post-meta a {
    color: #2196f3
}

.post-footer {
    
}

.post-footer .btn,
.post-footer .options li {
    float: left
}

.post-footer .btn{
	border: 1px solid #971835;
    border-radius: 9px;
    color: #971835;
}

.post-footer .btn:focus,
.post-footer .btn:hover {
    background-color:#971835;
	color:#fff;
}

.post-footer .options {
    float: right;
    margin-top: 5px;
    font-size: 13px;
    color: #ccc
}

.post-footer .options li+li {
    margin-left: 20px
}

.post-footer .options li a {
    padding: 0
}

.post-footer .options li a .badge {
    padding: 0;
    color: inherit;
    background-color: transparent;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    vertical-align: super
}
/*--------------------------------------------
  11- Video Section
--------------------------------------------*/
#video {
    position: relative;
	background-image: url('../img/bg/video-bg.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
}

#video a {
    display: inline-block
}

/*--------------------------------------------
  12- Team Section
--------------------------------------------*/

#team{
    border-bottom:0 !important;
}
.team-member-img {
    position: relative;
    z-index: 0
}

#team .img-responsive {
    margin: 0 auto;
}
.team-member-img:after,
.team-member-img:before {
    content: " ";
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .55s ease-in-out;
    transition: opacity .55s ease-in-out
	
}

.team-member-img:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
	
}

.team-member:hover .team-member-img:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	background-image: -moz-linear-gradient(32deg,#971835 2%,#100e0f 100%);
    background-image: -webkit-linear-gradient(32deg,#971835 2%,#100e0f 100%);
    background-image: -ms-linear-gradient(32deg,#971835 2%,#100e0f 100%);
    background-image: linear-gradient(32deg,#971835 2%,#100e0f 100%);
    opacity: .9;
}

.team-member-img:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    background: -webkit-linear-gradient(top, transparent 49.5%, #fff 49.5%, #fff 50%, transparent 50%), -webkit-linear-gradient(left, transparent 49.5%, #fff 49.5%, #fff 50%, transparent 50%);
    background: linear-gradient(to bottom, transparent 49.5%, #fff 49.5%, #fff 50%, transparent 50%), linear-gradient(to right, transparent 49.5%, #fff 49.5%, #fff 50%, transparent 50%)
}

.team-member:hover .team-member-img:after ,.team-member:hover .team-member-social:hover{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
 
.team-member {
    margin: 0 15px 30px 15px;
}


.team-member-social {
    position: absolute;
    width: 100%;
    padding: 10px 15px 15px;
    -webkit-transition: bottom .55s ease-in-out;
    transition: bottom .55s ease-in-out;
	z-index:12;
	opacity:0;
}

.team-member-img.active .team-member-social,
.team-member-img:hover .team-member-social {
    bottom: 0;
	opacity:1;
	transition: .3s ease;
}

.team-member-social ul li+li {
    margin-left: 0px
}

.team-member-social ul li a {
    display: block;
    width: 35px;
    background-color: rgba(0, 0, 0, .3);
    font-size: 14px;
    line-height: 35px;
    text-align: center;
	color:#fff;
}

.team-member-social ul li a:focus,
.team-member-social ul li a:hover {
    color: #fff;
    background-color: #971835
}

.team-member-info {
    padding: 29px 0 26px;
    border-bottom: 1px solid #e2d7d7;
    -webkit-transition: border-color .25s;
    transition: border-color .25s
}

.team-member.active .team-member-info,
.team-member:hover .team-member-info {
    border-color: #971835
}

.team-member-info .h4 {
    margin: 0 0 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400
}

.team-member-info p {
    font-size: 15px;
    font-weight: 100
}
/*--------------------------------------------
	13- FAQ Section
--------------------------------------------*/
 
.panel {
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 9px;
  box-shadow: none;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 1px;
  margin-top: 5px;
  
}
.panel-group {
    margin-bottom: 0px;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #DDD;
  padding: 0;
}
.panel-title {
  font-family: "Open Sans", sans-serif;
}
.faq .title{
	margin: 0;
	margin-bottom:10px
}
.panel-heading .panel-title a[data-toggle="collapse"] {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  background-image: linear-gradient(32deg,#971835 2%,#100e0f 100%);
    opacity: .9;
	color:#fff;
}
.panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.panel-heading .panel-title a[data-toggle="collapse"]:hover {
  background-color: #c1dbeb;
}
.panel-heading .panel-title a[data-toggle="collapse"]:focus {
  outline: none;
  text-decoration: none;
}
.panel-heading .panel-title a[data-toggle="collapse"].collapsed {
  background-color: #F2F3F4;
}
.panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}
.panel-heading .panel-title a[data-toggle="collapse"].collapsed:hover {
  background-color: #e4e6e8;
}
.panel-body {
  padding: 15px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
/*-------------------------------------------
	14- Call To Action
--------------------------------------------*/
  #call-action .btn-danger{
	  background-color:#971835;
	  border-color:#971835;
  }
  #call-action .title {
	  margin:0;
  }
  .flex.flex-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*--------------------------------------------*/
/*  11. Footer Area
/*--------------------------------------------*/
.footer-area {
    background-image: url("../img/bg005.jpg");
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
    position: relative;
    z-index: 1;
}
/*-------------------------------------------
	15- Contact Form
-------------------------------------------*/
.footer-area h3,.footer-area p,.footer-area .title {
    color: #fff;
}
#contact .title{
	margin-top:0;
}
form#contact-form {
   
    margin-top: 46px;
}
.form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 9px;
    box-shadow: none;
    color: #cccccc;
    height: 42px;
    margin-bottom: 3px;
    padding: 8px 17px;
}
textarea.form-control {
    height: 99px;
    resize: none;
}
.submit-form .button {
    background-color: #fff;
    border-radius: 9px;
    color: #971835;
    font-family: "Open Sans";
    height: 44px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    width: 100%;
    border: 0
}
.submit-form .button:hover, .footer-blue .submit-form .button:hover, .footer-yellow .submit-form .button:hover {
    background-color: #971835;
    color: #fff;
}
.contact-icon {
    background-color: #fff;
    border-radius: 9px;
    color: #d22d7f;
    display: inline-table;
    float: left;
    height: 54px;
    margin-right: 24px;
    text-align: center;
    width: 54px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s
}
.single-contact-info:hover .contact-icon {
	background-color: #fff;
	color:#100e0f;
	} 
.contact-icon i {
    display: table-cell;
    font-size: 30px;
    vertical-align: middle;
}
.contact-text > span {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.single-contact-info {
    margin-bottom: 26px;
    overflow: hidden;
}
.contact-text {display: inline-block}
.contact-text a.contact-tel {
	font-size: 24px;
	font-weight: 600;
color:#fff;
}
/*.conatct-info {margin-top: 46px}*/

/*--------------------------------------------
  16- Newsletter
------------------------------------------*/
.newsletter > h3 {margin-bottom: 21px}
.newsletter {margin-top: 105px}
.newsletter-content > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 9px;
    color: #a3a3a3;
    font-family: "Open Sans";
    font-size: 14px;
    height: 49px;
    padding: 0 19px;
    width: 100%;
}
.newsletter-content {
    margin-top: 38px;
    position: relative;
}
.newsletter-content .button {
    border: 0 none;
    border-radius: 0 9px 9px 0px;
    color: #2d3e50;
    font-family: "Open Sans";
    font-size: 16px;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    width: 29.5%;
}
.newsletter-content .button:hover {
    background-color: #971835;
    color: #fff;
}
/*-------------------------------------------
	17- Footer
--------------------------------------------*/
.footer-links a {
    border: 1px solid #fafbfb;
    border-radius: 100%;
    color: #ffffff;
    display: inline-table;
    font-size: 20px;
    height: 36px;
    margin: 0 6.5px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    width: 36px;
}
.footer-links a i {
    display: table-cell;
    vertical-align: middle;
}
.footer-links a:hover {
    background-color: #971835;
    border-color: #971835;
}
.footer-links {margin-top: 40px}
.footer-text span {color: #cccccc}
.footer-text {margin-top: 23px}
.footer-text span a {color: #cccccc}
.footer-text span a:hover {
    border-bottom: 1px solid #7a9757;
    color: #7a9757;
}


/*-------------------------------
	18- preloader
------------------------------------ --*/
/* loader wrapper */
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: -moz-linear-gradient(#971835 ,#100e0f);
    background: -webkit-linear-gradient(#971835,#100e0f);
    background: -ms-linear-gradient(#971835,#100e0f);
    background: linear-gradient(#971835,#100e0f);
	z-index: 1000;
	-webkit-transform: translateX(0); 
	-moz-transform: translateX(0); 
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 8px double transparent;
    border-top-color: #971835;
    border-bottom-color: #971835;
    -webkit-animation: spin 2s linear infinite; 
    -moz-animation: spin 2s linear infinite; 
    -ms-animation: spin 2s linear infinite; 
    -o-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite; 
    z-index: 1001;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 8px double transparent;
	border-top-color: #fff;
	border-bottom-color: #fff;
	-webkit-animation: spin 3s linear infinite;
	-moz-animation: spin 3s linear infinite;
	-ms-animation: spin 3s linear infinite;
	-o-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 8px double transparent;
	border-top-color: #100e0f;
	border-bottom-color: #100e0f;
	-webkit-animation: spin 1.5s linear infinite;
	-moz-animation: spin 1.5s linear infinite;
	-ms-animation: spin 1.5s linear infinite;
	-o-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;  
	-ms-transition: all 0.3s ease-out;  
	-o-transition: all 0.3s ease-out;  
	transition: all 0.3s ease-out;
}	
	
@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);  
		-o-transform: rotate(360deg);  
		transform: rotate(360deg);  
	}
}

@-moz-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);  
		-o-transform: rotate(360deg);  
		transform: rotate(360deg);  
	}
}

@-ms-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);  
		-o-transform: rotate(360deg);  
		transform: rotate(360deg);  
	}
}

@-o-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);  
		-o-transform: rotate(360deg);  
		transform: rotate(360deg);  
	}
}

@keyframes spin {
	0%   { 
		 -webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg); 
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);  
		-o-transform: rotate(360deg);  
		transform: rotate(360deg);  
	}
}
	
/* slide animation */
#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);  /* IE 9 */
	-o-transform: translateX(-100%);
	transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	-moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	-ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	-o-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 #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);  
	-moz-transform: translateX(100%);  
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);  

	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	-moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	-ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	-o-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 #loader-wrapper {
	visibility: hidden;

	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);  

	-webkit-transition: all 0.3s 1s ease-out;  
	-moz-transition: all 0.3s 1s ease-out;  
	-ms-transition: all 0.3s 1s ease-out;  
	-o-transition: all 0.3s 1s ease-out;  
	transition: all 0.3s 1s ease-out;
}

/*--------------------------------
	19- Back To Top
--------------------------------------------*/

#back-to-top {
    display: block;
    z-index: 500;
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 26px;
    position: fixed;
    right: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #fff;
    text-decoration: none;
    -moz-border-radius: 9%;
    -webkit-border-radius: 9%;
    border-radius: 9%;
    box-shadow: 1px 1.732px 16px 0 rgba(0, 0, 0, .16), 1px 1.732px 5px 0 rgba(0, 0, 0, .12)
}

#back-to-top i {
    margin-right: 2px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

#back-to-top a {
    width: 42px;
    height: 42px;
    display: block;
}

#back-to-top.show {
    bottom: 20px;
	text-align:center;
}

#back-to-top:hover {
	background-image: linear-gradient(32deg,#971835 2%,#100e0f 100%);
}

#back-to-top:hover i {
    color: #fff
}



#example .section-title {
    color: #fff;
}

#example {
    color: #fff;
}
#example table {
    font-size: 12px;
}

#example .table > tbody > tr > td, #example .table > tbody > tr > th, #example .table > tfoot > tr > td, #example .table > tfoot > tr > th, #example .table > thead > tr > td, #example .table > thead > tr > th {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.subtitle {
	line-height: 1.4em;
	}

#faq {
    background: #f1f1f1;
}

footer p {
	 color: #fff;
}
#function .section-title {
    color: #fff;
}

.function-block img {
    width: 40%;
	padding: 3%;
	margin: 0 auto;
}

.function-block {
	padding: 0 3% 30px;
	
}

.function-block h4 {
    border: solid 1px #fff;
	border-bottom: solid 5px #fff;
    padding: 20px 10px;
    font-size: 24px;
}

#function{
	position:relative;
	background-image:url(../img/bg004.jpg);
	background-attachment:fixed;
	background-position: 0% 0%;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
}

.how-block img {
	width: 50%;
	margin: 0 auto;
	}
	
.btn-large {
	font-size: 20px;
	padding: 12px 24px;
}
#call-action {
	background: #f4f6f6;
}
.penalty {
	padding-top: 1em;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}

.refer {
color:yellow;
text-decoration:underline;
}

@media (max-width: 768px){
.function-block {
	padding: 0 0 30px;
	
}

header {
    background-image: url(../img/bg002.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
}

#function{
	position:relative;
	background-image:url(../img/bg004.jpg);
	background-position: 0% 0%;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	background-attachment: scroll;
}

.footer-area {
    background-image: url("../img/bg005.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
}
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.form_nav {
    background: #ccc;
        background-image: none;
    padding: 10px;
    margin-top: 0px;
    border: none;
    background-image: url(../img/bg002.jpg);
}

.general-box {
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #F7BFC3;
    background: #eee;
}
.general-box p {
	font-size: 12px;
	line-height: 1.3em;
}

#corp-form {
	background: #E2DFDD;
	color: #000;
}

div#confirmBody {
    width: 1px;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    text-align: center;
    margin: 0px auto 0px auto;
    top: 100px !important;
}
.date-note {
    position: relative;
    float: right;
    display: block;
    margin-top: -58px;
    margin-bottom: -600px;
    padding: 10px 10px 0 15px;
    background: #fff;
    border: 2px solid #C00;
    border-radius: 6px;
    width: 280px;
	right: 0%;
}
@media (max-width: 1200px) {
    .date-note {
        width: 220px;
        margin-top: 0px;
    }
}
.date-note-corp {
    margin-top: -323px;
}
#home .caption-header p.note {color:#fff;font-size:12px;line-height:1.4em;}
.monthly {color:#e7ff00;
font-weight: 600;
}
@media only screen and (max-width: 750px) {
.monthly {
color:#e7ff00;
font-weight: 600;
font-size:18px;
}
}

.btn-block {
	background: #fff;
	padding: 2em;
	margin-top:3em;
	border-radius: 20px;
	border: 4px solid #C00;
}

.btn-block .btn-focus {
	font-size: 24px;
	background: #e83343;
}

.btn-block .btn-focus:hover {
	background: #d22d7f;
}

@media only screen and (max-width: 750px) {
.btn-block {
	background: #fff;
	padding: 1em 0.3em;
	margin-top:2em;
	border-radius: 20px;
	border: 4px solid #C00;
	margin-bottom:0.2em;
}
	.btn-block .btn-focus {
	font-size: 16px;
	background: #e83343;
	letter-spacing:-0.03em;
		margin-bottom:0.2em;
}
	
}


textarea {
    width: 90% !important;
}

footer h4 a {
color:#fff;
	margin-bottom:1em;
}


/*アコーディオン*/

.acd-check{
    display: none;
}
form#mailform label.acd-label{
    background: #333;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.acd-content{ 
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}




label.label-left {
    float: left;
font-size: 12px;
	margin-right:1em;
}
label.label_false {
    float: left;
font-size: 12px;
	margin-right:1em;
}

.telework {
	text-align: center;
}