/* PMSAC 2025 */
a:focus-visible {
  border: 1px solid #fff;
  outline: none;
  border-radius: 4px; /* optional: makes the border look smoother */
  padding: 2px; /* optional: ensures border doesn’t overlap text */
}


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	height: 100%;
	background: #fff;
	scroll-behavior: smooth
	}
body > #wrapper {
	height: auto;
	min-height: 100%;
	}	
#main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	}
#main_inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	}
* {
	padding: 0;
	margin: 0;
	}
/* #Grid system
================================================== */
.container {
	width: 1170px;
	margin: 0 auto;
	}
.container:before, .container:after, .row:before, .row:after {
	content: "";
	display: table;
	}
.container:after, .row:after {
	clear: both;
	}
.row {
	margin-left: -10px;
	margin-right: -10px;
	display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	}
.col-sm-12 {
	-ms-flex:0 0 100%;
  flex:0 0 100%;
	max-width: 100%;
	}
.col-sm-11 {
	-ms-flex:0 0 91.66666667%;
  flex:0 0 91.66666667%;
	max-width: 91.66666667%;
	}
.col-sm-10 {
	-ms-flex:0 0 83.33333333%;
  flex:0 0 83.33333333%;
	max-width: 83.33333333%;
	}
.col-sm-9 {
	-ms-flex:0 0 75%;
  flex:0 0 75%;
	max-width: 75%;
	}
.col-sm-8 {
	-ms-flex:0 0 66.66666667%;
  flex:0 0 66.66666667%;
	max-width: 66.66666667%;
	}
.col-sm-7 {
	-ms-flex:0 0 58%;
  flex:0 0 58%;
	max-width: 58%;
	}
.col-sm-6 {
	-ms-flex:0 0 50%;
  flex:0 0 50%;
	max-width: 50%;
	}
.col-sm-5 {
	-ms-flex:0 0 41.66666667%;
  flex:0 0 41.66666667%;
	max-width: 41.66666667%;
	}
.col-sm-4 {
	-ms-flex:0 0 33%;
  flex:0 0 33%;
	max-width: 33%;
	}
.col-sm-3 {
	-ms-flex:0 0 24.9%;
  flex:0 0 24.9%;
	max-width: 24.9%;
	}
.col-sm-2 {
	-ms-flex:0 0 16.66666667%;
  flex:0 0 16.66666667%;
	max-width: 16.66666667%;
	}
.col-sm-1 {
	-ms-flex:0 0 8.333333%;
  flex:0 0 8.333333%;
	max-width: 8.33333333%;
	}
.flt-right {
	float: right;
	}
.flt-left {
	float: left;
	}
.align-center{
	text-align: center!important;
}
.align-right{
	text-align:right!important;
}
.dbx{
	display: block;
	}
.mrg_top {
  margin-top: 20px;
}

.white{
	color:#fff!important;
}
.bdr{
	border:none!important;
}

/* #Buttons Styles
================================================== */
.wd25{
	width:25%;
}
.wd100{
	width:100%;
}
.btn_common {
	float: left;
	position: relative;
	display: block;
	padding:15px 15px;
	margin:40px 0px 0px;
	transition: background-color .3s;
	background:#6C298F;
	color:#fff;
	font-size: 16px;
	font-weight:500;
	cursor: pointer;
	text-align: center;
	text-transform:capitalize;
	transition: all 300ms ease 0s;
	border: 1px solid #6C298F;
	border-radius: 5px;
	}
.btn_common:hover {
	background: #200f3b;
	border: 1px solid #fff;
	color: #fff;
	}
.btn_register {
	position: relative;
	display:inline-block;
	padding:15px 15px;
	margin:40px 0px 0px;
	transition: background-color .3s;
	background:#6C298F;
	color:#fff;
	font-size: 16px;
	font-weight:500;
	cursor: pointer;
	text-align: center;
	text-transform:capitalize;
	transition: all 300ms ease 0s;
	border: 1px solid #6C298F;
	border-radius: 5px;
	}
