/** Generated by FG **/
@font-face {
	font-family: 'Conv_Questrial-Regular';
	src: url('/fonts/Questrial-Regular.eot');
	src: local('☺'), url('/fonts/Questrial-Regular.woff') format('woff'), url('/fonts/Questrial-Regular.ttf') format('truetype'), url('/fonts/Questrial-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body
{
	font-family: Conv_Questrial-Regular;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
line-height: 1.5;
}

ol, ul {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}

q, blockquote {
quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}

a img {
border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}

*{
color: #363636;
}


body, html {
    height: 100%;
    font-size: 16px;
    color: #363636;
}

a {
outline: none;
}

.ghost-footer {
height: 85px;
}
.area-box-9{
    min-height: 100%;
    background: url("/img/bg.jpg") no-repeat;
    background-size: cover;
}
.area-box-9.blur{
    filter: blur(3px);
}

.wrapper {
min-height: 100%;
margin-bottom: -100px;
}

.errorMessage, .help-block {
color: red;
font-size: 12px;
}

.error{
    border-color: red !important;
}

.footer-e{
height: 100px;
}
.footer-e .container{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 100%;
}
.text {
    text-align: left;
    padding-right: 30px;
}

.text ul {
    margin-bottom: 10px;
}

.text img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.text ul li {
    list-style: disc inside;
    padding-left: 15px;
}

.text p {
text-indent: 1.5em;
margin-bottom: 10px;
}

.text strong, .text b {
font-weight: bold;
}

.text h1 {
font-size: 32px;
}

.text h2 {
font-size: 24px;
}

.text h3 {
font-size: 18px;
}

.text h4 {
font-size: 14px;
}

.text h5 {
font-size: 12px;
}

.text h6 {
font-size: 10px;
}

.text small {
font-size: 10px;
}

.text i {
font-style: italic;
}

.top-1{
    max-width: 1200px;
    width: 100%;
    min-width: 280px;
    margin: 0 auto;
    padding: 0 30px;
    background: rgba(255,255,255,0.7);
    border-radius: 0 0 5px 5px;
}
.top-1 .logo{
    padding: 15px 0;
    font-size: 40px;
    font-weight: bold;
}
.top-1-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.burger{
    width: 30px;
    cursor: pointer;
}
.burger div{
    height: 3px;
    width: 100%;
    margin-bottom: 4px;
    background: #2699CF;
}
.collapse-menu-7-menu-bg{
    position: fixed;
    left: -102vw;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 5;
    opacity: 0;
    transition: all .5s;
}
.collapse-menu-7-menu-bg.show{
    opacity: 1;
    left: 0;
}
.collapse-menu-7-menu{
    position: fixed;
    left: -45%;
    width: 40%;
    height: 100vh;
    background: rgba(255,255,255,0.7);
    top: 0;
    z-index: 10;
    transition: all .5s;
    opacity: 0;
}
.collapse-menu-7-menu.show{
    left: 0;
    opacity: 1;
}
.menu-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-box .logo{
    padding: 30px;
    font-size: 30px;
    font-weight: bold;
}
.title-5 {
    padding: 15px 0;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}
.menu-8{
    width: 100%;
}
.menu-8 ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: 0 auto;
}
.menu-8 ul li{
    line-height: 1.5;
    width: 100%;
}
.menu-8 ul li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 1.5;
    display: block;
    transition: all .5s;
    padding: 15px;

}

.menu-8 ul li a:hover{
    color: white;
}

.main-content{
    max-width: 1200px;
    width: 100%;
    min-width: 280px;
    margin: 30px auto 0;
    padding: 30px;
    background: rgba(255,255,255,0.7);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}
.close{
    cursor: pointer;
    font-weight: bold;
    font-size: 35px;
    position: absolute;
    right: 25px;
    top: 10px;
    opacity: 0.8;
    transition: all .5s;
}
.close:hover{
    opacity: 1;
}
.part-a-one{
    width: 70%;
}
.part-a-two{
    width: 30%;
    padding-bottom: 30px;
}
.part-a-two .form-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
    flex-wrap: wrap;
}

.part-a-two .form-item label{
    width: 100%;
    margin-bottom: 5px;
}

.part-a-two .form-item input{
    width: 100%;
    border-radius: 3px;
    padding: 7px 10px;
    border: 1px solid;
}
.part-a-two .form-item textarea {
    width: 100%;
    resize: vertical;
    border-radius: 3px;
    padding: 7px 10px;
    border: 1px solid;
    min-height: 150px;
}
.part-a-two .form-item button{
    border-radius: 3px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: 70%;
    padding: 10px 15px;
    border: none;
    margin: 0 auto;
    cursor: pointer;
    transition: all .5s;
    opacity: 0.8;
}
.part-a-two .form-item button:hover{
    opacity: 1;
}

@media (max-width: 1270px) {
    .main-content, .top-1{
        max-width: calc(100% - 60px);
    }
}
@media (max-width: 800px) {
    .collapse-menu-7-menu.show{
        width: 70%;
    }
    .main-content, .top-1{
        padding: 0 15px;
        max-width: calc(100% - 30px);
    }
    .main-content{
        flex-direction: column;
    }
    .main-content .part-a-one, .main-content .part-a-two{
        width: auto;
    }
}
@media (max-width: 500px) {
    .top-1 .logo{
        font-size: 30px;
    }
    .collapse-menu-7-menu.show{
        width: 100%;
    }
}

.burger div, .part-a-two .form-item button, menu-8 ul li a:hover{
    background: rgba(157, 206, 239, 1);
}
.menu-box .logo, .text .title-5, .text a, .top-1 .logo, .part-a-two .title-5, .close, .menu-8 ul li a{
    color: rgba(157, 206, 239, 1);
}
.collapse-menu-7-menu-bg{
    background: rgba(157, 206, 239, 0.3);
}
.collapse-menu-7-menu, .part-a-two .form-item button:hover{
    box-shadow: 0 0 10px rgba(157, 206, 239,0.7);
}
.part-a-two .form-item input, .part-a-two .form-item textarea{
    border-color: rgba(157, 206, 239, 1);
}
.area-box-9{
    min-height: 100%;
    background: url("../img/14-min.jpg") no-repeat;
    background-size: cover;
}