/*
Theme Name: Total Compliance Solutions
Theme URI: https://nuhatech.org
Description: A custom theme built for Total Compliance Solutions by Nuhatech.org
Author: Nuhatech
Author URI: https://nuhatech.org
Version: 1.0.0
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.ntclients .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; 
}
.ntexpbox .jkit-icon-box-wrapper {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:600px) {
.ntexpbox .jkit-icon-box-wrapper {
height: 165px;
}
}