.menuservices-wrap{	padding: 0;	margin: 0;}.featured-box{ 	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;    position: relative;    margin: 18px 15px 40px 15px;    border-radius: 0px;    box-shadow: 8px 10px 0px 0px rgb(5 17 22 / 9%);    border: 1px solid #cccccc40;}.featured-box .img-box img{	display: block;    margin: 0 auto;    max-width: 100%;    object-fit: fill;}.featured-box  .box-text {    font-weight: 400;    font-size: 17px;    line-height: 22px;	margin: 15px 0;	font-family: 'Nunito', sans-serif;}.featured-box .icon-box-text {    padding: 14px;    text-align: center;    margin-top: 0px;}.featured-box .icon-box-text .box-icon {    display: inline-block;    position: relative;    align-items: center;    justify-content: center;}.featured-box .icon-box-text .box-icon img{position: relative;width: 60px;}.featured-box .icon-box-text .box-icon:before{	content: "";    position: absolute;    bottom: 0;    right: -15px;    width: 70px;    height: 70px;    border-radius: 10px;    transform: rotate(22deg);    background: linear-gradient(62.5deg,transparent,rgba(47,85,212,.09));}.featured-box:hover .box-icon:before{	background: rgba(47,85,212,.07);    animation: spinner-border 5s linear infinite;}.featured-box .icon-box-text h4{text-transform: capitalize;    color: #313e5b;    /* font-family: serif; */    font-weight: 700;    font-size: 20px;}.featured-box:after{	position: absolute;    bottom: 0;    content: "";    width: 0;    background: #AB6A49;    transition: all .5s ease-in-out;    z-index: 2;}.featured-box:hover:after{	height: 4px;    left: 0;    width: 100%;}.featured-box .icon-box-text h4 a{color: #0D0D0D;}.box-text-inner{	text-overflow: ellipsis;    -webkit-line-clamp: 4;    display: -webkit-box;    -webkit-box-orient: vertical;    overflow: hidden;	height: 68px;}.menuservices .owl-nav{	position: static;}.menuservices .owl-nav .owl-prev, .menuservices .owl-nav .owl-next{	border: none;	width: auto;    height: auto;}.menuservices .owl-nav .nav-btn{  height: 47px;  position: absolute;  width: 26px;  cursor: pointer;  top: 40% !important;}.menuservices .owl-nav .prev-slide{  background: url(../images/nav-icon.png) no-repeat scroll 0 0;  left: -33px;}.menuservices .owl-nav .next-slide{  background: url(../images/nav-icon.png) no-repeat scroll -24px 0px;  right: -33px;}.menuservices .owl-nav .prev-slide:hover{ background-position: 0px -53px;}.menuservices .owl-nav .next-slide:hover{background-position: -24px -53px;}   @keyframes spinner-border{50% {transform: rotate(360deg);}}