body {
    font-size: 14px; /* Adjust the size to your preference */
    /* margin-left: 15px;  Increase left margin to your preference */
    /*  margin-right: 15px; Increase right margin to your preference */ 
}

h4 {
    font-size: 16px; /* Adjust the size to your preference */
}

h3 {
    font-size: 24px; /* Adjust the size to your preference */
}

.logo {
        width: 50px; /* Set the desired width */
        height: auto; /* Maintain aspect ratio */
    }
    
    .carousel-indicators {
    list-style: none;
    padding: 0;
    text-align: center;
    }

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    text-indent: -999px;
    border: 2px solid #333;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #333;
}
.font20{
    font-size: 20px ;
  }
  
  .title{ 
    text-decoration: underline;
}
.minht100{
    min-height: 100px !important;
}
.padding20{
    padding:20px;
}
.tabs{
    background-color: #FF8C00 !important; 
    color: black !important; 
    border: none !important;
}
.icons{
    max-width:100%; 
    border-radius:20px"
}
.margn-bot10{
    margin-bottom:10px;
}
.font-bold{
    font-weight: bold;
}
.p-about{
    font-size: 1.4em; 
    line-height: normal;
}
.padding-top40{
    padding-top: 40px ;
}
.padding-bot40{
    padding-bottom: 40px ;
}
.row-margnpad{
    margin: 0;
    padding: 0;
}
.margn0{
    margin: 0;
}
.padd0{
    padding: 0;
}
.txt-dcor0{
    text-decoration: none !important;
}