.consulting-services.with_icons_2 {
transition: .3s;
max-width: 442px;
margin: 0 auto;
padding: 90px 70px 60px;
border-radius: 40px;
box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
background-color: #fff; }
.consulting-services.with_icons_2.owl-carousel .service-item {
width: 100%; }
.consulting-services.with_icons_2:before, .consulting-services.with_icons_2:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 40px;
background-color: #fff;
z-index: 1;
transition: .3s; }
.consulting-services.with_icons_2:before {
background-color: #f2f4fa;
transform: rotate(75deg);
z-index: 0; }
.consulting-services.with_icons_2 .service-item {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
position: relative;
z-index: 1;
min-height: 280px; }
.consulting-services.with_icons_2 .service-item .service-item-icon {
overflow: hidden;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 10px; }
.consulting-services.with_icons_2 .service-item .service-item-icon i {
color: var(--con_base_color);
font-size: 36px;
display: block;
transition: .3s; }
.consulting-services.with_icons_2 .service-item .service-item-icon svg {
fill: var(--con_base_color); }
.consulting-services.with_icons_2 .service-item .service-item-icon.icon_position_left {
justify-content: flex-start; }
.consulting-services.with_icons_2 .service-item .service-item-icon.icon_position_center {
justify-content: center; }
.consulting-services.with_icons_2 .service-item .service-item-icon.icon_position_right {
justify-content: flex-end; }
.consulting-services.with_icons_2 .service-item .service-item-icon.icon_shape_circle .service-item-icon-wrapper {
padding: 20px;
position: relative;
width: -moz-fit-content;
width: fit-content; }
.consulting-services.with_icons_2 .service-item .service-item-icon.icon_shape_circle .service-item-icon-wrapper:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
background-color: var(--con_third_color);
left: 0;
top: 0;
z-index: -1;
transition: .2s;
border-radius: 100%; }
.consulting-services.with_icons_2 .service-item .service-item-title {
text-align: center;
align-items: center; }
.consulting-services.with_icons_2 .service-item .service-item-title:before, .consulting-services.with_icons_2 .service-item .service-item-title:after {
display: none; }
.consulting-services.with_icons_2 .service-item .service-item-title a {
font-size: 20px;
line-height: 1.2;
text-align: center;
margin-bottom: 8px;
font-weight: 500;
text-decoration: none;
color: var(--con_base_color);
transition: .3s; }
.consulting-services.with_icons_2 .service-item .service-item-description {
margin: 0 0 20px;
text-align: center;
line-height: 24px;
color: var(--con_base_color);
transition: .3s; }
.consulting-services.with_icons_2 .owl-stage-outer {
z-index: 10; }
.consulting-services.with_icons_2 .owl-controls {
z-index: 9;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto; }
.consulting-services.with_icons_2 .owl-controls .owl-dots {
display: flex;
justify-content: center;
align-items: center; }
.consulting-services.with_icons_2 .owl-controls .owl-dots .owl-dot span {
display: block;
width: 8px;
height: 8px;
margin: 0 5px;
background-color: rgba(0, 46, 91, 0.2);
background-clip: content-box;
border-radius: 50%;
transition: .3s; }
.consulting-services.with_icons_2 .owl-controls .owl-dots .owl-dot.active span {
width: 30px;
border-radius: 4px;
background-color: var(--con_base_color); }