@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto:wght@300&display=swap");


div.dcp-body {
  background-image: url(../images/hero-bg-opa.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#dcp-banner{
  margin-top: 80px;
}

.carousel-img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#text-ann{
  color: #042847
}

#text-map{
  color: #042847
}

#dcp-inq-bg {
  background-image: url(../images/inq-bg.png);
  height: 400px;
  width: 100%;
  z-index:1;
}

#dcp-link{
  background-color: #DADADA;
  height: 200px;
  width: 100%;
}

#dcp-map {
  height: 400px;
  width: 100%;
  z-index:1;
}

#dcp-map-legends {
  width: 100%;
  z-index:1;
}

#dcp-map-title {
  font-family: sans-serif;
}

#hero {
  max-height: 750px !important;
  position:absolute;
  z-index:0;
}

#dcp-carousel{
  max-height: 650px !important;
  max-width: 100% !important;
  overflow: hidden;
  margin-top: 70px;
  z-index:1;
  object-fit: cover;
}

#dcp-read{
    margin-top: 150px;
  }

.carousel-inner > .item > img {
  width:100%;
  height:100%;
}

.graident{
  width:100%;
  height:100%;
  background: linear-gradient(
   45deg,
   rgba(59, 135, 187, 1) 10%,
   rgba(251,192,45, 1));
   opacity:0.90;
  position:absolute;
  top:0;
  text-align:center;
  z-index:1
}

.dcp-body::after {
	background: url(http://kingofwallpapers.com/background-image-laptop/background-image-laptop-018.jpg);
	content: "";
	opacity: 0.9;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
  }

.pagination{
    text-align: center;

    user-select: none;
}

.pagination li{
    display: inline-block;
    margin: 5px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
}

.pagination li a{
    color: #042847;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 20px;
}

.previous-page, .next-page{
    background: #0AB1CE;
    width: 80px;
    border-radius: 45px;
    cursor: pointer;
    transition: 0.3s ease;
}

.previous-page:hover{
    transform: translateX(-5px);
}

.next-page:hover{
    transform: translateX(5px);
}

.current-page, .dots{
    background: #ccc;
    width: 45px;
    border-radius: 50%;
    cursor: pointer;
}

.active{
    background: #0AB1CE;
}

.disable{
    background: #ccc;
}

#anp-desc{
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dcp-bar{
    height: 70px;
    background-color: #2170AA;
}