.btn_register:hover {
	background: #0080a8;
	border: 1px solid #0080a8;
	color: #fff;
	}
.btn_common2 {
	float: left;
	position: relative;
	display: block;
	padding:15px 15px;
	margin:10px 0px 0px;
	transition: background-color .3s;
	background:#6C298F;
	color:#fff;
	font-size: 16px;
	font-weight:500;
	cursor: pointer;
	text-align: center;
	text-transform:capitalize;
	transition: all 300ms ease 0s;
	border: 1px solid #6C298F;
	border-radius: 5px;
	}
.btn_common2:hover {
	background: #200f3b;
	border: 1px solid #fff;
	color: #fff;
	}	
/* #Homepage Styles
================================================== */
.clr {
	clear: both;
	}
.text_center {
	text-align: center;
	}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right!important;
}
.dbox{
	display:block;
	}
.mbox{
	display: none;
	}
.sml{
	display:block;
	}
.big{
	display: none;
	}
.pdtop{
		padding-top: 20px;
	}
.pdtopa{
		padding-top:80px;
	}
.nav-top{
	width: 100%;
	padding:10px 0px;
	text-align: center;
	position: fixed;
	z-index:9999;
	background:#fff;
	box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
}
.nav-top ul{
	margin: 0;
	padding: 0;
}
.nav-top ul li{
	list-style: none;
	display: inline-block;
	text-decoration: none;
	padding:10px 20px;
}
.nav-top ul li a{
	font-size:18px;
	color:#000;
	font-weight:400;
	list-style: none;
	display: inline-block;
	text-transform: capitalize;
}
.nav-top ul li a.active {
    color: red;
    font-weight: bold;
    color:#ef2e29;
    border-bottom: 2px solid red; /* Example of a highlight */
}

section {
  scroll-margin-top:100px;
}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top: 10;
	left: 0;
	z-index: 99;
	}
header .top_header{
	width:100%;
	padding:20px 311px;
	background: transparent;
	display: inline-block;
	}
