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


.testimonial-stars{
	color: #ff6210 !important;
}

.bhachakra{
	animation: rotate-animation 9s infinite linear;	
}

@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.sub-menu .menu-link{
	color:#000 !important;
}

.contact-formrow {
	display: flex;
	justify-content: space-evenly;
	gap: 15px;
	width: 100%;
	margin-bottom:0 !important;
}

.contact-formrow div{
	width:50%
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=date], select, textarea {
	width: 100%;
	padding: 14px;
	border: 1px solid #dddddd;
	border-radius: 15px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 16px;
	background: #ffffff;
}

.wpcf7 input:not([type=submit]):focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
	border: 1px solid #ff6210;
	border-color: #ff6210;
	outline: 0;
}

.cnf7submit{
	width:100%
}

.cnf7container{
	background: aliceblue;
	padding: 10px;
	border-radius: 20px !important;
	border-bottom: 3px solid #f3501d;	
}

.blink_me {
	animation: blinker 1s linear infinite;
}
@keyframes blinker {
	50% {
		opacity: 0.5;
	}
}

a.blantershow-chat {

	background: #fff;
	color: #404040;
	position: fixed;
	display: flex;
	font-weight: 600;
	justify-content: space-between;
	align-items: center;
	z-index: 9999;
	bottom: 32px;
	right: 108px;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 50px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.whatsapp_blink {
	animation: zoom-in-zoom-out 2s ease infinite;
}

@keyframes zoom-in-zoom-out {
	0% {
		scale: 100%;
	}
	50% {
		scale: 115%;
	}
	100% {
		scale: 90%;
	}
}
