@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');
html,
body{
	font-family: 'Poppins', sans-serif;
	width:100%;
	height:100%;
	position:relative;
	overflow-x:hidden;
	
}

header .tagline h5 {
    color: #fff;
    font-size: 40px;
    padding: 5px 0 0 0;
    /* border-top: 4px dashed #fff; */
	text-align:center;
}
/* =Navigation */
.menu-trigger{ position:fixed; top:20px; left:20px; z-index:99;}
.menuOne {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 10px 0 0 0;
}
.menuOne span {
    width: 5px;
    height: 5px;
    background-color: #333;
    display: block;
    border-radius: 50%;
}
.menuOne:hover span{box-shadow: 0px 2px 3px rgba(0,0,0,.4);  -webkit-transform: scale(1.3); -ms-transform: scale(1.3);-moz-transform: scale(1.3);transform: scale(1.3);}
.menuOne span:nth-child(1){
  position: absolute;
  left: 0;
  top: 0;
}
#speakers {
    padding: 150px 0;
    overflow: hidden;
}

.menuOne span:nth-child(2){
  position: absolute;
  left: 12px;
  top: 0;
}
.menuOne span:nth-child(3){
  position: absolute;
  right: 0;
  top: 0;
}

.menuOne span:nth-child(4){
  position: absolute;
  left: 0;
  top: 12px;
}

.menuOne span:nth-child(5){
  position: absolute;
  left: 12px;
  top: 12px;
}
.menuOne span:nth-child(6){
  position: absolute;
  right: 0;
  top: 12px;
}

.menuOne span:nth-child(7){
  position: absolute;
  left: 0;
  bottom: 0;
}

.menuOne span:nth-child(8){
  position: absolute;
  left: 12px;
  bottom: 0;
}
.menuOne span:nth-child(9){
  position: absolute;
  right: 0;
  bottom: 0;
}
.clickMenuOne{
  transform: rotate(180deg);
  cursor: pointer;
  transition: .2s cubic-bezier(.8, .5, .2, 1.4);

}
.clickMenuOne span {
    border-radius: 50%;
    transition-delay: 200ms;
    background-color: rgba(0,0, 0, 0.767);
    transition: .5s cubic-bezier(.8, .5, .2, 1.4);
}

.clickMenuOne span:nth-child(2) {
 position: absolute;
 left:6px;
 top:6px;
}
.clickMenuOne span:nth-child(4) {
    position: absolute;
    left: 6px;
    top: 18px;
}
.clickMenuOne span:nth-child(6) {
  position: absolute;
  right: 6px;
  top: 6px;
}
.clickMenuOne span:nth-child(8) {
  position: absolute;
  left: 18px;
  bottom: 6px;
}