header .top_header .logo {
	width:15%;
	float: left;
  top:0px;
  margin:5px 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
header .navigation{
	width: 85%;
	float:left;
	padding:10px 0px;
	position: relative;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
header.smaller {
	background:#200F3B;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
	}
header.smaller .logo {
	width:10%;
	}
header.smaller .navigation{
	padding:10px 0px;
}
/*Banner
================================================== */ 
.banners {
  width: 100%;
  position: relative;
  overflow: hidden; /* Prevent video overflow */
}

.video-wrapper {
  width: 100%;
  height:80vh;
  position: relative;
  transform-origin: center center;
  transition: transform 0.2s ease-out;
}
.video-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.video-wrapper-pdu {
  width: 100%;
  height:60vh;
  position: relative;
  transform-origin: center center;
  transition: transform 0.2s ease-out;
}
.video-wrapper-pdu:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.banners video {
  width: 100vw;
  height: 70vh;
  object-fit: cover;
}

.banners:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  z-index: 1;
}
.banners .video-text{
	position: absolute;
	top:130px;
	left:16%;
	z-index:1;
}
.banners .hyderabad-logo{
	position: absolute;
	bottom:50px;
	right:5%;
	z-index:1;
	font-size:14px;
	color:#fff;
	font-weight:700;
}
.banners .hyderabad-logo img{
	width:174px;
	padding-top:10px;
	display: block;
}
.banners .video-text .zoho-logo{
	width: 19%;
	margin:20px 0px;
	font-size:12px;
	color:#fff;
	font-weight:500;
	position: relative;
}
.banners .video-text .zoho-logo img{
	width:120px;
	padding-top:10px;
}
.banners .video-text .zoho-logo span{
	display: block;
	padding-top: 10px;
}
.banners .video-text h1{
	font-size:54px;
	color:#fff;
	font-weight:700;
	line-height: 62px;
	padding-bottom:6px;
}
.banners .video-text h1 span{
	display: block;
}
.banners .video-text .tagline{
	font-size:28px;
	color:#fff;
	font-weight:600;
	border-top: 1px solid #fff;
	text-transform: unset;
	padding:10px 0px;
	margin-top:15px;
}
.banners .video-text .datevenu{
	font-size:22px;
	color:#fff;
	font-weight:600;
	line-height: 32px;
}
.banners .video-text .line{
	font-size:18px;
	color:#fff;
	font-weight:600;
	line-height: 32px;
}
.reg_btn{
	background:#fff;
	font-size: 18px;
	color:#200f3b;
	font-weight:600;
	text-align: center;
	border-radius: 8px;
	padding:12px 8px;
	margin-top:30px;
	margin-bottom: 10px;
	display: inline-block;
	transition: all 0.3s;
}
.reg_btn:hover{
	color:#6c298f;
}
/*=====section-one=====*/
.section-one{
	width:100%;
	display: inline-block;
	background:#200f3b;
	padding:0px 0px;
}
.section-one .overview{
	width: 100%;
	float: left;
	padding-left: calc((100vw - 1400px) / 2 + 3rem) !important;
	padding-top: 80px;
	padding-right:160px;
}
.section-one .overview h3{
	font-size: 32px;
	color:#fff;
	font-weight:500;
	padding-bottom: 8px;
}
.section-one .overview p{
	font-size:20px;
	color:#fff;
	line-height: 32px;
	font-weight: 400;
}
.section-one .section-one-right{
	width: 100%;
	float: left;
	background:#fff;
	padding: 80px 0px 150px 40px;
}
.section-one .register-venu {
	width:100%;
	float: left;
	padding:15px 0px;
}
.section-one .register-venu p{
	font-size:16px;
	color:#fff;
	line-height:26px;
	font-weight: 400;
}
.section-one .register-venu p a{
	color:#ff610f;
}

.section-one .section-one-right  h2.title{
	font-size:28px;
	color:#200f3b;
	font-weight:700;
	text-transform: capitalize;
	padding:0px 0px 20px;
}
.section-one .section-one-right .whyattend-box{
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
.section-one .section-one-right .whyattend-box .attendbox{
	flex:0 23%;
	margin:5px;
	border-right: 1px solid #FD541F;
	text-align: left;
	padding: 0px 5px;
}
.section-one .section-one-right .whyattend-box .attendbox:last-child{
	border-right: none;
}
.section-one .section-one-right .whyattend-box .attendbox .imgthum{
	width: 100%;
	text-align: left;
}
.section-one .section-one-right .whyattend-box .attendbox .imgthum img{
	width:70px;
	text-align: left;
}
.section-one .section-one-right .whyattend-box .attendbox h3.title{
	font-size:18px;
	color:#200f3b;
	font-weight:700;
	padding-bottom:16px;
	text-transform: capitalize;
	padding:20px 0px 10px;
}
.section-one .section-one-right .attendbox p{
	font-size:16px;
	color:#292929;
	font-weight:400;
	line-height:22px;
}
/*Slider css*/
.slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    height:530px;
}
.slide {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}
.slide img {
    width: 100%;
    vertical-align: middle;
}
.slide.active {
    opacity: 1;
    z-index: 2;
}
.prev, .next {
    position: absolute;
    bottom:23px;
    transform: translateY(-50%);
    background-color: transparent;
    color: #000;
    border: none;
    cursor: pointer;
    z-index:2;
}
.prev {
    left: 36%;
}
.next {
    right: 58%;
}
@media only screen and (max-width: 600px) {
    .prev, .next {
        padding: 5px;
    }
}
/* Dots */
.dots {
    text-align: center;
    position: absolute;
    bottom:12px;
    left:39%;
    transform: translateX(-50%);
    z-index: 2;
}
.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #bbb;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.6s ease;
}
.dot.active {
    background-color: #fff;
}
.slider-text-wrap{
	width:100%;
	position: relative;
}
.slider-text-wrap .copy-box{
	width:100%;
  float: left;
  padding:80px 80px 0px 80px;
}
.slider-text-wrap .copy-box h2.title{
	font-size:28px;
	color:#fff;
	font-weight:500;
	padding-bottom:16px;
	text-transform: capitalize;
}
.slider-text-wrap .copy-box p{
	font-size:18px;
	color:#fff;
	font-weight:400;
	line-height:28px;
}
.slider-text-wrap .copy-box ul{
	padding:10px 0px 0px 20px;
}
.slider-text-wrap .copy-box ul li{
	font-size:18px;
	color:#fff;
	font-weight:400;
	line-height:28px;
	list-style-type: disc;
}
.slider-text-wrap .slider-thum{
	width:40%;
  float: left;
}
.slider-text-wrap .para {
	width:100%;
	float: left;
	padding:40px 80px;
}
.slider-text-wrap .para p{
	font-size:16px;
	color:#fff;
	font-weight:600;
	line-height:26px;
}

