.header-cats  {
    display: none;
}
.header-mini {
    display: none;
}
.banner_inner {
    margin-top: 0px;
    width: 100%;
}

 .banner_inner .banner_content {
    text-align: left;
}
 .banner_inner .banner_content h1 {
    margin-top: 20px;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 25px;
}
 .banner_inner .banner_content h5 {
   font-size: 18px;
  margin-bottom: 20px;
  color: #000;
  line-height: 28px;
  margin-top: 20px;
  font-weight: 500;
}
 .banner_inner div.empry-block {
    padding-top: 197px;
}

.dstmamail {
    padding-top: 50px;
    background: #f3f4f5;
}
.main_title {
    text-align: left;
    margin-bottom: 30px;
}
.main_title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 48px;
}
.main_title p {
    margin-bottom: 0px;
	line-height: 28px;
}
.contact_info .info_item {
    position: relative;
    padding-left: 45px;
}
.contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.contact_info .info_item h6 {
    font-size: 18px;
    line-height: 24px;
    color: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Ubuntu,Cantarell,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: bold;
    margin-bottom: 0px;
    color: #000;
}

.contact_info .info_item p {
    font-size: 18px;
    line-height: 24px;
    padding: 2px 0px;
}
.gradient-color, .contact_info .info_item i {
    background: -webkit-linear-gradient(90deg, #0F9D58 0%, #0F9D58 100%);
    background: -moz-linear-gradient(90deg, #0F9D58 0%, #0F9D58 100%);
    background: -o-linear-gradient(90deg, #0F9D58 0%, #0F9D58 100%);
    background: linear-gradient(90deg, #0F9D58 0%, #0F9D58 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact_form .form-group {
    margin-bottom: 10px;
}
.contact_form .form-group .form-control {
    font-size: 18px;
    line-height: 8px;
    color: #000;
    border: 1px solid #e6e8ea;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Ubuntu,Cantarell,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    border-radius: 4px;
    padding-left: 20px;
    
}
.contact_form .form-group .form-control {
    display: block;
    width: 100%;
    height: calc(3.25rem + 3px);
    padding: 1.375rem .75rem;
}

.contact_form .form-group textarea.form-control {
    height: 250px;
    line-height: 26px;
}
.contact_form .form-group .form-control {
    font-size: 18px;
    line-height: 8px;
    color: #000;
    border: 1px solid #e6e8ea;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Ubuntu,Cantarell,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    border-radius: 4px;
    padding-left: 20px;
}

.contact_form .form-group textarea {
    resize: none;
}
.contact_form .primary_btn {
    margin-top: 20px;
    padding: 0px;
}
#mail_result {
    width: 400px;
    height: 400px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	margin-top: 150px;
}
#mail_result h4 {
    font-size: 18px;
}
.dstbut {
    margin-top: 30px;
}