.sub-banner1{
    background-image: url(../images/banner/management-banner.webp );
}
.submanagement-banner{
    width: 100%;
    background-size: cover;
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
}
.submanagement-banner::after{
    content: "";
    background-color: rgb(0 0 0 / 13%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px; 
}
.blog-sec1 .card-body {
    padding: 18px 20px 25px 20px;
    min-height: 18rem;
}
.blog-sec1 .card1{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: .3s ease-in-out;
}
/* .blog-sec .card1:hover{
    transform: translateY(-20px);
} */

.blog-sec .card:hover img{
    filter: none;
}
.blog-sec a{
    text-decoration: none;
}
.blog-sec .card-title{
    color:#000;
}
.blog-sec .card-text{
    color: #393939;
}
.moretext {
    display: none;
    text-align: justify;
  }
  .moretext2 {
    display: none;
    text-align: justify;
  }
  .moretext3 {
    display: none;
    text-align: justify;
  }
  .moretext4 {
    display: none;
    text-align: justify;
  }
  .moretext5 {
    display: none;
    text-align: justify;
  }
  .moretext6 {
    display: none;
    text-align: justify;
  }
  .moretext7 {
    display: none;
    text-align: justify;
  }
  .btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}
.card1-sub-heading{
    position: relative;
    padding-bottom: 6px;
}
/* .card1-sub-heading::after{
    position: absolute;
    content: "";
    background: #632223;
    width: 40px;
    height: 2px;
    left: 0;
    bottom: 6px;
} */
.card1-heading{
    color: #632223;
}
.read-button .butn{
    padding: 6px 14px 6px 14px;
    background-color: #632223;
    color: #fff;
    border: none;
    border-radius: 4px;
    transition-duration: 0.4s;
}
.read-button .butn:hover{
    background-color: #EE8900;
    transition: all ease-in-out 0.4s;
}
.second-row{
    margin-top: 50px;
}
.leader-heading{
    position: relative;
}
.leader-heading::before{
    position: absolute;
    content: "";
    height: 5px;
    width: 4.5%;
    background-color: #632223;
    top: 44%;
    left: 34%;

}
.lead-head{
    position: relative;
    margin-bottom: 4rem;
}
.lead-head::before{
    position: absolute;
    content: "";
    height: 5px;
    width: 4.5%;
    background-color: #632223;
    top: 44%;
    left: 35%;

}

.product-heading p{
    margin-bottom: 2rem;
}
.product-heading{
    position: relative;
}
.product-heading::before{
    content: "";
    height: 5px;
    width: 4.5%;
    background-color: #632223;
    position: absolute;
    top: 15%;
    left: 36%;
}
.product-table table th{
    background-color: #632223;
    color: white;
    padding: 20px 0px;
    font-size: 22px;
    text-align: center;
}
.product-table table tr:nth-child(even) {
    background-color: #ffe997;
}
.product-table tr td{
    padding: 15px 0px;
    text-align: center;
    font-size: 18px;
}
.product-table table{
    width: 100%;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.product-table table tr:nth-child(odd){
    background-color: rgb(251 251 251);
}
.card-text{
    text-align: justify;

}
.leader-sec .slick-slide{
    margin-right: 12px;
}
.leader-sec .leader-card{
    background-color: #FEF0F2;
    padding: 18px;
    border-radius: 10px;
}
.leader-card-para h3{
    text-align: center;
    font-size: 18px;
    padding-top: 18px;
    color: #632223;
    margin-bottom: 10px;
}
.leader-card-para p{
    text-align: center;
    font-size: 17px;
    margin-bottom: 0rem;
}
.leader-sec .slick-dots li.slick-active button:before {
    color: #632223
}
.leader-sec .slick-dots li button:before{
    font-size: 48px;
}
.leader-sec{
    margin-bottom: 3rem;
}
.leader-sec .slick-dots{
    bottom: -60px;
}
.leader-sec .slick-dots li{
    margin: 0 2px;
}





