/*----------------------------------------------------------------------------------------
* Author        : Coderspoint
* Template Name : NewApp - One Page App Landing Page
* File          : NewApp main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */





/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. Hero area css

05. Price area css

06. Action area css

07. Service area css

08. Pricing area css

09. Testimonial area css

10. Why Choose area css

11. Subscribe area css

12. Client area css

13. Contact area css

14. Footer area css

-------------------------------------------------------------------------------------- */




@import url("../../../../fonts.googleapis.com/css-family=Roboto-Poppins-400,500,600.css")/*tpa=https://fonts.googleapis.com/css?family=Roboto|Poppins:400,500,600*/;


/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%
}

body {
    
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    /* font-weight: 600; */
    font-family: 'Poppins', sans-serif;
}

h3 {
    /* font-size: 20px; */
    /* margin-bottom: 20px; */
    /* text-transform: uppercase; */
    font:20px arial;
}

p {
    letter-spacing: 0px;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}



.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn, input[type='submit'] {
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 5px;
    letter-spacing: 0px;
    display: inline-block;
    transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1); 
}
 
.btn:hover, input[type="submit"]:hover {
    color: #b050ff;
    background: #fff;
    border: 1px solid #b050ff;
}

.btn-white {
    color: #b050ff;
    background: #fff;
}

.btn-white:hover {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.btn-trnsp {
    border: 1px solid #fff;
    background: transparent;
}

.btn-trnsp:hover {
    border: 1px solid #fff;
    background: #fff;
}

.btn-gry {
    color: #222;
    background: #f9f9ff;
    border: 1px solid #ececec;
}

.btn-gry:hover {
    color: #b050ff;
    background: #fff;
    border: 1px solid #b050ff;
}


.section-big {
    padding: 140px 0px;
}

@media (max-width: 767px) {
    .section-big {
        padding: 80px 0px;
    }
}

.section-small {
    padding: 50px 0px;
}

.section-title {
    margin: auto;
    max-width: 600px;
    margin-bottom: 60px;
}

.section-title h2 {
    margin-top: 0;
    font-size: 26px;
    line-height: 38px;
    text-transform: uppercase;
}

.section-title p {
}

.section-title.white h2,
.section-title.white p {
    color: #fff;
}




/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif)/*tpa=http://html.web-bean.net/newapp/assets/img/preloader.gif*/;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width: 100%;
}

.space {
    height: 30px;
}

.space-100 {
    height: 100px;
}




/* Gradient Color Background Css */

.green-bg {
   
    background: #673AB7;
   
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66cc99', endColorstr='#92d375',GradientType=1 );
}

