/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.comments-area a, .page-content a {
	text-decoration: none;
}

.bg_icon .elementor-icon-box-icon {
	background-image: linear-gradient(to right, #19A1BE , #5F4D9B);
	padding: 25px;
	max-width: 90px;
}

.bg_full_icon .elementor-icon {
	background-image: linear-gradient(to right, #19A1BE , #5F4D9B);
	padding: 25px;
}
.link_txt .elementor-widget-container p span a{
	color:#000000DB !important;
}
/* banner btn */
.custom_gradient_btn .btn {
	border-radius:10px !important;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
	40% {
    transform: translateY(-15px);
  }
	60% {
    transform: translateY(-15px);
  }
}
.dwwon_arroww{
 animation: bounce 2s infinite;
}
.dwwon_arroww::hover{
 animation: none !important; 
}

.points_dv ul {
	margin-left: -25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bg_iconlist .elementor-icon-list-item.elementor-inline-item {
	background: rgba(255, 255, 255, 0.1);
	padding: 10px 25px;
	border-radius: 10px;
}

/* header logo */
.header_logo .elementor-image-box-wrapper{
	display:flex;
}
.header_logo span{
font-weight:600;
}
.blog_grid .uc_content{
	background-image: linear-gradient(to right, #5F4D9B , #19A1BE);

}
@media only screen and (max-width: 768px) {
	.ue_stacking_card_item {
		position:unset !important;
		padding-top:20px !important;
	}
	.ue_card_content{
		height:max-content !important;
	}
	.ue_cards_wrapper{
		display:block !important;
	}
	
	.bg_iconlist .elementor-icon-list-item.elementor-inline-item{
		margin-bottom:10px;
	}
	.elementor-icon-list-items.elementor-inline-items {
	flex-direction: column;
	align-items: center;
}
}
