.left_indicators{
    position: absolute;
    left: 0;
    top: 35%;
    display: block;
    margin: 0;
    margin-left: 20px;
    width: 15px;
}
/* NEW DESIGN START */
.facility_second_item{
    padding-top: 10px;
}
.facility_layer{
    height: 400px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.facility_layer_inner{
    height: 100%;
    width: 100%;
    background-color: #5f5f5f80;
    position: relative;
}
.facility_layer_inner .facility_pattern{
    position:absolute;
    top:10px;
    left: 10px;
    height: 50px;
    width: 50px;
}
.facility_pattern_blew{
    position:absolute;
    bottom:10px;
    right: 10px;
    height: 50px;
    width: 50px;
    z-index: 1;
}
.facility_layer_inner > h1{
    position:absolute;
    top: 8px;
    left: 90px;
    font-size: 45px;
    padding-bottom: 5px;
    border-bottom: 4px solid white;
}
.facility_inner_text{
    padding: 100px 55px 0px 13px;
}
.facility_inner_text > h2{
    color: #ffffff;
    font-size: 30px;
}
.facility_inner_text > p{
    color: #ffffff;
    
}
.facility_inner_text > button{
    background-color: #2C3B92;
    color:white;
    text-transform: uppercase;
    border-color: transparent;
    padding: 2px 5px;
}
 .card-img img{
    aspect-ratio: 7/5;
}
.card-heading{
    padding: 10px 5px;
    height: 55px;
}
.card-body{
    padding: 0 6px;
    
}
.card-body > div{
    font-size: 11px;
    height: 240px;
    overflow: hidden;
}
/* NEW DESIGN END */
.left_indicators.carousel-indicators [data-bs-target]{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--primary);
}
.banner_item{
    background: white;
    position: relative;
    border-radius: 0 0 20px 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.banner_item .facility_heading{
    width: 250px;
    text-align: center;
}
.banner_item .facility_heading_bottom{
    width: 340px;
    text-align: end;
    margin: 0 auto;
    
}
.banner_item .facility_heading_bottom .slider_line{
    width: 500px;
}
.banner_item .facility_heading .heading{
    font-size: 80px;
    font-weight: 900;
    line-height: 0.9;
}
.banner_item .facility_heading_bottom .heading{
    font-size: 90px;
    font-weight: bolder;
}
.banner_item .facility_heading .line{
    height: 2px;
    width: 100px;
    margin: 0 auto;
}
.facility_heading_top{
    margin-top: 20px;
    margin-top: 30px;
}

.fabric_section .bg_ground{
    background-color: #2C3B91;
    border-radius: 20px;
    color: #ffffff;
    padding: 20px;
}
.bg_green_box{
    border: 15px solid #03A04A;
    border-radius: 20px;
    overflow: hidden;
    background-color: #03A04A;
}
.bg_green_box .row{
    background-color: #03A04A;
}

.bg_green_box .col-lg_5{
    height: 200px;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}
.bg_green_box .col-lg_5 img{
    height: 100%;
}
.bg_green_box .col-lg_5 .halvatika{
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.production_section .productions .border_right .title{
    color: #3E71B8;
    text-align: center;
}