<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/*  em, strong, button, blockquote, address, big,small, strike, tt,*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,  pre,
a, abbr, acronym,  cite, code,
del, dfn, img, ins, kbd, q, s, samp,
 var, hr,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	letter-spacing:0;
}
ol{
	list-style:decimal;
	margin-left:30px;		
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
	scroll-behavior: smooth;
}

/* END RESET */


/* FONT STYLES*/

body{
	background:#fff fixed;
	font-family: 'Nunito', sans-serif;
    font-weight: normal;
	color:#000000;
	font-size:16px;
	line-height:26px;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*  END   */

/*  top wrapper  */

.topmainwrapper {
	width:100%;
	position:relative;
	z-index:1;
}
.topmain {
	width:100%;
	position:absolute;
	z-index:5;
	top:0;
	left:0;
}
.logo {
	width:200px;
	margin:20px;
	float:left;
	display:block;
}
.logo a:first-child, .dtslogo a:first-child {
	display:block;
}
.logo a:last-child, .dtslogo a:last-child {
	display:none;
}
.logo img, .eclogo img, .dtslogo img {
	width:100%;
	display:table;
}
.eclogo {
	width:180px;
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:3;
}
.topmainright {
	float:right;
	display:block;
}

.dtslogo {
	position:absolute;
	/*top:24%;*/
	top:35%;
	width:28%;
	left:55%;
	z-index:4;
}


.hashtag {
	position:absolute;
	bottom:10px;
	right:1%;
	display:inline-block;
	padding:2px 5px;
	background:#ffff;
	color:#000;
	font-weight:900;
	font-size:12px;
	z-index:99;
	border-radius:5px;
	letter-spacing:0;
}


.topheaderimg {
	width:100%;
	position:relative;
	background:#fa4516;
	z-index:2;
}
.topheaderimg img {
	width:100%;
	display:table;
	opacity:0.2;
}
.topheadertext {
	position: absolute;
	top: 34%;
	left: 8%;
	color: #fff;
	z-index: 3;
	width: 44%;
	font-size: 18px;
	line-height: 34px;
}
.topheadertext h2 {
   font-family: 'Nunito', sans-serif;
	font-weight:900;
	font-size: 38px;
	line-height: 38px;
	letter-spacing: 0;
	margin: 0 0 0px 0;
}
.topheadertext h6 {
	font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0;
    margin: 15px 0;
    background: url(../images/date.png) no-repeat left;
    background-size: 26px;
    padding: 0 0 0 36px;
}
.topheadertext h6 span{
	font-size:20px;	
}
.topheadertext h6 sup {
    font-size: 12px;
}
.topheadertext h5 {
	font-family: 'Nunito', sans-serif;
	font-weight:900;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	margin:15px 0;
	background:url(../images/time-icon.png) no-repeat left;
	background-size:24px;
	padding:0 0 0 36px;
}

/*  End  */



/*  footer wrapper  */

.footerbg {
	background: #252525;
	color: #939393;
}
.footerwrapper {
	width: 1180px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing:0px;
}
.footerwrapper a {
	color: #939393;
}
.footerwrapper a:hover {
	color: #23c4f4;
}
.footerwrapper p {
	line-height:normal;
}
.footerwrapper hr {
	background: #494949;
	height: 2px;
	margin: 25px 0;
	display: block;
	width: 100%;
}


.footercol1 {
	display:table;
	clear:both;
	width:100%;
	padding:0 0 15px 0;
	content:"";
}
.footerlogo {
	display:block;
	float:left;
	width:170px;
	margin:0 0 0 0;
}
.footercol1 p {
	float:right;
	display:block;
	width:85%;
}


.footercol2 {
	display:table;
	clear:both;
	width:100%;
	content:"";
	padding:8px 0;
} 
.footercol2 h4 {
	display:block;
	float:left;
	width:15%;
	font-weight:900;
	color:#23c4f4;
	line-height:normal;
}
.footercol2 p {
	display:block;
	float:right;
	width:85%;
}
.footercol2 p span {
	font-weight:900;
	color:#23c4f4;
	padding:0 8px;
}
.footercol2 p a {
	text-decoration:underline;
}


.footerbottomleft {
	float: left;
	display: block;
}
.footerbottomright {
	float: right;
	display: block;
}
.footersocial a i {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	margin: 0 2px;
	color: #141414 !important;
	background: #fff;
}
.footersocial a:hover i {
	background:#ec2629;
	color:#fff !important;
}

/*  End  */

/*  thank you text  */

.thankyoutext  {
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	margin: 0 auto;
	text-align: center
}
.thankyoutext h4 {
	font-family: 'Nunito', sans-serif;
	font-weight:900;
	text-transform: uppercase;
	font-size: 56px;
	line-height: 60px;
	letter-spacing: 0;
	color: #d43520;
	margin-bottom: 10px;
}
.thankyoutext p span {
	display:block;
	font-family: 'Nunito', sans-serif;
	color:#d43520;
	letter-spacing:0;
	padding: 5px 0;
}

/*  end   */

/*  headingtext  */

.headingtext {
	width:100%;
	text-align:center;
	display:block;
}
.headingtext span {
	display:inline-block;
	width:auto;
	background:#0095da;
	color:#fff;
	font-family: 'Nunito', sans-serif;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0;
	padding:15px 25px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

/*  End  */


/*  Inner contain wrapper  */

.innercontainwrapper {
	width:1180px;
	margin:0 auto;
	padding:50px 0;
}
hr {
	height: 1px;
	background: #cacaca;
	margin: 20px 0;
	border: 0;
}

.innercontainwrapper h5 {
    color: #000;
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: left;
}
.innercontainwrapper p {
    margin-bottom: 15px;
}

.innercontainwrapper .line{
	border-left:4px solid #e04204;
	padding-left:10px;
	margin-bottom:20px;
	font-size:16px;
}
.line:nth-child(2){
	border-left:4px solid #ff9a00;
}
.line:nth-child(3){
	border-left:4px solid #3baf03;
}
.line:nth-child(4){
	border-left:4px solid #04a8e0;
}

.line:nth-child(5){
	border-left:4px solid #db9eff;
}
.line:nth-child(6){
	border-left:4px solid #ff9a00;
}

/*  End  */


/*  who will main  */

.whowillmain {
	width: 100%;
	display: block;
	text-align: center;
}
.whowillmain h3 {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight:900;
	color: #000;
}
.whowillbox {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	margin: 1% 2%;
	padding: 2%;
	background: #ff0000;
	color: #fff;
	font-weight: 900;
}


/*  End  */

/*  About Wrapper  */

.aboutleft {
	float:left;
	display:block;
	width:50%;
	font-size:16px;
	line-height:28px;
}
.aboutleft h3 {
	font-family: 'Nunito', sans-serif;
	font-weight:900;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0;
	color:#000;
	margin:0 0 10px 0;
}
.aboutleft p {
	margin:0 0 10px 0;
}
.aboutright {
	float:right;
	display:block;
	width:45%;
}
.aboutright img {
	width:100%;
	display:table;
}
.aboutright:after, .aboutright:before {
	display: table;
	clear: both;
	content: "";
	width: 86%;
	height: 8px;
	margin: 0 auto;
	background: #ff0000;
}

/*  End  */

/*  Spekar Bg   */

.speakerbg {
	background:url(../images/spekar-bg.jpg) no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	width:100%;
}
.speakerwrapper {
	width: 1180px;
	margin: 0 auto;
	padding: 50px 0;
	color: #fff;
}
.speakerwrapper h3, .headingtext1 {
	font-family: 'Nunito', sans-serif;
	font-weight:900;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	letter-spacing:0;
	margin: 0 0 12px 0;
}
.idxspeakerbox {
	width: 17%;
	padding:1%;
	margin: 0.5%;
	background:#fff;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	line-height:18px;
	letter-spacing:0.3px;
	color:#000;
	text-align:left;
}
.idxspeakerbox img {
	width: 100%;
	display: table;
}
.idxspeakerbox h4 {
	font-family: 'Nunito', sans-serif;
	font-weight:900;
	font-size: 16px;
	line-height: 20px;
	margin:6px 0 3px 0;
}
/*  End  */

/*  Partner  Logo  */

.idxpartnersbox {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 1%;
    padding: 7px 1%;
    border: 1px solid #e2e2e2;
    border-radius: 7px;
    background: #fff;
    font-size: 11px;
	line-height: normal;
    letter-spacing: 0px;
    text-align: center;
	text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
	color: #000;
}
.idxpartnersbox1 {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    margin: 1% auto;
    padding: 7px 2%;
    border: 1px solid #e2e2e2;
    border-radius: 7px;
    background: #fff;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.idxpartnersbox img, .idxpartnersbox1 img{
    width: 100%;
	display: table;
}

/*  End  */


/*  Table  */
.tablemain {
	width:1000px;
	margin:0 auto;
	padding:0;
}
.table1 {
	width: 100%;
	margin: 0 auto;
	border: 3px solid #ff0000;
	text-align:left;
}
.table1 tr {
	background: #eaeaea;
}
.table1 tr:nth-child(even) {
	background: #ffffff;
}
.table1 th {
	background: #FF0000;
	color: #fff;
	padding: 10px;
	font-family: 'Nunito', sans-serif;
	font-weight:900;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: left;
}
.table1 th:nth-child(2) {
	border-left: 1px solid #cb0009;
	border-right: 1px solid #cb0009;
}

.table1 tr:hover {background-color: #cacaca;}
.table1 td {
	padding: 10px;
	line-height: normal;
	font-size:13px;
}
.table1 td:first-child {
	/*text-transform: uppercase;*/
	font-size: 12px;
	font-family: 'Nunito', sans-serif;
	font-weight:900;
	width:25%;
}
.table1 td:nth-child(2) {
	width: 75%;
	border-left: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
}

.table-responsive {
	overflow-x:auto;
}
.speakertd {
	display: none !important;
	font-family: 'Nunito', sans-serif;
	font-weight:900;
}
.table1 i, .breaktext {
	font-family: 'Nunito', sans-serif;
	font-weight:900;
	color: #fff;
	background:#0095da;
	letter-spacing:0;
	text-align:center;
}
.headingtext2 {
	font-family: 'Nunito', sans-serif;
	font-weight:900;
	color: #fff;
	background:#0095da;
	letter-spacing:0;
	text-align:center;
	width:70%;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
	font-size:20px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
/*  End  */

/*  Register Btn  */

.registerbtn {
	position:fixed;
	bottom:42%;
	right:0px;
	width:100px;
	z-index:999;
}
.registerbtn img {
	width:100%;
	display:table;
}

/*  End  */





.senatelogo {
	position:absolute;
	top:0;
	right:-60%;
	width:300px !important;
	opacity:1 !important;
}



/* CLEAR FIX */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.clearboth {
  clear: both;
  min-height:1px;
}
/* END FIX */
</pre></body></html>