/*
* en_conf_style.css
* Web Services, UITS
* This style sheet for the custom rules of confernce English website
* All media
* 31/01/2023
* If you intend to add CSS to it please ensure you add it in the 
* correct place and also that it is valid CSS and not a mix of 
* two seperate versions in one class or ID.
*/
.bgImgGrayOver:hover{
   filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.1);
}
.navbar-collapse{
	text-align: right;
}
a.buttonContainer:hover{
	color:#fff !important;
}
.btn-text-left{
	text-align: left;
}
.btn-text-center{
	text-align: center;
}
.btn-text-right{
	text-align: right;
}
.form-group label.error {
    font-size: 14px;
    color: #cf3238;
}
.sliderArrowPrevNext-style-1 .slick-prev::before, .sliderArrowPrevNext-style-1 .slick-next::before {
	color: #a7a7a7 !important;
}
.selectmenuStyle{border-color: rgb(169, 169, 169);width: 100%;padding: 8px 15px;border-radius: 3px;height: 51px;}
.sidebar-page-layout .content-wrapper ul:not(.tab_list) li ol  li{
	list-style-image: none;
}
.locationAndVenuWrapper .venueWrapper {
    background: #fff !important;
	padding:4.2em 2em;
   
}
#myFooterContactForm{
	padding-top: 2em;
}

.navbar-default {
	background-color: #fff !important;
}
.block-hover .image-text-block-style2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.block-hover .image-text-block-style2 img {
  width: 100%;
  height: 100%;
}
.block-hover .image-text-block-style2 a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: left;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  overflow: hidden;
}
.block-hover .image-text-block-style2 a div.list-panel {
  width: 100%;
  padding: 40px;
  display: block;
}

.block-hover .image-text-block-style2 .list-panel fieldset {
  width: 100%;
  display: block;
 
}
.block-hover .image-text-block-style2 .list-panel fieldset p {
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0;
  line-height: 20px;
  margin-bottom: 30px;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
	display:none;
}
.block-hover .image-text-block-style2:hover {
  color: #ffffff;
  background: #318eb0 !important;
  background: linear-gradient(45deg, #318eb0 0%, rgba(36, 66, 94, 0.7) 100%) !important;
  -webkit-backdrop-filter: saturate(180%) blur(160px);
  backdrop-filter: saturate(180%) blur(5px);
}
.block-hover .image-text-block-style2 a:hover div.list-panel h3 {
  animation: fadeInUp 400ms cubic-bezier(0, 0, 0.51, 0.97);
}
.block-hover .image-text-block-style2 a:hover div.list-panel fieldset {
  animation: fadeInUp 600ms cubic-bezier(0, 0, 0.51, 1);
}
.block-hover .image-text-block-style2:hover div.list-panel fieldset p {
  opacity: 1;
	  height: 100%;
  display: block;
	top:18em;
	padding: 0 20px 0;
  text-align: left;  
  text-justify: inter-word;
  
	position: absolute;
  animation: fadeInUp 800ms cubic-bezier(0, 0, 0.51, 1);
}
.block-hover .image-text-block-style2:hover .descWrap .title1, .block-hover .image-text-block-style2:hover .descWrap p{
	opacity: 0;
}
.block-hover .image-text-block-style2 .list-panel fieldset ul {
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0;
  line-height: 20px;
  margin-bottom: 30px;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
	
}
.block-hover .image-text-block-style2 ul li {
  list-style-image: none !important;;
}
.block-hover .image-text-block-style2:hover div.list-panel fieldset ul {
  opacity: 1;
	  height: 100%;
  display: block;
	top:-10em;
	padding: 0 20px 0;
  text-align: left;  
  text-justify: inter-word;  
	position: relative;
  animation: fadeInUp 800ms cubic-bezier(0, 0, 0.51, 1);
}
.innerSection .sectonTitle{
	    color:#253d55;
}
.bgSection::before {
	color:  #ffffff !important;
}
.bannerBottomDetailsWrap .conferanceDetailsHeader{
	background: #253d55;
}
.locationAndVenuWrapper .locationWrapper .location-list li .icon{
	color: #399fbe;
}

.factInner .title{
	color:#34728b;
	font-size: 1.8em;
}
.bannerBottomDetailsWrap .conferanceDetailsHeader > li {
  width:20% !important;
  min-height: 110px !important;
}
.bannerBottomDetailsWrap .conferanceDetailsHeader li:last-child, .bannerBottomDetailsWrap .conferanceDetailsHeader  li:nth-child(4) {
      background: #ec1c24;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease
}
.bannerBottomDetailsWrap .conferanceDetailsHeader > li {width:20% !important}
.imageGrid .imgTextBlock a::before {
    background: rgba(0,0,0,0);
}
.imageGrid .imgTextBlock a figcaption {
    background: rgba(0,0,0,0);
}