body{
  padding:0;
  margin:0;
  background:#fafafa;
  position:relative;
  font-family: 'Open Sans', sans-serif;
}
/*---contact strat----*/
.contact {
 padding: 50px 0; 
}
.contact h2 {
  color: #000;
  font-size: 35px;
  font-weight: 700;
  text-align: center; 
  margin: 0 0 50px 0;
}
.contactMap {
 padding: 0; 
}
.waves-effect {
  width: 100%;
}
.conatctAddress {
  padding: 10px; 
}
.conatctAddressLeft,.conatctAddressLeft1,
.conatctAddressLeft2 {
  background: #d23100;
  text-align: center;
  min-height: 113px;
}
.conatctAddressLeft i,.conatctAddressLeft1 i,
.conatctAddressLeft2 i {
 color: #fff;
 font-size: 40px;
 font-weight: 700; 
 line-height: 110px;
}
.conatctAddressRight,.conatctAddressRight1,
.conatctAddressRight2 {
  background: #fa3d03;
  padding: 1em;
  min-height: 110px;
}
.conatctAddressRight h3,.conatctAddressRight1 h3,
.conatctAddressRight2 h3{
  font-size: 1.5em;
    color: #fee00c;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0 0 10px 0;
}
.conatctAddressRight p,.conatctAddressRight1 p,
.conatctAddressRight2 p{
    color: #fff;
    line-height: 2em;
    font-size: 13px;
}
.conatctAddressRight2 a {
 color:white; 
 font-size: 13px;
}
.conatctAddressLeft1 {
 background: #0094f7;
}
.conatctAddressLeft2 {
 background: #56a119;
}
.conatctAddressRight1 {
  background: #14a1ff; 
}
.conatctAddressRight2 {
  background: #65b126; 
}

/*-- form-effect --*/
.conatctInfo {
 padding: 0; 
}
.input {
  position: relative;
    z-index: 1;
    display: inline-block;
    margin: 2em 0 1em;
    width: 100%;
    vertical-align: top;
}
.input__field {
  border: none;
  color: #999;
  font-weight: bold;
  -webkit-appearance: none;
}

.input__field:focus {
  outline: none;
}

.input__label {
  display: inline-block;
    font-weight: bold;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 1em;
  width: 100%;
}
/* Akira */

.input__field--akira {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  padding: 0 1em;
  width: 100%;
  height: 100%;
  background: transparent;
}
.input__label--akira {
  padding: 0;
  width: 100%;
  background: none;
  color: #212121;
  cursor: text;
  border: 3px solid #dfdfdf;
  margin: 0;
}

.input__label--akira::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scale3d(0.97, 0.9, 0);
  transform: scale3d(0.97, 0.9, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.input__label-content--akira {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.input__field--akira:focus + .input__label--akira::before,
.input--filled .input__label--akira::before {
  -webkit-transform: scale3d(.995, 0.96, 1);
  transform: scale3d(.995, 0.96, 1);
}

.input__field--akira:focus + .input__label--akira,
.input--filled .input__label--akira {
  cursor: default;
  pointer-events: none;
}

.input__field--akira:focus + .input__label--akira .input__label-content--akira,
.input--filled .input__label-content--akira {
  -webkit-transform: translate3d(0, -3.5em, 0);
  transform: translate3d(0, -3.5em, 0);
}
/*-- //form-effect --*/
.agileits_contact_right1{
  float:left;
  width:80%;
}
.agileits_contact_right1 textarea{
  border: 3px solid #dfdfdf;
  outline: none;
  resize: none;
  width: 100%;
  font-size: 1em;
  color: #212121;
  font-weight: bold;
  padding: 1em;
  border-right:none;
}
.agileits_contact_right1 textarea::-webkit-input-placeholder{
  color:#212121 !important;
}
.agileits_contact_right {
    margin: 2em 0 0;
}
.agileits_contact_right2{
  float:right;
  width:20%;
}
.agileits_contact_right2 input[type="submit"]{
  border:none;
  outline:none;
  width:100%;
  background:url(../images/5.png) no-repeat 41px 120px;
  background-color:#fee00c;
  display:block;
}
.agileits_contact_right2 input[type="submit"]:hover{
  background-color:#14a1ff;
}
.agileits_contact_right1 textarea,.agileits_contact_right2 input[type="submit"]{
  min-height: 296px;
}
/*-- //contact --*/








@media (max-width: 768px) {
 .agileits_contact_right1 textarea, 
 .agileits_contact_right2 input[type="submit"] {
  min-height: 220px;
 } 
.agileits_contact_right2 input[type="submit"] {
  background: url(../images/5.png) no-repeat 17px 90px;
  background-color: #fee00c;
 }
}

@media(min-width: 768px) and (max-width: 992px) {
.agileits_contact_right2 input[type="submit"] {
  background: url(../images/5.png) no-repeat 45px 90px;
  background-color: #fee00c;
 }
}