@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html, body { overflow-x: hidden; }
html {
  scroll-behavior: smooth;
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

input,
textarea {
  font-family: inherit;
  font-weight: 400;
  font-style: normal;
}

sup {
  font-size: 60%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  line-height: 28px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 16px;
  line-height: 22px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

.clear,
.clr {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.cls {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

p {
  font-family: inherit;
  font-weight: inherit;
  text-align: left;
  margin: 0 0 20px;
}

ol,
ul {
  margin: 0 0 20px;
  list-style-position: inside;
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}


/* LOGOUT Dropdown CSS By Srijoy (START) */

nav.profile_drop ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    }
    
nav.profile_drop ul li {
    display:inline-block;
    /*background-color: #E64A19;*/
    }

nav.profile_drop a {
    display:block;
    padding:0 10px; 
    color:#333;
    font-size:17px;
    font-weight: 600;
    line-height: 30px;
    text-decoration:none;
    text-align: left;
    /*border: solid 1px #000;*/
}

nav.profile_drop a:hover { 
    /*border: solid 1px #000; */
}

/* Hide Dropdowns by Default */
nav.profile_drop ul ul {
    display: none;
    position: absolute; 
    top: 100%; /* the height of the main nav.profile_drop */
    left: auto;
    right: 0;
    background: #fff;
    box-shadow: 5px 2px 11px #33333340;
    z-index: 1000;
}
    
/* Display Dropdowns on Hover */
nav.profile_drop ul li:hover > ul {
    display:inherit;
}
    
/* Fisrt Tier Dropdown */
nav.profile_drop ul ul li {
    width:170px;
    float:none;
    display:list-item;
    position: relative;
}

nav.profile_drop ul ul li a { font-size: 15px; border-bottom: solid 1px #000 }

nav.profile_drop > ul > li.has-sub1 {
    background: url(../img/black-down.png) top 13px right 0px / 9px no-repeat;
}
    
/* Change this in order to change the Dropdown symbol */
nav.profile_drop li > a:after { content:  url(../img/black-down.png) top 17px right 0px / 9px no-repeat; }
nav.profile_drop li > a:only-child:after { content: ''; }

/* LOGOUT Dropdown CSS By Srijoy (END) */


.button,
button {
  text-decoration: none;
  text-align: center;
  padding: 10px 15px;
  height: fit-content;
  position: relative;
  outline: 0;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
  border: 1px solid linear-gradient(to right, #7a1a35, #452d5f);
}

.inputbox,
select,
textarea {
  border: 1px solid #e9dddd;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 2px 2px 5px 0 #e8cece;
  -webkit-box-shadow: 2px 2px 5px 0 #e8cece;
  -moz-box-shadow: 2px 2px 5px 0 #e8cece;
}

.redtext {
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

.floatl {
  float: left;
}

.floatr {
  float: right;
}
.call_paper .page-header h2 {
  padding-top: 22px!important;
} 
input.button.backbutton {
  background: #666;
  border-color: #666;
}

input[type="radio"] {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
  width: auto;
  margin: 0 10px 5px 0;
}

a {
  color: #7f132c;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}

a:hover {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

.testimonialpage .fav-direction-nav a {
  opacity: 1 !important;
}

.testimonialpage .favslider.light-arrows .fav-direction-nav li .fav-prev {
  left: -20px;
}

.testimonialpage .favslider.light-arrows .fav-direction-nav li .fav-next {
  right: -20px;
}

.testimonialpage .fav-control-nav {
  display: none;
}

.tool-tip {
  float: left;
  background: #ffc;
  border: 1px solid #d4d5aa;
  padding: 5px;
  max-width: 200px;
}

.tool-title {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: 700;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: #666;
}

.tool-text {
  font-size: 100%;
  margin: 0;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.homepage .divinner {
  max-width: 1264px;
  margin: 0 auto;
}

#footer .divinner,
#header .divinner {
  max-width: 1264px;
  margin: 0 auto;
}

.divinner {
  max-width: 1150px;
  margin: 0 auto;
}

.divinner1 {
  text-align: center;
  margin: 0 auto;
  max-width: 1150px;
}

.float-left,
.pull-left {
  float: left;
}

.float-right,
.pull-right {
  float: right;
  margin-top: 20px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.span1 {
  width: 10%;
}

.span2 {
  width: 20%;
}

.span3 {
  width: 30%;
}

.span4 {
  width: 40%;
}

.span5 {
  width: 50%;
}

.span6 {
  width: 60%;
}

.span7 {
  width: 70%;
}

.span8 {
  width: 80%;
}

.span9 {
  width: 90%;
}

.span10 {
  width: 100%;
}

#system-message {
  margin: 10px;
  padding: 0;
}

#system-message .alert h4,
#system-message a.close {
  display: none;
}

#system-message dt {
  font-weight: 700;
  display: none;
}

#system-message dd {
  font-weight: 700;
  margin: 0 0 5px;
}

#system-message .alert {
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  padding: 5px 5px 5px 40px;
}

#system-message dd.message ul {
  background: #e7ffbd url(../img/alert.png) 13px center no-repeat;
  border: 1px solid #619c00;
  color: #619c00;
}

#system-message dd.notice ul,
.alert,
.alert.alert-danger,
.alert.alert-message {
  background: #e7ffbd url(../img/alert.png) 13px center no-repeat;
  border: 1px solid #619c00;
  color: #619c00;
}

#system-message dd.error ul,
#system-message dd.warning ul,
.alert.alert-danger,
.alert.alert-warning {
  background: #fef1ec url(../img/notice.png) 13px center no-repeat;
  border: 1px solid #cd0a0a;
  color: #cd0a0a;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 10px -5px #000;
}

body {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  background: #fff;
  font-family: Lato;
}

.faq .accordionfaq {
  font-family: Lato;
}

#header {
  width: 100%;
  float: left;
  padding: 20px 0 0;
}

#headerleft {
  float: left;
  width: 340px;
  margin-top: 10px;
}

#headerright {
  text-align: right;
  margin-left: 340px;
}

#wrapper {
  margin: 0 auto;
  overflow: hidden;
}

#area,
#areainner {
  padding: 0;
  float: left;
  width: 100%;
  margin: 0;
}

#contentarea {
  float: left;
  margin: 0;
  width: 100%;
}

#leftcolumn {
  width: 250px;
  float: left;
  padding-right: 5px;
  border-right: 1px dashed #ccc;
}

#rightcolumn {
  width: 250px;
  float: right;
  padding-left: 5px;
  border-left: 1px dashed #ccc;
}

div#footer {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  text-align: center;
  padding: 40px 0;
}

div#footer p {
  text-align: center;
  margin-bottom: 2px;
  flex-basis: 100%;
}

div#footer img {
  max-height: 50px;
  margin: 20px 0;
}

div#footer,
div#footer a {
  color: #fff;
}

p.footmenurow a {
  margin: 15px 5px 0;
}

.socialfixfooter {
  margin: 10px auto;
  text-align: center;
  display: none;
}

.socialfixfooter ul.contactsocial li {
  float: none;
  max-width: 25px;
  display: inline-block;
}

#footer .socialfixfooter ul.contactsocial li img {
  padding: 0;
  margin: 0;
}

.moduletable h3,
/*.moduletable h2,*/
.page-header h2,
.pageheading {
  display: inline-block;
  color: #333;
  font-size: 26px;
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}

.sub-header,
h3 {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: 900;
  line-height: 40px;
}

#master .master_left h3::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 6px;
  width: 80px;
  z-index: 5;
  background: linear-gradient(to right, #7a1a35, #452d5f);
}



/*.moduletable h2::after,*/
.moduletable h3::after,
.master_left h3::after,
.page-header h2::after,
.page-header h3::after,
.pageheading::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 6px;
  width: 80px;
  z-index: 5;
  background: linear-gradient(to right, #7a1a35, #452d5f);
}

/*.moduletable h2::before,*/
.moduletable h3::before,
.master_left h3::before,
.page-header h2::before,
.page-header h3::before,
.pageheading::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  width: 115%;
  height: 2px;
  background: #eee;
}

.toppad {
  padding-top: 30px;
}

.moduletable .item-page.partnerpopup h4 {
  font-size: 22px;
  padding-bottom: 20px;
  background: url(../img/headingbg.png) 30px 100% no-repeat;
  margin-left: 200px;
  margin-bottom: 0;
}

.partnerspage .item-page.partnerpopup .partnerteam-left {
  margin-top: -40px;
  width: 165px;
  text-align: left;
}

.moduletable .item-page.partnerpopup h4,
.partnerspage .item-page.partnerpopup .partnerteam-right {
  margin-left: 165px;
  padding-left: 30px;
  border-left: 1px solid #c1c1c1;
}

.sponsor-level {
  padding: 10px 0;
}

div#center2 .sponsor-level p {
  padding: 0 0 10px;
}

.newsflash .item-page.partnerpopup {
  max-width: none;
}

.item-page.partnerpopup .jobdetail .job-title {
  color: linear-gradient(to right, #7a1a35, #452d5f);
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}
.notice_board { border:1px solid #7f132c; padding:10px;background-color:#e4e4e4; font-size:19px; text-align:center; }
.notice_board a {text-decoration:none; color:#000000;}
.notice_board span {font-weight:900; color:#7f132c;}
.welcomeleft {
  float: left;
  width: 65%;
}

.welcomeleft p.expected,
.welcomeleft p.industries,
.welcomeleft p.when,
.welcomeleft p.where {
  padding-left: 30px;
  background: url(../img/welcometextbg.png) no-repeat;
  margin-bottom: 10px;
}

.welcomeleft p.when {
  background-position: 0 6px;
}

.welcomeleft p.where {
  background-position: 0 -87px;
}

.welcomeleft p.expected {
  background-position: 0 -179px;
}

.welcomeleft p.industries {
  background-position: 0 -271px;
}

.welcomeright {
  float: right;
  width: 30%;
  margin-top: -70px;
  padding-left: 2%;
  border-left: 1px solid #666;
}

.welcomeright>div h4 {
  color: #666;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.welcomeright>div img {
  margin: 0 10px 10px 0;
}

#gallery,
#organisers,
#partners,
#testimonialwrap,
.tweetlook {
  padding: 0 0 0;
  margin-bottom: 100px;
}

.homepage #wrapper {
  padding-bottom: 3px;
}

#middlerow {
  width: 100%;
  margin: 0 auto;
  float: left;
  position: relative;
  max-height: 520px;
  overflow: hidden;
}

#middlerow .favslider {
  max-height: 520px;
  position: relative;
}

#middlerow.loading {
  opacity: 0.7;
  background: #ccc url(../img/loader.gif) 50% 40% no-repeat;
  text-align: center;
}

#banner {
  width: 100%;
  float: left;
}

.slideshowtextdiv {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 45%;
  color: #fff;
}

.slideshowtextdiv h3 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px;
  background: 0 0;
}

.loc_date {
  display: table;
  margin: 0 auto;
}

.expo_date,
.expo_loc {
  float: left;
  padding: 0 10px 5px 30px;
  background: url(../img/slidetextbg.png) 0 0 no-repeat;
  font-size: 18px;
}

.expo_loc {
  margin-left: 20px;
  background-position: 0 -67px;



  padding-left: 20px;
}

.expo_buttons .button {
  background: 0 0;
  border: 1px solid #fff;
  padding: 7px 30px;
  display: inline-block;
  margin: 20px;
  font-size: 16px;
}

.expo_buttons .button:hover {
  background: #fff;
  color: #333;
}

#middlerow .fav-control-paging li a {
  background: #666;
}

#middlerow .fav-control-paging li a.fav-active,
#middlerow .fav-control-paging li a:focus,
#middlerow .fav-control-paging li a:hover {
  background: #fff;
}

.count_in {
  width: 11.1%;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0 1%;
  border-right: 1px solid #e28f8e;
  text-align: left;
}

.count_in h4 {
  color: #fff;
  font-size: 14.5px;
  line-height: 20px;
  text-transform: uppercase;
  min-height: 40px;
}

.count_in h5 {
  color: #fff;
}

.homepage .page-header h2 {
  padding-top: 20px;
}

.countp {
  color: #fefefc;
  margin-bottom: 5px;
  font-size: 13.5px;
  line-height: 16px;
  font-weight: 300;
  min-height: 180px;
}

.border_none {
  border: 0;
}

.p_inner ul {
  float: left;
  width: 100%;
  margin: 0;
}

.p_inner ul.partner_ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.p_inner ul.partner_ul li {
  min-height: 55px;
}

ul.partner_ul li {
  float: left;
  margin: 5px 10px 5px 0;
  padding: 5px;
  width: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

#topmenu ul {
  float: right;
  margin: 5px 0;
}

#topmenu ul.nav.menu li {
  float: left;
  margin: 0 10px;
}

#topmenu ul.nav.menu li a {
  display: block;
  text-align: center;
  color: #333;
  font-size: 11px;
}

#topmenu ul.nav.menu li img {
  display: block;
  margin: 0 auto;
}

#topmenu ul.nav.menu li a span.image-title {
  display: block;
}

#mainnav {
  width: 100%;
  float: left;
  line-height: 20px;
}

#mainnav ul {
  float: right;
  margin: 0;
  padding: 0;
}

#mainnav ul.nav.menu li a {
  /*     text-transform: capitalize; */
  display: block;
  font-size: 17px;
  color: #333;
  font-weight: 600;
  font-family: Lato;
}

#mainnav #cssmenu ul.nav-child li a {
  text-transform: initial;
  text-align: left;
  border-bottom: 1px solid;
  font-size: 15px;
  background-color: #fff;
  line-height: 20px;
}

#mainnav #cssmenu .multi-width+ul.nav-child li:nth-of-type(5n) a {
  /*border-bottom: 0;*/
}

#mainnav #cssmenu .multi-width+ul.nav-child {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  background-color: #fff;
  margin-left: -150px;
  /*height: 210px;*/
  /*column-fill: auto;*/
}

#mainnav #cssmenu a+ul.nav-child {
  top: 101%;
}

#mainnav #cssmenu .multi-width.width-margin+ul.nav-child {
  margin-left: -140px;
}

#mainnav #cssmenu ul.nav-child li:last-child a {
  /*border-bottom: 0;*/
}

#cssmenu li:hover a,
#mainnav ul.nav.menu li a:hover,
#mainnav ul.nav.menu li.active>a,
#topmenu ul.nav.menu li a:hover,
#topmenu ul.nav.menu li.active a {
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

#mainnav #cssmenu>ul.nav.menu>li.current.active {
  border-bottom: 2px solid #7f2b29;
}

#cssmenu>ul>li.has-sub.active {
  border-bottom: 2px solid #7f2b29;
}

.gallery-article {
  margin-right: 10px;
}

.testi-div {
  border: 1px solid #999;
  margin-bottom: 20px;
  padding: 10px 30px 0;
  position: relative;
}

.testi-div p {
  margin-bottom: 10px;
  line-height: 18px;
}

.testi-div:after,
.testi-div:before {
  content: " ";
  background: url(../img/left_side.jpg) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  float: left;
}

.testi-div:before {
  top: -10px;
  left: -10px;
}

.testi-div:after {
  background: url(../img/right_side.jpg) 0 0 no-repeat;
  right: -10px;
  bottom: -10px;
}

#testimonials {
  float: left;
  width: 47%;
}

#testimonialvideos {
  float: right;
  width: 47%;
}

.tweetlook {
  width: 100%;
  float: left;
  background-color: #e4e4e4;
}

.tweet-window {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #999;
}

#lookback {
  width: 50%;
  float: left;
  background-color: #e4e4e4;
  padding: 15px 20px;
  box-sizing: border-box;
  padding-bottom: 0;
}

#lookback .showalldiv {
  display: none;
}

#lookback .fluid-width-video-wrapper {
  padding-top: 56% !important;
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
}

.fluid-width-video-wrapper {
  width: 100%;
}

#lookback .favslider {
  padding: 0 0;
}

#lookback .fav-next,
div#lookback .fav-prev {
  opacity: 1;
}

#newsfeed {
  float: left;
  padding: 0;
  background-color: #e4e4e4;
}

#newsfeed,
#twitterfeed {
  width: 25%;
  padding: 15px 20px 4px;
  box-sizing: border-box;
  background-color: #e4e4e4;
  float: left;
  margin-bottom: 18px
}

#twitterfeed {
  float: right;
  background-color: #e4e4e4;
  margin-right: 0;
}

#newsfeed>.moduletable,
#twitterfeed>.moduletable {
  background-color: #fff;
  padding: 10px;
  padding-bottom: 3px;
}

#lookback ol.fav-control-nav {
  bottom: 0;
  position: relative;
  padding: 0 0 0;
}

#lookback .showalldiv {
  text-align: right;
  margin-top: -10px;
}

#testimonialvideos .favslider .fav-viewport,
.viewalltestimonials {
  background: #666;
}

#testimonialvideos .favslider {
  padding: 0 30px;
}

#testimonialvideos .fav-next,
div#testimonialvideos .fav-prev {
  opacity: 1;
}

#testimonials .custom>p {
  text-align: right;
}

.viewalltestimonials {
  margin: 0 30px;
}

.viewalltestimonials a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 25px 0;
}

div#organisers {
  background: url(../img/redbanner.jpg) 0 0 no-repeat fixed;
  background-size: cover;
}

h4.p_head {
  color: linear-gradient(to right, #7a1a35, #452d5f);
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.p_inner.Supported.By {
  display: none;
}

.p_inner.Platinum.Sponsor {
  margin-top: -20px;
}

.moduletable.partnersmodule.marginleft40 {
  margin-left: 0;
  margin-bottom: 25px;
}

#gallery h3 {
  text-align: center;
  background-position: 50% 100%;
}

#gallery .favslider {
  padding: 0 20px;
}

#gallery .fav-next,
div#gallery .fav-prev {
  opacity: 1;
}

#gallery .favslider .favs>li>a {
  display: block;
  position: relative;
  margin: 10px 20px 15px;
  -webkit-box-shadow: 0 4px 15px 1px rgba(180, 64, 62, 0.7);
  -moz-box-shadow: 0 4px 15px 1px rgba(180, 64, 62, 0.7);
  box-shadow: 0 4px 15px 1px rgba(180, 64, 62, 0.7);
}

#gallery .favslider .favs>li>a:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#gallery .favslider .favs>li:hover>a {
  color: #fff;
}

#gallery .favslider .favs>li:hover>a:after {
  background: linear-gradient(to right, #7a1a35, #452d5f);
}

#gallery #fav-caption h3.favtitle {
  color: linear-gradient(to right, #7a1a35, #452d5f);
  font-weight: 600;
  line-height: 40px;
  background: 0 0;
}

#gallery #fav-caption a {
  position: absolute;
  margin-top: -110px;
  display: block;
  width: 100%;
}

#gallery #fav-caption a .favreadmore {
  background: url(../img/playnav.png) 0 100% no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}

#gallery .favslider .favs>li:hover #fav-caption a .favreadmore {
  background: url(../img/playnav.png) 0 0 no-repeat;
}

#gallery .favslider .favs>li:hover #fav-caption h3.favtitle {
  color: #fff;
}

.showpasteve {
  margin: 50px auto 20px;
  text-align: center;
}

.showpasteve a.button {
  font-size: 20px;
  padding: 10px 50px;
}

.social_fixed {
  position: fixed;
  left: 20px;
  top: 170px;
  width: 40px;
}

ul.contactsocial li a:hover {
  -webkit-filter: sepia(1);
  filter: sepia(1);
}


.eventvenuedetails,
.pinkbox {
  background-color: #e4e4e4;
  margin-bottom: 50px;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.pinkbox .divinner {
  padding: 20px;
}

.marginleft40 {
  margin-left: 0;
}

.centertext {
  text-align: center;
}

h2.centertext {
  background-position: 50% 100%;
}

.slide_pagetitle {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 0;
  color: #fff;
}

.slide_pagetitle h2 {
  color: #fff;
  text-transform: uppercase;
  background: 0 0;
  font-size: 50px;
  line-height: 55px;
}

.item-page.partnerspage .page-header>h2 {
  display: none;
}

.partnersocialicon li,
body.partnerspage ul.category-module.partnersmodule li {
  float: left;
  width: 25%;
}

body.partnerspage ul.category-module.partnersmodule li>div {
  background: #edebec;
  margin: 20px;
  padding: 15px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

ul.pager.pagenav li {
  position: fixed;
  top: 45%;
}

ul.pager.pagenav li.previous {
  left: 30px;
}

ul.pager.pagenav li.next {
  right: 30px;
}

ul.pager.pagenav li a {
  height: 24px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(../img/prevnext.png) no-repeat 0 0;
}

ul.pager.pagenav li.next a {
  background-position: 100% 0;
}

.item-page.partnerspage .partnersteam-left {
  float: left;
  width: 35%;
  margin-right: 20px;
}

.item-page.partnerspage .partnersteam-right {
  float: left;
  width: 45%;
  margin: 2% 0 0 4%;
}

.item-page.partnerspage .partnersteam-left img {
  float: right;
}

.partnersmodule li>div h4 {
  margin-bottom: 0;
  height: 48px;
  overflow: hidden;
}

.partners_desg a {
  height: 24px;
  overflow: hidden;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  white-space: nowrap;
  color: #333;
}

.partnersmodule li .itemimage {
  margin-bottom: 10px;
}

.partnersmodule li .itemimage img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.partnersocialicon ul {
  max-width: 100px;
  margin: 0 auto;
}

ul.category-module.partnersmodule {
  margin: 20px;
}

.item-page.partnerpopup,
.newsflash .ns-show .item-page.partnerpopup {
  max-width: 1000px;
  margin: 0 auto;
}

.item-page.partnerpopup .partnersteam-left,
.item-page.partnerpopup .partnerteam-left {
  float: left;
  width: 190px;
  text-align: center;
  margin-right: 20px;
  text-align: center;
}

.item-page.partnerpopup .page-header h2,
.item-page.partnerpopup .partnersteam-right,
.item-page.partnerpopup .partnerteam-right {
  margin-left: 210px;
}

.item-page.partnerpopup .page-header h2 {
  color: linear-gradient(to right, #7a1a35, #452d5f);
  background: 0 0;
  margin: 0;
  padding-bottom: 20px;
}

.partnersteam-left .partnersocialicon {
  margin: 20px auto;
}

.item-page.partnerpopup .partners_desg {
  height: auto;
  overflow: visible;
  margin: 10px 0;
  line-height: 20px;
  font-weight: 600;
}

.item-page.partnerpopup .partnersocialicon ul {
  max-width: 100%;
}

.item-page.partnerpopup .partnersocialicon ul li {
  padding: 10px;
  box-sizing: border-box;
}

.speaker .partnersmodule .job-title {
  height: 65px;
  overflow: hidden;
}

.partnerspage.speaker .item-page.partnerpopup .partnerteam-left {
  margin-top: 5px;
  text-align: left;
}

.partnerspage.speaker .item-page.partnerpopup .page-header h2 {
  text-align: left;
  margin-bottom: 10px;
}

.speaker .partnersmodule li .itemimage img {
  max-height: 180px;
}

.speaker .jobdetail {
  text-align: center;
}

.item-page.partnerpopup .partnerteam-left img {
  text-align: left;
  float: left;
  margin: 10px 0;
  padding: 0;
}

.speaker .company {
  font-size: 16px;
}

.partnerspage.speaker .item-page.partnerpopup .partnerteam-right {
  border-left: none;
  font-size: 16px;
}

#agenda-page .feature h3:after,
#agenda-page .feature h3:before,
#agenda-page .schedule h3:after,
#agenda-page .schedule h3:before {
  display: none;
}

.feature p {
  text-align: center;
}

.venue {
  position: relative;
  margin-bottom: 50px;
}

.vltop {
  float: left;
  background: url(../img/venue_red_banner.jpg) 0 0 no-repeat;
  background-size: cover;
  width: 100%;
}

.vltop a.googlelink {
  color: #fff;
  cursor: pointer;
}

.venue_address {
  padding: 20px;
}

.venue_address h2,
.venue_address p {
  color: #fff;
}

.venue_left {
  width: 50%;
  float: left;
  background: #fff;
}

.venue_right {
  width: 50%;
  float: right;
}

.venue_right img {
  width: 100%;
  height: 262px;
}

.vlbottom img {
  width: 100%;
  height: 262px;
}

ul.zone li {
  border: 1px solid #000;
  width: 20%;
  float: left;
  margin: 25px;
}

.key_features>div {
  text-align: center;
}

.key_features .feature {
  margin: 0 0 20px 0;
}

.key_features .feature h3 {
  margin: 10px 0 0 0;
  font-size: 22px;
}

.key_features .feature {
  margin: 0 0 20px 0;
  width: 30%;
  text-align: center;
  display: inline-block;
}

.schedule>div.when {
  width: 21%;
  float: left;
  margin: 0 2% 20px;
  text-align: center;
}

.schedule>div h3 {
  margin: 5px 0 15px;
  font-size: 20px;
}

.schedule>div p {
  text-align: center;
}

.evt_brochure {
  text-align: center;
}

.evt_brochure img {
  margin: 15px 0;
}

.evt_brochure.width33 {
  width: 25%;
  float: left;
  margin-left:200px;
}

.pinkbox.icnbox .evt_brochure.width33 {
  width: calc(100% / 3);
  float: left;
}

.pinkbox.icnbox .evt_brochure.width33 img {
  max-height: 90px;
}

.evt_brochure.width33:hover h2 a {
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

.evt_brochure.width33 h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

.evt_brochure1 {
  text-align: center;
}

.evt_brochure1 img {
  margin: 5px 0;
}

.evt_brochure1.width33 {
  width: 20%;
  float: left;
}

.evt_brochure1.width33:hover h2 a {
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

.evt_brochure1.width33 h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.evt_brochure1 a {
  display: block;
}

.evt_brochure1 p {
  color: linear-gradient(to right, #7a1a35, #452d5f);
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0 5px;
  font-size: 19px;
  font-weight: 600;
}

.evt_brochure1 p.capitalise {
  text-transform: capitalize;
}

.evt_brochure1 span {
  color: #333;
}

.evt_brochure2.width33 {
  width: 49%;
  float: left;
  text-align: center;
}

.evt_brochure2.width33:hover h2 a {
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

.evt_brochure2.width33 h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.evt_brochurek {
  text-align: center;
  background-color: #e8e9f1;
  border-radius: 10px;
  margin: 5px;
  padding-bottom: 5px;
}

.evt_brochurek img {
  margin: 15px 0;
  height: 60px;
}

.evt_brochurek.width33 {
  width: 17%;
  float: left;
}

.pinkbox.icnbox .evt_brochurek.width33 {
  width: calc(100% / 3);
  float: left;
}

.pinkbox.icnbox .evt_brochurek.width33 img {
  max-height: 90px;
}

.evt_brochurek.width33:hover h2 a {
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

.evt_brochurek.width33 h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

.evt_brochurez {
  text-align: center;
}

.evt_brochurez img {
  margin: 15px 0;
}

.evt_brochurez.width33 {
  width: 50%;
  float: left;

}

.pinkbox.icnbox .evt_brochurez.width33 {
  width: calc(100% / 3);
  float: left;
}

.pinkbox.icnbox .evt_brochurez.width33 img {
  max-height: 90px;
}

.evt_brochurez.width33:hover h2 a {
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

.evt_brochurez.width33 h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

.presentation_wrapper,
.tabs_wrapper {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.tabs_wrapper ul {
  margin: 0;
  padding: 0 30px;
}

.pastevent .presentation_wrapper>ul>span,
.presentation_wrapper>ul>li,
.tabs_wrapper>ul>li {
  float: left;
  margin: 0;
  cursor: pointer;
  width: 20%;
  text-align: center;
}

.faqpage .tabs_wrapper>ul>li {
  width: 17%;
}

.presentation_wrapper #grid_container>li {
  width: 100%;
}

.presentation_wrapper>ul>li>a,
.presentation_wrapper>ul>span>a,
.tabs_wrapper>ul>li>a {
  display: block;
  margin: 10px 11px 15px;
  padding: 15px 10px;
  -webkit-box-shadow: 0 4px 15px 1px rgba(180, 64, 62, 0.2);
  -moz-box-shadow: 0 4px 15px 1px rgba(180, 64, 62, 0.2);
  box-shadow: 0 4px 15px 1px rgba(180, 64, 62, 0.2);
}

.tabs_content_container {
  border: 0;
  padding: 0;
  margin: 40px;
}

.tabs_wrapper>ul>span {
  display: inline-block;
}

.tabs_wrapper>ul>span .custom>a {
  -webkit-box-shadow: 0 4px 15px 1px rgba(180, 64, 62, 0.7);
  line-height: 90px;
  -moz-box-shadow: 0 4px 15px 1px rgba(180, 64, 62, 0.7);
  box-shadow: 0 4px 15px 1px rgba(180, 64, 62, 0.7);
  padding: 20px 30px;
  font-size: 20px;
  margin: 10px 15px;
}

.presentation_wrapper>ul>li a span,
.tabs_wrapper>ul>li>a span {
  display: block;
  margin: 0;
  font-weight: 700;
}

.box {
  text-align: center;
  border: 1px solid #d23a43;
  padding: 10px 0;
}

.presentation_wrapper li.active a,
.tabs_wrapper>ul li.active>a {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.tab_content {
  display: none;
  padding: 0;
  min-height: 120px;
}

.tab_content a {
  text-decoration: underline;
  display: inline-block;
  margin: 0;
}

.presentation_content {
  display: none;
  padding: 0;
  min-height: 120px;
}

.master_row {
  width: 100%;
}

.master_left {
  width: 200px;
  float: left;
  padding-left: 0px;
}

.master_left .clock_icon {
  max-width: 50px;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 99;
}

div.clock_icon:hover~.custom.agenda-popup {
  opacity: 1;
  top: -125px;
}

.custom.agenda-popup.toppopup {
  opacity: 1;
  top: -125px;
}

.custom.agenda-popup {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.5s all ease-in-out;
  opacity: 0;
  border-radius: 5px;
}

.custom.agenda-popup span {
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.custom.agenda-popup span::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7f132c;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  transform: translate(0, -50%);
}

.master_right.break {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
  padding: 30px 20px;
}

.master_right {
  margin-left: 220px;
  border-left: 2px solid #000;
  padding: 20px;
  box-shadow: 2px 2px 5px 0px rgba(180, 64, 62, 0.5);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(180, 64, 62, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(180, 64, 62, 0.5);
  margin-bottom: 20px;
  background: #fff;
}

.master_right p {
  margin-bottom: 5px;
}

.master_row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.master_right p:hover {
  cursor: pointer;
}

.master_left h3 span {
    color: #7a1a35;
    font-size: 14px;
    line-height: 16px;
    display: block;
    font-weight: 400;
}
.master_left h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 28px;
  /*margin-bottom: 0px;
  padding-bottom: 0;*/
  color: #666;
  position: relative;
  margin: 0 0 15px;
}

.master_left h5 {
  /*     background: linear-gradient(to right, #7a1a35, #452d5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0; */
  color: #333;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;

}

.dropdown-wrap {
  text-align: left;
  position: absolute;
  /*position: relative;*/
  width: 200px;
}

.dropdown-selected {
  border: 1px solid #ccc;
  display: block;
  padding: 7px 20px 7px 8px;
  cursor: pointer;
  font-size: 14px;
  background: url('../img/black-down.png') top 15px right 7px / 9px no-repeat;
}

ul.dropdown-timezone {
  margin-top: 0px;
  transition: .3s ease-out all;
  z-index: 9999;
  background: #fff;
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
}

.dropdown-timezone li {
  display: block;
  padding: 5px 15px 5px 5px;
  border: 1px solid #cdcdcd;
  transition: .5s ease;
  color: #333;
  background-color: #fff;
  font-size: 12px;
}

.timezones {
  display: none;
}

.timezones span {
  padding: 5px;
  display: block;
  font-size: 14px;
  border: 1px solid #ddd;
  border-top: 0;

}



.pastevent div#center2 .partnerteam-right p,
div#center2,
div#center2 p {
  padding: 10px 0;
}

.delegate ul li>div {
  padding: 0 50px 10px 70px;
  background: url(../img/delegateicon.png) 0 0 no-repeat;
}

.delegate ul li.learning div {
  background-position: 0 -102px;
}

.delegate ul li.product div {
  background-position: 0 -213px;
}

.delegate ul li.career div {
  background-position: 0 -310px;
}

.attend h3 {
  padding-top: 20px;
}

.delegate ul li h3 {
  color: linear-gradient(to right, #7a1a35, #452d5f);
  font-weight: 700;
  margin-bottom: 5px;
}

ul.delegate_li {
  margin: 30px 40px;
  overflow: hidden;
}
ul.delegate_li li { position: relative }
.delegate_li li,
table.category td.list-title {
  /*background: url(../img/reddot.png) 0 5px no-repeat;*/
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}
ul.delegate_li li:before {
content: "";
width: 14px;
height: 14px;
border-radius: 50%;
position: absolute;
left: 0;
top: 5px;
background: #462d5e;
}

.delegate_li ul li {
  background: url(../img/blank-circle.png) 0 5px no-repeat;
  background-size: 12px;
}

.attend .people {
  float: left;
  width: 33%;
}

.attend .people ul.delegate_li {
  margin: 20px;
}

.people {
  float: left;
  width: 33%;
}

.people ul.delegate_li {
  margin: 20px;
}

ul.delegate_li1 {
  margin: 30px 40px;
  overflow: hidden;
}

.delegate_li1 li,
table.category td.list-title {
  background: url(../img/reddot.png) 0 5px no-repeat;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}

.delegate_li1 ul li {
  background: url(../img/blank-circle.png) 0 5px no-repeat;
  background-size: 12px;
}

.people1 {
  float: left;
  width: 50%;
}

.people1 ul.delegate_li1 {
  margin: 20px;
}

.delegate {
  position: relative;
}

.delegate .right {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -70px;
}

.news table.category.table {
  padding: 15px 0;
}

ul.delegate_li ul {
  margin-bottom: 0;
}

.contact-left {
  float: left;
  width: 40%;
}

.contact-right {
  float: right;
  width: 50%;
  /*margin-bottom: 50px;*/
}

ul.contactsocial li {
  float: left;
  margin: 0 15px 5px 0;
}

ul.contactsocial li:last-child {
  margin-right: 0;
}

ul.contactsocial li a {
  display: block;
}

ul.contact-page-social li a {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  /* background: linear-gradient(to right, #7a1a35, #452d5f); */
}

.gcore-line-tr {
  margin-bottom: 10px;
  clear: both;
}

.chronoform p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: left !important;
  justify-content: left !important;
}

.chronoform img {
  margin: 10px 0 0 0;
}

.gcore-line-td label {
  float: left;
  width: 150px;
  font-size: 16px;
}

.gcore-input {
  margin-left: 160px;
  position: relative;
}

.captchabox {
  width: 40%;
  float: left;
  margin: 0 10px 10px 0;
}

.gcore-line-tr .button {
  font-size: 20px;
  padding: 10px 50px;
}

.gbs3 p.thanksmsg,
.gbs3 p.thankyuou {
  margin: 20px !important;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #b65453;
  background: #613858;
  padding: 20px 0;
}

form#chronoform-getintouch div#fin-captcha2,
form#chronoform-sme .gcore-input,
form#chronoform-speaker div#fin-captcha2 {
  position: initial;
}

.blog .page-header h2,
.item-page .page-header h2 {
  padding-top: 55px;
}

.eventvenue-left p {
  font-weight: 600;
  font-size: 16px;
}

.eventvenue-left {
  float: left;
  width: 54%;
}

.eventvenue-right {
  float: right;
  width: 44%;
}

.eventvenue-left ul {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.eventvenue-left ul li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.eventvenue-left ul li>div {
  padding: 0 50px 20px;
  background: url(../img/venueicons.png) 0 0 no-repeat;
  text-align: left;
}

.eventvenue-left ul li h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

.eventvenue-left ul li.masterclass div {
  background-position: 0 -258px;
}

.eventvenue-left ul li.casestudies div {
  background-position: 0 -80px;
}

.eventvenue-left ul li.technology div {
  background-position: 0 -343px;
}

.eventvenue-left ul li.backtobasic div {
  background-position: 0 -171px;
}

.eventvenue-left ul li.cafe div {
  background-position: 0 -429px;
}

.eventvenue-left ul li.mega div {
  background-position: 0 -524px;
}

.eventvenue-left ul li.sme div {
  background-position: 0 -615px;
}

.eventrowleft {
  float: left;
  width: 45%;
}

.eventrowright {
  float: right;
  width: 50%;
}

.eventrowleft img {
  border: 7px solid #e9dddd;
}

.eventrowleft p {
  margin-bottom: 10px;
}

.eventrowleft p a {
  padding: 5px 0 5px 30px;
  background: url(../img/location_red.png) 0 50% no-repeat;
  font-weight: 700;
  color: #333;
  display: block;
}

.eventrowleft>div {
  margin: 70px 0 50px;
}

.eventacc h3,
.eventrow2 h3,
.eventrow3 h3,
.eventrowright h3,
.privacypolicy-page h3,
.termsofuse h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.eventrowright p {
  font-size: 14px;
  line-height: 18px;
}

.eventacc ul {
  margin: 0 0 10px 50px;
}

.eventacc li {
  list-style: square;
}

.eventvenuedetails {
  text-align: center;
}

.eventvenuedetails p {
  text-align: center;
  margin: 0;
}

.eventrow3 h3 {
  margin-bottom: 20px;
}

ul.pas_eventacc li>a {
  display: inline-block;
}

ul.testimonial_ul {
  float: none;
  margin: 25px auto;
  text-align: center;
}

ul.testimonial_ul li {
  width: auto;
  float: none;
  display: inline-block;
}

ul.testimonial_ul li a {
  padding: 20px 30px;
  font-size: 20px;
  margin: 10px 15px;
}

.testimonalstabs .master_left h3 {
  font-size: 18px;
  text-transform: initial;
  line-height: 22px;
}

.testimonalstabs .master_left h5 {
  color: linear-gradient(to right, #7a1a35, #452d5f);
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}

.testimonalstabs .master_row {
  background: #eee;
}

.testimonalstabs .master_left p {
  margin: 0;
}

.testimonalstabs .master_left {
  width: 180px;
  padding: 20px;
  background: #eee;
}

.testimonalstabs .master_right {
  margin-left: 220px;
  min-height: 100px;
}

a.feedbackbtn.button {
  font-size: 14px;
  text-decoration: none;
  margin: 0 0 10px 0;
  padding: 10px 20px;
}

body.testimonialpage .testimonalstabs .master_left p img {
  margin: 5px;
}

body.homepage .custom.test_mon_video {
  border: 1px solid #999;
  padding: 10px;
  height: 80px;
}

.accordionfaq.round3 .accordionfaqheader {
  background: #fff url(../img/faq_q.png) 0 10px no-repeat;
  padding: 20px 20px 20px 50px;
  font-size: 16px;
  color: #333;
}

.accordionfaq.round3 .accordionfaqheader.selected {
  background: #fff url(../img/faq_q_sel.png) 0 10px no-repeat;
}

.accordionfaq.round3 .accordionfaqitem {
  background: #fff url(../img/faq_a.png) 0 0 no-repeat;
  padding: 0 20px 0 50px;
  margin: 0 0 30px 0;
  min-height: 50px;
}

.accordionfaq.round3 .accordionfaqitem p {
  margin: 0;
  padding: 0;
}

ul.pasteventsul li {
  float: left;
  width: 33%;
}

ul.pasteventsul li div {
  margin: 30px;
}

ul.pasteventsul li>div>a {
  display: block;
  width: 100%;
  position: relative;
  color: #333;
  margin-bottom: 10px;
}

ul.pasteventsul li a img {
  width: 100%;
}

ul.pasteventsul li span.eventtitle {
  position: absolute;
  top: 45%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 23px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 0;
}

ul.pasteventsul li a span.buttonspan,
ul.pasteventsul li a span.when,
ul.pasteventsul li a span.where {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

ul.pasteventsul1 li {
  float: left;
  width: 50%;
}

ul.pasteventsul1 li div {
  margin: 30px;
}

ul.pasteventsul1 li>div>a {
  display: block;
  width: 100%;
  position: relative;
  color: #333;
  margin-bottom: 10px;
}

ul.pasteventsul1 li a img {
  width: 100%;
}

ul.pasteventsul1 li span.eventtitle {
  position: absolute;
  top: 45%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 23px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 0;
}

ul.pasteventsul li a span.buttonspan,
ul.pasteventsul li a span.where,
ul.pasteventsul1 li a span.when {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.tableftdiv {
  float: left;
  width: 60%;
}

.tabrightdiv {
  float: right;
  width: 25%;
}

ul.pasteventsul li span.buttonspan a {
  display: block;
}

ul.gallerylist.pasteventsul li>div>a.button span.favreadmore.btn {
  color: #fff;
}

ul.gallerylist.pasteventsul li>div>a.button {
  width: auto;
  color: #fff;
}

ul.gallerylist.pasteventsul li {
  position: relative;
}

ul.gallerylist.pasteventsul li h3.favtitle {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
}

ul.gallerylist.pasteventsul li h3.favtitle a {
  position: absolute;
  margin-top: -40%;
  display: block;
  text-align: center;
  font-size: 25px;
  width: 100%;
  right: 0;
  color: #fff;
}

.tab_content .page-header h2 {
  margin-top: 0;
  padding-top: 0;
}

.page-header.eb_title {
  display: none;
}

.event_desc ul {
  margin: 40px 0 20px 40px;
}





.event_desc ul li>div {
  padding: 0 50px 10px 70px;
  background: url(../img/shortlisted_1.png) 0 0 no-repeat;
}

.event_desc ul li.promocode>div {
  background: url(../img/shortlisted_2.png) 0 0 no-repeat;
}

.event_desc ul li.discount>div {
  background: url(../img/shortlisted_3.png) 0 0 no-repeat;
}

.event_desc ul li.dinner>div {
  background: url(../img/shortlisted_4.png) 0 0 no-repeat;
}

.event_desc ul li.tour>div {
  background: url(../img/shortlisted_5.png) 0 0 no-repeat;
}

.event_desc ul li.charity>div {
  background: url(../img/charity.png) 0 0 no-repeat;
}

.event_desc ul li h3 {
  color: linear-gradient(to right, #7a1a35, #452d5f);
  margin-bottom: 5px;
}

.event_reg_form {
  max-width: 90%;
  margin: 0 auto;
}

.event_reg_form.mailchimp {
  max-width: 600px;
}

.event_reg_form td {
  padding-bottom: 10px;
  padding: 0 10px 10px 0;
}

td.title_cell {
  width: 40%;
}

tr.terms_of_use input.inputbox {
  box-shadow: none;
  width: auto;
}

tr.terms_of_use td table {
  float: none;
  width: 25px;
  display: inline;
  vertical-align: middle;
}

tr.terms_of_use>td {
  padding-top: 10px;
  text-align: center;
}

tr.terms_of_use td table td {
  padding-right: 0;
}

.searchformres {
  margin: 0 0 150px 0;
}

.searchformres .btn-toolbar {
  text-align: center;
  margin-bottom: 15px;
}

.searchformres .btn-toolbar .inputbox {
  width: auto;
}

.searchformres .phrases {
  max-width: 600px;
  margin: 10px auto 20px;
}

.ordering-box.floatl .chzn-container {
  max-width: 150px;
}

.searchintrolimit p {
  margin: 0;
}

.searchintrolimit {
  background: #eee;
  padding: 10px;
  margin-bottom: 20px;
}

.searchintrolimit .counter,
.searchintrolimit .form-limit,
.searchintrolimit .searchintro {
  margin: 0 10px;
}

.pagination {
  float: left;
  margin: 20px 0;
  padding: 0;
  width: 100%;
}

.pagination>a {
  background: #495156 !important;
  color: #fff;
  display: inline-block;
  padding: 10px 22px;
}

.pagination strong {
    padding: 10px 22px;
    background: #eee;
    display: inline-block;
}

span.pagination>span,
span.pagination>strong {
  background: #eee;
  color: #555;
  display: inline-block;
  padding: 10px 22px;
}

span.pagination>a,
span.pagination>span,
span.pagination>strong>a,
span.pagination>strong>span {
  margin-right: 5px;
  margin-bottom: 5px;
}

span.pagination>a:hover {
  background: #474e54 !important;
}

dd.result-text {
  margin: 10px 0 0 15px;
  text-align: justify;
}

dt.result-title {
  font-weight: 700;
}

.result-title a {
  font-weight: 700;
}

.result-title a:hover {
  text-decoration: underline;
}

.result-created {
  font-style: italic;
  font-size: 11px;
  color: #999;
  text-align: right;
  margin-bottom: 10px;
}

.highlight {
  background-color: #ff0;
  padding: 2px 5px;
}

div#areainner .search form#searchForm {
  width: 96%;
  float: left;
  border: 1px solid linear-gradient(to right, #7a1a35, #452d5f);
  padding: 2%;
  margin-bottom: 40px;
  position: relative;
}

dd.result-created {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.result-title,
.result-title a {
  color: linear-gradient(to right, #7a1a35, #452d5f);
  font-size: 16px;
}

body.shortlisted .delegate_li>li {

  float: left;
  width: 30%;
}

#grid_container.pg_data.listlayout .mix {
  float: left;
  width: 100%;
}

section.paw-carousel-wrap .pg-cv-desc {
  display: none;
}

.pg_data.listlayout .one_item h4 a span {
  font-weight: 400;
}

#grid_container .mix {
  display: none;
}

body.shortlisted ul.filter-btn li {
  float: none;
  width: auto;
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  margin: 10px 15px;
  border: 1px solid linear-gradient(to right, #7a1a35, #452d5f);
  background: #fff;
  cursor: pointer;
  box-shadow: -8px 7px 12px -6px rgba(180, 64, 62, 0.44);
  box-sizing: border-box;
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

body.shortlisted ul.filter-btn li.active,
body.shortlisted ul.filter-btn li:hover {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff !important;
}

body.shortlisted ul.filter-btn {
  background: url(../img/pipe.png) 0 repeat-x;
}

.companyshortlistwrap {
  border: 1px solid linear-gradient(to right, #7a1a35, #452d5f);
  margin-bottom: 25px;
}

body.partnerspage.shortlisted ul.filter-btn {
  background: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

body.partnerspage.shortlisted ul.filter-btn li {
  margin: 10px 11px 15px;
  padding: 15px 5px;
  -webkit-box-shadow: 0 4px 15px 1px rgba(180, 64, 62, 0.2);
  -moz-box-shadow: 0 4px 15px 1px rgba(180, 64, 62, 0.2);
  box-shadow: 0 4px 15px 1px rgba(180, 64, 62, 0.2);
  border: none;
  font-weight: 700;
  width: calc(100% / 6 - 25px);
  text-align: center;
  font-size: 16px;
  color: #333;
}

body.partnerspage.shortlisted ul.filter-btn {
  background: 0 0;
}

h3.shortlistq {
  background: #fff url(../img/faq_q_sel.png) 0 0 no-repeat;
  padding-left: 48px;
  padding-bottom: 20px;
  margin: 0;
}

p.shortlistans {
  background: #fff url(../img/faq_a.png) 0 0 no-repeat;
  padding: 0 20px 0 50px;
  margin: 0 0 30px 0;
  min-height: 50px;
}

body.shortlisted p.takeme {
  padding-left: 48px;
  padding-top: 15px;
}

form#chronoform-sme,
form#chronoform-speaker {
  max-width: 600px;
  margin: 40px auto;
}

form#chronoform-sme input#text6,
form#chronoform-speaker input#text6 {
  display: none;
}

form#chronoform-sme div#ftr-text6 label,
form#chronoform-speaker div#ftr-text6 label {
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.speaker-left {
  float: left;
  width: 48%;
}

.sme-right {
  float: left;
  width: 48%;
  margin-left: 4%;
}

.partnersmodule .company,
.partnersmodule .job-title {
  min-height: 66px;
}

.partnerpopup .partnerteam-left img {
  border: 1px solid #d5d5d5;
}

.shortlisted .partnerpopup .partnerteam-left img {
  border: none;
}

#center2 ul#grid_container.partnerpopup p {
  margin-bottom: 0;
}

.newsflash .item-page.partnerpopup li {
  margin-bottom: 20px;
}

.partnerspage .newsflash .item-page.partnerpopup li {
  width: 100%;
}

.partnerspage.shortlisted .item-page.partnerpopup .partnerteam-left {
  margin-top: -50px;
}

h3.error_oops {
  font-size: 100px;
  line-height: 110px;
  font-weight: 700;
  margin: 50px 0 0;
}

p.info {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 10px 0;
}

p.info.infobutton {
  margin: 10px 0 50px 0;
}


p.info.infobutton input.button {
  padding: 10px 50px;
  text-transform: uppercase;
}

.reg_complete_data {
  padding: 50px 0;
}

.reg_complete_data table.os_table {
  border: 1px solid #e9dddd;
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
}

.reg_complete_data table.os_table td {
  border: 1px solid #e9dddd;
  padding: 10px 20px;
  margin: 0;
}

.reg_complete_data table.os_table td.title_cell {
  width: 40%;
}

.reg_complete_data table.os_table.noodd tr:nth-child(odd) {
  background: 0 0;
}

.reg_complete_data table.os_table .highlighttd td {
  background: #ffecec;
}

.thanksp {
  margin: 20px 0 !important;
  text-align: left;
  color: #333;
  background: #e4e4e4;
  padding: 20px;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  overflow: visible;
}

.thanksp p {
  margin-bottom: 10px;
}

.thanksp:after,
.thanksp:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #e4e4e4;
}

.thanksp:before {
  left: -100%;
}

.thanksp:after {
  right: -100%;
}

.thanksp strong {
  font-weight: 400;
}

.thanksdetails,
.thanksmsgfooter {
  max-width: 100%;
  margin: 0 auto 20px;
}

.paymentredirect {
  padding: 50px 0;
  text-align: center;
  font-weight: 700;
  background: url(../img/loader.gif) 50% 0 no-repeat;
  margin: 50px 0;
}

tr#tr_exp_date select {
  max-width: 80px;
  margin-right: 5px;
}

#sbox-overlay {
  background: rgba(255, 255, 255, 0);
}

#sbox-window.shadow {
  box-shadow: none;
}

#sbox-overlay {
  background: #ddd;
}

#sbox-content {
  background-color: #fff;
}

#sbox-content.sbox-content-iframe iframe {
  height: 100% !important;
  width: 100%;
  background-color: transparent !important;
}

#sbox-btn-close {
  right: 30px;
  top: 30px;
  padding: 10px;
  background: #791a35 url(../img/closebutton.png) 50% 50% no-repeat;
  background-size: 20px;
}

.popup-content {
  margin: 25px 0;
}

.custom_test {
  display: table;
  padding: 0 30px;
  background-size: cover;
  height: auto;
  width: 100%;
}

.custom_test div#custom_inner_test {
  display: table-cell;
  vertical-align: middle;
}

.custom_test div#custom_inner_test h4 {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
}

.partnersmodule li .itemimage .img {
  min-height: 185px;
  background: #fff;
  border: 1px solid #ded8d8;
  border-radius: 10px;
}

.partners_desg {
  display: none;
}

h3.error_cancelled {
  font-size: 40px;
  font-weight: 600;
  margin: 40px 0 0;
  line-height: 50px;
}

.centertext.cancelled p {
  text-align: center;
  margin-bottom: 40px;
}

span.questionicon.toolTip {
  background: #333;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  cursor: pointer;
  height: 20px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
}

tr#tr_cvv_code .inputbox {
  width: 90px;
}

tr.payment-method .creditcardimg img {
  width: auto;
  margin-bottom: 5px;
}

span.creditcardimg {
  width: 65%;
  display: block;
  float: left;
  margin-bottom: 10px;
}

span.method {
  display: block;
  float: left;
  width: 35%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.partnerteam-right ul.delegate_li li {
  width: 100%;
}

.tooltip-td span.messagebox {
  display: none;
}

.tooltip-td {
  position: relative;
}

.tooltip-td span.messagebox.show {
  display: block;
  position: absolute;
  top: 28px;
  left: 35px;
  width: 260px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.81);
  z-index: 1000;
  color: #fff;
  text-align: center;
}

.awards-agenda .pageheading:after,
.awards-agenda .pageheading:before,
/*.master_left h3:after,
.master_left h3:before*/ {
  display: none;
}

.agendapage.moduletable .schedule h3 {
  color: linear-gradient(to right, #7a1a35, #452d5f);
  display: block;
}

.venue_address p {
  margin-bottom: 0;
}

.venue_address p.viewmap {
  margin: 20px 0 15px;
}

.homepage .slide_pagetitle h2 {
  display: none;
}

div#agendasnapshot .moduletable>h3 {
  text-align: center;
  margin: 0 auto 25px;
  display: table;
  background-position: 50% 100%;
}

img.speaker-thumbnail {
  width: 50px;
  border-radius: 5px;
}

.speaker_detail.morespeaker {
  margin-left: 75px;
}

.speaker_detail {
  margin-left: 70px;
  margin-top: 35px;
}

p.speaker_text {
  width: 70px;
  float: left;
  margin-top: 30px;
}

img.speaker-thumbnail {
  width: 55px;
  border-radius: 0;
}

.speakerimg {
  float: left;
  margin-right: 15px;
}

.speakerimg a {
  border: 1px solid #9c9c9c;
  margin-top: 3px;
  padding: 6px;
}

.speakerimg .border {
  max-height: 55px;
  overflow: hidden;
}

p.toggle-description:hover {
  cursor: pointer;
  color: #7a1a35;
}

.master_right.break p.toggle-description:hover {
  color: #fff;
}

.jobdetail {
  clear: both;
  text-align: left;
}

.speaker_desc {
  position: relative;
}

.speakerdetail {
  margin-left: 85px;
}

.speaker_detail.morespeaker .speaker_desc {
  min-height: 70px;
  margin-bottom: 20px;
}

.morespeaker .speaker_desc {
  position: relative;
  padding-right: 2%;
  width: 50%;
  box-sizing: border-box;
  float: left;
}

.content-category.termsuse.news h2 {
  margin-top: 20px;
}

#ninja-slider ul.delegate_li {
  position: initial;
}

#ninja-slider ul.delegate_li li {
  position: initial;
  margin-bottom: 10px !important;
  font-size: 16px;
  opacity: 1;
  text-align: left;
  padding-left: 30px;
}

.accordionfaq.round3 .accordionfaqheader {
  border: 1px solid #ddd;
  margin: 0 0 -2px 0 !important;
  background: #fff url(../img/faq_arrow.png) 10px 50% no-repeat;
  padding: 5px 20px 5px 50px;
  font-size: 16px;
  color: #333;
  border-radius: 0 !important;
}

.accordionfaq.round3 .accordionfaqheader.selected {
  background: #fff url(../img/faq_arrowdown.png) 10px 50% no-repeat;
}

.accordionfaq.round3 .accordionfaqheader a {
  text-decoration: none;
}

.accordionfaq.round3 .accordionfaqitem {
  background: #eee;
  padding: 20px;
  margin: 5px 0;
  min-height: 50px;
}

.accordionfaq.round3 .accordionfaqitem p {
  margin: 0;
  padding: 0;
}

#contentarea .faq.faqpage {
  padding-top: 40px;
}

#contentarea .faq.faqpage .tabs_wrapper>ul {
  text-align: center;
}

#contentarea .faq.faqpage .tabs_wrapper>ul>li {
  float: none;
  display: inline-block;
}

.faqdownloadbutton {
  float: none;
  display: inline-block;
  padding-right: 20px;
}

.faqpage .accordionfaqitem ul.disc-list li {
  list-style-type: disc;
}

.accordionfaqitem ol.alpha {
  list-style-type: decimal;
  font-weight: 700;
}

.accordionfaqitem ol.alpha li {
  margin-bottom: 15px;
}

.accordionfaqitem ol.alpha li span {
  font-weight: 400;
}

.accordionfaq.round3 .accordionfaqitem p.address {
  margin-left: 30px;
}

.faq .tabs_content_container {
  min-height: 0px;
}

.item-pagenew-indust-news .article-info.muted {
  position: absolute;
  bottom: -50px;
  right: 0;
}

@media screen and (max-width: 500px) and (min-width: 180px) {
  #contentarea .faq.faqpage .tabs_wrapper>ul>li {
    width: 49%;
  }

  .faqdownloadbutton {
    display: block;
    padding: 10px;
  }
}

table.table_blue {
  border: 1px solid #e5eff8;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 30px;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

table.table_blue thead td {
  text-align: center;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.table_blue td.title_main {
  /* width: 35%; */
}

h4.newsflash-title.past_presentation {
  clear: both;
  padding-top: 20px;
}

.table_blue thead td,
.table_blue thead th {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.table_blue td.speaker_main {
  /* width: 30%; */
}

.past_presentation table.table_blue thead td {
  text-align: center;
}

.table_blue td.download,
.table_blue td.title_main.download.align-center,
.table_blue td.title_main.video.align-center,
.table_blue td.watch {
  text-align: center;
}

.table_blue td {
  border: 1px solid #dedede;
  background: #fff;
  margin: 0;
  padding: 7px;
}

span.newnote {
  display: block;
  font-weight: 600;
}

.pastevent .presentation_wrapper>ul>li>a,
.pastevent .presentation_wrapper>ul>span>a {
  font-size: 20px;
  padding: 20px 30px;
}

.pastevent .moduletable .presentation_content .marginleft40 h3 {
  background: 0 0;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.pastevent .eventacc h3,
.pastevent .eventrowright h3,
.pastevent .eventvenue-left ul li h3 {
  margin: 0;
  padding: 0;
  background: 0 0;
  line-height: 22px;
}

.pastevent div#center2 p {
  padding: 0;
}

.pastevent .eventacc h3,
.pastevent .eventrowright h3 {
  margin-bottom: 10px;
}

.pastevent .presentation_wrapper .tabs_content_container {
  margin: 40px 0;
}

.pastevent .presentation_wrapper ul {
  text-align: center;
  padding: 0;
  margin: 25px auto;
}

.pastevent .presentation_wrapper>ul>li,
.pastevent .presentation_wrapper>ul>span {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0 10px;
}

.os_table input#phone_code {
  width: 27%;
  float: left;
}

.os_table input#phone-number {
  width: 69%;
  float: right;
}

a.button.technical-papers {
  background: linear-gradient(to right, #7a1a35, #452d5f) url(../img/newspaper-folded.png) no-repeat;
  padding-left: 20px;
  font-size: 18px;
  background-size: 350px;
  background-position: 0 50%;
  font-weight: 600;
}

.floatright {
  float: right;
}

.testimonialpage #banner .fav-control-nav {
  display: block;
}

.aus-text,
.uk-text {
  display: inline-block;
  background: url(../img/down-arrow.png) no-repeat;
  background-size: 9px;
  padding: 0 10px;
  background-position: 10px;
  cursor: pointer;
}

.aus-text {
  visibility: hidden;
}

div#toplocation-wrap {
  float: right; margin-left: 17px;
}

.footer-row .wrap,
div#toplocation-wrap .wrap {
  background: #fff;
  padding: 6px 0 6px 7px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}

.countries-list {
  position: absolute;
  z-index: 99;
}

.footer-row .wrap.hide,
div#toplocation-wrap .wrap.hide {
  display: none;
  width: 166px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-left: -1px;
  box-shadow: none;
  background: #fff;
  border-radius: 0;
  border-top: 0;
}

.footer-row .wrap.hide span.uk-text,
div#toplocation-wrap .wrap.hide span.uk-text {
  padding-left: 0;
  font-size: 13px;
  color: #333;
}

.os_table input#phone_code {
  width: 27%;
  float: left;
}

.os_table input#phone-number {
  width: 69%;
  float: right;
}

.footer-row img,
div#toplocation-wrap img {
  max-width: 25px;
  /*image-rendering: pixelated;*/
  image-rendering: auto !important;
  -ms-interpolation-mode: bicubic;
}

.footer-row .wrap.hide a,
div#toplocation-wrap .wrap.hide a {
  display: block;
  text-align: left;
  padding: 5px 0;
}

.pce_footer .uk-text.malay-image {
  background-image: url(../img/mys.png);
}

div#toplocation-wrap .wrap.hide:hover {
  background: #f9f9f9;
}

.moduletable.testi_video .slide_pagetitle {
  display: none;
}

td.newslettertitle {
  font-size: 14px !important;
  width: 35% !important;
}

table.footernews .bottom img {
  width: 35px !important;
}

.award_reg_form {
  max-width: 654px;
  margin: 0 auto 40px;
}

.award_reg_form .gcore-input {
  margin-left: 100px;
  margin-bottom: 10px;
  clear: none;
}

.award_reg_form label {
  width: 100px;
}

.award_reg_form span.right {
  float: right;
}

.award_reg_form span.right.smalltext,
input.redtext.smalltext {
  font-size: 12px;
}

.award_reg_form .bggrey {
  background: #eee;
  padding: 10px;
  margin: 30px 0 20px;
}

.award_reg_form .bold {
  font-weight: 700;
}

.gcore-line-tr.bordertop {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.gcore-line-tr.terms_condition .gcore-input .g-recaptcha {
  text-align: center;
  margin: 10px auto;
  display: inline-block;
}

.award_reg_form input.checkbox_input {
  float: none;
  margin: 5px 0;
  display: inline-block;
}

.award_reg_form .terms_condition p {
  margin-left: 30px;
  text-align: center;
  display: inline-block;
}

.gcore-line-tr.terms_condition {
  text-align: center;
}

.gcore-line-tr.terms_condition .gcore-input {
  margin: 0;
}

.award_reg_form .terms_condition p {
  margin-left: 30px;
}

.award_reg_form .gcore-input select {
  background: #fff;
}

.award_reg_form input.button {
  width: 100px;

  font-size: 16px;

  margin: 0 10px;
}

.bluetext {
  color: #5196f1;
  font-weight: 800;
}

.awards_row .rightdata {
  float: right;
  width: 310px;
  text-align: right;
}

.button.btngrey {
  background: #606060;
  border-color: #606060;
  margin-left: 10px;
}

.awards_row .rightdata .button {
  font-size: 15px;
}

.awards_row .rightdata>.button {
  width: 150px;
  float: left;
  display: block;
  box-sizing: border-box;
  line-height: 20px;
}

.awards_row .leftdata h3 {
  margin-bottom: 10px;
}

.awards_row .leftdata {
  float: left;
  width: calc(100% - 330px);
}

.awards_row {
  position: relative;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 15px;
}

.awards_row form input {
  float: left;
  width: calc(100% - 70px);
}

.awards_row form button {
  float: right;
}

.awards_row form {
  margin: 0;
  background: #fff;
  overflow: hidden;
  padding: 10px 0;
  z-index: 9999;
  position: relative;
  clear: both;
}

img.awards_logo {
  float: right;
  margin: -15px 0 15px 0;
}

.awards_row .leftdata p {
  margin-bottom: 10px;
}

.award_reg_form .gcore-input input[type="file"] {
  margin-bottom: 5px;
}

.jconfirm {
  position: fixed;
  background: rgba(0, 0, 0, 0.33);
  width: 100vw;
  height: 100%;
  z-index: 999;
  top: 0;
  margin-left: -50vw;
  left: 50%;
}

span#close_ask_a_quest_div {
  position: absolute;
  right: 5px;
  top: 0;
  padding: 6px 0;
  display: block;
  width: 30px;
  text-align: center;
  height: 30px;
  cursor: pointer;
}

.gdpr {
  margin-top: 20px;
  line-height: 16px;
}

.jconfirm-holder {
  padding: 0 !important;
}

.jconfirm-title-c {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  border-radius: 9px;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.jconfirm .jconfirm-scrollpane {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  background: #fff;
  border-radius: 10px;
}

.jconfirm-buttons,
.jconfirm-content-pane {
  text-align: center;
  padding: 10px;
}

.jconfirm-buttons button {
  margin: 0 10px;
  font-size: 15px;
}

.jconfirm-buttons button:nth-child(2) {
  background: #606060;
  border-color: #606060;
}

.award_reg_form .gcore-input #recaptcha div,
.award_reg_form .gcore-input #recaptcha iframe {
  max-width: 300px;
}

.award_reg_form .gcore-input #recaptcha iframe {
  border-right: 1px solid #bcbcbc;
  border-radius: 6px;
}

.moduletable.awards_module h3 {
  font-size: 20px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  background: 0 0;
}

.moduletable.award-module .pinkbox {
  margin-bottom: 30px;
}

.gcore-input span.error {
  color: red;
  font-size: 14px;
}

.jconfirm-buttons input.button {
  line-height: 17px;
  vertical-align: bottom;
}

.jconfirm-buttons button,
.jconfirm-buttons input.button {
  width: 110px;
}

body.awards_inner .pinkbox {
  margin-bottom: 20px;
}

.self_nominee_tick {
  margin-left: 20px;
}

.key_features.awards-agenda .feature {
  width: 220px;
  vertical-align: top;
}

.key_features.awards-agenda .feature h5 {
  font-weight: 600;
  margin: 10px 0 0;
}

.agenda_note {
  text-align: center;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 600;
}

span.msg-error.error {
  font-size: 100%;
}

img.newsletterimage {
  min-width: 40px;
  text-align: center;
}

td.top-news-icons {
  height: 30px;
}

.cc-revoke,
.cc-window {
  display: block;
}

.cc-banner .cc-message {
  display: block;
  float: right;
  width: calc(100% - 200px);
}

.cc-compliance {
  display: block;
  float: left;
  width: 200px;
}

.cc-theme-classic .cc-btn:last-child {
  margin-right: 20px;
  max-width: 100px;
}

h3.modal-h3 {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.mailchimp .inputbox {
  margin-bottom: 5px;
}

.table_blue td.title_main.download {
  width: 15%;
  text-align: left;
}

#rightc {
  position: fixed;
  right: -9px;
  top: 45%;
  width: 50px;
  cursor: pointer;
  z-index: 99;
}

#rightc img:hover {
  opacity: 0.5;
  transition: 2s;
}

.audio_main,
.file_main {
  display: none;
}

#gallery #fav-caption a {
  margin-top: -128px;
}

.counter {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.counter>span {
  display: inline-block;
  vertical-align: middle;
}

.counter>span.count {
  margin: 0 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
  font-size: 18px;
}

#banner .custom .counter {
  display: none;
}

.hidden {
  display: none !important;
}

.tickets-combo-container {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px;
}

.ticket-combo-content {
  text-align: center;
  width: 24%;
  border-radius: 0;
  position: relative;
}

.ticket-combo-content h3 {
  background-color: transparent;
  padding: 28px 0;
  line-height: 40px;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-bottom: 0;
}

.ticket-combo-content h3 span {
  display: inline-block;
  font-size: 19px;
  color: #eec21b;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 21px;
  padding: 0 18px;
  min-height: 40px;
  vertical-align: middle;
}

.ticket-combo-content .packs-details {
  margin-bottom: 60px;
}

.ticket-combo-content .packs-details p {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  background-color: #444;
  padding: 5px 20px;
  border-bottom: 1px solid;
  background-color: #595959;
  text-align: left;
}

.standalone-tickets .packs-details p:nth-of-type(1) {
  background-color: #595959;
}

.standalone-tickets .packs-details p:nth-of-type(2) {
  background-color: #7f7f7f;
}

.standalone-tickets .packs-details p:nth-of-type(3) {
  background-color: #aaa8a8;
}

.package-deals .packs-details p:nth-of-type(1) {
  background-color: #6f2032;
}

.package-deals .packs-details p:nth-of-type(2) {
  background-color: #872f43;
}

.package-deals .packs-details p:nth-of-type(3) {
  background-color: #bf2a2d;
}

.ticket-combo-content .packs-details p:last-child {
  border-bottom: 0;
}

.pack-title {
  font-size: 22px;
  font-weight: 600;
  color: #444;
  position: relative;
  margin-bottom: 15px;
  flex-basis: 100%;
}

.price {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #444;
  margin-bottom: 0;
  align-self: flex-end;
}

.vat {
  font-size: 15px;
  font-weight: 400;
}

.pac-desc {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.slider-content {
  position: relative;
}

.slideshowtext {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: left;
  z-index: 0;
}

.slideshowtext::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(45deg, rgba(122,26,53,0.85) 50%, rgba(69,45,95,0.85) );
 /* background: linear-gradient(45deg, rgb(122 26 53 / 64%) 50%, rgb(69 45 95 / 77%) );*/
  z-index: -1;
  transform: skew(-24deg);
  left: calc(-44% - 107px);
}

.slideshowtext h3 {
  background: 0 0;
  text-transform: capitalize;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin-top: 6%;
  margin-bottom: 6px;
  border-bottom: 0;
}

.slideshowtext h3:after,
.slideshowtext h3:before {
  display: none;
}

.location {
  color: #fff;
  font-size: 40px;
  line-height: 53px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 70px;
}

.location .date {
  display: block;
}

.register-button {
  margin-left: 64px;
  background: top;
  color: #fff;
  font-size: 44px;
  padding: 12px 2%;
  border-radius: 3px;
  font-weight: 600;
  border: 2px solid;
}

.time-container {
  margin: 48px 0;
  font-size: 30px;
  color: #fff;
  margin-left: 75px;
  margin-top: 58px;
}

.section-container {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}

.icon-content {
  display: block;
  margin-bottom: 30px;
  width: 170px;
  height: 170px;
  background: #e4e4e4;
  text-align: center;
  line-height: 170px;
  border-radius: 50%;
  opacity: 0.5;
}

.section-content {
  text-align: center;
}

/*.section-content:nth-of-type(3) span img {
  margin-left: -20px;
}

.section-content:nth-of-type(4) span img {
  margin-left: 22px;
}*/

.icon-container {
  color: #333;
  text-transform: capitalize;
  font-size: 24px;
}

.section-content:hover .icon-content {
  opacity: 1;
}

.section-content:hover .icon-container {
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

.search-box-top {
  float: right;
  position: relative;
  margin-left: 17px;
  width: 500px;
}

.search-box-top .element-invisible {
  display: none;
}

.search-box-top .button {
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  text-indent: -99999px;
  background-color: transparent;
  border: 0;
  background: url(../img/search.png) center center/15px no-repeat;
}

.search-box-top .search-query {
  background: linear-gradient(to right, #f2e8ea, #ece9ef);
  border: 0;
  box-shadow: none;
  border-radius: 5px;
  text-align: right;
  padding-right: 50px;
  box-sizing: border-box;
  color: #452d5f;
  -webkit-appearance: none;
}

.search-box-top .search-query:-internal-autofill-selected {
  background: linear-gradient(to right, #f1e7ea, #ece9ee) !important;
}

.search-box-top .search-query::placeholder {
  color: #452d5f;
  opacity: 0.7;
}

div#toplocation-wrap .wrap>a img {
  margin-right: 10px;
}

div#toplocation-wrap .wrap>a {
  color: #333;
  font-size: 13px;
  vertical-align: middle;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-location .wrap {
  background-color: transparent;
}

.footer-row-1 {
  border-bottom: 1px solid;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

div#footer .footer-location img {
  margin: 0;
  margin-right: 10px;
}

.footer-row .wrap.hide {
  width: 184px;
}

#toplocation-wrap .wrap.selected-country .uk-text {
  background-image: url(../img/black-down.png);
}

.time-container>div {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin-right: 60px;
}

.time-container .time-content {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 2px solid;
  border-radius: 50px;
  position: relative;
}

.time-container .time-content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 7px solid;
  border-radius: 50%;
  clip: rect(0, 100px, 43px, 45px);
  animation: rotateclock linear infinite both;
  margin: -4px;
}

#hours:after {
  animation-duration: 6s;
}

#days:after {
  animation-duration: 10s;
}

#months:after {
  animation-duration: 20s;
}

@keyframes rotateclock {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

#mainnav {
  margin-top: 10px;
}

.divinner-custom {
  max-width: 1300px;
  display: flex;
}

#newsfeed li {
  border-bottom: 1px solid #333;
  padding: 9px 0;
}

#newsfeed li:last-child {
  border-bottom: 0;
}

#newsfeed li a {
  color: #333;
  font-weight: 600;
  transition: 0.5s ease;
}

#mainnav ul.nav.menu li a.child-active,
#newsfeed li a:hover {
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

.slide_pagetitle {
  display: none;
}

.latestnews {
  margin-bottom: 3px;
}

.tweet-window {
  border: 0;
}

.tweet-window::-webkit-scrollbar {
  width: 0;
}

#newsfeed h3,
#twitterfeed h3 {
  display: block;
  margin-bottom: 8px;
  background: 0 0;
  border-bottom: 1px solid;
  position: relative;
  padding-bottom: 5px;
  font-weight: 500;
}

.homepage #newsfeed h3,
#twitterfeed h3 {
  display: block;
  text-transform: capitalize !important;
  margin-bottom: 8px;
  background: 0 0;
  border-bottom: 1px solid;
  position: relative;
  padding-bottom: 5px;
  font-weight: 500;
}

