
/******************      DEFAULT SETTING    ******************/
*:focus
{outline:0;}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background{
    background: white;
}

.project {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.section-title{
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 36px;
}

.container-fluid{
  display:table;
  width: 100%;
  padding: 0;
}

.vertical-center{
    height: 100%;
    display:table-cell;
    vertical-align: middle;
}

.gap{
    margin-top: 20px;
    margin-bottom: 20px;
}
.gap-big{
    margin-top: 40px;
    margin-bottom: 30px;
}
.gap-bottom{
    margin-bottom: 40px;
}

.gap-top{
    margin-top: 40px;
}

.text-right-center{
    text-align: right;
}
.text-left-center{
    text-align: left;
}
.pull-right-center{
    float: right;
}

.text-title{
    font-size: 30px;
}
.text-subtitle{
    font-size: 20px;
}
.text-subtitle-sub{
    font-size: 18px;
    line-height: 1.4em;
}
.text-light{
    font-weight: 400;
}

.text-body{
    font-size: 15px;
    line-height: 1.6em;
}

.text-black{
    color: black;
}
.text-white{
    color: white;
}

.background-grey{
    background: #f4f4f4;
}


@media (max-width: 990px) {
.text-right-center{
    text-align: center;
}
.text-left-center{
    text-align: center;
}
.pull-right-center{
    float: none;
}
}

/******************      BUTTON    ******************/


.btn{
    padding-top: 8px;
}

.btn-knockout{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    padding: 10px 40px;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid white;
    margin: 10px;
}

.btn-knockout:hover{
    background: #2bde73;
    color: #1b432b;
    border-color: #2bde73;
}

.btn-green{
    background: #2bde73;
    padding: 8px 30px;
    font-weight: 400;
    font-size: 14px;
    color: white;
    width: 100%;
}

.btn-green-small{
    background: #2bde73;
    padding: 8px 30px;
    font-weight: 400;
    font-size: 14px;
    color: white;
    width: 150px;
}

.btn-green:hover,
.btn-green-small:hover{
    background-color: #3c3c3c;
    color: white;
}

.btn-green-title{
    background: #2bde73;
    padding: 10px 40px;
    font-weight: 400;
    font-size: 16px;
    color: #1b432b;
}

.btn-green-title:hover{
    background-color: rgba(255, 255, 255, 0);
    color: white;
    border: 1px solid white;
}


.btn-grey{
    background: white;
    border: 1px solid #a3a3a3;
    color: #777777;
    font-size: 12px;
    display: block;
    margin: 20px 0;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0 8px;

}

.btn-grey:hover{
    background: #606060;
    color: white;
}

.btn-blue{
    background: #3b5998;
    border-color:rgba(0,0,0,0.2);
    height: 36px;
    color: white;
}

.btn-blue:hover{
    background: #2c4374;
    color: white;
}

.btn-grey-fill{
    background: #a5a5a5;
    border: 1px solid #a3a3a3;
    color: #ffffff;
    font-size: 12px;
    display: block;
    margin: 20px 0;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0 8px;

}

.btn-grey-fill:hover{
    background: #606060;
    border: 1px solid transparent;
    color: white;
}



/******************      Navigation    ******************/

#nav{
    height: 70px;
    display: block;
    position: fixed;
    top:0;
    background-color: white;
    width: 100%;
    z-index: 1000;
}

.nav-menu li a{
    font-family: 'Hind Guntur', sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    padding: 15px 14px 14px 15px;
    border-bottom: 5px solid transparent;
    margin-top: 17px;
}
.navbar-default .navbar-nav>li>a{
    color: #575757;
}

.nav-menu a:hover{
    border-bottom: 5px solid #2bde73;
}


.navbar-default{
    background: rgba(0)
}

#nav-admin-btn{
    text-align: right;
}

.navbtn-white{
    background: white;
    border: 1px solid #a3a3a3;
    color: #777777;
    font-size: 12px;
}

.navbtn-white:hover{
    background: #606060;
    border:  1px solid transparent;
    color: white;
}

