/*
 Theme Name:   Kadence Child
 Description:  Kadence Child Theme
 Author:       Deepak Kumar
 Template:     kadence
 Version:      1.0.0
 Tags:         customizable, modern, responsive-layout, gutenberg, header builder, footer builder
 Text Domain:  kadencechild
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.custom-button a{
	padding: 10px 30px!important;
	margin-top: -10px;
	background-color: var( --e-global-color-kadence1 );
	border-radius: 200px;
}
.custom-button a:hover{
color: #fff!important;
}

.mySwiper.myEmployees .card::before{
	height: 30%!important;
}

.mySwiper.myEmployees .card .image{
	background: none!important;
}

@media only screen and (max-width:767px) {
	.swiper-wrapper{
		gap: 5px;
	}
}