/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2019 | 15:57:14 */
.dg_header-text-wrapper { max-width: 75%; min-height: 25vh}
.dg_header-text-wrapper .ult-content-box { position:relative; padding: 100px 0 !important; z-index: 9999 }
.dg_header:before {
  content: '';
  display: initial;
    position: absolute;
  top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  z-index: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e2431+0,1e2431+100&1+0,0+100 */
background: -moz-linear-gradient(left, rgba(30,36,49,1) 0%, rgba(30,36,49,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(30,36,49,1) 0%,rgba(30,36,49,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(30,36,49,1) 0%,rgba(30,36,49,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2431', endColorstr='#001e2431',GradientType=1 ); /* IE6-9 */
    opacity: .5;
}
.dg_header h1 { color: white; padding-bottom: 20px; }
.dg_header h5 { color: white; }

@media (max-width: 1023px) {
  .dg_header-text-wrapper { max-width: 100% } 
}

@media (max-width: 767px) {
  .dg_header h1 { font-size: 40px; line-height: 50px; }
  .dg_header-text-wrapper .ult-content-box { padding: 50px 0 !important; }
}