body, html {
    -webkit-text-size-adjust: 100%;
    height: 100%
}

html {
    line-height: 1.15
}

body {
    font: 16px/1.4 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    color: #323232;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    min-width: 320px;
    margin: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active, :focus, a:active, a:focus {
    outline: 0
}

a {
    color: #333;
    text-decoration: underline;
    background-color: transparent
}

a:hover {
    text-decoration: none
}

p {
    margin: 0 0 22px;
}

img {
    border-style: none
}

img:focus {
    outline: 0 !important
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}


b, strong {
    font-weight: 700
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden], template {
    display: none
}

.wrapper {
    width: 100%;
    overflow: hidden;
    padding-top: 102px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(255,255,255, .99);
    padding: 26px;
}

.hrader-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.btn {
    display: inline-block;
    background-color: #45a8ff;
    box-shadow: 3px 3px 0 #d4ecff;
    color: #fff;
    font: 600 14px/50px Poppins, sans-serif;
    border: 0;
    cursor: pointer;
    padding: 0 25px;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 150px;
}
.btn:hover {
    opacity: 0.9;
}

.logo {
    max-width: 40%;
}

.logo img {
    max-width: 100%;
}

.top-section {
    position: relative;
    font-size: 16px;
    line-height: 30px;
}

.top-section:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60%;
    background: rgba(230,230,230, .4);
    min-width: 650px;
}

.top-section .holder {
    max-width: 1200px;
    min-height: calc(100vh - 102px);
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.circle {
    height: 1106px;
    width: 1106px;
    position: absolute;
    z-index: -2;
    bottom: -20px;
    left: -250px;
    background-color: transparent;
    box-sizing: border-box;
    border: 250px solid #eaf5fe;
    border-radius: 50%;
}

.visual {
    margin-bottom: 42px;
}

.visual img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.top-section .text_inner {
    background-color: #fff;
    box-shadow: 0 2px 25px 2px rgba(0,0,0,0.04);
    padding: 40px 20px;
}

.top-section h1 {
    font: 700 30px/1.3em 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    margin: 0 0 56px;
    color: #323232;
}
.top-section p {
    margin: 0 0 1em;
}

@media (min-width: 770px) {
    .top-section .holder {
        padding: 20px;
    }
    .top-section h1 {
        font-size: 54px;
    }
    .top-section {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (min-width: 980px) {
    .top-section .visual {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .top-section .text_inner {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        max-width: 50%;
        background-color: transparent;
        box-shadow: transparent;
        padding: 40px 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .top-section .text_inner div {
        position: relative;
        z-index: 2;
    }

    .top-section .text_inner:after {
        content: '';
        position: absolute;
        bottom: 0;
        top: 10%;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 2px 25px 2px rgba(0,0,0,0.04);
    }
}


/*contact page*/
.contact-section {
    padding: 65px 20px;
}

.contact-section h1 {
    max-width: 589px;
    margin: 0 auto 65px;
    font: 700 54px/1.3em 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: #323232;
}

.contact-section h2 {
    max-width: 589px;
    margin: 0 auto 65px;
    font: 20px/1.3em 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: #323232
}

.contact-section .wrap {
    max-width: 780px;
    margin: 0 auto;
}

.contact-section .text {
    width: 100%;
    color: #3e3e3e;
    font: 15px/1.2 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    letter-spacing: -.21px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    padding: 12px 20px;
    margin-bottom: 24px;
}

.contact-section .text:focus {
    border-color: #3E3E3E;
}

::-webkit-input-placeholder {color:#3E3E3E;}
::-moz-placeholder          {color:#3E3E3E;}
:-moz-placeholder           {color:#3E3E3E;}
:-ms-input-placeholder      {color:#3E3E3E;}

@media (min-width: 980px) {
    .contact-section .row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    .contact-section .text {
        width: 49%;
        margin: 0;
    }
}

.textarea-hold {
    position: relative;
    margin-bottom: 24px;
}

.contact-section textarea {
    width: 100%;
    height: 279px;
    resize: none;
    color: #3e3e3e;
    font: 15px/1.2 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    letter-spacing: -.21px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    padding: 20px;
}

.textarea-hold label {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font: 15px/17px 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: #adadad;
}

.textarea-hold label strong {
    display: block;
    color: #3E3E3E;
    font-weight: normal;
    margin-bottom: 9px;
}
.textarea-hold label span {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
}

.contact-section textarea:focus + label, .contact-section textarea:valid + label {
    display: none;
}

.upload-box {
    margin-bottom: 30px;
}

.upload-box .file {
    display: none;
}

.upload-box label {
    text-align: center;
    border-top: 1px dashed #e3e3e3;
    border-bottom: 1px dashed #e3e3e3;
    display: block;
    width: 100%;
    height: 70px;
    color: #45a8ff;
    font: 400 15px/17px 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    line-height: 70px;
    cursor: pointer;
}

.text-grey-out {
    color: #bababa;
    font: 11px/17px 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    letter-spacing: -.16px;
    display: block;
    padding-bottom: 45px;
}

.text-grey-out a {
    color: #45a8ff;
    text-decoration: none;
}

.text-grey-out a:hover {
    text-decoration: underline;
}

.btn-hold {
    text-align: center;
}
