/*
Main.css
Author: Vineet Sawant;
Date: 16/03/2022;
*/
:root {
	--colorPrimary: #E00;
	--colorSecondary: #500000;
	--colorMuted: #EFEFEF;
	--font: 'Poppins', 'Avenir Next', 'Avenir', 'Segoe UI', 'Helvetica Neue', sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: auto;
	color: #333;
	font-size: 16px;
	font-weight: 400;
}

html,
body,
a,
strong,
input,
select,
textarea,
button,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li .uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
	font-family: var(--font) !important;
}

a {
	color: #333;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
}

#wrapper {
	padding-top: 134px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 133px;
	background: #FFF;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
	z-index: 1000;
}

#header .brand-logo {
	 position: absolute;
	top: 0;
	left: 0;
	width: 170px;

	background: #fff;
	height: auto;
}

.uk-navbar-center:not(:only-child).ed-top-navbar {
	width: calc(100% - 350px);
}

.ed-top-navbar .uk-navbar-nav {
	justify-content: center;
	width: 100%;
}

.ed-top-navbar .uk-navbar-nav li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.watch-btn {
	display: inline-block;
	text-align: center;
	background: #500000;
	color: #fff !important;
	min-height: unset !important;
	padding: 10px 15px !important;
	border-radius: 6px;
	margin-left: 10px;
}

#header .uk-navbar-nav>li>a {
	min-height: 60px;
	font-weight: 600;
	padding: 0 8px;
}

#header .uk-navbar-nav>li.uk-active>a {
	color: var(--colorPrimary);
}

#header .uk-navbar-nav>li.session-btn {
	position: absolute;
	left: -90px;
	top: 0;
}


#header .partners .abp-logo img {
	height: 50px;
}


.spons-bar.under-banner {
	padding: 10px 0 5px 0;
}

.spons-bar.under-banner .partners>div {
	margin-bottom: 5px;
}


#about {
	position: relative;
	height: 350px;
	overflow: hidden;
}

#about.expand {
	height: auto;
	overflow: auto;
	padding-bottom: 50px;
}

.about-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: flex;
	height: 100px;
	padding-left: 30px;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
	background: -moz-linear-gradient(top, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 80%);
	background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 80%);
	background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 80%);
}

#about .show {
	display: inline;
}

#about .hide {
	display: none;
}

#about.expand .show {
	display: none;
}

#about.expand .hide {
	display: inline;
}

.about-overlay a {
	display: inline-block;
	padding: 5px 10px;
	background: #f8f8f8;
	border: none;
	color: var(--colorPrimary);
	cursor: pointer;
}

.about-overlay a:hover {
	color: #f00000;
}

#videos .uk-h1 {
	font-size: 36px;
	font-weight: bold;
}

.video-wrap {
	position: relative;
	width: 100%;
}

.video-wrap #play-toggle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 344px;
	border: none;
	cursor: pointer;
	background: transparent url(https://cdn.abplive.com/southern-rising-2024/images/play.svg) center center no-repeat;
	transition: 0.3s ease all;
	opacity: 1;
	z-index: 10;
}

.video-wrap #play-toggle.pause {
	opacity: 0;
}

.video-wrap video {
	position: relative;
	border: 10px solid #FFF;
	width: 100%;
	height: 344px;
	background: #FFF;
	filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
	z-index: 1;
}

.videos-slider a {
	display: block;
}

.videos-slider .uk-panel {
	color: #222;
	font-size: 14px;
	font-weight: 400;
}

.videos-slider .thumb {
	position: relative;
	height: 230px;
	border: 10px solid #FFF;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
	margin-bottom: 10px;
	overflow: hidden;
}