#newsfeed h3:after,
#twitterfeed h3:after {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  background: linear-gradient(to right, #7a1a35, #452d5f);
  width: 80px;
  bottom: -2px;
  border: 0;
}

#newsfeed h3:before,
#twitterfeed h3:before {
  display: none;
}

#lookback,
#newsfeed {
  position: relative;
  overflow: hidden;
  margin-right: 0;
}

#lookback:after,
#newsfeed:after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  width: 8px;
  height: 110%;
  background: #fff;
  z-index: 999;
}

.latestnews,
.tweet-window {
  height: 278px;
}

.event-main-title {
  background: 0 0;
  text-transform: uppercase;
  font-weight: 600;

  font-size: 39px;
  margin-bottom: 16px;
  border-bottom: 0;
}

.event-main-title:after,
.event-main-title:before {
  display: none;
}

.package-deals,
.standalone-tickets {
  background-size: cover;
  background-repeat: no-repeat;
}

.standalone-tickets {
  background-color: #3d3d3d;
}

.package-deals {
  background-color: #6e1f32;
}

.standalone-tickets:nth-of-type(1) {
  background-image: url(../img/register/standalone-bg-1.png);
}

.standalone-tickets:nth-of-type(2) {
  background-image: url(../img/register/standalone-bg-2.png);
}

.standalone-tickets:nth-of-type(3) {
  background-image: url(../img/register/standalone-bg-3.png);
}

.standalone-tickets:nth-of-type(4) {
  background-image: url(../img/register/standalone-bg-4.png);
}

.package-deals:nth-of-type(1) {
  background-image: url(../img/register/package-1.png);
}

.package-deals:nth-of-type(2) {
  background-image: url(../img/register/package-2.png);
}

.package-deals:nth-of-type(3) {
  background-image: url(../img/register/package-3.png);
}

.package-deals:nth-of-type(4) {
  background-image: url(../img/register/package-4.png);
}

.title-price-container {
  background-color: #fff;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 10px;
  border: 1px solid #d7d7d7;
}

.buy-info-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.price-buy,
.sold-out {
  width: 70%;
  background: #eec21b;
  color: #3b3b3b;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.info-content {
  width: 30%;
  background: url(../img/register/info_icon.png) center no-repeat #2e2e2e;
  text-indent: -99999px;
  border-left: 2px solid #fff;
  display: inline-block;
  box-sizing: border-box;
}

.price-buy:hover {
  color: #fff;
}

.price-buy,
.sold-out {
  padding: 14px 0;
}

.sold-out {
  background-color: #2e2e2e;
  cursor: not-allowed;
  color: #fff;
}

.package-deals h3 {
  padding: 26px 0;
}

.package-deals .pack-title,
.package-deals .price {
  color: #6e1f32;
}

.package_combo_div {
  margin-bottom: 80px;
}

.package_combo_div h3.pageheading {
  text-transform: uppercase;
  font-weight: 900;
}

.register-page #wrapper .divinner,
.venue-page #wrapper .divinner {
  max-width: 1150px;
}

#lookback .favslider.dark-arrows .fav-direction-nav li .fav-prev,
#lookback .favslider.light-arrows .fav-direction-nav li .fav-prev {
  left: 10px;
}

#lookback .favslider.dark-arrows .fav-direction-nav li .fav-next,
#lookback .favslider.light-arrows .fav-direction-nav li .fav-next {
  right: 10px;
}

#register-table tbody tr {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-right: 18px;
  margin-bottom: 18px;
}

#register-table tbody tr.three-row {
  width: 39%;
  margin-right: 17px;
}

#register-table tbody tr.three-row.width-15 {
  width: 16%;
}

#register-table tbody tr.display-table-row {
  display: table-row;
  width: 100%;
}

#register-table tbody .title_cell,
#register-table tbody td {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #827e7e;
  padding-bottom: 8px;
}

#register-table .register-radio table td {
  display: inline;
  padding-top: 10px;
  margin-right: 20px;
}

#register-table .register-radio tr {
  margin-top: 10px;
  margin-bottom: 0;
}

#register-table tbody .title_cell,
#register-table tbody td .tooltip-td .messagebox {
  text-transform: unset;
}

.register-header .pageheading {
  text-transform: uppercase;
  font-weight: 600;
  margin: 54px 0;
}

#register-table tbody tr.table_members_div {
  display: table-row;
}

#register-table tbody tr.table-member-label.table_members_div td {
  display: inline-block;
}

#register-table tbody tr.table-member-label.table_members_div {
  display: block;
  margin-bottom: 15px;
}

#register-table tbody tr.table-member-label.table_members_div td input[type="checkbox"] {
  width: auto;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

#register-table tbody tr.table_members_div table tr {
  display: table-row;
}

#register-table tbody tr.table_members_div table td,
#register-table tbody tr.table_members_div td {
  display: table-cell;
  width: auto;
  vertical-align: middle;
}

.title_cell .required {
  color: #666;
  padding-left: 0;
}

#register-table .inputbox[type="email"],
#register-table .inputbox[type="password"],
#register-table .inputbox[type="text"],
#register-table .inputbox[type="number"],
#register-table select,
#register-table textarea,
.existing_info select {
  background-color: #fff;
  padding: 13px;
  box-sizing: border-box;
  box-shadow: 0 3px 5px rgba(102, 102, 102, 0.36);
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-appearance: none;
  height: 45px;
  position: relative;
}

#register-table textarea,
#table_10_table textarea,
.existing_info textarea {
  resize: none;
}

#register-table select,
#table_10_table select,
.existing_info select {
  background: url(../img/dropdown.png) center right 11px/12px no-repeat #fff;
  text-overflow: ellipsis;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#register-table select::-ms-expand,
#table_10_table select::-ms-expand,
.existing_info select::-ms-expand {
  display: none;
}

#register-table select.readonly {
  opacity: 0.4;
  background-color: #eee;
  cursor: not-allowed;
  pointer-events: none;
}

#register-table tbody tr.terms_of_use table tbody tr {
  display: table-row;
}

#register-table tbody tr.terms_of_use table tbody td {
  padding-bottom: 0;
}

#register-table tbody tr.terms_of_use table tbody td:last-child {
  display: none;
}

#register-table {
  margin-bottom: 100px;
}

#register-table tbody tr.display-table-row input[type="button"] {
  border-radius: 8px;
  padding: 18px 60px;
  font-size: 24px;
  display: inline-block;
  margin-top: 15px;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.event-data-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 45%;
  padding: 30px;
  box-sizing: border-box;
}

.event-data-container.agenda_popup { max-height: 500px; overflow: auto; width: 50%; }
.event-data-container.agenda_popup h2 { padding-top: 0; }

.popup-event-info {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.popup-event-info .cross {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

.submit-reg-event {
  padding-top: 25px;
  border-top: 1px solid #cacaca;
  margin-top: 25px;
  text-align: center;
}

.label-title {
  display: inline-block;
  width: 52%;
  font-size: 18px;
  padding-left: 32px;
}

.registration_id_div {
  margin-top: 25px;
}

#submit_addon {
  padding: 11px 28px;
  margin-right: 15px;
}

.submit-reg-event button {
  font-size: 16px;
  padding: 11px 28px;
  text-transform: capitalize;
  border: 1px solid transparent;
  transition: 0.5s ease;
}

.submit-reg-event button:hover {
  background-color: #fff;
  color: linear-gradient(to right, #7a1a35, #452d5f);
  border-color: linear-gradient(to right, #7a1a35, #452d5f);
}

.radio-container {
  display: inline-block;
  margin-right: 35px;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  margin-top: 25px;
}

.radio-container input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin-top: 25px;
}

.checkmark {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border: 3px solid #c23637;
  margin-right: 26px;
  border-radius: 50%;
  bottom: 1px;
}

.radio-container input:checked~.checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #c23637;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.registration_id_div #registration_code {
  border: 1px solid #cacaca;
  padding: 10px;
  width: 140px;
}

.registration_id_div #registration_code:focus {
  border-color: linear-gradient(to right, #7a1a35, #452d5f);
}

#menu-close {
  display: none;
}

.custom-module-head h3 {
  margin: 40px 0 35px;
}

.art-intro-text {
  font-size: 13px;
}

.images-venue-main-container {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 40px;
}

.images-venue-content {
  flex-basis: calc(25% - 40px);
  text-align: center;
  margin: 0 20px 60px;
}

.images-venue-content:nth-of-type(4n + 1) {
  margin-right: 40px;
  margin-left: 0;
}

.images-venue-content:nth-of-type(4n) {
  margin-left: 40px;
  margin-right: 0;
}

.images-venue-content a {
  display: block;
}

.images-venue-content p {
  color: linear-gradient(to right, #7a1a35, #452d5f);
  text-transform: none;
  text-align: center;
  margin: 10px 0 5px;
  font-size: 19px;
  font-weight: 600;
}

.images-venue-content p.capitalise {
  text-transform: capitalize;
}

.images-venue-content span {
  color: #333;
}

.iframe-container {
  background-color: #fff;
  margin-bottom: 18px;
}

.travel-link {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid;
  padding-bottom: 5px;
}

.map-containermap-container {
  margin-bottom: 70px;
}

.accomodations-main-container>p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 35px;
}

.accomodations-main-container p {
  font-size: 15px;
}

.accomodations-container {
  display: flex;
  justify-content: space-between;
}

.accommod-content {
  flex-basis: 32%;
}

.accommod-content img {
  width: 100%;
}

.accommod-content p {
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

.accomodations-main-container>p.list-hotels {
  margin: 20px 0;
  font-size: 24px;
}

.accomodations-main-container {
  margin-bottom: 120px;
}

.table-payment-main {
  margin: 30px auto;
  width: 100%;
}

.table-confo {
  display: inline-block;
  width: calc(100% / 2 - 6px);
  vertical-align: top;
  margin-right: 8px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.14);
}

.table-confo-two {
  margin-right: 0;
}

.new-paid-content,
.old-paid-content {
  margin: 30px auto 0;
  width: calc(100% / 2 - 6px);
  vertical-align: top;
  margin-right: 8px;
  display: inline-block;
  position: relative;
}

.new-paid-content table,
.old-paid-content table {
  height: 240px;
}

.new-paid-content {
  margin-right: 0;
}

.table-num-2 {
  margin: 30px auto 0;
  display: block;
}

.table-confo table {
  height: 350px;
}

.table-payment-main table.os_table.table-final-confirmation {
  border: 1px solid #7f7f7f;
  position: relative;
}

.table-confo table.os_table tbody td {
  padding: 7px 20px;
}

.table-payment-main .os_table.table-final-confirmation .highlighttd td {
  background: #fff;
  color: #333;
  border: 0;
  border-top: 1px dashed #7f7f7f;
  vertical-align: middle;
}

.table-payment-main .os_table.table-final-confirmation .highlighttd:first-child td,
.table-payment-main .os_table.table-final-confirmation .highlighttd:last-child td {
  background-color: #7f7f7f;
}

.table-payment-main .os_table.table-final-confirmation .highlighttd.total td {
  background-color: #d9d9d9;
  color: linear-gradient(to right, #7a1a35, #452d5f);
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid #7f7f7f;
}

.table-payment-main .os_table.table-final-confirmation tr.highlighttd:first-child td {
  text-align: center;
  height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 14%;
}

.table-payment-main .os_table.table-final-confirmation tr.highlighttd:first-child td span {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 0 13px;
  border-radius: 25px;
}

.table-payment-main .os_table.table-final-confirmation .highlighttd td:first-child {
  width: 70%;
  border-right: 1.5px solid #7f7f7f;
}

.reg_complete_data table.os_table .btn-contain {
  border: 0;
  padding-top: 45px;
}

.btn-contain .button,
.payment-method .button {
  font-size: 22px;
  padding: 15px 30px;
  border-radius: 9px;
}

.btn-contain .button.backbutton,
.payment-method .button.backbutton {
  margin-right: 15px;
  background: 0 0;
  color: #333;
}

.dashed {
  margin: 0 5px;
  font-size: 16px;
}

.table-payment-main .os_table.table-final-confirmation .highlighttd td.field_cell {
  text-align: right;
  text-transform: uppercase;
}

.members-table-container {
  margin-top: 20px;
}

.members-table th {
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #e9dddd;
  background-color: #333;
  color: #fff;
}

.reg_complete_data table.os_table.members-table tr:nth-child(2n + 1) {
  background-color: #fff;
}

.reg_complete_data table.os_table.members-table td {
  vertical-align: middle;
  padding: 8px 10px;
}

.members-table {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.14);
}

.event-info-text {
  text-align: left;
}

.event-info-text ul li {
  font-size: 16px;
}

.event-info-text ul li span {
  display: inline-block;
  width: 110px;
}

.basic-info {
  margin-bottom: 20px;
}

.basic-info h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: linear-gradient(to right, #7a1a35, #452d5f);
  font-weight: 600;
}

.event-info-text p {
  margin-bottom: 10px;
}

.refund-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.existing_info_inner {
  margin-bottom: 20px;
}

.existing_info .label-title {
  width: 100%;
  padding-left: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.extr_content>div {
  margin-bottom: 20px;
}

.table-payment-main:nth-of-type(2n) {
  margin-right: 0;
}

.payment-method .title_cell {
  text-align: center;
  margin-bottom: 10px;
}

.list-hotels a {
  font-weight: 600;
}

#noaddons-table {
  display: block;
  width: 100%;
  margin: 30px auto;
}

.table_10 {
  border-collapse: collapse;
}

.table_10 th {
  background: #666;
  color: #fff;
}

.table_10 td,
.table_10 th {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #eee;
}

#register-table tbody tr.table_members_div table td.diet-req,
.reg_complete_data table.os_table .table-10-edit td.diet-req {
  width: 250px;
}

.reg_complete_data .thanksp {
  font-size: 17px;
  padding: 20px 0;
  position: relative;
}

.confirm-title {
  color: linear-gradient(to right, #7a1a35, #452d5f);
  font-size: 30px;
  line-height: 35px;
}

.confirm-text {
  font-size: 17px;
}

.important {
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

.reg_complete_data .thanksp p {
  margin-bottom: 10px;
}

.event-data-container .alert {
  padding-left: 40px;
}

.country-wrap {
  text-align: left;
  position: relative;
  width: 168px;
}

.country-wrap img {
  margin-right: 5px;
  width: 25px;
  vertical-align: baseline;
}

.country-selected {
  border: 1px solid #ccc;
  display: block;
  border-radius: 3px;
  padding: 7px 20px 7px 8px;
  cursor: pointer;
  font-size: 14px;
  min-width:90px;
  background: url(../img/black-down.png) top 15px right 7px/9px no-repeat;
}

.location-list {
  margin-top: 0;
  transition: 0.3s ease-out all;
  position: absolute;
  z-index: 99999;
  background: #fff;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  bottom: 0;
  top: 100%;
}

.location-list li a,
div#footer .location-list li a {
  display: block;
  padding: 5px 15px 5px 8px;
  border: 1px solid #cdcdcd;
  border-top: 0;
  transition: 0.5s ease;
  color: #333;
  background-color: #fff;
  font-size: 14px;
  padding: 3px 5px;
}

.location-list li a span {
  padding-left: 5px;
}

.location-list li a:hover {
  color: linear-gradient(to right, #7a1a35, #452d5f);
}

.country-wrap:hover .location-list {
  height: 145px;
}

.footer-location .country-selected {
  background-image: url(../img/white-down.png);
}

.terms-condition {
  margin-bottom: 100px;
}

.event-edit-page {
  max-width: 600px;
  margin: 0 auto;
}

.event-edit-page .label-title {
  text-align: right;
  padding-left: 0;
  padding-right: 30px;
}

.reg_complete_data table.os_table .table-10-edit>td {
  border: 0;
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

body.awards_inner .awardnight .pageheading.centertext {
  margin: 20px auto 30px;
  width: 184px;
  display: block;
  text-align: left;
}

#footer .social-icons ul.contactsocial li img {
  max-height: initial;
  max-width: initial;
  min-height: 22px;
  width: 32px;
}

.contactsocial li a img {
  width: 32px;
}

.disable-go-btn .button {
  display: none;
}

#footer .social-icons .contactsocial li {
  margin-right: 10px;
}

/*#footer .social-icons .contactsocial li:first-child {
    margin-right: 15px;
}*/

.speakers-container {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: start;
}

.speakers-content {
  display: flex;
  width: calc(100% / 3 - 7px);
  margin-bottom: 10px;
  margin-right: 10px;
}

.speakers-content:nth-of-type(3n) {
  margin-right: 0;
}

.speaker-image {
  max-width: 115px;
  border-right: 2px solid #fff;
  max-height: 120px;
  overflow: hidden;
  width: fit-content;
}

.speakers-text-container {
  flex-basis: 70%;
  background-color: #e4e4e4;
  padding: 10px 20px 8px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.speakers-text-container>* {
  flex-basis: 100%;
}

.speakers-text-container .redtext {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  align-self: flex-end;
}

.speakers-container .company,
.speakers-container .job-title {
  min-height: auto;
  align-self: flex-start;
}

#speakers-main-container .job-title {
  height: auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

#speakers-main-container .company {
  align-self: flex-end;
  font-size: 15px;
  line-height: 1.2;
}

.speaker-image img {
  min-height: 120px;
  width: auto;
}

.thanksdetails {
  max-width: 100%;
}

.expire {
  text-decoration: line-through;
}

.table-payment-main .os_table.table-final-confirmation .highlighttd.full-width-tr td {
  width: 100%;
}

.btn-contain {
  margin-top: 20px;
}

#pay_method {
  text-align: right;
}

div.pagination span.pagination>span:first-child,
div.pagination span.pagination>span:last-child {
  display: none;
}

@media screen and (max-width: 500px) {
  .reg_complete_data .thanksp p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

ul[type="circle"] {
  padding-left: 20px;
}

ul[type="circle"] li {
  margin-bottom: 5px;
  font-size: 14px;
}

ul[type="circle"] li:before {
  list-style: disc;
  content: "";
  display: list-item;
  width: 2px;
  float: left;
  font-size: 22px;
  color: linear-gradient(to right, #7a1a35, #452d5f);
  margin-top: -2px;
}

.gcore-line-tr.terms_condition span.msg-error.error {
  display: block;
}

.speakers-text-container .redtext {
  align-self: start;
  line-height: 20px;
  margin-bottom: 5px;
  -ms-align-self: start;
}

.speakers-text-container {
  padding: 17px 15px 15px;
}

.speakers-container {
  margin-bottom: 70px;
}

.filter-wrp {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

#filter-form {
  display: flex;
  justify-content: center;
  width: 600px;
  margin: auto;
}

#filter-form .inputbox {
  width: 400px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#filter-form select#country {
    width: 200px;
    height: 38px;
    margin-right: 10px;
}

#filter-form #clear {
  background-color: #555;
  border-color: #555;
}