.red-bg {
    box-shadow: 0px 10px 15px 0px rgba(255, 101, 165, 0.3); 
    background: rgb(255,101,165);
    background: -moz-linear-gradient(45deg,  rgba(255,101,165,1) 0%, rgba(255,101,165,1) 13%, rgba(255,107,154,1) 35%, rgba(255,134,106,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(255,101,165,1) 0%,rgba(255,101,165,1) 13%,rgba(255,107,154,1) 35%,rgba(255,134,106,1) 100%);
    background: linear-gradient(45deg,  rgba(255,101,165,1) 0%,rgba(255,101,165,1) 13%,rgba(255,107,154,1) 35%,rgba(255,134,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff65a5', endColorstr='#ff866a',GradientType=1 );
}

.gradient-bg {
    box-shadow: 0px 10px 15px 0px rgba(130, 137, 255, 0.3);
    background: rgb(129,138,255);
    background: -moz-linear-gradient(45deg,  rgba(129,138,255,1) 0%, rgba(129,138,255,1) 7%, rgba(139,132,255,1) 17%, rgba(180,107,255,1) 42%, rgba(201,99,249,1) 56%, rgba(217,99,236,1) 68%, rgba(241,105,208,1) 83%, rgba(254,113,188,1) 95%, rgba(255,116,182,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(129,138,255,1) 0%,rgba(129,138,255,1) 7%,rgba(139,132,255,1) 17%,rgba(180,107,255,1) 42%,rgba(201,99,249,1) 56%,rgba(217,99,236,1) 68%,rgba(241,105,208,1) 83%,rgba(254,113,188,1) 95%,rgba(255,116,182,1) 100%);
    background: linear-gradient(45deg,  rgba(129,138,255,1) 0%,rgba(129,138,255,1) 7%,rgba(139,132,255,1) 17%,rgba(180,107,255,1) 42%,rgba(201,99,249,1) 56%,rgba(217,99,236,1) 68%,rgba(241,105,208,1) 83%,rgba(254,113,188,1) 95%,rgba(255,116,182,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818aff', endColorstr='#ff74b6',GradientType=1 );
}



/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.menu-area {
    height: 75px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.menu-area.sticky-menu {
    background: #5f00b3;
    /* background: -moz-linear-gradient(45deg,  rgba(255,116,182,1) 0%, rgba(254,113,188,1) 5%, rgba(241,105,208,1) 17%, rgba(217,99,236,1) 32%, rgba(201,99,249,1) 44%, rgba(180,107,255,1) 58%, rgba(139,132,255,1) 83%, rgba(129,138,255,1) 93%, rgba(129,138,255,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(255,116,182,1) 0%,rgba(254,113,188,1) 5%,rgba(241,105,208,1) 17%,rgba(217,99,236,1) 32%,rgba(201,99,249,1) 44%,rgba(180,107,255,1) 58%,rgba(139,132,255,1) 83%,rgba(129,138,255,1) 93%,rgba(129,138,255,1) 100%);
    background: linear-gradient(45deg,  rgba(255,116,182,1) 0%,rgba(254,113,188,1) 5%,rgba(241,105,208,1) 17%,rgba(217,99,236,1) 32%,rgba(201,99,249,1) 44%,rgba(180,107,255,1) 58%,rgba(139,132,255,1) 83%,rgba(129,138,255,1) 93%,rgba(129,138,255,1) 100%);
    */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff74b6', endColorstr='#818aff',GradientType=1 ); 

}

.sticky-menu {
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1); 
}

.mainmenu {
    margin-top: 12px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
}

.nav.navbar-nav.navbar-right {
    margin-right: 0;
}

.navbar-brand {
    padding: 0;
    font-size: 36px;
    display: flex;
    color: #b050ff;
    align-items: center;
    text-transform: uppercase;
}

.navbar-brand span {
    color: #f45e58;
}

.navbar-brand:hover {
    color: #b050ff;
}

.navbar-nav  li {
    float: none;
    display: inline-block;
}

.navbar-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.navbar-nav a.btn {
    color: #fff;
    padding: 10px 25px;
    margin-left: 20px;
}

.navbar-nav a.btn:hover {
    color: rgb(255,101,165);
    background: #fff;
    border: 1px solid rgb(255,101,165);
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}

.mainmenu .navbar-nav li.active a {}

/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #fff;
}






/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */

.slider-area {
    min-height: 400px;
    /* background-image: url("../img/bg/slider-bg.png")
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;  */
    background:#7808da
}

.slider-area .carousel,
.slider-area .carousel-inner,
.slider-area .item {
    height: 100%;
}

@media (min-width: 992px) {
    .slider-area {
        height: 100%;
      
    }
}

.intro-text {
    text-align: left;
    color: #fff;
}

.intro-text h1 {
    color: inherit;
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    margin-top: 0px;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}

.intro-text p {
    color: inherit;
    margin-bottom: 40px;
}

.line-through {
    text-decoration: line-through;
}



.intro-text .dwnld-btn {
    margin-top: 20px;
    display: inline-block;
    margin-right: 20px;
}

@media (min-width: 992px) {
    .intro-text-box {
        display: table;
        transform: translate(0%, 50%);
    }
}

.dwnld-btn img {
    width: 150px;
    height: auto;
}

.dwnld-btn.appstore img {
    padding-top: 1px;
}

.intro-img {
    text-align: center;
}

@media (max-width: 991px) {
    .intro-text {
        margin: 80px auto;
        text-align: center;
    }
    .intro-img img {
        margin-bottom: 30px;
    }
    .hero-overlay h2 {
        margin-top: 0px;
        font-size: 1.5em;
    }
}


#carousel-example-generic .animated {
    animation-delay: .5s;
}

#slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 2px 4px;
    border-radius: 10px;
    background-color: #ddd;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border: none;
}

#slider .carousel-indicators li.active {
    width: 30px;
    background-color: rgb(102,204,153);
}





/* ----------------------------------------------------------------------------------------
*                               04. Hero area css
* ---------------------------------------------------------------------------------------*/
.hero-box-area {}

.hero-box {
    margin-top: 30px;
    padding: 40px 30px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(../img/bg/hero-box-bg.png)/*tpa=http://html.web-bean.net/newapp/assets/img/bg/hero-box-bg.png*/;
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1); 
}

.hero-box i.fa,
.hero-box span.lnr {
    color: #fff;
    float: left;
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px;
    margin-right: 15px;
}

.hero-box p {
    margin-top: 40px;
    margin-bottom: 0px;
}





/* ----------------------------------------------------------------------------------------
*                                   05. Feature area css
* --------------------------------------------------------------------------------------- */
.feature-area {
    background-color: #f9f9ff;
    background-image: url("../img/bg/feature-bg.png")/*tpa=http://html.web-bean.net/newapp/assets/img/bg/feature-bg.png*/;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.feature-box {
    margin-top: 20px;
    padding: 40px 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1); 
}

.feature-box i.fa,
.feature-box span.lnr {
    color: #fff;
    float: left;
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    margin-right: 15px;
}

.feature-box p {
    margin-bottom: 0;
}

.feature-content {
    overflow: hidden;
}

.feature-content h3 {
    position: relative;
    margin-top: 0px;
}

.feture-img {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .feture-img {
        margin-bottom: 30px;
        margin-top: 0px;
    }
    .feture-img img {
        width: 100%;
    }
}






/* ----------------------------------------------------------------------------------------
*                                   05. Video area css
* --------------------------------------------------------------------------------------- */
.video-area {
    background-image: url("../img/bg/video-bg.png")/*tpa=http://html.web-bean.net/newapp/assets/img/bg/video-bg.png*/;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 60px;
    position: relative;
}

.video-area  .section-title {
    max-width: 700px;
}

@media (max-width: 767px) {
    .video-area .section-title {
        max-width: 600px;
    }
}

.video-content {
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 45%);
}

