.UIServiceCategory_Default1 .ServiceCategory {
        margin: 0;
        /* padding: 50px; */
        /* background: var(--bs-gray-100); */
        /* width: 100%; */
        margin-bottom: 30px;
        /* border: 1px solid #e9ecef; */
        border-top: none;
        height: auto;
}
.UIServiceCategory_Default1 .ServiceCategory .Title {
        text-align: center;
        display: none;
        position: relative;
}
.UIServiceCategory_Default1 .ServiceCategory .Title:before{
        content: '';
        display: none;
        height: 2px;
        background: #343a40;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        /* z-index: 0; */
        left: 50%;
}
.UIServiceCategory_Default1 .ServiceCategory .Title span{
        color: #343a40;
        font-size: 1.8rem;
        text-transform: uppercase;
        padding: 0;
        display: inline-block;
        font-weight: 600;
        text-decoration: none;
        /* background: #eeeeee; */
        position: relative;
        margin-bottom: 30px;
}
.UIServiceCategory_Default1 .ServiceCategory ul {
        /* background: #f0f0f0 none repeat scroll 0 0; */
        /* border: 1px solid #e0e0e0; */
        list-style: outside none none;
        margin: 0;
        padding: 3px;
        border-top: none;
}
.UIServiceCategory_Default1 .ServiceCategory ul li:last-child {
}
.UIServiceCategory_Default1 .ServiceCategory ul li a {
        color: #444444;
        /* font: 15px arial; */
}
.UIServiceCategory_Default1 .Content .nav {
        display: inline-flex !important;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0;
        column-count: unset !important;
        padding: 0;
        left: 0;
        border-collapse: collapse;
        width: 100%;
        border-right: none !important;
        border: none;
}
.UIServiceCategory_Default1 div.ServiceCategory ul li {
        display: inline-block;
        width: 25%;
        padding: 17px;
        border: none !important;
}


.UIServiceCategory_Default1 div.ServiceCategory ul li:first-child {
        padding-left: 0px;
}
.UIServiceCategory_Default1 div.ServiceCategory ul li:last-child {
        padding-right: 0px;
}
.UIServiceCategory_Default1 div.ServiceCategory ul li+li{
        border-left: 1px solid #e9ecef;
}
.UIServiceCategory_Default1 .ServiceCategory ul li .item {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        align-items: center;
        height: 100%;
}
.UIServiceCategory_Default1 .ServiceCategory ul li .item img {
        width: 110px;
        display: none;
}
.UIServiceCategory_Default1 .ServiceCategory ul li .item span {
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 550;
        color: #212529;
}
.UIServiceCategory_Default1 .UIServiceCategory_Default1 .ServiceCategory p.summary {
        text-align: center;
        font-size: 15px;
        border-top: 1px solid #e4e4e4;
        padding-top: 20px;
        margin-bottom: 0;
}
.UIServiceCategory_Default1 .ServiceCategory .Content {
        overflow: hidden;
        /* padding-bottom: 20px; */
}
.UIServiceCategory_Default1 .ServiceCategory .PreButton {
        height: 30px;
        left: 10px;
        opacity: 0.5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 2;
        /* background: rgba(0, 0, 0, 0) url("Images/arrows.png") no-repeat scroll left top; */
}
.UIServiceCategory_Default1 .ServiceCategory .PreButton:before{
        content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®';
        color: #9f9c9c;
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.UIServiceCategory_Default1 .ServiceCategory .NextButton {
        height: 30px;
        opacity: 0.5;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 2;
}
.UIServiceCategory_Default1 .ServiceCategory .NextButton:before{
        content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯';
        color: #9f9c9c;
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.UIServiceCategory_Default1 .ServiceCategory ul li .item .border {
   font-size: 17px;
   color: #005697;
   font-family: UTMAvoBold;
   text-transform: uppercase;
   text-align: center;
   border: 1px solid #bd1f24!important;
   padding: 15px;
   box-shadow: 0 0 3px #bd1f24 inset;
   width: 100%;
   overflow: hidden;
   display: block;
   text-overflow: ellipsis;
   white-space: nowrap;
   transition: all .5s;
}
span.article-title {
            font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 550;
    color: #212529;
}  

.ServiceCategory  ul.nav {
    padding: 20px 0 38px 0;
}


.ServiceCategory li {
    font-size: 17px;
    color: #005697;
    font-family: UTMAvoBold;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #03a800 !important;
    padding: 15px;
    box-shadow: 0 0 3px #03a800 inset;
    width: 100%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
}
@media only screen and (max-width: 768px){
        div.ServiceCategory {
                width: 100vw;
                padding: 0 10px;
                /* padding-bottom: 20px; */
                overflow: auto;
                height: auto;
                margin-bottom: 0;
        }
        div.ServiceCategory ul li {
                /* width: calc(50vw - 20px); */
                margin: 0;
                padding: 0;
                flex-grow: 1;
        }
        div.ServiceCategory .Content{
                max-width: unset;
                margin: 0;
                overflow: auto;
        }
        div.ServiceCategory .Content .nav {
                /* flex-wrap: wrap; */
                /*white-space: nowrap;*/
        }
   .UIServiceCategory_Default1 .Content .nav {
        display: block !important;
        flex-wrap: unset;
}
.UIServiceCategory_Default1 div.ServiceCategory ul li {
   width: 100%;
   padding: 7px 0 7px 0 !important;
  
}

}