.navbtn-green{
    background: #2bde73;
    color: white;
    font-size: 12px;
    text-decoration: none;
}

.navbtn-green:hover{
    background: #606060;
    color: white;
}


.sign-in-btn img{
    margin-right:5px;
    margin-top: -3px;
}

#header-logo{
    width: 200px;
    margin-top: 15px;
    margin-right: 10px;
}

.nav-hidden{
    display: none !important;
}

@media (max-width: 767px) {
    .nav-hidden{
        display: block !important;
    }
    .navbar-right{
        float: right;
        position: absolute;
    }

    .navbar-header{
        display: inline-block;
        position: absolute;
        top: -45px;
        right: 15px;
    }

    #navbar-collapse-1{
        position: relative;
        top: 10px;
        width: 100%;
        background: white;
        margin: 0;
        border-radius: 0 0 3px 3px;
        overflow-y: hidden;
    }

    .nav-menu li a{
        text-align: center;
        padding: 10px;
        margin: 10px;
    }

    #nav-admin-btn {
    display: none;
    }

}

.nav>li>a:focus, .nav>li>a:hover{
    background-color:#fff;
}

.nav-user{
    margin-top: 12px;
    margin-left: 5px;
}

.nav-user>a{
    color: #656565;
    font-weight: 400;
}
.nav .open>a:focus,
.nav .open>a:active,
.nav .open>a:hover{
    background-color:#fff;
}
.btn-submit{
    font-size: 13px;
    margin-top: 16px;
    padding: 10px 15px;
    border: 1px solid #2bde73;
    border-radius: 5px;
    font-weight: 500;
}

.btn-submit:hover{
    border: 1px solid #606060;
}

.navbar-nav .btn-submit{
    margin-top: 10px;
    margin-right: 5px;
}

.sign-in-btn button{
    font-size: 13px;
    padding: 10px 12px;
}

@media (max-width: 994px) {
    .nav-hidden-about{
        display: none !important;
    }
}
@media (max-width: 767px) {
    .nav-hidden-about{
        display: block !important;
    }
}

.btn-knockout-submit:hover{
    background: #26844c;
    color: white;
    border-color: #26844c;
}

.navbar-fixed-top .navbar-collapse{
    max-height:none;
}


/******************      FOOTER    ******************/
#footer{
    display: block;
    background-color: #000;
    color: white;
}

.foot{
    padding-top: 30px;
}

.foot ul{
    padding: 0;
}
.foot li{
    list-style: none;
    margin: 8px 0;

}

.foot a{
    color: white;
}

.subscribe-tagline{
    font-size: 20px;
    font-family: 'Hind Guntur', sans-serif;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 5px;
}

.btn-social-icon:hover{
    color: #2bde73;
}

.subscribe-btn{
    background: #2bde73;
    border: 1px solid #2bde73;
    height: 38px;
    border-radius: 3px;
}

.subscribe-btn:hover{
    background: #606060;
    border: 1px solid white;
    color: white;
}


.subscribe-box{
    color: #585858;
    background-color: #ffffff;
    height: 38px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 6px 7px 6px 7px;
    margin-bottom: 5px;
}

.foot-line{
    height: 1px;
    background: #343333;
    margin:20px 0;
}

.foot-credit{
    margin-top:23px;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 12px;
    color: #afafaf;
}
.foot-credit-text{
    margin-top:23px;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 12px;
    color: #afafaf;
}

.foot-social-icon{
    margin-top:10px;
    margin-bottom: 10px;
    padding-left: 0;
}

.foot-credit img{
    width: 50px;
}

.clean-padding{
    margin: 0;
    padding: 0;
    border: 0;
}


@media (max-width: 767px) {
    .foot-credit{
        text-align: center;
    }
    .foot-credit-text{
        padding-left: 10px;
    }

    .subscribe-tagline{
    text-align: center;
}

    .foot-social-icon{
    text-align: center;
    padding: 0;
    }
}




/******************      HERO BANNER    ******************/

.hero-banner {
    margin-top: 70px;
}

.hero-banner h2{
    font-size: 16px;
    line-height: 1.8em;
}