/*=====section-two=====*/
.section-two{
	width:100%;
	display: flex;
	padding:0px 0px;
	margin-top: -2px;
}
.section-two-video{
	width:58.6%;
	position: relative;
	overflow: hidden;
	display: inline-block;
	background: #6c298f;
}
.section-two-video .video-bg{
	width: 100%;
	display: inline-block;
}
.section-two-video .video-bg img {
    display: block;
    width: 100%;
    transition: transform 0.5s ease;
}
.section-two-video .video-bg:hover img {
    transform: scale(1.1); /* zoom in on hover */
}
.section-two-video .video-btn{
	position: absolute;
	text-align: center;
	z-index:1;
	top:40%;
	left:45%;
	cursor: pointer;
}
.section-two .section-two-right{
	width: 41.4%;
	display: inline-block;
	background:#6c298f;
  	padding:12px 0px 13px 40px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.popup-content {
  background-color: #fff;
  padding:70px 20px 20px 20px;
  width:60%;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  position: relative;
  border-top:20px solid #6c298f;
  z-index: 99;
}
.popup-content h2 {
  text-align: center;
}
.close {
  float: right;
  cursor: pointer;
  font-size:58px;
  position: absolute;
  right:20px;
  top: 0px;
}
.iframe{
	width: 100%;
	padding:20px 0px;
	display: inline-block;
}
/*=====section-three=====*/
.section-three{
	width:100%;
	padding:0px 0px;
	margin-top: -5px;
	display: flex;
}
.section-three .section-three-lt{
	width:40%;
	float: left;
	overflow: hidden;
}
.section-three .section-three-lt .thum{
	background-position: top left;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  color: #ffffff;
  height:1100px;
  position: relative;
  background-attachment: fixed;
  transition: transform 0.3s ease-out;
}
.section-three .section-three-lt .thum img{
	width:100%;
}
.section-three .section-three-rt{
	width:60%;
	background:#200f3b;
	display: inline-block;
}
.section-three .section-three-rt .exhibitors{
	width:100%;
	float: left;
	background:#200f3b;
	padding:80px 100px 80px;
}
.section-three .section-three-rt h3.title{
	font-size: 38px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 16px;
  text-transform: capitalize;
}
.section-three .section-three-rt p{
	font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  padding:5px 0px;
}
.section-three .section-three-rt p a{
  color: #fff;
  font-weight: 500;
  transition: all 300ms ease 0s;
  text-decoration: underline;
}
.section-three .section-three-rt p a:hover{
  color: #f85222;
}
.section-three .section-three-rt .sponser-logo{
	width: 100%;
	float: left;
	background:#f2f2f2;
	padding:70px 100px;
}
.section-three .section-three-rt .sponser-logo h3.title{
	font-size: 38px;
  color: #200f3b;
  font-weight: 500;
  padding-bottom:25px;
  text-transform: capitalize;
}
.section-three .section-three-rt .sponser-logo .sp-logo{
	width: 100%;
	float: left;
	margin-bottom: 28px;
}
.section-three .section-three-rt .sponser-logo .col-sm-3{
	flex: 0 0 20%;
  max-width: 20%;
}
.section-three .section-three-rt .sponser-logo .sp-logo .cname{
	font-size:18px;
  color: #200f3b;
  font-weight:600;
  padding-bottom: 18px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.section-three .section-three-rt .sponser-logo .sp-logo .clogo{
	width: 100%;
	float: left;
}
.section-three .section-three-rt .sponser-logo .sponser-text{
	width: 100%;
	display: inline-block;
	padding:52px 0px 0px;
}
.section-three .section-three-rt .sponser-logo .sponser-text h3.title{
	font-size: 38px;
  color: #200f3b;
  font-weight: 500;
  padding-bottom:16px;
  text-transform: capitalize;
}
.section-three .section-three-rt .sponser-logo .sponser-text  p {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 5px;
}
.section-three .section-three-rt .sponser-logo .sponser-text  p a{
  color: #200f3b;
  font-weight: 500;
  transition: all 300ms ease 0s;
}
.section-three .section-three-rt .sponser-logo .sponser-text  p a:hover{
  color: #ff610f;
}
.section-four{
	background-position: top left;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  color: #ffffff;
  height:400px;
  position: relative;
  background-attachment: fixed;
  transition: transform 0.3s ease-out;
  justify-content: center;
  align-items: center;
  flex-direction: column !important;
  display: flex !important;
  text-align: center;
  overflow: hidden!important;
}
.section-four:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.section-four .thum{
	overflow: hidden;
	z-index: 999;
	background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  
  position: relative;
  transition: transform 0.3s ease-out;
  justify-content: center;
  align-items: center;
  flex-direction: column !important;
  display: flex !important;
  text-align: center;
  overflow: hidden!important;
  z-index: -1;
  object-fit: fixed;
}
.section-four .thum img{
	width:100%;
}
.section-four .container{
	z-index:9;
	position: relative;
}
.section-four h4.title{
	font-size:42px;
	color: #fff;
	text-align: center;
	font-weight:600;
}
/*section-five*/
.section-five{
	width:100%;
	display: inline-block;
	padding:40px 0px;
	background:#200f3b;
}
.section-five .container{
	max-width: 1260px;
}
.section-five .cont{
	width:100%;
	display: inline-block;
}
.section-five .cont .points{
	font-size:22px;
	color:#fff;
	font-weight: 500;
}
.section-five .cont .points span{
	display: block;
}
.section-five .cont .bdl{
	border-left: 1px solid #fff;
	padding-left: 20px;
}
.logo-slider {
  overflow: hidden;
  padding: 25px 0;
}
.title{
	font-size:18px;
	color:#fff;
	font-weight: 500;
	text-align: left;
	text-transform: capitalize;
}
.logo-track {
   display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
}
.dlogo {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.dlogo img {
  object-fit: contain;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}



.counter-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background:#200f3b;
    color: white;
    text-align: center;
    padding:25px 15px;
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%); /* Initially hidden */
    z-index:2;
    box-shadow: 0 0 30px 5px rgba(255, 97, 15, .55);
}
.counter-footer.show {
    transform: translateY(0); /* Slide up to show */
}
.counter-footer .container {
  width: 1265px;
}
.counter-footer .counter-lt{
	width: 100%;
	float: left;
	border-right:2px solid #fff;
}
.counter-footer .counter-lt h5.title{
	font-size:16px;
	color: #fff;
	text-align: right;
	font-weight: 500;
	padding:25px 24px 25px 0px;
}
.counter-footer .counter-rt{
	width: 100%;
	float: left;
}
#countdown {
  display: flex;
  gap: 20px;
  font-family: sans-serif;
  text-align: center;
  font-size: 2em;
  justify-content: left;
}
.time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.value {
  font-size:24px;
  font-weight: bold;
  padding-bottom:6px;
}
.label {
  font-size:14px;
  text-transform: capitalize;
  margin-top: 5px;
}
.speakers-wrap{
	width: 100%;
	background:#fff;
	display: inline-block;
	padding:40px 0px;
}
.speakers-wrap h3{
	font-size: 32px;
	color:#361B74;
	font-weight:700;
	padding-bottom: 10px;
}
.speaker-profile{
	width: 100%;
	display: inline-block;
	position: relative;
	cursor: pointer;
}



