/* overrides */
section.contact-us-banner .btnS.white-b{
  border: solid 1px #057c35;
}
section.contact-us-banner .btnS.white-b:hover{
    background: #057c35!important;
    color: #ffffff !important;
}
/* page banner */
section.contact-us-banner{
  overflow: clip;
}
section.contact-us-banner .background_image{
  position: absolute;
  top: 0;
  z-index: -99;
}
section.contact-us-banner .overlay_image_box{
  background-color: rgb(0 67 19 / 65%);
  position: absolute;
  top: 0;
  z-index: -98;
  height:100%;
  width:100%;
}
section.contact-us-banner .overlay_image_box .overlay_image{
}
/* banner content */
section.contact-us-banner .banner-content .container{
  margin-top:60px;
  margin-bottom:60px;
}
section.contact-us-banner .banner-content{
  padding-top:150px;
  padding-bottom:210px;
  min-height: 700px;
}
section.contact-us-banner .banner-content .breadcrumbs{
  color:white;
}
section.contact-us-banner .banner-content .breadcrumbs a{
  color:white;
}
section.contact-us-banner .banner-content .breadcrumbs svg path{
  fill: #004313;
  fill:white;
}
section.contact-us-banner .banner-content .heading{
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.1;
}
section.contact-us-banner .banner-content a{
  color:white;
  text-decoration: none;
}
section.contact-us-banner .banner-content .banner-content__logos{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 30px;
  max-width: 210px;
}
section.contact-us-banner .banner-content .social-icons{
  gap:25px;
}

@media only screen and (min-width: 1920px) {	
}
@media only screen and (max-width: 1200px) {
 section.page-banner .banner-content {
    min-height:500px;
  }
}
@media only screen and (max-width: 992px) {
  section.contact-us-banner .banner-content .content_box{
    background: #ffffff8c;
    padding: 20px;
    padding-left: 0px;
    margin-bottom:30px;
  }
}
@media only screen and (max-width: 769px) {
}
@media only screen and (max-width: 576px) {
  section.contact-us-banner .banner-content .heading {
    font-size: 2rem;
    line-height: 42px;
  }
  section.contact-us-banner .banner-content {
    padding-top: 110px;
    padding-bottom: 130px;
  }
}