/* ===================================== Import Variables ================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

body {
    font-family: "Open Sans";
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #0095ca;
}

    a:hover {
        color: #444;
    }

ul {
    margin-bottom: 0;
    padding-left: 0;
}

ol, ul {
    margin: 0px;
    padding: 0px;
}

a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}

.form-08 {
    /* background-image:url(../images/bg-001.jpg);  */
    background-color: #d2d6de;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 9;
    overflow: hidden;
    height: 100vh;
}

._form-08-main {
    background: #fff;
    width: 360px;
    max-width: 100%;
    border-radius: 4px;
    display: block;
    padding: 30px 0px;
    margin: 6% auto 30px auto;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

._form-08-head::before {
    position: absolute;
    content: "";
    /* background: url(../images/shap-01.png); */
    width: 111px;
    height: 124px;
    background-repeat: no-repeat;
    top: 0;
    right: -12px;
}

._form-08-head {
    padding: 20px 30px;
    display: block;
    text-align: center;
    overflow: hidden;
}

.sub-01 {
    position: absolute;
    bottom: -1px;
}

._form-08-head h2 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.3px;
}

.form-group {
    padding: 4px 30px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 0px;
}

    .form-group label {
        margin: 41px 0px;
    }

.form-control {
    outline: 0;
    border-width: 0 0 2px;
    border-color: #3c8dbc;
    width: 100%;
    height: 50px;
    font-family: Calibri;
    font-size: 16px;
    padding-left: 5px;
}

.checkbox label {
    margin: 0px;
}

.checkbox {
    display: flex;
    justify-content: space-around;
}

._btn_04 {
    width: 137px;
    display: block;
    margin: 6px auto;
    padding: 10px 15px;
    background: #0095ca;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.5s;
    color: #FFF;
    border:none;
}

   /* ._btn_04:hover {
        background-color: #9fcc27;
    }*/

    ._btn_04 a {
        color: #fff;
        font-size: 16px;
        text-align: center;
    }

.social-media-08 {
    display: block;
    margin: 0px auto;
    padding: 10px 30px;
    text-align: center;
}

    .social-media-08 ol li {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50px;
        color: #37a000;
        margin: 8px auto;
    }
