.bg-image{
    background-image:url('/images/banner/home-page-banner-graphic-circle-2.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.banner-title1{
    font-size:40px;
}
.banner-desc1{
    font-size:20px;
}
.side-banner{
        display: flex;
        margin: auto;
        height:750px;
        align-items:center;
        justify-content:center;
}
.bg-image2{
    background-image:url('/images/banner/chit_schemes.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
        display: flex;
        margin: auto;
        height:500px;
        width:100%;
        align-items:center;
        justify-content:center;
}
.bg-image3{
    background-image:url('/images/banner/industries-1.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
        display: flex;
        margin: auto;
        height:435px;
        width:100%;
        align-items:center;
        justify-content:center;
}
.bg-image4{
    background-image:url('/images/banner/careers.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
        display: flex;
        margin: auto;
        height:500px;
        width:100%;
        align-items:center;
        justify-content:center;
}
.bg-image5{
    background-image:url('/images/banner/careers.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
        display: flex;
        margin: auto;
        height:500px;
        width:100%;
        align-items:center;
        justify-content:center;
}
.bg-image6{
    background-image:url('/images/banner/contact-us-6.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
        display: flex;
        margin: auto;
        height:500px;
        width:100%;
        align-items:center;
        justify-content:center;
}
.bg-image7{
    background-image:url('/images/banner/chit_schemes_detail.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
        display: flex;
        margin: auto;
        height:500px;
        width:100%;
        align-items:center;
        justify-content:center;
}
.bg-image8{
    background-image:url('/images/banner/automation-industry.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
        display: flex;
        margin: auto;
        height:500px;
        width:100%;
        align-items:center;
        justify-content:center;
}
.bg-image9{
    background-image:url('/images/banner/Chit-Fund-Goals-2.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
        display: flex;
        margin: auto;
        height:500px;
        width:100%;
        align-items:center;
        justify-content:center;
}
.bg-image10{
    background-image:url('/images/banner/plan-for-your-children-marriage.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
        display: flex;
        margin: auto;
        height:500px;
        width:100%;
        align-items:center;
        justify-content:center;
}
.bg-image11{
    background-image:url('/images/banner/How-chit-funds-work-1.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
        display: flex;
        margin: auto;
        height:500px;
        width:100%;
        align-items:center;
        justify-content:center;
}

.maroon:hover {
    background-color: #f6bcbf ;
  }

.card:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }