/* 
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 */

.text-white-50{
	color:rgba(255,255,255,.5) !important;
}
.counter-center .elementor-counter-title{
	text-align:center;
}
.counter-center .elementor-widget-container{
	background:#fff;
}
.counter-center:hover .elementor-widget-container {
  background: linear-gradient(135deg, #D897E8 0%, #158E8E 46.9%, #E4D379 100%) !important;

}
.counter-center:hover .elementor-widget-container .elementor-counter-title{
	color:#fff !important;
}
.counter-center:hover .elementor-widget-container .elementor-counter .elementor-counter-number{
	color:#fff !important;
}
.counter-center:hover .elementor-widget-container .elementor-counter .elementor-counter-number-suffix{
	color:#fff !important;
}
.counter-row{
	position:relative;
}
.counter-row:before{
	background:#8e1537;
	width:100px;
	height:100px;
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-50px;
	margin-top:-50px;
}
.product-box .ekit-image-box{
	position:relative;
}
.product-box .ekit-image-box-body{
	position:absolute;
	left:0px;
	bottom:0px;
	content:"";
	width:100%;
	border-bottom-left-radius:40px;
	border-bottom-right-radius:40px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
label{
	color:#000000;
	font-weight:500;
	margin-bottom:5px;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  width: 100%;
  border: 1px solid #D9D9D96B;
	background:#D9D9D96B;
  border-radius: 12px;
	font-size:18px;
  padding: .85rem 1.5rem;
  transition: all .3s;
}
textarea{
	max-height:130px;
}
[type="button"], [type="submit"], button {
  font-family: "Space Grotesk", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #8E1537;
	padding: .8rem 2rem;
	color:#fff;
	border-color:#8E1537;
  border-style: none;
  border-radius: 45px 45px 45px 45px;
}
.elementor-36 .elementor-element.elementor-element-d293ec5:not(.elementor-motion-effects-element-type-background), .elementor-36 .elementor-element.elementor-element-d293ec5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
	position:absolute;
	top:0px;
	left:0px;
	z-index:9;
	width:100%;
}
.exellence-box{
	transition: 0s;
}
.exellence-box:hover{
	background: linear-gradient(135deg, #D897E8 0%, #158E8E 46.9%, #E4D379 100%) !important;
	transition: 0s;
}
.exellence-box:hover .elementor-icon-list-items li .elementor-icon-list-text{
	color:#fff;
}
.exelence-cont{
	position:relative;
}
.exelence-cont:before{
	background:#8e1537;
	width:100px;
	height:100px;
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-50px;
	margin-top:-50px;
}


@media screen and (max-width: 767px) {
.elementor-20 .elementor-element.elementor-element-5a6554e:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-5a6554e > .elementor-motion-effects-container > .elementor-motion-effects-layer{
	background:#000!important;
}
	 .elementor-20 .elementor-element.elementor-element-7b4b70a .elementkit-tab-wraper:not(.vertical) .elementkit-nav-item:not(:last-child) {
    margin-bottom: 10px;
  }
	label{
	font-size:18px;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
	font-size:16px;
  padding: .75rem 1rem;
}
textarea{
	max-height:100px;
}
[type="button"], [type="submit"], button {
  font-size: 16px;
}
}