html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    font-size: 1rem;
    margin-bottom: 60px;
}
a {
    color:#1d9dd9;
}
a.active {
    color: #1d9dd9!important;
    font-weight: 700;
}
input[type='file'] {
    display: none;
}
label {
    font-size: 1.2rem;
}
header {
    background-color: #1d9dd9;
}
main {
    margin-bottom: 170px!important;
}

.red {
    color: #c26969!important;
}
.margin-center {
    margin: 0 auto;
}
.yellow {
    background-color: #ffdd4a;
}

.blue {
    background-color: #1d9dd9;
}

.purple {
    background-color: #a21ed8;
}

.green {
    background-color: #085e08;
}

textarea, input, select {
    border-radius: 20px;
    resize: none;
}

/*Buttons*/
.btn-primary {
    background-color: #ffdd4a;
    border-color: #ffdd4a;;
    color: #000000;
}
.btn-outline {
    background-color:transparent;
    border: 2px #ffdd4a solid;
    color: #000000;
}
.btn-outline:hover {
    background-color: #1c5d99;
    color:#ffffff;
}
.btn-promo {
    background-color: #ffdd4a;
    border-color: #ffdd4a;;
    font-weight: 500;
    padding: 1rem 2rem;
    font-size: 1.5rem;
}
.btn-promo:hover {
    background-color: #1c5d99;
    color:#ffdd4a;
    border-color: #ffdd4a;
}
.btn {
    border-radius: 30px;
    font-weight: 300;
    padding: .5rem 2rem;
}
.btn-more {
    background-color: #ffdd4a;
    border-color: #ffdd4a;;
    color: #000000;
    border-radius: 30px;
    font-weight: 300;
    padding: .5rem 1rem;
    float: right;
    white-space: nowrap;
}
.btn-more:hover {
    background-color: #1c5d99;
    color:#ffdd4a;
    border-color: #ffdd4a;
    text-decoration: none;
}
.btn-100 {
    width: 100%;
}
.btn-large {
    font-size: 1.3rem;
    padding: 1rem 3rem;
}
.btn-preview {
    border: 2px #ffdd4a solid;
    text-align: left;
}
.btn-preview:hover {
    background-color: #1c5d99;
    color:#ffffff;
}
/* pagination { */
h2.screen-reader-text {
    display: none;
}

.nav-links ul {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: flex-end!important;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 0;
}