.video-content a.popup-youtube i.fa,
.video-content a.popup-youtube span.lnr {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 35px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 500px;
}





/* ----------------------------------------------------------------------------------------
*                                   05. Price area css
* --------------------------------------------------------------------------------------- */
.pricing-area {
    padding-top: 160px;
}

.pricing-area .section-title {
    margin-top: 150px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .pricing-area .section-title {
        margin-top: 70px;
    }
}
@media (max-width: 767px) {
    .pricing-area .section-title {
        margin-top: 0px;
    }
}

.pricing-area .section-title p {
    margin-top: 30px;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .pricing-area .section-title {
        max-width: 480px;
        margin-left: 0px;
    }
}

.price-item {
    margin-top: 30px;
    padding: 60px 30px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    transition: 0.3s ease-out;
    box-shadow: 0px 2px 80px #2c00525c;
    border: 2px solid #cf98ff;
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item h3 {
    margin-top: 0px;
}

.price-item p.desc {}

.price span {
    font-size: 15px;
    color: #777;
}

.price-item p.price {
    margin-top: 35px;
    font-size: 42px;
    font-weight: 600;
    line-height: 42px;
    color: #000;
    text-shadow: 0px 5px 20px rgba(102, 204, 153, 0.3);
}

.price-item.featured .price {
    color: rgb(255,101,165);
    text-shadow: 0px 5px 20px rgba(255, 101, 165, 0.3);
}

.price-item .features {
    margin: 30px 0;
}

.price-item .features li {
    padding: 5px 0;
}

.price-item a.btn {
    display: inline-block;
}







/* ----------------------------------------------------------------------------------------
*                                   06. Action area css
* --------------------------------------------------------------------------------------- */
.action-area {
    color: #fff;
    position: relative;
    background-image: url("../img/bg/cta-bg.png")/*tpa=http://html.web-bean.net/newapp/assets/img/bg/cta-bg.png*/;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

@media (min-width: 1200px) {
    .action-area .content-box {
        margin-left: 100px;
    }
}

.action-area .content-box h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.action-area .content-box p {
    margin-top: 30px;
    margin-bottom: 40px;
}

.action-area .btn-set .btn {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
}





/*----------------------------------------*/
/*     Screenshot Area Css                  
/*----------------------------------------*/

.screenshot-area {    
    background-image: url("../img/bg/screen-bg.png")/*tpa=http://html.web-bean.net/newapp/assets/img/bg/screen-bg.png*/;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*.screenshots {
    width: 240px;
    padding: 14px 0px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0,0,0, 0.1);
}*/

/*.screenshots:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 50%;
    width: 280px;
    height: 100%;
    transform: translate(-50%, 0%);
    z-index: 9;
    background-image: url(../img/bg/screen-carousel-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.screenshots.owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate( 50%, 0% );
}

.screenshots.owl-theme .owl-controls .owl-page {
    display: block;
    float: none;
    clear: both;
}

.screenshots.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 15px;
    margin: 4px 2px;
}

.screenshots.owl-theme .owl-controls .owl-page.active span {
    height: 30px;
}*/

.screen {
    margin: 0 15px;
    overflow: hidden;
    text-align: center;
}

.screen img {
    border-radius: 20px;
}










/* ----------------------------------------------------------------------------------------
*                                08. Testimonial area css
* --------------------------------------------------------------------------------------- */
.testimonial-area .section-title {
    margin-bottom: 0px;
}

.single-testimonial {
    padding: 25px;
    margin: 50px 20px;
    margin-bottom: 35px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 30px 0px rgba(153, 153, 153, 0.2);
}

.single-testimonial i.fa,
.single-testimonial span.lnr {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    color: rgb(255,101,165);
}

.single-testimonial i.fa.fa-quote-right {
    margin-left: 10px;
}

.single-testimonial p:not(.desg) {
    text-align: left;
    overflow: hidden;
}

.single-testimonial img {
    border-radius: 100px;
    float: left;
    margin-right: 25px;
    margin-bottom: 30px;
}

.single-testimonial .desg {
    font-size: 12px;
    line-height: 30px;
    background: #fff;
    margin: 0;
}

.desg strong {
    color: #444;
    font-size: 16px;
    margin-right: 5px;
}

.owl-theme .owl-controls {
    height: 20px;
    margin-top: 30px;
}

.testimonial-list .owl-controls {
    margin-top: 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background: #777;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 25px;
    background: none;
    padding: 5px;
}

.owl-pagination {
    text-align: center;
}
.owl-pagination .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 2px 4px;
    border-radius: 10px;
    background-color: #ddd;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.owl-pagination .owl-page.active span {
    width: 30px;
    background-color: rgb(255,101,165);
}






/* ----------------------------------------------------------------------------------------
*                                   11. Client area css
* --------------------------------------------------------------------------------------- */
.client-area {
    border-top: 1px solid #eee;
}

.owl-client .item {
    margin: 0 7px;
}

.owl-client .item img {
    width: auto;
    max-width: 100%;
    padding: 0 15px;
}





/* ----------------------------------------------------------------------------------------
*                                10. Subscribe area css
* --------------------------------------------------------------------------------------- */
.subscribe-area {
    background-image: url("../img/bg/subscribe-bg.png")/*tpa=http://html.web-bean.net/newapp/assets/img/bg/subscribe-bg.png*/;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.subscribe-box {
    text-align: center;
    position: relative;
}

.subscribe-box h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.subscribe-box p {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    margin-bottom: 20px;
}

.newsletter-form {
    margin: auto;
    margin-top: 50px;
    max-width: 570px;
}

.newsletter-form input {
    float: left;
    width: 70%;
    height: 45px;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}

.newsletter-form input,
.newsletter-form input:focus {
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1); 
}

.newsletter-form .mc-submit {
    float: left;
    height: 45px;
    width: 29.9%;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    margin-left: -2px;
}

.newsletter-form .mc-submit:hover {}

.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-success{
    color: #fff;
}

.mailchimp-error{
    color: red;
}






/* ----------------------------------------------------------------------------------------
*                                   12. Contact area css
* --------------------------------------------------------------------------------------- */

.contact-form {}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #777;
}

