/**
Theme Name: Sprout
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sprout
Template: astra
*/

html {
  scroll-behavior: smooth;
}

.gradient-border-box {
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, rgba(45, 88, 41, 1), rgba(0, 148, 70, 1));
  animation: gradientMove 5s ease infinite;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.gradient-btn .elementor-button{
	background: linear-gradient(242.67deg, #2D5829 0.16%, #0E803C 17.49%, #009446 28.09%, #187435 61.79%, #25642D 78.17%);
}


.gradient-btn .elementor-button:hover{
	background:#fff;
}

.gradient-txt .elementor-heading-title{
	background: linear-gradient(242.67deg, #1F581A -4.66%, #0AC964 91.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font-weight-semibold *{
	font-weight:600 !important;
}

.font-weight-500 *{
	font-weight:500 !important;
}

.text-capitalized *{
	text-transform:capitalize !important;
}

.gradient-txt {
   background: linear-gradient(242.67deg, #1F581A -4.66%, #0AC964 91.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xtra-txt{
	color:#fff !important;
	font-weight:400 !important;
}

.scroll-sec-icon-box .elementor-icon-box-icon {
    display: inline-block;
    flex: 0 0 auto;
    line-height: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
}


.scroll-sec-icon-box .elementor-icon-box-icon {
    display: inline-block;
    flex: 0 0 auto;
    line-height: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
}

.scroll-sec-icon-box.wordpress:hover .elementor-icon-box-icon{
	background-color:rgba(0, 116, 156, 1);
}


.scroll-sec-icon-box.Shopify:hover .elementor-icon-box-icon{
	background-color:rgba(149, 191, 71, 1);
}

.scroll-sec-icon-box.wooCommerce:hover .elementor-icon-box-icon{
	background-color:rgba(127, 84, 179, 1);
}

.scroll-sec-icon-box.laravel:hover .elementor-icon-box-icon{
	background-color:#F05340;
}

.scroll-sec-icon-box.react:hover .elementor-icon-box-icon{
	background-color:#61DBFB;
}

.scroll-sec-icon-box.uiI:hover .elementor-icon-box-icon{
	background-color:#884FFF;
}

.scroll-sec-icon-box.ui .elementor-icon-box-icon{
	background-color:#884FFF;
}

.scroll-sec-icon-box:hover .elementor-icon-box-icon path{
	fill:#fff;
}

img.icon-link {
    position: relative;
    right: -20px;
	transform-origin: center center; /* rotate around center */
	transition: transform 800ms cubic-bezier(.2,.8,.2,1);
	will-change: transform;
}

.scroll-sec-icon-box:hover img.icon-link {
     transform: rotate(-45deg);
}


.full-width-section, .full-width-section-odd{
	max-width:1670px;
}

.full-width-section .e-con-inner{
	    margin: 0 0 auto auto;
}

.full-width-section-odd .e-con-inner{
	    margin:auto auto 0 0;
}


#ast-scroll-top {
    background-color: #0bbf5d;
    font-size: 20px;
    border-radius: 6px;
}


/* home banner Icon Animation start 02-12-25 */





.wordpress-icon img{
	 position:relative;
	 animation:wordpress-iconAnimation 8s linear 0s infinite;
}
@keyframes wordpress-iconAnimation {
  0%   {left:0px; top:0px;}
  25%  {left:20px; top:0px;}
  50%  {left:20px; top:-20px;}
  75%  {left:0px; top:-20px;}
  100% {left:0px; top:0px;}
}



.figma-icon img{
	 position:relative;
	 animation:figma-iconAnimation 9s linear 1s infinite;	
}
@keyframes figma-iconAnimation {
  0%   {left:0px; top:0px;}
  25%  {left:0px; top:20px;}
  50%  {left:-20px; top:20px;}
  75%  {left:-20px; top:0px;}
  100% {left:0px; top:0px;}
}


.google-icon img{
	 position:relative;
	 animation:google-iconAnimation 9s linear 2s infinite;	
}
@keyframes google-iconAnimation {
  0%   {left:0px; top:0px;}
  25%  {left:-20px; top:0px;}
  50%  {left:-20px; top:-20px;}
  75%  {left:0px; top:-20px;}
  100% {left:0px; top:0px;}
}



.shopify-icon img{
	 position:relative;
	 animation:shopify-iconAnimation 9s linear 2.5s infinite;	
}
@keyframes shopify-iconAnimation {
  0%   {left:0px; top:0px;}
  25%  {left:0px; top:-20px;}
  50%  {left:0px; top:0px;}
  75%  {left:0px; top:-20px;}
  100% {left:0px; top:0px;}
}


.woocommerce-icon img{
	 position:relative;
	 animation:woocommerce-iconAnimation 9s linear 2.6s infinite;	
}
@keyframes woocommerce-iconAnimation {
  0%   {left:0px; top:0px;}
  25%  {left:0px; top:20px;}
  50%  {left:-20px; top:20px;}
  75%  {left:-20px; top:0px;}
  100% {left:0px; top:0px;}
}


.chatgpt-icon img{
	 position:relative;
	 animation:chatgpt-iconAnimation 9s linear 1s infinite;	
}
@keyframes chatgpt-iconAnimation {	
  from {transform:rotate(0deg);}
  to {transform: rotate(360deg);}	
}



.meta-icon img{
	 position:relative;
	 animation:meta-iconAnimation 8s linear 1.2s infinite;	
}
@keyframes meta-iconAnimation {
  0%   {transform: translate(0px, 0px) rotate(0deg);}
  25%  { transform: translate(-15px, 0px) rotate(30deg);}
  50%  {transform:translate(-15px, -6px) rotate(40deg);}
  75%  {transform: translate(0px, -6px) rotate(15deg);}
  100% {transform:translate(0px, 0px) rotate(0deg);}
}




.googleDrive-icon img{
	 position:relative;
	 animation:googleDrive-iconAnimation 12s linear 2s infinite;	
}
@keyframes googleDrive-iconAnimation {
  0%   {left:0px; top:0px;}
  20%  {left:-20px; top:0px;}
  40%  {left:0px; top:0px;}
  60%  {left:0px; top:-20px;}
  80% {left:-20px; top:-20px;}
  90% {left:-20px; top:0px;}
  100% {left:0px; top:0px;}
}
 



/* home banner Icon Animation end 02-12-25 */


.custom-hover-slide .e-n-menu-heading{
	position:relative;
}

.custom-hover-slide .e-n-menu-heading .e-n-menu-item {
    position: initial;
}

.custom-hover-slide .e-n-menu-heading .e-n-menu-item a{
	z-index:2;
}

.custom-hover-slide #slide-nav-highlight{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding:0;
  background:#009446;
  border-radius: 12px;
  transition: 0.35s ease;
  z-index: 1;
  width: 0;
  opacity: 0.85;
}

/* .custom-hover-slide .e-n-menu-heading .e-n-menu-title{
	background:#009446;
}

.custom-hover-slide .e-n-menu-heading .e-n-menu-title.e-anchor{
	background:transparent;
} */

.desktom-menu-style .e-n-menu-heading .e-n-menu-item .e-n-menu-title:hover a, .desktom-menu-style .e-n-menu-heading .e-n-menu-item .e-n-menu-title a:hover,  .desktom-menu-style .e-n-menu-heading .e-n-menu-item .e-n-menu-title a:hover .e-n-menu-title-text{
	color:#fff !important;
}


.desktom-menu-style .e-n-menu-heading .e-n-menu-item .e-n-menu-title .e-n-menu-dropdown-icon-closed{
	margin-right:-18px;
	display:none !important;
}
.desktom-menu-style .e-n-menu-heading .e-n-menu-item .e-n-menu-title .e-n-menu-dropdown-icon-opened{
	display:block !important;
	margin-right:-12px;
}


.custom-hover-arrow a{
	width:16px;
	transition:all 0.65s ease;
}

.custom-hover-arrow a:hover{
	transform:rotate(45deg);
}



/* css start 11-12-25	 */
		
	
	.desktom-menu-style.elementor-sticky--effects{
		animation:headerStickyAnim 0.45s linear 0s !important;	
	}
	
	
	@keyframes headerStickyAnim {	
	  from {transform: translate(0, -100%);}
	  to {transform: translate(0, 0%);}	
	}
	
	
	/* css end 11-12-25	 */



/*--------------------------------------- Responsive -----------------------*/


@media only screen and (max-width:1200px) and (min-width:1025px){
	
	.custom-hover-slide .e-n-menu-heading .e-n-menu-item{
		margin-right:0px !important;
	}
	
}




@media all and (min-width:1025px){
	
	.custom-endDesign-sticky{
		position: sticky;
		height:100%;
		top:80px;
	}
	
/* 	.scroll-div {
    height: 530px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll-div::-webkit-scrollbar {
    display: none;
} */
	
	
	
	.desktom-menu-style .e-n-menu-content .e-flex.e-con-boxed{
		background:none !important;	
		/*display:block !important; */
		top: -18px;
        padding: 24px 0 0;
		transition:all 0.65s ease;
		transform: translate(90px, 0px);
	}
	
	.desktom-menu-style .e-n-menu-content.e-active .e-flex.e-con-boxed{
			transform: translate(0px, 0px);
	}
	
	.custom-inner-dropDownBox{		
   		 background-color: rgba(40, 40, 40, 0.9) !important;
		backdrop-filter: blur(5px);
	}
	
	.desktom-menu-style .e-n-menu-content{
		top:62px;
	}
	
	.custom-hover-slide .e-n-menu-heading .e-n-menu-title button{
		position:relative;
		z-index:2;
		order:1;
	}
	
	.custom-hover-slide .e-n-menu-heading .e-n-menu-title .e-link{
		order:2;
		padding:14px 18px;
	}
	
	.desktom-menu-style .elementor-icon-list-items .elementor-icon-list-item a{
		 transition:all 0.65s ease;
	}
	
	.desktom-menu-style .elementor-icon-list-items .elementor-icon-list-item a:hover{
			transform:translate(15px, 0);
	}
	

}


@media all and (min-width:768px){
	
	/* animation on scroll css 08-12-25 start */

			.web-list-sec{
				transition:all 0.85s ease;
			}

			.web-list-sec.active-section{
				padding-top:150px;
			}
			.aos-init {
				overflow: hidden;
			} 

			.aos-init .elementor-heading-title {
				position: relative;
				transform: translate(0px, 60px) !important;
				transition: all 1.45s ease !important;
			}
	
	.custom-aosSlow-anim .aos-init .elementor-heading-title{
			transition: all 0.50s ease !important;
	} 
	
			.aos-init.aos-animate .elementor-heading-title {
				transform: translate(0px, 0px) !important;
				/*animation:chatgpt-iconAnimation 9s linear 1s infinite;	 */
			} 

			/* @keyframes aosTextAnimation {	
			  from {transform: translate(0px, 60px);}
			  to {transform: translate(0px, 0px);}	
			} */

			.custom-endWeb-items .aos-init{
				transition:all 0.85s ease !important;
				opacity:0;
				position:relative;
				transform: translate(70px, 40px);
			}

			.custom-endWeb-items .aos-init.aos-animate{
				opacity:1;	
				transform: translate(0px, 0px);
			}

	/* animation on scroll css 08-12-25 end */
	
	.custom-header-nav{
		-webkit-backdrop-filter: blur(20px) !important;
	}
	
	
	
}



@media all and (max-width:1024px){
	
	.tab-full-width{
		width:100% !important;
	}
	
	.desktom-menu-style.elementor-sticky--effects{
		animation:headerStickyAnim 0.45s linear 0s;	
	}	
	
	@keyframes headerStickyAnim {	
	  from {transform: translate(0, -100%);}
	  to {transform: translate(0, 0%);}	
	}
	
	.desktom-menu-style {
   		 z-index: 999 !important;
	}
	
	
	
}




/* Responsive css start 03-12-25 */




@media only screen and (max-width:767px) and (min-width:700px){
	
	.custom-home-serviceCol .e-con-inner .custom-serviceCol{
		width:47.5%;
	}
	
	.custom-home-serviceCol .e-con-inner .e-con.e-child .elementor-absolute{
		right:25px;
    	top:35px;
	}
	
	.custom-meet-teamFounder-sec .custom-meet-col{
		width:47%;
	}
	
	.custom-meet-teamFounder-sec .custom-meet-col .elementor-absolute{
		position:inherit !important;
	}
	
	
}


@media all and (max-width:600px){
	
	
	.logged-in .elementor-sticky--active .sprout-menu-container {
			top: 88px;
		}
	
	
}



@media(max-width:767px){
	
	
		.home-video-border .e-con-inner .elementor-widget-video{
			border:1px solid #187435;
		}

		.home-video-border .e-con-inner .elementor-widget-video .elementor-video{
			height:700px;
		}
	
		.google5Star-text img{
			max-width:116px;
			margin:5px 0;
		}
	
	.text-mode-offMobile .elementor-element{
		    background: none !important;
		   	text-fill-color: inherit;
    		-webkit-text-fill-color: inherit;
	}
	
	.text-mode-offMobile .elementor-element .elementor-heading-title{
		 background: none !important;
		  text-fill-color: inherit;
    	-webkit-text-fill-color: inherit;
		color:#BBBBBB;
		font-weight:400;
	}
	
	.custom-webdesign-floatMobile {
			left: inherit !important;
			right: 0 !important;
			bottom: -11px !important;
		}
	
	
	.custom-testm-circle .elementor-icon-list-icon{
		margin-left:-27px;
	}
	
}





/* Responsive css end 03-12-25 */
