/******************      HOME PAGE    ******************/

.home-title {
    font-size:24px;
    color: #5d5d5d;
}

.item h1{
    font-size: 40px;
}

/******************      PROJECT ITEMS    ******************/
.project{
    background-color: rgb(255, 255, 255);
    margin: 15px 0;
    padding: 0;
    width: 100%;
    border: 1px solid rgb(234, 234, 234);
    box-shadow: 0 2px 3px 0px rgba(21, 21, 20, 0.2);
    border-radius: 2px;
}

.project-cover{
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}


.project-text-wrap {
    height:70px;
    margin:0 15px;
    padding:0;
}

.project-info h3{
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
}

.project-info p{
    font-size: 13px;
    color: #777777;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}


.get-discount{
    display: inline-block;
    height: 40px;
    padding: 8px;
    margin-top: 10px;
    border-top: 1px solid #eaeaea;
    width: 100%;
	background: white;
}

.get-discount img{
    width: 20px;
    margin-top: -5px;
}

.get-discount a{
    text-decoration: none;
}

.get-discount p{
    font-size: 14px;
    margin: 3px;
    display: inline-block;
    color: #777777;
}

.get-discount:hover, .get-discount:hover p{
    background: #2bde73;
    color: white;
}


/******************      Submit Page    ******************/



.submit-text-box{
    color: #585858;
    background-color: #ffffff;
    display: block;
    margin: 0 0 20px;
    width: 100%;
    border: 1px solid #06d00e;
    border-radius: 5px;
    padding: 10px;
}


.submit-box h3{
    font-size: 16px;
}

.submit-perk-box{
    color: #585858;
    background-color: #efefef;
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: 90px;
    font-weight: 400;
}

#perktip{
    display: inline;
    margin: 5px 10px 30px;
}
#perktip a{
    margin: 0;
    text-decoration: underline;
    font-size: 14px;
}

.radio-box{
    height: 150px;
    background: white;
    padding: 10px;
    border:1px solid #06d00e;
    border-radius: 5px;
    cursor: pointer;
}

.radio-box:hover, .submit-text-box:hover{
    border:1px solid #117916;
}

.text-option-color{
    color: #35a86a;
}

::-webkit-input-placeholder { /* Chrome */
  color: #8d8d8d;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8d8d8d;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8d8d8d;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #8d8d8d;
  opacity: 1;
}


.submit-wrap{
    margin-top: 30px;

}

.submit-wrap img{
    width: 100px;
    margin: 20px;
}

.submit-wrap p{
    color: #5d5d5d;
}

.submit-row {
    margin: 40px;
}


.submit-introduction{
    text-align: center;
    background-color: #434343;
    margin: 40px 0;
    padding: 60px 0;
}

.submit-introduction .submit-testimonial-box img{
    width: 100px;
}

.submit-testimonial-box{
    background-color: white;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:1px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:1px 2px 4px rgba(0, 0, 0, 0.2);
}

.submit-test-quote{
    background-color: #ffffff;
    height: 150px;
    display: table;
    padding: 0 15px;
}
.submit-test-quote h4{
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3em
}

.benefits{
    margin-bottom: 50px;
}

.benefits h3{
    font-size: 20px;
    margin: 30px 0;
}

.benefits p{
    color: #5d5d5d;
}

.benefits img{
    height: 60px;
    margin: 30px 0 5px;
}



/******************     Sign in & Sign up Page    ******************/

.admin-window{
    display: block;
    position: relative;
}

#admin-banner-window {
    color: white;
    margin-top: 100px;
    height: 500px;
}


.fa-facebook-sighup{
    margin-right: 20px;
}

#admin-reset-window{
    color: white;
    margin-top: 100px;
}

.reset-password-box{
    background:white;
    padding: 0 5%;
    height: 260px;
    border-radius: 5px;
}

.signup-login-box h1,
.signin-login-box h1,
.reset-password-box h1{
    color: #6f6f70;
    font-size: 24px;
    margin: 50px 0 30px;
}

.signup-login-box{
    background:white;
    padding: 0 5%;
    height: 490px;
    border-radius: 5px;
}

