@charset "utf-8";
/* CSS Document */

.contactP {
  font: normal 16px Arial, Helvetica, sans-serif !important;
	padding-top: 5px;
	
	
}

.antispam { display:none;}


::selection{
  color: #fff;
  background: #0D6EFD;
}

.wrapper{
    max-width: 850px;
	margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.05);
    float: center;
}
.wrapper header{
  font-size: 30px;
  font-weight: 550;
	line-height: 2.2rem;
  padding: 20px;
  margin: 0 auto;
  color: #02307e;
}
.wrapper form{
	padding: 20px 15px 0px 15px;
	margin: 0 auto;
	background: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.05);
    float: center;
	
}
.wrapper form.disabled{
  pointer-events: none;
  opacity: 0.7;
}
form .dbl-field{
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
}
.dbl-field .field{
  height: 50px;
  display: flex;
  position: relative;
  width: calc(100% / 2 - 13px);
}
.wrapper form i{
  position: absolute;
  top: 50%;
  left: 12px;
  color: #ccc;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}
form .field input,
form .message textarea{
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 18px 0 48px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.field input::placeholder,
.message textarea::placeholder{
  color: #ccc;
}
.field input:focus,
.message textarea:focus{
  padding-left: 47px;
  border: 2px solid #0D6EFD;
}
.field input:focus ~ i,
.message textarea:focus ~ i{
  color: #0D6EFD;
}
form .message{
  position: relative;
}
form .message i{
  top: 30px;
  font-size: 20px;
}
form .message textarea{
  min-height: 130px;
  max-height: 230px;
  max-width: 100%;
  min-width: 100%;
  padding: 15px 20px 0 48px;
}
form .message textarea::-webkit-scrollbar{
  width: 0px;
}
.message textarea:focus{
  padding-top: 14px;
}
form .button-area{
  margin: 25px 0;
  display: flex;
  align-items: center;
}
.button-area button{
  color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  padding: 13px 25px;
  background: #014D27;
  transition: background 0.3s ease;
}
.button-area button:hover{
  background: #42B718;
}
.button-area span{
  font-size: 17px;
  margin-left: 30px;
  display: none;
}

.embed-responsive, .map {
    width: 100% !important;
    padding: 0;
	margin: 0 auto;
    overflow: hidden;
}

.map {
    margin: 0 auto;
    max-width: 620px;
	padding-top: 5px;
	padding-bottom: 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.05);
    float: left;
	margin-bottom: 20px;
	margin-left: 35px;
	
}
.embed-responsive-companyinfo {
    width: 100% !important;
    padding: 5px 5px 5px 5px;
	margin: 0 auto;
    overflow: hidden;
}


@media (max-width: 767.98px){
	.map{
	margin-left: 0px;
	}
}


@media (max-width: 600px){
  .wrapper header{
    text-align: center;
  }
  .wrapper form{
    margin: 35px 0px;
  }
  form .dbl-field{
    flex-direction: column;
    margin-bottom: 0px;
  }
  form .dbl-field .field{
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
  }
  form .message textarea{
    resize: none;
  }
  form .button-area{
    margin-top: 20px;
    flex-direction: column;
  }
  .button-area button{
    width: 100%;
    padding: 11px 0;
    font-size: 16px;
  }
  .button-area span{
    margin: 20px 0 0;
    text-align: center;
  }
}

@media (max-width: 415px){
  .mapfooter{
    max-width: 50%;
	max-height: 45%;
	  margin: 0 auto;
  }
	}
	

@media (max-width: 375px){
  .map{
    width: 100% !important;
	float: center !important;
	margin: 0 auto !important;
	  padding: 5px !important;
  }
	.embed-responsive-item{
    width: 100% !important;
	float: center !important;
	margin: 0 auto !important;
	  padding: 5px !important;
  }
	iframe {
		max-width: 300px;
	}
	.wrapper header{
    text-align: center;
  }
  .wrapper form{
    margin: 0 auto;
  }

}

@media (max-width: 415px){
  .map{
    width: 100%;
  }
	iframe {
		width: 100%;
	}
	.wrapper header{
    text-align: center;
  }
  .wrapper form{
    margin: 0 auto;
  }
	.embed-responsive-companyinfo {
    width: 100% !important;
    padding: 0px;
	margin: 0 auto;
    overflow: hidden;
}
	.embed-responsive, .map {
    width: 100% !important;
    padding: 0;
	margin: 0 auto;
    overflow: hidden;
}
	.main-section h1 {
font-size: 35px;
} 

}


/* Parts from style.css */


