.dh-hero-area {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  width: 100%;
	height: 815px;
	position: relative;
	z-index: 1;

  display: none!important;
}
.dh-hero-content .rich-text {
    background: rgba(0,0,0,.3);
    padding: 10px 10px;
    width: 60%;
}
.dh-hero-area h2,.dh-hero-area h3{
  color: var(--color-primary);
  margin-bottom: 20px;
  font-family: 'SourceHanSansSC_Bold'!important;
}

.dh-hero-area p,.dh-hero-area p strong{
      font-family: 'SourceHanSansSC_Bold';
}

.row.dh-hero-shape {
    position: relative;
}
.dh-hero-shape {
    position: absolute;
    top: -94px;
    z-index: -1;
    right: 464px;
}
.dh-hero-btn {
    position: relative;
    z-index: 22;
    display: inline-block;
    margin-top: 1.5em;
}
.dh-hero-btn2 {
    display: inline-block;
}
.dh-hero-btn2 a {
    display: inline-block;
    padding: 0 32px 0 !important;
}
.dh-hero-btn i {
    font-size: 20px;
    margin-left: 6px;
} 
.dh-hero-btn a:hover{
	color: #fff;
}
.dh-hero-btn a {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: black;
	background: #fff;
	height: 56px;
	line-height: 54px;
	text-align: center;
	padding: 0 27px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-transform: capitalize;
	border-radius: var(--button-radius);
	transition: .5s;
	margin-right: 15px;
}
.dh-hero-btn a::before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: var(--color-primary);
    clip-path: polygon(-1% 0,0 0,-25% 104%,-1% 100%);
    content: "";
    height: 106%;
    left: 0;
    position: absolute;
    top: -1px;
    transition: .5s;
    width: 100%;
    border-radius: var(--button-radius);
    z-index: -1;
}
.dh-hero-btn a:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0,101% 0,101% 101%,0 101%);
    color: black;
}

.dh-hero-area .bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; 

  display: none;
}

@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); } 
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .dh-hero-shape img {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1169px) {
  .dh-hero-shape img {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dh-hero-area {
    height: 650px;
  }
  .dh-hero-shape img {
    display: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .dh-hero-area {
    height: 650px;
  }
  .dh-hero-description p {
    width: 66%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .dh-hero-area {
    height: 650px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .dh-hero-area {
    height: 550px;
  }
  .dh-hero-btn a {
    height: 50px;
    line-height: 46px;
    padding: 0 18px 0px;
  }
  .dh-hero-btn i {
    font-size: 16px;
    margin-left: 2px;
  }
}