/*
* en_conf_style.css
* Web Services, UITS
* This style sheet for the custom rules of confernce English website
* All media
* 07/16/2021
* 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.
*/
.sliderArrowPrevNext-style-1 .slick-prev::before, .sliderArrowPrevNext-style-1 .slick-next::before {
	color: #a7a7a7 !important;
}
.banner-3 .banner-top .b-top-inner h1:after {
    top: 90%;
    border-top: 0;
    margin-top: 10px;
}

.banner-3 .banner-top .b-top-inner h1:before, .banner-3 .banner-top .b-top-inner h1:after {
    width: 80%;
    height: 30%;
    left: 0;
    right: 0;
    margin: auto;
}
.banner-3 .banner-top .b-top-inner h1 {
    margin: 0.1em 0;
   
}
.banner-3 .banner-top .b-top-inner h1:before, .banner-3 .banner-top .b-top-inner h1:after {
    width: 100%;
    height: 120%;
	 border: 0 solid #ec1c24;
    left: 0;
    right: 0;
    margin: auto;
}
.banner-3 .banner-top .b-top-inner {

    color: #DF4343;
	    font-size: 1em;
    font-weight: 600;
	max-width:100% !important;
	position: absolute;
    top: 10%;
	 text-align:center;

}
.banner-3 .banner-bottom {
	position:relative !important;
}
.banner-3 .banner-top .b-top-inner{ display:block;}

.dropdown-menu>li>a {

    line-height: 2.5;

}
ul.dateTimeCounter{
	font-size:2.5em;
	font-weight: bold;
	color:#3C3E48;
	
}
.dateTimeCounter li {
	list-style: none;
	display: inline-block;
	text-align: center;
	float: none;
	width: 28%;
	text-transform: uppercase

}
.homeBanner {
	position: relative;
	margin-top: 0px;
	padding: 0;
	overflow: hidden
}
.homeBanner #video, .homeBanner .youtubeBgVideo, .innerBanner #video, .innerBanner .youtubeBgVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.homeBanner .bannerSlider, .innerBanner .bannerSlider {
	overflow: hidden;
	max-height: 100vh
}

/* Responsive Mobile Landscape phones and smaller */
.overlayBox {
    position: absolute;
    top: 30%;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    background-color: rgba(255,255,255,0);
}
.overlayBox .blockStyle4 a img{
	margin:0 auto;
	width:50%
}
.overlayBox .btn-info {
	background-color: rgba(60,62,65,0.9);;
}
.overlayBox .blockStyle4{
	background-color:rgba(255,255,255,0.7);
	margin: 0 auto !important;
	padding:0.8em;
	text-align:center;
	display:block 
}
.icon-text-style-3.nolink:hover i {
  color: #959595 !important;
}
@media only screen and (min-width : 320px) {

	.overlayBox {
		position: absolute;
		top: 40%;
		right: 0;
		width: 100%;
		height: auto;
		z-index: 2;
		background-color: rgba(31,86,121,0); 
	}
		.overlayBox .blockStyle4 {
    width:70%
    }
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

	.overlayBox {
		position: absolute;
		top: 45%;
		right: 0;
		width: 100%;
		height: auto;
		z-index: 2;
		background-color: rgba(31,86,121,0); 
	}

}


@media (min-width: 768px) {

.overlayBox {
	position: absolute;
	top: 60%;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 2;
	background-color: rgba(31,86,121,0); 
}
	.overlayBox .blockStyle4 {
    width:100%;
    }

  }
  
@media (min-width: 992px) {

.overlayBox {
	position: absolute;
	top: 20%;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 2;
	background-color: rgba(31,86,121,0); 
}
  }
  
@media (min-width: 1200px) {
   
    .overlayBox {
        position: absolute;
        top: 30%;
        right: 0;
        width: 100%;
        height: auto;
        z-index: 2;
        background-color: rgba(31,86,121,0); 
    }
  }
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

        .overlayBox {
        	position: absolute;
        	top: 40%;
        	right: 0;
        	width: 100%;
        	height: auto;
        	z-index: 2;
        	background-color: rgba(31,86,121,0); 
        }
}
/* ----------- iPad Pro ----------- */

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
  	
.overlayBox {
	position: absolute;
	top: 60%;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 2;
	background-color: rgba(31,86,121,0); 
}
	  .banner-3 .banner-top .b-top-inner {

	position: absolute;
    top: 30%;

}

}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
  	
.overlayBox {
	position: absolute;
	top: 30%;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 2;
	background-color: rgba(31,86,121,0); 
}
}

