/* Custom CSS file */

/* Example */
body{
    scroll-behavior:smooth;
}

.custom_heading span{
	color: #f96c1f;
}

.solutions_wrapper_main .box_hover_effect:hover{
	background: #f96c1f;
	border-color: #f96c1f;
	cursor: pointer;
}
.solutions_wrapper_main .box_hover_effect:hover h3{
	color : #ffffff !important;
}
.solutions_wrapper_main .box_hover_effect:hover img{
	filter: brightness(0) invert(1);
}

body .company-slider .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; 
  transition-duration: linear !important;
}