.show-t {
	display:block;
}
.hide-t {
	display:none;
}
.show-t:hover .hide-t{
	display:block !important;
}
.text-c {
	color:#ffffff;
}

.m-bottom {
	margin-bottom:15px;
}
.m-top {
	margin-top:15px;
}
.box-bg {
	background: url(../image/serv-bg-2.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    padding-bottom: 40px;
	padding-top: 40px;
}
.cutom-p {
	padding-top: 2%;
	padding-bottom: 2%;
}
    
.t-box	{
	background: #ffffff;
    padding: 4% 6% 5% 6%;
    text-align: center;
	min-height: 376px;
	}
.col-p{
    padding: 4%;
}

.hm-head {
    text-align: center;
    color: #071041;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 30px;
}
.client_row:first-child, .client_row:nth-child(4n+0) {
    background: none;
}
.client_row {
    background: url(../images/listImg.jpg) left top no-repeat;
    float: left;
    padding: 0 15px 70px;
    width: 100%;
}
.client_row a {
    display: block;
    color: #221f1f;
    font-family: 'FiraSans-Bold';
    font-size: 14px;
}
.client_row a span {
    color: #222;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    font-family: arial;
}
.client_row a img {
    padding-bottom: 45px;
    -webkit-filter: grayscale(100%) brightness(10%) contrast(100%);
    filter: grayscale(100%) brightness(10%) contrast(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100px;
}
.hm-head span {
    font-weight: 500;
    color: #6b6b6b;
}
.s-col {
	padding:2% 0% 0% 0%
}
.s-col p{
    text-align: center;
}
.s-col a{
	color:#ffffff;
}
.f-bg{
background: #3c599f;
}
.t-bg{
background: #32ccfe;
}
.g-bg{
background: #dd4c39;
}
.l-bg{
background: #0085ae;
}