#filter-form button {
  border-radius: 5px;
  margin-right: 10px;
  overflow: initial;
}

#filter-form button:nth-of-type(2) {
  background-color: #555;
  border-color: #555;
}

@media screen and (min-width: 767px) {

  .testimonials_main_section,
  .testimonials_main_secright {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  #filter-form {
    justify-content: space-evenly;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  #filter-form select {
    width: 100%;
    margin-bottom: 10px;
  }

  #filter-form {
    justify-content: center;
    width: auto;
    flex-wrap: wrap;
  }

  #filter-form #clear {
    margin-left: 10px;
  }

  .gcore-input {
    margin-left: 120px;
    margin-top: -22px;
  }
  .gcore-display-table.gcore-input.captcha { margin-top: 0; }

  .gcore-line-td label {
    width: 120px;
  }

  .chronoform p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left !important;
    justify-content: left !important;
  }

  .page-header h2,
  .moduletable h3,
  .pageheading {
    margin-bottom: 10px;
  }
}

.dib {
  display: inline-block;
}

.width-clas {
  /*width: 40% !important;*/
}

#cssmenu,
#cssmenu #menu-button,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
  background: url(../img/menu_res.png) 100% 0 no-repeat;
  text-indent: -9999px;
  height: 30px;
  text-align: left;
  float: none;
  margin: 5px 10px 0 0;
}

#cssmenu {
  width: auto;
  float: right;
}

#menu-line {
  position: absolute;
  bottom: 15px;
  left: 0;
  height: 2px;
  background: #7f2a2c;
  z-index: 99;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#cssmenu>ul>li {
  float: left;
  padding: 10px 0 5px;
  margin-right: 35px;
  margin-bottom: 15px;
}

#cssmenu>ul>li.has-sub {
  background: url(../img/black-down.png) top 17px right 0px / 9px no-repeat;
}

#cssmenu>ul>li:last-child {
  margin-right: 0;
}

#cssmenu>ul>li:last-child a {
  padding-right: 0;
}

#cssmenu>ul>li a {
  display: block;
  padding: 0 12px;
}

#cssmenu.align-center>ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center>ul>li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right>ul>li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu>ul>li.has-sub li.has-sub>a {
  background: #333 url(../img/arrow_r.png) 95% 50% no-repeat;
}

#cssmenu>ul>li>a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#cssmenu>ul>li.has-sub:hover>a::after {
  border-color: #009ae1;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 99;
  margin-top: 0;
}

#cssmenu li:hover>ul {
  left: -24px;
  top: auto;
  border: 1px solid #f6eef0;
  box-shadow: 5px 2px 11px #33333340;
}

#cssmenu.align-right li:hover>ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

#cssmenu ul li:hover>ul>li {
  min-height: 32px;
  height: auto;
}

#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 220px;
  font-size: 12px;
  background: #fff;
  text-decoration: none;
  color: #ddd;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#cssmenu ul ul li.active a {
  background: #666;
}

#cssmenu ul ul li a:hover {
  background: #444;
}

#cssmenu ul li a img {
  display: none !important;
}

@media screen and (max-width: 899px) {
  #cssmenu {
    width: 100%;
    position: relative;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu ul.nav.menu.open {
    position: fixed;
    z-index: 9999999999999999;
    background: linear-gradient(to right, #7a1a35, #452d5f);
    text-align: left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }

  #cssmenu>ul>li {
    margin: 0;
    padding: 0;
  }

  #cssmenu ul.nav.menu li a {
    padding: 12px 15px;
    margin: 0;
    display: block;
    color: #fff;
  }

  #mainnav #cssmenu ul.nav.menu li a:hover {
    background-color: #fff;
    color: #7f132c;
  }

  #cssmenu.align-center>ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }

  #cssmenu ul li:hover>ul>li,
  #cssmenu ul ul li,
  #cssmenu ul.nav>li {
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    line-height: 15px;
  }

  #cssmenu ul ul li a {
    padding: 10px 25px;
  }

  #cssmenu.align-center>ul>li,
  #cssmenu.align-right>ul>li,
  #cssmenu>ul>li {
    display: block;
  }

  #cssmenu ul ul.submenu li {
    display: block;
    float: left;
    list-style: square;
    color: #eee;
    margin-left: 0;
    background-image: url(../img/list_square.jpg);
    background-position: 10px 16px;
    background-repeat: no-repeat;
  }

  #cssmenu ul ul.submenu li li {
    background-position: 25px 16px;
  }

  #cssmenu ul ul.submenu {
    background: rgba(255, 255, 255, 0.1);
  }

  #cssmenu ul ul li a {
    background: 0 0;
  }

  #cssmenu ul ul li a:hover,
  #cssmenu ul ul li:hover>a {
    background: rgba(255, 255, 255, 0.1);
  }

  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }

  #cssmenu ul ul li.has-sub>a::after,
  #cssmenu>ul>li.has-sub>a::after {
    display: none;
  }

  #cssmenu>ul>li.has-sub,
  #cssmenu>ul>li.has-sub li.has-sub>a {
    background: 0 0;
  }

  #cssmenu>ul>li.has-sub.active {
    border-color: #fff;
  }

  #menu-line {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
  }

  #cssmenu .submenu-button {
    font-family: FontAwesome;
    position: absolute;
    z-index: 7;
    right: 0;
    top: 0;
    display: block;
    height: 48px;
    width: 35px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    line-height: 48px;
  }

  #cssmenu ul ul li .submenu-button {
    background: url(../img/arrow_d.png) 50% 50% no-repeat;
    background-color: none;
  }

  #cssmenu .submenu-button:before {
    content: "f078";
  }

  #cssmenu .submenu-opened:before {
    content: "f077";
  }

  #menu-close {
    display: inline-block;
    float: right;
    margin: 20px;
    text-align: right;
    cursor: pointer;
    color: #fff;
    margin-bottom: 80px;
  }

  .menu-mobile-close {
    color: #fff;
  }

  #mainnav #cssmenu ul.nav-child li a {
    color: #7f132c;
  }

  #mainnav #cssmenu ul.nav.menu li a {
    font-size: 18px;
    padding: 16px;
  }

  #mainnav #cssmenu ul.nav li>a {
    color: #fff;
  }

  #mainnav #cssmenu ul.nav li.active>a {
    color: #7f132c;
    background-color: #fff;
  }

  #headerright #mainnav #cssmenu ul.nav-child li a {
    font-size: 16px;
    padding: 10px 20px;
    color: #7f132c;
  }

  #mainnav #cssmenu ul.nav.menu .register-btn-container {
    position: absolute;
    top: 55px;
    text-align: center;
    margin: 0 auto;
    width: 150px;
    left: 0;
    right: 0;
    border: 0;
  }

  #mainnav #cssmenu ul.nav.menu .register-btn-container .register-btn {
    background: #eec21b;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 600;
    padding: 16px;
  }

  #mainnav #cssmenu a+ul.nav-child {
    left: 0;
  }
}

@media only screen and (min-width: 765px) {
  .podlink-hp {
    position: absolute;
    right: 30px;
    bottom: 25px} 
  .new-indust-news .fr-fil .fr-dii .fr-draggable img {
    float: left;
    width: 170px;
    padding: 23px;
    background: #eee;
    margin-right: 30px;
  }

  .new-indust-news .ind-news-img {
    float: left;
    width: 200px;
    padding: 3px 3px 3px 0px;
    background: #fff;
    margin-right: 30px;
    height: 105px;
  }

  .new-indust-news .span6 {
    width: 100%;
  }

  .Indust-container {
    margin-left: 230px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    margin-bottom: 40px;
  }

  .new-indust-news .article-info {
    color: #6b2041;
    /*margin-top: 10% !important;*/
    float: right !important;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 700;
    text-align: right;
    border-bottom: none;
  }

  .new-indust-news .blognew-indust-news p {
    font-family: inherit;
    font-weight: inherit;
    text-align: left;
    margin: 0 0 11px !important;
  }

  .new-indust-news .readmore a {
    display: inline-block;
    padding: 5px 10px;
    outline: 0;
    border: 1px solid #7f132c;
    background: #6b2041;
    color: #fff;
    width: 75px;
    overflow: hidden;
    height: 21px;
  }

  .new-indust-news .page-header h2 {
    padding-top: 40px;
    font-size: 22px;
    text-transform: none !important;
  }

  .new-indust-news .page-header h2:before {
    width: 100%;
  }

  .indust-new-updated .extra-intro-image {
    float: left;
    width: 170px;
    padding: 23px;
    background: #eee;
    height: 85px !important;
  }

  .indust-new-updated .mod-articles-category-introtext {
    margin-left: auto;
    float: none;
  }

  .indust-new-updated .category-module>li:after,
  .indust-new-updated .category-module>li:before {
    content: "";
    display: table;
    clear: both;
  }

  .new-indust-news #contentarea {
    margin-bottom: 50px;
  }

  .item-pagenew-indust-news img {
    float: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    width: 600px !important;
    margin-bottom: 15px !important;
  }

  .new-indust-news .item {
    margin-top: 5.8% !important;
  }

  .item-pagenew-indust-news .hid {
    display: none !important;
  }
}


@media only screen and (max-width: 760px) {
  .podlink-hp{position: absolute !important;
    top: 250px !important;
    left: 266px !important;}
  
  .new-indust-news .fr-fil .fr-dii .fr-draggable img {
    float: none !important;
    width: 250px !important;
    padding: 23px;
    background: #eee;
    margin-left: 25px;
    margin-bottom: 20px;
  }

  .new-indust-news .ind-news-img {
    float: none !important;
    width: 250px !important;
    /*padding: 23px;*/
    background: #eee;
    margin-left: 25px !important;
    margin-bottom: 20px;
  }

  .new-indust-news .span6 {
    width: 100%;
  }

  .Indust-container {
    margin-left: 230px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    margin-bottom: 40px;
  }

  .items-leading clearfix p {
    padding-left: 20px;
  }

  .new-indust-news .article-info {
    color: #6b2041;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 700;
    text-align: right;
    border-bottom: none;
  }

  .new-indust-news .readmore a {
    display: inline-block;
    padding: 5px 10px;
    outline: 0;
    border: 1px solid #7f132c;
    background: #6b2041;
    color: #fff;
    width: 75px;
    overflow: hidden;
    height: 21px;
  }

  .new-indust-news .page-header h2 {
    padding-top: 20px;
    font-size: 18px;
    text-transform: capitalize !important;
  }

  .new-indust-news .page-header h2:before {
    width: 100%;
  }

  .indust-new-updated .extra-intro-image {
    float: none !important;
    width: 250px !important;
    padding: 23px;
    background: #eee;
    height: 85px !important;
  }

  .indust-new-updated .mod-articles-category-introtext {
    margin-left: auto;
    float: none;
  }

  .indust-new-updated .category-module>li:after,
  .indust-new-updated .category-module>li:before {
    content: "";
    display: table;

    clear: both;
  }

  .new-indust-news #contentarea {
    margin-bottom: 50px;
  }

  .new-indust-news .readmore {
    text-align: center;
    border-bottom: 1px solid #cac4c4;
    padding-bottom: 22px;
    margin-bottom: 0;
  }

  .new-indust-news .items-leading .items-row p {
    padding-left: 8px;
  }

  .item-pagenew-indust-news img {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
  }

  .item-pagenew-indust-news .hid {
    display: none !important;
  }
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
  position: relative;
}

.fancybox-skin {
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
  cursor: pointer;
  z-index: 8040;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  padding: 2px;
  box-sizing: border-box;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: url(blank.gif);
  -webkit-tap-highlight-color: transparent;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;

  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock,
.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock {
  width: auto;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.55);
}

.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-inner {
  overflow: hidden !important;
}

.fancybox-inner iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-size: 24px 24px;
  }
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating>.cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance>.cc-btn {
  -ms-flex: 1;
  flex: 1;
}

.cc-btn+.cc-btn {
  margin-left: 0.5em;
}

@media print {

  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
  margin-left: 0;
}

#contentarea .faq.faqpage .tabs_wrapper>ul>.tab3,
.tab5 {
  /* display: none !important;*/
}

.partnerspage.speaker .item-page.partnerpopup .partnerteam-right p {
  margin-bottom: 0px !important;
}

#ninja-slider .slider-inner:hover .fs-icon,
#ninja-slider.fullscreen .fs-icon {
  opacity: 1;
  margin-right: 25px;
}

/* css by hurais */
table.table-partner {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.table-partner td,
.table-partner th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

.table-partner th {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
  font-weight: bold;
  padding-top: 6px !important;
}

.table-partner td a {
  color: #000000;
}

body.partnerspage .item-page .page-header h2 {
  padding-top: 0;
  color: #333;
  margin-bottom: 25px;
}

#grid_container li.all {
  overflow: auto;
}

.popup-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 99;
}

.popup-form {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  max-width: 90%;
  position: relative;
}

.popup-form .gcore-line-td label {
  color: #333;
}

span.close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ddd;
  height: 25px;
  width: 25px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  color: #7f132c;
  font-size: 16px;
  cursor: pointer;
}

@media screen and (max-width:767px) {
  body.partnerspage.shortlisted ul.filter-btn li {
    width: calc(100% / 2 - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.icon-gray {
  filter: grayscale(1);
  opacity: 0.3;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
}

.border-bottom {
  border-bottom: 2px solid #7f132c;
}

.pb10 {
  padding-bottom: 10px !important;
}

ul.agenda-tabs {
  justify-content: center;
  margin-top: 25px;
}

.agenda-tabs li {
  padding: 10px;
  position: relative;
}

.agenda-tabs li.active::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  content: '';
  background: linear-gradient(to right, #7A1A35, #452D5F);
  height: 6px;
  width: 80%;
  transform: translate(-50%, 0px);
}

.just-center {
  justify-content: center;
}

/*Past Events New Section*/

.past-events-s {
  grid-column: 4 / 10;
  grid-row: 3 / 7;
}

.past-events-s-header {
  font-size: 4.5rem;
  color: #23487f;
  text-align: center;
  margin: 3rem 0;
}

.past-events-s-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  grid-gap: 6.4rem;
}

.past-events-s-card {
  background-color: #efefef;
  box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, .3);
}

.past-events-s-img {
  width: 100%;
  border-radius: .3rem .3rem 0 0;
}

.past-events-s-heading {
  background-color: #fffddd;
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 2rem;
  color: #458a9f;
  padding: .5rem 0;
  border-radius: .2rem;
  transform: translateY(-50%);
}

.past-events-s-paragraph {
  font-size: 1.4rem;
  color: #23487f;
  text-align: center;
  margin-bottom: 1.6rem;
}

.past-events-s-btn {
  width: 100%;
  padding: 1.6rem 0;
  background-color: #12376e;
  font-size: 1.9rem;
  color: #fff;
  border: none;
  border-radius: 0 0 .3rem .3rem;
}

.past-events-s-btn:hover {
  background-color: #23487f;
}

/*Past Events New Section Ends Here*/

/* Page Heading CSS by Sanket */
.pageheading-new {
  text-transform: uppercase;
  font-size: 22px;
}

/* Page Heading CSS by Sanket Ends Here */

/* MSL CSS */

.msl #header {
  display: none !important;
}

.msl #footer {
  display: none !important;
}


/* Video highlights page CSS by Sanket */
.video-highlights-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}

.vh-video {
  width: 45%;
  margin-right: 10px;
}

.vh-video iframe {
  width: 540px;
}

.vh-img {
  width: 48%;
}

.vh-header {
  font-weight: 900;
  margin: 0px 0px 0px 15px;
  font-size: 18px;
}

/* Video highlights page CSS by Sanket ends here */




/* CSS for Call for Papers by Sanket */

.call-for-papers-heading {
  text-transform: uppercase;
  font-size: 32px;
  margin-top: 15px;
}

.container {
  width: 1200px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  border: 0px solid #ddd;
  align-items: center;
  margin: 0 auto;
  background-color: #e4e4e4;
}

.content-container .content {
  display: none;
}

.content-container .active {
  display: block;
}

.themes a.active {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
  display: block;
}

.themes {
  width: 40%;
  background-color: #fff;
  border: none;
}

.case-study-zone {
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.1), rgba(69, 45, 95, 0.1));
  border: 1px solid #ddd;
  font-weight: 600;
  color: #663333;
  text-align: center;
  margin-bottom: 5px;
  width: 250px;
  box-shadow: 1px 1px 1px #ddd;
}

.mega-project {
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.1), rgba(69, 45, 95, 0.1));
  border: 1px solid #ddd;
  font-weight: 600;
  height: 100%;
  color: #663333;
  text-align: center;
  margin-bottom: 5px;
  box-shadow: 1px 1px 1px #ddd;
}

.masterclass-zone {
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.1), rgba(69, 45, 95, 0.1));

  border: 1px solid #ddd;
  font-weight: 600;
  background: linear-gradient(to right #e4d1d6, #dad5df);
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  box-shadow: 1px 1px 1px #ddd;
}

.innovation-zone {
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.1), rgba(69, 45, 95, 0.1));
  border: 1px solid #ddd;
  font-weight: 600;
  background: linear-gradient(to right #e4d1d6, #dad5df);
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  box-shadow: 1px 1px 1px #ddd;
}

.technology-zone {
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.1), rgba(69, 45, 95, 0.1));
  border: 1px solid #ddd;
  font-weight: 600;
  background: linear-gradient(to right #e4d1d6, #dad5df);
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  box-shadow: 1px 1px 1px #ddd;
}

.bim-zone {
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.1), rgba(69, 45, 95, 0.1));
  border: 1px solid #ddd;
  font-weight: 600;
  background: linear-gradient(to right #e4d1d6, #dad5df);
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  box-shadow: 1px 1px 1px #ddd;
}