.speaker-list {
  width:100%;
}
.speakerprofile img {
  cursor: pointer;
  transition: filter 0.3s;
  filter: grayscale(100%);
}

.speakerprofile img:hover {
  filter: grayscale(0%);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 998;
  display: none;
}
.overlay.active {
  display: block;
}
.profile-panel {
  position: fixed;
  top: 0;
  right: -800px;
  width:800px;
  height: 100%;
  background-color: #fff;
  padding:100px 94px;
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
  transition: right 0.5s ease;
  z-index: 999;
  border-top:10px solid #6c298f;
}
.profile-panel.active {
  right: 0;
}
.profile-panel h2{
	font-size: 32px;
	color:#200f3b;
	font-weight:700;
	padding-bottom:20px;
}
.profile-panel p#designation{
	font-size: 16px;
	color: #361B74;
	font-weight: 700;
	text-align: left;
	padding-bottom: 4px;
}
.profile-panel p#company{
	font-size: 16px;
	color: #333;
	font-weight: 700;
	text-align: left;
	padding-bottom: 4px;
	font-style: italic;
}
.profile-panel p#description{
	font-size: 15px;
	color: #333;
	line-height: 26px;
	font-weight: 400;
	text-align: left;
	border-top: 1px solid #cdcdcd;
	padding-top: 10px;
	margin-top: 40px;
	white-space: pre-line;
	height: 700px;
	overflow-x: auto;
	overflow-y:scroll;
	padding-bottom: 40px;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size:48px;
  font-weight: bold;
  cursor: pointer;
}


