.touch-sec {
    background: url(touch-banner.html) 0 0/cover no-repeat;

}
.banner-head h1, .banner-head h2 {
    color: #e4573d;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    padding: 15px 0 0;
}.footer-box-1 p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    padding: 20px 0;
}.footer-box-1 .clock-box-links li a {
    color: #000;
    font-weight: 500;
}.footer-box-1 h6, .footer-box-1 strong.h6 {
    line-height: 25px;
    padding: 0 0 10px;
    font-weight: 500;
}.social-links {
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 10px;
}.social-links, .social-links-list {
    display: flex;
    align-items: center;
    column-gap: 10px;
}.footer-box-2 strong.h4 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 15px;
    display: block;
}.services-links {
    display: flex;
    flex-wrap: wrap;
}.services-links li {
    width: 50%;
}.services-links li i {
    padding: 0 5px 0 0;
    color: #FF8500;
    font-size: 14px;
}.services-links li a {
    color: #000;
    font-size: 16px;
    padding: 0 0 15px;
    font-weight: 500;
    text-decoration: none;
}.awards-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
}.footer-box-1 .clock-box-links {
    margin: 0 0 10px;
    border-bottom: 2px solid #ccc;
    padding: 0 0 10px;
    list-style: none;
}.footer-box-1 strong.h6 {
    line-height: 25px;
    padding: 0 0 10px;
    font-weight: 500;
}.social-links strong.h5 {
    margin: 0!important;
}
.social-links-list li{
    list-style: none;
}
.social-links-list li a {
    color: #000;
    padding: 10px 13px;
    border: 1px solid;
    border-radius: 50%;
    list-style: none;
}ul.services-links {
    list-style: none;
}.awards-links{
    list-style: none;
}
.social-links-list-pic{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    list-style: none;
}

@media(max-width:786px){
    .feather-col{
        display: none;
    }
    .services-links li a {
        color: #000;
        font-size: 10px;
        padding: 0 0 15px;
        font-weight: 500;
        text-decoration: none;
    }
}
