.cts_hmdstnsn_card_slider .swiper-slide-inner {
    position: relative;
    overflow: hidden;
}
.cts_hmdstnsn_card_slider .swiper-slide-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease; 
    z-index: 1; 
    pointer-events: none;
}
.cts_hmdstnsn_card_slider .swiper-slide-inner:hover::before {
    opacity: 1; 
}
.cts_hmdstnsn_card_slider .swiper-slide-inner:hover img.swiper-slide-image {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}
.cts_hmdstnsn_slides_box_fig_img img {
	transform-style: preserve-3d;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.cts_hmdstnsn_slides_box:hover .cts_hmdstnsn_slides_box_fig_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.cts_hmdstnsn_slides_box{
	position:relative;
}
.cts_hmdstnsn_slides_box:before {
    position: absolute;
    content: '' !important;
    bottom: 0px;
    left: 0px !important;
	top: unset !important;
    width: 100% !important;
    height: 40% !important;
    z-index: 1;
    background: -webkit-linear-gradient(left top, #000, transparent);
    background: -o-linear-gradient(bottom right, #000, transparent);
    background: -moz-linear-gradient(bottom right, #000, transparent);
    background: linear-gradient(to top, #000, transparent);
    opacity: 0.8 !important;
}
.cts_hmdstnsn_slides_box:hover:before {
    background: -webkit-linear-gradient(left top, #83441d, transparent);
    background: -o-linear-gradient(bottom right, #83441d, transparent);
    background: -moz-linear-gradient(bottom right, #83441d, transparent);
    background: linear-gradient(to top, #83441d, transparent);
}
.cts_hmdstnsn_slides_box_info {
	position: relative;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 2;
    transition: all 0.9s;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    -ms-transition: all 0.9s;
}
.cts_hmdstnsn_slides_box:hover .cts_hmdstnsn_slides_box_info {
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.cts_hmdstnsn_slides_box_ovrly {
	z-index: 1 !important;
}
.cts_hmdstnsn_card_slider .elementor-swiper-button {
	top: -25px !important;
}
.cts_hmdstnsn_card_slider .elementor-swiper-button-prev {
	left: unset !important;
    right: 50px !important;
}
.cts_hmdstnsn_card_slider .elementor-swiper-button svg {
	height: 20px !important;
    width: 20px !important;
}
.cts_left_titlebx_mnhdng .elementor-heading-title {
	position: relative;
	padding-bottom: 10px;
}
.cts_left_titlebx_mnhdng:before {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(to right, #83441d, #f8bd6f);
}
.cts_ourprtnr_logo_sider .single-client {
	box-shadow: none !important;
}


















