@charset "utf-8";

/*-- Contact Form 03
----------------------------------------------------------------------*/
#homeForm_03 {
    position: relative;
}

/*--- Form Defaults ---*/
.error_message {
	display: block;
	line-height: 22px;
	background: #FBE3E4 url('../plugins/envato-ajax-contact-extend/assets/img/error.gif') no-repeat 10px 6px;
	padding: 3px 10px 3px 35px;
	color: #8a1f11;
	border: 1px solid #FBC2C4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul.error_messages {
	margin: 0 0 0 15px;
	padding: 0;
}
ul.error_messages li {
	line-height: 22px;
	color: #333;
}
.loader {
	padding: 10px;
	width: 100%;
	float: left;
	position: absolute;
}
.loader2 {
	font-size: 25px;
}

/*---floating lables css---*/
#homeForm_03 .has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 110%;
    opacity: 0.9;
    top: 50%;
	transform: translateY(-50%);
	left: 1rem;
}
#homeForm_03 .has-float-label label, 
#homeForm_03 .has-float-label > span {
    position: absolute;
    cursor: text;
    font-size: 90%;
    opacity: 1;
    top: -0.5em;
    left: 1rem;
    z-index: 3;
    line-height: 1;
    transition: all 0.2s ease 0s;
    padding: 0px 1px;
}
#homeForm_03 .has-float-label label::after, 
#homeForm_03 .has-float-label>span::after {
    content: " ";
    display: block;
    position: absolute;
    background: #ebecef;
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1;
}

/*---labels and placeholders---*/
#homeForm_03 label,
#homeForm_03 .contactform-2 label {
	color: #3d3d3d;
	font-family: 'Poppins';
    font-weight: normal;
	margin-bottom: 0;
}
#homeForm_03 label div {
	font-weight: normal;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
#homeForm_03 .form-group {
	/*margin-bottom: 0.75rem;*/
}
#homeForm_03 .form-control::-moz-placeholder {
  color: #3d3d3d;
}
#homeForm_03 .form-control:-ms-input-placeholder {
  color: #3d3d3d;
}
#homeForm_03 .form-control::-webkit-input-placeholder {
  color: #3d3d3d;
}
#homeForm_03 select.form-control {
	color: #3d3d3d;
}

#homeForm_03 .form-control {
	border-radius: 0;
	background-color: #ebecef;
    background-clip: padding-box;
    border: 1px solid #ebecef;
}
#homeForm_03 textarea {
   resize: none;
}
#homeForm_03 .valid-contact {
	padding-left: 10px;
	padding-right: 10px;
}
#homeForm_03 .errors {
	font-size: 16px;
	font-size: 1rem;
	color: #3d3d3d;
	margin-bottom: 1rem;
}

/*--- Buttons ---*/
.btn {
	border-radius: 0;
}
.btn-sub {
	color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}
.btn-sub:hover,
.btn-sub:focus {
	background-color: #4b4b4b;
	border-color: #4b4b4b;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Webfrog extra devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {

}

/*-- Header Section 01
----------------------------------------------------------------------*/