* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    height: 100%;
    font-family: Montserrat-Regular, sans-serif;
    background: #331C78 !important;
}

/* a {
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s
}

a:focus {
    outline: none !important
} */

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px
}

p {
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px
}

ul, li {
    margin: 0px;
    list-style-type: none
}

input {
    outline: none;
    border: none
}

textarea {
    outline: none;
    border: none
}

input::-webkit-input-placeholder {
    color: #aaaaaa
}

input:-moz-placeholder {
    color: #aaaaaa
}

input::-moz-placeholder {
    color: #aaaaaa
}

input:-ms-input-placeholder {
    color: #aaaaaa
}

textarea::-webkit-input-placeholder {
    color: #aaaaaa
}

textarea:-moz-placeholder {
    color: #aaaaaa
}

textarea::-moz-placeholder {
    color: #aaaaaa
}

textarea:-ms-input-placeholder {
    color: #aaaaaa
}

button {
    outline: none !important;
    border: none;
    background: transparent
}

button:hover {
    cursor: pointer
}

iframe {
    border: none !important
}
.bg-contact100 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.container-contact100 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    background: #331c78
}

.wrap-contact100 {
    width: 1080px;
    background: #171a1c;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1px 130px 20px 148px
}

.contact100-title {
    width: 310px;
    padding-top: 55px
}

.contact100-form {
    width: 390px
}

.contact100-form-title {
    display: block;
    font-family: Montserrat-ExtraBold;
    font-size: 24px;
    color: white;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 36px
}

input.input100 {
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 50px
}

input.input100[name="email"] {
    padding: 0 30px 0 54px
}

textarea.input100 {
    min-height: 150px;
    border-radius: 25px;
    padding: 14px 30px
}

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px
}

.input100 {
    display: block;
    width: 100%;
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: white;
    background: black;
}

.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(132, 106, 221, 0.5);
}

.input100:focus+.focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards
}

@-webkit-keyframes anim-shadow {
    to {
        -webkit-box-shadow: 0px 0px 60px 25px;
        box-shadow: 0px 0px 60px 25px;
        opacity: 0
    }
}

@keyframes anim-shadow {
    to {
        -webkit-box-shadow: 0px 0px 60px 25px;
        box-shadow: 0px 0px 60px 25px;
        opacity: 0
    }
}

.symbol-input100 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    pointer-events: none;
    color: white;
    font-size: 15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.input100:focus+.focus-input100+.symbol-input100 {
    color: #846add;
    padding-left: 22px
}

.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px
}

.contact100-form-btn {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: rgba(51, 28, 120, 0.9);
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    background: black;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.contact100-form-btn:hover {
    background: green
}

@media (max-width: 1200px) {
    .contact100-form {
        width: 44%
    }
}

@media (max-width: 992px) {
    .wrap-contact100 {
        padding: 1px 80px 157px 90px
    }
    .contact100-form {
        width: 55%
    }
}

@media (max-width: 768px) {
    .wrap-contact100 {
        padding: 110px 80px 157px 80px
    }
    .contact100-form {
        width: 100%
    }
    .contact100-title {
        width: 100%
    }
}

@media (max-width: 576px) {
    .wrap-contact100 {
        padding: 1px 15px 15px 15px
    }
    .contact100-title {
        width: 100%
    }
}

.file-area {
    width: 100%;
    position: relative;
    border-radius: 20px
}

.file-area input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer
}

.file-area .file-dummy {
    width: 100%;
    padding: 20px;
    background: black;
    text-align: center;
    -webkit-transition: black 0.3s ease-in-out;
    transition: black 0.3s ease-in-out;
    border-radius: 20px
}

.file-area .file-dummy .success {
    display: none
}

.file-area:hover .file-dummy {
    background: rgba(255, 255, 255, 0.1)
}

.form-group {
    width: 100%
}

/*# sourceMappingURL=join_us.css.map */