#inner-page-wrapper {
    margin-bottom: 0;
}
    #inner-page-wrapper > .container {
        padding: 0;
        width: 100%;
    }

.ip-banner canvas {
   /* background-image: url(https://cdn.agentimagehosting.com/oA3eoC7CNNXOGEIvtKFzc/2024/05/communities-banner.jpg)!important;*/
/*    background-position: 50% 310%;*/
}

/* .banner-title {
    display: none;
} */

#ip-fc {
    position: relative;
    padding: 80px 0 80px;
}
    .bg-section.bg-fc {
        background-color: #fff;
        top: 0;
    }
        .bg-section.bg-fc:before {
            content: '';
            background: rgba(255,255,255,0.8);
        }
        .bg-section.bg-fc:after {
            content: '';
            background: rgb(255,255,255);
            background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
            height: 60%;
        }
    .fc-container {
        padding: 0;
        position: relative;
        z-index: 1;
    }

.fc-top {
    margin-bottom: 81px;
}
    .fc-title {
        max-width: 580px;
    }
        .fc-title .section-title {
            line-height: 1.109090909090909;
        } 
            .fc-title .section-title span:nth-of-type(2) {
                margin-left: 50px;
            }

    .fc-btn {
        margin-right: -16px;
    }

.fc-list {
    margin: 0 -20px;
}
    .fc-item {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        padding: 0 20px;
        margin-bottom: 40px;
    }
        .fc-item a {
            display: block;
            position: relative;
            border-radius: 30px;
            overflow: hidden;
            transition: transform var(--default-transition), box-shadow var(--default-transition);
        }
            .fc-item-img {
                position: relative;
                border-radius: inherit;
            }
                .fc-item-img canvas {
                    display: block;
                    width: 100%;
                    border-radius: inherit;
                    background: rgb(127,107,63);
                    background: -moz-linear-gradient(0deg, rgba(127,107,63,1) 0%, rgba(255,255,255,1) 100%);
                    background: -webkit-linear-gradient(0deg, rgba(127,107,63,1) 0%, rgba(255,255,255,1) 100%);
                    background: linear-gradient(0deg, rgba(127,107,63,1) 0%, rgba(255,255,255,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f6b3f",endColorstr="#ffffff",GradientType=1);
                }
                .fc-item-img img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    border-radius: inherit;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    z-index: 1;
                    transition: all var(--default-transition);
                }
                .fc-item-img:before,
                .fc-item-img:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    z-index: 2;
                    border-radius: inherit;
                    transition: all var(--default-transition);
                }
                .fc-item-img:before {
                    background: rgb(0,0,0);
                    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
                    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
                    background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
                    opacity: 0.6;
                }
                .fc-item-img:after {
                    opacity: 0;
                    background: url(../images/home/overlay-fc.png) center/100% 100% no-repeat;
                }

            .fc-item-name {
                position: absolute;
                left: 0;
                right: 0;
                font-size: 18px;
                text-align: center;
                line-height: 1;
                font-family: var(--font-family-title);
                color: #fff;
                text-transform: uppercase;
                bottom: 0;
                padding: 0 15px 20px;
                z-index: 3;
            }


    .fc-item a:hover {
        transform: translateY(-20px);
        box-shadow: 0px 3px 64.4px 5.6px rgba(0, 0, 0, 0.53);
    }
    .fc-item a:hover .fc-item-img img {
        top: 3px;
        left: 3px;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        filter: grayscale(1);
    }
    .fc-item a:hover .fc-item-img:before,
    .fc-item a:hover .fc-item-img:after {
        top: 3px;
        left: 3px;
        bottom: 3px;
        right: 3px;
    }

    .fc-item a:hover .fc-item-img:after {
        opacity: 1;
    }

.fc-bottom {
    margin: 40px 0 0;
}
    .fc-bottom a.btn-a {
        margin: 0 15px;
    }

@media only screen and (max-width: 1366px) {
    .container.fc-container {
        max-width: 85.652vw;
    }
}
@media only screen and (max-width: 1199px) {
        
    .fc-bottom a.btn-a {
        margin: 0;
    }
        .fc-bottom a.btn-a span {
            font-size: 12px;
        }
}
@media only screen and (max-width: 991px) {
    #ip-fc {
        padding: 80px 0 80px;
    }
        .container.fc-container {
            max-width: initial;
            padding-left: 15px;
            padding-right: 15px;
        }
        .fc-top {
            flex-flow: column;
            align-items: center;
            margin-bottom: 50px;
        }

        .fc-title {
            max-width: 510px;
        }

        .fc-title .section-title {
            margin-bottom: 20px;
        }

        .fc-list {
            margin: 0 -10px;
        }

        .fc-item {
            width: 50%;
            padding: 0 10px;
            margin-bottom: 20px;
        }
            .fc-item a:hover {
                transform: none;
            }

    .fc-bottom {
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
    }
        .fc-bottom a.btn-a span {
            font-size: 14px;
        }
}
@media only screen and (max-width: 767px) {
    .fc-title {
        max-width: 230px;
    }
        .fc-title .section-title span:nth-of-type(2) {
            margin-left: 0;
        }
        .fc-title .section-title span {
            padding: 0 5px;
        }
}
@media only screen and (max-width: 480px) {
    .fc-item {
        width: 100%;
    }
    .fc-bottom a.btn-a span {
        font-size: 12px;
    }
}