/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
 */

a:focus{
	outline:none;
}
header .elementor-widget-icon-list {
    display: none;
}
.white-box .icon-circle:before{
	box-shadow: 0 20px 0 0 #fff;
}
.icon-circle:before{
	position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    content: '';
    right: 0;
    left: initial;
    top: -40px;
    bottom: initial;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #fff;
}
.white-box .icon-circle:after{
	box-shadow: 0 20px 0 0 #fff;
}
.icon-circle:after{
	position: absolute;
    background-color: transparent;
    height: 0;
    width: 20px;
    content: '';
    left: -20px;
    right: initial;
    top: initial;
    bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #fff;
}
.white-box .icon-circle{
	background-color: #fff;
}	
.icon-circle{
	position: relative;
	padding: 10px 10px 0 10px;
	background-color: #fff;
	border-radius: 30px 0px 0px 0px;
}
.contact-form p{
	margin:0;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
	background: none;
	border: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-shadow: none;
	border-bottom: 1px solid rgba(113, 126, 136, 0.5);
	border-radius: 0;
	-moz- border-radius: 0;
	-webkit- border-radius: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.contact-form textarea {
	background: none;
	border: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-shadow: none;
	height:120px;
	resize:none;
	border-bottom: 1px solid rgba(113, 126, 136, 0.5);
	border-radius: 0;
	-moz- border-radius: 0;
	-webkit- border-radius: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.contact-form input:focus, .contact-form textarea:focus{
	outline:none;
	border: 0!important;
	border-bottom: 1px solid rgba(113, 126, 136, 1)!important;
}
.contact-form input[type="submit"]{
	font-family: "Poppins", Sans-serif;
    font-weight: 400;
    background: #3F4950;
    border-radius: 25px;
    padding: 0 40px;
    height: 50px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.contact-form input[type="submit"]:hover{
	background: #00cae8;
}
.field.submit-field {
    margin: 0;
}
.contact-form input[type="submit"]:focus{
	border:0!important;
}
.contact-form .wpcf7-response-output {
    border: 0 !important;
    padding: 0 !important;
	margin: 10px 0 0 0 !important;
}
.contact-form span.wpcf7-not-valid-tip {
    display: none;
}
.contact-form .wpcf7-not-valid{
	border-bottom: 1px solid #db2c2c!important;
}
.gradient-text h2 {
    background: #00CAE8;
background: linear-gradient(to right, #00CAE8 0%, #FF0042 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.rmp-container {
    max-width: 100%;
    min-width: 100% !important;
}
.rmp-menu a {
    font-size: 18px !important;
}
.rmp-menu-wrap {
    padding-left: 2% !important;
}
button{
	box-shadow:none!important;
}
.left-icon .icon-circle:before {
    left: 0;
	-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.left-icon .icon-circle:after {
    right: inherit;
    left: 60px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    bottom: 0;
}
.left-icon .icon-circle {
    border-radius: 0 30px 0px 0px;
    padding: 10px 10px 0 10px;
}
.services-info h4{
	margin:25px 0 15px;
}
.white-text h4, .white-text a {
    color: #fff;
}
.sub-menu a {
    padding: 15px !important;
}
footer ul.sub-menu, span.hfe-menu-toggle.sub-arrow {
    display: none;
}

@media(max-width:599px){
.banner-header .elementor-widget-image{
	position:static!important;
}
.banner-header .elementor-widget-image img{
	width:100%;
}
.left-arrow {
    left: -20px;
}	
}