/**
Theme Name: Astra Child
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: astra-child
Template: astra
*/

/*My Custom Css*/
/*header*/
.main-header-section{
	position:fixed;
	top: 0;
	width: 100%;
	background-color: #fff !important;
	z-index: 999999 !important;
	box-shadow: 4px 3px 40px 0 rgba(16,33,34,.06) !important;
	padding: 0 !important;
}
.menu-item a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #014E2D !important;
    margin: auto;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
}
.menu-item a:hover:before{width: 100%;}
.menu-item a:focus:before{width: 100%;}
.menu-item a.wpr-active-menu-item:before{width: 100%;}

/*general*/
::selection {
    background-color: #014E2D !important;
    color: #fff;
}
::-moz-selection {
    background-color: #014E2D !important;
    color: #fff;
}
html{scroll-behavior: smooth;}
a:focus{outline: none !important;}
.logo-sliders .swiper-pagination-bullet{border: 1px solid #014E2D !important;}
.swiper-pagination{bottom: -20px !important;}
#ast-scroll-top:focus{border-style: none !important;}
.product-item .elementor-image-box-title{margin-top: -20px;}
.whyus-box .elementor-icon{
	margin-top: -60px;
	padding: 15px 15px 12px 15px;
}
.work-process-timeline {
    position: relative;
   max-width: 1200px;
   margin: 0 auto;
   padding: 40px 0;
}
.work-process-timeline::before {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   width: 2px;
   height: 100%;
   background: #ddd;
   z-index: 1;
}
.timeline-item {
    position: relative;
    margin-bottom: 50px;
    width: 50%;
}
.timeline-left {
   left: 0;
   padding-right: 30px;
}
.timeline-right {
    left: 50%;
    padding-left: 30px;
}
.timeline-contentt {
     display: flex;
     align-items: center;
     background: #fff;
     padding: 20px;
     border-radius: 8px;
     box-shadow: 4px 3px 40px 0 rgba(16,33,34,.06);
     position: relative;
}
.timeline-left .timeline-contentt {flex-direction: row;}
.timeline-right .timeline-contentt {flex-direction: row-reverse;}
.timeline-icon {
	width: 70px;
    height: 70px;
    background: #1FC600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 3;
}
.timeline-icon svg {
    width: 35px;
    height: 35px;
    fill: white;
}
.timeline-text {flex: 1;}
.timeline-left .timeline-text {
   margin-left: 20px;
   text-align: left;
}
.timeline-right .timeline-text {
   margin-right: 20px;
    text-align: right;
} 
 .timeline-text p {
 	margin: 0;
    font-family: "Inter", Sans-serif;
    font-size: 18px; 
    font-weight: 400;
    color: #7a7a7a;
}
.timeline-contentt::before {
   content: '';
   position: absolute;
   width: 15px;
   height: 15px;
   background: #014E2D;
   border-radius: 50%;
   top: 50%;
   transform: translateY(-50%);
   z-index: 2;
   border: 3px solid white;
}
.timeline-left .timeline-contentt::before {
    right: -38px;
}
.timeline-right .timeline-contentt::before {
	left: -38px;
} 

/*******/
.horizontal-timeline {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 160px auto;
	max-width: 1200px;
}
.timeline-line {
/* 	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
	background: #ccc;
	z-index: 1; */
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0; /* no solid bar */
    border-top: 5px dotted #014E2D; /* dashed horizontal line */
    z-index: 1;
}
.timeline-block {
	position: relative;
	width: 18%;
	text-align: center;
	z-index: 2;
}
.timeline-block.top .timeline-content {
	position: absolute;
	bottom: 100%;
	margin-bottom: 60px;
	left: -15px;
}
.timeline-block.bottom .timeline-content {
	position: absolute;
	top: 100%;
	margin-top: 30px;
	left: -20px;
}
.timeline-circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #1FC600;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-size: 28px;
	position: relative;
	z-index: 3;
}
.timeline-circle img {
	max-width: 40px;
	max-height: 40px;
}
.timeline-content {
	width: 200px;
	background: #fff;
	padding: 10px;
	border-radius: 15px;
	box-shadow: 4px 3px 40px 0 rgba(16,33,34,0.15);
	transition-property: transform;
	transition-duration: 0.7s !important;
}
/* .timeline-content:hover{
	box-shadow: 4px 3px 40px 0 rgba(16,33,34,0.15);
	transform: scale(1.05);
} */
.timeline-content h3 {
	font-family: "Georgia", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
	background: #014E2D;
	padding: 4px 12px;
	border-radius: 50%;
	width: fit-content;
    margin: 0 auto;
	margin-bottom: 10px;
}
.timeline-content h4 {
	font-family: "Georgia", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    color: #014E2D;
    margin: 0 0 5px;
}
.timeline-content {
    position: relative;
    text-align: center;
}
/* Common vertical line */
.timeline-content:before {
    content: '';
    position: absolute;
    left: 48%;
	bottom: -70px;
    background: #ddd;
    width: 2px;
    height: 100%;
	z-index: -1;
}
/* Common dot */
/* .timeline-content:after {
    content: '';
    position: absolute;
    left: 46%;
	bottom: -10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e91e63;
} */
.timeline-block.bottom .timeline-content{top: 150%;}
.timeline-block.bottom .timeline-content:before{
	left: 49%;
	bottom: 80px;
	height: 100%;
}
/* .timeline-block.bottom .timeline-content:after{
	bottom: 88px;
	left: 46.5%;
} */
.timeline-block.bottom .timeline-content:nth-child(4)::after {
    bottom: 120px !important;
}

