/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.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
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.nf-field-label, .nf-form-fields-required {
	display: none;
}

.link_color a{
	color:#fff !important;
	transition: all 0.4s ease 0s;
}
.link_color a:hover, .link_color_black a:hover{
	color:#fb3199 !important;
	transition: all 0.4s ease 0s;
}
.link_color_black a{
	color:#000 !important;
}
.contact_us .link_color_black a {
	
	padding-bottom: 10px;
}
h3.elementor-icon-box-title{
	margin-top:0 !important;
}
.main_menu li a {
	border-radius: 50px;
}
.uc-posts-pagination {
	margin-top: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.page-numbers {
	padding: 5px 15px;
	border: 1px solid #ccc;
	margin: 0 8px;
	transition: all 0.4s ease 0s;
	color: #000;
}
.page-numbers:hover {
	background-color: #FB3199;
	color: #fff;
	transition: all 0.4s ease 0s;
}
.page-numbers.current {
	background-color: #eee;
	color: #000;
}
.ue_post_blocks_content {
	justify-content: center;
}
.hfe-flyout-wrapper .hfe-side {
	display: block !important;
	transition: 0.5s !important;
}
.menu-item a.hfe-menu-item:hover, .menu-item a.hfe-menu-item {
	transition: 0.4s;
}
.n2-ss-slider ul.n2-ow, .n2-ss-slider li.n2-ow, .n2-ss-slider img.n2-ow, .n2-ss-slider a.n2-ow, .n2-ss-slider p.n2-ow, .n2-ss-slider ol.n2-ow, .n2-ss-slider textarea.n2-ow, .n2-ss-slider input.n2-ow, .n2-ss-slider button.n2-ow {
	transition: all 0.4s !important;
}