/*
Theme Name: Ashoka University
Theme URI: https://ashokauniversity.com/theme
Author: Yash Gupta
Author URI: https://armworldwide.com
Description: This is my first custom theme!
Version: 1.0.0
*/

p:empty {
  display: none
}
.ServicesOffered .program-title a{
  color: #082041;
}
.ServicesOffered.owl-global-nav .owl-theme .owl-nav{
  text-align: right;
}
.ServicesOffered.owl-global-nav .owl-carousel .owl-nav button{
  display: inline-block;
}

/* .innerpage-herobanner::before{
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
} */
.innerpage-herobanner{
  position: relative;
}
.innerpage-herobanner::before{
  content: '';
  /*background: rgba(0, 0, 0, 0.1);*/
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
