/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#form-01 {
	width: 100%;
	overflow: hidden;
}

#form-01 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
	width: 100%;
    height: auto;
	overflow: hidden;
    padding: 0 100px;
}

@media(max-width: 1000px) {
    #form-01 .container {
        padding: 0 20px;
    }
}

#form-01 .container .col h2,
#form-01 .container .col h3 {
    margin-left: 2%;
}

#form-01 .container > .col:nth-child(1) {
    text-align: left;
    margin-top: 50px;
    width: 70%;
}

#form-01 .container > .col:nth-child(2) {
    display: block;
    text-align: center;
    margin-top: 50px;
    width: 30%;
    padding: 0 2%;
}

#form-01 > .container > .col iframe {
    margin: 0!important;
    border: 0;
    display: none;
}

#form-01 > .container > .col > table {
	margin: 30px 0 0 0;
}

form {
    position: relative;
    margin: 2% 2% 0 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 96%;
}

form .col {
    width: 22%;
    height: 3rem;
	margin: 0 0 20px 0;
}

form .col p {
    display: inline;
}

input {
	border: 0;
}

form .col:nth-child(10),
form .col:nth-child(11),
form .col:nth-child(12),
form .col:nth-child(13),
form .col:nth-child(14),
form .col:nth-child(15),
form .col:nth-child(16),
form .col:nth-child(17),
form .col:nth-child(18),
form .col:nth-child(19) {
    width: 100%;
    height: auto;
}

form .col:nth-child(1) input,
form .col:nth-child(2) input,
form .col:nth-child(3) input,
form .col:nth-child(4) input,
form .col:nth-child(5) input,
form .col:nth-child(6) input,
form .col:nth-child(7) input,
form .col:nth-child(8) input,
form .col:nth-child(9) input,
form .col:nth-child(10) input,
form .col:nth-child(11) input,
form .col:nth-child(14) input,
form .col:nth-child(15) input,
textarea  {
    font-size: 0.9rem;
    color: #585858;
    letter-spacing: 0.05rem;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    background: #F2F2F2;
}

form .col:nth-child(10) {
    display: none;
    }

form button {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    width: 100%;
    height: 3rem;
    border: 0;
    cursor: pointer;
    background-color: #1b2646;
	color: #fff !important;
    opacity: 1;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

form .col button:hover {
    opacity: 0.8;
}

.form-widget {
    margin: 50px 0 0 0;
}

@media (max-width: 1300px) {
    #form-01 .container > .col:nth-child(1),
    #form-01 .container > .col:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    form .col {
        width: 48%;
    }
}

@media (max-width: 600px) {
    form .col {
        width: 100%;
    }
}

#form-02 {
	width: 100%;
	overflow: hidden;
}

#form-02 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
	width: 100%;
    height: auto;
	overflow: hidden;
    padding: 0 100px;
}

@media(max-width: 1000px) {
    #form-02 .container {
        padding: 0 20px;
    }
}

#form-02 .container .col h2,
#form-02 .container .col h3 {
    margin-left: 2%;
}

#form-02 .container > .col:nth-child(1) {
    text-align: left;
    margin-top: 50px;
    width: 70%;
}

#form-02 .container > .col:nth-child(2) {
    display: block;
    text-align: center;
    margin-top: 50px;
    width: 30%;
    padding: 0 2%;
}

#form-02 .container .col img {
    margin: 0!important;
}

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
}

.form-group:nth-child(6),
.form-group:nth-child(7) {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.form-group:nth-child(9) {
    display: none;
}

.form-group label a {
	text-decoration: underline !important;
}

.form-group .form-check .form-check-label a {
	text-decoration: underline !important;
}

.form-check {
    width: 50%;
}

form .form-group:nth-child(7) .form-check {
    width: 100%;
}

@media(max-width: 800px) {
    .form-check {
        width: 100%;
    }
}

.form-check-label {
    display: inline;
}

#form-02 .container .col .postcontent .form-widget form .form-group .col {
    width: 30%;
}

@media(max-width: 600px) {
	#form-02 .container .col .postcontent .form-widget form .form-group .col {
		width: 100%;
	}
}

