/*
Theme Name: Astra-Child
Theme URI: http://example.com/astra-child/
Description: Astra-Child
Author: Ahmed
Author URI: http://example.com
Template: astra
Version: 1.0.0
*/

.swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; 
}
.copyright-year{
	text-align:center;
	color:var(--e-global-color-accent);
	font-size:var(--e-global-typography-accent-font-size);
}
.copyright-year a{
	color:var(--e-global-color-42f5d42);
}
.copyright-year a:hover{
	color:var(--e-global-color-text);
}