.communitynew-main{
    width: 100%;
    position: relative;
    background-color: #eee;
    margin-top: -150px;
    height: 100vh;
}
.communitynew-main::before{
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    position: absolute;
    top:0;
    left:0;
    display: block;
    z-index: 1;
}
.communitymain-img{
    height: 100vh;
    width: 100%;
}

.community-thumb-main{
    width: 30%;
    position: absolute;
    bottom: 20%;
    right: 5%;
    z-index: 9999;
    overflow-y: scroll;
    /* background-color: #eee; */
}
.community-thumb-main img{
    width: 150px;
    height: 250px;
    float: left;
    margin: 0 5px;
    border-radius: 0 !important;
    margin-bottom: 12px;
}
.communitynumbr{
    width: auto;
    position: absolute;
    bottom: 11%;
    right: 8%;
    background-color: #c59d28;
    font-size: 1.4rem;
    color: #fff;
    z-index: 9;
    font-weight: 600;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #fff;
}
.commu-txt{
    width: 30%;
    left: 16%;
    color: #fff;
    text-align: left;
    z-index: 9;
    top: 40%;
    position: absolute;
    /* position-absolute top-50 start-50 translate-middle text-center text-white px-3 */
}
.arrow-main{
    width: 30%;
    position: absolute;
    bottom: 10%;
    right: 5%;
    z-index: 9999;
}
.lft-arrowcomm{
    /* position-absolute top-50 start-0 translate-middle-y */
    position: absolute;
    left: 0%;
    bottom: 12%;
    z-index: 99;
    background-color: #c59d28 !important;
    font-size: 35px !important;
    color: #fff !important;
    font-weight: 600;
    width: 50px;
    height: 50px;
    border-radius: 100px !important;
    line-height: 9px !important;
    padding:5px 10px 10px 10px !important

}
.rgt-arrowcomm{
    /* position-absolute top-50 end-0 translate-middle-y */
    position: absolute;
    left: 10%;
    bottom: 12%;
    z-index: 99;
    background-color: #c59d28 !important;
    font-size: 35px !important;
    color: #fff !important;
    font-weight: 600;
    width: 50px;
    height: 50px;
    border-radius: 100px !important;
    line-height: 9px !important;
    padding:5px 10px 10px 10px !important
}
.comm-btn{
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #c59d28;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    /* display: inline-block; */
    float: left;
}
.comm-btn{
    margin-top: 10px !important;
    padding: 10px 20px !important;
    background-color: #c59d28 !important;
    color: white !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
}
.comm-btn:hover{
    background-color: #9c8235 !important;
    color: white;
}
.commu-txt h1{
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color:#fff !important;
}
.thmb-bdr{
    border-color:#c59d28 !important;
}
.mtt4{
    margin-top: -4px;
}