
html,
body {
    height: 100%;
    font-size: 15px;
    line-height: 1.5;
    font-family: Roboto;
    color: #333;
    background: #fff;
    position: relative;
}


h1,
h2,
h3 {
    font-family: Roboto;
    color: #333;
    margin: 0 0 25px 0;
    line-height: 1.5;
}

h1 {
    font-weight: 900;
    font-size: 56px;
}

.h1 {
    font-weight: 900;
    font-size: 50px;
}

h2 {
    font-weight: 700;
    font-size: 35px;
}

.green {
    color: #009b44;
}

h3 {
    font-weight: 500;
    font-size: 22px;
}

p span.link{
    color: ;
    font-size: 15px;
}

p,
.title span {
    color: #333;
    margin: ;

}

p {
    margin-bottom: 20px;
}
.title {
    text-align: center;
    margin-bottom: 60px;
}

.title span {
    width: 326px;
    display: block;
    margin: 0 auto;
}

.hero-area {
  position: relative;
  background-image: url(../img/bg/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 100px 0px; }

.hero-6 {
     
    background: linear-gradient(#fdd480, 80%, #fff);
 /* background-image: url("../images//hero6-bg.jpeg"); */

}
  .hero-6 .hero-text h2 {
    font-weight: 500; }
  .hero-6 .hero-img img {
    box-shadow: none;
    transition: .5s ease;
    -webkit-animation: pulse 3s linear infinite;
    -moz-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite; }
.hero-text {
  position: relative;
  max-width: 767px;
  padding: 15px;
  margin: 25px auto;
  text-align: center; }
  .hero-text h2 {
    color: #333;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0px;
    padding-bottom: 10px; }
    .hero-text h2 span {
      font-weight: 600; }
  .hero-text p {
    font-size: 16px;
    color: #333;
    letter-spacing: 0px;
    max-width: 600px;
    padding-bottom: 20px;
    margin: 25px auto; }


.section-padding {
    padding: 100px 0;
}



::selection {
    color: #fff;
    text-shadow: none;
    background: #8d77f1;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #8d77f1;
}


.button {
    margin-top: 40px;
}

.btn-main,
.form-submit {
    color: #fff;
    position: relative;
    background: #009b44;
    width: 182px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: bold;
    font-size: 18px;
}

.learn-more {
    color: #8d77f1;
    background: #fff;
    margin-left: 30px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(197, 199, 224, 0.22);
    box-shadow: 0px 10px 20px 0px rgba(197, 199, 224, 0.22);
}

.btn-main:hover,
.form-submit:hover {
    color: #fff;
    background: #dba946;
    text-decoration: none;
}

.learn-more:hover {
    background: #8d77f1;
}


.navbar {
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default {
    padding-top: 0px;
    background-color: transparent;
    border-color: transparent;
}

.top-nav {
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(197, 199, 224, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(197, 199, 224, 0.2);
}

.nav-open {
    background-color: #121212;
}

.navbar-brand {
    padding: 5px;
    height: 100%;
    margin: 0;
    background: white;
    /* -webkit-box-shadow: 0px 0px 20px 0px rgba(197, 199, 224, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(197, 199, 224, 0.2);*/
}

.logo img.navbar-brand:hover{
    background-color: white;
}


.navbar > .container.navbar-brand,
.navbar > .container-fluid.navbar-brand {
    margin-left: 0;
}

.logo h3 {
    color: #009b45;
    margin: 5px;
    padding-top: 22px;
    display: inline-block;
    font-size:19px;
    font-weight:bold;
}

.navbar-right {
    margin-right: 0;
    margin-top: 20px;
}

.navbar-nav > li {
    margin-right: 25px;
    padding: 9px 0 0;
}

.navbar-nav > li:last-child {
    padding: 0;
    margin-right: 0;
}

.navbar-default .navbar-nav > li > a {
    padding: 0;
    color: #009a44;
    position: relative;
    line-height: 1.5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 18px;
    font-weight: bold;
    background: rgba(255, 255, 255, .9);
    border-radius: 30px;
    padding:0px 15px 2px 15px ;
   /* -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);*/
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #dba946;
    text-decoration: none;
    background-color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #dba946;
    background-color: white;
}

ul.navs.navbar-nav li a.click-close{
    background: #fff!important;
    border-radius: 30px;
    padding: 2px 25px;
}



/* Sign Up */

.navbar-default .navbar-nav > li > a.sign-up {
    width: 102px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #13ce67;
    border-radius: 25px;
}

.navbar-default .navbar-nav > li > a.sign-up:hover {
    background-color: #1aa85a;
}

.navbar-default .navbar-nav > .active > a.sign-up {
    color: #fff;
    background-color: #13ce67;
}


/* Dropdown */

li a i {
    margin-left: 5px;
}

.dropdown-menux{
    border-radius: 30px;
}

.dropdown-menu {
    top: 110%;
    padding: 5px 3px;
    margin: 0;
    background-color: #fff;
    border-radius: 20px;
    border: none;
    min-width: 160px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.dropdown-menu li.active a{
    background: #fdd580;
    color: white;
}

.dropdown-menu li.active a:hover {
    background: #fdd580;
    color: white;
}

.dropdown-menu > li > a {
    color: #009a44;
    line-height: 1.5;
    padding:5px 15px;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: white;
    border-radius: 20px;
    font-size: 17px;
    font-weight: bold;
    
}

.dropdown-menux > li:last-child > a {
    padding: 0;
}



.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #fdd480;
}

/* Navbar Toggle */

.navbar-toggle {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: 0 transparent;
    border-radius: 0;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

/* Menu Icon */

.menu-icon {
    width: 25px;
    height: 25px;
    display: none;
    cursor: pointer;
    z-index: 999;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

.menu-icon.change {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bar {
    background-color: #000;
    border-radius: 5px;
    width: 100%;
    height: 2px;
    -webkit-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

.menu-icon:hover .bar {
    background-color: #000;
}

.bar.half {
    width: 50%;
}

.bar.start {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transition: transform .3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -o-transition: transform .3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform .3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.change .bar {
    background-color: #000;
}

.change .bar.start {
    -webkit-transform: rotate(-90deg) translateX(0);
    -o-transform: rotate(-90deg) translateX(0);
    transform: rotate(-90deg) translateX(0);
}

.bar.end {
    align-self: flex-end;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transition: transform .3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -o-transition: transform .3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform .3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.change .bar.end {
    -webkit-transform: rotate(-90deg) translateX(-1px);
    -o-transform: rotate(-90deg) translateX(-1px);
    transform: rotate(-90deg) translateX(-1px);
}

/* Navbar Collapse */

.navbar-collapse {
    border-top: 0px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.brown {
    color: #dba946;
}

header {
    position: relative;
    background: white;
    padding-top: 0px;
    min-height: 100%;
    overflow: hidden;
}

header .content .container-text .header-text{
    margin: 150px 0;
}



header .contentx .container-text img{
    margin: 10px 0;
    background:;
}

.section-padding-none {
    margin-top: -180px;
}


/* Waves Bg */

.wave-purple,
.wave-white {
    position: absolute;
    width: 50%
}

.wave-purple {
    top: 0;
    right: 0;

}

.wave-white {
    bottom: 0;
    left: 0;
}


.bg{
    background: white!important;
}

.content {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}

/* Mockup */

.mockup {
    position: relative;
    right: 0;
    float: right;
    width: 35%;
    z-index: 2;

}


.item span {
    font-size: 50px;
    color: #8d77f1;
    margin-bottom: 30px;
}


.about-item-1 {
    margin-bottom: 200px;
}

.about-text {
    padding: 42px 70px 0 0;
}

.about-text p:first-of-type {
    margin-bottom: 30px;
}
.footer-link ul li {
    list-style: none;
}
.about-img-1 {
    width: 100%;
    height: 400px;
    border-radius: 1px;
    background: url('../images/fp-pic.png') no-repeat center center;
    background-size: cover;
    box-shadow: 0px 10px 20px 0px rgba(197, 199, 224, 0.22);
}

.about-item-2 .about-text {
    padding: 42px 0 0 70px;
}

.about-img-2 {
    width: 100%;
    height: 400px;
    border-radius: 1px;
    background: url('../images/fp-2.png') no-repeat center center;
    background-size: cover;
    box-shadow: 0px 10px 20px 0px rgba(197, 199, 224, 0.22);
}


.features {
    padding-bottom: 70px;
}

.features .item {
    margin-bottom: 30px;
}



.title-tex {
    float: left;
    padding-top: 8px;
}

.title-tex h3 {
    margin: 0;
}




ul.margin-left{
   margin-left: 20px;
}

/* Options */

ul {
    padding: 0;
    margin: 0;
    /*list-style: none;*/
}

.options ul li {
    margin-bottom: 15px;
}

.options ul li:last-child {
    margin-bottom: 0;
}

.options ul li p span {
    float: right;
    color: #13ce67;
}

.options ul li p:not(.not) {
    opacity: .6;
    text-decoration: line-through;
}

/* Button */

.pricing-item .button {
    text-align: center;
}

/*--- End Section Pricing ---*/

/*--- Start Section Trial ---*/

form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

input[type="text"],
input[type="email"],
input[type="password"],
.form-submit {
    color: #333;
    padding: 15px;
    margin-bottom: 30px;
    height: 40px;
    width: 100%;
    outline: 0;
    background-color: #f8f9fe;
    border: none;
    border-radius: 25px;
}

.form-submit {
    padding: 0;
    color: #fff;
    margin-bottom: 0;
    background-color: #8d77f1;
}


.password {
    position: relative;
}

.password span {
    position: absolute;
    right: 15px;
    line-height: 40px;
    top: 0;
}


/*--- End Section Trial ---*/

/*--- Start Scroll Top ---*/

.scroll-top {
    right: -20px;
    opacity: .3;
    bottom: 140px;
    display: none;
    position: fixed;
    cursor: pointer;
    z-index: 99999;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-top:hover {
    opacity: 1;
}

.scroll-top span {
    color: #333;
    cursor: pointer;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-top span:hover {
    color: #333;
}

.scroll-top .fa-chevron-left {
    top: 1px;
    margin-right: 37px;
}

.fa-chevron-left:after {
    position: absolute;
    content: '';
    height: 3px;
    top: 36%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-top span:hover .fa-chevron-left:after {
    background: #333;
    width: 30px;
}



footer {
    position: relative;
    padding-top: 50px;
    background: #f8f9fe;
}

.footer-wave-white {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

/* Starten */

.footer-img {
    margin-bottom: 25px;
}

.footer-title {
    margin-bottom: 33px;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li:last-child {
    margin-bottom: 0;
}
.item-c{
    background: #f3f5f7;
    margin:10px 0 ;
    padding: 10px;
    border-radius: 1%;
}
.item-c h3{
    color: #fe4012;
}


ul li a {
    color: #333;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 2px 3px;
    border-radius: 5px;
}

ul li a:hover {
    color: #000;
    background: rgba(255, 255, 255, .5);
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Subscribe */

.subscribe form {
    display: block;
}

.subscribe input[type="email"] {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4.5px 0.5px rgba(197, 199, 224, 0.25);
    box-shadow: 0px 0px 4.5px 0.5px rgba(197, 199, 224, 0.25);
}

.email {
    position: relative;
}

.subscribe button,
.input-search button,
.email button {
    position: absolute;
    right: 9px;
    line-height: 40px;
    top: 0;
    outline: 0;
    border: none;
    background-color: transparent;
}

.subscribe button:hover .fa-chevron-right,
.input-search button:hover .fa-chevron-right,
.email button:hover .fa-chevron-right {
    color: #8d77f1;
}

.subscribe button:hover .fa-chevron-right:after,
.input-search button:hover .fa-chevron-right:after,
.email button:hover .fa-chevron-right:after {
    background: #8d77f1;
    width: 30px;
}

/* Social */

.social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}

.social ul li:last-child {
    margin-right: 0;
}

/* Copy */

.copy {
    color: #fff;
    height: 100px;
    margin-top: 100px;
    background: #009b44;
    line-height: 100px;
}

.copy p {
    color: #fff;
    text-align: center;
}

.footer-text p{
    color: #333;
}


.header-blog {
    min-height: 200px;
    padding: 270px 0 130px;
    background: #f8f9fe;
    text-align: center;
}

.header-blog .title,
.header-blog .title h1 {
    margin: 0
}

/* breadcrumb */

.breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 0;
    background: transparent;

}

.breadcrumb a {
    color: #7a778a;
    text-decoration: none;
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.breadcrumb a:hover,
.breadcrumb > .active {
    color: #8d77f1;
}

.row-right {
    padding-left: 75px;
}

.row-margin {
    margin-bottom: 60px;
}

.nav:hover {
    cursor: pointer;
}

.nav-blog-single a {
    color: #7a778a;
    display: block;
    padding-top: 11px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav:hover a.back {
    color: #8d77f1;
    text-decoration: none;
}

.nav a.back .fa-chevron-left {
    margin-right: 37px;
}

.nav:hover a.back .fa-chevron-left {
    color: #8d77f1;
}

.nav:hover a.back .fa-chevron-left:after {
    background: #8d77f1;
    width: 30px;
}

/* Blog Post */

.blog-post .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.blog-post .row-center {
    margin: 0 auto;
}

.single-blog-text {
    margin: 0 auto;
}

.middle {
    margin-top: 40px;
}

/* Blockquote */

blockquote {
    padding: 0 15px 0;
    margin: 40px 0 40px 40px;
    font-size: 14px;
    border-left: 2px solid #8d77f1;
}






.blog-post-footer .tags,
.share {
    display: inline-block;
}

.share {
    float: right;
}

.share a,
.comment-footer-right a {
    color: #7a778a;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.share a:hover,
.comment-footer-right a:hover {
    color: #8d77f1;
}



textarea {
    color: #333;
    padding: 10px;
    margin-bottom: 30px;
    height: 180px;
    width: 100%;
    outline: 0;
    background-color: #f8f9fe;
    border: none;
    border-radius: 25px;
}


.page-404 {
    position: relative;
    min-height: 100%;
    padding-top: 150px;
}

.text-404 span {
    color: #8d77f1;
    font-size: 157px;
    font-weight: 900;
    margin-bottom: 20px;
    display: block;
}

.text-404 p {
    width: 71%;
}

.img-404 img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 52%;
}


.sign-up {
    text-align: center;
    padding: 250px 0;
}

.sign-up .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;

}

.sign-up-content {
    position: relative;
    z-index: 2;
}

.sign-up .logo {
    margin-bottom: 60px;
}

.sign-up .navbar-brand {
    float: none;
}

.sign-up form {
    display: block;
}

.sign-up input[type="text"],
.sign-up input[type="email"],
.sign-up input[type="password"] {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(197, 199, 224, 0.22);
    box-shadow: 0px 10px 20px 0px rgba(197, 199, 224, 0.22);
}

.sign-up .form-submit {
    background: #13ce67;
}

.sign-up .form-submit:hover {
    background: #1aa85a;
}




/* Account */

.account {
    margin-top: 25px;
}

.account p a {
    color: #8d77f1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.account p a:hover,
.Forgot-password a:hover {
    color: #6a56c5;
    text-decoration: none;
}



.log-in .form-submit {
    background: #8d77f1;
}

.log-in .form-submit:hover {
    background: #6a56c5;
}

.log-in-option {
    margin-top: 30px;
}



.forgot-password {
    float: right;
}

.sign-up-a p a {
    color: #13ce67;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sign-up-a p a:hover {
    color: #1aa85a;
}




@media (max-width: 1199px) {
    .works {
        padding-bottom: 70px;
    }
    .item {
        margin-bottom: 30px
    }

}


@media (max-width: 991px) {

    .h1 {
    font-weight: 900;
    font-size: 30px;
}
    /* Waves Bg */

    .mockup {
        width: 90%;
        position: relative;
        top: 40%;
    }
    .wave-purple,
    .wave-white{
        width: 0px;
    }

    .content {
        text-align: center;
        width: 100%;
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    /* about */
    .about-text,
    .about-item-2 .about-text {
        padding: 0;
        margin-bottom: 60px;
    }
    .about-item-2 .about-text {
        margin-bottom: 0;
    }
    .about-img-2 {
        margin-bottom: 60px;
    }
    /* Footer */
    footer {
        padding-top: 100px;
    }
    .footer-wave-white {
        width: 0;
    }
    .starten,
    footer .about,
    .work,
    .legal {
        text-align: center;
        margin-bottom: 30px;
    }
    .starten p,
    .subscribe input[type="email"] {
        width: 60%;
        margin: 0 auto;
    }
    .subscribe input[type="email"] {
        margin-bottom: 30px;
    }
    .subscribe {
        text-align: center;
    }
    .subscribe button {
        position: relative;
        right: 33px;
    }
  

   
}


@media (min-width: 768px) {
    /* Navbar*/
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
    .navbar-right .dropdown-menu {
        right: auto;
        left: -30px;
    }


}

@media (max-width: 768px) {
    .nav-blog-single .navbar-header {
        float: left;
    }
    .section-padding-none {
        margin-top: 0px;
    }

    .nav-blog-single .navbar-right {
        float: right !important;
    }
}

@media (max-width: 767px) {
    /* H1, H2 */
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 22px;
    }
    /* Navbar */
    .navbar-nav {
        margin: 0;
        
    }
    .navbar-default{
        background: white;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-top: 0;
        margin-left: 15px;
    }
    .menu-icon {
        display: flex;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-top .navbar-collapse:before {

        width: 100%;
        height: 100% !important;
        margin-top: 0px;
        margin-bottom: 50px;
        background: #fff;
        -webkit-transition: .2s;
        transition: .2s;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
       /* border: 0;
        margin: 0;
        padding: 80px 0 10px 20px;
        width: 100%;
        top: 0;
        right: 0;
        position: fixed;
        max-height: none;
        height: 100% !important;
        background-color: red;
        -webkit-transition: .2s;
        transition: .2s;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);*/
    }

    .navbar-fixed-bottom .navbar-collapse.in,
    .navbar-fixed-top .navbar-collapse.in {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .navbar-nav > li {
        margin-right: 0;
        margin-bottom: 25px;
        padding: 0;
    }
    .navbar-nav > li:nth-child(6),
    .navbar-nav > li:last-child {
        margin-bottom: 0;
    }
    .navbar-nav > li > a {
        font-size: 20px;
        font-weight: 900;
    }
    .navbar-default .navbar-nav > li > a.sign-up {
        display: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 1.5;
    }
    .navbar-default .navbar-nav > .active > a:before,
    .navbar-default .navbar-nav > .active > a:focus:before,
    .navbar-default .navbar-nav > .active > a:hover:before,
    .navbar-default .navbar-nav > .open > a:before,
    .navbar-default .navbar-nav > .open > a:focus:before,
    .navbar-default .navbar-nav > .open > a:hover:before,
    .navbar-default .navbar-nav > li > a:hover:before {
        width: 0;
    }

    .navbar-default{
        margin-top: 0px;
    }

    .dropdown-menu {
        padding: 10px 0 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #8d77f1;
    }

    /* Footer */
    .starten p,
    .subscribe input[type="email"] {
        width: 100%;
    }
  

   
}

@media (max-width: 480px) {
    /* H1 */
    h1 {
        font-size: 22px;
    }
    /* Navbar */
    .navbar-default {
        padding-top: 0px;
    }
    /* Buttons */
    .content .btn-main {
        display: block;
        margin: 0 auto 30px;
    }
    .learn-more {
        margin: 0;
    }

    .navbar-toggle.collapsed.menu-icon{
        margin-top: 28px;
    }

    .menu-icon.change {
        margin-top: 28px;
    }

    /* Testimonials */
    .testimonials .title {
        width: 200px;
    }

    /* Coming Soon */
    .count-title h1 {
        font-size: 33px;
    }
    /* Page 404 */
    .page-404 {
        padding-top: 100px;
    }
    .img-404 img {
        height: 23%;
    }
}

/*--- CSS Only For Firefox ---*/

@-moz-document url-prefix() {
    .fa-chevron-left::after,
    .fa-chevron-right::after {
        top: 45%;
    }
    .blog-nav .fa-chevron-left::after,
    .blog-nav .fa-chevron-right::after {
        top: 42%;
    }
    .checkbox:checked + label::after {
        top: 11px;
    }
}

footer {
    position: relative;
    padding-top: 240px;
    background: #fdd480;
    overflow: hidden;
}

.footer-tow:before {
    position: absolute;
    content: '';
    top: 0;
    border-top: 200px solid #fff;
    border-left: 99.1vw solid transparent;
}
