.consulting-services.info_above {
display: flex;
flex-wrap: wrap; }
.consulting-services.info_above.owl-carousel.dots_alignment_center .owl-controls .owl-dots {
justify-content: center; }
.consulting-services.info_above.owl-carousel.dots_alignment_left .owl-controls .owl-dots {
justify-content: flex-start; }
.consulting-services.info_above.owl-carousel.dots_alignment_right .owl-controls .owl-dots {
justify-content: flex-end; }
.consulting-services.info_above.owl-carousel .service-item {
width: 100%; }
.consulting-services.info_above.owl-carousel .owl-controls {
z-index: -1;
left: 10px;
right: 10px; }
.consulting-services.info_above.owl-carousel .owl-controls .owl-dots {
display: flex;
justify-content: center;
align-items: center;
gap: 5px; }
.consulting-services.info_above.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
background-color: var(--con_base_color); }
.consulting-services.info_above.owl-carousel .owl-controls .owl-dots .owl-dot span {
display: block;
width: 8px;
height: 8px;
background-color: rgba(0, 46, 91, 0.3);
border-radius: 50%;
transition: .3s; }
.consulting-services.info_above .service-item {
padding: 0 15px;
margin-bottom: 30px; }
.consulting-services.info_above .service-item:hover .service-item-wrapper .service-item-image a:before {
opacity: 60%; }
.consulting-services.info_above .service-item:hover .service-item-wrapper .service-item-image a .service-item-icon {
opacity: 100%; }
.consulting-services.info_above .service-item:hover .service-item-wrapper .service-item-title a {
color: var(--con_secondary_color); }
.consulting-services.info_above .service-item .service-item-content .service-item-title {
margin-bottom: 20px;
padding-top: 0; }
.consulting-services.info_above .service-item .service-item-content .service-item-title:before, .consulting-services.info_above .service-item .service-item-content .service-item-title:after {
width: 60px;
height: 6px;
background-color: var(--con_third_color);
margin-top: 20px;
margin-bottom: 20px;
border-radius: 10px; }
.consulting-services.info_above .service-item .service-item-content .service-item-title a {
font-family: var(--con_secondary_color);
font-size: 18px;
font-weight: 500;
line-height: 24px;
color: var(--con_base_color);
text-decoration: none; }
.consulting-services.info_above .service-item .service-item-image a {
width: -moz-fit-content;
width: fit-content;
height: 100%;
display: block;
position: relative; }
.consulting-services.info_above .service-item .service-item-image a:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
transition: .3s;
background-color: var(--con_base_color);
z-index: 1; }
.consulting-services.info_above .service-item .service-item-image a .service-item-icon {
position: absolute;
width: 50px;
height: 50px;
background-color: var(--con_third_color);
color: var(--con_base_color);
border-radius: 100%;
font-size: 20px;
left: 25px;
top: 50%;
transform: translateY(-50%);
line-height: 50px;
text-align: center;
opacity: 0;
transition: .3s;
z-index: 2; }