.border_right{
border-right: 1px solid #fff;
}

.border_bottom{
    border-bottom: 1px solid #a19b9b;
    }

.pad_20{
    padding: 20px 0px;
}

.skill__icon-thumb img{
    border-radius: 50%;
}

.display_mob{
    display: none;
}

.custom-border-radius {
    border-radius: 0px !important;
  }
  
@media (max-width:776px){
    .section__title-space{
        margin-bottom: 15px;
    }
    .award__btn{
        display: none;
    }
    .backtotop-wrap{
        display: none;
    }
    .display_mob{
        display: block;
    }

    .footer__top {
    
        margin-top: 15px;
        justify-content: space-between;
        padding-bottom: 0px;
    }
}