.signin-login-box{
    background:white;
    padding: 0 5%;
    height: 400px;
    border-radius: 5px;
}


.signup-login-box h4{
    color: #6f6f70;
    font-size: 14px;
    margin: 20px 0;
}

.signup-box p{
    margin:22px 0;

}
.signup-box input{
    margin:15px 0;
}

.signin-login-box a,
.signup-login-box a{
    text-decoration:none;
}

.signin-login-box h4{
    color: #6f6f70;
    font-size: 14px;
    margin: 20px 0;
}


.signin-error p{
    color: red;
}

.login-text-box{
    color: #585858;
    background-color: #ffffff;
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    padding: 10px;
}

/******************     CASE STUDY    ******************/

.statistic-green{
    font-size: 48px;
    color: #2bde73;
}

.statistic-grey{
    font-size: 36px;
    color: #4e4e4e;
}


.statistic-tag{
    font-size: 14px;
    color: #4e4e4e;
    margin: 0;
}

.bottom-line{
    height: 1px;
    background: #e5e5e5;
    margin:50px 0;
}
.bottom-line-case{
    height: 1px;
    background: #e5e5e5;
    margin:10px 0;
}

.pledge-statistic{
    padding: 20px 0 0 0;
}

.case-statistic{
    padding: 0 0 50px;
    display: block;
}

.case-statistic h2{
    font-size: 24px;
    font-family: 'Hind Guntur', sans-serif;
    text-decoration: none;
    font-weight: 600;
}

.case-statistic h3{
    font-size: 12px;
    font-weight: 400;
    font-family: 'Hind Guntur', sans-serif;

}

.case-study-testimonial{
    margin-top:30px;
    margin-bottom: 40px;
}

.face-margin{
    margin-bottom: 20px;
}
.face-margin img{
    width: 150px;
}

.case-project-window img{
    width: 100%;
}
.case-project-window{
    background-color: white;
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:1px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:1px 2px 4px rgba(0, 0, 0, 0.2);
    padding:0;
}

.case-project-window button{
    margin: 20px;
}

.case-project-window>h2{
    font-size: 20px;
}

.case-project-window .btn-green-small{
    margin-bottom: 20px;
    padding: 10px 0;
}

.case-study-banner{
    padding:40px 0;
}

@media (max-width: 767px) {
    .case-project-window{
        margin: 0 10px;
    }
}

/******************      CONTACT    ******************/

#contact{
    text-align: center;
    background: url('../img/contact.jpg');
    background-size: cover;
    background-color: #a0a0a0;
    background-blend-mode: multiply;
    height: 400px;
    color: white;
}

/******************      TERMS    ******************/

#terms{
    margin-top: 70px;
}



/******************      BACKGROUND    ******************/

#banner-project{
    height: 450px;
  /*  height: 700px;*/
    background-image: url('../img/home_bk.jpg');
    filter: alpha(Opacity=5);
}

#banner-project2{
    height: 450px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/home_bk2.png');
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/home_bk2.png');
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/home_bk2.png');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/home_bk2.png');
}

/* #banner-project3{
    height: 550px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/home_bk3.jpg');
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/home_bk3.jpg');
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/home_bk3.jpg');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/home_bk3.jpg');
} */

#banner-project3{
    /* height: 550px; */
    height: 450px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/backerland banner.jpg');
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/backerland banner.jpg');
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/backerland banner.jpg');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/backerland banner.jpg');
}

#banner-project4{
    /* height: 550px; */
    height: 450px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/banner4_new.jpg');
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/banner4_new.jpg');
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/banner4_new.jpg');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/banner4_new.jpg');

}

#banner-about{
    height: 550px;
    background-image: url('../img/about_bk.jpg');
}

#banner-pledges{
    height: 550px;
    background-image: url('../img/pledges_bk.jpg');
}

#banner-submit{
    height: 850px;
    background-image: url('');
    background-color: #40cb80;
}

#banner-admin{
    height:700px;
    background-image: url('../img/signup_bk.jpg');
}

/
#banner-syn{
    height:500px;
}


