.sitemap-section {
    position: relative;
}
.sitemap-section+.sitemap-section {
    margin-top: 60px;
}
.sitemap-title {
    position: relative;
    /* border-bottom: 1px solid rgba(var(--custom-rgb-color-black),1);
    padding-bottom: 15px;
    margin-bottom: 20px; */
    position: relative;
    border-radius: var(--custom-border-radius-section);
    background: linear-gradient( to right, rgba(var(--custom-rgb-color-primary-light),1) , rgba(var(--custom-rgb-color-primary-light),0));
    padding: 20px 0 20px 30px;
    margin-bottom: 40px;
    color: rgba(var(--custom-rgb-color-secondary-2),1) !important;
}

.sitemap-row,
.sitemap-row>.sitemap-col {
    position: relative;
}
.sitemap-row {
    padding: 0 30px;
}
.sitemap-row+.sitemap-row {
    margin-top: 25px;
}


.sitemap-row.has-col {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    /* width: calc(100% + 40px);
    margin: 0 -20px; */
}
.sitemap-row.has-col>.sitemap-col {
    width: calc(100% / 3);
    /* padding: 0 20px; */
}

.sitemap-menu-group,
.sitemap-menu-title,
.sitemap-menu-text {
    position: relative;
}

.sitemap-menu-title {
    font-size: 25px;
    font-weight: 500;
    color: rgba(var(--custom-rgb-color-black),1);
}
.sitemap-menu-link {
    display: inline-block;
    transition: 0.3s color ease;
    -webkit-transition: 0.3s color ease;
    -moz-transition: 0.3s color ease;
    -ms-transition: 0.3s color ease;
    -o-transition: 0.3s color ease;
}
.sitemap-menu-text,
.sitemap-menu-text.sitemap-menu-link {
    color: rgba(var(--custom-rgb-color-black),0.8);
}
.sitemap-menu-link:hover {
    color: rgba(var(--custom-rgb-color-secondary-2),1) !important;
}
.sitemap-menu-group+.sitemap-menu-group {
    margin-top: 25px;
}

ul.sitemap-submenu-group,
ul.sitemap-submenu-group>li {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.sitemap-submenu-group>li {
    padding-left: 20px;
}
ul.sitemap-submenu-group>li:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: rgba(var(--custom-rgb-color-black),0.2);
}

.sitemap-row .project-table-section>.project-table-row:last-child {
    padding-bottom: 0 !important;
}

/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

.sitemap-row.has-col {
    flex-wrap: wrap;
}
.sitemap-row.has-col>.sitemap-col {
    width: 100%;
}
.sitemap-row.has-col>.sitemap-col+.sitemap-col {
    margin-top: 25px;
}

}

/* sm - xs */
@media (max-width: 767.98px) {}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

.sitemap-section+.sitemap-section {
    margin-top: 30px;
}
.sitemap-title {
    padding: 10px 0 10px 15px;
    margin-bottom:30px;
}
.sitemap-row {
    padding: 0 15px;
}
.sitemap-row.has-col {
    flex-wrap: wrap;
}
.sitemap-row.has-col>.sitemap-col {
    width: 100%;
}
.sitemap-row.has-col>.sitemap-col+.sitemap-col {
    margin-top: 25px;
}

.sitemap-menu-title {
    font-size: 22px;
}

}

/* xs */
@media (max-width: 575.98px) {

.sitemap-section+.sitemap-section {
    margin-top: 30px;
}
.sitemap-title {
    padding: 10px 0 10px 15px;
    margin-bottom:30px;
}
.sitemap-row {
    padding: 0;
}
.sitemap-row.has-col {
    flex-wrap: wrap;
}
.sitemap-row.has-col>.sitemap-col {
    width: 100%;
}
.sitemap-row.has-col>.sitemap-col+.sitemap-col {
    margin-top: 25px;
}

.sitemap-menu-title {
    font-size: 20px;
}

}

/* xs custom */
@media (max-width: 399.98px) {}
