#blog-cat h5, #blog-catt h5{
 display:none;
}

.elementor-message:before {display:none !important;}
.startegy .elementor-element.circle {width: 176px;
  height: 176px;
  border: 2px solid #fff;
  border-radius: 100px;
  padding-top: 61px;}

.startegy .elementor-element{ padding:0}

.growthheight .elementor-price-table__period{ padding-top:15px;}
#blog-cat a, #blog-catt a {
    color: #4a4a4a;
    font-family: "Raleway", Sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: capitalize;
}
#blog-cat a {
	margin-left: -36px;}

#blog-cat ::marker {
	color: white;}

.rotate{
 animation: loading 3s linear infinite;
}

 @keyframes loading {
  0% { 
    transform: rotate(0); 
  }
  100% { 
    transform: rotate(360deg);
  }
}
 .zoomin{
 animation: scaled 2s linear infinite;
}

 @keyframes scaled {
  0% { 
    transform: scale(1); 
  }
	  50% { 
    transform: scale(0.8); 
  }
	 
  100% { 
      transform: scale(1); 
  }
}
.htxt a{ color: var(--e-global-color-text); font-family: poppins}

/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 50px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);

	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

@media(max-width:1400px){
	.startegy .elementor-element.circle {width: 126px;
  height: 126px;
  border: 2px solid #fff;
  border-radius: 100px;
  padding-top: 48px;}
	
}
