
#client-logos, .item {
    margin: 1px;
}
.cover-wrapper {
    padding-top: 40px;
     padding-bottom: 40px;
}
.client-inners img {
    height: 300px;
	object-fit: cover;
	border-radius: 20px;
}

.client-inners1 img {
    height: auto;
	object-fit: cover;
	border-radius: 20px;
}
.client-inners {
    background:#3fad64;
    height: auto;
    text-align: center;
    padding: 5px;
	border-radius: 20px;
}
.client-inners1 {
    background:#3fad64;
    height: auto;
    text-align: center;
    padding: 5px;
	border-radius: 20px;
}

.service-inners {
    background:#3fad64;
    height: auto;
    text-align: center;
    padding: 8px;
	border-radius: 20px;
	margin-bottom:15px;
}

.owl-nav img {
    width: 34px;
}
.owl-prev img {
    position: absolute;
    left: -38px;
    top: 50%;
    margin-top: -20px;
}
.owl-next img {
    position: absolute;
    right: -38px;
    top: 50%;
    margin-top: -20px;
}


@media(max-width:560px){
.owl-prev img {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 14px;
}
.owl-next img {
    position: absolute;
    right: 0px;
    top: 100%;
    margin-top: 14px;
}
.owl-nav img {
    width: 25px;
}
}


.insd-h6{
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding: 20px 0px;
	color: #fff;
	height: 95px;
	
}

.trd-h3{
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	padding: 20px 0px;
	color: #fff;
}

.trd-h4{
	font-size:19px;
	font-weight: 600;
	text-align: center;
	padding: 20px 0px;
	color: #fff;
}
.insd-li{
	list-style: none;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 20px;
}




@media(max-width:599px){

.insd-h6 {
    font-size: 25px;
}
}



.tc {
    text-align: center;
    font-weight: 700;
	padding-bottom: 5px;
}

.scl-inrs p{
    font-size: 15px;
    font-weight: 600;
}
.inner-page1{margin-top:0px; margin-bottom:40px;}