select {
    background: #1b2646;
	color: #fff !important;
	letter-spacing: 0.05rem;
	padding:15px !important;
	margin: 0 0 20px 0;
}

select {  
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    appearance: none;
}

input {
	border: 0;
}

textarea {
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: inherit;
    font-family: inherit;
}

#feedback-form-botcheck {
    display: none;
}

form .form-group button {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    width: 100%;
    height: 3rem;
    border: 0;
    cursor: pointer;
    background: #1b2646;
    opacity: 1;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

form .form-group button:hover {
    opacity: 0.8;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #848484;
}
  ::-moz-placeholder { /* Firefox 19+ */
	color: #848484;
}
  :-ms-input-placeholder { /* IE 10+ */
	color: #848484;
}
  :-moz-placeholder { /* Firefox 18- */
	color: #848484;
}

.sidebar {
    padding: 20px 5px;
    font-style: italic;
}

.sidebar p:nth-child(1) {
	font-weight: 700;
	margin: 0 0 10px 0;
}

#frame {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	background: #1b2646;
	margin: 5% 0 0 0;
}

#frame a {
    width: 100%;
    color: #FFF;
    background: #1b2646;
    padding: 6%;
    border: 0;
}

#frame a span {
    text-decoration: underline;
}

@media (max-width: 1300px) {
    #form-02 .container > .col:nth-child(1),
    #form-02 .container > .col:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 600px) { 
    form .col {
        width: 100%;
    }
}

/* PRELOADER */

.form-process {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: #1b2646;
}

.form-process::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.7;
	z-index: -1;
}

/* SPINNER */

.css3-spinner {
	position: fixed;
	width: 100%;
	height: 100vh;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #1b2646;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-perspective: 1000;
	        perspective: 1000;
}

.css3-spinner > .css3-spinner-scaler {
	width: 160px;
	height: 160px;
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	        animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(0.0);
		        transform: scale(0.0);
	} 
	100% {
		-webkit-transform: scale(1.0);
		        transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes scaleout {
	0% {
		-webkit-transform: scale(0.0);
		        transform: scale(0.0);
	} 
	100% {
		-webkit-transform: scale(1.0);
		        transform: scale(1.0);
		opacity: 0;
	}
}

/*  FORM */

.sm-form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 14px;
	font-size: 0.9rem;
	line-height: 1.42857143;
	color: #585858;
	border: 0;
	border-bottom: 1px solid #AAA;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

.sm-form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.sm-form-control:-ms-input-placeholder { color: #999; }
.sm-form-control::-webkit-input-placeholder { color: #999; }
.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
	cursor: not-allowed;
	background: #eeeeee;
	opacity: 1;
}

.sm-form-control { height: auto; }

.form-control { border-radius: 3px; }

.form-control:active,
.form-control:focus {
	border-color: #999;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

label {
	display: inline-block;
	font-size: inherit;
	margin-bottom: 10px;
}

label.label-muted {
	color: #999;
	font-weight: normal;
	margin-right: 5px;
}

.contact-form-overlay {
	position: relative;
	background: #FFF;
	z-index: 10;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
	        box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}

label.error {
	margin-top: 5px;
	color: #E42C3E;
	font-weight: 400;
}

label.error { 
	display: none !important; 
}

.show-error-msg + label.error { 
	display: block !important; 
}

input[type=checkbox]:not(:checked) + label.error { 
	display: block !important; 
}

.checkbox-container {
	width: 100%;
}

.sm-form-control.error { 
	border-color: #E42C3E; 
}

/* Magnific Popup CSS */

.mfp-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: 0.8; }

.mfp-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
 }

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	margin: 20px;
	padding: 40px;
	text-align: left;
	z-index: 1045;
	background: #fff;
}

.mfp-hide {
	display: none !important; 
}

.modal1 img {
	margin: 0 0 40px 0 !important;
}

.modal1 h3 {
	margin: 0 0 20px 0 !important;
}

.mfp-close {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	display: block;
	outline: none;
	z-index: 1046;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; 
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1; 
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	text-align: center;
	margin-top: -12px;
	margin-left: -12px;
	z-index: 1044;
	text-indent: -9999px;
}