/*@media only screen and (max-width: 992px) {
    *{
        display: none;
    }
}*/
.section{
    padding:30px 0;
}
.project-breadcrumb{
    
}
.project-breadcrumb ul{
    list-style: none;
    display: flex;
    margin: 0 0 15px 0;
}
.project-breadcrumb ul li{
    margin-right: 15px;
}
.project-breadcrumb ul li a{
    
}
.project-title-share-like-comment-row{
    display: flex;
}
.project-title-share-like-comment-row-left, .project-title-share-like-comment-row-right{
    width:50%;
}
.project-title h1{
    font-size: 24px;
    margin: 0 0 15px 0;
    line-height: 1.4;
}
.project-share-links ul{
    list-style: none;
    display: flex;
    margin: 0 0 15px 0;
}
.project-share-links ul li{
    margin-right: 15px;
}
.project-share-links ul li a{
    width: 30px;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    background: whitesmoke;
    border-radius: 25px;
    padding: 0;
    font-size: 14px;
}
.project-like-comment-buttons{
    display: flex;
    justify-content: flex-start;
    margin: 15px 0 0 0;
}
.project-like-btn img, .project-comment-btn img{
    margin: 0 0 15px 0;
    width: 30px !important;
}
.project-like-btn p, .project-comment-btn p{
    margin: 0;
    color: black;
    font-size: 14px;
}
.project-like-btn {
    margin-right: 30px;
    cursor: pointer;
}
.project-gallery-main-img {
    margin: 30px 0 0 0;
}
.project-gallery-main-img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.project-gallery-images {
    display: flex;
    margin: 5px 0 0 0;;
}
.project-gallery-images button{
    padding: 0;
    border: 0;
    width: 20%;
    margin-right: 5px;
}
.project-gallery-images button:nth-child(5){
    margin-right: 0;
}
.project-gallery-images img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
}
.more-images-count-btn{ /*#open-gallery*/
    position: relative;
}
.more-images-count{
        position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.more-images-count p{
    color: white;
    font-size: 18px;
    margin: 0;
}
.project-specifications {
    margin: 15px 0 0 0;
}
.project-specification-row {
    display: flex;
    margin: 0 0 15px 0;
}
.project-specification-row-left{
    width: 4%;
}
.project-specification-row-right{
    width: 96%;
    padding-left: 15px;
    display: flex;
    align-items: center;
}
.project-specification-row-right p{
    color: rgb(0 0 0 / 50%);
    font-size: 16px;
    margin: 0;
}
.project-specification-row-right p span{
    color: black;
}
.project-main-img {
    padding: 30px 0 0 0;
    border-top: 1px solid rgb(0 0 0 / 10%);
    margin: 30px 0 0 0;
}
.project-main-image {
    margin: 15px 0 0 0;
    /*padding: 30px 0 0 0;
    border-top: 1px solid rgb(0 0 0 / 10%);*/
}
.project-full-details {
    padding: 30px 0 0 0;
}
.project-full-details table, .project-full-details table td, .project-full-details table th {
    border: 0;
}
.project-full-details p{
    font-size: 16px;
    color: black;
    line-height: 1.6;
}
.project-full-details h2{
    font-size: 18px;
    color: black;
    line-height: 1.6;
    margin: 0 0 7px 0;
}
@media only screen and (max-width:992px) {
    .project-title-share-like-comment-row{
        flex-wrap: wrap;
    }
    .project-title-share-like-comment-row-left, .project-title-share-like-comment-row-right{
        width:100%;
    }
    .project-like-comment-buttons {
        justify-content: flex-start;
        margin: 15px 0 0 0;
    }
    .project-like-btn img, .project-comment-btn img {
        margin: 0 0 7px 0;
        width: 20px !important;
    }
}

.related-projects{
    background:whitesmoke; /*#649c5b*/
    padding: 30px 30px 15px 30px;
    height: auto;
    margin: 30px 0 0 0;
}
.related-projects.fixed{
    position: fixed;
    top: 5%;
}
.related-projects h2{
    font-size: 24px;
    color: rgb(0 0 0 / 50%);
    margin: 0 0 20px 0;
}
.related-projects-list{
    overflow-y: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.related-projects-list a{
    width:31.33%;
    margin: 0 1%;
}
@media only screen and (max-width:1024px) {
    .related-projects-list a{
        width:48%;
    }
}
@media only screen and (max-width:768px) {
    .related-projects-list a{
        width:100%;
    }
}
.related-projects-list {
  padding-right:10px;
}
/* WebKit (Chrome, Safari, Edge) */
.related-projects-list::-webkit-scrollbar {
  width: 4px;
}
.related-projects-list::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 4px;
}
.related-projects-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.related-projects-list::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
/* Firefox */
.related-projects-list {
    scrollbar-width: thin;
    scrollbar-color: #ccc #eee;
}

.related-project-row{
    display: flex;
    margin: 0 0 15px 0;
    padding: 10px;
    background: white;
}
/*.related-project-row:last-child{
    margin: 0;
}*/
.related-project-row-c1{
    width: 40%;
}
.related-project-row-c2{
    width:60%;
}
.related-project-row-c1 img{
    width: 100%;
    height: 80px;
  object-fit: cover;
  object-position: center;
}
.related-project-row-c2 p{
    font-size: 12px;
    padding-left: 15px;
    color: black;
    margin: 0;
}

/* header css starts */
.header-section {
    padding: 20px 40px 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    /*.header-section {
        padding: 0 7px;
    }*/
    .section {
        padding: 30px 7px;
    }
    .project-gallery-images img{
        height: 50px;
    }
    .more-images-count p {
        font-size: 10px;
    }
    .project-specification-row-left {
        width: 10%;
    }
    .project-specification-row-right {
        width: 90%;
    }
    .related-projects {
        padding: 15px;
    }
    .project-gallery-images {
        margin: 5px 0 30px 0;
    }
    .related-projects, .related-projects-list{
        height: auto;
    }
}

@media only screen and (max-width: 425px) {
    /*.header-section {
        padding: 0 7px;
    }*/
    .section {
        padding: 30px 7px;
    }
    .project-gallery-images img{
        height: 50px;
    }
    .more-images-count p {
        font-size: 10px;
    }
    .project-specification-row-left {
        width: 10%;
    }
    .project-specification-row-right {
        width: 90%;
    }
    .related-projects {
        padding: 15px;
    }
}

@media only screen and (min-width: 575px) {
    .section {
        padding: 30px 4%;
    }
}
@media only screen and (min-width: 768px) {
    .section {
        padding: 30px 4%;
    }
}

@media only screen and (min-width: 992px) {
    .section {
        padding: 30px 4%;
    }
}
@media only screen and (min-width: 1200px) {
    .section {
        padding: 30px 4%;
    }
}

@media only screen and (min-width: 1440px) {
    .section {
        padding: 30px 10%;
    }
}

.menu-switch i {
    color: #000;
    font-size: 50px;
    line-height: 50px;
}
.menu-switch {
    margin-right: 0;/* 15px */
}
@media only screen and (min-width: 575px) {
    /*.header-section {
        padding: 7px 4%;
    }*/
}
@media only screen and (min-width: 1200px) {
    /*.header-section {
        padding: 30px 4%;
    }*/
}
@media only screen and (min-width: 1440px) {
    /*.header-section {
        padding: 30px 10%;
    }*/
}
/* header css ends */

.project-header {
    padding: 20px 40px 0 40px;
}
.project-header h1{
    font-size: 36px;
    margin: 0;
}
.project-like-btn img, .project-comment-btn img {
    margin: 0 0 4px 0;
}
.project-header-top {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid black;
}
.project-details {
    color: black;
}
.project-share-links-container{
    font-size: 16px;
    color: black;
    padding: 7px 15px 7px 0;
    font-weight: 300;
    text-align: justify;
}
.project-share-links-container .share-on-text{
    color: rgb(0 0 0 / 50%);
    font-size: 14px;
    margin: 0 0 7px 0;
}
.project-details-container{
    /*border-right: 2px solid black;
    height: 100%;*/
}
.project-title-block {
    display: flex;
    align-items: center;
}
.project-title-block img{
margin-right: 30px;
}
.ml-mr-minus-30{
    margin-left: -30px;
    margin-right: -30px;
}

@media only screen and (max-width: 992px) {
    .project-details-container {
        border-right: 0;
    }
    .project-header h1 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 768px) {
    .project-header h1 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 575px) {
    .project-header {
        padding: 20px 25px 0 25px;
    }
    .header-section {
        padding: 20px 15px 0 15px;
    }
    .project-header h1 {
        font-size: 22px;
    }
}