.videos-slider .play-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(https://cdn.abplive.com/southern-rising-2024/images/play.svg) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

.uk-slider .uk-slidenav {
	width: 60px;
	height: 60px;
	margin-top: -45px;
	background-size: 60px auto !important;
}

.uk-slider .uk-slidenav svg {
	display: none;
}

.uk-slider .nav-next {
	background: url(https://cdn.abplive.com/southern-rising-2024/images/next.svg) center center no-repeat;
	margin-right: 10px;
}

.uk-slider .nav-prev {
	background: url(https://cdn.abplive.com/southern-rising-2024/images/prev.svg) center center no-repeat;
	margin-left: 10px;
}

.uk-section .uk-h1 {
	font-size: 36px;
	font-weight: bold;
}

#speakers,
#footer {
	background: #500000;
}

.speakers-grid .speaker-col>a {
	position: relative;
	overflow: hidden;
	border: 10px solid rgb(255, 255, 255);
	box-sizing: border-box;
	transition: 0.3s ease all;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
	border-radius: 20px;
	color: #3C3C50;
	text-align: center;
	cursor: default;
}

.speakers-grid>a .img-wrap {
	border-radius: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

.speakers-grid .speaker-col>a:hover {
	transform: scale(1.1);
}

.speakers-grid .speaker-col .name {
	font-size: 1rem;
}

.speakers-grid .speaker-col .meta {
	font-size: .8rem;
	line-height: 1.1rem;
	color: #3C3C50 !important;
}

.session {
	text-align: center;
}

.session:first-child:before {
	display: none;
}

.day-tab {
	display: inline-block;
	background: #f00000;
	text-align: center;
	padding: 8px 24px;
	border-radius: 6px;
}

.day-tab h3 {
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.75;
	margin: 0;
}

.day-tab h4 {
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin: 0;
}

.session {
	margin: 48px 0;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #dfdfdf;
}

.session .session-set {
	padding: 24px;
	border-bottom: 1px solid #dfdfdf;
}

.session .session-set:not(:nth-child(2n+2)) {
	border-right: 1px solid #dfdfdf;
}

.session-set .time {
	color: var(--colorPrimary);
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.session-set .agenda {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	margin: 5px 0 15px 0;
}

.session-set .speaker-details {
	margin: 15px 0;
}

.session-set .img-wrap {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
	margin-right: 15px;
}

.session-set .cont {
	max-width: 80%;
}

.session-set .title {
	font-size: 14px;
	text-transform: uppercase;
	color: #444;
}

.session-set .meta {
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}

.session-set p {
	margin: 0;
	font-size: 14px;
	color: #666;
}

.session-set .divider {
	background: #eee !important;
}

.overlay {
	display: none;
}

#partners .uk-text-small {
	font-size: .8rem;
}
.partners .img-wrap {
	height: 100%;
}

.live-site-link.uk-navbar-nav>li>a {
	min-height: unset;
}

#speakers {
	background: url('https://cdn.abplive.com/southern-rising-2024/images/bg1.png');
}

#speakers .uk-h1 {
	color: #222;
}

.live-site-link {
	flex-wrap: wrap;
}

.View-all-outer {
	overflow: hidden;
	margin-bottom: -40px;
}

.View-all {
	font-size: 14px;
	color: #f00000;
	display: inline-flex;
	align-items: center;
	margin: 40px 0 0;
	float: right;
}

.View-all:hover {
	color: #f00000;
}

.View-all img {
	margin-left: 5px;
	width: 12px;
}

.link-src {
	position: absolute;
	right: 0;
	background: rgba(34, 34, 34, .7);
	color: #fff;
	padding: 5px;
	font-size: 10px;
}

.you-tube {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	;
	overflow: hidden;
}

.you-tube iframe {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%
}

/* #videos{padding-bottom: 0;} */
#partners {
	padding-top: 100px;
}

.uk-table .agenda strong i {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #666;
	font-style: normal;
}

.new-head {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-flow: column;
}
.uk-navbar {
	
}
.rr-abp-link {
	font-size: 0.65rem;
	margin: -6px 10px 0 0;
	color: #2d2d2d;
	display: flex;
	align-items: center;
  }
  
  .rr-abp-link strong {
	margin-left: 7px;
  }
  
  .rr-abp-link::before {
	content: "";
	border-left: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
	height: 6px;
	width: 6px;
	display: block;
	float: left;
	transform: rotate(45deg);
	margin: 0px 4px 0 -13px;
  }
  
  .rr-abp-link:hover {
	color: #d44241;
  }
  
  .rr-abp-link:hover::before {
	border-left: 1px solid #d44241;
	border-bottom: 1px solid #d44241;
  }
  .session-set {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 1.1px 7px rgba(0, 0, 0, 0.341);
  background: #ffffff;
}
.session-head {
  background: #e7e7e7;
  padding: 10px 15px;
  width: 100%;
}
.session-head .time {
  color: #f00000;
  padding-right: 15px;
}
.session-head .event {
  padding-left: 15px;
  font-weight: bold;
  border-left: 1px solid #2d2d2d;
}
.body-outer {
  display: flex;
  flex-wrap: wrap;
}
.session-body {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  flex-grow: 1;
}
#sessions .session-body:not(:last-child) {
  border-right: 1px solid #2d2d2d;
}
.session-body .speaker-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: none;
  margin-right: 0px;
}
.session-body .speaker-info p {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
}
.session-body .speaker-info p span {
  font-size: .75rem;
  display: block;
  color: #777;
}
.session-body {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  flex-grow: 1;
}
#sessions .session-body:not(:last-child) {
  border-right: 1px solid #2d2d2d;
}
.session-body .speaker-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: none;
  margin-right: 10px;
  overflow: hidden;
}
.session-body .speaker-info p {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
}
.session-body .speaker-info p span {
  font-size: .75rem;
  display: block;
  color: #777;
}

