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

body
{
	font-family: Conv_Signika-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;
}

html {

}

ol, ul {
list-style: none;
padding: 0;
}

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;
    position: relative;
    background: #dcdde1;
}

a {
outline: none;
}

.ghost-footer {
height: 85px;
}
.area-bg-2{
    background: url("/img/bg.jpg") no-repeat;
    background-size: cover;
    height: 250px;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 5px rgba(54,54,54,0.7) inset;
}
.area-bg-2.blur, .wrapper-box-d.blur{
    filter: blur(3px);
}

.wrapper-box-d {
    min-height: 100%;
    margin-bottom: -100px;
    position: relative;
    z-index: 2;
}

.errorMessage, .help-block {
color: red;
font-size: 12px;
}

.error{
    border-color: red !important;
}

.footer-a{
    height: 100px;
    box-shadow: 0 0 5px rgba(54,54,54,0.7);
}
.footer-a .container{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 100%;
}
.text-content-8 {
    text-align: left;
    padding-right: 30px;
}

.text-content-8 ul {
    margin-bottom: 10px;
}

.text-content-8 ul li {
    list-style: disc inside;
    padding-left: 15px;
}

.text-content-8 p {
text-indent: 1.5em;
margin-bottom: 10px;
}

.text-content-8 strong, .text-content-8 b {
font-weight: bold;
}

.text-content-8 h1 {
font-size: 32px;
}

.text-content-8 h2 {
font-size: 24px;
}

.text-content-8 h3 {
font-size: 18px;
}

.text-content-8 h4 {
font-size: 14px;
}

.text-content-8 h5 {
font-size: 12px;
}

.text-content-8 h6 {
font-size: 10px;
}

.text-content-8 small {
font-size: 10px;
}

.text-content-8 i {
font-style: italic;
}

.text-content-8 img
{
    display: inline-block;
    width: 100%;
    height: auto;
}

.top-1 {
    max-width: 1200px;
    width: 100%;
    min-width: 280px;
    margin: 0 auto;
    padding: 0 30px;
    background: none;
    border-radius: 0 0 5px 5px;
}
.top-1  .logo{
    padding: 45px 0;
    font-size: 40px;
    font-weight: bold;
    color: white;
}
.top-1 -nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.burger{
    width: 30px;
    cursor: pointer;
    display: none;
}
.burger div{
    height: 3px;
    width: 100%;
    margin-bottom: 4px;
    background: white;
}
.collapse-menu-f-menu-bg{
    position: fixed;
    left: -102vw;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 5;
    opacity: 0;
    transition: all .5s;
}
.collapse-menu-f-menu-bg.show{
    opacity: 1;
    left: 0;
}
.collapse-menu-f-menu{
    position: fixed;
    left: -45%;
    width: 40%;
    height: 100vh;
    background: rgba(255,255,255,0.9);
    top: 0;
    z-index: 10;
    transition: all .5s;
    opacity: 0;
}
.collapse-menu-f-menu.show{
    left: 0;
    opacity: 1;
}
.menu-4-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-4-box .logo{
    padding: 30px;
    font-size: 30px;
    font-weight: bold;
}
.title-6 {
    padding: 15px 0;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}
.menu-4{
    width: 100%;
}
.menu-4 ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.menu-4 ul li{
    line-height: 1.5;
    width: 100%;
}
.menu-4 ul li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 1.5;
    display: block;
    transition: all .5s;
    padding: 15px;

}

.menu-4 ul li a:hover{
    color: white;
}

.main-content{
    max-width: 1000px;
    width: 100%;
    min-width: 280px;
    margin: 0 auto;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 5px rgba(54,54,54,1);
    display: flex;
    justify-content: space-between;
}
.main-content.right .part-5-one{
    order: 2;
}
.main-content.right .part-5-two{
    order: 1;
}
.content{
    max-width: 1200px;
    width: 100%;
    min-width: 280px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
}
.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-5-one{
    width: 70%;
    padding: 30px;
}
.part-5-two{
    width: 30%;
    padding: 30px 0;
}
.content .part-5-two{
    width: 70%;
}
.content .title-6{
    margin: 0;
}
.part-5-two form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.part-5-two .form-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.part-5-two .form-item.w50{
    width: 47%;
}

.part-5-two .form-item label{
    width: 150px;
    margin-bottom: 5px;
}

.part-5-two .form-item input{
    width: calc(100% - 20px);
    border-radius: 3px;
    padding: 7px 10px;
    border: 1px solid;
}
.part-5-two .form-item textarea {
    width: calc(100% - 20px);
    resize: vertical;
    border-radius: 3px;
    padding: 7px 10px;
    border: 1px solid;
    min-height: 100px;
}
.part-5-two .form-item button{
    border-radius: 3px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: 40%;
    padding: 10px 15px;
    border: none;
    margin: 0;
    cursor: pointer;
    transition: all .5s;
    opacity: 0.8;
}
.part-5-two .form-item button.right{
    align-self: flex-end;
}
.part-5-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-f-menu.show{
        width: 70%;
    }
    .main-content, .top-1 {
        padding: 0 15px;
        max-width: calc(100% - 30px);
    }
    .main-content{
        flex-direction: column;
    }
    .main-content .part-5-one, .main-content .part-5-two{
        width: auto;
    }
    .burger{
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
    }
}
@media (max-width: 500px) {
    .top-1 .logo{
        font-size: 30px;
    }
    .collapse-menu-f-menu.show{
        width: 100%;
    }
    .content .part-5-two{
        width: 90%;
    }
}


.part-5-two .form-item button, .menu-4 ul li a:hover{
    background: rgba(156, 194, 179, 1);
}
.menu-4-box .logo, .text-content-8 .title-6, .text-content-8 a, .part-5-two .title-6, .close, .menu-4 ul li a, .part-5-two .form-item label{
    color: rgba(156, 194, 179, 1);
}
.collapse-menu-f-menu-bg{
    background: rgba(156, 194, 179, 0.3);
}
.collapse-menu-f-menu, .part-5-two .form-item button:hover{
    box-shadow: 0 0 10px rgba(156, 194, 179,0.7);
}
.part-5-two .form-item input, .part-5-two .form-item textarea{
    border-color: rgba(156, 194, 179, 1);
}
.area-bg-2, .footer-a{
    background: url("../img/13-min.jpg") no-repeat;
    background-size: cover;
}
.main-content .part-5-two{
    background-image: linear-gradient(to bottom, #dcdde1 50%, rgba(156, 194, 179, 1));
}