#under-banner-row-5 {
  /*background-image: url(http://164.100.127.116/forestv4/web/sites/default/files/2024-05/background-1.jpg);*/
  margin-top: 0!important;
}

#under-banner-row-6 {
  background-image: url(http://164.100.127.116/convert/dit/web/sites/default/files/2025-03/background-2.png);
}

#under-banner-row-5,
#under-banner-row-6 {
  background-attachment: fixed;
  background-size: cover;
}

#under-banner-row-6{
	padding-top: 3rem;
}

#under-banner-row-5 p.h2,
#under-banner-row-6 p.h2 {
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}


/* prime services block */
#under-banner-row-5 .container-lay {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(20, 156, 47, 0.2) 0px -3px 0px inset;
  border-radius: 10px;
}

#under-banner-row-5 .image {
  display: block;
  width: 100%;
  height: auto;
}

#under-banner-row-5 .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

#under-banner-row-5 .container-lay:hover .overlay {
  height: 100%;
}

#under-banner-row-5 .text {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: justify;
  width: 100%;
  padding: 0 20px;
}

#under-banner-row-5 .text-custom {
  text-align: center;
  font-weight: 800;
}

#under-banner-row-5 .banner_section {
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
  background-color: #8a005e;
  background-image: url(line_pattern_light.png);
  background-repeat: repeat;
}

#under-banner-row-5 .hero_overlay {
	position: absolute;
  width: 100%;
  bottom: 0;
}

#under-banner-row-5 .banner_section .banner_text h1 {
  font-size: 50px;
  color: #fff;
  letter-spacing: -1.5px;
  font-weight: 700;
  margin-bottom: 20px;
}

#under-banner-row-5 .banner_section .app_btn div a {
  display: block;
  padding: 15px 35px;
  background-color: #fff;
  border: none;
  position: relative;
  border-radius: 12px;
  transition: .4s all;
}

#under-banner-row-5 .banner_section .app_btn div:last-child {
  margin-left: 25px;
}

#under-banner-row-5 .banner_section .app_btn div a img {
  transition: .4s all;
  height: 36px;
}

/* ./prime services block */