/*
* home_slider.css
* Web Services, UITS
* This style sheet for the custom rules of confernce English website
* All media
* 02/02/2022
* 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.
*/

.bannerSlider .bannerInnerFrame, .innerBanner .bannerSlider .bannerInnerFrame {
    position: relative;
    height: 73vh;
    overflow: hidden;
}
.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 0;
  transform: scale(1.2);
}
.innerBanner {
	position: relative;
	margin-top: 0px;
	padding: 0;
	overflow: hidden
}
.innerBanner #video, .homeBanner .youtubeBgVideo, .innerBanner #video, .innerBanner .youtubeBgVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.innerBanner .bannerSlider, .innerBanner .bannerSlider {
	overflow: hidden;
	max-height: 100vh
}

.bannerBottomDetailsWrap .conferanceDetailsHeader {
    padding: 0;
    margin: 0;
    background: rgb(27,92,233);
	background: linear-gradient(90deg, rgba(27,92,233,1) 0%, rgba(53,39,122,1) 100%);
    color: #fff;
}
.dropdown-menu li a:hover{
   
    background: rgb(27,92,233) !important;
	color: #fff !important;
}
		.ovalbtnRed {
  display: inline-block;
  font-size: 0.93em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 20px;
  border: 1px solid #1b5ce9;
  color: #ffffff;
  background: rgb(27,92,233);
background: linear-gradient(90deg, rgba(27,92,233,1) 0%, rgba(53,39,122,1) 100%);
}
.ovalbtnRed i {
  margin-left: 5px;
  font-size: 13px;
  vertical-align: middle;
}
.ovalbtnRed:hover {
  background: #ffffff;
  color: #1b5ce9;
}
		.innerSection .sectonTitle, .innerSection .sectionTitle {
    font-size: 2.450em;
    margin-bottom: 25px;
    line-height: 1.36;
    color: #1b5ce9;
}
		.color-light-red {
    color: #1b5ce9;
}
	.innerBanner .slideSlognan h1::after {
    content: '';
    position: absolute;
    bottom: -6px;
    max-width: 120px;
    left: 0;
    width: 0;
    height: 6px;
    -webkit-animation-name: widthChangeContinues;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: widthChangeContinues;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: widthChangeContinues;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: rgb(27,92,233);
	background: linear-gradient(90deg, rgba(27,92,233,1) 0%, rgba(53,39,122,1) 100%);
}	
		
		
		.innerBanner {
	position: relative;
	margin-top: 0px;
	padding: 0;
	overflow: hidden
}
.innerBanner #video, .homeBanner .youtubeBgVideo, .innerBanner #video, .innerBanner .youtubeBgVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.innerBanner .bannerSlider, .innerBanner .bannerSlider {
	overflow: hidden;
	max-height: 100vh
}
.innerBanner .bannerSlider {
  overflow: hidden;
  max-height: 100vh;
}
.innerBanner .bannerSlider .bannerInnerFrame {
  height: 100vh;
}
.innerBanner .bannerSlider .bannerInnerFrame .container {
  position: relative;
  z-index: 3;
}
.innerBanner .bannerSlider .slick-dots {
  padding: 0 150px;
  text-align: right;
}
.innerBanner .bannerSlider.dots-center .slick-dots {
  text-align: center;
}
.innerBanner .bannerSlider .iconPlay {
  font-size: 90px;
  display: inline-block;
  line-height: 0.7;
  margin-top: 15px;
}
.innerBanner .slideSlognan {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 50%;
  color: #fff;
  z-index: 3;
}
.innerBanner .slideSlognan h1 {
  font-size: 3.125em;
  line-height: 1.1;
  font-weight: 600;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
}
.innerBanner .slideSlognan h1::after {
  content: "";
  position: absolute;
  bottom: -6px;
  max-width: 120px;
  left: 0;
  width: 0;
  height: 6px;
  -webkit-animation-name: widthChangeContinues;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: widthChangeContinues;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: widthChangeContinues;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #818284;
}
.innerBanner .container {
  position: relative;
  height: 100%;
}