/**
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
*/
#background::before{background-image: url(https://www.360connect.com/wp-content/uploads/2022/06/background_storage-containers_1500x400_q6.jpg);}
#background::before { content:'';position: absolute;top: 0;left: 0;display: block;width: 50%;background-size: cover;
background-position: center right;background-repeat: no-repeat;z-index:0;}
p{margin-bottom:0px !important;}
.Query-forms .gform-theme--foundation .gform_fields{row-gap:10px !important;column-gap:10px;}
.Query-forms .gform_footer{text-align: center;display: block;margin-bottom: 20px;margin-top: 10px;}
#Query-forms .gform_footer .gform_button{background:var( --e-global-color-788a0ed );border-radius: 50px;font-size: 20px;padding: 10px 30px;}
#Query-forms input::placeholder,#Query-forms textarea::placeholder{font-weight:600px !important; font-size:16px !important;}
.Query-forms input::placeholder,.Query-forms textarea::placeholder,.query-span span{color:var( --e-global-color-788a0ed );}
.Query-forms-radio .gform_page legend{font-size:20px;}
.Query-forms-radio .gform_page legend::before{width: 30px;height: 30px;margin-right: 5px;border: 2px solid;border-radius: 50%;background-color: #57970d !important; text-align: center;color: #fff;}
.Query-forms-radio #field_2_23 h3::before,.Query-forms-radio #field_2_24 h3::before,.Query-forms-radio #field_2_14 h3::before{padding: 2px 10px;
border: 2px solid; border-radius: 50%;background-color: #57970d;text-align: center;color: #fff;margin-right: 10px;}
.Query-forms-radio #field_2_1 legend::before{content: '1';}
.Query-forms-radio #field_2_4 legend::before{content: '2';}
.Query-forms-radio #field_2_6 legend::before{content: '3';}
.Query-forms-radio #field_2_23,.Query-forms-radio #field_2_24,.Query-forms-radio #field_2_14{ margin-bottom:20px;line-height:10px;}
.Query-forms-radio #field_2_23 h3,.Query-forms-radio #field_2_24 h3,.Query-forms-radio #field_2_14 h3{margin-bottom:5px;}
.Query-forms-radio #field_2_23 h3::before{content: '4';}
.Query-forms-radio #field_2_24 h3::before{content: '5';}
.Query-forms-radio #field_2_14 h3::before{content: '6';}
.Query-forms-radio #field_2_23 p,.Query-forms-radio #field_2_24 p,.Query-forms-radio #field_2_14 p{margin-left:6.5%;}
.Query-forms-radio .percentbar_blue{padding:10px; margin-top:10px;}
.Query-forms-radio .gfield_radio .gchoice{padding: 10px; border-radius: 10px;background-color: #f9f9ec;border: 2px solid #c2c299;}
.Query-forms-radio .gfield_radio .gchoice:hover{border: solid 2px #73c7f5; box-shadow: 1px 2px 6px 0 #00000036;}
.Query-forms-radio .gfield_radio .gchoice .gfield-choice-input::before{block-size: 15px; inline-size: 15px;}
#field_2_17{margin-top:20px;}
.Query-forms-radio #field_2_14{margin-bottom: 0px;}
.Query-forms-radio .gform-page-footer{text-align:center; display:block !important;margin-top: 10px !important;}
#Query-forms-radio .gform-page-footer .gform_next_button{font-size:20px;width:500px; vertical-align:middle; margin-right:10px;}
#Query-forms-radio .gform-page-footer .gform_previous_button{font-size:20px;}
.Query-forms-radio .gform_button{width:500px !important;margin-left:10px;font-size:20px !important}
/* For 4 texts slider */
.textcarousel,
.textcarousel2,
.textcarousel3,
.textcarousel4 {
    pointer-events: none;
    opacity: 0;
}

.textcarousel {
    animation: tcarousel 20s ease infinite;
}

.textcarousel2 {
    animation: tcarousel 20s ease -5s infinite;
}

.textcarousel3 {
    animation: tcarousel 20s ease 5s infinite;
}

.textcarousel4 {
    animation: tcarousel 20s ease 10s infinite;
}

@keyframes tcarousel {
    0% {
        opacity: 0;
        transform: translateX(30px);
        pointer-events: none;
    }

    6% {
        opacity: 1;
        transform: translateX(0);
        pointer-events: all;
    }

    24% {
        opacity: 1;
        transform: translateX(0);
        pointer-events: all;
    }

    34% {
        opacity: 0;
        transform: translateX(-30px);
        pointer-events: none;
    }

    104% {
        opacity: 0;
        pointer-events: none;
    }
}
.carouselparent:hover .textcarousel, .carouselparent:hover .textcarousel2, .carouselparent:hover .textcarousel3,.carouselparent:hover .textcarousel4{
        animation-play-state: paused;
    }
@media only screen and (max-width: 991px){
	.ug-gallery-wrapper{height:350px !important;}
	.Query-forms-radio #field_2_23 p, .Query-forms-radio #field_2_24 p, .Query-forms-radio #field_2_14 p{margin-left: 10.5%;;}
	.Query-forms-radio .gform_page legend,.Query-forms-radio #field_2_23 h3,.Query-forms-radio #field_2_24 h3,.Query-forms-radio #field_2_14 h3{font-size:15px;}
	.Query-forms-radio .gform_page legend::before{padding-top:5px;}
	.Query-forms-radio .gfield_radio .gchoice .gfield-choice-input::before{margin-left:0px;}
	#Query-forms-radio .gform-page-footer .gform_next_button,.Query-forms-radio .gform_button{width:60% !important;}
	.Query-forms-radio #field_2_23 h3::before, .Query-forms-radio #field_2_24 h3::before, .Query-forms-radio #field_2_14 h3::before{padding:4px 10px;}
}