/*home page static custom css */
.DiSP-marketingWrap {
  position: relative;
  text-align: center;
  background: #000;
  transition: all ease 0.4s;
  margin: 20px 0;
}
.DiSP-marketingBlock {
  background: #0000008a;
  display: block;
  position: absolute;
  top: 0px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.DiSP-marketingBlock h3 {
  position: relative;
  margin: 0 auto;
  display: flex;
  top: 42%;
  left: 6%;
  justify-content: left;
  align-items: center;
  font-size: 22px;
  font-family: itcerasdemiregular;
}
.DiSP-marketingBlock a {
  color: #fff;
}
.DiSP-marketingBlock a:hover {
  color: #fff;
}
.DiSP-marketingBlock:hover{
  background: #002d62d6;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
  border-image: linear-gradient(to right, #024ea6 0%, #8197a5 100%) 1;
  border-width: 4px;
  border-style: solid;
}
.Disp-heading{
  text-align: center;
  font-size: 32px;
  color: #002d62;
  padding: 10px 0px;
}
.Disp-about{
  background: #e6ecf5;
  padding: 20px;
  margin-top: 32px;
}
.Disp-about h3{
  text-align: center;
  font-size: 32px;
  color: #002d62;
  margin-top: 20px;
}
.Disp-about p{
  text-align: center;
  margin-bottom: 20px;
}
.Disp-card {
  position: absolute;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  cursor: pointer;
}
.Disp-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.Disp-card:hover .Disp-card-inner {
  transform: rotateY(180deg);
}
.Disp-card-front,
.Disp-card-back {
  position: absolute;
  width: 100%;
  height:219px;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}
.Disp-card-front {
  background: white;
  border: 1px solid #e5e7eb;
}
.Disp-card-back {
  background: #002d62;
  color: white;
  transform: rotateY(180deg);
}
.Disp-card-front::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 291px;
  background-color: rgba(0, 0, 0, 0.5);
  /* Change the color and opacity as needed */
}
.Disp-banner-about {
  position: relative;
  text-align: center;
  color: white;
}
.Disp-centered {
  position: absolute;
  top: 50%;
  left: 35%;
  text-align: left;
  transform: translate(-50%, -50%);
}
.Disp-banner-text2 {
  font-size: 16px;
  font-style: italic;
}
@media only screen and (min-width: 992px) {
  .Disp-centered {
    position: absolute;
    top: 43%;
    left: 27%;
    text-align: left;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 600px) {
  .Disp-banner-text2 {
    display: flex;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .Disp-centered {
    position: absolute;
    top: 43%;
    left: 35%;
    text-align: left;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 600px) {
  .Disp-centered {
    position: absolute;
    top: 34%;
    left: 35%;
    font-size: 22px;
    text-align: left;
    transform: translate(-50%, -50%);
  }
}
.Disp-list {
  padding: 0px!important;
}
.Disp-list li{
  list-style-type: none;
  display: flex;
  padding: 0px!important;
  align-items: center;
}
.Disp-list img{
  width:22px;
  margin:8px;
}
.Disp-heading-2 {
  color: #002d62;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  margin: 16px 0px;
  border: 1px solid #002d62;
}
