 .section_gap {
    padding: 0px 0px;
    @media(max-width: 0px) {
        padding: 0px 0px;
    }
}

.section_gap_top {
    padding-top: 0px;
    @media(max-width: 0px) {
        padding-top: 0px;
    }
}



.footer-area:before {
    height:50px;

}



.service-area:after {
    height: 800px;
}


.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 25ch;
}