.clickMenuOne span:nth-child(7) {
    position: absolute;
    right: 18px;
    bottom: 0px;
}
.bt-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: #0da2d3;
	background-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	z-index:99;
}
.bt-menu ul li, .bt-menu ul li a{ color:#fff;}
.bt-menu ul li a:hover{ text-decoration:none; opacity:0.6; transition:all 0.2s ease;}
.bt-menu.bt-menu-open {
	height: 100%;
	border-width: 0px 0px 50px 180px;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: border-width 0.3s, background-color 0.3s;
	transition: border-width 0.3s, background-color 0.3s;
}

.bt-overlay {
	position: absolute;
	width: 100%;
}

.bt-menu-open .bt-overlay {
	height: 100%;
}


.bt-menu-trigger {
    position: fixed;
    top: 25px;
    left: 25px;
    z-index: 100;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    line-height: 50px;
border-radius:5px;
}

.bt-menu ul {
	position: fixed;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bt-menu ul:first-of-type {
	top: 75px;
	left: 20px;
}

.bt-menu ul:nth-of-type(2) {
    right: 20px;
    bottom: 14px;
}
.bt-menu-open .bt-menu-trigger{ left:105px;}

.bt-menu ul li,
.bt-menu ul li a {
	display: block;
}

.bt-menu ul:nth-of-type(2) li {
    float: left;
    font-size: 14px;
    padding: 0 20px 0 0;
}

.bt-menu ul li {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
	transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
}

.bt-menu.bt-menu-open ul:first-of-type li,
.bt-menu.bt-menu-open ul:nth-of-type(2) li {
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
	transition: transform 0.3s, opacity 0.3s;
}

/* First menu */
.bt-menu ul:first-of-type li {
	font-size:20px;
	padding:10px 0;
	-webkit-transform: translate3d(-100%,50%,0);
	transform: translate3d(-100%,50%,0);
}

.bt-menu.bt-menu-open ul:first-of-type li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/** HEADER **/
 
#about-event{ padding:150px 0; background:#fafafa; position:relative; background:#fff;}
.event-date {
    position: absolute;
    left: -117px;
    bottom: 115px;
    background: #fff;
    padding: 10px;
    font-weight: bold;
    transform: rotate(90deg);
}
.event-date a{ color:#333; text-decoration:none;}
.event-date a:hover{ text-decoration:none;}

.about-content {
    border-top: 10px inset #e7344b;
    border-right: 10px inset #e7344b;
    border-bottom: 10px inset #e7344b;
    border-left: 10px inset #e7344b;
    border-width: 10px 10px 10px 10px;
    border-style: inset inset inset inset;
    border-color: #e7344b #e7344b #e7344b #e7344b;
    padding: 50px 20px 20px 20px;
    position: relative;
    background: #fff;
}
.about-content h4.heading {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: .9;
    line-height: 50px;
    display: inline;
    font-family: "Rubik", sans-serif;
    background:#fff;
    padding: 10px;
    position: absolute;
    left: 21px;
    top: -44px;
    color: #93212f;
}


.moving-shape {
    position: absolute;
    right: 0;
	top:0;
}
.moving-shape ul{ margin:0; padding:0;}
.moving-shape .shape-rotation ul li{ list-style:none;}
.moving-shape .shape-rotation ul li:first-child{ position:absolute;}
.moving-shape .shape-rotation ul li img{animation:rotater 20s linear infinite;-webkit-animation:rotater 20s linear infinite;}

@keyframes rotater{
	
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.moving-shape1{ position:absolute; left:0; bottom:0;}
.moving-shape1 .shape-rotation ul li{ list-style:none;}
.moving-shape1 .shape-rotation ul li:first-child{ position:absolute;}
.moving-shape1 .shape-rotation ul li img{animation:rotater1 20s linear infinite;-webkit-animation:rotater1 20s linear infinite;}
.triangle-shape {
    width: 0;
    height: 0;
    border-bottom: 170px solid #a02f5d;
    border-left: 170px solid transparent;
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    left: 0;
}
.triangle-shape1 {
    width: 0;
    height: 0;
    border-top: 170px solid #1ea3cf;
    border-right: 170px solid transparent;
    transform: rotate(-180deg);
    position: absolute;
    bottom: 0;
    right: 0;
}

.triangle-shape3 {
    width: 0;
    height: 0;
    border-top: 170px solid #1ea3cf;
    border-left: 170px solid transparent;
    transform: rotate(-180deg);
    position: absolute;
    bottom: 0;
    left: 0;
}

#sponsors,#agenda{ 
    position: relative;}

#sponsors .moving-shape {
    position: absolute;
    right: auto;
    top: 0;
	right:0;
}
#sponsors .moving-shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
	left:auto;
	top:auto;
}
#sponsors .moving-shape1 ul{ padding:0; margin:0;}

#sponsors .birty1 {
    background: url(../images/birty2.png) no-repeat left top;
    width: 256px;
    height: 256px;
    position: absolute;
    bottom: 0;
    right: -81px;
    opacity: 0.1;
    transform: rotate(260deg);
}

