
.contact-section{
  position: relative;
}

.contact-section .title-inner .sec-title,
.contact-section .title-inner .text{
  width: 50%;
}

.contact-section .title-inner .text{
  padding-left: 100px;
}

.contact-section .title-inner .text p{
  font-size: 18px;
  line-height: 34px;
}

.contact-section .title-inner{
  position: relative;
  margin-bottom: 20px;
}

.contact-section .info-inner{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 42px 50px 50px 50px;
}

.contact-section .info-inner:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.contact-section .info-inner .content-box .text{
  position: relative;
  margin-bottom: 19px;
}

.contact-section .info-inner .content-box .text p{
  position: relative;
  color: #fff;
  line-height: 32px;
}

.contact-section .info-inner .content-box .info-list{
  position: relative;
  margin-bottom: 30px;
}

.contact-section .info-inner .content-box .info-list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 9px;
  padding-left: 25px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.contact-section .info-inner .content-box .info-list li i{
  position: absolute;
  left: 0px;
  top: 0px;
}

.contact-section .info-inner .content-box .info-list li:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}

.contact-section .info-inner .content-box .info-list li a{
  display: inline-block;
  color: #fff;
}

.contact-section .info-inner .content-box .btn-box{
  display: flex;
}

.contact-section .info-inner .content-box .btn-box .theme-btn-one{
  padding: 12px 45px;
  color: #22272b !important;
}

.contact-section .info-inner .content-box .btn-box .theme-btn-one:hover{
  color: #fff !important;
}

.contact-section .default-form .form-group textarea{
  height: 195px;
}