/* 
Theme Name: svaram
Theme URI: https://svaram.site
Description: svaram
Author: Svaram Team
Author URI: https://svaram.site
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/*
    Add your custom styles here
*/

@import url ("../../plugins/bdthemes-element-pack/assets/css/ep-carousel.css");

.sound-sources{
	
}

.sound-sources-programs .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}

.sound-sources .bdt-carousel .bdt-carousel-item .bdt-carousel-desc{
	padding:0px !important;
}

.dash-twenty{
	margin:0px auto;
	width:20% !important;
}

.dash-twentyfive{
	margin:0px auto;
	width:25% !important;
}

.dash-thirty{
	margin:0px auto;
	width:30% !important;
}

.dash-ten{
	margin:0px auto;
	width:10% !important;
}

.dash-fifteen{
	margin:0px auto;
	width:15% !important;
}



.fa-chevron-right:before {
    content: url("https://svaram.site/wp-content/uploads/2020/07/Vector-3.svg") !important;
    height: 72px;
    width: 32px;
}

.fa-chevron-left:before {
    display: none;
}


.ictitle h3{
	visibility:hidden;
	animation-name: fadeInDown;
	animation-duration: 1s;
}

.ictitle:hover h3{
	visibility:visible;
	animation-name: fadeInUp;
	animation-duration: 2s;
}