#sponsors .birty {
    background: url(../images/birty2.png) no-repeat left top;
    width: 256px;
    height: 256px;
    position: absolute;
    top: 0;
    left: -81px;
    opacity: 0.1;
    transform: rotate(260deg);
}

#speakers .moving-shape {
    position: absolute;
    right: auto;
    top: 0;
	right:0;
}
#speakers .moving-shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
	left:auto;
	top:auto;
}
#speakers.moving-shape1 ul{ padding:0; margin:0;}
#speakers .birty1 {
    background: url(../images/birty2.png) no-repeat left top;
    width: 256px;
    height: 256px;
    position: absolute;
    bottom: -87;
    right: -96px;
    opacity: 0.1;
    transform: rotate(260deg);
}

#speakers .birty {
    background: url(../images/birty2.png) no-repeat left top;
    width: 256px;
    height: 256px;
    position: absolute;
    top: 0;
    left: -81px;
    opacity: 0.1;
    transform: rotate(260deg);
}
#speakers{ position:relative;}
#speakers .triangle-shape {
    width: 0;
    height: 0;
    border-bottom: 170px solid #a02f5d;
    border-left: 170px solid transparent;
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 170px solid #1ea3cf;
    border-right: 170px solid transparent;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
}
#speakers .triangle-shape2 {
    width: 0;
    height: 0;
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 170px solid #ec544a;
    border-right: 170px solid transparent;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
}

.attendbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #e7344b;
    padding: 10px 20px;
}
.attendbtn a{ color:#fff; font-weight:bold; text-transform:uppercase;}
.attendbtn a:hover{background: #fff; color:#333; text-decoration:none;}
#agenda .moving-shape {
    position: absolute;
    right: auto;
    top: 0;
	right:0;
}
#agenda .moving-shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
	left:auto;
	top:auto;
}
#agenda .moving-shape1 ul{ padding:0; margin:0;}
#agenda .birty1 {
    background: url(../images/birty2.png) no-repeat left top;
    width: 256px;
    height: 256px;
    position: absolute;
    bottom: 0;
    right: -81px;
    opacity: 0.1;
    transform: rotate(260deg);
}

#agenda .birty {
    background: url(../images/birty2.png) no-repeat left top;
    width: 256px;
    height: 256px;
    position: absolute;
    top: 0;
    left: -81px;
    opacity: 0.1;
    transform: rotate(260deg);
}
#agenda{ position:relative;}
#agenda .triangle-shape {
    width: 0;
    height: 0;
    border-bottom: 170px solid #a02f5d;
    border-left: 170px solid transparent;
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 170px solid #1ea3cf;
    border-right: 170px solid transparent;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
}
#agenda .triangle-shape2 {
    width: 0;
    height: 0;
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 170px solid #ec544a;
    border-right: 170px solid transparent;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
}


.bt-menu.bt-menu-open ul:first-of-type li.attend{background: #e7344b;
    TEXT-ALIGN: CENTER;
    PADDING: 5PX;}

.birty1{ background:url(../images/birty2.png) no-repeat left top; width:256px; height:256px; position:absolute; bottom:0; right:0;  opacity:0.1; transform:rotate(260deg);}
.birty2 {
    background: url(../images/birty2.png) no-repeat left top;
    width: 256px;
    height: 256px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    transform: rotate(-260deg);
}
figure img:hover{  filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray; }
.birty3{ background:url(../images/birty2.png) no-repeat left top; width:256px; height:256px; position:absolute; bottom:0; right:0;  opacity:0.1; transform:rotate(260deg);}
#speakers h3,#sponsors h4{ text-align:center; color:#fff;}
#speakers .triangle-shape {
    width: 0;
    height: 0;
    border-bottom: 170px solid #1ea3cf;
    border-right: 170px solid transparent;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}
