@charset "utf-8";
#hh1 {
	color: #1db0d5;
}
#oo1 {
	font-weight: 700;
}
#oo2 {
	font-weight: 400;
}
#oo9 {
	font-size: 38px;
	font-weight: 700;
}
#oo9 {
	font-weight: 300;
	font-size: 48px;
}
#ghg213 {
}
#gg776 {
	font-size: 18px;
	color: #333333;
	font-weight: 300;
}
#jj1 {
	font-weight: 300;
	font-size: 18px;
}
#vv1 {

}
#asa1 {
	color: #555555;
}
.factory-service {
    position: absolute;
    top: -16px;
    right: -240px;
    text-align: center;
}
.factory-service a {
    box-shadow: none;
        outline: none;
}
.factory-service p {
    line-height: 1.2;
    margin: 4px auto;
    background: #1db0d5;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    outline: none;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Open Sans',sans-serif;
    border-radius: 2px;
}
.factory-servise-sm {
    font-size: 11px!important;
    max-width: 145px;
    padding: 3px 6px !important;
}
.factory-service a p {
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
}
.factory-service a:hover p {
    background: #06b9e6;
}
 input,
 textarea {
    background: transparent;
    border: 1px solid #dae1e8;
    line-height: 21px;
    padding: 12px 20px;
    font-size: 13px;
    border-radius: 5px;
}
 textarea {
    height: 121px;
}
 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #0f0f10;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: -.4px;
}
 label em {
    color: #e85678;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}
.select2-container {
    margin-bottom: 14px !important;
}
.select2-selection--multiple {
    line-height: 0;
    border-radius: 5px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 7px 20px 12px 20px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    line-height: 21px !important;
    font-size: 13px !important;
    margin-top: 5px !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0 !important;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--multiple .select2-selection__choice  {
    border: 1px solid #dae1e8 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice  {
    margin-right: 10px !important;
    margin-left: -5px !important;
}
 input:focus,
 textarea:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #bac1c7 !important;
}


.select2-selection__rendered {
    padding-right: 30px !important;
}

.select2-selection__rendered:after {
    content: '';
    display: inline-block;
    height: 7px;
    width: 7px;
    top: 11px;
    right: 45px;
    position: relative;
    vertical-align: top;
    transform: rotate(135deg);
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #c5c9cc;
}

/* Upload input */
 input[type="file"] {
    border: none;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    max-width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 2px;
    border-radius: 4px;
}
.inputfile + label:hover {
	color: #fff;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
 label i {
    font-size: 18px;
    vertical-align: middle;
    line-height: 16px;
    margin-right: 4px;
}
.inputfile + label {
    color: #b33087;
    transition: all .1s;
}
.no-js .inputfile + label {
    display: none;
}
.inputfile + label span {
    position: relative;
	align-items: center;
	background: #fff;
    padding: 13px 23px 13px 21px;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%;
    transition: all .26s;
}
.inputfile + label:hover span {
	background: transparent;
}
.inputfile + label span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: color;
}
.inputfile + label,
.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover,
.inputfile + label span:after,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: -webkit-linear-gradient(90deg, #5a44ca, #e4225b);
    background: linear-gradient(90deg, #5a44ca, #e4225b);
    background-size: 110% 100%;
    background-position: 70% 50%;
}
label.desc {
    font-size: 13px;
    color: #888;
    font-weight: normal;
    letter-spacing: 0;
    font-family: 'Raleway', 'sans-serif';
}
form {
	max-width: 500px;
margin: 0 auto;
}
form input,
form textarea {
	width: 100%;
margin: 10px 0;

    padding: 8px;
    border: 1px solid #dae2e8;

}
form .submit {
	margin-left: 10px;
	width: 210px;
}
.error_message {
	background: #ff5f5f;
padding: 15px;
color: #fff;
border-radius: 5px;
font-size: 16px;
}
#success_page h4 {
	background: #1db0d5;
padding: 15px;
color: #fff;
border-radius: 5px;
font-size: 19px;
}
