/* 
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 */
:root{
	--primary:#1C1C1C;
	--accent:#EE2375;
	--text:#263238;
	--white:#fff;
}
.m-0{
	margin: 0px !important;	
}
.p-0{
	padding: 0px !important;
}
ul.no-bullet {
    list-style-type: none;
}
.elementor-widget-text-editor ul li:not(:last-child),
.elementor-widget-text-editor ol li:not(:last-child){
    margin-bottom: 10px;
}
.text-decoration-none a {
    text-decoration: none !important;
}
.elementor-widget-button .elementor-button {
    background-color: transparent;
	font-weight:600 !important;
}
.link-black a{
	color:var(--primary) !important;
}
.link-black a:hover{
	color:var(--accent) !important;
}
.header-top-ul ul{
    display: flex;
    margin-left: auto;
    margin-right: 0;
    justify-content: end;
    gap: 20px;
    padding: 0px !important;
    list-style-type: none;
}
.header-top-ul ul li a {
    color: var(--white) !important;
}
.header-top-ul ul li a:hover {
    color: var(--white) !important;
}
.elementor-widget-container p:last-child {
    margin-bottom: 0px;
}
.common-ul ul,
.common-ol ol{
	padding-left:20px;
	margin-bottom:0px;
}
.link-light a{
	color:#fff !important;
	text-decoration:none;
}
.link-light a:hover{
	color:#fff !important;
	text-decoration:underline;
}
.comments-area a, .page-content a{
	text-decoration:none;
}

.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover{
	color:var(--accent) !important;
}
/* Footer CSS */
.footer-ib .elementor-icon-box-title {
    margin-top: 0px !important;
    margin-bottom:0px !important;
}
.footer-ib .elementor-icon-box-wrapper {
    align-items: center !important;
	display:flex !important;
}
.our-services .elementor-image-box-title {
    padding: 0px 12px;
}
.success-stories-grid .elementor-image-box-content {
    margin: 10px 15px 0px !important;
}
.success-stories-grid .elementor-image-box-img img{
	border:1px solid #eee !important;
}
.cf-common .form-field {
    margin-bottom: 15px;
}
.cf-common .form-field input,
.cf-common .form-field textarea{
    border-radius: 10px;
    border-color: #ddd !important;
    color:#000;
}
.cf-common .form-field input::focus,
.cf-common .form-field textarea::focus{
    outline:none !important;
    border-color:pink !Important;
}
.email-text a,
a.mail-text{
	word-break: break-all;
}
.our-success-story-home .elementor-image-box-content {
    position: absolute;
    bottom: 7px;
    background-color: #0000009e;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.our-success-story-home .elementor-image-box-wrapper{
	position:relative;
}
.our-success-story-home .elementor-image-box-content .elementor-image-box-title {
    margin: 0px !important;
    color: #fff;
}
/* Responsive View */
@media all and (max-width:767px) {
	.footer-ib .elementor-icon-box-icon {
		margin-bottom: 0px !important;
		line-height: 22px;
		margin-right:0px !important;
	}
	.footer-ib .elementor-icon-box-content {
		text-align: left;
		padding-left: 10px;
	}	
}
