 

.accordion-flush .accordion-item .accordion-button {
     border-radius: 0;
     font-size: 25px;
     font-weight:300;
 }



section.about-gall .owl-carousel .owl-nav .owl-next, section.about-gall .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 12px;
    min-width: 35px;
    background: var(--white-color);
    margin: 0;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    /* border-radius: 100%; */
}
section.about-gall .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 12px;
}
section.about-gall .owl-carousel .owl-stage-outer{
  padding:0;
}
section.about-gall .gall_slide_img img{
  height:300px;
  width:100%;
  object-fit:cover;
}



section.about-gall{
  padding:0;
}



section.footer-top-sec .row{
 justify-content:space-between;
}

section.footer-top-sec{
   background: var(--lt-bg-color);
}
   
section.footer-top-sec h4{
  text-align:center;
}

section.footer-top-sec p{
  text-align:center;
  margin-bottom:5px;
}