.back-to-basics-zone {
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.1), rgba(69, 45, 95, 0.1));
  border: 1px solid #ddd;
  font-weight: 600;
  background: linear-gradient(to right #e4d1d6, #dad5df);
  text-decoration: none;
  color: #fff;
  text-align: center;
  box-shadow: 1px 1px 1px #ddd;
}

.case-study-zone a {
  text-decoration: none;
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.1), rgba(69, 45, 95, 0.1));
  color: #663333;
  padding: 10px;
  display: block;
}

.mega-project a {
  text-decoration: none;
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.1), rgba(69, 45, 95, 0.1));
  color: #663333;
  padding: 10px;
  display: block;
}

.masterclass-zone a {
  text-decoration: none;
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.1), rgba(69, 45, 95, 0.1));
  color: #333333;
  padding: 10px;
  display: block;
}

.innovation-zone a {
  text-decoration: none;
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.1), rgba(69, 45, 95, 0.1));
  color: #333333;
  padding: 10px;
  display: block;
}

.technology-zone a {
  text-decoration: none;
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.1), rgba(69, 45, 95, 0.1));
  color: #333333;
  padding: 10px;
  display: block;
}

.bim-zone a {
  text-decoration: none;
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.1), rgba(69, 45, 95, 0.1));
  color: #333333;
  padding: 10px;
  display: block;
}

.back-to-basics-zone a {
  text-decoration: none;
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.1), rgba(69, 45, 95, 0.1));
  color: #333333;
  padding: 10px;
  display: block;
}

.content {
  padding: 10px 15px 10px 20px;
  background-color: #e4e4e4;
  font-size: 17px;
}

.case-study-zone:hover {
  background-color: #333333;
  color: #b4b4b4;
}

.mega-project:hover {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.masterclass-zone:hover {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.innovation-zone:hover {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.technology-zone:hover {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.bim-zone:hover {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.back-to-basics-zone:hover {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.case-study-zone:hover .c1 {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.mega-project:hover .c2 {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.masterclass-zone:hover .c3 {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.innovation-zone:hover .c4 {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.technology-zone:hover .c5 {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.bim-zone:hover .c6 {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.back-to-basics-zone:hover .c7 {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}



.cont {
  width: 672px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  background-color: white;
  box-shadow: 1px 1px 3px 2px #ddd;
}

.theme {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: stretch;
  padding: 0px 5px 0px 5px;
  margin-top: 0px;
}

.pic {
  height: 200px;
  margin-right: 0px;
  display: flex;
  align-content: flex-end;
}

.pic img {
  height: 200px;
  margin-right: 0px;
}

#color-overlay {
  background-color: black;
  opacity: 0.8;
}

.pic-cfp {
  height: 250px;
}

.submit-your-paper {
  margin-top: 20px;
  text-align: center;
  padding: 10px 30px;
}

.button-technical-papers {
  width: 300px;
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: rgb(255, 255, 255);
  padding: 15px 35px 15px 35px;
  font-size: 18px;
  margin-bottom: 5px;
}


.cfp-list li {
  line-height: 17px;
}



.abstract {
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.2), rgba(69, 45, 95, 0.2));
  padding: 5px 5px 5px 10px;
}

.notify {
  padding: 5px 5px 5px 10px;
}

.ppt {
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.2), rgba(69, 45, 95, 0.2));
  padding: 5px 5px 5px 10px;
}

.notify_ppt {
  padding: 5px 5px 5px 10px;
}

.sub {
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.2), rgba(69, 45, 95, 0.2));
  padding: 5px 5px 5px 10px;
}

.expo {
  padding: 5px 5px 5px 10px;
}

/* End of CSS for Call for Papers */

/* About us page CSS by Sanket */
.about-us-container {
  width: 1200px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  border: 0px solid #ddd;
  align-items: center;
  margin: 0 auto;
  background-color: #e4e4e4;
}

.about-us-content-container .about-us-content {
  display: none;
  font-size: 16px;
}

.about-us-content-container .active {
  display: block;
  font-size: 16px;
}

.about-us-themes a.active {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
  display: block;
  font-size: 16px;
}

.about-us-themes {
  width: 40%;
  background-color: #fff;
  border: none;
}

.our-mission {
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.3), rgba(69, 45, 95, 0.3));
  text-align: center;
  margin-bottom: 5px;
  width: 255px;
  box-shadow: 1px 1px 1px #ddd;
}

.our-vision {
  font-weight: 600;
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.3), rgba(69, 45, 95, 0.3));
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  width: 255px;
  box-shadow: 1px 1px 1px #ddd;
}

.who-are-we {
  font-weight: 600;
  background-image: linear-gradient(to right, rgba(122, 26, 53, 0.3), rgba(69, 45, 95, 0.3));
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 255px;
  box-shadow: 1px 1px 1px #ddd;
}

.our-mission a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  display: block;
}

.our-vision a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  display: block;
}

.who-are-we a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  display: block;
}

.about-us-content {
  padding: 10px 15px 10px 20px;
  background-color: #e4e4e4;
  font-size: 17px;
}

.our-mission:hover {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.our-vision:hover {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.who-are-we:hover {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.our-mission:hover .a1 {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.our-vision:hover .a2 {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.who-are-we:hover .a3 {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #fff;
}

.about-us-cont {

  border: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  background-color: white;
  box-shadow: 1px 1px 3px 2px #ddd;
}

.about-us-theme {
  width: 49%;

}

.about-us-pic {
  width: 49%;
  height: 350px;
  overflow: hidden;

}

.about-us-pic img {
  width: 100%;
  height: auto;
}

#about-us-color-overlay {
  background-color: black;
  opacity: 1;
}

.about-us-pic-cfp {
  /* height: 250px; */
}

.about-us-abstract {
  padding: 10px 20px 5px 20px;
  font-size: 16px;
}

.about-us-abs {
  margin: 20px 0px 50px 25px;
  font-size: 16px;
}
.testimonialpage div#wrapper {
    padding: 0;
}
.testimonialpage div#wrapperinner {
    max-width: 100%;
}
.modalnew.icon-container {
    background: linear-gradient(to right, #B28137, #62272C);
    color: #fff !important;
    text-align: center;
    margin: 0;
    border-radius: 5px;
    padding: 9px 15px !important;
}
.about-us-pinkbox,
.testimonials-pinkbox {
  background-color: #e4e4e4;
    margin-bottom: 50px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.testimonials-pinkbox:before, .testimonials-pinkbox:after {
    content: '';
    position: absolute;
    background: #f2f2f2;
    width: 100%;
    top: 0;
    bottom: 0;
}
.testimonials-pinkbox:before {
    left: -100%;
}
.testimonials-pinkbox:after {
    right: -100%;
}

.about-us-pinkbox .divinner {
  padding: 20px
}

.about-us-pinkbox .divinner h3,
.about-us-pinkbox .divinner p {
  margin-left: 20px;
}

.about-us-last p {
  margin: 10px 0px 0px 20px;
}

.about-us-button {
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline;
  width: 233px;
  height: 60px;
}

/* About us page CSS by Sanket ends here */


/**/
.testimonials-cont {
  padding: 30px 0 70px 0;
}

.testimonials-pic {
  text-align: right;
}

.testimonials-abstract p {
  font-size: 16px;
  /*  line-height: 28px;*/
}

blockquote::before {
  content: open-quote;
}

blockquote::after {
  content: close-quote;
}

blockquote::before,
blockquote::after {
  opacity: 0.25;
  padding: 0 10px;
  font-size: 3em;
}

blockquote {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
  padding: 20px 10px;
  border-radius: 10px;
  background-color: #e5ddcb;
}

.testimonials_para_vertuldiv_right:after,
.testimonials_para_vertuldiv:after {
  bottom: 12px;
  content: url(../img/blockafter.png);
  position: absolute;
  right: 40px;
}

.testimonials_para_vertuldiv:before {
  content: url(../img/blockbefore.png);
  position: relative;
  left: -22px;
}

.testimonials_para_vertuldiv_right:before,
.testimonials_para_vertuldiv:before {
  content: url(../img/blockbefore.png);
  position: relative;
  left: -26px;
}

.testimonials_para_vertuldiv {
  position: relative;
  padding: 0px 45px;
  width: 90%;
}

.testimonials_main_section {
  background: #ffff;
  margin-bottom: 23px;
  padding: 25px 0;
}

/*.testimonials_img_vertuldiv {
float: left;
}*/
.testimonials_img_vertuldiv {
  width: 14%;
  padding: 14px 0px;
}

.testimonials_para_vertuldiv p,
.testimonials_para_vertuldiv_right p {
  font-size: 16px;
  /* line-height: 26px;*/
  margin-bottom: 0;
}

.testimonials_para_vertuldiv span,
.testimonials_para_vertuldiv_right span {
  color: #6b1f3f;
  font-weight: 600;
  position: relative;
  top: 10px;
  font-size: 16px;
}

.testimonials_main_secright {
  padding: 18px 0 32px 0;
  background: #ffff;
  margin-bottom: 23px;
}

.testimonials_para_vertuldiv_right {
  width: 76%;
  float: left;
  position: relative;
  padding: 0px 55px;
}

.testimonials_img_vertuldiv_right {
  text-align: center;
}

.testimonials_img_vertuldiv img {
  margin-left: 18px;
}

.testimonials_img_vertuldiv_right img {
  position: relative;
  top: 0px;
}

.testimonials-pinkbox {
  background: #f2f2f2 !important;
  padding: 42px 0;
  margin-bottom: 0;
}

.testimonials_main_section,
.testimonials_main_secright {
  box-shadow: 5px 5px 5px #dadada;
}

.testimonials-pinkbox h3 {
  color: #333333;
  margin-bottom: 40px;
}

.testimonials_btn_section {
  text-align: center;
  padding: 65px 0;
}

.testimonials_btn_top button {
  border: none;
  font-weight: 600;
  border-radius: 0;
}

.testimonials_btn_section button {
  font-size: 25px;
  border: none;
  padding: 16px 26px;
  font-weight: 600;
}

/**/




.testimonial-twenty button {
  border: none;
  padding: 0;
  background: transparent;
  color: #33338f;
  font-size: 15px;
  text-decoration: underline;
}

.aboutus1 {
  color: #fff;
  font-size: 33px;
  line-height: 51px;
  font-weight: 600;
  margin-bottom: 48px;
  /*margin-left: -47px;*/
  margin-top: 156px;
}

.location1 {
  color: #fff;
  font-size: 33px;
  line-height: 51px;
  font-weight: 600;
  margin-bottom: 48px;
  /*margin-left: -47px;*/
  margin-top: 156px;
}

.listrr {
  color: white;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1;
  margin-left: -9px;
  margin-top: 68px;
  list-style-type: disc;
}

.register1 {
  color: #fff;
  font-size: 33px;
  line-height: 51px;
  font-weight: 600;
  margin-bottom: 48px;
  /*margin-left: -49px;*/
  margin-top: 120px;
}

.divinner .listres {
  color: white;
  font-size: 26px;
  font-weight: 400;
  line-height: 45px;
  /*margin-left: -26px;*/
  margin-top: -46px;
  list-style-type: disc;
}


/*chetan podcast  start*/
.grid-scollbar::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.grid-scollbar::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.grid-scollbar::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  /*background-color: #c23637;*/
  background-color: #c1c1c1;
}



.grid-container h3,.podcast_ep_header {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #7f2b29;
    width: fit-content;
}
.podcast_ep_header {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 8px;
    margin-top: 22px;
}

.podcast_episode {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 800;
}
.grid-scollbar {
    height: 378px;
    overflow-y: scroll;
    width: 329px;
    overflow-x: hidden;
    font-weight: 600;
}
.grid-view-test p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.3;
  font-weight: 400;
}
.grid-view-test {
    
    display: grid;
   /* grid-template-columns: 14% 17%;*/
  grid-template-columns: 50% 50%;
    grid-gap: 8px;
      margin-bottom: 5px;
      align-items: self-start;
}
#ninja-slider .fs-icon {
    background: linear-gradient(to right, #7a1a35, #452d5f)!important;
  }
/*chetan podcast  end*/

/*Zone Page Starts*/


  .back-to-basic-zone {
    font-weight: 600;
    color: #fff;
    background-image: linear-gradient(to right, rgba(122, 26, 53, 0.3), rgba(69, 45, 95, 0.3));
    text-align: center;
    margin-bottom: 5px;
    width: 255px;
    box-shadow: 1px 1px 1px #ddd;
  }
  
  .technology-zone {
    font-weight: 600;
    background-image: linear-gradient(to right, rgba(122, 26, 53, 0.3), rgba(69, 45, 95, 0.3));
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    width: 255px;
    box-shadow: 1px 1px 1px #ddd;
  }
  
  .innovation-zone {
    font-weight: 600;
    background-image: linear-gradient(to right, rgba(122, 26, 53, 0.3), rgba(69, 45, 95, 0.3));
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 255px;
    box-shadow: 1px 1px 1px #ddd;
  }
  
  .case-studies-zone {
    font-weight: 600;
    background-image: linear-gradient(to right, rgba(122, 26, 53, 0.3), rgba(69, 45, 95, 0.3));
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 255px;
    box-shadow: 1px 1px 1px #ddd;
  }
  
  .bim-zone {
    font-weight: 600;
    background-image: linear-gradient(to right, rgba(122, 26, 53, 0.3), rgba(69, 45, 95, 0.3));
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 255px;
    box-shadow: 1px 1px 1px #ddd;
  }
  
  .megaprojects-zone {
    font-weight: 600;
    background-image: linear-gradient(to right, rgba(122, 26, 53, 0.3), rgba(69, 45, 95, 0.3));
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 255px;
    box-shadow: 1px 1px 1px #ddd;
  }
  
  .masterclass-zone {
    font-weight: 600;
    background-image: linear-gradient(to right, rgba(122, 26, 53, 0.3), rgba(69, 45, 95, 0.3));
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 255px;
    box-shadow: 1px 1px 1px #ddd;
  }
  
  .dynamic-zone {
    font-weight: 600;
    background-image: linear-gradient(to right, rgba(122, 26, 53, 0.3), rgba(69, 45, 95, 0.3));
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 255px;
    box-shadow: 1px 1px 1px #ddd;
  }
  
  .back-to-basic-zone a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    display: block;
  }
  
  .technology-zone a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    display: block;
  }
  
  .innovation-zone a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    display: block;
  }
  
  .case-studies-zone a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    display: block;
  }
  
  .bim-zone a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    display: block;
  }
  
  .megaprojects-zone a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    display: block;
  }
  
  .masterclass-zone a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    display: block;
  }
  
  .dynamic-zone a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    display: block;
  }
  
  .zone-content {
    padding: 10px 15px 10px 20px;
    background-color: #e4e4e4;
    font-size: 17px;
  }
  
  .back-to-basic-zone:hover {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }
  
  .technology-zone:hover {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }
  
  .innovation-zone:hover {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }
  
  .case-studies-zone:hover {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }
  
  .bim-zone:hover {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }
  
  .megaprojects-zone:hover {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }
  
  .masterclass-zone:hover {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }
  
  .dynamic-zone:hover {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }
  
  .back-to-basic-zone .a1 {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }
  
  .technology-zone:hover .a2 {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }
  
  .innovation-zone:hover .a3 {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }
  
  .case-studies-zone:hover .a4 {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }
  
  .bim-zone:hover .a5 {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }
  
  .megaprojects-zone:hover .a6 {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }
  
  .masterclass-zone:hover .a7 {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }
  
  .dynamic-zone:hover .a8 {
    background: linear-gradient(to right, #7a1a35, #452d5f);
    color: #fff;
  }

/*Zone Page Ends*/
.sub-header.call-fpaper-shead {
    margin-bottom: 10px;
    margin-top: -12px;
}

.call-fpaper-delegate {
    margin: 15px 40px 15px 40px!important;
}
.speaker-podcasts-block
{
    margin-top: 25px;
    margin-bottom: 25px!important;
}



.agenda-backgroundbox {
  background-color: #e4e4e4;
  margin-bottom: -13px;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}


.agenda-backgroundbox .divinner {
  padding: 20px;
}



.news_speak {
  color: #703454;
  font-weight: 600;
}

.news_qut {
  font-size: 24px;
  color: #703454;
  font-weight: 800;
}
.news_list li {
  list-style: inside;
  text-indent: -1.28571429em;
  padding-left: 1.28571429em;
}
.news_qotdiv {
  margin-bottom: 11px;
}
.news_qotdiv p {
  margin-bottom: 7px !important;
}


/*Text and video align starts*/
.main {
display: flex;
justify-content: center;
align-items: center;
  
  grid-gap: 5px;  
  grid-template-columns: repeat(auto-fit, 100px);
  grid-template-rows: repeat(2, 100px);
}

.section {
width: 50%;
height: 100%;
}

video {
width: 100%;
height: 56.25%;
/*margin-top: 21.875%;*/
}

/*Text and video align Ends*/

.features.test li:before {

display: none;
}

.test li {  
line-height: 24px;
  font-size: 20px;
  margin: 15px 0;
  padding-left: 40px;

}
#rightc img {
  max-height: 50px!important;
}
.aboutus_div .page-header h2 {
  padding-top: 25px!important;
}



/* CSS by SRIJOY (START)*/