.nav-links ul li {
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
    position: relative;
    padding: .5rem .75rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.header-wrapper {
   /* padding: 1rem 2rem;*/
    padding: .5rem 0;
    display: flex;
    justify-content: space-between;
}
.header-wrapper .navbar {
    padding: 0;
    margin: 0;
}
.nav-top__logo {
 /* width: 140px;*/
    width: auto;
    height: 70px;
    position: relative;
}
.banner-main {
    background: url(../img/banner-main-bg.svg) no-repeat 0 -150px;
    background-size: cover;
    min-height: 500px;
    display: flex;
    align-items: center;
}
@media (min-width: 768px) and (max-width:1024px) {
    .banner-main {
        background: url(../img/banner-main-bg.svg) no-repeat 0 -100px;
        min-height: 400px;
        background-size:1030px;
    }
}
@media (min-width:1025px) and (max-width:1200px) {
    .banner-main {
        background: url(../img/banner-main-bg.svg) no-repeat 0 -100px;
        background-size:1250px;
    }
}
@media (min-width:1201px) and (max-width:1440px) {
    .banner-main {
        background: url(../img/banner-main-bg.svg) no-repeat 0 -170px;
        background-size:1450px;
    }
}
@media (min-width:1441px) and (max-width:1900px) {
    .banner-main {
        background: url(../img/banner-main-bg.svg) no-repeat 0 -220px;
        background-size:1910px;
    }
}
.banner-main .lead {
    font-weight: 300;
    color:#ffffff;
    padding-bottom: 10px;
    padding-top: 30px;
    width: 65%;
}
.banner-category {
    background: url(../img/bg_category.svg) no-repeat 0 50%;
    background-size: cover;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.banner-category h3 {
    font-size: 2.3rem;
    color:#fff;
    font-weight: 700;
    text-align: center;
}
.nav-main {
    background-color: #1d9dd9;
    padding: 15px 0;
}
.nav-main ul{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.nav-main ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-main ul li a{
    color:#ffffff;
    padding: 20px 20px;
    display: block;
}
.nav-main ul li a:hover{
    background-color: #ffdd4a;
    color: #000;
    text-decoration: none;
}
.topmenu__dropdown .dropdown-toggle::after {
    display: none;
}
.topmenu__dropdown .dropdown-menu {
    min-width: 40em;
    padding: 1.2rem 1.5rem;
    margin: 1rem 0 0;
    font-size: 0.8rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.topmenu__title {
    font-size: .9rem;
    font-weight:700;
    padding-bottom: 0;
    border-bottom: 2px #000 solid;
    width: auto;
    margin-bottom: 15px;
}
.topmenu__list  {
    padding-left: 0;
    padding-right: 0;
}
.topmenu__list {
    padding: 0;
    margin: 0;
}
.topmenu__list li {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.topmenu__list li a {
    color:#000;
}
.logout {
    float:right;
    display: block;
    margin-top: 15px;
}
.page-section {
    margin: 30px 0;
}
.page-section-title {
    font-weight:300;
    font-size: 2rem;
    margin-bottom: 30px;
}
.title-border {
    border-bottom: 30px solid #1d9dd9;
    padding-bottom: 20px;
}
.card {
    border-radius:0;
}
.card-info {
    display: flex;
    margin: 0;
    padding: 0;
}
.card-info li{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    margin: 0;
    padding: 0 .8rem;
}
@media (min-width:1024px) and (max-width: 1210px) {
    .card-info li{
        padding:0 .3rem;
    }
}
.card-message {
    background-color: #ffdd4a;
}
.card-status-open {
    background-color: #1d9dd9;
    color:#fff;
}
.card-status-ongoing {
    background-color: #1c5d99;
    color:#fff;
}
.card-main-img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.card-likes {
    list-style: none;
    padding: 0 10px 0 0;
    margin: 0;
    display: flex;
}
.card-likes li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem
}
.card-likes li:last-child {
    margin-left: 10px;
    margin-right: 3px;
}
.card-likes li a i{
    margin-right: 5px;
    position: relative;
    top:3px;
}
.card-likes li a i:hover{
    opacity: 0.6;
}
.card-body h2 {
    line-height: 2.1rem;
    font-size: 1.8rem;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.card-col .card-body h2 {
    line-height: 1.6rem;
    font-size: 1.2rem;
}
.card-header {
    border-radius:0;
    padding: 0;
    margin: 0;
    background-color:#f7f7f7;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
}
.card-thumb-img {
    width: 150px;
    height: auto;
    margin-right: 20px;
}
.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    background: transparent;
    border-top: none;
    padding: 0;
}
.card-wrapper {
    margin-bottom: 25px ;
}
.card-body h5 {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.card-text {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 4;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.page-link {
    color:#1d9dd9;
    padding: .6rem 1rem;
}
.pagination .prev .page-link {
    border-radius: 30px 0 0 30px;
}
.pagination .next .page-link {
    border-radius: 0 30px 30px 0;
}
.page-item .dots {
    color:#1d9dd9;
    padding: .6rem .9rem;
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.signin {
    background: url(../img/banner-main-bg.svg) no-repeat 0 0;
    background-size: cover;
}
.signout {
    background: url(../img/bg_register.svg) repeat 0 0;
    background-size: cover;
}
.form-signin {
    text-align: center;
    width: 100%;
    max-width: 35rem;;
    margin: 60px auto 0 auto;
    background-color: #f2f4f6;
    -webkit-box-shadow: 20px 20px 0px 0px rgba(0,0,0,0.63);
    -moz-box-shadow: 20px 20px 0px 0px rgba(0,0,0,0.63);
    box-shadow: 20px 20px 0px 0px rgba(0,0,0,0.63);
    padding: 3rem 6rem;
}
.form-signin h1 {
    font-size: 1.4rem;
    font-weight:600;
    margin-bottom: 3rem;
}
.form-signin .alert p {
    margin-bottom: 0;
}
.form-signin input[type=submit] {
    padding: .8rem 3rem;
    font-size: 1.2rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.6em + .75rem + 2px);
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.location {
    display: flex;
    align-items: flex-start;   
    font-size: .8rem;
    color:#818c98;
}
.location strong{
    margin-right: 5px;
}
.signin-info {
    margin: 3rem 0 0 0;
    font-weight:300;
}
.social-signin {
    margin: 30px 0;
}
.social-signin-fb {
    display: flex;
    align-items: center;
    border:1px #1c5d99 solid;
    background-color: #1c5d99;
    padding: .8rem 1.5rem;
    color:#fff;
    font-size: 1rem;
    text-align: center;
    font-weight:300;
    width:100%;
    margin-bottom: 30px;
}
.social-signin-google {
    display: flex;
    align-items: center;
    border:1px #000000 solid;
    background-color: transparent;
    padding: .8rem 1.5rem;
    color:#000;
    font-size: 1rem;
    text-align: center;
    font-weight:300;
    width:100%;
}
a.back {
    font-size: .8rem;
    color:#fff;
    margin-left: 20px;
}
a.back:hover {
    color:#fff;
}
.project-wrapper {
    display: flex;
}
.project-wrapper sidebar {
    background-color: #0f2c3d;
    padding: 3rem 1.5rem;
    color:#fff;
    width: 20%;
}
.project-wrapper sidebar h4{
    font-size: 1.7rem;
    font-weight: 100;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
.project-info {
    width: 80%;
   /* padding: 2rem 0;*/
   padding: 2rem 0 0 0;
}
.project-info__content {
    font-weight: 200;
    line-height: 1.3rem;
    font-size: .9rem;
    margin-bottom: 2rem;
}
.member-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.member-list li a{
    display: flex;
    align-items: center;
    line-height: 1.2rem;
    margin: 15px 0;
}
.member-list li a:hover {
    color:#ffdd4a;
    text-decoration: none;
}
.member-item span {
    color: #1d9dd9;
    font-weight: 600;
    font-size: .8rem;
    display: block;
}
.member-list li a .member-item {
    color:#fff!important;
}
.member-block{
    line-height: 1.2rem;
    border:1px #ccc solid;
    background-color: #fff;
    border-radius: 20px;
    padding: 1rem 2rem;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}
.member-block__body{
    display: flex;
    align-items: center;
}
.member-block .profile-avatar {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffdd4a;
    margin: 0 20px 0 0;
    position: relative;
    bottom:0;
}
.member-block .custom-control-label{
    font-size: 1rem;
}
.member-block .circle-count {
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
}
.member-edit {
    position: absolute;
    right: 20px;
}
.member-project-list .profile-avatar {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffdd4a;
    margin: 0 20px 0 0;
    position: relative;
    bottom:0;
}
.member-row-form{
    margin: 20px 0;
}
.member-row-form label{
    font-weight: 200;
    font-size: .9rem;
}

.member-list li a:hover {
    color:#ffdd4a;
    text-decoration: none;
}
.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.4rem;
}
.news-list li{
    margin-bottom: 15px;
}
.news-list a {
    color: #fff;
}
.member-prof {
    color: #1d9dd9;
    font-weight: 600;
    font-size: .9rem;
}
.project-info section:first-child {
    margin: 2rem 2.5rem;
}
.project-info section:first-child h1{
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 3rem;
}
.summary {
    background-color: #1d9dd9;
    color:#fff;
    border-radius:1.7rem;
    padding: 2rem 1.7rem 1rem 1.7rem;
}
.summary h2{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.summary-body {
    line-height: 1.2rem;
    font-size: 0.9rem;
    font-weight: 200;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 15;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.summary-footer__info {
    display: flex;
    justify-content: space-between;
    margin: 10px 20px;
    padding: 0;
}
.summary-footer__info li{
    list-style: none;
    display: flex;
    align-items: center;
    font-size: .7rem;
    font-weight: 700;
}
.summary .card-likes {
    margin-top: 15px;
}
.summary-likes {
    display: flex;
    justify-content: flex-end;
}
.nav-tabs-project {
    padding: 0 2.5rem;
    border-top:1px #000 solid;
    border-bottom:1px #000 solid;
}
.nav-tabs-project .nav-item  {
    font-size: 1.5rem;
    font-weight: 200;
}
.nav-tabs-project .nav-item .nav-link  {
    color:#000;
    padding-left:3rem;
    padding-right:3rem;
}
.nav-tabs-project .nav-item .nav-link.active {
    color: #1d9dd9;
    font-weight: 700;
    border:none;
    background: transparent;
}
.tab-content-project {
   /* padding: 2rem 2.5rem;
    background-color: #fbfafa;*/
}

.project-chapters  {
    padding: 0;
    margin:  0;
}
.project-chapters li {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.project-chapters li a{
    color:#000;
}
.project-img {
    float: right;
    margin: 0 0 15px 15px;
}
.comment-avatar {
    border-radius:100%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comment-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.comment-box {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}
.comment-body {
    background-color: #efefef;
    border-radius: 20px;
    padding: 1rem 2rem 1.5rem 4rem;
    width: 550px;
}
.add-comment {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}
.add-comment h4{
    font-weight: 200;
    margin-bottom: 2rem;
}
.add-comment textarea{
    resize: none;
    min-height: 200px;
    border:1px #ccc solid;
    margin-bottom: 2rem;
    padding: 20px;
    resize: none;
}
.add-comment textarea:focus{
    border:2px #1d9dd9 solid;
    border-radius: 20px;
    outline:none;

}
.comments-wrapper {
    border-top:1px #ccc solid;
    padding: 2rem 2.5rem;
    background-color: #fbfafa;
}
.comments-filters {
    display: flex;
    margin: 0 0 2rem 0;
    padding: 0;
}
.comments-filters li{
    list-style: none;
}
.comments-filters li a{
    display: block;
    background-color: #f2f4f6;
    border: 1px #1d9dd9 solid;
    padding: 5px 10px;
    color: #1d9dd9;
    font-size: .8rem;
    font-weight: 700;
}
.comments-filters li a:hover{
    text-decoration: none;
}
.comments-filters li a.active{
    background-color: #1d9dd9;
    border: 1px #1d9dd9 solid;
    color:#fff!important;
}
.comment-author h5 {
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.comment-time {
    color: #8c8c8c;
    font-size: 0.8rem;
}
.comment-text {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1rem;
}
.comment-reply-link {
    display: block;
    margin: 10px 0 0 0;
    font-weight: 700;
    font-size: 0.8rem;
}
.comment-reply-box {
    position: relative;
    left: 100px;
    width: 550px;
}
.comment-reply-box textarea:focus{
    border: 2px #1d9dd9 solid;
    border-radius: 20px;
    outline: none;
}
.comment-reply-add {
    width:100%;
    min-height: 10px;
    padding: 10px 15px;
    font-size: .8rem;
    border: 1px #ccc solid;
}
.level-1 {
    margin-left: 10%;
}
.comments-more {
    padding-left: 140px;
    margin-bottom: 30px;
}
.banner-profile {
    background: url(../img/Profile_Banner.png) no-repeat 0 0;
    background-size: cover;
    min-height: 400px;
    display: flex;
    align-items: center;
}
.profile-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
    top: -2rem;
}
.owner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
    top: -4rem;
}
.profile-body {
    background-color: #fff;
    border-radius: 20px;
    padding: 4rem 1rem 2rem 1rem;
    width: 50%;
    text-align: center;
}
.profile-box .profile-body {
    margin: 0 auto;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.owner-box .profile-body {
    background-color: #fff;
    border-radius: 20px;
    padding: 4rem 1rem 2rem 1rem;
    width: 100%;
    text-align: center;
    border:1px #ccc solid;
}
.profile-avatar {
    border-radius:100%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #1d9dd9;
    position: relative;
    bottom: -3rem;
}
.profile-name h5 {
    font-size: 1.4rem;
    font-weight: 200;
    margin: 0;
    padding: 0;
}
.profile-body .btn {
    margin-top: 20px;
}
.nav-profile {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.nav-profile  ul {
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
}
.nav-profile ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.nav-profile ul li a {
    color: #000;
    padding: 20px 20px;
    display: block;
}
.nav-profile ul li a.active {
    color: #1d9dd9;
    font-weight: 800;
    border-bottom: 4px #1d9dd9 solid;
}
.nav-profile ul li a:hover {
    color: #1d9dd9;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 4px #1d9dd9 solid;
}
.margin-auto {
    margin: 0 auto;
}
.projects-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.projects-nav li{
    text-align: center;
    font-size: .9rem;
    margin-bottom: 1rem;
}
.projects-nav li a {
    color: #000;
}
.profile-page .col-12:first-child {
    margin-bottom: 1.5rem;
    text-align: right;
}

.settings-box {
    display: flex;
}
.settings-box .card-wrapper {
    width: 70%;
    margin-right: 5%;
}
.settings-menu{
    width: 25%;
    margin-top: 6px;
}
.settings-menu ul{
    margin: 0;
    padding: 1rem 0;
}
.settings-menu ul li{
    list-style: none;
    font-size: .9rem;
}
.form-small-text {
    font-size: .7rem;
    font-weight: 300;
    margin-bottom: 20px;
}

.settings-form .form-group {
    margin-bottom: 3rem;
}
.upload-wrapper {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 15px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.upload-wrapper img {
    width: auto;
    height: auto;
    margin-bottom: 10px;
}
.custom-file-upload {
    width: 100%;
    margin: 5px 0;
    cursor: pointer;
    padding: 2rem 0;
    font-size: .8rem;
    color: #706d6d;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    background:#fff;
    border: 1px dashed #c0bfbff3;
}
.custom-file-upload p {
    margin-bottom: 0;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.6em + .75rem + 2px);
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(../img/icons/icon-arrow.svg) no-repeat right .75rem center/15px 15px;
    border: 1px solid #ced4da;
    border-radius: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input-location {
    background: #fff url(../img/icons/icon-location2.svg) no-repeat 97% 50%;
    background-size:15px;
}
.form-group {
    margin-bottom: 2rem;
}
.project-actions {
    margin: 1.3rem 0;
    display: flex;
    align-items: center;
 
}
.project-actions .btn-primary {
    border: 2px #ffdd4a solid;
}
.project-actions .btn {
    margin-right: 5px;
}
.challenge {
    background-color: #1c5d99;
    text-align: center;
}
.challenge .summary-body{
    margin-top: 40px;
}
.join-users {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    font-weight: 700;
}
.bottom-button-right {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}
.profile-page {
    background-color: #fbfafa;
    padding: 3rem 0;
}
.join-red {
    color:#ff7474;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 700;
}
.challenge-top-block {
    background-color: #1c5d99;
    color:#fff;
    padding: 3rem 0;
}
.challenge-top-block label{
    font-weight: 500;
}

.form-small-text p {
    margin-top: 15px;
}
.challenge-top-block .form-group:last-child {
    margin-bottom: 0;
}
.add-project {
    width: 40%;
    text-align: center;
    margin: 0 auto;
}
.add-project__title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.add-project__info {
    margin-bottom: 40px;
}
.add-project button{
    margin: 20px auto 20px auto;
}
.texteditor {

}
.custom-block  {
    margin-bottom: 50px;
}
.custom-block h4 {
    margin-bottom: 30px;
    font-weight: 200;
    font-size: 1.7rem;
}
.custom-block__body {
    background-color: #f5f4f4;
    padding: 1.5rem 2rem;
    font-size: .9rem;
}
.custom-block__body .custom-checkbox {
    margin-bottom: 15px;
}
.custom-block__body .custom-checkbox:last-child {
    margin-bottom: 0
}
.custom-block .form-control {
    border-radius: 0;
}
.custom-block__body textarea, .custom-block__body input, .custom-block__body select, .custom-block__body label {
    font-size: .9rem;
}

#chars {
    position: relative;
    top:-30px;
    left: 80%;
    font-weight: 200;
    font-size: .8rem;
}
.share-list {
    margin: 0 0 15px 0;
    padding: 0 0 0 35px;
    display: flex;
    list-style: none;
}
.share-list li {
    margin-right: 15px;
}

.help-form-line {
    display: flex;
    justify-content: space-between;
    font-size: .8rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    top:-20px;
    margin-bottom: 20px;
}
.help-form-line li:last-child {
    font-weight: 600;
}
.help-form-line label {
    font-size: .8rem;
    font-weight: 300;
}
.help-form-line input[type=checkbox]{
    margin-right: 5px;
}
.circle-count {
    width: 20px;
    height: 20px;
    font-size: .7rem;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background-color: #1d9dd9;
    color: #fff;
    font-weight: 700;
    display: flex;
    position: absolute;
    right: -0px;
    top: 35px;
}
.page-item .current {
     background-color: #ffdd4a;
}
/*modal*/
.modal-content  {
    border-radius: 0;
    text-align: center;
    width: 100%;
    max-width: 35rem;
    margin: 60px auto 0 auto;
    background-color: #f2f4f6;
    -webkit-box-shadow: 20px 20px 0px 0px rgba(0,0,0,0.63);
    -moz-box-shadow: 20px 20px 0px 0px rgba(0,0,0,0.63);
    box-shadow: 20px 20px 0px 0px rgba(0,0,0,0.63);
}
.modal-signin .modal-header{
    padding: 3rem 5rem;
    border-bottom:none;
}
.modal-signin .modal-header .modal-title {
    margin: 0 auto;
}
.modal-signin  .close {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
}
.modal-signin .modal-body{
    padding: 0 5rem 3rem 5rem;
    border-bottom:none;
}
.modal-signin .modal-dialog {
    max-width: 600px;
}


/*Icons*/
.icon-menu-account {
    background: url(../img/icons/icon-menu-account.svg) no-repeat 0 0;
    background-size:39px;
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-left: 10px;
    position: relative;
    top: 2px
}
.icon-search {
    background: url(../img/icons/icon-search.svg) no-repeat 0 0;
    background-size:42px;
    display: inline-block;
    position: relative;
    top: 5px;
    width: 42px;
    height: 42px;
    margin-right: 40px;
}
.icon-search__header {
    background: url(../img/icons/icon-search__header.svg) no-repeat 0 0;
    background-size:25px;
    display: inline-block;
    width: 25px;
    height: 23px;
    margin-right: 15px;
}
.icon-message {
    background: url(../img/icons/icon-message.svg) no-repeat 0 0;
    background-size:30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    position: relative;
    top:5px;
}
@media (min-width:1024px) and (max-width: 1210px) {
    .icon-message {
        margin-right: 5px;
    }
}
.icon-like {
    background: url(../img/icons/icon-like.svg) no-repeat 0 0;
    background-size:28px;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    display: inline-block;
}
.icon-like-notactive {
    background: url(../img/icons/icon-like-grey.svg) no-repeat 0 0;
    background-size:28px;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    display: inline-block;
}
.icon-dislike {
    background: url(../img/icons/icon-dislike.svg) no-repeat 0 0;
    background-size:28px;
    width: 28px;
    height: 28px;
    display: inline-block;
}
.icon-dislike-notactive {
    background: url(../img/icons/icon-dislike-grey.svg) no-repeat 0 0;
    background-size:28px;
    width: 28px;
    height: 28px;
    display: inline-block;
}
.icon-location {
    background: url(../img/icons/icon-location.svg) no-repeat 0 0;
    background-size:15px;
    width: 20px;
    height: 23px;
    margin-right: 5px;
    min-width: 20px !important;
}
.icon-location-small {
    background: url(../img/icons/icon-location.svg) no-repeat 0 0;
    background-size:12px;
    width: 13px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
}
.icon-fb {
    background: url(../img/icons/icon-fb.svg) no-repeat 0 0;
    background-size:30px;
    width: 30px;
    height: 30px;
    margin-right: 1rem;
    display: inline-block;
}
.icon-google {
    background: url(../img/icons/icon-google.svg) no-repeat 0 0;
    background-size:30px;
    width: 30px;
    height: 30px;
    margin-right: 1rem;
    display: inline-block;
}
.icon-back {
    background: url(../img/icons/icon-back.svg) no-repeat 0 0;
    background-size:20px;
    width: 30px;
    height: 15px;
    margin-right: .4rem;
    display: inline-block;
    position: relative;
    top: 3px;
}
.member-icon {
    background: url(../img/icons/icon-member.svg) no-repeat 0 0;
    background-size:25px;
    width: 33px;
    height: 30px;
    margin-right: .4rem;
    position: relative;
    top:-1px;
}
.icon-share {
    background: url(../img/icons/icon-share.svg) no-repeat 0 0;
    background-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    top: 32px;
    right: 50px;
}
.icon-category {
    background: url(../img/icons/icon-category.svg) no-repeat 0 0;
    background-size: 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    display: inline-block;
}
.icon-time {
    background: url(../img/icons/icon-time.svg) no-repeat 0 0;
    background-size: 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    display: inline-block;
}
.icon-comment-avatar {
    background: url(../img/icons/icon-avatar.svg) no-repeat 50% 0;
    background-size: 30px;
    width: 70px;
    height: 40px;
    display: inline-block;
}
.icon-circle-comment {
    background: url(../img/icons/icon-circle-comment.svg) no-repeat 0 0;
    background-size: 30px;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: relative;
    left: 1.2rem;
}
.icon-profile {
    background: url(../img/icons/icon-profile.svg) no-repeat 0 0;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 5px auto;
}
.icon-projects {
    background: url(../img/icons/icon-projects.svg) no-repeat 0 0;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 5px auto;
}
.icon-challenges {
    background: url(../img/icons/icon-challenges.svg) no-repeat 0 0;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto 1px auto;
    position: relative;
    top: -2px;
}
.icon-notifications {
    background: url(../img/icons/icon-notifications.svg) no-repeat 0 0;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 5px auto;
}
.icon-friends {
    background: url(../img/icons/icon-friends.svg) no-repeat 0 0;
    background-size: 25px;
    width: 25px;
    height: 20px;
    display: block;
    margin: 0 auto 5px auto;
}
.icon-settings {
    background: url(../img/icons/icon-setting.svg) no-repeat 0 0;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 5px auto;
}
.icon-setting2 {
    background: url(../img/icons/icon-setting2.svg) no-repeat 0 0;
    background-size: 26px;
    width: 26px;
    height: 26px;
    display: block;
}
.icon-basics {
    background: url(../img/icons/icon-basics.svg) no-repeat 0 0;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 5px auto;
}
.icon-editor {
    background: url(../img/icons/icon-editor.svg) no-repeat 0 0;
    background-size: 13px;
    width: 13px;
    height: 20px;
    display: block;
    margin: 0 auto 5px auto;
}
.icon-members {
    background: url(../img/icons/icon-members.svg) no-repeat 0 0;
    background-size: 30px;
    width: 30px;
    height: 20px;
    display: block;
    margin: 0 auto 5px auto;
}
.icon-application {
    background: url(../img/icons/icon-aplication.svg) no-repeat 0 0;
    background-size: 16px;
    width: 16px;
    height: 20px;
    display: block;
    margin: 0 auto 5px auto;
}
.icon-eye {
    background: url(../img/icons/icon-eye.svg) no-repeat 0 0;
    background-size: 20px;
    width: 20px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
}
.icon-user {
    background: url(../img/icons/icon-user-black.svg) no-repeat 0 0;
    background-size: 15px;
    width: 15px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}
.icon-pencil {
    /*background: url(../img/icons/icon-pencil.svg) no-repeat 0 0;
    background-size: 25px;
    width: 27px;
    height: 37px;*/
    background: url(../img/icons/icon-edit.svg) no-repeat 0 0;
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 10px;
}
.icon-pencil-v2{
    /*background: url(../img/icons/icon-pencil.svg) no-repeat 0 0;
    background-size: 15px;
    width: 20px;
    height: 20px;*/
    background: url(../img/icons/icon-edit.svg) no-repeat 0 0;
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top:3px;
}
.icon-fb-v2{
    background: url(../img/icons/icon-fb-v2.svg) no-repeat 0 0;
    background-size: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.icon-in{
    background: url(../img/icons/icon-in.svg) no-repeat 0 0;
    background-size: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.icon-delete{
    background: url(../img/icons/icon-delete.svg) no-repeat 0 0;
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.icon-edit {
    background: url(../img/icons/icon-edit.svg) no-repeat 0 0;
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 10px;
}
.icon-fb2 {
    background: url(../img/icons/icon-fb2.svg) no-repeat 0 0;
    background-size: 38px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-left: 5px;
}
.icon-tw {
    background: url(../img/icons/icon-tw.svg) no-repeat 0 0;
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.icon-insta {
    background: url(../img/icons/icon-insta.svg) no-repeat 0 0;
    background-size: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.search-box .dropdown-menu-right {
    right: 30px;
    left: auto;
}
.search-box .dropdown-menu {
    min-width: 50em;
    padding: 0;
    margin: 1rem 0 0;
    font-size: 0.8rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.search-box__header {
    background-color: #f2f4f6;
    border-bottom: 1px solid #ced4da;
    padding: 15px 20px;
    display: flex;
    font-size: 1.1rem;
}
.search-box__body {
    background-color: #ffffff;
    padding: 30px;
    display: block;
    float: left;
    width: 100%;
}
section .search-box__body {
    background-color: #ffffff;
    padding: 30px;
    display: block;
    float: none;
    width: 70%;
    margin: 20px auto 0 auto;
}
.search-box__body .form-control {
    height: calc(2em + .75rem + 2px);
    padding: .5rem 1rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.3;
    color: #495057;
    border-radius: 5px;
}
.search-box__body .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2em + .75rem + 2px);
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #495057;
    vertical-align: middle;
    background: #f2f4f6 url(../img/icons/icon-arrow.svg) no-repeat right .75rem center/10px 10px;
    border: 1px solid #f2f4f6;
    border-radius: 5px;
}
.search-box__body .form-group {
    margin-bottom: 1rem;
}

.card-thumb-left {
    position: relative;
    width: 150px;
    height: 100px;
    margin-right: 20px;
}
.card-body__thumb {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}
.card-body__thumb-main {
    position: relative;
    width: 100%;
    height: 226px;
    margin-bottom: 20px;
}
.card-thumb-left img, .card-body__thumb img, .card-body__thumb-main img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.applied-filters {
    font-size: 14px;
}
.applied-filter-clear {
    float: right;
    margin: 10px 8px 0 0;
}
.applied-filter-row {
    overflow: hidden;
    margin-bottom: 20px;
}
.applied-filter {
    cursor: pointer;
    position: relative;
    float: left;
    padding: 0 25px 2px 20px;
    border: 1px solid #7abce5;
    max-width: 295px;
    margin: 5px;
    height: 2.2em;
    line-height: 2.2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 5px;
}
.applied-filter:after {
    color: #248cd2;
    content: "x";
    position: absolute;
    top: -2px;
    right: 10px;
}
.card-deck .card {
    min-width: 30%;
}
.card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}
.counter-wrapper {
    background:#1c5d99 url(../img/bg_counter.svg) no-repeat 0 0;
    background-size:cover;
    min-height: 150px;
}
.counter-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    margin: 0;
}
.counter-list {
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
}
.counter-list li{
    list-style: none;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 0 30px 0 0;
    padding: 0;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.7rem;
    font-weight: 800;
    border: 3px #1d9dd9 solid;
}
.counter-list li:nth-of-type(3), .counter-list li:nth-of-type(4)  {
  border-color: #ffdd4a;
}
.counter-action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.summary-share {
    display: block;
}
.page404 {
    background:#084c72 url(../img/starry-night.png) no-repeat 0 0;
    background-size:cover;   
}
.page404 main{
    background:#084c72 url(../img/404-line.svg) no-repeat 0 100%;
    background-size:80%;  
    padding-bottom: 100px; 
    min-height: 750px;
}
.page404-robot {
    margin: 30px 0;
}
.page404-robot img {
    max-height: 500px;
    width: auto;
}
.page404-content {
  color:#fff;
  font-size: 1.7rem;
  text-align: center;
}
.page404-content h3{
   font-size: 14rem;
   font-weight: 800;
}
.page404-content .btn{
 margin-top: 30px;
}
.loader-bulp__wrapper {
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-left: 15px;
    width: 100%;
}
.loader-bulp__wrapper img{
    height: 300px;
}
.about-robot__wrapper {
    background: #fff url(../img/about-robot.svg) no-repeat 50% 20px;
    background-size:cover;  
    min-height: 1000px;
}
.about-robot__body {
    width: 420px;
    margin: 0 auto;
    position: relative;
    top:400px;
    color:#fff;
}
.about-robot__text {
    padding: 0 40px;
    font-size: 1.3rem;
    text-align: center;
    position: relative;
    top:35px;
}
.about-robot__text .btn{
    margin-top: 20px;
}
.about-robot__quote{
    position: relative;
    top:300px;
    font-size: 1.5rem;
    text-align: center;
}
.about-robot__quote h3{
    font-size: 2.3rem;
    font-weight: 700;
}
.about-line-1 {
    background: #fff url(../img/about-line-1.svg) no-repeat 0 90%;
    background-size:400px;  
    min-height: 100px;
}
.about-line-2 {
    background: #fff url(../img/about-line-2.svg) no-repeat 0 90%;
    background-size:400px;  
    min-height: 100px;
}
.about-line-3 {
    background: #fff url(../img/about-line-3.svg) no-repeat 0 90%;
    background-size:400px;  
    min-height: 100px;
}
.about-box__wrapper .row {
    border-bottom:1px #8d8d8d solid;
}
.about-box__title {
    padding: 40px 0 40px 40px;
}
.about-box__title h4{
    font-size: 2.5rem;
    font-weight: 400;
}
.about-box__text {
    font-size: .9rem;
    padding: 40px 40px 40px 0;
}
.about-category__wrapper {
    background:#1c5d99 url(../img/bg-about-device.svg) no-repeat 0 0;
    background-size:cover;   
    color:#fff;
}
.about-category__wrapper h4 {
    padding: 40px 0;
    font-size: 2.5rem;
    font-weight: 400;
}
.nav-tabs-about{
    width: 70%;
    border:0;
}
.nav-tabs-about .nav-item {
    width: auto;
    border:2px #1d9dd9 solid;
    margin-right: 20px;
    margin-bottom: 20px;
   padding: .6rem 2rem;
    font-size: 1.4rem;
    text-align: center;
    background-color: #fff;
}
.nav-tabs-about .nav-link {
   border-radius: 7px;
}
.nav-tabs-about .nav-link.active {
    color: #000;
    background-color: #ffdd4a;
    border:3px #1d9dd9 solid;
}
.about-device {
    background: url(../img/about-device.svg) no-repeat 100% 60px;
    background-size:550px;  
    min-height: 600px; 
}
.tab-about__body {
    display: flex;
    justify-content: space-between;
}
.tab-about__text {
    width: 50%;
    padding-top: 40px;
} 
.tab-about__action p{
    font-size: .8rem;
}
.tab-about__action {
    position: relative;
    padding-right: 130px;
    padding-top: 70px;
}
.tab-about__action-content {
    position: relative;
    width: 200px;
    text-align: center;
}
.btn-bottom-group {
    width:100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 170px;
    margin-top: 30px;
}
.btn-bottom-group-100mr {
    width:100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 100px;
    margin-top: 30px;
}
.btn-bottom-group-challenge {
    width:100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 170px;
    padding-bottom: 3rem;
    background-color:#fbfafa;

}
.btn-bottom-group .btn {
    margin-left: 15px;
}
.mode {
    color:#3bab82;
    text-transform: uppercase;
    margin-left: 20px;
    font-size: .8rem;
    font-weight: 600;
}
.icon-circle {
    width:12px;
    height: 12px;
    background:#3bab82;
    display: inline-block;
    border-radius:100%;
    position: relative;
    top:1px;
    margin-left: 5px;
}
.category-filters {
    margin-left: 16px;
}
#datepicker_bt_cl, #datepicker_bt_cl_u {
    position: relative;
    top:3px;
}
.ui-menu .ui-menu-item {
    padding: .5rem 1rem;
    margin-right: 1rem;
}

.ui-menu .ui-menu-item {
    cursor: pointer;
    background:#f4fbff;
}
.ui-menu .ui-menu-item:last-child {
   padding-bottom: 1.7rem;
}
.ui-menu .ui-menu-item:before {
    content: '';
    display: inline-block;
    height: 30px;
    width: 25px;
    background:transparent url("../img/icons/icon-account.svg") no-repeat 0 0;
    background-size: 25px;
    position: relative;
    top:13px;
    margin-right: 10px;
}
.ui-menu .ui-state-focus {
    background: #f4fbff!important;
    color:#1d9dd9!important;
    border: 0!important;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin:0!important;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 170px;
    line-height: 170px;
}
.footer {
    background: #1c5d99 url("../img/bg-footer.svg") no-repeat 0 100%;
    background-size: 100%;
    color:#fff;
    min-height: 170px;
    padding: 30px 0 15px 0;
    line-height: 1.5rem;
}
.footer__wrapper {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767.98px) {
    .footer__wrapper {
        flex-direction: column;
    }
}
.footer__wrapper .footer__col{
    width: 18%;
}
@media (min-width:768px) and (max-width: 1000px) {
    .footer__wrapper .footer__col{
        width: 25%;
    }
}
@media (max-width: 767.98px) {
    .footer__wrapper .footer__col{
        width: 100%;
        text-align: center;
    }
}
.footer__wrapper .footer__col:nth-child(2){
 text-align: center;
}

.footer__logo {
    display: block;
    width:150px;
    height: auto;
    margin-top: 25px;
}

.footer h3 {
    font-weight: 800;
    font-size: 1rem;
}
.footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5rem;
    font-size: .9rem;
}
.footer__menu li a {
    color:#fff;
}

.footer__soc {
    display: flex; 
    justify-content: space-around;
    margin: 30px 0 15px 0;
    padding: 0;  
}
.footer__soc li{
   list-style: none;
}

.copyright {
    font-size: .8rem;
}

.private-project {
    background: #1c5d99 url("../img/bg-night-clouds.svg") no-repeat 0 100%;
    background-size: 100%;
    color:#fff;
    min-height: 500px;
    padding: 90px 0 90px 0;
    line-height: 1.5rem;
}
.private-project .summary{
    text-align: center;
    width:60%;
    margin: 30px auto;
    padding-bottom: 50px;
    padding-top: 40px;
}
.private-project .summary h2{
  font-size: 1.4rem;
}
.private-project .summary-body {
    width:60%;
    margin: 30px auto;
    text-align: center;
}
#project .row {
    padding: 2rem 2.5rem;
    background-color: #fbfafa;
    margin: 0;
}
.tab-content #challenge {
    padding: 2rem 2.5rem;
    background-color: #fbfafa;
    margin: 0;
}
/*.project-page-content .card {
        height: 505px;
}
#newest-ajax .card {
    min-height: 505px;
}*/
.page-section-content {
    color: #7a7a7a;
    text-align: justify;
    padding: 20px 0 30px;

}
.page-section-content h2 {
    color: #1d9dd9;
    font-size: 2rem;
    margin: 20px 0 30px 0;
}
.page-section-content p {
    margin-bottom: 1.75em;
}
.loading {
    margin-right: 10px;
}
/*responsive css*/
@media (min-width: 1023px) and (max-width:1200px){
    .tab-about__action {
        padding-top: 0;
    }
    .private-project {
        background-size: cover;
        min-height: auto;
        padding: 30px 0 30px 0;
    }
}

@media (max-width: 1023px) {
    .nav-main ul li a{
        padding: 10px 5px;
        font-size: .9rem;
    }
    .card-footer {
        flex-direction: column;
    }
    .card-footer .btn-more{
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .card-body .media {
        flex-direction: column;
    }
    .card-thumb-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .card-header {
        flex-direction: column;
    }
    .card-header .card-likes {
        justify-content: center;
    }
    .card-header .card-info li{
        width:33.3333%;
        padding:0;
    }
    .nav-tabs-about {
        width: 100%;
    }
    .nav-tabs-about .nav-item {
        margin-right: 15px;
        margin-bottom: 15px;
        padding: .4rem 1rem;
        font-size: 1.2rem;
    }
    .tab-about__body {
        flex-direction: column;
    }
    .tab-about__text {
        width: 100%;
        padding-top: 20px;
    }
    .about-device {
        background: none;
        min-height: auto;
    }
    .tab-about__action-content {
        position: relative;
        width: 100%;
        background-color:#2389d5;
        border-radius: 20px;
        padding: 20px;
        margin-bottom: 30px;
    }
    .tab-about__action {
        padding-right: 0;
        padding-top: 30px;
    }
    .about-category__wrapper h4 {
        padding: 20px 0;
        font-size: 2rem;
    }
    .about-box__title h4 {
        font-size: 1.8rem;
    }
    .about-line-1 {
        background-size:350px;  
        min-height: 150px;
    }
    .about-line-2 {
        background-size:350px;  
        min-height: 150px;
    }
    .about-line-3 {
        background-size:350px;  
        min-height: 150px;
    }
    .about-box__title {
        padding: 20px;
    }
    .about-box__text {
        padding: 20px;
    }
    .private-project {
        background-size: cover;
        min-height: auto;
        padding: 30px 0 30px 0;
    }
    .project-page-content .card {
        height: auto;
    }
    .counter-action .btn-large {
        font-size: 1.1rem;
        padding: .6rem 2rem;
        text-align: center;
    }
}

@media (max-width: 767.98px) {

    .header-wrapper {
        padding: .5rem 1rem;
    }
    .nav-top__logo {
        top: 0;
        width: 150px;
    }
    .banner-main .lead {
        width: 100%;
        text-align: center;
        padding-bottom: 0;
        padding-top: 20px;
        font-size: 1rem;
    }
    .nav-main {
        padding: 0;
    }
    .nav-main ul{
        display: flex;
        flex-wrap: wrap;
    }
    .nav-main ul li{
        width: 50%;
    }
    .icon-search {
        background-size:33px;
        top: 7px;
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }
    .not-logged-btn .btn {
        padding: .375rem 0.6rem;
    }
    .banner-main {
        min-height: 200px;
        background: url(../img/banner-main-bg.svg) no-repeat 0 0;
        background-size:cover;
    }
    .banner-main .btn-promo {
        display: block;
    }
    .topmenu__dropdown .dropdown-menu {
        min-width: 320px;
        top:86%;
    }
    .form-signin {
        width: 100%;
        max-width: 90%;
        margin: 30px auto 0 auto;
        background-color: #f2f4f6;
        -webkit-box-shadow: 20px 20px 0px 0px rgba(0,0,0,0.63);
        -moz-box-shadow: 20px 20px 0px 0px rgba(0,0,0,0.63);
        box-shadow: 20px 20px 0px 0px rgba(0,0,0,0.63);
        padding: 2rem 2rem;
    }
    .social-signin-fb {
        font-size: .8rem;
        margin-bottom: 15px;
    }
    .project-wrapper {
        flex-direction: column;
    }
    .project-wrapper sidebar {
        width: 100%;
    }
    .project-wrapper sidebar h4{
        font-size: 1.5rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
    .project-info {
        width: 100%;
        padding: 1rem 0;
    }
    .project-info__content {
        margin-top: 20px;
    }
    .project-info section:first-child h1 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .summary-footer__info {
        flex-direction: column;
    }
    .summary-footer__info li{
        margin-bottom: 10px;
    }
    .project-img {
        float: none;
        margin: 0 0 15px 0;
        width: 100%;
        height: auto;
    }
    .comment-avatar {
        margin-bottom: 10px;
    }
    .comment-header {
        flex-direction: column;
    }
    .comment-box {
        flex-direction: column;
    }
    .comment-body {
        background-color: #efefef;
        border-radius: 20px;
        padding: 1rem 2rem 1rem 2rem;
        width: 100%;
    }
    .add-comment {
        width: 100%;
    }
    .comment-reply-box {
        left: 0;
        width: 100%;
    }
    .comments-more {
        padding-left: inherit;
        text-align: center;
    }
    .profile-box .profile-body {
        width: 90%;
    }
    .nav-profile ul  {
        flex-direction: column;
    }
    .nav-profile ul li a {
        display: flex;
        padding: 10px 10px;
    }
    .add-new-project {
        text-align: center;
    }
    .settings-box {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .settings-box .card-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .settings-menu{
        width: 100%;
        margin-top: 0;
    }
    .modal-signin .modal-body{
        padding: 0 2rem 2rem 2rem;
        border-bottom:none;
    }
    .icon-circle-comment {
        display: none;
    }
    .icon-profile, .icon-projects, .icon-notifications, .icon-friends, .icon-settings, .icon-challenges {
        margin: 0 10px 0 0;
    }
    .icon-basics, .icon-editor, .icon-members, .icon-application {
        margin: 0 10px 0 0;
    }
    .social-signin-google {
        font-size: .8rem;
        margin-bottom: 15px;
    }
    .add-project {
        width: 90%;
    }
    .circle-count {
        right: 10px;
        top: 15px;
    }
    .search-box .dropdown-menu {
        min-width: 320px;
        top:80%;
    }
    .search-box .dropdown-menu-right {
        right: -150px;
    }
    .search-box__header {
        padding: 10px 15px;
    }
    .search-box__body {
        padding: 20px;
    }
    .icon-menu-account {
        background-size: 30px;
        width: 30px;
        height: 30px;
        margin-left: 20px;
        top: 3px;
    }
    .banner-profile {
        min-height: 200px;
    }
    .card-thumb-left {
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .card-body__thumb {
        height: 200px;
    }
    .card-body__thumb-main {
        height: 200px;
    }
    section .search-box__body {
        padding: 0;
        width: 100%;
    }
    .counter-wrapper {
        min-height: 120px;
    }
    .counter-list li{
        border-radius: 20px;
        margin-right: 10px;
        height: 70px;
        width: 70px;
        font-size: 2rem;   
        margin-bottom: 10px;
    }
    .counter-list li:last-child{
        margin-right: 0;
    }
    .page404-robot {
        margin:10px 0;
    }
    .page404-content {
        font-size: 1.2rem;
    }
    .page404-content h3{
        font-size: 7rem;
        line-height: 7rem;
    }
    .page404-robot img {
        max-height: 170px;
    }
    .page404 main{ 
        padding-bottom: 50px; 
        min-height: 400px;
    }
    .page404-content .btn{
        margin-top: 10px;
    }
    .loader-bulp__wrapper img{
        height: 150px;
    }
    .about-robot__body {
        width: 100%;
    }
    .about-robot__quote h3 {
        font-size: 2rem;
    }
    #datepicker_bt, #datepicker_bt_ch, #datepicker_bt_ch_u {
        width: 30px!important;
        height: 30px!important;
        margin-top: 9px;
    }
    #datepicker_bt_cl, #datepicker_bt_cl_u {
        width: 30px;
        height: 30px;
        margin-top: 5px;
    }
    .btn-bottom-group, .btn-bottom-group-100mr {
        width: 100%;
        justify-content: center;
        padding-right: 0;
    }
    main {
        margin-bottom: 430px!important;
    }
    .footer {
        min-height: 430px;
        padding: 15px 0 15px 0;
        justify-content: center;
    }
    .footer__logo {
        width:230px;
        height: auto;
        margin: 15px auto 20px auto;
    }
    .footer__soc {
        justify-content: space-evenly;
        margin: 20px 0 5px 0;
    }
    .copyright {
        display: block;
        margin-bottom: 10px;
    }
    .counter-content {
        flex-direction: column;
        padding: 20px 0;
        margin: 0;
    }
    .private-project {
        background-size: cover;
        min-height: auto;
        padding: 30px 0 30px 0;
    }
    .private-project .summary{
        text-align: center;
        width:80%;
        margin: 0 auto;
        padding-bottom: 40px;
        padding-top: 30px;
    }
    .private-project .summary h2{
      font-size: 1.4rem;
    }
    .private-project .summary-body {
        width:100%;
        margin: 20px auto 30px auto;
    }
    .profile-page .col-12:first-child {
        text-align: center;
    }
    .loading {
        margin-right: 0;
        text-align: center;
    }
    .icon-location {
        margin: 0 auto;
    }
    .location {
        display: flex;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .location strong {
        margin-right: inherit;
        margin: 0 auto;
    }
}

