
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

  #contact{
    position: relative;
    justify-content: center;
    padding-bottom:6em;
  }
  @media (max-width:800px){
    #contact{
      margin-top: -5em;
    }
  }
  .headingc{
    padding-bottom: 2em;
    text-align: center;  
  }
  #contact p,#contact h1,#contact h2,#contact h3,#contact h4,#contact h5,#contact h6,#contact ul {
  margin: 0; }

  #contact img {
  max-width: 100%; }

  #contact ul {
  padding-left: 0;
  margin-bottom: 0; }

#contact a:hover {
  text-decoration: none; }

#contact :focus {
  outline: none; }

#contact .wrapper {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 90%;
  justify-content: center;
  min-height: 90vh;
  display: flex;
  align-items: center; 
  border-radius: 8px;
  background-image: url('../img/contact.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#contact .inner {
  position: absolute;
  right: 50%;
  width: 50%;
  height: 100%;
  margin: auto;
  padding: 3em 0em 2em 3em;
  border-radius: 8px 0 0 8px;
  background-color: rgba(255, 255, 255, 0.8);
}
#contact .outside {
  position: absolute;
  right: 0;
  top: 0;
  left: 50%;
  bottom: 0%;
  border-radius: 0 8px 8px 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
@media(max-width:1000px){
 #contact .wrapper{
   display: none;
 } 
}
#contact .outside .infob{
  position: absolute;
  top: 5em;
  left: 8em;
}
#contact .outside .info{
  max-width: 300px;
  padding: 1em 3em;
}
#contact .outside .info img{
width: 30px;
height: 30px;
position: relative;
top: 30px;
}
#contact .outside .info i:hover{
  color: rgba(15, 217, 4, 1) !important;
  cursor: pointer;
}
#contact .outside h4{
  position: relative;
  padding-left: 2em;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 0.5em;
}
#contact .outside p{
  position: relative;
  padding-left: 2.8em;
  font-size: 14px;
  font-weight: 400;
}
#contact .outside p a{
  text-decoration: none;
  color: #fff;
}
#contact .outside p a:hover{
  color: rgba(15, 217, 4, 1);
}
  #contact .inner h3 {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 32px;
    color: black;
    letter-spacing: 2px; }

#contact form {
  width: 70%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  padding-left: 0px; }

#contact .form-group {
  display: flex; }
  #contact .form-group .form-wrapper {
    width: 100%; }
    #contact .form-group .form-wrapper:first-child {
      margin-right: 20px; }

#contact .form-wrapper {
  margin-bottom: 17px; }
  #contact .form-wrapper label {
    margin-bottom: 9px;
    
  font-size: 18px;
    display: block; }

#contact .form-control {
  border: 2px solid black;
  display: block;
  width: 100%;
  min-height: 40px;
  border-radius: 20px;
  background: none; }
  .form-control:focus { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);}

#contact select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-left: 20px; }
  select option[value=""][disabled] {
    display: none; }

#contact .submit0 {
  border: none;
  width: 152px;
  height: 40px;
  margin: auto;
  margin-top: 29px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #417cb8;
  font-size: 18px;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  #contact .submit0:hover {
    background-color: rgba(15, 217, 4, 0.7);
    }
 

#contact .checkbox {
  position: relative; }
  #contact .checkbox label {
    padding-left: 22px;
    cursor: pointer; }
  #contact .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  #contact .checkbox input:checked ~ .checkmark:after {
    display: block; }

#contact .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 12px;
  width: 13px;
  border-radius: 2px;
  background-color: #ebebeb;
  border: 1px solid #ccc;
  color: #000;
  font-size: 10px;
  font-weight: bolder; }
  #contact .checkmark:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    content: '\f26b'; }


    #map-container-google-11{
      padding: 8em 4em 0 4em;
    }
    #map-container-google-11 iframe{
      min-width: 100%;
      min-height: 50vh;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

@media (max-width: 991px) {
  #contact .inner {
    min-width: 768px; } }
@media (max-width: 767px) {
  #contact .inner {
    min-width: auto;
    background: none;
    padding-top: 0;
    padding-bottom: 0; }

  #contact form {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    #map-container-google-11{
      padding:  1em;
    }
   }

   

    




#contact2{
  padding: 8em 1em 0 1em;
  width:100%;
  display: none;
}

#contact2 .wrap{
  position: relative;
  border-radius: 8px;
  background: url("../img/contact.jpg");
  margin-bottom: 5em;
  background-size: cover;
}

#contact2 .wrap .overl{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(255, 255, 255, 0.8);
  z-index: 2;
}

@media (max-width:1000px){
  #contact2{
    display: block;
  }
}

#contact2 h1{
    text-align: center;
    position: relative;
    z-index: 4;
    font-size: 2em;
    padding: 1em 0 0.5 0;
}
#contact2 form{
  width: 90%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  font-size: 1.2em;
  z-index: 3;
}
#contact2 form #fname,#contact2 form #lname,#contact2 form #sub,#contact2 form #email,#contact2 form #message{
    height: 2.5em;
    width: 100%;
    padding-left: 1em;
    border: solid 2px black;
    border-radius: 50px;
    margin-top: 1.5em;
    outline: none;
    background-color: transparent;
}

#contact2 form #fname:focus,#contact2 form #lname:focus,#contact2 form #sub:focus,#contact2 form #email:focus,#contact2 form #message:focus{
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

#contact2 form #message{
    height: 8em;
    padding-top: 1em;
    border-radius: 25px;
    
}

#contact2 form #submit{
    
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin: 1.5em 0;
    padding: 0.5em 2em;
    border: none;
    border-radius: 50px;
    color: #ffffff;
    background-color: #417cb8;
    outline: none;
}
#contact2 form #submit:focus{
  background-color: rgba(15, 217, 4, 0.7);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

#contact2 .info2{
  position: relative;
  border-radius: 8px;
  padding-top: 3em;
  background: url('../img/contact.jpg');
  background-position: right;
  color: #fff;
}
#contact2 .info2 .infoxx{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.7);
}
#contact2 .info2 .infoin{
  width: 90%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  padding-bottom: 1em;
}
#contact2 .info2 .infox .infos{
  font-size: 1.5em;
  display: inline;
  padding-right: 10px;
  position: relative;
  top: 3px;
}
#contact2 .info2 .infox h4{
  display: inline;
}
#contact2 .info2 .infox p{
  padding-left: 30px;
  padding-bottom: 1em;
}

#contact2 .info2 .infox p a{
  text-decoration: none;
  color: #fff;
}