.header-section{
    background-color: #ffffff;
    color: #000;
}

.header-container{
    padding: 0 8%;
}

.home-container{
    padding: 0px;
    height: 100vh!important;
}

.home-carousel{
    width: 100%; 
    height: 100%;
}

.carousel-inner{
    height: 100%;
}

.carousel-item{
    height: 100%;
}

.b-img{
    height: 100%;
}

.carousel-control-next{
    color: #fff;
}

.carousel-indicators [data-bs-target]{
    background-color: #fff;
}

.carousel-caption-content {
    position: absolute;
    margin: 0;
    top: 50%;
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 1.25rem;
    color: #fff; 
}

.bg-content-img{
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 0px 20px;
    float: right;
}

.bg-3-background{
    background-image: linear-gradient(to top left, rgba(0,0,255, 0.2) 30%, rgba(0,0,255,0.9));
}

.header-content-title {
    font-size: 25px!important;
    margin-top: 15%;   
    color: #fff!important;     
    margin-bottom: 20px;
}

.header-content-subtitle{
    display: inline-block;
    text-align: justify;
    list-style: none;
    padding: 0;
}

.header-content-subtitle li {
    padding: 5px 0px;
    font-size: 15px;
}

.header-content-subtitle li i {
    padding: 5px 5px;
}

.getmoredetails{
    padding: 10px;
    color: #ea1d1f;
    background-color: #ffffff;
    border: 1px solid #ea1d1f;
    border-radius: 50px;
}

.getmoredetails:hover {    
    transition: 0.5s;
    color: #ffffff;
    background-color: #ea1d1f;        
    box-shadow: 0 3px 3px 0 #333333, 0 3px 3px 0 #333333;
}

.aboutus-img{    
    object-fit: contain;
    min-height: 200px;
    width: 100%;
    text-align: center;    
}

.about .content{
    text-align: justify;
}