.sc {
  padding: 10px 15px;
  background: #e7e7e7;
  text-align: left;
  font-weight: 600;
}
.sc::before {
  content: 'Session Chair : ';
}
#sessions .break .sc {
  display: none;
}

#gallery {
  background: #500000;
}
#gallery .uk-h1 {
  color: #fff;
}
.gallery-set {
  position: relative;
}
.gallery-set::after {
	content: '+';
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	height: 60px;
	width: 60px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	border-radius: 50%;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s ease-in-out all;
}
.gallery-set:hover::after{
	transform: scale(1.2);
}
#image-modal .uk-modal-dialog {
  border: 8px solid #fff;
  border-radius: 8px;
}
#gallery .uk-slider .uk-slidenav {
	margin-top: 0;
}
.uk-modal-close-outside {
	background: #fff;
    border-radius: 50%;
    color: #000;
}
@media (min-width: 601px) {
	#wrapper {
		padding-top: 60px;
	}

	#header {
		height: 60px;
		box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.06);
	}
}

@media screen and (max-width: 600px) {
	.rr-abp-link {
		margin: 0px 10px 0 15px;
	}
	.session .session-set:not(:nth-child(2n+2)) {
		border-right: none;
	}
	html,
	body {
		overflow-x: hidden;
		overflow-y: auto;
	}

	#wrapper {
		padding-top: 60px
	}

	#header .brand-logo {
		top: 5px;
		left: 0px;
		width: 90px;
		height: auto;
		padding: 0px;
	}

	#header .abp-logo {
		display: block;
		width: 120px;
	}

	#header,
	#header .uk-navbar {
		height: 67px;
	}

	#header .uk-navbar{ position: relative; display: flex; height: 67px;} 

	.uk-navbar-item,
	.uk-navbar-nav>li>a,
	.uk-navbar-toggle {
		min-height: 50px;
	}

	#header .uk-navbar-toggle {
		margin-left: 15px;
	}

	.uk-section .uk-h1 {
		font-size: 28px;
	}


	#videos .uk-h1 {
		font-size: 25px;
		text-align: center
	}

	.video-wrap {
		margin-top: 30px
	}

	.video-wrap video,
	.video-wrap #play-toggle {
		height: 200px;
	}

	.partners .img-wrap {
		margin: 0 auto;
		max-width: 220px;
		min-height: 150px;
	}

	#offcanvas ul li {
		margin-bottom: 10px;
	}

	#offcanvas ul li a {
		font-size: 18px;
	}

	.speaker-details .cont {
		max-width: 75%;
	}

	#speakers .uk-container,
	#sessions .uk-container {
		height: 800px;
		overflow: hidden;
	}

	.overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 100;
		display: flex;
		height: 100px;
		flex-direction: row;
		align-items: flex-end;
		justify-content: center;
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	}

	.overlay button {
		color: var(--colorPrimary);
		background: #FFF;
		border: 1px solid #CCC;
		border-radius: 6px;
		padding: 10px 20px;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
		margin-bottom: 10px;
	}

	.expand .uk-container {
		height: auto !important;
		overflow: auto !important;
	}

	.overlay button .hide {
		display: none
	}

	.overlay button .show {
		display: inline
	}

	.expand .overlay button .hide {
		display: inline
	}

	.expand .overlay button .show {
		display: none
	}

	#footer .uk-navbar-nav>li>a {
		padding: 0 5px;
		min-height: 30px;
	}

	.View-all-outer {
		margin-bottom: -20px;
	}

	#header .uk-navbar-toggle {
		margin-left: 0px;
	}

	.partners .img-wrap {
		min-height: unset;
		height: auto;
		margin-top: 10px;
	}

	#partners .uk-child-width-1-2 .uk-text-small {
		font-size: .775rem;
	}

}

/* 600px */