/******************      CASE STUDIES IMAGE    ******************/




/******************      PROJECT COVER IMAGE    ******************/

#project1 .project-cover{
    background-image: url(../img/placeholder.jpg)

}

/******************      Project Page    ******************/
.project-banner{
    margin-top:120px;
}
.project-banner img{
    width: 100%;
}

.project-banner h2{
    font-size: 24px;
}
.project-banner h3{
    font-size: 18px;
}

.project-banner .btn-social-icon{
    width: 40px;
    height: 40px;
    color: #2bde73;
        border: 1px solid #2bde73;
}

.project-banner .project-share{
    margin: 30px 0;
}

.project-banner .project-share .btn{
    margin: 0 10px;
    border-radius: 100px;
}
.project-banner .project-share .btn-social-icon{
    padding: 9px 0;
}

.project-banner .project-share .btn-social-icon.btn-facebook{
    color: white;
    background-color: #3b5998;
    border: 1px solid rgba(0,0,0,0.1);
}
.project-banner .project-share .btn-social-icon.btn-twitter{
    color: white;
    background-color: #55acee;
    border: 1px solid rgba(0,0,0,0.1);
}
.project-banner .project-share .btn-social-icon.btn-google{
    color: white;
    background-color: #dd4b39;
    border: 1px solid rgba(0,0,0,0.1);
}

.project-banner .btn-social-icon.btn-google:hover,
.project-banner .btn-social-icon.btn-twitter:hover,
.project-banner .btn-social-icon.btn-facebook:hover{
    color: white;
    background: #777777;
    border: 1px solid #777777;
}

.project-banner .btn-green-title{
    color: white;
    font-size: 14px;
}
.project-banner .btn-green-title:hover{
    background: #777777;
}
.project-reward-box{
    border: 1px solid #d1d1d1;
    margin: 20px 0;
    background: white;
}
.project-reward-box h4{
    font-weight: 400;
    font-size: 16px;
    color: red;
    padding: 40px;
}


/******************      Error Page    ******************/
#error{
    background: url('../img/404-bk.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    color: white;
}

#error h1{
    font-size: 100px;
}


.paddedtop {
    padding-top: 200px;
}

/******************      Dashboard   ******************/
.nav-md{
    background: #f7f7f7;
}

.navbar {
    min-height: 60px;
}


.nav-md a, .nav-md a:visited, .nav-md a:focus, .nav-md a:active, :visited, :focus, :active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0; }

.nav-md a:hover, .nav-md a:focus {
  text-decoration: none; }

