/** contact-section **/

.content_block_4 .content-box .image-box img{
  width: 100%;
}

.content_block_4 .content-box .image-box .icon-box{
  border: 15px solid #fff;
  bottom: -45px;
}

.content_block_4 .content-box .inner-box .single-item .icon-box{

}

.content_block_4 .content-box .inner-box .single-item{
  border-bottom: 1px solid #d8d8df;
}

.content_block_4 .content-box .inner-box .single-item:last-child{
  border-bottom: none;
}

.content_block_5 .content-box{
  background: #f4f4fa;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea{
  position: relative;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #d8d8df;
  font-size: 14px;
  color: #797989;
  padding: 15px 30px;
}

.default-form .form-group textarea{
  display: block;
  resize: none;
  height: 170px;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{

}

.content_block_5 .content-box .form-group{
  padding: 0px 10px;
}

.content_block_5 .content-box .form-inner{
  margin: 0px 5px;
}

.contact-section .pattern-layer {
  width: 221px;
  height: 416px;
  background-repeat: no-repeat;
}

/** contact-style-two **/


.contact-style-two .content-box .social-links li a{
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  background: #fff2f2;
}

.contact-style-two .content-box .social-links li a:hover{
  color: #fff;
}

.contact-style-two .form-inner{
  margin: 0px 5px;
}

.contact-style-two .form-inner .form-group{
  padding: 0px 10px;
}

/** contact-info-section **/

.contact-info-section .large-container{
  position: relative;
  margin-bottom: -60px;
  z-index: 1;
}

.info-block-one .inner-box{
  min-height: 284px;
}

.info-block-one .inner-box span{
  text-transform: uppercase;
}

.info-block-one .inner-box p a{
  color: #797989;
}