/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.wrapper{
    background: url("images/width-2400-68b6b5cf7f2c5.webp") center no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.boxwrapper {
    /*box-shadow: 0 0 20px 0 rgba(6, 30, 98, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);*/
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 50px;
    margin: 120px 0;
}
.page-id-1909 .boxwrapper{
    margin: 50px 0 120px 0 !important;
}
.boxwrapper h4 {
    font-family: "KeplerStd-LightCapt", Sans-serif;
    text-align: center;
    font-weight: 400;
    margin-bottom: 50px;
    color: #FFFFFF;
}
.boxwrapper p{
    font-family: "Poppins", Sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400 !important;
}
.content-wrapper{
    margin: 120px 0;
    padding: 50px 0 50px 50px;
}
#forms label{
    font-family: "Poppins", Sans-serif;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400 !important;
}
.content-wrapper h3{
    font-family: "KeplerStd-LightCapt", Sans-serif;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.content-wrapper1{
    margin: 120px 0 0 0;
}
.content-wrapper1 h3{
    font-family: "KeplerStd-LightCapt", Sans-serif;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
#forms label {
    font-weight: 500;
}
#forms a{
    text-decoration: none;
    color: #FFFFFF;
    text-decoration: underline;
}
#forms label.form-label > span{
    color:red;
}
#forms label.error{
    color:red;
    font-size: 13px;
    font-style: italic;
}
#forms input[type=date], #forms input[type=email], #forms input[type=number], #forms input[type=password], #forms input[type=search], #forms input[type=tel], #forms input[type=text], #forms input[type=url], #forms select, #forms textarea {
    border: 1px solid #e2dfeb;
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
}
input[type=submit], input[type=submit]:hover{
    background-color: #02010100;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.4em;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 0;
    padding: 13px 40px 13px 40px;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: transparent;
}
.iti__selected-dial-code{
    color: #FFFFFF;
}
.iti__arrow{
    border-top: var(--iti-arrow-height) solid #f9f9f9;
}
.iti__selected-country{height: 41px;}
input[type=search]{
    padding: .5rem 23px;
}