/* --- Top items --- */
.timeline-top:before {
    top: 100%; /* line goes down */
}
.timeline-top:after {
    top: 100%;  /* dot below box */
    margin-top: 10px;
}
/* --- Bottom items --- */
.timeline-bottom:before {
    bottom: 100%; /* line goes up */
}
.timeline-bottom:after {
    bottom: 100%;  /* dot above box */
    margin-bottom: 10px;
}

.testimonial-carousel .wpr-testimonial-item{min-height: 550px;}
.testimonial-carousel .wpr-testimonial-name{
	position: absolute;
	bottom: 25px;
}
.wpr-grid-item.post-514 img{
	height: 340px;
	object-fit: cover;
}
.wpr-grid-item.post-509 img{
	height: 320px;
	object-fit: cover;
}
.product-item-col{
	overflow: hidden !important;
}
.product-item-col .product-item img{
	transition-property: transform;
	transition-duration: 0.7s !important;
}
.product-item-col:hover .product-item img{
	transform: scale(1.05);
}
.wu-box{min-height: 390px;}

/*footer*/
.footer-links a{position: relative;}
.footer-links a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #014e2d;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.6s;
}
.footer-links a:hover:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
.footer-bio a:hover span{color: #014e2d !important;}

/*mobile responsive*/
@media only screen and (max-width: 980px){
	.hero-scanner-image{position: unset !important;}
	.menu-item a:before{display: none;}
	.wpr-mobile-nav-menu {
        border-top: 3px solid #014E2D;
    }
	.wpr-mobile-nav-menu li a.wpr-active-menu-item{
		background-color: #014E2D !important;
		color: #fff !important;
	}
	.wpr-mobile-nav-menu li a.wpr-mobile-menu-item{
		justify-content: center !important;
		border-bottom: 1px solid #e8e8e8;
	}
	.wpr-mobile-nav-menu li a.wpr-mobile-menu-item:hover{
		background-color: #014E2D !important;
		color: #fff !important;
	}
	.work-process-timeline::before {left: 5px;}
	.timeline-item {
		width: 100%;
       	left: 0 !important;
        padding-left: 40px !important;
        padding-right: 0 !important;
		margin-bottom: 20px;
    }
	.timeline-content {
		flex-direction: row !important;
	}
	.timeline-text {
        text-align: left !important;
        margin-left: 20px !important;
        margin-right: 0 !important;
   }
	.timeline-content::before {left: -42px !important;}
	.timeline-icon {
		width: 60px;
        height: 60px;
	}
	.product-item img{width: 100%;}
	.timeline-left .timeline-contentt{
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}
	.timeline-right .timeline-contentt{
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}
	.timeline-right .timeline-contentt::before{left: -42px !important;}
	.timeline-text{margin-left: 0 !important;}
	.wpr-testimonial-arrow-container{display: none !important;}
	html, body{overflow-x: hidden !important;}
	.wpr-grid-item.post-514 img{height: 100%;}
	.wpr-grid-item.post-509 img{height: 100%;}
	.wu-box{min-height: 100%;}
}

@media only screen and (max-width: 480px){
	.timeline-text p{font-size: 16px;}
	.timeline-item{padding-left: 20px !important;}
	.testimonial-carousel .wpr-testimonial-item{min-height: 680px;}
	.timeline-right .timeline-contentt::before{left: -23px !important;}
}

/*Header Toggle close button styles*/
.wpr-mobile-toggle {
	cursor: pointer;
    display: inline-block;
    position: relative;
}
.wpr-mobile-toggle .wpr-mobile-toggle-line {
   display: block;
   transition: all 0.3s ease;
}
/* CSS for the mobile menu close icon */
.wpr-mobile-toggle.close .wpr-mobile-toggle-line{width: 80% !important;}
.wpr-mobile-toggle.close .wpr-mobile-toggle-line:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
  position: absolute;
}
.wpr-mobile-toggle.close .wpr-mobile-toggle-line:nth-child(2) {opacity: 0;}
.wpr-mobile-toggle.close .wpr-mobile-toggle-line:nth-child(3) {
	transform: rotate(-45deg);
    top: 10px;
    position: absolute;
}