.address {}


.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 2px 15px;
    color: #fff;
    border: 1px solid #555;
    background-color: #404040;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    border-radius: 0px;
}

.contact-form .form-group {
    margin-bottom: 10px;
}

.form-control:focus {
    outline: 0;
    border-color: rgb(255,101,165);
    box-shadow: none;
}

.contact-form textarea#message {
    height: 80px;
    padding-top: 10px;
}

#submitButton {
    float: right;
}

#submitButton:hover {}

.success {
    color: #fff;
    padding: 10px;
    font-weight: 500;
    text-align: center;
}

.error {
    padding: 10px;
    color: #ff0000;
    font-weight: 500;
    text-align: center;
}

.contact-info {
    margin-bottom: 30px;
}

.address span.lnr, 
.address i.fa {
    width: 40px;
    float: left;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    display: inline-block;
}









/* ----------------------------------------------------------------------------------------
*                                   13. Footer area css
* --------------------------------------------------------------------------------------- */
.footer-widget-area {
    color: #777;
    background-image: url("../img/bg/footer-bg.png")/*tpa=http://html.web-bean.net/newapp/assets/img/bg/footer-bg.png*/;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.footer-bottom-area {
    color: #777;
    background: #2a2a2a;
    padding: 30px 0px;
}

.footer-bottom-area p {
    margin: 0px;
}

footer a {
    color: #777;
}

footer a:hover {
    color: rgb(255,101,165);
}

@media (min-width: 768px) {
    .social-links{
        float: right;
    }
}

.social-links li {
    list-style: none;
    float: left;
    line-height: 30px;
}


.social-links li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    .footer-bottom-area {
        text-align: center;
    }
    .footer-bottom-area .social-links {
        float:none;
        display:table;
        margin: auto;
    }
}