.container-dash .right_col {
  background: #F7F7F7; }


.left_col {
  background: #2A3F54; }


.menu_section {
  margin-bottom: 0px; }

.menu_section > ul {
  margin-top: 10px; }

.main_menu span.fa {
  float: right;
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
  min-width: inherit;
  color: #C4CFDA; }

.active a span.fa {
  text-align: right !important;
  margin-right: 4px; }

.nav_menu {
  float: left;
  height: 70px;
  background: #EDEDED;
  border-bottom: 1px solid #D9DEE4;
  margin-bottom: 10px;
  width: 100%;
  position: relative; }


@media (min-width: 480px) {
  .nav_menu {
    position: static; } }

.nav-md .col-md-3.left_col {
  min-height: 100%;
  width: 230px;
  padding: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  z-index: 1; }


.nav-md .container-dash .right_col {
  padding: 10px 20px 0;
  margin-left: 230px; }

.nav_title {
  width: 230px;
  float: left;
  background: #2A3F54;
  border-radius: 0;
  height: 20px; }


/**  ------------------------------------------  **/
.blue {
  color: #99dff4; }

.purple {
  color: #d292e1; }

.green-title {
  color: #2bde73; }

.green-title-dark{
  color: #00db65;}

.green {
  color: #b5e7a6; }

.dark {
  color: #34495E; }

.red {
  color: #ff8d8d; }


.container-dash {
  width: 100%;
  padding: 0; }


.nav-md a {
  color: #5A738E;
  text-decoration: none; }

.navbar {
  margin-bottom: 0; }


.top_nav .navbar-right li {
  display: inline-block;
  float: right;
  position: static; }

.navbar-right{
    margin-right: 0;
}



@media (max-width: 991px) {
  .nav-md .container-dash .right_col, .nav-md .container-dash.body .top_nav {
    width: 100%;
    margin: 0; }

  .nav-md .container-dash .col-md-3.left_col {
    display: none; }

  .nav-md .container-dash .right_col {
    width: 100%;
    padding-right: 0; }

  .right_col {
    padding: 10px !important; } }




@media (min-width: 480px) {
  .top_nav .navbar-right li {
    position: relative; } }


.top_nav .dropdown-menu li {
  width: 100%; }

.top_nav .dropdown-menu li a {
  width: 100%;
  padding: 12px 20px; }

.top_nav li a i {
  font-size: 15px; }


.nav.side-menu > li {
  position: relative;
  display: block;
  cursor: pointer; }


.nav.side-menu > li > a:hover {
  color: #F2F5F7 !important; }

.nav.side-menu > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background: transparent; }

.nav.child_menu {
  display: none; }

.nav.child_menu.active {
  display: block; }

.nav.child_menu li:hover,
.nav.child_menu li.active {
  background-color: rgba(255, 255, 255, 0.06); }

.nav.child_menu li {
  padding-left: 36px; }

.nav-md ul.nav.child_menu li:before {
  background: #425668;
  bottom: auto;
  content: "";
  height: 8px;
  left: 23px;
  margin-top: 15px;
  position: absolute;
  right: auto;
  width: 8px;
  z-index: 1;
  border-radius: 50%; }

.nav-md ul.nav.child_menu li:after {
  border-left: 1px solid #425668;
  bottom: 0;
  content: "";
  left: 27px;
  position: absolute;
  top: 0; }

.nav.side-menu > li > a, .nav.child_menu > li > a {
  color: #E7E7E7;
  font-weight: 500; }

.nav.child_menu li li:hover,
.nav.child_menu li li.active {
  background: none; }

.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
  color: #fff; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 14px 15px; }

.nav.side-menu > li.active {
  border-right: 5px solid #1ABB9C; }


.nav.side-menu > li.active > a {
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
  background: linear-gradient(#334556, #2C4257), #2A3F54;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0; }

.navbar-nav-dashboard > li > a {
  font-size: 14px;
  font-weight: 400;
  color: #6f7476 !important;
  margin-left: 10px !important;
  line-height: 40px; }

.navbar-nav-dashboard .btn-submit{
    margin-top: 15px;
}

.site_title {
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  font-size: 22px;
  width: 100%;
  color: #ECF0F1 !important;
  margin-left: 2px !important;
  margin-top: 5px !important;
  line-height: 59px;
  display: block;
  height: 70px;
  margin: 0;
  padding-left: 0px; }

.site_title:hover, .site_title:focus {
  text-decoration: none; }

.site_title img{
    width: 150px;
}

.nav.navbar-nav > li > a {
  color: #515356 !important; }

.nav.top_menu > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #34495E !important; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent; }


.nav.child_menu > li > a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  padding: 9px; }




/* *********  widgets  *************************************** */
.dropdown-menu li {
  width: 100%; }

.dropdown-menu li a {
  width: 100%;
  padding: 12px 20px; }

.dropdown-menu.msg_list span {
  white-space: normal; }

.dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 120%;
  z-index: 9998;
  border: 1px solid #D9DEE4;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.dropdown-menu > li > a {
  color: #5A738E; }

.navbar-nav .open .dropdown-menu {
  position: absolute;
  background: #fff;
  margin-top: 0;
  border: 1px solid #D9DEE4;
  -webkit-box-shadow: none;
  right: 0;
  left: auto;
  width: 240px; }

.dropdown-menu.dropdown-usermenu{
    top:100%;
     width: 180px;
}

/** top tiles  */
.tile_count {
  margin-bottom: 20px;
  margin-top: 20px; }

.tile_count .tile_stats_count {
  border-bottom: 1px solid #D9DEE4;
  padding: 10px 10px 40px 20px;
  text-overflow: ellipsis;
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
    position: relative; }



.toggle {
  float:left;
  margin: 0;
  padding-top: 16px;
  padding-left:16px;
}

.toggle i {
  font-size: 26px;
  margin: 0;
  cursor: pointer; }




@media (min-width: 992px) {
  .tile_count .tile_stats_count {
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 10px; } }


.tile_count .tile_stats_count:before {
  content: "";
  position: absolute;
  left: 0;
  height: 65px;
  border-left: 2px solid #ADB2B5;
  margin-top: 10px; }

@media (min-width: 992px) {
  .tile_count .tile_stats_count:first-child:before {
    border-left: 0; } }


.tile_count .tile_stats_count .count {
  font-size: 30px;
  line-height: 47px;
  font-weight: 600; }

@media (min-width: 768px) {
  .tile_count .tile_stats_count .count {
    font-size: 40px; }
  .tile_count .tile_stats_count span {
    font-size: 13px; }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .tile_count .tile_stats_count .count {
    font-size: 30px; } }

.tile_count .tile_stats_count span {
  font-size: 12px; }


@media (max-width: 767px){
    .navbar-right{
        position: relative;
        margin-top:0;}

    }


@media (max-width: 991px){
        .nav_title {
        width: 100%;
    }
}




.tile_count .tile_stats_count .count_bottom i {
  width: 12px; }

/** /top tiles **/
.dashboard_graph {
  padding: 7px 30px;}


.dashboard_caption p{
    display: inline-block;
    margin: 20px;
    }

a.user-profile {
  color: #5E6974 !important; }


/* *********  iconts-display  **************************** */
.main_menu .fa {
  width: 26px;
  opacity: .99;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }


.response{
	position; relative;
	display:inline-block;
	}

 .jscroll-inner{
     overflow: auto !important;
 }

.share-link{
    display: none;
}
 @media (min-width:768px) {
    .project-cover{
        height:138px;
    }
     .share-link{
         display: block;
     }
     .project-text-wrap{
         height: 180px;
     }
     .desc p{
         height: auto !important;
         max-height:100px;
     }
 }

.desc{
    height: 150px;
}
.project-cover img{
    vertical-align: top;
    width: 100%; /* max width */
    opacity: 0;  /* make it transparent */
}


/* *********  popup window  **************************** */
.popupTitle {
  text-align: center;
  color:#2bde73;
}

.popupContent{
  padding: 20px;
  font-size: 20px;
  text-align: center;
}

.popupEmail{
  margin-top: 20px;
  border: none;
  background: #f7f7f7;
  padding: 18px 10px;
  font-size: 16px;
  width: 90%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.popupSub {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  width: 90%;
  background: #2bde73;
  border: 1px solid #2bde73;
  color:white;
  border-radius: 3px;
}

 .popupSub:hover{
     background: #606060;
     border: 1px solid white;
     color: white;
 }

 .modal {
   text-align: center;
   vertical-align: middle;
   padding: 0!important;
 }

 .modal-header {
  border-bottom: 0px;
  }

 .modal:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle;
   margin-right: -4px; /* Adjusts for spacing */
 }

 .modal-dialog {
   display: inline-block;
   text-align: left;
   vertical-align: middle;
 }


 .fixFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: white;
    text-align: center;
    padding-bottom: 20px;
 }


#closeFooter {
    position: absolute;
    border: none;
    background-color: transparent;
    color: grey;
    font-size: 28px;
    top: -1px;
    right: -1px;
}
.footEmail{
  border: none;
  background: #f7f7f7;
  color: black;
  padding: 5px 5px;
  width : 150px;
  font-size: 16px;
  border-radius: 5px;
}

.footSubscribe {
  padding: 4px 4px;
   font-weight: bold;
  font-size: 16px;
  width : 150px;
  background: #2bde73;
  border: 1px solid #2bde73;
  color:white;
  border-radius: 5px;
}

 .footSubscribe:hover{
     background: #606060;
     border: 1px solid white;
     color: white;
 }
