#main {
    background-color: #f9f8ff
}

.contact-form {
    padding: 50px 25px 90px 25px
}

.contact-form .section-title {
    padding-bottom: 50px
}

.contact-form .info-box-wrapper {
    width: 230px;
    height: 250px;
    margin: 0 auto
}

.contact-form .info-box {
    color: #444444;
    text-align: center;
    border-radius: 15px;
    padding: 20px 0 30px 0;
    background: #fff;
    height: 210px
}

.contact-form .info-box i {
    font-size: 40px;
    color: #5846f9;
    border-radius: 50%;
    padding: 8px
}

.contact-form .info-box h3 {
    font-size: 20px;
    color: #2c4964;
    font-weight: 700;
    margin: 10px 0;
    padding-bottom: 10px
}

.contact-form .info-box a {
    padding: 0;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 0;
    display: block;
    color: #444444
}

.contact-form .info-box a small {
    color: #444444;
    font-weight: 400
}

.contact-form .info-box a:hover {
    color: rgba(68, 68, 68, 0.71373)
}

.contact-form .info-box a:hover > small {
    color: rgba(68, 68, 68, 0.71373)
}

.contact-form .info-box a.email {
    padding-top: 10px
}

.contact-form-container {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.4px;
    max-width: 1300px;
    margin: auto;
    background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url(../assets/img/footer-bg.jpg) center center no-repeat;
    border-radius: 15px;
    background-size: cover;
    box-shadow: 8px 8px 40px -5px rgba(0, 0, 0, 0.5)
}

.contact-form-container button, .contact-form-container input, .contact-form-container textarea {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.4px
}

.screen {
    position: relative
}

.screen:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: -1
}

.screen-body {
    display: flex;
    justify-content: space-between
}

.screen-body-item {
    padding: 50px 50px 0 50px
}

.screen-body-item.left {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 35%
}

.screen-body-item.right {
    min-width: 65%
}

.app-form-group {
    margin-bottom: 45px
}

.app-form-group.message textarea {
    height: 150px
}

.app-form-group.buttons {
    margin-bottom: 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 45px
}

.app-form-control {
    width: 100%;
    padding: 10px 0;
    background: none;
    border: none;
    border-bottom: 2px solid #ddd;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s
}

.app-form-control::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase
}

.app-form-control::-moz-placeholder {
    color: #fff;
    text-transform: uppercase
}

.app-form-control::-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase
}

.app-form-control::placeholder {
    color: #fff;
    text-transform: uppercase
}

.app-form-control:focus {
    color: #fff025;
    transition: all 0.1s ease-in-out;
    border-bottom: 5px solid #fff025
}

.app-form-button {
    background: none;
    border: 1px solid #fff;
    color: #5846f9;
    padding: 10px 20px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    border-radius: 10px
}

.app-form-button:hover {
    color: #fff;
    background-color: transparent
}

.loader {
    width: 45px;
    height: 45px;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: none
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.app-form-group .invalid-feedback {
    color: #fff025
}

@media screen and (max-width: 1020px) {
    .screen-body {
        flex-direction: column
    }

    .info-box-wrapper {
        height: -webkit-min-content !important;
        height: -moz-min-content !important;
        height: min-content !important
    }
}

@media screen and (max-width: 1275px) {
    .screen-body-item.left {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 670px) {
    .screen-body {
        padding: 40px
    }

    .screen-body-item.left {
        flex-direction: column
    }

    .info-box {
        margin: 20px 0
    }

    .screen-body-item {
        padding: 0;
        padding-bottom: 30px
    }
}

@media screen and (max-width: 400px) {
    .screen-body {
        padding: 10px
    }

    .screen-body-item.left {
        flex-direction: column
    }

    .contact-form .info-box-wrapper {
        margin: 0 auto;
        width: 210px
    }

    .screen-body-item {
        padding: 10px;
        padding-bottom: 30px
    }

    .contact-form {
        padding: 50px 25px 80px 25px
    }

    .contact-form-container {
        box-shadow: 3px 3px 30px -5px rgba(0, 0, 0, 0.2)
    }
}


/*# sourceMappingURL=contact.bundle.css.map*/