.img-category {
	text-align: center;
	border: 1px solid #e7eef4;
	background: #e7eef4;
	color: #0b0b0b;
	border-radius: 10px;
	transition: all 0.3s ease;
	/* or for specific properties: */
	/* transition: border 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; */
}

.img-category:hover {
	border: 1px solid #02447e;
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(2, 68, 126, 0.15);
}


.img-category:hover .img-sec, .img-category.hover-effect .img-sec {
	border: 0px solid var(--accent-color);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-w-bg.tools-service {
	padding: 15px 0 0 0;
	background: #fff;
}

/* .img-category:hover {
	border-bottom: 3px solid #3594bf;
} */

.img-category .img-sec {
	border-radius: 0;
	margin: 0 auto;
	width: 50%;
	border: 0px solid var(--theme-color);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 20px auto;
}

.img-category h4 {
    text-transform: capitalize;
    margin-top: 12px;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 12px;
}

.title2 .title-inner2:after {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #3594bf;
    opacity: 0.4;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
    z-index: -1;
}

.title2 .title-inner2 {
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    padding: 0 25px;
    margin-top: 30px;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    color: #02447e;
}

.slick-prev {
    right: 5%;
    top: -12%;
    left: unset;
}

.slick-next {
    right: 0;
    top: -12%;
}

.slick-prev,
.slick-next {
    background: #3594bf;
    border-radius: 100%;
    padding: 5px !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 9999;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: #3594bf;
    color: transparent;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {


    .title2 .title-inner2 {
        margin-bottom: 45px;
        font-size: 18px;
    }

    .img-category h4 {
        text-transform: capitalize;
        margin-top: 12px;
        color: #ffffff;
        font-weight: 300;
        line-height: 1.3;
        display: inline-block;
        position: relative;
        z-index: 1;
        font-size: 10px;
    }


}