
.services .media i.fa {
    color: #ef6c00;
    border-color: #ef6c00;
} /* for engate-mind */
.btn {
    text-transform: none;
} /* for button */
.movie {
    max-width: 560px;
    margin: 0 auto;
}
.movie__inner {
    position: relative;
padding-bottom: calc(315 / 560 * 100%);
}
.movie__iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.floating-label-form-group input, .floating-label-form-group textarea {
    padding-right: 0.25em;
    padding-left: 0.25em;
}
.floating-label-form-group-with-value label {
    top: 0.1em;
}

/* Tayori Form */
:root {
    --tayori-theme_page_background_color: #ffffff;
    --tayori-theme_page_font_color: #2e3231;
    --tayori-theme_title_background_color: #f7f8f9;
    --tayori-theme_title_font_color: #2e3231;
    --tayori-theme_button_background_color: #EF6C00;
    --tayori-theme_button_font_color: #ffffff;
    --tayori-theme_input_background_color: #ffffff;
    --tayori-theme_input_font_color: #2e3231;
    --tayori-theme_input_danger_color: #ff0000;
    --tayori-theme_input_focus_color: #0075ff;
}

#tayori-iframe iframe {
    border: none;
    height: 1200px !important;
}
.form-wrapper {
    padding: 4em;
    background-color: #ffffff;
}
#tayori-form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
#tayori-form .form-parts {
    font-size: 14px;
    word-wrap: break-word;
    display: block;
    color: var(--tayori-theme_page_font_color);
    font-weight: bold;
    line-height: 2;
    overflow-wrap: anywhere;
}


#tayori-form .form-parts input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0;
    padding: .75em .85em;
    border: none;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    outline: none;
    background-clip: border-box;
    background-color: transparent;
    background-color: var(--tayori-theme_input_background_color);
    color: var(--tayori-theme_input_font_color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

#tayori-form .form-parts textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0;
    padding: .75em .85em;
    border: none;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    outline: none;
    background-clip: border-box;
    background-color: transparent;
    background-color: var(--tayori-theme_input_background_color);
    color: var(--tayori-theme_input_font_color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
#tayori-form .btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
}
#tayori-form button.submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    min-width: 180px;
    margin: 0;
    margin-right: 8px;
    margin-bottom: 10px;
    margin-left: 8px;
    padding: 0;
    padding: 10px 20px;
    border: none;
    border-radius: 200px;
    outline: none;
    background-color: transparent;
    background-color: var(--tayori-theme_button_background_color);
    color: var(--tayori-theme_button_font_color);
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    white-space: normal;
    cursor: pointer;
}