        .contact_hero{
    background: url(../assets/Images/hero/overview_bg-abt.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #82878d;
    outline: 0;
    box-shadow: none;
}
.contact_heading h2{
    color: #202020;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight:600;
    margin-top: 15px;
}
.bellow-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: var(--primary-color);
    margin-top: 5px;
    margin-bottom: 5px;
}
.contactus_form{
    margin-top: 30px;
}
.contact_form input{
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #ced4da;
    
    color: #202020;
    outline: none;
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin: 10px 0px;
    transition-duration: 0.4s;
}
.control_contact:focus {
    color: #202020;
    background-color: #fff;
    border-color: #82878d;
    outline: 0;
    box-shadow:none
}
.wahat_is_about{
    margin-top: 10px;
    /* margin-top: 20px; */
}
.message_about{
    color: #202020;
    font-size: 16px;
    border-radius: 5px;
    /*padding: 5px 12px;*/
    transition: 0.2s linear;
    height: 130px !important;
    margin: 20px 0px;
    min-height: 200px;
    overflow: hidden;
    padding: 14px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
a.btn-solid.cta-link.messagebtn {
    border-radius: 10px;
    width: 100%;
}
.contact_hero{
    padding: 40px 0;
}
.heading-touch{
    color: #202020;
    margin-bottom: 10px;
    font-weight: 500;
    
}
.heading-touch h2:after {
    content: " ";
    display: block;
    background: var(--primary-color);
    width: 70px;
    height: 2px;
    margin-top: 8px;
}
.heading-touch p{
    font-size: 16px;
    font-weight: 400;
    color: #202020;
    margin: 14px 0 0;
}
.heading-touch h5{
    color: #202020;
    font-size: 1.25rem;
    font-weight: 700;
}
.heading-touch h5:after {
    content: " ";
    display: block;
    background: var(--primary-color);
    width: 70px;
    height: 2px;
    margin-top: 8px;
}
.contact_list li a{
    color: #222 !important;
    text-decoration: none !important;
}
.contact_list li{
    list-style-type: none;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
}
.contact_list{
    padding-left: 0px;
}
.contact_list li i{
    color: var(--primary-hover-color);
    padding-right: 10px;
}
.common_btn3 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 1rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, .15);
  background-image: -o-linear-gradient(top, #ffc83e, #ef9b2d);
  background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
  font-size: 19px;
  color: #222;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  border: 0;
  position: relative;
  padding-right: 60px;
  max-width: 26.25rem;
}

.common_btn3:after {
  content: url("/assets/img/all-images/contact/right-arrow.svg");
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(237, 120, 11, .3);
  line-height: 0;
  padding: 10px;
  border-radius: 0 4px 4px 0;
  border-left: 2px solid #ffc73e;

}
