/*
Theme Name: Hello Elementor Child Theme
Template: hello-elementor
*/

/* Global */
.elementor-message.elementor-message-success {
  color: white;
}
.numbersIcon > div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.numbersIcon p{
	margin: 0;
}
.scrollToTop{
	cursor: pointer;
}
/* Header */
.myHeader{
	position: absolute;
	top: 0;
	width: 100%;
}
.headerSticky{
	background-color: #14130e;
}
.headerSticky img{
	width: 80px !important;
}
/* Home */
.stickyCol .stickyInner{
    position: sticky;
    top: 100px;
}
.iconBoxes .elementor-icon-box-title{
	margin-top: 0;
}
/* footer */
.footerCopyright strong{
    color: var(--e-global-color-60663cc );;
}
/* Responsive */
/* @media screen and (max-width: 767px){
	.myHeader{
		background-color: #14130e;
	}
 	.headerSticky h2.elementor-heading-title{
		font-size: 20px !important;
	} 
} */