.footer-widget h2,
.footer-widget h3 {
    color: #fff;
    margin-bottom: 40px;
}

.footer-widget i.fa,
.footer-widget span.lnr {
    color: rgb(194, 124, 255);
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget ul li {
    margin-bottom: 7px;
}







/* --------------------------------------------------------------------------------
*                                   Responsive CSS
* ------------------------------------------------------------------------------- */


/* Medium Layout */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
}
/* Medium Layout */





/* Tablet Layout */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Mobile Menu Css Starts */
    .navbar-nav li a {
        padding: 15px 5px;
    }
    /* Mobile Menu Css Ends */



}
/* Tablet Layout */




/* Mobile Layout */

@media only screen and (max-width: 767px) {
    
    /* Mobile Menu Css Starts */
    .navbar-toggle {
        margin-right: 0px;
       
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        background: #fff;
        margin-top: 15px;
        box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1); 
        padding-bottom: 30px;
    }
    .navbar {
        min-height: 0px;
      
    }
    .mainmenu .navbar-nav {
        margin: 0;
    }
    .mainmenu .navbar-nav li {
        float: none;
        display: block;
    }
    .mainmenu .navbar-nav li a {
        padding: 11px 15px;
        color: inherit;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
    }
    /* Mobile Menu Css Ends */



    /* Slider Css Starts */
    .intro-text {
        padding: 0 15px;
    }
    .intro-text h1 {
        /* font-size: 28px;
       // line-height: 50px;
        margin-bottom: 10px; */
        font: 28px arial;
    }
    /* Slider Css Ends */

    


    
}


/* Small Mobile Layout */
@media only screen and (max-width: 480px) {
    .login-box{
        width:100%;
        height:100%;
        background:#fff;
    }

    .login-box > .login{
        box-shadow: 0px 5px 30px #fff;
    }
}






