body {
    color: #6a6b6a;
}

#sidebarCollapse {
    top: 5px;
    position: relative;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: rgba(59, 179, 196, 1);
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    left: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(59, 179, 196, 0.8);

    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #6a6b6a;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar ul.components {
    padding: 55px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #6a6b6a;
    background: #fff;
    text-decoration: none;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6a6b6a;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: calc(100vh - 56px);
    position: relative;
    top: 0;
    right: 0;
}

.mobile-logo {
    max-width: 55%;
    margin-top: -5px;
}

.components a {
    color: #fff;
}

.logo-container {
    margin-top: 20px;
}

.logo-container img {
    width: 250px;
    height: auto;
}

.home h1 {
    color: #555;
    /*font-weight: 700;*/
    font-size: 18px;
    max-width: 350px;
    font-weight: 400 !important;
}

.home .actions a {
    padding: 5px 10px;
    background: #3BB3C4;
    color: #fff;
    border-radius: 5px;
}

.background-container {
    position: absolute;
    width: 100%;
    top: 0;
    min-height: calc(100vh - 56px);
    z-index: -1;
}

.container {
    z-index: 2;
}

@media (max-width: 768px) {
    .menu {
        z-index: 10;
        padding: 10px 10px 5px;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        position: fixed;
        border-bottom: 2px solid #eee;
    }

    #content {
        margin-top: 63px;
        min-height: calc(100vh - 112px);
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .background-container {
        top: 63px;
        height: calc(100vh - 120px);
    }
}

.footer-copyright, .footer-copyright a {
    color: #fff;
    background: #3BB3C4;
}

.footer-copyright a:hover {
    color: #6a6b6a;
}

.projects-menu {
    padding: 1px;
    min-height: 50px;
    /*background: #ededed;*/
    border-radius: 5px;
}

.projects-menu a {
    font-weight: 500;
    color: #6a6b6a;
    padding: 5px 10px;
}

.projects-menu a.active, .projects-menu a:hover {
    color: #3BB3C4;
    /*background: #f4f4f4;*/
    text-decoration: none;
}

.projects-list {
    /*justify-content: s*/
}

.projects-list img {
    max-width: 100%;
    width: 100%;
}

.projects-list .project {
    width: 23.5%;
    background: #ededed;
    border-radius: 0 0 5px 5px;
}

@media (max-width: 768px) {
    .projects-list .project {
        width: 100%;
    }
}

.project {
    position: relative;
}

.project a:hover {
    opacity: 0.85;
}

.project-name {
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    font-size: 20px;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    font-weight: 700;
    opacity: 0;
    transition: visibility 0.6s, opacity 0.5s linear;

}

.project-name span, .project-name a {
    color: #fff;
}

.project:hover .project-name {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;

}

.project a {
    color: #6a6b6a;
}

.project a:hover, .project a:hover span {
    text-decoration: none;
    color: #fff;
}

body a {
    color: #6a6b6a;
}

body a:hover {
    text-decoration: none;
    color: #3BB3C4;
}

.breadcrumb-item.active {
    color: #3BB3C4;
}

.breadcrumb {
    background: transparent;
}

.cat-icon {
    width: 20px;
    height: 20px;
}

.project-images {
    justify-content: space-between;
}

.project-images .image {
    width: 23.5%;
}

.project-images .image img {
    width: 100%;
    cursor: pointer;
}

.project-images .image:hover {
    opacity: 0.85;
}

@media (max-width: 768px) {
    .project-images .image {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

.services-list {
    list-style: none;
    padding-left: 0 !important;
    border: 1px solid #ececec;
}

.services-list li {
    padding: 3px;
}

.services-list li:nth-child(odd) {
    background: #ececec;
}

.project-category-link {
    display: inline-flex;
    position: relative;
}

.project-category-link .line {
    display: none;
}

.project-category-link:hover .line, .project-category-link.active .line {
    display: block;
    width: 100%;
    height: 3px;
    background: #3BB3C4;
    position: absolute;
    bottom: -3px;
    left: 0;
}

@media (max-width: 768px) {
    .project-category-link:hover .line, .project-category-link.active .line {
        display: none;
    }

    .project-category-link {
        border: 2px solid #fff;
        border-radius: 19px;
    }

    .project-category-link.active {
        border-color: #3BB3C4;
    }
}

.back-button {
    padding: 5px 10px;
    background: #3BB3C4;
    color: #fff;
    border-radius: 5px;
}

.back-button:hover {
    color: #6a6b6a;
}
