.main-header-menu .menu-link, .main-header-menu>a {
    padding-left: 0 !important;
    margin-left: 1em !important;
    position: relative;
}
.ast-desktop .ast-menu-hover-style-underline > .current-menu-item > .menu-link:before,
 .ast-desktop .ast-menu-hover-style-overline > .current-menu-item > .menu-link:before {
width: calc(100% - 1.2em);
    background-color: currentColor;
    transform: scale(1, 1) translate(50%, 0);
    
}
@media (max-width:1199px) and (min-width:769px) {
	.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
		max-width: 115px;
		width: 115px;
	}
	.main-header-menu .menu-link, .main-header-menu>a {
		font-size: 12px !important;
	}
}

@media (max-width: 989px) and (min-width: 769px) {
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .ast-builder-footer-grid-columns.ast-builder-grid-row {
        grid-template-columns: repeat(2, 1fr);
    }
	.main-header-menu .menu-link, .main-header-menu>a {
		font-size: 11px !important;
		margin-left: 7px !important;
	}
	.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
		max-width: 100px;
		width: 100px;
	}
}

.gform-theme--api, .gform-theme--foundation {
    --gf-form-gap-x: 16px;
    --gf-form-gap-y: 20px;
  
}
.gform_wrapper input[type=email], 
.gform_wrapper input[type=number], 
.gform_wrapper input[type=password], 
.gform_wrapper input[type=reset], 
.gform_wrapper input[type=search], 
.gform_wrapper input[type=tel], 
.gform_wrapper input[type=text], 
.gform_wrapper input[type=url], 
.gform_wrapper select, 
.gform_wrapper textarea {
    min-height: 50px !important;
}
input#gform_submit_button_1 {
    font-size: 0.875rem;
    color: var(--ast-global-color-5);
    background-color: #1a2d7f;
    border-color: #1a2d7f;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-top: 18px;
    padding-right: 22px;
    padding-bottom: 18px;
    padding-left: 22px;
    line-height: 12px;
}
.gform_validation_errors {
    display: none !important;
}
.gform_confirmation_message {
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    color: green;
}
section.error-404.not-found .page-title {
    font-size: 3rem;
}
section.error-404.not-found .page-sub-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight:400;
}
section.error-404.not-found .elementor-widget-button {
    justify-content: center;
    display: flex;
}
@media (max-width:767px) {
	section.error-404.not-found .page-title {
		font-size: 2.5rem;
	}
	section.error-404.not-found .page-sub-title {
    	font-size: 1.2rem;
	}
}