/* Header start */

body {
    padding-top: 70px;
}

body.home {
	padding-top: 0px;
}

.site-header {
    position: fixed !important;
    width: 100%;
	top: 0;
}

.ast-primary-header-bar {
    border: none !important;
}

.site-header span.site-title {
    display: none;
}

/* Header end */


/* Contact form start */

@media screen and (min-width: 767px) {

.contact_form .width_50 {
    width: 50%;
}

.contact_form .single_line {
    display: flex;
    gap: 30px;
}
}

.contact_form label {
    font-size: 18px;
    margin-bottom: 7px;
    display: inline-block;
}

.wpcf7 .contact_form input.wpcf7-form-control:not([type=submit]):focus,
.wpcf7 .contact_form select.wpcf7-form-control:focus,
.wpcf7 .contact_form textarea.wpcf7-form-control:focus {
    border-color: #79C802 !important;
    box-shadow: 0px 0px 10px #79c80242 !important;
}


.contact_form .submit_btn {
    text-align: center;
}

.contact_form .wpcf7-submit {
    color: #fff;
	transition: .5s;
}

.contact_form .wpcf7-submit:hover {
    background-color: #333;
    color: #fff;
}

.contact_form .wpcf7-spinner {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.contact_form textarea {
    height: 150px;
}

/* Contact form end */


/* get start form */
.contact_form .get_started .wpcf7-submit {
    width: 100%;
}


@media screen and (min-width: 767px) {

.contact_form .width_70 {
    width: 70%;
}
	
.contact_form .width_30 {
    width: 30%;
}
}




/* Footer start  */

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: transparent !important;
    border: none !important;
}

.site-footer .wp-block-image {
    text-align: center;
}

.site-footer .wp-block-image a {
    display: inline-block;
    margin: auto;
}

/* Footer end */