/*
 Theme Name: Astra Child
 Theme URI: http://example.com/astra-child
 Description: Astra Child Theme
 Author: Piyush Singh Chhoker
 Author URI: http://example.com
 Template: astra
 Version: 1.0.0
*/

html{
    overflow-x: hidden;
}
body{
    width: 100%;

}


/* ==========pages=============== */
.shadow {
    box-shadow: 0.00px 0.00px 50px 0px rgba(0, 0, 0, 0.06);
}
.form-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-form {
    width: 48%;
}
.inner-form input,.inner-form-full input {
    border: .6px solid #8DC63Fc2;
    border-radius: 5px;
    color: #8DC63Fc2;
    font-weight: 500;
    font-family: 'Poppins';
}
.inner-form-full textarea {
    border: 1px solid #8DC63Fc2;
    border-radius: 5px;
    color: #8DC63Fc2;
    font-weight: 500;
    font-family: 'Poppins';
    height: 100px;
}
.inner-form-full {
    width: 100%;
}
.inner-form-btn input {
    background: #8DC63F;
    border-radius: 10px;
    padding: 12px 22px;
}
.header-header{
    position: fixed;
    width: 100%;
    left: 100%;
    top: 0;
    left: 0;
}

.hfe-retina-image-set img{
        height: 80px;
    object-fit: contain;
}
.menu-item.current-menu-item a.hfe-menu-item,.menu-item a.hfe-menu-item:hover{
    border-radius: 50px;
}