@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'HelveticaNeue-HeavyCond';
  src: url('../fonts/HelveticaNeue-HeavyCond.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeue-HeavyCond.otf')  format('opentype'),
	     url('../fonts/HelveticaNeue-HeavyCond.woff') format('woff'), url('../fonts/HelveticaNeue-HeavyCond.ttf')  format('truetype'), url('../fonts/HelveticaNeue-HeavyCond.svg#HelveticaNeue-HeavyCond') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue-LightCond';
  src: url('../fonts/HelveticaNeue-LightCond.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeue-LightCond.otf')  format('opentype'),
	     url('../fonts/HelveticaNeue-LightCond.woff') format('woff'), url('../fonts/HelveticaNeue-LightCond.ttf')  format('truetype'), url('../fonts/HelveticaNeue-LightCond.svg#HelveticaNeue-LightCond') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTStd-BdCn';
  src: url('../fonts/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTStd-BdCn.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-BdCn.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTStd-BdCn.svg#HelveticaNeueLTStd-BdCn') format('svg');
  font-weight: normal;
  font-style: normal;
}



body { font-size: 18px; color: #ffffff; font-weight: normal; line-height: 30px; font-family: 'Poppins', sans-serif; }
* { margin: 0px; padding:0; list-style:none; box-sizing:border-box; }
p { margin:0;}
img { max-width: 100%; }
ul { margin:0; padding:0;}
input, select, textarea { -webkit-appearance: none; }
::-moz-selection {
 text-shadow: none;
 background: #fcb315;
 color:#fff;
}
::selection { text-shadow: none; background: #ed1c24; color: #fff; }
.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
h1,h2,h3,h4,h5,h6 {font-family: 'HelveticaNeueLTStd-BdCn'; margin:0; font-weight:bold;text-transform:uppercase;}
a { transition:all linear 0.3s; -webkit-transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -o-transition:all linear 0.3s; text-decoration:none;}
a:focus { outline:none; }
.container { width:1140px; margin:0px auto;}


  /**************SPONSORS DETAIL PAGE CSS START*********************/

.sponsors-detail-section {
    background: #f5f5f5;
}
.sponsors-detail-table {
    display: table;
    width: 100%;
}
.sponsors-dtlogo {
    display: table-cell;
    vertical-align: middle;
    width: 355px;
    background: #fff;
    height: 100%;
    position: relative;
    text-align: center;
}
.sponsors-dtlogo a {
    display: block; padding-top:13px; padding-left:15px; padding-right:15px;
}
.sponsors-dtlogo:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 25px solid #000;
    border-right: 25px solid transparent;
    width: 0;
    height: 0;
}
.sponsors-dtlogo:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-top: 25px solid #ed1c24;
    border-left: 25px solid transparent;
    width: 0;
    height: 0;
}
.sponsors-detail-infobox {
    margin-left: 20px;
}
.sponsors-infobox {
    background: #fff;
    color: #000000;
    padding: 30px 35px;
    margin: 30px 0;
}
.sponsors-detail-infobox .sponsors-infobox {
    margin: 0;
    display: table-cell;
    width: calc(100% - 375px);
    vertical-align: top;
}
.sponsors-infobox h4 {
    font-size: 22px;
    color: #ed1c24;
    margin-bottom: 8px;
}
.sponsors-infobox p {
    font-size: 16px;
    margin-bottom: 15px;
}
.sponsors-infobox p:last-child { margin-bottom:0;}
.sponsors-infobox span {
    font-weight: 500;
}
/**************SPONSORS DETAIL PAGE CSS END*********************/

