section#sitemap {
    padding: 80px 0;
}
.sitemap-wrap h3 {
    font-size: 22px;
    color: #b8b8b8;
	font-family: Montserrat;
    margin-bottom: 20px;
	position: relative;
}
.sitemap-wrap h3:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background-color: #777;
    top: -12px;
}
.sitemap-wrap h5 {
    font-size: 14px;
    font-weight: 700;
}
.sitemap-wrap h5 a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}
.sitemap-wrap h5 a:hover {
    color: #003bc7;
    transition: all 0.3s ease;
}
.sitemap-wrap {
    margin-bottom: 20px;
}
.sitemap-wrap ul li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}
.sitemap-wrap ul li a:hover {
    color: #003bc7;
    transition: all 0.3s ease;
}
.sitemap-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sitemapbg .sectionTitle.topHiphen {
    position: relative;
    margin-bottom: 0;
    margin-top: 70px;
}
.sectionTitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.sectionTitle.topHiphen.text-white::before {
    background: #fff;
}

.sectionTitle.topHiphen::before {
    content: "";
    position: absolute;
    width: 98px;
    height: 6px;
    top: -15px;
    left: 0;
}
@media (max-width: 1680px){
	.sectionTitle {
		font-size: 40px;
	}
}

.TurnkeyFpgaBlock.sitemapbg {
    background-image: url(../images/l3banner-images/sitemap.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    min-height: 427px;
    background-size: cover;
    position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.TurnkeyFpgaBlock.sitemapbg{height:427px;}
}