.contact-us .contact-main {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
}

.contact-us .form-main {
  background: #fff;
  padding: 30px;
  text-align: left;
}
.contact-us .form-main {
  background: #fff;
  padding: 30px;
  text-align: left;
}

.contact-us .form-main h2 {
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.contact-us .form-group {
  position: relative;
  display: block;
  margin: 0 0 25px;
}

.blogs-main.archives.single .form-group input {
  width: 100%;
  height: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  border-radius: 3px;
  outline: none;
}
.form select {
  width: 100%;
  height: 50px;
  border: 1px solid #e7e7e7;
  padding-left: 10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0px;
  outline: none;
  padding: 0 15px;
  color: #757575;
}
.blogs-main.archives.single .form-group textarea {
  border: 1px solid #e7e7e7;
  padding: 15px;
  width: 100%;
  padding-left: 10px;
  resize: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: none;
  border-radius: 3px;
  outline: none;
}
.contact-us .form-group textarea {
  border: 1px solid #e7e7e7;
  padding: 15px;
  width: 100%;
  height: 200px;
  padding-left: 10px;
  resize: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: none;
  border-radius: 0px;
}
.blogs-main.archives.single .form-group .btn {
  font-size: 13px;
  width: 100%;
  border-radius: 0px;
  color: #fff;
  margin-top: 0;
  border-radius: 3px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.contact-us .form-group .btn {
  display: block;
  cursor: pointer;
  width: 100%;
}
.primary{
  background: #333333;
  color: #fff;
}
.primary:hover{
  background: #fff;
  color: #333333;
  border:1px solid #333;
}
.contact-us .form-group input, .contact-us .form-group .nice-select  {
  width: 100%;
  height: 50px;
  border: 1px solid #e7e7e7;
  padding-left: 10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  border-radius: 0px;
  outline: none;
  padding: 0 15px;
}
.sn_iletisim_select select{
  font-size: 16px;
  font-weight: normal;
}
.contact-us .contact-address {
  background: #333333;
  color: #fff;
  padding: 30px;
  height: 555px;
}
.address li {
border-bottom: 1px solid #fff3;
padding: 10px;
}
.contact-us .contact-address a {
  color: #fff;
}
.contact-us .contact-address h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}
.contact-us .social {
  overflow: hidden;
  margin-top: 20px;
}
.contact-us .social li {
  background: #fff3;
  display: block;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.contact-address i {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #82B440;
}

.sn_iletisim_iframe iframe {
    width:100%;
    height:550px;
}