.conditioner{ position:relative;}
@keyframes rotater1{
	
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#speakers{ background:#a22780;}
.title-txt {
    position: relative;
    height: 80px;
    line-height: 80px;
    margin: 0;
}
.title-txt h2 {
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
    opacity:0.7;
}
.icon-txt:before {
    font-family: "Font Awesome 5 Free";
    content: "\f065";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 117px;
    text-align: center;
    color: #ebe5ee;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.1;
  display:none;
}
#speakers{ padding:100px 0;}
#speakers h2{ color:#fff; text-align:center;}
#speakers .icon-txt:before {
    content: "\f3c9";

}
#agenda .icon-txt:before {
    content: "\f073";

}
.btn-wrapper {
    position: relative;
    margin: 40px auto 0;
    background: #000bc0;
    padding: 15px 40px;
    box-shadow: inset 0 0 0 4px #a22780;
    font-weight: bold;
    border: 1px solid #000bc0;
}
.btn-wrapper a{ color:#fff; text-decoration:none;opacity:0.7;}
.speaker-list{ margin-bottom:20px;}
#agenda{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6254c+0,f6a547+100 */
background: rgb(230,37,76); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(230,37,76,1) 0%, rgba(246,165,71,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(230,37,76,1) 0%,rgba(246,165,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(230,37,76,1) 0%,rgba(246,165,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6254c', endColorstr='#f6a547',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.agenda-box {
    background: rgba(230,37,76,0.5);

    padding: 1rem 1rem .5rem;
    -webkit-box-shadow: 0 13px 35px rgba(0,0,0,.1);
    -moz-box-shadow: 0 13px 35px rgba(0,0,0,.1);
    box-shadow: 0 13px 35px rgba(0,0,0,.1);
    overflow: hidden;
    margin-bottom: 20px;
}
.box {
    height: 300px;
    width: 100%;
    overflow: scroll;
   
    padding: 5px;

}
	.boxit{    border:10px solid #e6e4f5; background:#fff; }
.boxit{ margin-bottom:10px;}
.speakersm img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
#speakers{ padding:150px 0;}
#agenda h1,#speakers h1{ color:#fff;    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;}
.speakersm,.schedule-info{ padding:20px;}


.box { height:600px; width:100%px; overflow:scroll;  padding:10px 30px; }

.schedule-info .time {
    background: rgba(239,165,6,.1);
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    border-radius: 25px;
}
.schedule-info	.title {
    font-family: Poppins,sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    margin: 0;
}
.ml10{opacity:0.7;}
.schedule-info p {
    font-size: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
	line-height:21px;
}
.author-info span{ font-size:14px;}
#agenda{ padding:150px 0;}
#sponsors{ background:url(../images/bg.jpg) no-repeat left top;}
.sponsor-inner {
    padding: 150px 0;
    background: rgba(27,39,61,.95);
    height: 100%;
    padding: 50px 0;
    background: #fafafa;
    position: relative;
    background: #fff;
}

.sponsor1{ background:#fff; border:4px solid #a12780; margin:0 0 20px 0;}
footer {
    background: #0094d3;
    color: #333;
    text-align: center;
    padding: 0;
    width: 100%;
}
footer p{ padding:0; margin:0; text-align:center; color:#fff;  font-size:14px;}

.moving-shape1,.moving-shape{ opacity:0.1;}

.moving-shape1 ul,.moving-shape ul{ padding:0; margin:0;}
.ott{ opacity:0.1; position:absolute; top:200px; right:20px; transform:rotate(-20deg);}
.sharing {
    opacity: 0.1;
    position: absolute;
    top: 75px;
    right: 30%;
    transform: rotate(-20deg);
}

.mobilev {
    opacity: 0.1;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: rotate(-20deg);
}
.ott1{ opacity:0.1; position:absolute; bottom:200px; left:20px; transform:rotate(-20deg);}
.camera{ opacity:0.1; position:absolute; bottom:200px; left:20px; transform:rotate(-20deg);}
.lan{ opacity:0.1; position:absolute; bottom:300px; right:20px; transform:rotate(-20deg);}
.sponsor1 {
    display: block;
    margin: 0 auto;
    max-width: 250px;
    padding: 20px;
    background: transparent;
    text-align: center;
}
.icon1 {
    opacity: 0.2;
    position: absolute;
    bottom: 20px;
    left: 15%;
    transform: rotate(-20deg);
    opacity: 0.2;
}
.icon2 {
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 70%;
    transform: rotate(-20deg);
    opacity: 0.2;
}
.icon3 {
    opacity: 0.1;
    position: absolute;
    bottom: 20px;
    left:34%;
    transform: rotate(-20deg);
    opacity: 0.2;
}
.icon4 {
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(-20deg);
    opacity: 0.2;
}
.icon8 {
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 72%;

}
.event-date {
    position: absolute;
    left: -124px;
    bottom: 123px;
    background: #fff;
    padding: 10px;
    font-weight: 300;
    font-weight: 600;
    transform: rotate(90deg);
    font-weight: 300;
}
.sponsor1 span{ color:#fff;font-weight:bold;}
.registration{    padding: 150px 0;
    background: rgba(27,39,61,.95);}

.registration .title{    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize; color:#fff;}

.registration .control-label{color:#fff;}
.form-horizontal{    width: 50%;
    margin: 0 auto;}

.form-horizontal textarea{ width:100%; height:150px; resize:none;    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.form-horizontal #submit{ background:#fff; color:#333;border-radius: .25rem;}
.icon1,.icon1 img{ opacity:0.2;}
.icon2,.icon2 img{ opacity:0.2;}
.icon3,.icon3 img{ opacity:0.2;}
.icon4,.icon4 img{ opacity:0.2;}
.ml10 {
  position: relative;
  font-weight: 900;
  font-size: 2em;
color:#fff;
}
.btn-wrapper{ background:#000bc0;}
.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
opacity:0.7;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    max-width: 500px;
    margin: 20px auto;
}
.alert-danger{ max-width: 500px;
    margin: 20px auto;}
.speaker-list{ position:relative;overflow: hidden;}
.speaker-list figure{ margin:0;}


.abt-speaker {
    background: #6b004d;
    width: 100%;
    padding: 0;
    margin: 5px 0 0 0;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #a22780;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto 10px auto;
}
figcaption {
    position: relative;
    padding: 10px;
    text-align: center;
}
.abt-speaker:before
{width: 0;
    height: 0;
    border-bottom: 113px solid #a02f5d;
    border-left: 100px solid transparent;
    transform: rotate(-180deg);
    top: 0;
    left: 0;}
figcaption span.name {
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 22px;
    display: block;
    margin: 10px 0 0 0;
    opacity: 0.7;
}
figcaption span.desig {
    text-align: center;
    color: #f2f2f2;
    font-weight: normal;
    font-size: 17px;
    opacity: 0.4;
}
.btn-wrapper {
    position: relative;
    margin: 40px auto 0;
    background: #6b004d;
    padding: 15px 40px;
    box-shadow: inset 0 0 0 4px #a22780;
    font-weight: bold;
    border: 1px solid #6b004d;
}
.icon1 {
    opacity: 0.2;
    position: absolute;
    bottom: 70px;
    left: 27%;
    transform: rotate(-20deg);
    opacity: 0.2;
}
#agenda .ml10 .letter,.tagline .ml10 .letter{ opacity:0.9;}
.sponsor-inner ul {
    margin: 0 auto;
    display: flex;
    vertical-align: middle;
    align-items: center;
    align-items: center;
    justify-content: center;
}
.sponsor-inner ul li {
    float: left;
    list-style: none;
    margin: 0 30px 0 0;
}
.sponsor-inner h3{ text-align:center; font-weight:bold; padding-bottom:20px;padding-top:20px;}
.sponsor-inner img {

}
.sponsor-inner ul.mi{ margin:25px 0 0 0;}
.sponsor-inner ul.poweredby{ margin:35px 0 0 0;}
.contact-us{ color:#fff; padding:40px 0;}
.contact-us ul{ margin:0; padding:0;}
.contact-us ul li{ list-style:none; }
ul.partnership li:first-child, ul.delegate li:first-child {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align:center;
}
ul.partnership li, ul.delegate li{
    list-style: none;
    font-size: 21px;
    color: #fff;
}
ul.partnership li a, ul.delegate li a{
    color: #fff;
}
.copyright {
    background: #06a7eb;
    padding: 5px 0;
}
.contact-us h3{font-size: 35px;
    font-weight: bold;}
.sponsor-inner ul,.sponsor-inner ul.mi{ padding:0;}
figcaption {
    position: relative;
    padding: 10px;
    min-height: 120px;
    text-align: center;
}
@media screen and (max-width: 1100px){
.event-date {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 10px;
    font-weight: bold;
    transform: rotate(360deg);
    right: 0;
    max-width: 250px;
    margin: 0 auto;
	font-size:12px;
	text-align:center;
}
figcaption span.name{ font-size:15px;}	
figcaption span.desig{ font-size:13px;}

}

#gallery  a.fancybox{
    margin-bottom: 20px;
    display: block;
    float: left;
}
  .about
  {
        padding: 15px 0 15px 0;
  }
  .counter .container i
  {
    font-size: 40px;
  }
  .counter .container col
  {
    padding: 10px;
  }
  .counter .container p
  {
    font-size: 20px;
  }
.counter {
    background: #dfe6e9;
    margin-bottom: 0;
    padding: 15px 0 15px 0;
}.title-txt h2
.coverage {
    padding: 15px 0 0 0;
    background: #123071;
}
  .coverage .icon-txt
  {
    margin-bottom: 50px;
  }

 .coverage .col-md-6 input[type="submit"]
 {
  background: #0094d3;
  color: white;
  font-size: 20px;
  outline: none;
  border:none;
  padding: 10px;
 }
.coverage .title-txt {
    margin-bottom: 0;
}
 .coverage .btn
 {
  padding: 40px;
  width: 90%;
  font-size: 30px;
 }
   .coverage  .title-txt h2{ color:#fff;}
@media screen and (max-width: 980px){
.sponsor-inner ul{ flex-direction:column;}
.sponsor-inner ul li{ float:none; margin-bottom:15px; margin-right: 0;}
.sponsor-inner{ padding:50px 0;}
.contact-us h3{ font-size:20px;}
ul.partnership li:first-child, ul.delegate li:first-child{ font-size:18px;}
ul.partnership li, ul.delegate li{ font-size:16px;}
.form-horizontal {
    width: 100%;
    margin: 0 auto;
}
.registration {
    padding: 100px 0;
   
}

}

#itv{
    background: #f50100;
    color: #fff;
    padding: 3px 5px;
    margin: 5px 0 0 10px;
    font-size: 15px;
}
 
.coverage {
    background: #123072;
    padding: 50px 0;
}
.coverage .btn {
    padding: 40px;
    width: 90%;
    font-size: 30px;
    padding: 10px;
    background: #fff;
    color: #333;
}
#home{    background: rgb(230,37,76);
    background: -moz-linear-gradient(-45deg, rgba(230,37,76,1) 0%, rgba(246,165,71,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(230,37,76,1) 0%,rgba(246,165,71,1) 100%);
    background: linear-gradient(135deg, rgba(230,37,76,1) 0%,rgba(246,165,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6254c', endColorstr='#f6a547',GradientType=1 );}
.coverage .title-txt h2 {
    color: #fff;
    font-size: 30px;
}

.event-date {
    position: absolute;
    left: -124px;
    bottom: 123px;
    background: #fff;
    padding: 10px;
    font-weight: 300;
    font-weight: 600;
    transform: rotate(90deg);
    font-weight: 300;
    display: none;
}