a.dropdown-item.active-custom{
	color: var(--primary) !important;
	font-weight:bold !important;
}	

/*
* Home Section - Special Services
*/
.custom-section-shape-background {
    position: relative;
    overflow: hidden;
}

.custom-section-shape-background:before, .custom-section-shape-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 47.5%;
    width: 50vw;
    height: 100%;
    background: var(--light);
    transform: skewX(21deg);
    z-index: 0;
}

.custom-section-shape-background:after {
    left: 49.5%;
    transform: skewX(-21deg);
}

.custom-section-shape-background .custom-shape-divider {
    position: relative;
}

.custom-section-shape-background .custom-shape-divider:before {
    content: '';
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 150%;
    background: var(--grey-100);
    transform: skewY(-4deg);
    z-index: 0;
}

.custom-section-shape-background.custom-section-shape-background-reverse:before {
    left: auto;
    right: 49.5%;
    transform: skewX(21deg) rotate(180deg);
}

.custom-section-shape-background.custom-section-shape-background-reverse:after {
    left: auto;
    right: 50.5%;
    transform: skewX(-21deg) rotate(180deg);
}

@media (max-width: 991px) {
    .custom-section-shape-background:before, .custom-section-shape-background:after {
        width: 100vw;
    }
}



.custom-svg-btn-style-1 {
    position: relative;
    padding: 19px 60px 19px 50px;
    font-weight: 700;
    font-size: 13.6px;
    font-size: 0.85rem;
    z-index: 1;
}

.custom-svg-btn-style-1 .custom-svg-btn-background {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 107%;
    height: 120%;
    transform: translate3d(-50%, -50%, 0);
    z-index: -1;
}

.custom-svg-btn-style-1 .custom-svg-btn-background polygon {
    transition: ease all 300ms;
}

.custom-svg-btn-style-1 .custom-svg-btn-arrow {
    margin-left: 6px;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-small {
    padding: 18px 31px 18px 25px;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light .custom-svg-btn-background polygon {
    fill: transparent;
    stroke: #FFF;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light:hover .custom-svg-btn-background polygon {
    fill: #FFF;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid .custom-svg-btn-background {
    transition: ease opacity 300ms;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid .custom-svg-btn-background polygon {
    fill: #FFF;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid:hover .custom-svg-btn-background {
    opacity: 0.95;
}