.custom-vr-1 {
    width: 6px;
    height: 70px;
}

.custom-drop-caps .custom-drop-caps-number {
    font-weight: bold;
    float: left;
    font-size: 90px;
    line-height: 90px;
    padding: 0;
    margin-right: 15px;
    margin-top: 0;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid var(--grey-100);
    color: var(--default);
    font-size: 1em !important;
    font-weight: 400;
    padding: 6px 18px 6px 18px;
    position: relative;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.5px;
}

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
        color: #fff;
        background-color: #ec501f;
    }

/*
* 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-list-icons-icon-size li > [class*="fa-"]:first-child,
.custom-list-icons-icon-size li > .icons:first-child, .custom-list-icons-icon-size li a:first-child > [class*="fa-"]:first-child,
.custom-list-icons-icon-size li a:first-child > .icons:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}