.hover-color-img {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.hover-color-img:hover {
  filter: grayscale(0%);
}
/*Profile Popup*/
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-content-profile {
    background: #3E227D;
    padding: 20px;
    border-radius: 10px;
    /*max-width: 500px;*/
    width: 40%;
    position: relative;
    text-align: center;
}
.popup-content-profile img {
    width:250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    float: left;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size:44px;
    color:#fff;
    cursor: pointer;
}
.popup-content-profile .popup-content-profile-details{
	width:95%;
	background:#fff;
	border-radius: 15px;
	padding: 25px;
	margin:20px auto 0px;
	display: inline-block;
}
.popup-content-profile .popup-content-profile-details #popupName{
	font-size: 32px;
	color: #361B74;
	font-weight: 700;
	text-align: left;
	padding-bottom: 6px;
}
.popup-content-profile .popup-content-profile-details #popupDesignation{
	font-size:16px;
	color: #333;
	font-weight: 700;
	text-align: left;
	padding-bottom:4px;
}
.popup-content-profile .popup-content-profile-details #popupCompany{
	font-size:16px;
	color: #333;
	font-weight: 700;
	text-align: left;
	padding-bottom:4px;
}
.popup-content-profile .popup-content-profile-details #popupDescription{
	font-size:16px;
	color: #333;
	font-weight:400;
	text-align: left;
	border-top: 1px solid #cdcdcd;
	padding-top:10px;
}
/*Speaker Slider*/
.speaker-slider {
  width:100%;
  margin:0 auto;
  overflow: hidden;
  position: relative;
}
.speaker-slider-wrap{
	position: relative;
}
.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.speaker-slide {
  flex: 0 0 33.3333%; /* 100% / 3 = 33.3333% */
  box-sizing: border-box;
  padding: 5px;
}

.speaker-slide img {
  width: 100%;
  display: block;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
}

.slider-btn.left {
  left:5px;
}