/* 
#output{position:relative; padding:15px; column-gap:15px; column-count:7;}
#output > div{border-radius:3px; overflow:hidden;}
.menu-button{display:none; width:40px; height:40px; overflow:hidden; background:none; border:none; position:fixed; right:15px; top:18px; }
.user-option{position:fixed; top:17px; right:17px; height:35px; overflow:hidden; width:100px; background:none; border:none; padding:5px;}
.add-listing{display:block; position:fixed; top:14px; right:14px; text-decoration:none; width:260px; border-radius:3px; background:#54a953;  color:#fff; border:none;  overflow:hidden; padding:11px;}
*{box-sizing:border-box;}
.top-panel{width:100%; height:70px; background:#fff;box-shadow:0px 2px 10px #00000026; z-index: 1; position:fixed; left:0; top:0;}
.left{width:22%; height:100%; background:#00799e; overflow:auto; padding-bottom:70px;  position:fixed; left:0; top:70px;}
.left > ul{margin:0; padding:0; border-bottom:1px solid #066482; border-top:1px solid #378ea9;}
.left > ul > li{list-style:none; border-left: 5px solid #00799e;}
.left > ul > li:hover{ border-left: 5px solid #fff;}
.left > ul > li > h3{ color:#004256; font:bold 13px arial; padding:15px;}
.left > ul > li > a{padding:15px; display:block; color:#d8d8d8; text-decoration:none; font-family:arial;}
.left > ul > li > a:hover{ color:#fff;}

.contents{padding-bottom:100px; padding-bottom:70px; width:78%; height:100%; overflow:auto;  position:fixed; display:block; right:0; top:70px;}
.contents > .upload{background:#fff; width:100%;  overflow:hidden;   border-radius:3px; padding:30px; }
.contents > .upload > .dropdown{background:#fff; width:100%; display:flex;  border-radius:3px; align-items:center; justify-content:center; border:2px dashed #d0d0d0; }
.contents > .upload > .dropdown > h2{color:#999; margin:0; padding:0; font:16px arial; cursor:pointer;}
.top-panel > h3{line-height:70px; padding-left:20px; position:relative; }
textarea{width:100%; height:100px; border-radius:3px; border:1px solid #d0d0d0; padding:15px;}

.upload > .form{column-count:3; column-gap:20px;}
.upload > .form > div{background:#fff; width:100%; height:auto; overflow:hidden;  border-radius:3px;}
.upload > .form > div > input, select{width:100%;  padding:16px; border:none; outline:none; border:1px solid #e8e7e7;}
.upload > div > div > div .form-control{ width:100%;  padding:16px; border:none; outline:none; border:1px solid #e8e7e7;}
.upload > div > div > div{  padding-left:25px;}
label{padding:15px; display:block;}

.upload > .form-2{column-count:2;}



.view-listing{display:flex; width:100%; align-items:center; column-count:1; border-bottom:1px solid #e8e7e7; background:#fff; border-radius:3px; overflow:hidden;}

.view-listing > .image-box{width:20%;}
.view-listing > .image-box > img{width:100%; border-radius:3px;}
.view-listing > .view-text{width:50%; padding-left:15px;}
.view-listing > .view-text > h3,p{font-family:arial;}
.view-vernagir{font:23px arial; padding-bottom:20px;  border-bottom:1px solid #e8e7e7;}
.view-option{display:block; align-items:center;}
.view-option > button{
	width:100%; background:none; border:none; padding:5px; position:relative;
}
.view-option > button > img{
	position:absolute; left:10px; width:16px;
}
.date{width:20%;}

.admin-home-options{display:grid; grid-template-columns:repeat(4, 1fr); grid-gap:15px;}
.admin-home-options > .admin-home-location,.admin-home-views,.admin-home-message,.admin-home-sirt{height:150px; border-radius:3px; display:block;}
.admin-home-options > .admin-home-location{background:#28a745;}
.admin-home-options > .admin-home-views{background:#ffc107;}
.admin-home-options > .admin-home-message{background:#f0151f;}
.admin-home-options > .admin-home-sirt{background:#343a40;}

.admin-home-options > div > h2{color:#fff; font:bold 40px arial; padding-left:30px; margin:0px; padding-top:40px;}
.admin-home-options > div > p{padding-left:30px; margin:0px; color:#fff; font: 18px arial;}


.view-profile-box{display:grid; grid-template-columns:200px 2fr;}
.view-profile-box-input{display:grid; grid-template-columns:1fr;}
.button-success{display:none; margin-top:15px; text-decoration:none; width:100%; border-radius:3px; background:#54a953;  color:#fff; border:none;  overflow:hidden; padding:11px 30px;}
.button-success-1{display:block; margin-top:15px; text-decoration:none; width:22%; border-radius:3px; background:#009e89;  color:#fff; border:none;  overflow:hidden; padding:11px 30px;}

.view-profile-image-box{width:100%; height:200px; padding-right:25px; display:flex; justify-content:center; align-items:center; border-radius:3px; border:2px dashed #d0d0d0;}


@media only screen and (max-width: 1366px) {
	.upload > .form-2{column-count:2;}
	.upload > .form{column-count:2;}
	.left{width:35%;}
	.contents{width:65%; padding-bottom:100px;}
	
	.view-listing{ width:100%; align-items:none; column-count:1; border-bottom:1px solid #e8e7e7; background:#fff; border-radius:3px; overflow:hidden;}
	.view-listing > .image-box{width:40%;}
	.view-listing > .view-text{width:40%;}
	.view-listing > .view-option{width:20%;}
	.view-option > button{width:100%; background:none; border:none; padding:5px; position:relative;}
	.view-option > button > img{position:absolute; left:5px; width:14px;}
	.date{display:none;}
	
	.admin-home-options{display:grid; grid-template-columns:repeat(2, 1fr);}
	
	.view-profile-box{display:grid; grid-template-columns:1fr;}
	.view-profile-box-input{display:grid; grid-template-columns: 1fr;}
	.button-success{display:none;}
	.button-success-1{display:block; width:100%;}
	.upload > div > div > div{padding:0;}
	
	#output{column-count:6;}

}

@media only screen and (max-width: 1024px) {
	.upload > .form-2{column-count:2;}
	.upload > .form{column-count:2;}
	.left{width:40%;}
	.contents{width:60%;}
	.view-option > button{ padding:10px;}
	.view-listing > .view-text > h3,p{font-size:16px;}
	.view-option > button > img{position:absolute; left:5px; width:10px;}
	
	.admin-home-options{display:grid; grid-template-columns:repeat(2, 1fr);}
	
	.view-profile-box{display:grid; grid-template-columns:1fr;}
	
	
	#output{column-count:5;}

}

@media only screen and (max-width: 812px) {
	.contents > .upload{padding:18px;}
	.upload > .form-2{column-count:1;}
	.upload > .form{column-count:1;}
	.left{width:100%; z-index:0;}
	.contents{width:100%; padding:0px; padding-bottom:70px;}
	.add-listing{display:none; }
	.user-option{right:60px;}
	.left-block{display:block; z-index:2;}
	.left-none{display:none; z-index:1;}
	.menu-button{display:block;}
	.view-listing > .view-option{width:10%; height: 120px;}
	.view-listing > .view-text{width:50%;}
	.view-listing > .view-text > h3,p{font-size:19px;}
	.view-vernagir{font:23px arial; padding-bottom:20px;  border-bottom:1px solid #e8e7e7;}
	.view-option > button{width:100%; font-size:11px; background:none; border:none; outline:none; padding:18px 10px; position:relative;}
	.view-option > button > img{position:absolute; left:5px; width:18px;}
	.view-option > button > span{display:none;}
	
	.admin-home-options{display:grid; grid-template-columns:repeat(2, 1fr);}
	
	.view-profile-box{display:grid; grid-template-columns:1fr;}
	#output{column-count:4;}
	.footer > h3{font-size:13px;}
}

@media only screen and (max-width: 600px) {
	.contents > .upload{padding:18px;}
	.upload > .form-2{column-count:1;}
	.upload > .form{column-count:1;}
	.left{width:100%; z-index:0;}
	.contents{width:100%; padding:0px; padding-bottom:70px;}
	.add-listing{display:none;}
	.user-option{right:60px;}
	.left-block{display:block; z-index:2;}
	.left-none{display:none; z-index:1;}
	.menu-button{display:block;}
	
	.view-listing > .view-option{width:10%; height:80px;}
	.view-listing > .view-text{width:50%;}
	.view-listing > .view-text > h3,p{font-size:13px;}
	.view-vernagir{font:23px arial; padding-bottom:20px;  border-bottom:1px solid #e8e7e7;}
	.view-option > button{width:100%; font-size:11px; background:none; border:none; outline:none; padding:8px; position:relative;}
	.view-option > button > img{position:absolute; left:5px; width:12px;}
	.view-option > button > span{display:none;}
	
	.admin-home-options{display:grid; grid-template-columns:repeat(1, 1fr);}
	
	.view-profile-box{display:grid; grid-template-columns:1fr;}
	#output{column-count:3;}
	.footer > h3{font-size:13px;}
}

@media only screen and (max-width: 320px) {
	.contents > .upload{padding:18px;}
	.upload > .form-2{column-count:1;}
	.upload > .form{column-count:1;}
	.left{width:100%; z-index:0;}
	.contents{width:100%; padding:0px; padding-bottom:70px;}
	.add-listing{display:none;}
	.user-option{right:60px;}
	.left-block{display:block; z-index:2;}
	.left-none{display:none; z-index:1;}
	.menu-button{display:block;}
	
	.view-listing > .view-option{width:10%; height:80px;}
	.view-listing > .view-text{width:50%;}
	.view-listing > .view-text > h3,p{font-size:13px;}
	.view-vernagir{font:23px arial; padding-bottom:20px;  border-bottom:1px solid #e8e7e7;}
	.view-option > button{width:100%; font-size:11px; background:none; border:none; outline:none; padding:8px; position:relative;}
	.view-option > button > img{position:absolute; left:5px; width:12px;}
	.view-option > button > span{display:none;}
	
	#output{column-count:2;}
	
	
	.footer > h3{font-size:13px;}
}


	
.upload > ul{margin:0; padding:0;}
.upload > ul > li{list-style:none;}
.upload > ul > li > a{padding:15px; font-family:arial; display:block; text-decoration:none; color:#444;} */










