.ast-primary-header {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
}

/*.fixedheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
*/
.homebanner .elementor-button-icon{
	font-size:27px;
}
.homebanner .elementor-button-content-wrapper{
	align-items:center;
}

.microgreen-list{
	margin-left:22px;
	margin-bottom:0 !important;
}
.microgreen-list li{
	margin-bottom:8px;
}
.whydiv{
	transition: all 0.3s ease;
}
.whydiv:hover{
	box-shadow: 2.564px 48.933px 49px 0px rgba(12, 13, 12, 0.1);
}
.or-blog-btn{
    color: #fff;
    width: 150px;
    height: 50px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 700;
    border-radius: 30px;
    background-color: #ff7800;
	z-index: 1;
    overflow: hidden;
    position: relative;
}

.or-blog-btn:before{
	top: 0;
	left: auto;
	right: 0;
	height: 100%;
	z-index: -1;
	width: 0%;
	content: "";
	position: absolute;
	border-radius: 30px;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	background-color: #76a713;
}

.memberimage{
	border: 2px dashed #e6e6e8;
	padding: 10px;
	border-radius:50%;
	width:180px;
	height:180px;
	margin:0 auto;
	position:relative;
}
.teamconteiner:hover .memberimage:before {
	top: -1px;
	left: -2px;
	content: "";
	width: 180px;
	height: 180px;
	position: absolute;
	border-radius: 100%;
	border: 2px dashed #76a713;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation: rotate-anim 10s infinite linear;
  animation: rotate-anim 10s infinite linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.postcontent{
	transition: all 0.3s ease !important;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(3, 5, 77, 0.08);
	box-shadow: 0px 0px 24px 0px rgba(3, 5, 77, 0.08);
	
}
.postcontent:hover{
	margin-top:-95px
}
.products{
	position:relative !important;
	transition: all 0.3s ease !important;
}
.slidecard{
	box-shadow: 0 8px 38px rgba(12, 12, 12, 0.06);
	position:relative !important;
}
.products:before {
    content: "";
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    position: absolute;
    opacity: 0.29;
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    z-index: 1;
	border-color: #76a713;
	transition: all 0.3s ease !important;
}
.products:hover::before {
	opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	border-width: 2px;
}
.elementor-swiper-button-prev, .elementor-swiper-button-next{
	background: #76a713;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ofsetText{
	transition: all 0.3s ease !important;
}
.products:hover .slidecard .ofsetText h2{
	color:#76a713 !important;
}

.custombutton a{
	position:relative !important;
	transition: all 0.3s ease !important;
	background-color:transparent !important;
	color:#000 !important; 
}

.custombutton a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 13px;
	width: 32px;
	height: 32px;
	background-color: #76a713;
	border-radius: 32px;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.custombutton a span{
	position:relative;
	z-index:11;
}
.custombutton a:hover{
	color:#fff !important;
}
.custombutton a svg{
	fill:#fff !important;
}
.custombutton a:hover::before{
	width: 100% !important;
}

input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select {
    height: 52px !important;
}

input[type="submit"]{
	background-color: #FF7800;
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 16px 35px 16px 35px;
}
input[type="submit"]:hover{
	background: #76A713;
}

#primary .products:before{
	display:none;
}
.wp-block-heading{
	font-family: "Lora", Sans-serif;
	font-size: 28px;
	font-weight: 700;
	text-transform: capitalize;
	color: #000000;
}
.elementor-widget-theme-post-content p{
	font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #686868;
}
.elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev{
	width:45px !important;
	height:45px !important;
}

.customprodet p{
	font-family: "Barlow", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #323131;
	margin: 10px 0;
}
.customprodet ul{
	font-family: "Barlow", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #323131;
	margin: 10px 20px;
}
.customprodet h3{
	font-family: "Barlow", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 25px;
    color: #323131;
	margin: 20px 0;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 13px;
    position: absolute;
    bottom: -18px;
	font-family: "Barlow", Sans-serif;
}
.customprodet h4{
	font-family: "Lora", Sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #000000;
}


/*----------------Customaccordian-------------------------*/

.custom-accordion .accordion-item {
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.accordion-title {
    padding: 10px 15px;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    font-family: "Lora", Sans-serif;
}

.accordion-title::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
}

.accordion-title.active::after {
    content: "-";
}

.accordion-content {
    display: none;
    padding: 15px;
    background: #fff;
    border:0 !important;
}