/**************HOME PAGE CSS START*********************/
.top-header-banner {
    position: relative;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
    transition: all linear 0.3s;
	background:#000000;
}
.header-inner {
    padding: 18px 50px 16px 50px;
    display: table;
    width: 100%;
    vertical-align: middle;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
a.logo {
    display: table-cell;
    width: 30%;
	vertical-align:middle;
}
.logo img {
    position: relative;
    top: 4px;
}
.header-right {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    text-align: right;
}
a.btn-common, .btn-common {
    display: inline-block;
    width: 160px;
    height: 50px;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 50px;
	border:0;
}
a.btn-white, .btn-white {
    background: #fff;
    color: #131313;
}
.header-button a.btn-common { margin-left:16px;}
a.btn-white:hover, a.btn-white:focus, .btn-white:hover, .btn-white:focus {/*background: #ed1c24;color:#fff;*/ outline:none;}

/*ul.navigation { margin-top:8px;}
ul.navigation li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 38px;
}
ul.navigation li a { color:#fff; font-size:16px; position:relative; padding:7px 0;}
ul.navigation li a:before { content:''; width:0px; height:2px; background:#fff; position:absolute; bottom:0; left:0; -webkit-transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -o-transition:all linear 0.3s; transition:all linear 0.3s;}
ul.navigation li a:hover:before, ul.navigation li a:focus:before { width:25px;}*/

.nav {	position:relative;	display:inline-block; margin-top:18px;}
.nav-list {	text-align:left; line-height:18px;}
.nav-item {
    display: inline-block;
    position: relative;
    vertical-align: middle;
	padding:0 11px;
}
.nav-item a {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-item:after {
    content: "|";
    position: absolute;
    right: -4px;
    top: 0;
}
.nav-item.last:after { display:none;}
.nav-item.last { padding-right:0;}
.nav-item > a:hover {color:#ed1c24;}
.mobile-menu { display:none;}

.nav-item:hover .nav-submenu {	display:block;}
.nav-submenu {	display:none;    position: absolute;
    background: #fff;
    text-align: left;
    padding: 10px 10px;
    width: 250px;}
.nav-submenu-item {     width: 100%;
    padding: 7px 0;
    border-bottom: 1px solid #000;
    line-height: inherit;}
.nav-submenu-item:last-child { border:0;}
.nav-submenu-item a {font-size: 14px; color:#000;}
.nav-submenu-item a:hover, .nav-submenu-item a:focus {	color:#ed1c24;}
.nav-mobile {display:none;cursor:pointer;position:absolute;top:0;right:0;}
.nav-click {	position:absolute;top:0;	right:0;display:none;height:49px;width:50px;cursor:pointer;}
.nav-click i {display:block; color:#000;}

.nav-rotate {-webkit-transform:rotate(180deg);	-moz-transform:rotate(180deg);	-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.nav-item a .caret {
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    position: relative;
    top: -6px;
}


/*@media only screen and (min-width: 320px) and (max-width: 767px) {
.nav-mobile {display:block;}
.nav-mobile:before {content: "\f0c9"; font-family:FontAwesome; position:absolute; top:37px; right:15px; font-size:20px; color:#fff;}
.nav {width:100%;	padding:50px 0 0;}
.nav-list {display:none;}
.nav-item {width:100%;	float:none;}
.nav-item > a {	padding:15px;}

.nav-mobile-open {	border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;}
.nav-item:hover .nav-submenu {display:none;}
.nav-submenu {position:static;width:100%; background:#efefef;}
.nav-click {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 2px;
    font-size: 16px;
    right: 15px;
    width: 30px;
    height: 100%;
    text-align: center;
	color:#000;
}
.nav-click i {
    display: block;
}
.nav-list, .nav-item a .caret {
    display: none;
}
.nav-submenu-item {
    padding: 3px 0;
}


}*/



.header.bg_header {
    background: rgba(0, 0, 0, 0.85);
}
.header.bg_header .header-inner {
    padding: 10px 30px 8px 30px;
}
.bg_header .logo img {
    width: 200px;
}
.bg_header a.btn-common, .bg_header .btn-common {
	height:40px;
	line-height:40px;
	padding:0 15px;
	font-size:15px;
} 
.bg_header .nav-item a {
    font-size: 15px;
    line-height: 15px;
}


.banner-content {
    position: absolute;
    width: 1140px;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    padding-left: 200px;
	padding-right:200px;
}
.banner-table {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.banner-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.banner-tablecell h2 {
    font-size: 52px;
    color: #ed1c24;
    line-height: 100%;
	font-weight:500;
}
.banner-tablecell h6 {
    font-size: 31px;
    text-transform: uppercase;
	font-weight:500;
	margin-top:32px;
	font-family: 'Poppins', sans-serif;
}
/*.leftline {
    position: absolute;
    top: 91px;
    left: -22px;
    z-index: 2;
}
.leftline:before, .rightline:before {
    content: '';
    position: absolute;
    top: -95px;
    width: 4px;
    left: 20px;
    background: #fff;
    height: 102px;
}
.leftline:after, .rightline:after {
    content: '';
    position: absolute;
    bottom: -72px;
    width: 4px;
    left: 20px;
    background: #fff;
    height: 65px;
}
.rightline {
    position: absolute;
    top: 91px;
    right: -22px;
    z-index: 2;
}
.rightline:before { left:inherit; right:20px;}
.rightline:after { left:inherit; right:20px;}
.leftline img, .rightline img {
    margin-top: 15px;
}*/

.banner {
    position: relative;
    height: 814px;
    overflow: hidden;
	margin-top:126px;
}
/*.banner-image:before { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.60);}*/
.banner > img { width:auto; height:100%; max-width:inherit;}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
	width:60.2%;
	height:814px;
}
.banner-overlay .left { height:100%;}
.banner-overlay-two {
    position: absolute;
    right: 0;
    top: 0;
	text-align:right;
}



.left {
    left: 0;
    width: 0;
	transition: all linear 0.3s;
	height:100%;
}
.left.left-slide {
    width: 100%;
    left: 100%;
}
.right {
    right: 0;
    top: 0;
    width: 0;
    float: right;
	transition: all linear 0.3s;
	height:100%;
	text-align:right;
}
.right.right-slide {
    width: 100%;
    right: 100%;
    top: 0;
}


.bottom-box {
    position: absolute;
    bottom: 40px;
	width: 100%;
    margin: 0px auto;
	z-index:1;
}
.bottom {
    background: rgba(0, 0, 0, 0) url("../images/down-icon.png") no-repeat scroll 0 0;
    bottom: 0px;
    content: "";
    display: block;
    height:72px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 28px;
    z-index: 99;
	background-position:center center;
} 
.scrollanimation { animation: scrollanimation 2s infinite; -webkit-animation: scrollanimation 2s infinite; -moz-animation: scrollanimation 2s infinite; -o-animation: scrollanimation 2s infinite; }
 @-webkit-keyframes scrollanimation { 0% {
background-position:  center top;
}
50% {
background-position: center bottom;
}
100% {
background-position: center top;
}
}
 @-moz-keyframes scrollanimation { 0% {
background-position:  center top;
}
50% {
background-position: center bottom;
}
100% {
background-position: center top;
}
}
 @-o-keyframes scrollanimation { 0% {
background-position:  center top;
}
50% {
background-position: center bottom;
}
100% {
background-position: center top;
}
}
 @-ms-keyframes scrollanimation { 0% {
background-position:  center top;
}
50% {
background-position: center bottom;
}
100% {
background-position: center top;
}
}
@keyframes scrollanimation { 0% {
background-position:  center top;
}
50% {
background-position: center bottom;
}
100% {
background-position: center top;
}
}



.spacing { padding:90px 0;}

.heading {
    font-size: 50px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 60px;
}
.heading.black-head { color:#000;}
.heading span {
    color: #ed1c24;
}
.heading.text-center { text-align:center;}



.about-section, .event-section {
    display: table;
    vertical-align: middle;
    height: 850px;
    width: 100%;
	overflow:hidden;
}
.about-left, .event-left {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 50%;
	position:relative;
}
.about-left:before {
	content:''; background:url(../images/pattern-1.png) no-repeat; bottom:0; position:absolute; left:0; width:357px; height:681px;
}
.about-content {
    left: 298px;
    width: 840px;
    background: #000000;
    position: absolute;
    /*top: 50%;*/ 
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
    transform: translate(0, -50%);
	padding:90px;
	z-index:1;
}
.about-content:before { content:''; background:url(../images/pattern-triangle.png) no-repeat; top:0; position:absolute; left:0; width:286px; height:393px;}
.about-content p, .event-content p {
    color: #fff;
    margin-bottom: 25px; /*font-size:16px;*/
}
.about-inner { position:relative;}
.about-right, .event-right {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 50%;
	background:url(../images/image-1.jpg) no-repeat;
	background-size:cover;
}
.about-right {
	position:relative;
}
.about-right:before {
    width: 0;
    height: 0;
    border-bottom: 248px solid #ee1d23;
    border-left: 310px solid transparent;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
}

.icon-box.icon-top-box {
    position: absolute;
    top: 0;
    left: 0;
}
.icon1 {
    position: absolute;
    top: -60px;
	left:20px;
	width:33px;
}
.icon2 {
    position: absolute;
    top: -42px;
    left: -60px;
    width: 15px;
}
.icon3 {
    position: absolute;
    top: 60px;
	left:-42px;
	width:24px;
}
.icon-box.icon-bottom-box {
    position: absolute;
    bottom: -45px;
    left: -52px;
}
.icon-box.icon-top-box2 {
    position: absolute;
    top: 0;
    left: 125px;
}
.icon-top-box2 .icon1 {
    width: 15px;
    left: -35px;
    top: -8px;
}
.icon-top-box2 .icon2 {
    width: 24px;
    top: -35px;
    left: 4px;
}
.icon-top-box2 .icon3 {
    width: 33px;
    top: 0;
    left: 400px;
}


.event-left { background:#000;}
.event-right { background:#fff; position:relative;}
.event-content {
    padding-left: 125px;
    width: 660px;
	position:relative;
}
.event-content p { color:#fff;}
.event-left:before { content:''; background:url(../images/pattern-triangle2.png) no-repeat; bottom:0; position:absolute; left:0; width:286px; height:393px; }
.slider-top {
    position: absolute;
    left: -170px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    overflow: hidden;
    width: auto;
}
.event-slider.owl-carousel .owl-stage-outer { padding:2px 0;}
.event-slider.owl-carousel .item {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px #eee;
	text-align:center;
}
.event-slider.owl-carousel .item h5 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    padding: 35px 0 15px 0;
	color:#000;
}
.event-image {
    height: 425px;
    overflow: hidden;
}
.owl-carousel .owl-item .event-image img {
	height:100%; max-width:none; width:auto;
}
.event-slider.owl-carousel .owl-nav {
    padding-left: 140px;
    margin-top: 60px;
}
.event-slider.owl-carousel .owl-nav .owl-prev {
    background: #ed1c24;
    width: 60px;
    height: 60px;
    border-radius: 50%;
	margin-right:60px;
	position:relative;
}
.event-slider.owl-carousel .owl-nav .owl-prev:before {
    content: '';
    background: url(../images/right.png) no-repeat;
    top: 15px;
    left: 20px;
    width: 16px;
    height: 30px;
    position: absolute;
    z-index: 1;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.event-slider.owl-carousel .owl-nav .owl-prev span, .event-slider.owl-carousel .owl-nav .owl-next span { display:none;}
.event-slider.owl-carousel .owl-nav .owl-next {
    background: #ed1c24;
    width: 60px;
    height: 60px;
    border-radius: 50%;
	position:relative;
}
.event-slider.owl-carousel .owl-nav .owl-next:before {
    content: '';
    background: url(../images/right.png) no-repeat;
    top: 15px;
    right: 20px;
    width: 16px;
    height: 30px;
    position: absolute;
    z-index: 1;
}
.event-slider.owl-carousel .owl-nav .owl-prev:hover , .event-slider.owl-carousel .owl-nav .owl-next:hover, .event-slider.owl-carousel .owl-nav .owl-prev:focus , .event-slider.owl-carousel .owl-nav .owl-next:focus { outline:none; background:#000;}
.event-slider.owl-carousel .item {
    width: 439px;
}
.event-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}




.upcoming-section { background:#111010; position:relative;}
.upcoming-block { position:relative; padding-top:15px;}
.upcoming-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 33%;
    height: 275px;
    border-right: 1px solid #555555;
}
.upcoming-item:nth-child(3n) { border:0;}
.upcoming-block:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #555555;
    width: 100%;
}
.upcoming-table { display:table; vertical-align:middle; width:100%; height:100%; text-align:center;}
.upcoming-tablecell { display:table-cell; vertical-align:middle;}
.upcoming-item h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-top: 35px;
	color:#f2f2f2;
}
.upcoming-section:after {
    content: '';
    background: url(../images/pattern-2.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 338px;
    height: 667px;
}
.upcoming-tablecell span {
    height: 68px;
    display: block;
}

.sponsors-section { padding:70px 0; position:relative;}
.sponsors-section:before { content:''; position:absolute; background:url(../images/pattern-4.png) no-repeat; width:84px; height:120px; bottom:0; right:0; background-position:bottom right;}
.sponsors-section p {
    font-size: 26px;
    text-align: center;
    line-height: 45px;
	color:#181818;
	padding-top:15px;
}
.sponsors-section p a {
    display: block;
    color: #ed1c24;
}
.sponsors-section p a:hover, .sponsors-section p a:focus { text-decoration:underline;}
.sponsors-section h4.heading {
    position: relative;
    width: 550px;
    margin: 0px auto;
}
.iconbox-3.icon1 {
    position: absolute;
    top: -5px;
    left: -55px;
}
.iconbox-3.icon2 {
    position: absolute;
    top: -50px;
    right: -12px;
    left: inherit;
}
.iconbox-3.icon3 {
    position: absolute;
    top: -30px;
    right: -48px;
    left: inherit;
}

.glance-section {
    background: url(../images/glance-bgimage.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.glance-section:after {
    content: '';
    background: url(../images/pattern-3.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 316px;
    height: 488px;
}
.glance-inner { position:relative; z-index:1;}
.glance-box {
    display: block;
    vertical-align: middle;
    width: 100%;
	text-align:center;
}
.glance-item {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    padding: 70px 30px 30px 75px;
}
.glance-item img {
    display: inline-block;
    vertical-align: middle;
}
.glance-info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
    width: calc(100% - 105px);
	text-align:left;
}
.glance-info h4 {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 100%;
}
.glance-info span {
    font-size: 25px;
    font-weight: 400;
}
.gallery-section {
    background: url(../images/gallery-bgimage.jpg) no-repeat;
    position: relative;
	background-size:cover;
}
.gallery-section:before {
	content: '';
    background: rgba(0, 0, 0, 0.76);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery-section:after {
    content: '';
    background: url(../images/pattern-5.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 335px;
    height: 594px;
	background-position:top left;
	background-size:65% auto;
}
.gallery-inner { position:relative;}

.gallery-box-btn {
    text-align: center;
    z-index: 1;
    padding: 50px 0;
	position:relative;
}
a.gallery-btn {
    height: 50px;
    line-height: 50px;
    padding: 0 22px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    border: 0;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    color: #fff;
}
a.gallery-btn i {
    font-size: 28px;
    margin-left: 10px;
    position: relative;
    top: 4px;
}
.facebook-btn {
    background: #3a559f;
}
.youtube-btn {
    background: #f80000;
}



.follow-section {
    background: #000 url(../images/map.png) no-repeat;
    background-position: center center;
}
ul.social-media {
    text-align: center;
}
ul.social-media li { display:inline-block; vertical-align:middle; margin:0 12px;}
ul.social-media li a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    display: block;
    color: #fff;
}
ul.social-media li a.fb {
    background: #3b59a2;
}
ul.social-media li a.insta {
    background: #d12798;
}
ul.social-media li a.twitter {
    background: #01b1fc;
}
ul.social-media li a.linkedin {
    background: #007bb6;
}
ul.social-media li a:hover, ul.social-media li a:focus { opacity:0.9;}

.organise-inner { position:relative;}
.organise-logos {
    /*display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;*/
	text-align:center;
}
.organise-logos a {
    /*margin: 0 80px;*/
	margin:0 110px;
}
.footer {
    background: #181818;
}
.footer-top {
    padding: 60px 0 50px 0;
    text-align: center;
    border-bottom: 2px solid #464646;
}
/*.footer-top a img { width:250px;}*/
.footer-bottom {
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 15px 0;
}
.footer-bottom p {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.70);
    font-weight: 300;
}
ul.footer-link {
    text-align: right;
}
ul.footer-link li {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #fff;
    line-height: 14px;
    padding: 0 8px 0 3px;
}
ul.footer-link li:last-child { border:0; padding-right:0;}
ul.footer-link li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.70);
    font-weight: 300;
    line-height: 100%;
    display: block;
}
ul.footer-link li a:hover, ul.footer-link li a:focus { color:#ed1c24;}
/**********/
.key-sector {
    display: table;
    width: 100%;
    vertical-align: top;
	padding-top:10px;
	position:relative;
	z-index:1;
}
.key-block {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding-right: 15px;
}
.key-block h4 {
    color: #ed1c24;
    font-size: 20px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    line-height: 26px;
}
.key-block h4 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.key-block h4 span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
}
ul.key-list {
    margin-top: 35px;
}
ul.key-list li {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
}
ul.key-list li:before { content:''; position:absolute; top:11px; left:0; width:6px; height:6px; background:#fff; border-radius:50%;}
/**************HOME PAGE CSS END*********************/

/**************CONTACT US PAGE CSS START*********************/
.inner-banner {
    margin-top: 126px;
    position: relative;
    height: 495px;
    overflow: hidden;
}
.inner-banner > img {
    width:100%;
}
.inner-banner .banner-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.left-in {
    width: 60.6%;
    height: 100%;
}
.right-in {
    width: 39%;
    height: 100%;
    float: right;
}
.innerbanner-content {
    position: absolute;
    bottom: 90px;
    left: 105px;
    z-index: 1;
}
.innerbanner-content h2 {
    font-size: 52px;
    color: #fff;
    line-height: 100%;
	text-transform:uppercase;
}
.innerbanner-content h2 span { color: #ed1c24;}
ul.breadcrumb {
    margin-top: 8px;
}
ul.breadcrumb li, ul.breadcrumb li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    padding: 0 8px 0 3px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
	text-transform:capitalize;
}
ul.breadcrumb li.active { color:#ccc;}
ul.breadcrumb li:first-child, ul.breadcrumb li:first-child a {
    padding-left: 0;
}
ul.breadcrumb li:before {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
}
ul.breadcrumb li:last-child:before {
    display:none;
}
.content-section {
    background: #f4f7fa;
    padding: 70px 105px;
	position:relative;
}
.content-section:after {
    content: '';
    background: url(../images/pattern-2.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 338px;
    height: 667px;
}
.content-inner { background:#fff; padding:75px 0; position:relative; z-index:1;}

.tab-content { display:none;}
.tab-content.current { display:block;}
.radio-section { padding-top:20px;}
.tab-title {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
	color:#000;
}
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}
.tab-title input[type=radio ]:not(old) + label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
    font-size: 16px;
	font-weight:300;
}
.tab-title input[type=radio]:not(old) + label > span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 12px 0 0;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background: transparent;
    vertical-align: middle;
}
.tab-title.current input[type=radio]:not(old) + label > span > span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 3px;
    border: 0;
    border-radius: 50%;
    background: #ed1c24;
}
.contact-form {
    margin: 30px 0 0 0;
}
.fill-here {
    background: #f8f8f8;
    border: 0;
    box-shadow: none;
    padding: 0 18px;
    height: 50px;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.60);
    font-family: 'Poppins', sans-serif;
}
.fill-here:focus { outline:none;}
.fill-here::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.60);
	opacity:1;
}
.fill-here:-moz-placeholder { 
   color: rgba(0, 0, 0, 0.60);
   opacity:1;
}
.fill-here::-moz-placeholder { 
   color: rgba(0, 0, 0, 0.60);
   opacity:1;
}
.fill-here:-ms-input-placeholder {
   color: rgba(0, 0, 0, 0.60);
   opacity:1;
}
.tab-content p {
    font-size: 14px;
    line-height: 24px;
	color:#181818;
}
.tab-content p a {
    color:#ed1c24; font-weight:600;
}
.tab-content p a:hover, .tab-content p a:focus { text-decoration:underline;}

.inputbox {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 30px;
	margin-bottom:30px;
}
.inputbox:nth-child(3n) { margin-right:0;}
.inputbox.inputbox-small {
    width: 22.7%;
}
.inputbox.inputbox-small:nth-child(3n) {
    margin-right: 30px;
}
.inputbox.inputbox-small.inputlast {
    margin-right: 0;
}
.inputbox.inputbox-msg {
    width: 100%;
    margin-right: 0;
	margin-bottom:20px;
}
.inputbox.inputbox-half {
    width: 35.5%;
}
.fill-here.msg {
    height: 140px;
    resize: none;
    padding-top: 12px;
}
.inputbox .sbHolder {
    width: 100%;
    background: #f8f8f8;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.60);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    height: 50px;
}
.inputbox .sbHolder .sbToggle {
    height: 50px;
}
.inputbox .sbHolder .sbSelector { height:50px; line-height:50px; text-indent:18px;}
.inputbox .sbHolder .sbSelector:link, .inputbox .sbHolder .sbSelector:visited, .inputbox .sbHolder .sbSelector:hover { color:rgba(0, 0, 0, 0.60);}
.inputbox .sbHolder .sbOptions {
    border: solid 1px rgba(0, 0, 0, 0.60);
    top: 50px !important;
    width: 100%;
}
.inputbox .sbHolder .sbOptions a:hover, .inputbox .sbHolder .sbOptions a:focus, .inputbox .sbHolder .sbOptions a.sbFocus {
    background: rgba(0, 0, 0, 0.60);
}





.checkbox-section { margin:25px 0;}
.checkbox-section > div input[type=checkbox]:not(old) + label {
    display: inline-block;
    margin-left: 0em;
    line-height: 24px;
    font-size: 14px;
	width:100%;
	color:#181818;
}
.checkbox-section > div input[type=checkbox]:not(old) {
    width: auto;
}
.checkbox-section > div input[type=checkbox]:not(old) + label > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px 16px 0 0;
    border: 1px solid #cccccc;
    border-radius: 0;
    background: #f2f2f2;
    vertical-align: top;
}
.checkbox-section > div p {
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: middle;
}
.checkbox-section > div input[type=checkbox]:not(old):checked + label > span:before {
    content: '✓';
    display: block;
    width: 20px;
    color: #ed1c24;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
.checkbox-section > div {
    margin-bottom: 10px;
}
.note {
    color: #181818;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0 0 0;
}
.checkbox-half {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}
a.btn-red, .btn-red {
    background: #ed1c24;
    color: #fff;
    cursor: pointer;
}
a.btn-red:hover, .btn-red:hover, a.btn-red:focus, .btn-red:focus {
    background: #000;
    color: #fff;
}
/**************CONTACT US PAGE CSS END*********************/

/**************JOIN MAILING LIST US PAGE CSS START*********************/
.heading.mail-head {
    width: 83%;
    margin: 0px auto;
}
/**************JOIN MAILING LIST US PAGE CSS END*********************/

/**************REGISTER NOW PAGE CSS START*********************/
.gevme-registration-block {
    margin-top: 30px;
	height:505px;
}


.media-release-inner h4 {
    text-transform: inherit;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
    padding-top: 20px;
	color:#000;
}
.media-release-inner h4:first-child {
    padding-top: 0;
}
.media-release-inner.term-box {
    margin-top: 40px;
}
.media-release-inner.term-box:first-child { margin-top:0;}
ul.term-list li {
    position: relative;
    padding-left: 20px;
	font-size:16px;
	color:#000;
}
ul.term-list li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 0;
}
.term-box p {
    font-size: 16px;
}
.media-release-inner.term-box > a {
    color: #000;
}
ul.term-list li a { color:#ed1c24; }


/**************REGISTER NOW PAGE CSS END*********************/

.text-black{
  color: #323033;
  font-size: 14px;
}

.error{
  color: red; 
  font-style: italic;
  font-size:14px;
}

.error-page { text-align:center;}
.error-page p { margin-bottom:40px; color:#000; font-size:20px;}

/************DEAL FRIDAYS INNER PAGE CSS START*************************/
.deal-right {
    background: url(../images/image-2.jpg) no-repeat;
}
a.btn-common.btn-auto {
    width: auto;
    padding: 0 18px;
}
.register-section {
    background: #ed1c24;
    position: relative;
    padding: 40px 0;
    text-align: center;
	overflow:hidden;
}
.calendar-service-section {
    display: table;
    width: 100%;
    height: 100%;
    background: #252525;
}
.calendar-box {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    height: 100%;
    background: #000;
    padding: 70px 40px;
}
.service-box {
    display: table-cell;
    padding: 70px 40px;
    vertical-align: top;
    width: 50%;
}
.service-icon {
    display: inline-block;
    width: 160px;
    height: 160px;
    vertical-align: top;
    background: #000;
    text-align: center;
    margin: 0 8px 12px 0;
}
.service-tablein {
    display: table;
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.service-tablein a {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding: 20px 10px;
}
.service-icon:nth-child(5n) {
    margin-right: 0;
}
.service-icon h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 18px;
    margin-top: 10px;
}
.tab-link {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.50);
    text-transform: capitalize;
    width: 142px;
    text-align: center;
    display: inline-block;
    padding: 18px 10px;
    border-right: 1px solid #1a1a1a;
	margin-left:-4px;
	background: #252525;
}
.tab-link:last-child { border:0;}
.tab-link:first-child { margin:0;}
.tab-link.current { background:#fff; color:#000;}
.tab-panel { display:none; padding:55px 0;}
.tab-panel.current { display:block;}
.date-item {
    border: 2px solid #ed1c24;
    position: relative;
    display: inline-block;
    width: 275px;
    margin: 0 20px 20px 0;
    vertical-align: top;
    height: 75px;
}
.date-table {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.date-item span {
    background: #ed1c24;
    display: table-cell;
    height: 100%;
    width: 80px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    padding: 8px 10px;
    line-height: 28px;
    vertical-align: middle;
}
.date-table div {
    display: table-cell;
    width: calc(100% - 85px);
    vertical-align: middle;
    padding: 0 20px;
    height: 100%;
}
.date-table h5 {
    display: block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 17px;
    text-transform: capitalize;
}
.happens-section {
    background: url(../images/bg-image1.jpg) no-repeat;
	border-top:6px solid #ed1c24;
	position:relative;
	padding:120px 0;
}
.happens-section:before {
    content: '';
    position: absolute;
    background: url(../images/pattern-triangle2.png) no-repeat;
    bottom: 0;
    left: 0;
    width: 286px;
    height: 393px;
    background-size: 80% auto;
    background-position: bottom left;
}
.happens-inner .heading-box {
    width: 42%;
    margin: 0px auto;
    position: relative;
}
.happens-inner p {
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.happens-inner { position:relative;}
.heading-box .icon-box.icon-top-box2 {
    left: 0;
    width: 100%;
	position:absolute;
}
.heading-box .icon-top-box2 .icon1 {
    left: -34px;
    top: 6px;
	width:15px;
	position:absolute;
}
.heading-box .icon-top-box2 .icon2 {
    top: -20px;
	width:24px;
	position:absolute;
}
.heading-box .icon-top-box2 .icon3 {
    top: -45px;
    right: 0;
    left: 25px;
    position: absolute;
    width: 100%;
    text-align: right;
}
h4.heading small {
    text-transform: lowercase;
    display: inline-block;
    font-size: 50px;
}
/************DEAL FRIDAYS INNER PAGE CSS END*************************/

a.bottom-icon {
    position: fixed;
    bottom: 53px;
    right: 0;
    z-index: 1;
}
.bottom-icon img {
    width: 190px;
}

.inputbox.inputbox-half.inputbox-3hal{ width:31.3%;}
.service-modal {
    position: fixed;
    top: 0;
    width: 800px;
    left: 0;
    right: 0;
    margin: 100px auto;
    background: #fff;
    z-index: 99;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px #6f6f6f;
	display:none;
}
.service-modal.service-modalopen { display:block;}
a.popup-close {
    position: absolute;
    right: -9px;
    top: -9px;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.service-block h4 {
    text-transform: inherit;
    font-size: 26px;
	color: #000000;
}
.service-block p {color: #000000; margin-top:20px; font-size:16px;}

.happens-inner .heading-box .heading { text-align:center;}
.service-icon h5 small {
    display: block;
    font-size: 13px;
    position: relative;
}
.service-icon h5 small:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -1px;
}
.service-block h4 small {
    font-size: 26px;
    display: block;
    position: relative;
	padding-left:10px;
}
.service-block h4 small:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
}
/********************************/
.logo-section {
    display: table;
    width: 100%;
    text-align: center;
	padding:80px 0;
}
.logobox {
    display: table-cell;
    width: 63%;
}
.logobox:last-child { width:38%; padding-left:40px;}
.logobox span {
    display: block;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 26px;
	text-transform:uppercase;
}
.logobox a {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 25px;
    border-right: 1px solid #e3e2e2;
    height: 171px;
}
.logobox a:last-child {
    border:0;
}
.logobox.last a { margin-top:30px;}


/**************SUPPORTING MEDIA PARTNER PAGE CSS START*********************/
.partners-box { margin-top:50px;}
.partners-box:first-child { margin:0;}
.partners-itemtop {
    text-align: center;
}
.partners-box h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    background: #ed1c24;
    padding: 20px 15px;
    position: relative;
}
.partners-box h4:before { content:''; position:absolute; top:0; right:0; border-top: 25px solid #000; border-left: 25px solid transparent;}
.partners-box h4:after { content:''; position:absolute; bottom:0; left:0; border-bottom: 25px solid #000; border-right: 25px solid transparent;}
.partner-item {
    display: inline-block;
    margin: 60px 0 0 0;
    text-align: center;
    vertical-align: middle;
    width: 24%;
}
.supporting .partner-item { width:33%;}
.supporting .partner-item img{ width:50%;}
.partners-itemtop.grand-partners-itemtop .partner-item { width:19%;}
.partner-item:nth-child(5) { margin-right:0;}
/**************SUPPORTING MEDIA PARTNER PAGE CSS END*********************/

/**************EVENT CALENDAR PAGE CSS START*********************/
.event-calendar {
    display: table;
    width: 100%;
	border: 1px solid #d6d6d6;
}
.eventbox {
    display: table-cell;
    vertical-align: top;
	border-right: 1px solid #d6d6d6;
	width:20%;
}
.eventbox:last-child { border-right:0;}
.eventbox label {
    background: #000000;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 25px;
	text-align: center;
}
.event-item {
    border-top: 1px solid #d6d6d6;
    display: table;
    width: 100%;
    height: 84px;
}
.event-in {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 23px;
}
.event-in img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.event-in span {
    font-size: 16px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 58px);
	line-height:20px;
}
.same-event {
    background: #f7f2f2;
}
.event-item.item-blank {
    background: #d6d6d6;
}

.event-location {
    text-align: center;
    border-left: 1px solid #000;
    background: #000000;
    color: #fff;
    margin-left: -1px;
    border-top: 1px solid #fff;
    padding: 6px 10px;
    position: relative;
    height: 43px;
}
.event-location.width-large span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 454px;
    z-index: 1;
}
.event-location.event-first { margin-left:0;}
.event-location.width-large {
    border-left: 1px solid #fff;
}
.event-mb span {
    opacity: 0;
}
/**************EVENT CALENDAR PAGE CSS END*********************/

/************CONFERENCE SPEAKERS INNER PAGE CSS START*************************/
.spacing-in {
    padding: 80px 105px;
}
.conference-head h4 {
    background: #ed1c24;
    position: relative;
    display: block;
    margin: 0px auto;
    width: 405px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 10px;
}
.conference-head h4:before {
  content:'';
  position:absolute;
  width: 0;
    height: 0;
    border-bottom: 60px solid #ed1c24;
    border-left: 33px solid transparent;
  left:-33px;
  top:0;
}
.conference-head h4:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 60px solid #ed1c24;
    border-right: 33px solid transparent;
    right: -33px;
    top: 0;
}
.conference-head p {
    border-top: 1px solid #ed1c24;
    border-bottom: 1px solid #ed1c24;
    text-align: center;
    padding: 45px 20px;
	color:#000;
}
.conference-theme { text-align:center; margin-top:70px;}
.conference-block {
    display: table;
    width: 100%;
    height: 100%;
  vertical-align:middle;
  padding-top:20px;
}
.conference-item {
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #e3e2e2;
    height: 100%;
    padding: 25px 15px;
    width: 25%;
    text-align: center;
}
.conference-item:last-child {
    border-right: 0;
}
.conference-item h5 {
    margin-top: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 38px;
	color:#000;
}

ul.calendar-tab {
    background: #000;
    display: table;
    vertical-align: middle;
    width: 100%;
}
.calendar-tab-content {
    background: #313131;
    padding: 50px 105px;
}
ul.calendar-tab li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #464646;
}
ul.calendar-tab li:last-child { border:0;}
ul.calendar-tab li a {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
	padding: 20px;
	display:block;
}
ul.calendar-tab li a.cal-current, ul.calendar-tab li a:hover, ul.calendar-tab li a:focus {
    background: #ed1c24;
    color: #000;
}
.caltab-content.cal-current {
    display: block;
}
.caltab-content {
    display: none;
}
table.conference-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #464646;
}
table.conference-table td {
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid #464646;
    border-bottom: 1px solid #464646;
	vertical-align:top;
	width:22%;
}
#tab_one table.conference-table td { width:30%;}
#tab_one table.conference-table td:first-child {
    width: 200px;
}
table.conference-table td:first-child {
    width: 200px;
}
table.conference-table tr td:last-child { border-right:0;}
table.conference-table tr:last-child td { border-bottom:0;}
tr.black-row {
    background: #000;
    text-align: center;
}
tr.black-row td { font-size:18px;font-weight: 600;}
tr.yellow-row {
    background: #ed1c24;
}
tr.yellow-row td, tr.darkyellow-row td { color:#000;font-weight: 600;}
tr.darkyellow-row td {
    background: #ff5c61;
}
tr.darkyellow-row td:first-child {
    background: transparent;
}
table.conference-table td span {
    display: block;
    color: #979797;
}
tr.darkyellow-row td.lighter {
    background: #ff5c61;
}
.eq-width {
    width: 22%;
}
/************CONFERENCE SPEAKERS INNER PAGE CSS END*************************/

/************SPEAKERS INNER PAGE CSS START*************************/
.our-speakers > p { color:#000;}
.our-speakers {
    position: relative;
    z-index: 1;
}
.our-speakers-item {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 40px 30px 35px 30px;
    text-align: center;
    box-shadow: 0 0 10px #eee;
    width: 18.2%;
	margin:0 30px 30px 0;
	position:relative;
}
.our-speakers-item:nth-child(5n) {
    margin-right: 0;
}
.speakers-img {
    display: inline-block;
    width: 120px;
    border-radius: 50%;
    height: 120px;
    position: relative;
}
.speakers-img span {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}
.speakers-img:before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    border: 1px dotted #ed1c24;
    border-radius: 50%;
    width: 134px;
    height: 134px;
}
.our-speakers-item h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 40px 0 18px 0;
    font-family: 'Poppins', sans-serif;
	    color: #000000;
		position:relative;
}
.our-speakers-item h5:before {
    content: '';
    position: absolute;
    background: #ed1c24;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 50px;
    height: 2px;
    margin: 0px auto;
}
.our-speakers-item p {
    font-size: 13px;
    font-weight: 500;
	line-height:22px;
	    color: #000000;
}
.our-speakers-item h6 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 60px 0;
    font-family: 'Poppins', sans-serif;
	color: #000000;
}
.our-speakers-item .btn-red {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

/************SPEAKERS INNER PAGE CSS END*************************/

/************POPUP CSS START****************/
.modalDialog {
    position: fixed;
    top: 0;
    width: 800px;
    left: 0;
    right: 0;
    margin: 100px auto;
    background: #fff;
    z-index: 99;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px #6f6f6f;
	display:none;
}
.modalDialog.open-modal { display:block;}
a.close {
    position: absolute;
    right: -9px;
    top: -9px;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
p.biography {
    max-height: 300px;
    overflow-y: auto;
}
.profile-block {
    margin-bottom: 30px;
}
.profile-block span.speakers-img {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    border-radius: 50%;
    height: 120px;
    position: relative;
	overflow: inherit;
	margin-right:30px;
}
.profile-block span {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}
.speakers-img:before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    border: 1px dotted #ffb302;
    border-radius: 50%;
    width: 134px;
    height: 134px;
}
.profile-info {
    display: inline-block;
    width: calc(100% - 160px);
    vertical-align: middle;
}
.profile-info h4 {
    text-transform: inherit;
    font-size: 26px;
    margin-bottom: 5px;
}
.profile-info h5 {
    font-weight: 300;
    text-transform: inherit;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.profile-info h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}
.modal-body p {
    font-size: 16px;
    margin-top: 20px;
}
body.body-modal {
    position: absolute; width:100%;
}
body.body-modal:after {
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
}

/************POPUP CSS END****************/

/************EXHIBITORS SPEAKERS INNER PAGE CSS START*************************/
.exhibitors .heading { text-align:center; color:#000;}
form.exhibitor-form {
    padding: 20px 0 10px 0;
}
.exhibitor-form .inputbox {
    width: 24.5%;
}
.exhibitor-form a.btn-common {
    margin-left: 25px;
    vertical-align: top;
    width: 195px;
}
.alphabatic-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
}
.alphabatic-list li a {
    font-size:15px;
  color:#000;
}
.alphabatic-list li.first a {
    font-size:15px;
    color:#ffffff;
}
.alphabatic-list li.first {
    background: #000;
    color: #fff;
    width: 70px;
    height: 35px;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
}
.exhibitor-block { padding-top:10px;}
.exhibitor-row {
    margin-top: 25px;
    box-shadow: 0 0 10px #eee;
    border-top: 2px solid #ed1c24;
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  position:relative;
}
.exhibitor-image {
    display: table-cell;
    width: 26%;
    vertical-align: middle;
    text-align: center;
  padding:0 10px;
  position:relative;
}
/*.exhibitor-image:before { content:''; position:absolute; top:0; left:0;width: 0;
    height: 0;
    border-top: 25px solid #fcb315;
    border-right: 25px solid transparent;}*/
.exhibitor-image img { width:300px;}
.exhibitor-content {
    display: table-cell;
    vertical-align: middle;
    padding: 35px 30px;
    position: relative;
	width:74%;
}
.code img { display:inline-block; vertical-align:middle; border:1px solid #eee;}
.code small { display:inline-block; vertical-align:middle; font-size:18px;}
.badge {
    background: #ed1c24;
    height: 40px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    padding: 0 12px;
    float: left;
    border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.exhibitor-content h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin: 25px 0 12px 0;
	color:#000;
}
.exhibitor-content p { font-size:14px; margin-bottom:20px;color:#000;}
.code {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
	color:#000;
}
.filter-box {
    border-top: 1px solid #a1a1a1;
    padding-top: 25px;
    margin-top: 40px;
    display: table;
    width: 100%;
}
.filter-left {
    display: table-cell;
    vertical-align: middle;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    width: 40%;
}
ul.pagination {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
ul.pagination li {
    display: inline-block;
    margin: 0 3px;
}
ul.pagination li a, ul.pagination li span {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
}
ul.pagination li a {
    border: 2px solid #d5d5d5;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 34px;
    color: #d5d5d5;
    font-size: 16px;
    font-weight: 600;
	text-align:center;
}
ul.pagination li a:hover, ul.pagination li a:focus {
    border-color: #000;
    color: #000;
}
.profile-box {
    display: block;
    width: 100%;
}
.exhibitor-col {
    display: table;
    width: 100%;
    height: calc(100% - 50px);
}
.exhibitor-form .btn-yellow { margin-left:25px; vertical-align:top;}
.exhibitor-form .inputbox:nth-child(3n) { margin-right:30px;}

.exhibitor-label-1 { background:#95999c;}
.exhibitor-label-2 { background:#ed1c24;}
.exhibitor-label-3 { background:#46a905;}
.exhibitor-label-4 { background:#0070c0;}
.exhibitor-label-5 { background:#dd0000;}
.exhibitor-label-6 { background:#808000;}
.exhibitor-label-7 { background:#996223;}
.exhibitor-label-8 { background:#a94343;}
.exhibitor-label-9 { background:#f48230;}
.exhibitor-label-10 { background:#e5184a;}
.exhibitor-label-11 { background:#008080;}
.exhibitor-label-12 { background:#5454ad;}
.exhibitor-label-13 { background:#45efef;}
.exhibitor-label-14 { background:#911db4;}
.exhibitor-label-15 { background:#ffd8b0;}
.exhibitor-label-16 { background:#fabebe;}
.exhibitor-label-17 { background:#e5bdfe;}
.exhibitor-label-18 { background:#4f1749;}
.exhibitor-label-19 { background:#f1612b;}
.exhibitor-label-20 { background:#98b6ff;}
.exhibitor-label-21 { background:#111e26;}
.exhibitor-label-22 { background:#5b3728;}

.visit-link {
    font-size: 14px;
    border: 0;
    background: #ccc;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 100%;
    text-transform: uppercase;
    color: #000;
}
.visit-link:hover, .visit-link:focus {
    background: #000;
    color: #fff;
}
.no-banner-layer .banner-overlay {
    background: rgba(0, 0, 0, 0.4);
}
/************EXHIBITORS SPEAKERS INNER PAGE CSS END*************************/

.mobile-cal-table {
    display: none;
}


/**************MEDIA RELEASE PAGE CSS START*********************/
a.btn-black, .btn-black { text-transform:uppercase;}
a.btn-black, .btn-black {
    background: #000;
    color: #fff;
}
.spacing-four {
    padding: 80px 185px;
}
.media-release-left {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    margin-right: 45px;
}
.media-release-right {
    display: inline-block;
    vertical-align: top;
    width: 25%;
	float:right;
}
.media-release-row {
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0;
}
.media-release-row:first-child {
    padding-top: 0;
}
.release-date {
    display: inline-block;
    vertical-align: top;
    width: 165px;
	height:160px;
    background: #ed1c24;
    text-align: center;
    position: relative;
	font-size:32px;
	font-weight:600;
	padding: 15px 30px;
    line-height: 100%;
	margin-right:30px;
	color:#000;
}
.release-date span { display:block; font-size:62px; line-height:100%;}
.release-date:before { content:''; position:absolute; top:0; left:0; border-top: 25px solid #000; border-right: 25px solid transparent;}
.release-info {
    display: inline-block;
    width: calc(100% - 201px);
    vertical-align: top;
}
.release-info h4 {
    font-size: 26px;
    line-height: 36px;
    text-transform: inherit;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;color:#000;
}
.release-info p {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0 25px 0;color:#000;
}
ul.pagination {
    margin-top: 40px;
    text-align: center;
}
ul.pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}
ul.pagination li a {
    border: 2px solid #d5d5d5;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 34px;
    color: #d5d5d5;
    font-size: 16px;
    font-weight: 600;
}
ul.pagination li.Prev a, ul.pagination li.Next a {
    width: 65px;
}
ul.pagination li a:hover, ul.pagination li a:focus {
    border-color: #000;
    color: #000;
}
.srch {
    position: relative; margin-bottom:25px;
}
.srch .fill-here {
    background: #f5f5f5;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    font-size: 18px;
    font-weight: 600;
	padding-right:35px;
}
.srch i {
    position: absolute;
    right: 15px;
    top: 16px;
}
.release-sidebarbox {
    background: #f6f6f6;
    border-radius: 8px;
}
.release-sidebarbox h4 {
    background: #000000;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px 8px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    text-transform: inherit;
}
ul.quick-link {
    padding: 25px 30px;
}
ul.quick-link li {
    margin-bottom:5px; position:relative;
}
ul.quick-link li:last-child { margin:0;}
ul.quick-link a i { position:absolute; right:0; top:6px;}
ul.quick-link a {
    font-size: 16px;
    display: block;
    color: #000;
}
ul.quick-link a:hover, ul.quick-link a:focus { color:#ed1c24;}
/**************MEDIA RELEASE PAGE CSS END*********************/

/**************MEDIA LIBRARY PAGE CSS START*********************/
.media-library { text-align:center;}
.fintech-festival-col {
    margin: 0 10px 24px 10px;
    width: 21%;
    background: #efefef;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
	position:relative;
	height:450px;
}
.pdf-image {
    display: block;
    height: 216px;
    background: #fff;
    padding: 60px 10px 0 10px;
}
.fintech-festival-col h5 {
    font-size: 20px;
    margin: 15px 0 20px 0; color:#000;
}
.fintech-festival-col a.btn-common {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 180px;
    margin: 0px auto;
}
/**************MEDIA LIBRARY PAGE CSS END*********************/

/**************OFFICIAL MEDIA PARTNERS PAGE CSS START*********************/
.supporting-part-img span.partner-item {
    width: 33%;
}
.support .service-block h4 { margin-top:20px;}
a.visit {
    display: block;
    height: 35px;
    font-size: 14px;
    border: 0;
    background: #ccc;
    padding: 0px 15px;
    width: 135px;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0;
    line-height: 37px;
    text-align: center;
}
a.visit:hover, a.visit:focus { background:#000; color:#fff;}
ul.popup-list li {
    font-size: 16px;
    position: relative;
    padding-left: 20px;
	color:#000;
}
ul.popup-list li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 0;
}
/**************OFFICIAL MEDIA PARTNERS PAGE CSS END*********************/

/**************TECHINNOVATION PAGE CSS START*********************/
.content-section.techInnovation-infobox {
    text-align: center; position:relative; z-index:1; padding:70px 105px;
}
.techInnovation-infobox:before {
    content: '';
    width: 357px;
    height: 340px;
    position: absolute;
    background: url(../images/pattern-1.png) no-repeat;
    bottom: 0px;
    left: 0;
    background-size: 50% auto;
    background-position: bottom left;
}
.content-section.techInnovation-infobox:after { display:none;}
.techInnovation-infobox p {
    color: #000;
    margin-bottom: 20px;
}

.techInnovation-calendar {
    position:relative;
}
.techInnovation-calinfo {
    padding: 70px 105px;
    background: #313131;
}
.techInnovation-calinfo > span {
    font-size: 22px;
}
ul.key-listing { margin-top:30px;}
ul.key-listing li {
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
}
ul.key-listing li i {
    position: absolute;
    top: 6px;
    left: 0;
}
table.techInnovation-table td:first-child {
    width: 150px;
}
table.conference-table tr td h5, .cal-col h5 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: inherit;
    margin-bottom: 5px;
    position: relative;
}
table.conference-table tr td h5:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: #ed1c24;
    width: 25px;
    height: 2px;
    left: 0;
}
table.conference-table tr td h6, .cal-col h6 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: inherit;
    font-weight: 400;
	margin-top:25px;
}
.techInnovation-calendar .calendar-tab-content {
    position:relative;
}
.techInnovation-calendar a.btn-common {
    display: block;
    margin: 40px auto 0;
	position:relative;
}
a.btn-common.btn-large {
    width: 350px;
}
a.read-more {
    color: #ed1c24;
    text-decoration: underline;
}
a.read-more:hover, a.read-more:focus {
    text-decoration: none;
}
.toggle-content {
    display: none;
}
.toggle-content h5 {
    text-transform: capitalize;
    font-size: 22px;
    margin: 20px 0 10px 0;
	position:relative;
	color:#000;
}
.toggle-content h5:before {
    content: '';
    position: absolute;
    bottom: -4px;
    background: #ed1c24;
    width: 25px;
    height: 2px;
    left: 0;
}
.toggle-content h5:first-child {
    margin-top: 0;
}
.toggle-content h6 {
    text-transform: inherit;
    font-size: 18px;
    margin: 15px 0 10px 0;
	line-height:25px;
	color:#000;
}
.toggle-content .modal-body p {
    margin: 0 0 8px 0;
    line-height: 25px;
}
.toggle-content span {
    display: block;
    font-size: 16px;
    line-height: 25px;
	margin-bottom:5px;
	color:#000;
}
/*.techInnovation-calendar:before {
    content: '';
    width: 357px;
    height: 450px;
    position: absolute;
    background: url(../images/pattern-2.png) no-repeat;
    bottom: 0;
    right: 0;
    background-size: 55% auto;
    background-position: bottom right;
}
.techInnovation-calendar:after {
    content: '';
    width: 84px;
    height: 75px;
    position: absolute;
    background: url(../images/pattern-4.png) no-repeat;
    bottom: 0;
    right: 0;
}*/
.techInnovation-infobox h4, .techInnovation-infobox p { position:relative;}
#tab_one table.conference-table.techInnovation-table td:first-child,
#tab_two table.conference-table.techInnovation-table td:first-child,
#tab_three table.conference-table.techInnovation-table td:first-child { width:200px;}
#tab_one table.conference-table.techInnovation-table td,
#tab_two table.conference-table.techInnovation-table td,
#tab_three table.conference-table.techInnovation-table td {
    width: auto;
}

/**************TECHINNOVATION PAGE CSS END*********************/


/***************SPONSORS & ADVERTISING PAGE CSS START*************************/
.sponsors-advertising p {
    color: #000;
}
.sponsors-advertising-box {
    margin-top: 20px;
}
.sponsors-advertising-item {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px #eee;
    width: 48.3%;
    margin: 0 30px 30px 0;
    position: relative;
}
.sponsors-advertising-item:last-child { margin-right:0;}
.sponsors-advertising-item h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0px 0 18px 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
	color: #000;
}
.sponsors-advertising-item h4:before {
    content: '';
    position: absolute;
    background: #ed1c24;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
}
.sponsors-advertising-item span {
    display: block;
    font-size: 16px;
	color: #000;
}
.sponsors-advertising-item span strong {
    width: 120px;
    display: inline-block;
	color: #000;
}
.sponsors-advertising-item span a { color:#ed1c24;}
.sponsors-advertising-item span b {
    font-weight: normal;
    margin-right: 10px;
}

/***************SPONSORS & ADVERTISING PAGE CSS END*************************/


/***************SLINGSHOT PAGE CSS START*************************/
.slingshot-tracks {
    background: #181818; text-align:center;
}
ul.key-listing.track-list {
    width: 1140px;
    margin: 30px auto 0 auto;
    display: table;
    vertical-align: middle;
}
ul.key-listing.track-list li {
    display: table-cell;
    border-right: 2px solid #65696c;
    vertical-align: middle;
    width: 31%;
    padding: 10px 70px;
	position:static;
}
ul.key-listing.track-list li:last-child { border-right:0; width:40%;}
ul.key-listing.track-list li div {
    position: relative;
    text-align: left;
    padding-left: 30px;
}
.slingshot-tracks > p { font-size:22px;}
.tracks-box {
    margin: 80px auto 0; width:80%;
}
.tracks-col {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin: 0 15px 30px 15px;
    background: #2a2a2a;
    border: 1px solid #ed1c24;
    border-radius: 20px;
    padding: 60px 45px;
    height: 315px;
}
.tracks-col span {
    display: block;
    height: 80px;
    margin-bottom: 25px;
}
.tracks-col h5 {
    text-transform: inherit;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    line-height: 35px;
}
.slingshot-prizes { position:relative;}
.slingshot-prizes:before {
    content: '';
    width: 357px;
    height: 340px;
    position: absolute;
    background: url(../images/pattern-1.png) no-repeat;
    bottom: 0px;
    left: 0;
    background-size: 50% auto;
    background-position: bottom left;
}

.trophy-box {
    background: #181818;
    text-align: center;
    position: relative;
    padding: 0 15px 30px 15px;
	margin-top:80px;
}
.trophy-box span {
    background: #f93243;
    width: 120px;
    height: 120px;
    display: block;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
    top: -60px;
    padding-top: 31px;
    text-align: center;
}
.trophy-box span:before {
    content: '';
    border: 10px solid #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    top: -10px;
    left: -10px;
    position: absolute;
}
.trophy-box p {
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
}
.trophy-box:before {
    content: '';
    width: 350px;
    height: 180px;
    position: absolute;
    background: url(../images/pattern-1.png) no-repeat;
    bottom: 0px;
    left: 0;
    background-size: 80% auto;
    background-position: left;
}
.trophy-box:after {
    content: '';
    width: 350px;
    height: 180px;
    position: absolute;
    background: url(../images/pattern-2.png) no-repeat;
    bottom: 0px;
    right: 0;
    background-size: 80% auto;
    background-position: right;
}
.winner-box {
    margin-top: 60px;
}
.winner-box {
    margin: 60px -15px 0px -15px;
}
.winner-col {
    background: #fff;
    box-shadow: 0 0 10px #c8c8c8;
    display: inline-block;
    vertical-align: top;
    width: 47.7%;
    margin: 0 15px 30px 15px;
	padding:30px 20px;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.winner-box h5 {
    color: #f93243;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}
.winner-list {
    display: table;
    vertical-align: middle;
	position:relative;
	margin:0 auto;
}
.winner-listin {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    text-align: center;
}
.winner-inner {
    display: table;
    vertical-align: middle;
    width: 160px;
    height: 160px;
    background: #f4f7fa;
    border-radius: 50%;
    text-align: center;
}
.winner-inner span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    padding: 0 15px;
    line-height: 22px;
}
.winner-inner span strong {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}
.winner-logolist-row {
    display: table;
    vertical-align: middle;
    margin: 0px auto;
}
.winner-logolist {
    display: table-cell;
    position: relative;
    text-align: center;
    width: 190px;
}
.winner-logolist span {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 15px;
}
/*.winner-logolist span:nth-child(2) { border-right:0;}
.winner-logolist span:last-child { border-right:0;}*/


.prizebox-table {
    display: table;
    vertical-align: middle;
    width: 100%;
}
.prizebox-tablecell {
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #d4d4d4;
    width:33%;
	padding:0 15px;
}
.prizebox-tablecell:last-child { border:0;}
.prizebox-tablecell:first-child { width:35%;}

.wcol-one:before {
    content: '';
    position: absolute;
    bottom: -22px;
    right: -13px;
    background: url(../images/winner-icon1.png) no-repeat;
    width: 112px;
    height: 140px;
}

.wcol-two:before {
    content: '';
    position: absolute;
    bottom: -22px;
    right: -13px;
    background: url(../images/winner-icon2.png) no-repeat;
    width: 140px;
    height: 144px;
}

.wcol-three:before {
    content: '';
    position: absolute;
    bottom: -22px;
    right: -13px;
    background: url(../images/winner-icon3.png) no-repeat;
    width: 137px;
    height: 140px;
}

.wcol-four:before {
    content: '';
    position: absolute;
    bottom: -22px;
    right: -13px;
    background: url(../images/winner-icon4.png) no-repeat;
    width: 138px;
    height: 137px;
}

.wcol-five:before {
    content: '';
    position: absolute;
    bottom: -22px;
    right: -13px;
    background: url(../images/winner-icon5.png) no-repeat;
    width: 143px;
    height: 151px;
}

.wcol-six:before {
    content: '';
    position: absolute;
    bottom: -22px;
    right: -13px;
    background: url(../images/winner-icon6.png) no-repeat;
    width: 128px;
    height: 128px;
}
.wcol-seven:before {
    content: '';
    position: absolute;
	bottom: -22px;
    right: -13px;
    background: url(../images/winner-icon3.png) no-repeat;
    width: 137px;
    height: 140px;
}
.wcol-eight:before {
    content: '';
    position: absolute;
    bottom: -22px;
    right: -13px;
    background: url(../images/winner-icon7.png) no-repeat;
    width: 95px;
    height: 131px;
}
ul.key-winlist {
    margin: 0 auto 20px;
    width: 500px;
    text-align: left;
}
ul.key-winlist li {
    color: #000;
    font-size: 20px;
    position: relative;
	margin-bottom:5px;
	padding-left:30px;
}
ul.key-winlist li i {
    position: absolute;
    top: 5px;
    left: 0px;
}
.info-red {
    font-size: 17px;
    color: #f93243;
    font-style: italic;
    font-weight: 400;
    display: block;
	margin-bottom:10px;
}
.winner-col.wcol-seven, .winner-col.wcol-eight {
    width: calc(100% - 30px); height:200px !important;
}
.winner-col p {
    color: #000;
    font-size: 20px;
}
.winner-box a.btn-common {
    margin: 0px auto;
    display: block;
}
.grandlogo span img {
    width: 180px;
}
.grandlogo span, .globallogo span {
    padding:0;
}
.globallogo span img { width:100px;}
.winner-logolist.globallogo {
    margin-top: -20px;
}
.table-title {
    text-transform: inherit;
    font-size: 22px;
    color: #fff;
    background: #000;
    text-align: center;
    padding: 10px;
}
.startups-table {
    width: 100%;
    border-collapse: collapse;
	border:1px solid #000;
}
.startups-table thead th {
    background: #ed1c24;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 15px;
	border-right: 1px solid #000;
}
.startups-table thead th:last-child { border-right:0;}
.startups-table tbody td {
    width: 33.33%;
    color: #000;
    padding: 10px 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    line-height: 20px;
    font-size: 16px;
}
.startups-table tbody td:last-child { border-right:0;}
.startups-table-scroll {
    max-height: 500px;
    overflow-y: auto;
}
.startups-table-scroll::-webkit-scrollbar {
 -webkit-appearance: none;
}
.startups-table-scroll::-webkit-scrollbar:vertical {
 width:8px;
}
.startups-table-scroll::-webkit-scrollbar:horizontal {
 height: 12px;
}
.startups-table-scroll::-webkit-scrollbar-thumb {
 background-color: rgba(0, 0, 0, .5);
 border-radius: 10px;
 border: 2px solid #ffffff;
}
.startups-table-scroll::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: #ffffff;
}
.startups-table.startups-table-mobile { display:none;}

/***************SLINGSHOT PAGE CSS END*************************/

/**************MEDIA RELEASE INNER PAGE CSS START*********************/
h3.media-heading {
    font-size: 40px;
    text-transform: inherit;
    line-height: 50px;
  margin-bottom:30px;
  padding-bottom:20px;
  border-bottom:1px solid #eee;
  color:#000;
}
.date {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: inherit;
    font-size: 18px;
  margin-bottom:10px;
  color:#bcbcbc;
}
.media-release-inner h4 {
    text-transform: inherit;
    font-size: 32px;
  line-height:38px;
    margin-bottom: 20px;
  padding-top:20px;
}
.media-release-inner h4:first-child { padding-top:0;}
.media-release-inner a {
    color: #ed1c24;
}
.box-separater {
    display: block;
    margin-top: 40px;
}
.media-release-inner h4 a {font-family: 'Poppins', sans-serif; color: #ed1c24; font-size:18px; font-weight:500;}
.media-release-inner p { margin-bottom:20px;color:#000;}
.media-release-inner p:last-child { margin-bottom:0;}
.media-contact {
    display: table;
    vertical-align: top;
  margin-bottom:40px;
}
.media-contact-col {
    display: table-cell;
    vertical-align: top;
    width: 23%;
    border-right: 1px solid #eee;
    padding: 0 30px;
  font-size:16px;
  line-height:28px;
  color: #000;
}
.media-contact-col:first-child { padding-left:0;}
.media-contact-col:last-child { border:0;}
.media-contact-col h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
  margin-bottom:5px;
  text-transform: capitalize;
  color: #000;
}
.media-contact-col span {
    display: block;
    font-size: 16px;
    line-height: 28px;
}
.media-contact-col span strong { font-weight:600;}
.media-release-inner p strong {
    color: #ed1c24;
    font-weight: normal;
}
.media-row { margin-bottom:10px;}

.innovative-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eee;
  margin-bottom:35px;
}
.innovative-table thead th {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 12px 20px;
    font-size: 20px;
  background:#ed1c24;
  text-align:left;
}
.innovative-table tbody td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 12px 20px;
    font-size: 18px;
	color: #000;
}
.innovative-table thead th:last-child, .innovative-table thead td:last-child { border-right:0;}
.innovative-table thead th:first-child, .innovative-table tbody td:first-child {
    width: 32%;
}
.innovative-table thead th.quote-one, .innovative-table.quote-table thead th:first-child, .innovative-table.quote-table tbody td:first-child {
    width: 18%;
}
.innovative-table thead th.quote-two {
    width: 25%;
}
.innovative-table tbody td span {
    display: block;
}
.media-release-inner a.back-link {
    font-size: 20px;
    font-weight: 600;
  text-decoration:underline;
}
.media-release-inner a.back-link img {
  margin-right:8px;
}
.media-release-inner ol li, .media-release-inner ul li, .media-release-inner h1, .media-release-inner h2 {
    color: #000;
}
/**************MEDIA RELEASE INNER PAGE CSS END*********************/

/**************2019 SPONSORS***************/
.sponsors-img-section { text-align:center;}
.sponsors-row {
    display: block;
    vertical-align: middle;
    width: 100%;
  height:150px;
  overflow:hidden;
  border-top: 1px solid #e3e2e2;
    border-bottom: 1px solid #e3e2e2;
  margin-top:30px;
}
.sponsors-head {
    display: inline-block;
    vertical-align: middle;
    width: 309px;
    background: #ed1c24;
  height:100%;
    position: relative;
}
.sponsors-head:before {
    content: '';
    background: url(../images/red.png) no-repeat;
    width: 48px;
    height: 150px;
    top: 0;
    right: -48px;
    position: absolute;
}
.sponsors-head.sponsors-head-black {
    background: #000;
}
.sponsors-head.sponsors-head-black:before {
    content: '';
    background: url(../images/black.png) no-repeat;
    width: 48px;
    height: 150px;
    top: 0;
    right: -48px;
    position: absolute;
}

.sponsors-section h4.heading {
    position: relative; width:550px; margin:0px auto;
}
.iconbox-3.icon1 {
    position: absolute;
    top: 10px;
    left: -33px;
}
.iconbox-3.icon2 {
    position: absolute;
    top: -13px;
    right: -70px;
    left: inherit;
}
.iconbox-3.icon3 {
    position: absolute;
    top: -30px;
    right: -30px;
    left: inherit;
}


.head-inner {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.head-inner h4 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
  text-align:left;
  padding:0 10px 0 30px;
}
.sponsors-slider {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 315px);
    padding: 0 50px 0 90px;
  height:100%;
}


.sponsors-slider .item {
    display: table;
    vertical-align: middle;
    width: 100%;
  height:150px;
}
.sponsors-slider .item span {
    display: table-cell;
    vertical-align: middle;
  width:100%;
}
.sponsors-slider .item img { 
    width: auto;
    margin: 0px auto;
    padding: 0 22px;
    max-width: 360px;
    min-width: inherit;
}
.gold-logo-row {
    display: table;
    width: 100%;
    height: 150px;
    vertical-align: middle;
}
.sponsors-slider .item .gold-logo-row span {
    display: table-cell;
    width: 100%;
    height: 150px;
    vertical-align: middle;
}
.gold-sponsors-mobile.owl-carousel { display:none;}
/******************/
.sponsors-row {
    display: block;
    vertical-align: middle;
    width: 100%;
  height:150px;
  overflow:hidden;
  border-top: 1px solid #e3e2e2;
    border-bottom: 1px solid #e3e2e2;
  margin-top:30px;
}
.goldsponsors-row .sponsors-head.sponsors-head-black {
    height: 150px;
    vertical-align: top;
}
.sponsors-row.goldsponsors-row {
    height: 300px;
}
.sponsors-img-section a.btn-common {
    margin: 30px auto;
    width: 200px;
}
/**************2019 SPONSORS***************/


/**************REGISTER INTEREST PAGE CSS START*********************/
.register-content p, .register-content span{ color: #000; }
.register-head {
    font-size: 20px;
    line-height: 35px;
    text-transform: inherit;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000000;
}
.register-content .register-head span {
    line-height: 100%;
    font-weight: normal;
    font-size: 16px;
    display: block;
        color: #000000;
}
.join-mailing-box .register-content {
    margin-bottom:80px;
}
.join-mailing-box .register-content p {
    font-size: 19px; margin-bottom:10px;
}
.register-content span {
    font-size: 14px;
    line-height: 20px;
}
.register-content .table-scroll-box {
    margin-top: 20px;
    text-align: left;
}
ul.tbl-list li {
    margin: 40px 0;
}
ul.tbl-list li img {
    margin-right: 20px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}
.register-content .table-scroll-box th:last-child {
    width: 50%;
}
.register-content .table-scroll-box .innovative-table {
    margin: 0;
}
.bundle-tbl-moblie { display:none;}
.newPara {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
        text-align: left;
}
.newPara a {
    color: #000;
}
.join-mailing-box .register-content p.newbonusPara {
    line-height: 26px;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}
.text-center{ text-align: center; }
.register-content .table-scroll-box th:last-child small {
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

/**************REGISTER INTEREST PAGE CSS END*********************/

.video-section {
    height: 800px;
    overflow: hidden;
    margin-top:122px;
}

.vdo-box {
    width: 100%;
    height: 100%;
}
a.bottom-icon {
    position: fixed;
    bottom: 53px;
    right: 0;
    z-index: 1;
}
.bottom-icon img {
    width: 190px;
}

.home-slider { 
    position:relative;
    height: 800px;
    overflow: hidden;
    margin-top:122px;
}
.home-slider .mainslider, .home-slider .mainslider .owl-stage-outer, .home-slider .mainslider .owl-stage, .home-slider .mainslider .owl-item, .home-slider .mainslider .item { height:100%;}

.mainslider .item:before {
    content: '';
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.banner-table .btn-red {
    margin-top: 32px;
}
.inner-banner .banner-overlay img {
    display: none;
}
.inner-banner .banner-overlay {
    background: rgba(0, 0, 0, 0.4);
}
.banner-content.second-slide {
    margin: 0px auto;
    right: 0;
    text-align: center;
}
.second-slide h2 {
    color: #fff;
}
.second-slide h2 span {
    color: #ed1c24; display:block;
}
.second-slide .banner-tablecell h6 {
    font-size: 18px;
    margin: 0;
    text-transform: inherit;
    font-weight: normal;
}
.mainslider.owl-carousel .owl-item .second-slide img {
    width: auto; margin:0 auto;
}
.banner-icon {
    margin: 50px 0;
    text-align: center;
}
.banner-icon a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}
.banner-icon span {
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
}
.second-slide .btn-red {
    width: auto;
    padding: 0 10px;
}
/*******************/
.inner-baner-travel-deal .banner-icon {
    position: absolute;
    top: 150px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 1;
}
.banner-icon a span {
    display: block;
    color: #ed1c24;
    font-size: 20px;
    text-transform: uppercase;
	margin-top:5px;
}
a.btn-common.btn-large {
    margin: 50px auto 0 auto;
    display: block;
    text-align: center;
    width: 350px;
}


/**************OFFICIAL HOTELS PAGE CSS START*********************/
.official-hotels p a {
    color: #ed1c24;
    font-size: 20px;
}
.official-hotels p {
    color: #000;
}

/**************OFFICIAL HOTELS PAGE CSS END*********************/
.register-toptext {
    margin: 20px 0 0 0;
    text-align: center;
}
.register-toptext p { color:#000; margin-bottom:20px;}
.register-content-box .btn-red {
    margin: 20px 0 0;
    display: block;
}


/**************INTERNATIONAL PAVILIONS PAGE CSS START*********************/
.international-pavilions > p { text-align:center;color: #000;}
.international-pavilions > p > a {
    color: #000; font-weight:500;
}
.international-pav-box {
    margin: 0 -15px;
}
.international-pav-item {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px #eee;
    width: 23%;
    margin: 30px 15px 0 15px;
    text-align:center;
    height:300px;
}
.international-pav-item.pav-item {
    width: 48%;
}
.international-pav-item label {
    display: block;
    font-size: 20px;
    color: #ed1c24;
    font-weight: 500;
}
.pav-itemin {
    display: block;
    border-top: 2px solid #eaeaea;
    margin-top: 11px;
    padding-top: 15px;
}
.pav-itemin h5 {
    color: #000000;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}
.pav-itemin span {
    color: #000000;
    font-size: 18px;
    display:block;
}
.pav-itemin a {
    color:#5d5d5d; font-size:16px; text-decoration:underline;
}
.international-pav-item.pav-item .pav-itemin {
    display: table;
    width: 100%;
}
.international-pav-item.pav-item .pav-itemin-box {
    display: table-cell;
    vertical-align: top;
    width:50%;
}

/*************/
.pavilions-table td h5 {
    font-family: 'Poppins', sans-serif;
    text-transform: inherit;
    font-weight: initial;
    font-size: 18px;
}
.pavilions-table td p {
    font-size: 16px;
}
.innovative-table.pavilions-table thead th:first-child, .innovative-table.pavilions-table tbody td:first-child {
    width: 30%;
}

/**************INTERNATIONAL PAVILIONS PAGE CSS END*********************/

.signupbox { position:relative; z-index:1;}
.content-center {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
	color: #000;
}
.content-center a {
    color:#ed1c24;
}


/**************OFFICIAL AIRLINES PAGE CSS START*********************/
.airlines-row { margin-top:40px;}
.airlines-row .award-cat-col:nth-child(odd) { margin-right:30px;}
.airlines-row .award-cat-col:nth-child(even) { margin-right:0;}
.airlines-row .btn-red {
    margin: 20px 0;
}
.airlines-row .btn-red:hover, .airlines-row .btn-red:focus {
	background: #000;
    color: #ed1c24;
}
.airlines-row .btn-red:hover span, .airlines-row .btn-red:focus span {
    color: #fff;
}
.small-txt {
    font-size: 14px;
    display: block;
    line-height: 20px;
    margin-top: 15px;
	color:#000;
}
.airline-img img {
    margin-right: 20px;
    vertical-align: middle;
}
.airlines-row ul.list-view.list-view-black li {
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 8px;
	position:relative;
	line-height:25px;
}
.airlines-row .award-cat-col p {
    margin-bottom: 10px;
    line-height: 22px;
}
.award-cat-col {
    background: #fff;
    display: inline-block;
    width: 48%;
    margin: 0 30px 30px 0;
    box-shadow: 0 0 10px #e3e3e3;
    vertical-align: top;
    position: relative;
  padding:20px;
}
.award-cat-col:nth-child(odd) {
  margin-right:0;
}
.award-cat-col h4 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin: 10px 0 20px 0;
}
.award-cat-col p { font-size:16px;}
ul.list-view.list-view-black li { color:#000; }
ul.list-view li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: #ed1c24;
}
.airlines-row ul.list-view.list-view-black li a {color: #ed1c24;}
.airline-img {
    display: block;
    margin-bottom: 20px;
}
/**************OFFICIAL AIRLINES PAGE CSS END*********************/

/******ad-banner*********/
.exhibitor.spacing {
    padding-top: 50px;
}
.ad-banner-top, .ad-banner-bottom {
    padding-top: 50px;
}
.ad-banner-top h4, .ad-banner-bottom h4 {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Sans', sans-serif;
    margin-bottom: 20px;
	color:#000;
}
.ad-banner-table a {
    display: inline-block;
    vertical-align: top;
    margin: 0 16px;
}
a.exhibitorlogo {
    display: block;
    /*width: 150px;*/
    margin-bottom: 20px;
}
.exhibitor-block span {
    font-size: 16px;
    color: #000;
    display: block;
    margin-top: 5px;
}
a.exhibit-link {
    color: #ed1c24;
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
}
.service-block {
    max-height: 500px;
    overflow-y: auto;
}
/***************/
#tab_three table.conference-table.techInnovation-table tr td h5 {
    margin-bottom: 15px;
}
.small-txt a {
    color: #ed1c24;
}

/*12-9-19 css*/
ul.award-list li {
    list-style: disc;
    list-style-position: inside;
}

.techInnovation-infobox p a { color:#ed1c24;}


.winner-col p a {
    color: #f93243;
}
h4.heading strong {
    display: block;
    line-height: 100%;
    font-size: 30px;
	text-transform:capitalize;
}
.logo-center {
    display: table;
    width: 100%;
}

/**************VENUE PAGE CSS START*********************/
.venue-content {
    display: inline-block;
    vertical-align: top;
    width: 63%;
    padding-right: 70px;
}
.venue-content p {
    margin-bottom: 30px;
	color:#000;
}
.venue-content p a {
    color:#f93243;
}
.venue-content span { font-weight:600;}
.venue-image {
    display: inline-block;
    vertical-align: top;
    width: 36%;
    padding-top: 130px;
}
.venue-image img {
    margin-bottom: 15px;
}

.venue-image img:last-child {
    margin-bottom: 0;
}
.venue-content > a {
    margin-bottom: 20px;
    display: inline-block;
}
.venue-tabsection {
    background: #252525;
    padding: 40px 105px;
}
.venue-tabsection .calendar-tab-content {
    background: transparent;
    padding: 40px 0px;
}
.venue-body p {
    color: rgba(255, 255, 255, 0.90);
    margin-bottom: 25px;
}
.venue-body span {
    color: rgba(255, 255, 255, 0.90); display:block;
}
ul.venue-list > li {
    display: block;
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.90);
}
ul.venue-list li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.90);
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 0;
}
.venue-content span {
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    line-height: 25px;
	color:#000;
}

/**************VENUE PAGE CSS END*********************/
a.switch-link {
    display: block;
    color: #000;
    text-decoration: underline;
}


/**************INDUSTRY EVENTS PAGE CSS START*********************/
.events-row.one {
    margin-top: 40px;
}
.events-row {
    background: #fff;
    width: 100%;
    margin: 0 0 30px 0;
    box-shadow: 0 0 10px #e3e3e3;
    vertical-align: top;
    position: relative;
}
.events-image {
    display: table-cell;
    width: 26%;
    vertical-align: middle;
    text-align: center;
  padding:0 10px;
  position:relative;
}
/*.exhibitor-image:before { content:''; position:absolute; top:0; left:0;width: 0;
    height: 0;
    border-top: 25px solid #fcb315;
    border-right: 25px solid transparent;}*/
.events-image img { width:300px;}
.events-info {
    display: table-cell;
    vertical-align: middle;
    padding: 35px 30px;
    position: relative;
    width:74%;
}
.events-row:last-child { margin-bottom:0;}
.events-content:before {
    content: '';
    position: absolute;
    border-bottom: 30px solid #000;
    border-right: 30px solid transparent;
    bottom: 0;
    left: 0;
}
.events-content:after {
    content: '';
    position: absolute;
    border-top: 30px solid #f93243;
    border-left: 30px solid transparent;
    top: 0;
    right: 0;
}
.events-content {
    position: relative;
    padding: 30px 200px 30px 80px;
	z-index:1;
}
.events-row:before {
    content: '01';
    position: absolute;
    color: #fafafa;
    left: 15px;
    top: 20px;
    font-size: 160px;
    font-family: 'Poppins';
    letter-spacing: 10px;
    line-height: 100%;
	font-weight:600;
	display:none;
}
.events-row.two:before {
    content: '02';
	display:none;
}
.events-row.three:before {
    content: '03';
	display:none;
}
.events-row:after {
    content: '';
    position: absolute;
    background: url(../images/logo-bt1.png) no-repeat;
    width: 161px;
    height: 151px;
    right: 20px;
    bottom: 0;
}
.events-content h4 {
    color: #f93243;
    font-size: 28px;
}
ul.events-list {
    padding: 9px 0 6px 0;
}
ul.events-list li {
    color: #000;
    display: block;
    vertical-align: middle;
    padding: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    border-right: 0;
    line-height: 22px;
}
/*ul.events-list li:first-child { padding-left:0;}
ul.events-list li:last-child { border-right:0;}*/
ul.events-list li i { padding-right:10px;}
.events-content p {
    line-height: 25px;
    margin: 2px 0;color: #000;
}
.events-content span {
    font-size: 16px;color: #000;
}
.events-content span a {
    color:#f93243; text-decoration:underline;
}
.event-map { margin-bottom:10px; position:relative;}
.map-hover {
    display: none;
}
.map-box span {
    display: block;
}
.mapone {
    position: absolute;
    bottom: 140px;
    z-index: 1;
    left: 172px;
}
.maptwo {
    position: absolute;
    bottom: 112px;
    z-index: 1;
    left: 400px;
}
.mapthree {
    position: absolute;
    top: 0px;
    z-index: 1;
    right: 80px;
}
.map-hover-top:hover .map-hover {
    display: block;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 10px #eee;
    border-radius: 2px;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 22px;
    margin: 0px auto;
    text-align: center;
    left: 0;
    right: 0;
    width: calc(100% - 38px);
	text-transform:uppercase;
	color:#000;
}


/**************INDUSTRY EVENTS PAGE CSS END*********************/


/**************INNOVATION LAB CRAWL PAGE CSS START*********************/
.content-text {
    text-align: center;
    margin-bottom: 40px;
}
.content-text p { color:#000;}
h4.heading strong {
    display: block;
	line-height:100%;
    font-size: 30px;
	text-transform:capitalize;
}

/**************INNOVATION LAB CRAWL PAGE CSS END*********************/






/**************FAQ PAGE CSS START*********************/
.faq-sec{ color: #000; }
.faq-content .conference-head {
    border-bottom: 1px solid #ed1c24;
}

/*#basic-accordian{ padding-top:30px;
}
.accordion_headings {
    padding: 10px 20px;
    background: #f5f5f5;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 8px;
    font-family: 'Poppins';
    position:relative;
}
.accordion_headings i {
    position: absolute;
    right: 20px;
    top: 15px;
}
.accordion_headings i.fa-minus-circle {
    display:none;
}
.accordion_headings.header_highlight i.fa-plus-circle {
    display:none;
}
.accordion_headings.header_highlight i.fa-minus-circle {
    display:block;
}
.accordion_child {
    padding: 0 20px 20px 20px;
}
.header_highlight{
    background:#000000; color:#fff;
}
.accordion_child p {
    font-size: 16px;
    line-height: 28px;
}*/


h5.faq-head {
    display: block;
    font-family: 'Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 15px 0;
}
.custom-accordion h3 {
    padding: 10px 20px;
    background: #f5f5f5;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 8px;
    font-family: 'Poppins';
    position:relative;
}
.custom-accordion h3:focus { outline:none;}
.custom-accordion h3 i {
    position: absolute;
    right: 20px;
    top: 15px;
}
.custom-accordion h3 i.fa-minus-circle {
    display:none;
}
.custom-accordion h3.ui-state-active i.fa-plus-circle {
    display:none;
}
.custom-accordion h3.ui-state-active i.fa-minus-circle {
    display:block;
}
.custom-accordion .ui-accordion-content {
    padding: 0 20px 20px 20px; 
}
.custom-accordion h3.ui-state-active {
    background:#000000; color:#fff;
}
.custom-accordion .ui-accordion-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom:5px;
}
.custom-accordion .ui-accordion-content p:last-child { margin-bottom:0;}
.custom-accordion {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.custom-accordion:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
}
ul.faq-list { margin-bottom:10px;}
ul.faq-list li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}
ul.faq-list li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    top: 11px;
    left: 0;
}


/**************FAQ PAGE CSS END*********************/

/**********************SFFXSWICTH PAGE CSS START***************************/
.new-innerbanner .innerbanner-content {
    left: 0;
    right: 0;
    width: 1140px;
    margin: 0px auto;
    text-align: center;
    bottom: 100px;
    top: 50%;
    transform: translateY(-50%);
}
.new-innerbanner h4 {
    font-size: 45px;
    color: #fff;
    line-height: 100%;
	text-transform: inherit;
}
.new-innerbanner p {
    color: #fff;
    margin: 15px 0 22px 0;
    font-weight: 600;
    font-size: 23px;
}
.new-innerbanner .btn-common.btn-black{
	width:auto;
	padding:0px 20px;
}

.banner-buttons a.btn-common {
    margin: 0 10px;    text-transform: inherit;
}
.sff-content h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
	font-weight: normal;
}
.media-release-inner h4{
	font-weight: normal;
}
.about-right.sff-right {
    background: url(../images/image-5.jpg) no-repeat;
	
}
.about-right.switchgo-right{
	background-position: right;
}

.sffxswitch-content .heading-box {
    margin-bottom: 40px;
	text-align: center;
}
.sffxswitch-content .register-head {
    font-size: 25px;
}
.videosection {
    width: 800px;
    margin:30px auto 0px auto;    
    z-index: 1;
    position: relative;
	height:410px;
}
.videoitem-top {
    padding: 10px;   
	border: 1px solid #ddd;
    box-shadow: 0 0 5px #eee;
}
.sff-relive-section a {
    font-size: 28px;
    text-decoration:none;
    margin-bottom: 25px;
}
.sffxswitch-box .heading.black-head.text-center {
    font-weight: normal;
}
.sffxswitch-box {
    padding-top: 80px;
}
.plan-box {
    background: #fff;
    display: inline-block;
    width: 356px;
    box-shadow: 0 0 10px #e3e3e3;
    vertical-align: top;
    position: relative;
    padding: 30px;
    margin: 0 15px;
    text-align: center;
    height: 485px;
}
.plan-box.active { border-bottom: 5px solid #000;}
.plan-box h5 {
    font-size: 25px;
	font-weight: normal;
	margin:10px 0;
	color: #000;
}
.plan-box h6 {
    font-size: 20px;
    margin:0;
    text-transform: inherit;
	font-weight: normal;
	color: #000;
}
.plan-box span {
    color: #ed1c24;
}
.plan-box .italic-txt {
    color: #000;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    display: block;
}
.plan-box p {
    line-height: 25px;
    margin-bottom: 10px;
}
.sff-notes span {
    margin: 10px 0 0 0;
    display: block;
    font-size: 17px;
    font-weight: 600;
}
.sponsors-section.sff-relive-section:after, .sponsors-section.sff-relive-section:before { display:none;}
#relive-video { width:100%; height:100%;}
.video-carousel .owl-dots {
    margin-top: 20px;
}
.video-carousel.owl-theme .owl-dots .owl-dot.active span, .video-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background:#fcb315;
}
.video-carousel.owl-theme .owl-dots .owl-dot span {
    width:10px;
    height:10px;
    margin:0px 5px;
    background:none;
    display:block;
    -webkit-backface-visibility: visible;
    transition:opacity .2s ease;
    border-radius:30px;
    border:solid 1px #ed1c24;
    
}
.video-carousel .owl-carousel .owl-nav button.owl-next, .video-carousel .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  outline: 0 !important;
}.videosection video {
    display: block;
}
.relive-black-bg{ padding: 90px 0 200px;background: #000;
    position: relative;
    text-align: center; }

.relive-black-bg a {
    color: #ed1c24;
    display: block;
	margin: 0;
}	
.relive-black-bg p {
    color: #fff;
	font-size:18px;
}
	

.videosection {
    margin-top: -150px;
    text-align: center;
}
#opening {
    padding: 0 0 150px;
}
.yello-bg{ background:#ed1c24; }
.media-section{ padding: 100px 0 0;  }
.plan-row {
    position: relative;
    bottom: -70px;
    margin: -50px -15px 0 -15px;
}

.cta-btn{ padding:20px 0; }
.cta-btn a.btn-common {
    width: auto;
    font-size: 16px;
	padding:0 18px;
}
.videosection .owl-carousel .owl-nav button.owl-next, 
.videosection .owl-carousel .owl-nav button.owl-prev
{ background:#ed1c24; width: 35px; height: 35px; border-radius: 50%; line-height: 35px; }
.videosection .owl-nav {
    margin-top: 25px;
}
.videosection .owl-prev {
    margin-right: 15px;
}
.videosection .owl-carousel .owl-nav button.owl-next:hover, 
.videosection .owl-carousel .owl-nav button.owl-prev:hover{
  background: #000; color: #fff;
}

.plan-row .allinone_carousel.powerful .contentHolderUnit { width:350px; height:458px;}
.plan-row .allinone_carousel.powerful .contentHolderUnit.active { height:498px;} 

ul.plan-list {
    text-align: left;
}
ul.plan-list li {
    position: relative;
    line-height: 22px;
    font-size: 16px;
    padding-left: 15px;
    margin: 5px 0;
	color: #000;
}
ul.plan-list li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    position: absolute;
    border-radius: 50%;
    top: 6px;
    left: 0;
}
.bannerControls { display:none;}

/**********************SFFXSWICTH PAGE CSS END***************************/

.events-info p a {
    color: #ed1c24;
}

.agendacontent-center {
    text-align: center;
    margin-top: 25px;
    color: #fff;
}
.agendacontent-center a { color:#ed1c24; text-decoration:underline;}
ul.events-list li.clock { display:none;}
.organise-box {
    display: table;
    width: 100%;
}
.organise-inner {
    display: table-cell;
    vertical-align: top;
}
.organise-inner h4 {
    text-align: center;
    display: block;
    color: #000;
    font-weight: 600;
    margin-bottom: 35px;
    font-size: 25px;
    text-transform: uppercase;
}
/*=======sustainable-business-practices=======*/
.sustainable-business-page p {
    margin: 0 0 30px;
}
ul.list-view-info {
    margin: 0;
    padding: 0px 0 30px;
}
ul.list-view-info li{ color: #fff;
    position: relative;
    padding-left: 30px;
  line-height:25px;
  margin-bottom:15px; }
ul.list-view-info li i { top:3px;}
.mail-info{ color: #000; }
.mail-info:hover{ color: #ed1c24; text-decoration: underline; } 
.innovation-text p{ margin: 0 0 25px; }
/*=======sustainable-business-practices=======*/


/**********************EXPLORE SINGAPORE PAGE CSS START***************************/
.content-section.techInnovation-infobox:before { display:none;}
.link {color: #ed1c24;}
.link:hover, .link:focus { text-decoration:underline;}
.split-onesection {
    padding: 90px 0 230px 0;
    background: #000;
    position: relative;
    text-align: center;
}
.split-onesection h4.heading {
    position: relative;
    width: 350px;
    margin: 0px auto;
}
.split-onesection p {
    color: #fff;
	margin-top:30px;
}

.split-onesection:before {
    content: '';
    background: url(../images/pattern-1.png) no-repeat;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 357px;
    height: 681px;
}
.split-twosection {
    margin-top: -190px;
    position: relative;
}
.places-section {
    padding: 80px 150px;
}
.places-head {
    position: relative;
    width: 550px;
    margin: 0px auto;
    text-align: center;
}

.places-block {
    margin-top: 40px;
}
.places-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 40px 0;
    width: 48.1%;
	background:#090909;
	position:relative;
}
.places-item:nth-child(odd) {
    margin-right: 40px;
}
.places-content {
    padding: 35px 30px 100px 30px;
}
.places-img {
    height: 338px;
    overflow: hidden;
    display: block;
}
.places-img img {
    width: auto;
    height: 100%;
    max-width: inherit;
}
.places-content h4 {
    color: #ed1c24;
    font-size: 30px;
    margin-bottom: 15px;
}
.places-content p {
    color: #fff;
    margin-bottom: 15px; font-size:16px; line-height:25px;
}
.places-content a.link { font-size:16px;}
.location-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 490px;
    background: #3c3c3c;
    height: 45px;
    line-height: 45px;
    color: #fff;
    padding: 0 28px;
    font-size: 16px;
}
.location-box i { margin-right:10px;}
.location-box:before {
    content: '';
    width: 0;
    height: 0;
    right: -22px;
    bottom: 0;
    border-bottom: 45px solid #3c3c3c;
    border-right: 22px solid transparent;
    position: absolute;
}
.places-item.places-item-last {
    margin-right: 0;
    height: auto !important;
    width: 100%;
	position:static;
}
.places-item.places-item-last .places-img {
    display: inline-block;
    vertical-align: top;
}
.places-item.places-item-last .places-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 780px);
    padding: 37px 25px 65px 25px;
    position: relative;
}
.places-item.places-item-last .location-box {
    position: absolute;
    bottom: -5px;
    left: -5px;
}
.SG-nightlife {
    padding: 80px 150px;
    background: #000;
    margin-bottom: 0px;
}
.SG-nightlife-table {
    display: table;
    width: 100%;
	padding-top:30px;
}
.SG-nightlife-tableleft {
    display: table-cell;
    vertical-align: top;
    width: 62%;
    padding-right: 130px;
}
.SG-nightlife-tableleft p {
    color: #fff;
    margin-bottom: 30px;
}
.SG-nightlife-tableleft span {
    color: rgba(255, 255, 255, 0.50);
    font-size: 15px;
    line-height: 25px;
    display: block;
}
.SG-nightlife-tableright {
    text-align: right; position:relative;
}
.SG-nightlife-tableright .imagebox1:last-child {
    position: absolute;
    bottom: -85px;
    right: 305px;
}
.dining-image {
    box-shadow: 0 0 10px #424242;
}
.dining-image img {
    display: block;
}
/**********************EXPLORE SINGAPORE PAGE CSS END***************************/
ul.calendar-tab.agenda-cal {
    margin-top: 60px;
}

a.btn-common.btn-gray {
    background: #ccc;
    color: #333;
    cursor: no-drop;
    opacity: 0.8;
}
img.slingshot-btimage {
    height: 500px;
    width: auto;
    margin: 0px auto;
    display: block;
}