.slider-btn.right {
  right:5px;
}
/*End Speaker Slider*/
/*Profile Popup end*/
.agenda-wrap{
	width: 100%;
	display: inline-block;
	position: relative;
	padding:40px 0px;
}
.agenda-wrap h3{
	font-size: 32px;
	color:#361B74;
	font-weight:700;
	padding-bottom: 10px;
}
/*--------------------- AGENDA ----------------------------*/   
.agenda-section {
    background: linear-gradient(to bottom right, rgba(56, 24, 131, 1) 20%, rgba(253, 84, 31, 1) 100%);
    color: white;
    padding: 80px 20px;
    width: 100%;
    margin-top: -2px;
}
.agenda-container {
    max-width: 1260px;
    margin: 0 auto;
    text-decoration: none;
    background-color: #361B74;
    padding: 20px 100px 40px 100px;
    border-radius: 60px;
}
.agenda-tabs-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.agenda-container h3.title {
  font-size: 38px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 16px;
  text-transform: capitalize;
}
.tabs {
    text-align: center;
    margin-bottom: 20px;
    width: 50%;
}
.tab-link {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 20px;
    transition: background-color 0.3s;
    font-size: 18px;
    margin: 0 5px;
    color: rgba(255, 255, 255, 0.577);
    width: 45%;
}
.active-tab-one{
    color: #d97945;
    border-right: 1px solid #ffffff48;
    border-bottom: 1px solid #ffffff48;
}
.active-tab-two{
    color: #d97945;
    border-left: 1px solid #ffffff48;
    border-bottom: 1px solid #ffffff48;
}
.agenda-info {
    text-align: center;
    margin-bottom: 20px;
}
.agenda-info h4.paragraph {
  font-size:18px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 16px;
  text-transform: capitalize;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.agenda-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.agenda-table tr:nth-child(even) {
  background-color: #361B74; /* Light gray for even rows */
  color:#fff;

}
.agenda-table tr:nth-child(odd) {
  background-color: rgba(131, 49, 168, 0.2); /* White for odd rows */
  color:#fff;
}
.agenda-table th, .agenda-table td {
    text-align: left;
    padding: 13px;
    font-size: 20px;
    vertical-align: top;
}
.agenda-table td {
    padding-left:15px;
    line-height: 24px;
}
.agenda-table th {
    font-size:22px;
}
.agenda-container p{
	font-size: 12px;
}
.orange-box{
    background-color: #FD541F; 
    padding: 16px;
    padding-bottom: 16px;
}

.td-time-block{
    width: 22%;
}
.td-middle-column{
    width: 30%;
}
.td-equil-column{
    width:24%;
}
.grey-box {
    width:100%;
    float: left;
    color:#000;
    background-color: #cdcdcd;
    font-size: 15px!important;
    padding:8px 6px;
}
.td-third-column{
    border-left: 1px solid #FD541F;
    vertical-align: middle !important;
    padding-left: 40px !important;
}
/* .rest{
    line-height: 18px !important;
} */

/* .td-time-block.rest{
    line-height: 18px;
} */
.td-details-block{
    width: 80%;
}
.main-container.sponsor-block{
    padding:80px 0px 120px;
}
/*Accordian*/
.accordion-item {
    margin-bottom: 10px;
}
.accordion-header {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    text-align: left;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-content {
    padding:0px;
    max-height: 0;
    overflow: hidden;
    background-color: #f1f1f1;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordion-content p {
    margin: 0;
}
.icon {
    font-weight: bold;
    font-size: 18px;
}
/*End Accordian*/


.widget-wrap{
	width: 100%;
	background:#fff;
	display: inline-block;
	padding:40px 0px;
}
.widget-wrap h3.title{
	font-size: 32px;
	color:#361B74;
	font-weight:700;
	padding-bottom: 10px;
}

.venu-wrap{
	width: 100%;
	display: inline-block;
	padding:80px 0px;
	background: #361B74 url("../images/venu-bg.png");
	background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.venu-container {
  max-width: 1260px;
  margin: 0 auto;
  text-decoration: none;
  padding:0px 200px 0px 0px;
  border-radius: 60px;
}
.venu-container h3.title {
  font-size: 38px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 16px;
  text-transform: capitalize;
}
.venu-container h4.title {
  font-size:20px;
  color: #fff;
  font-weight: 500;
  padding-bottom:36px;
  text-transform: capitalize;
}
.venu-container p {
  font-size:18px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 16px;
  line-height:32px;
  text-transform: capitalize;
}
.venu-container p a{
  color: #FD541F;
  font-weight: 700;
  transition: all 300ms ease 0s;
}
.venu-container p a:hover{
  color: #fff;
}
.venu-container .viewmap {
  width:100%;
  display: inline-block;
  padding:26px 0px;
}
.venu-container .viewmap a{
	font-size:28px;
  color: #fff;
  text-decoration: underline;
  font-weight:500;
  transition: all 300ms ease 0s;
}
/*Video*/
.video-row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.video-row .video{
    flex:0 48%;
    margin:20px 10px;
}
.video-row .img-text{
    width: 100%;
    font-size: 18px;
    text-align: center;
    color:#000;
    padding: 10px 0px;
}
.share-button button {
  background: #FF610F;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  color: #fff;
  border-radius: 15px;
  cursor: pointer;
  margin-top: 10px;
}
.form{
	width: 100%;
	display: inline-block;
	padding:20px 0px 10px;
}
.form-control {
  padding: 10px;
  border: 1px solid transparent;
  transition: all .3s ease;
  font-size: 14px;
  color: #273f5b;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, );
  border: 1px solid #ff610f;
  width: 100%;
  outline: 0;
}
#form-message{
	font-size: 14px;
	color:#fff;
}
.pdu-container{
	width:100%;
	margin: 0 auto;
	display: inline-block;
	padding:80px 100px;
}
.pdu-container h3.title{
	font-size: 38px;
  color:#200f3b;
  font-weight:700;
  padding-bottom: 16px;
  text-transform: capitalize;
  text-align: center;
}
.pdu-container p{
	font-size: 18px;
  color:#292929;
  font-weight: 400;
  line-height: 28px;
  padding:5px 68px;
  text-align: center;
}
.sub-heading-three {
  font-size: 28px;
  color: #361B74;
}
.pdu_step{
    width: 100%;
	padding-bottom:40px;
}
.pdu_step ul li{
    font-size: 21px;
    color:#5C5C5C;
    line-height: 35px;
    list-style-type: circle;
}
.email_box{
    width: 100%;
    margin:0 auto 40px;
    text-align: center;
}
.email_box .inputReg{
    width:30%;
    padding:19px 10px 13px;
    text-align: left;
}
.button1 {
  background-color: #FF610F;
  color: white;
  padding: 12px 28px;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
/*footer*/
.footer {
    width: 100%;
    background: #dee2e6;
    padding:40px 0px;
    position: relative;
}
.footer .container{
	width: 1265px;
}
.footer .btmlogo{
	width: 100%;
	float: left;
}
.footer .btmlogo img{
	width:170px;
}
.footer .copyright{
	font-size:18px;
	color:#000000;
	text-align: left;
	font-weight:500;
	padding: 20px 0px;
}
.footer .copyright2{
	font-size:15px;
	color:#000000;
	text-align: right;
	font-weight:500;
	padding: 20px 0px 10px;
}
.footer .callcenter{
	width: 100%;
	float: left;
	padding:0px 0px;
	text-align: right;
}
.footer .callcenter a{
	font-size:15px;
	color:#000000;
	text-align: right;
	font-weight:500;
	padding:0px 5px;
	border-right: 1px solid #000;
}
.footer .callcenter a:last-child{
	border-right: none;
}
.scrollToTop {
	text-align:center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:105px;
	right:23px;
	display: none;
	width:80px;
	padding:13px;
	z-index:9;
	}
.whatsapp {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 8px;
}





