.consulting-services.full_image {
display: flex;
flex-wrap: wrap; }
.consulting-services.full_image.owl-carousel.dots_alignment_center .owl-controls .owl-dots {
justify-content: center; }
.consulting-services.full_image.owl-carousel.dots_alignment_left .owl-controls .owl-dots {
justify-content: flex-start; }
.consulting-services.full_image.owl-carousel.dots_alignment_right .owl-controls .owl-dots {
justify-content: flex-end; }
.consulting-services.full_image.owl-carousel .service-item {
width: 100%; }
.consulting-services.full_image.owl-carousel .owl-controls {
z-index: -1; }
.consulting-services.full_image.owl-carousel .owl-controls .owl-dots {
display: flex;
align-items: center;
gap: 5px; }
.consulting-services.full_image.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
background-color: var(--con_base_color); }
.consulting-services.full_image.owl-carousel .owl-controls .owl-dots .owl-dot span {
display: block;
width: 8px;
height: 8px;
margin: 0 5px;
background-color: rgba(0, 46, 91, 0.3);
border-radius: 50%;
transition: .3s; }
.consulting-services.full_image .service-item {
padding: 0 15px;
margin-bottom: 30px;
transition: .3s; }
.consulting-services.full_image .service-item:hover .service-item-image img {
transform: scale(1.1); }
.consulting-services.full_image .service-item .service-item-image {
position: relative;
overflow: hidden;
width: -moz-fit-content;
width: fit-content; }
.consulting-services.full_image .service-item .service-item-image img {
transition: .3s; }
.consulting-services.full_image .service-item .service-item-image:before {
background: #1E1E1E80;
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: .3s;
z-index: 1; }
.consulting-services.full_image .service-item .service-item-content {
position: absolute;
bottom: 25px;
left: 25px;
right: 25px;
z-index: 2; }
.consulting-services.full_image .service-item .service-item-content .service-item-title {
font-size: 20px;
font-weight: 600;
line-height: 24px;
margin-bottom: 10px;
padding-top: 0; }
.consulting-services.full_image .service-item .service-item-content .service-item-title:before, .consulting-services.full_image .service-item .service-item-content .service-item-title:after {
display: none; }
.consulting-services.full_image .service-item .service-item-content .service-item-title a {
text-decoration: none;
color: #fff;
transition: .3s; }
.consulting-services.full_image .service-item .service-item-content .service-item-read-more {
font-size: 14px;
font-weight: 600;
line-height: 24px;
color: #fff;
display: flex;
align-items: center;
gap: 8px;
text-decoration: none;
transition: .3s;
width: -moz-fit-content;
width: fit-content; }
.consulting-services.full_image .service-item .service-item-content .service-item-read-more .read_more_icon_wrapper {
display: flex; }
.consulting-services.full_image .service-item .service-item-content .service-item-read-more i {
color: #fff; }
.consulting-services.full_image .service-item .service-item-content .service-item-read-more svg {
fill: #fff; }