.newstabs { text-align:center;padding-top:20px; }
.newstabs span.newstabsitems { display:inline-block;padding:10px;background: linear-gradient(to right, #7a1a35, #452d5f); color: white;margin: 0 10px 10px 0; text-transform: uppercase;}
.newstabs span.newstabsitems a {color:white; }
#register-table textarea.synopsis { height: 80px; }
.wizard-content-left {background-blend-mode: darken;background-color: rgba(0, 0, 0, 0.45);background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
  background-position: center center;background-size: cover;height: 100vh;padding: 30px;display: flex;justify-content: center;
  align-items: center;}
.wizard-content-left h1 {color: #ffffff;font-size: 38px;font-weight: 600;padding: 12px 20px;text-align: center;}
.form-wizard {color: #888888;padding: 30px;}
.form-wizard .wizard-form-radio {display: inline-block;margin-left: 5px;position: relative;}
.form-wizard-header p { text-align: center; }
.form-wizard .wizard-form-radio input[type="radio"] {-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;
  -o-appearance: none;appearance: none;background-color: #dddddd;height: 25px;width: 25px;display: inline-block;vertical-align: middle;
  border-radius: 50%;position: relative;cursor: pointer;}
.form-wizard .wizard-form-radio input[type="radio"]:focus {outline: 0;}
.form-wizard .wizard-form-radio input[type="radio"]:checked {background-color: #fb1647;}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {content: "";position: absolute;width: 10px;height: 10px;
  display: inline-block;background-color: #ffffff;border-radius: 50%;left: 1px;right: 0;margin: 0 auto;top: 8px;}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {content: "";display: inline-block;webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;animation: click-radio-wave 0.65s;background: #000000;content: '';display: block;
  position: relative;z-index: 100;border-radius: 50%;}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {padding-left: 10px;cursor: pointer;}
.form-wizard .form-wizard-header {text-align: center;}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {background: linear-gradient(to right, #7a1a35, #452d5f); color: #ffffff;display: inline-block;min-width: 100px;min-width: 120px;padding: 10px;text-align: center;}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {color: #ffffff;opacity: 1;text-decoration: none;}
.form-wizard .wizard-fieldset {display: none;}
.wizard-fieldset input[type="button"] {
    padding: 5px 30px;
    margin: 20px 0 0 !important;
    font-size: 15px;
    line-height: 30px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(to right, #7a1a35, #452d5f);
}
.form-group label { color: #7a1a35; }
.form-wizard .wizard-fieldset.show {display: block;width: 100%;min-width: 600px;max-width: 600px;margin: 0 auto;}
.form-wizard .wizard-form-error {display: none;background-color: #d70b0b;position: absolute;left: 0;right: 0;bottom: 0;
  height: 2px;width: 100%;}
.form-wizard .form-wizard-previous-btn {background: linear-gradient(to right, #7a1a35, #452d5f);}
.form-wizard .form-control {font-weight: 300; border: solid 1px #eee;font-size: 13px;height: auto !important;padding: 10px 15px;color: #282828;background-color: #fff;width: 95%; font-weight: 500; box-shadow: 2px 2px 5px 0 #e8cece; -webkit-box-shadow: 2px 2px 5px 0 #e8cece;}
textarea#bio { height: 120px !important; }
.form-group.mobile_country_code input[name="country_code"] { width: 77%; }
.form-group.office_country_code input[name="office_country_code"] { width: 77%; }
.form-group.area_code input[name="area_code"] { width: 78%; }
/*.form-wizard .form-control:focus {box-shadow: none;}*/
.form-wizard .form-group {position: relative;margin: 0 0 15px;width: 100%; float: left;}
.form-wizard .form-group.focus-input input[readonly="readonly"] { color: #a3a3a3; font-weight: 500; }
.mar0 { margin: 0 !important; }
.form-group textarea, .form-group select { width: 100% !important; }
/*.form-group.focus-input { margin-bottom: 35px; }*/
.form-group p { color: #7a1a35; font-size: 14px; margin: 0; padding: 0 0 0 10px;}
.form-wizard .wizard-form-text-label {position: absolute;left: 10px;top: 10px;transition: 0.2s linear all;}
.form-wizard .focus-input .wizard-form-text-label {color:#012258;top:-22px;transition: 0.2s linear all;font-size: 14px;}
.form-wizard .form-wizard-steps {margin: 30px 0;width: 100%;position: relative;float: left;}
.center_steps { margin: 30px 25% !important; }
.form-wizard .form-wizard-steps li {width: 25%;float: left;position: relative;}
.form-wizard .form-wizard-steps li::after {background-color: #f3f3f3;content: "";height: 5px;left: 0;position: absolute;
  right: 0;top: 50%;transform: translateY(-50%);width: 100%;border-bottom: 1px solid #dddddd;border-top: 1px solid #dddddd;}
.form-wizard .form-wizard-steps li span {
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
  background: linear-gradient(to right, #7a1a35, #452d5f);
  color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #c3919d;
  left: 50%;
  width: 50%;
  border-color: #c3919d;
}
.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #c3919d;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.form-wizard .form-control.mobile_number { width: 94%; }
.form-wizard .form-group.mobile_country_code { width: 20%; display: inline-block; margin: 0 0 15px; }
.form-wizard .form-group.mobile_number { width: 79%;display: inline-block; margin: 0 0 15px; }

.form-wizard .form-control.office_phone { width: 92%; }
.form-wizard .form-group.office_country_code { width: 20%; display: inline-block; margin: 0 0 15px; }
.form-wizard .form-group.area_code { width: 20%; display: inline-block; margin: 0 0 15px; }
.form-wizard .form-group.office_phone { width: 58.5%;display: inline-block; margin: 0 0 15px; }
.form-wizard #profile_form .form-group input.inputbox[type="radio"] { margin: 15px 0 0 15px; }

/*.form-wizard .form-group input.inputbox[value="Yes"] { margin: 15px 0 15px 15px; }
.form-wizard .form-group input.inputbox[value="No"] { margin: 15px 0 15px 30px; }*/
.form-wizard .form-group input[type="checkbox"] { margin-left: 15px; }
/*.form-wizard .form-group.mobile_country_code .wizard-form-error { display: none !important }*/
.form-wizard .form-group.area_code .wizard-form-error { display: none !important }
.form-wizard .form-group.office_country_code .wizard-form-error { display: none !important }
.form-wizard .form-group.office_phone .wizard-form-error { display: none !important }

.wizard-fieldset table.table { table-layout: fixed;width: 100%; border-collapse: collapse; }
.wizard-fieldset table.table tr th, .wizard-fieldset table.table tr td { border: solid 1px #ccc; vertical-align: middle; }
/*.wizard-fieldset table.table tr th { text-align: left; }*/
.wizard-fieldset table.table tr th, .wizard-fieldset table.table tr td { padding: 5px 10px; }
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}
@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }
}

.file-upload-wrapper { position: relative;width: 100%;height: 45px; }
.file-upload-wrapper:after { content: attr(data-text);font-size: 13px; border: solid 1px #eee;position: absolute;top: 0;left: 0;background: #fff;
  padding: 9px 15px;display: block;width: calc(100% - 40px);pointer-events: none;z-index: 6;/*height: 40px;*/line-height: 20px;
  color: #282828;border-radius: 5px 10px 10px 5px;font-weight: 300; box-shadow: 2px 2px 5px 0 #e8cece; -webkit-box-shadow: 2px 2px 5px 0 #e8cece; }
.file-upload-wrapper:before { content: "Upload";position: absolute;top: 0;right: 0;display: inline-block;/*height: 60px;*/
  background: linear-gradient(to right, #7a1a35, #452d5f);color: #fff;font-weight: 700;z-index: 7;font-size: 16px;line-height: 40px;padding: 0 15px;text-transform: uppercase;
  pointer-events: none;border-radius: 0 5px 5px 0; }
.file-upload-wrapper input {opacity: 0;position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 8;/*height: 40px;*/
  margin: 0;padding: 0;display: block;cursor: pointer;width: 100%; }
.mar_bot_40 { margin: 25px 0 40px !important; }
/**/

.dropdown-wrap { text-align: left;/*position: absolute;*/position: relative;width: 200px; margin-bottom: 30px; }
.dropdown-selected {border: 1px solid #ccc;display: block;padding: 7px 20px 7px 8px;cursor: pointer;font-size: 14px;
  background: url('../img/black-down.png') top 15px right 7px / 9px no-repeat; }
ul.dropdown-timezone {margin-top: 0px;transition: .3s ease-out all;z-index: 9;background: #fff;padding: 0;display: none;
  position: absolute;top: 100%;left: 0;width: 200px; }
.dropdown-timezone li {display: block;padding: 5px 15px 5px 5px;border: 1px solid #cdcdcd;transition: .5s ease;color: #333;
  background-color: #fff;font-size: 12px;}
.timezones {display: none;}
.timezones span {padding: 5px;display: block;font-size: 14px;border: 1px solid #ddd;border-top: 0;}
.agenda-backgroundbox {background-color: #e4e4e4;margin-bottom: -13px;width: 100vw;position: relative;margin-left: -50vw;
    left: 50%;}
#agenda-page .delegate_li > li { width: 100%; float: none; }
ul.delegate_li li { position: relative; }
ul.delegate_li li:before {content: ""; width: 14px; height: 14px; border-radius: 50%; position: absolute; left: 0; top: 5px;
    background: #701e3e; }
.register1 { color: #fff; font-size: 33px; line-height: 51px; font-weight: 600; margin-bottom: 48px; /*margin-left: -49px;*/
    margin-top: 120px; }
.divinner .listres { color: white; font-size: 26px; font-weight: 400; line-height: 45px; margin-left: 26px; margin-top: -46px;
    list-style-type: disc; }
.top_60 { top: 60px; }
span#email_error, span.text-danger { color: red; }
#wrapper { padding: 0 15px; }
.change_password .gcore-line-tr { margin-bottom: 20px; }
.change_password .gcore-line-td label { padding: 8px 0; }
a.file_name_check { float: right;margin-right: 15px; position: absolute; right: 0; bottom: 0; font-size: 12px; font-weight: bold; }
p.note_dashboard { font-size: 12px; }
.note_dashboard { font-size: 12px; }
.change_password_module {width: 100%;min-width: 500px;margin: 0 auto;max-width: 500px;padding-bottom: 50px;}
.aligncenter { text-align: center; }
.session #register-table { margin-bottom: 0; }
.session .fixed_table { margin-bottom: 20px; }
.partner_logo_image { max-width: 122px; max-height: 52px; }
.session_notfound { height: calc(100vh - 300px); display: flex; align-items: center; justify-content: center; }
.session_notfound h4 {color: #012258; font-weight: bold; letter-spacing: 1px;}
.change_pass_btn input[value="Change Password"] { display: block; margin: 0 auto; }
@media screen and (max-width: 767px){
    .top_60 {top: 30px;}
    .fixed_table { table-layout: auto }
}
@media screen and (min-width: 768px){
.change_password input[name="old_password"], .change_password input[name="new_password"], .change_password input[name="confirm_password"] { width: 300px; }
}


/*Session CSS (START)*/
.sessionBox { border-radius: 20px; width: 100%; box-shadow: 0 0 4px 1px #d8d8d8; background: #fff; margin-bottom: 40px; }
.sessionBox h3 {display: inline-block;color: #333;font-size: 26px;font-weight: 900;line-height: 40px;padding: 25px 25px 10px 25px; margin: 0; text-transform: uppercase;position: relative;}
.sessionBox p {display: inline-block;color: #333;font-size: 16px;padding: 0 0 10px; margin: 0; width: 100%; }
.sessionBox .row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px;
    margin-left: -15px; }
.full_grid.pad0 { padding: 0 0.1px; }
.font_bold { font-weight: bold; }
.full_grid { display: flex; justify-content: start; grid-gap: 20px; padding: 0 25px 25px; }
.full_grid_colleft, .full_grid_colright { width: 50%; position: relative; }
.full_grid_colleft .topic, .full_grid_colright .synopsis { box-shadow: none; border: solid 1px #cecece; border-radius: 5px; resize: none; font-size: 16px; height: 90px; overflow-y: auto; }
.full_grid_colleft .topic::-webkit-scrollbar, .full_grid_colright .synopsis::-webkit-scrollbar {width: 20px;}
.full_grid_colleft .topic::-webkit-scrollbar-track, .full_grid_colright::-webkit-scrollbar-track {border-radius: 5px;}
.full_grid_colleft .topic::-webkit-scrollbar-thumb, .full_grid_colright::-webkit-scrollbar-thumb {border-radius: 5px;}
.need_edit { position: absolute; right: 1px; top: 33px;height: 68px;background: #c3919d; padding: 10px 10px;line-height: 68px; border-top-right-radius: 5px;border-bottom-right-radius: 5px; }
.need_edit i.fa.fa-pencil{background: #8c8c8c; color: #fff; padding: 7px; border-radius: 50%; width: 15px; height: 15px;
    text-align: center; line-height: 15px;}
.need_edit i.fa.fa-pencil:hover { background: #7f132b; }
.full_grid_colleft .topic.edit, .full_grid_colright .synopsis.edit{padding: 10px 55px 10px 10px;}
.sessionBox ul li { width: 100%; position: relative; float: left; margin-bottom: 15px; }

.sessionBox i.fa.fa-user { min-width: 40px; max-width: 40px; width: 100%; height: 40px; background: #bbb; text-align: center; line-height: 40px; font-size: 30px; border-radius: 10px; position: relative; float: left; }
.sessionBox ul li span.speaker_details { position: relative; float: left; font-size: 16px; line-height: 20px; padding: 0 10px; width: 80%; }
button.session_buttons { background: #c3919d; color: #012258; font-weight: bold; border-radius: 50px; }
button.session_buttons:hover { background: linear-gradient(to right, #7a1a35, #452d5f); color: #fff; }
a.session_buttons { background: #c3919d; color: #012258; font-weight: bold; border-radius: 50px; margin: 5px 10px 5px 0;
    float: left; }
a.session_buttons:hover { background: linear-gradient(to right, #7a1a35, #452d5f); color: #fff; }
.session_info a { color: #012258; }
.file_block { border: solid 1px #cecece;background: #c3919d; border-radius: 10px; position: relative; }
.present_filename { background: #fff; border-radius: 10px; min-width: 150px; max-width: 350px; margin: 10px; padding: 5px 10px; overflow: auto; height: 22px; word-break: break-all; }
.file_actions { position: absolute; right: 20px; top: 0; }
.file_actions i.fa.fa-eye { width: 20px; height: 20px; color: #8c8c8c; margin-right: 20px; font-size: 24px; position: relative; top: 12px; }
.file_actions i.fa.fa-eye:hover { color: #7f132b; }
/*.file_actions i.fa.fa-pencil { width: 20px; height: 20px; background: #8c8c8c; color: #fff; border-radius: 50%; padding: 5px; text-align: center; line-height: 20px; font-size: 15px; }*/
.file_actions i.fa.fa-pencil { background: #8c8c8c; color: #fff; padding: 7px; border-radius: 50%; width: 15px; height: 15px; text-align: center; line-height: 15px; position: relative; top: 10px; cursor: pointer; }
.file_actions i.fa.fa-pencil:hover { background: #7f132b; }
.info_about_file span {font-size: 11px; color: #7f132c; font-weight: 600; padding: 10px 0 0; margin: 0; }
.full_grid_assets { width: 70%; position: relative; }
.full_grid_actions { width: 30%; position: relative; }
.full_grid_assets button.session_buttons { margin: 0 15px 10px 0 }
.full_grid_actions .cancel_action { background: #676868; border: solid 1px #676868; padding: 10px 20px; margin-right: 10px; }
.full_grid_actions .save_action { background: #4b2a59; border: solid 1px #4b2a59; padding: 10px 20px; }
.full_grid_colleft span.questionicon.toolTip { background: #e8e8e8; color: #000; font-style: italic; }
.full_grid_colleft span.questionicon.toolTip:hover { background: #7f132b; color: #fff; }

@media screen and (max-width: 767px){
.full_grid { flex-wrap: wrap; }
.full_grid_colleft, .full_grid_colright { width: 100%; }
.full_grid_assets, .full_grid_actions { width: 100%; }
.present_filename { max-width: 130px; }
}
/*Session CSS (END)*/
.gcore-input input.error, .gcore-input textarea.error { border: solid 1px red !important; }
.error { color: red; }
.awardnight {
    box-shadow: 0 0 6px 6px #eee;
    padding: 50px 20px 1px;
    max-width: 400px;
    display: block;
    margin: 0 auto 15px;
}
#register-table input.error, #register-table select.error {
    border: solid 1px red !important;
}

@media screen and (max-width: 500px){
            /*.reg_complete_data .thanksp p{font-size: 14px;margin-bottom: 10px;}*/
        .newsletter_home { table-layout: fixed; }

        }
/* CSS by SRIJOY (END)*/



/* Virtual Access starts*/
.auto-container {
    position: static;
    max-width: 1295px;
    padding: 0 15px;
    margin: 0 auto;
}

@media only screen and (min-width: 1500px)
.banner-section {
    min-height: 85vh;
}
.banner-section {
    min-height: 520px;
}
.video-container video {
    width: 100%;
    margin-top: -130px;
}
@media only screen and (max-width: 1140px)
.video-container video {
    margin-top: -75px;
}
.video-container video {
    width: 100%;
    margin-top: -130px;
}
video {
    width: 100%;
    height: 56.25%;
    margin-top: 21.875%;
}
video {
    object-fit: contain;
}
.maintitle h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 600;
}

.video-inner-sec .actionbuttons .button {
    display: inline-block;
}
.button.gradient {
    background-image: linear-gradient(to right bottom, #ac7b36, #9f6233, #8d4b31, #78372f, #60252b);
    color: #fff;
}
.full_grid_assets .button, .full_grid_colleft .button, .full_grid_colright .button { font-size: 16px; line-height: 20px; }
.search-box-top .button { padding: 0 10px; margin: 3px 0; }
/*.button {
    padding: 10px 30px;
    margin: 10px;
    font-size: 24px;
    line-height: 30px;
    border-radius: 6px;
    background: #621e42;
}*/

.event-data .data-cell .title {
    font-size: 24px;
    font-weight: bold;
    margin: 18px 0;
}
.redtext {
    color: #621e42;
}

.event-data .data-cell .desc {
    font-size: 18px;
}
.greytext {
    color: #333333;
}

div {
    display: block;
}

.section-title, .heading {
    /* font-size: 40px; */
    font-weight: 600;
    line-height: 45px;
    /* margin-bottom: 25px; */
}

.flexbox {
    width: 100%;
    margin: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.event-data .data-cell {
    background: #f2f2f2;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

element.style {
    margin-top: 0px;
}

.section-gap {
    margin: 50px 0;
}

.featured .flexbox .col2 {
    width: calc(50% - 65px);
}

.flexbox .col4 {
    width: calc(20% - 20px);
}

ul.features li {
    position: relative;
    line-height: 30px;
    font-size: 18px;
    margin: 20px 0;
    padding-left: 40px;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.features li:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    background: #462d5e;
}

.demovideo iframe {
    width: 100%;
    height: 336px;
    border: 20px solid #f2f2f2;
    background: #f2f2f2;
}

/* Virtual Access Ends*/

.form-wizard-header p { color: #7f132b; margin: 0 0 10px; }
.info_text { color: #7f132b; font-size: 14px; font-style: italic; font-weight: 600; margin: 0 0 10px; }
.font_bold span { color: #7f132b; }
.blognew-indust-news .ind-news-img { width: auto !important; height: auto !important; float: none; margin-bottom: 20px; }
.items-leading .ind-news-img { width: 200px !important; height: 110px !important; float: left; }