@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

@font-face{
	font-family: "AlternateGothic2 BT";
	src: url("../fonts/ALTGOT2N.TTF");
}

@font-face{
	font-family: "Calibri";
	src: url("../fonts/calibri.ttf");
}

html{
	 scroll-behavior: smooth;
}

body{
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	font-size:14px;
	width:100%;
	height: 100%;
}


.blue-bg{
	background-color: #043472;
}

/*Menu*/
.menu-head {
    position: relative;
    top: 0;
    z-index: 999;
	background-color: #f2efef;
}

.navbar {
    padding: 0;
}

.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand{
	padding-left: 15px;
	padding-top:10px;
}



.social-menu {
    margin-top: 0px;
	padding-top: 0px;
	text-align:left;
}

.social-head li {
    display: inline-block;
    color: black;
}

.social-head li>a {
    text-decoration: none;
    font-weight: 400;
    color: black;
}

#navbarSupportedContent {
    position: relative;
    width: 100%;
    background-color: transparent;
	margin-bottom: 0px;
	padding-top: 25px;
}

.nav-item {
    text-transform: uppercase;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
	padding-bottom:0;
}

.navbar-dark .nav-item > .nav-link.active, .nav-link:active {
    color:#525252;
	
}

.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #525252;
    transition: width .3s;
}

.nav-link:hover::after{
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: #525252 medium solid;
	padding-bottom: 0;
	width: 100%;
	
}
.nav-link:hover{
	color:#525252!important;
	
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.75);
}
/*Menu*/




/* Home Conference */
.delegate_btn{
	background-color: #00aeef;; 
	color: white; 
	padding:7px;
	border-radius: 7px;
	text-decoration:none;
}

.delegate_btn:hover{
	background-color: #00aeef;; 
	color: #efefef; 
	padding:7px;
	border-radius: 7px;
	text-decoration:none;
}

.conference-div{
	background-color: #010432;
	height: 100%;
	
}

.recording-img{
	padding-top: 25%;
	padding-bottom: 25%;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	
	}

.home-info{
	font-size: 14px;
	font-weight: 400;
	line-height: 2.0;
}

.about-info{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
/* Home Conference */

/* Home Award */

.awards-div{
	background-color: #19b4b9;
    background: linear-gradient(-90deg, #101a57, #003c7b 70%);
}

.awards-img{
	padding-top: 25%;
	padding-bottom: 25%;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

/* Home Award */

/* Categories */

.panel{
	padding-top:1px;
	padding-bottom:1px;
}

.space{
	height: 0px;
}
.rotate {

  transform: rotate(0deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(0deg);

  /* Firefox */
  -moz-transform: rotate(0deg);

  /* IE */
  -ms-transform: rotate(0deg);

  /* Opera */
  -o-transform: rotate(0deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);

}

.side-head{
	color: white;
	font-size: 30px;
	position: absolute;
	top:-50px;
	left:0px;
}

.side-head-rules{
	color: white;
	font-size: 30px;
	position: absolute;
	top: -50px;
	left:0px;
}

.entries-text{
	color: white;
	font-family: "AlternateGothic2 BT";
	font-size: 60px;
	text-align: center;
	padding-top:10px;
}

.entries-text + div img{
margin:0 auto;
}


.f124{
	font-size: 124px;
	line-height: 0.5;
}

.f110{
	font-size: 110px;
	line-height: 0.5;
}


.earlybird-line{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

.category-type{
	color: #b3071f;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.expo-type{
	color: #b3071f;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}


.category-type-subtext{
font-size: 13px;
font-weight: 100;
color: black;
	margin-bottom: 0;
}

.sub-category{
	font-size: 12px;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sub-category a{
	color: black;
	text-decoration: none;
}

.card-body{
	position: relative;
	font-size: 13px;
}

.categories-enter-btn{
	background-color: #0f1c59;
	color: white;
	font-size: 14px;
	width: 80px;
	height: 26px;
	line-height: 26px;
    padding: 0;
	border: none!important;
	border-radius: 0!important;
}

.blue-btn{
	background-color: #0f1c59;
	color: white;
	font-size: 14px;
	height: 26px;
	line-height: 14px;
    padding-top:5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: #0f1c59 thin solid;
	border-radius: 5px!important;
	
}

.video-bg{
	position: fixed;
	top:350px;
	opacity: 0.70;
	z-index:-1;
	display: none;
}

/* Categories */

/* Agenda */
.agenda-panel-head{
	font-family: "Calibri";
	font-weight: 700;
	color: #043472;
	font-size: 24px;
	text-transform: uppercase;
	padding-top:10px;
}

.agenda-time{
	font-size: 20px;
	font-weight: 400;
	color: #504e4e;
}

.agenda-spkrs-box{
	max-width: 120px;
}

.agenda-mod{
	color: #043472;
	text-transform: uppercase;
	margin-bottom: 0;
}

.agenda-spkrs-name{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.1;
	margin-bottom: 0;
	font-weight: 600;
	margin-top:2px;
}

.agenda-spkrs-compny{
	font-size: 11px;
	line-height: 1.1;
	
}

.agenda-panel-subheading{
	color: #043472;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.2;
}

.agenda-panel-descriptor{
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
}

.agenda-panel-pointers{
	list-style: none; /* Remove default bullets */
	padding-left: 15px;
}

.agenda-panel-pointers li{
  padding-top:2px;
  padding-bottom: 2px;	
}


.agenda-panel-pointers li::before {
  content: "\25FC";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #043472; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.75em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
	
}
/* Agenda */

/* Jury */

.box{
	/* perspective function in transform property */
  transform: perspective(600px) rotateY(0deg);
 
  border: 5px solid #043472;
	transition:all 1.5s;
	max-width:350px;
	overflow: hidden;
	margin:0 auto;
	
}

.box:hover{
	/* perspective function in transform property */
  transform: perspective(600px) rotateY(-15deg);
 
  border: 5px solid black;
	transition:all 1.5s;
	
}


.jury{
	width: 100%;
	transition:all 1.5s;
}

.jury:hover{
	cursor: pointer;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
	transition:all 1.5s;
	transform: scale(1.2);
}


.jury-name{
	color: #0f1b59;
	font-size: 24px;
	font-weight: 600;
}

.jury-company{
	color: #0f1b59;
	font-size: 16px;
	font-weight: 400;
}

.jury-social a{
	color: #0f1b59!important;
	
}

.right-jury{
	text-align: left;
}

.right-jury >div >img{
	margin-top:0px;
}

.jury-name{
	margin-top: 15px!important;
}

.left-jury{
	text-align: left;
}


/* Jury */

/* Speakers */
.spkr-bg-grey{
	background-color: transparent;
	color: #0f1b59;
	font-family: 'Open Sans', sans-serif;
	padding-left:12px;
	padding-right: 12px;
	min-height: 120px;
	height: 100%;
	
}

.spkr-name{
	padding-top:10px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
	z-index: 11;
}

.spkr-designation{
	padding-top:2px;
	font-size: 14px;
	line-height: 1.25;
	margin-bottom: 0;
	position: relative;
	z-index: 11;
}

.spkr-company{
	padding-top:2px;
	font-size: 14px;
	line-height: 1.25;
	margin-bottom: 0;
	position: relative;
	z-index: 11;
}

.spkr-brief{
	padding-top:0px;
	padding-bottom: 0px;
	opacity: 0;
	position: relative;
	z-index: 11;
    height: 0;
  transition:all 1.5s;
}

.spkr-social{
	padding-top:2px;
	padding-bottom: 10px;
	position: relative;
	z-index: 11;
}

.spkr-box{
	z-index: 9;
	background-color: rgba(223,218,218,1);
	min-height: 350px;
}

.grey-layer{
	background-color: rgba(223,218,218,0.85);
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 0%;
	bottom: 0;
	padding:0;
	margin:0;
	left:0;
	transition:all 1.5s;
}

.spkr-box:hover {
	cursor: pointer;
	position: relative;
}

.spkr-box:hover .spkr-img .grey-layer{
	
	background-color: rgba(223,218,218,0.85);
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left:0;
	transition:all 1.5s;
}

.spkr-box .spkr-bg-grey {
	padding-bottom: 0px;
	transition:all 1.5s;
}

.spkr-box:hover .spkr-bg-grey {
	padding-bottom: 136px;
	transition:all 1.5s;
	z-index: 100;
	margin-top:-200px;
}

.spkr-box:hover >.spkr-bg-grey> .spkr-brief {
	display: block;
	opacity: 1;
	height: 64px;
	transition:all 1.5s;
	transition-delay: 0s;
	padding-top:10px;
	padding-bottom: 10px;
}


/* Speakers */

#start{
	position: relative;
}

.date-time{
	position: absolute;
	bottom: 55px;
	color: white;
	width: 100%;
	display: block;
	line-height: 1.0
}

.date-time p{
	text-align: center;
	font-size: 100%;
	font-weight: 600;
}

.backtotop{
	display: none;
	position: fixed;
		right:25px;
	    bottom: 15px;
	cursor: pointer;
	z-index:99;
	-webkit-filter: drop-shadow(1px 1px 1px #222);
    filter: drop-shadow(1px 1px 1px #222);
}

.backtotop a{
	
}

.dark-bg{
	background-color: rgba(0,0,0,0.75);
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
}

.play-circle-top{
	width: 80px;
	height: 80px;
	background-color: white;
	border-radius: 50%;
	display: block;
	margin:0 auto;
	text-align: center;
	position: relative;
	margin-top:-40px;
}

.play-circle-top img{
	position: absolute;
	width: 75%;
	height: auto;
	top:5px;
	left: 15px;
}

.popup-box{
	margin: 0 auto;
	background-color: white;
	width: 100%;
	max-width: 946px;
	display: block;
	border-radius: 10px;
}

.scrollbar-light{
	overflow-y: scroll;
	height: 100%;
	max-height: 690px;
}

.scrollbar-light::-webkit-scrollbar {
    background-color:#dddddd;
    width:6px;
	margin-left: 5px;
}

/* background of the scrollbar except button or resizer */
.scrollbar-light::-webkit-scrollbar-track {
     background-color:#dddddd;
	
}
.scrollbar-light::-webkit-scrollbar-track:hover {
     background-color:#dddddd;

}

/* scrollbar itself */
.scrollbar-light::-webkit-scrollbar-thumb {
    background-color:#c1c1c1;
    border-radius:0;
    border:none;
	
	
}
.scrollbar-light::-webkit-scrollbar-thumb:hover {
    background-color:#c1c1c1;
    border-radius:0;
    border:none;
	
	
}

/* set button(top and bottom of the scrollbar) */
.scrollbar-light::-webkit-scrollbar-button {
	display:none
}


.section-head{
	position: relative;
	border-bottom: #e2e5e7 thin solid;
}

.right-seperator{
	border-right: #e2e5e7 thin solid;
}

.popup-heading{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 25px;
	margin-bottom: 0;
}

.small-heading{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 95%;
	margin-bottom: 0;
	margin-top:25px;
	text-transform: uppercase;
}

.popup-close{
	position: absolute;
	right: 10px;
	top: 5px;
}

.breadcrumb{
	background-color: transparent;
	text-align: center;
    list-style-position: inside;
	max-width: 256px;
	margin: 0 auto;
	padding: 0.25em 0 0.5em 0;
	width: 100%;	
}

.breadcrumb-item{
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 80%;
}

.breadcrumb-item a{
	color: darkgrey;
	text-decoration: none;
}

.breadcrumb-item a:hover{
	color: #6E6E6E;
	text-decoration: none;
}

.breadcrumb-item a.active{
	color: #6E6E6E;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6E6E6E;
    content: ">";
}

.col-form-label{
	padding-left: 10px!important;
    font-size: 13px!important;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.form-group p {
    padding-left: 10px!important;
    font-size: 13px!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.5)!important;
  font-size:13px;
   font-style: italic; 
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.5)!important;
  font-size:13px;
   font-style: italic; 
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.5)!important;
  font-size:13px;
   font-style: italic; 
}

.form-control{
	font-size: 13px;
}

.form-check{
	padding-left: 10px; 
}

.custom-file-label{
	color: rgba(0, 0, 0, 0.5)!important;
  font-size:13px;
   font-style: italic; 
}

.custom-control-label {
    padding-left: 10px!important;
    font-size: 13px!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-top: 3px;
}

.custom-control{
	padding-top:3px;
	padding-bottom: 3px;
}

.btn-block{
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 35px;
	margin-top: 10px;
}

.help-line{
	font-size: 12px;
}

.form-descriptors{
	line-height: 1.1;
	padding-top:5px;
}

.entry-box{
	border-radius: 5px;
	border: #e2e5e7 thin solid;
	background-color: #fafafa;
}

.th-color{
	background-color: black;
	color: white;
	font-weight: 600!important;
}

/* Media Queries */

@media (min-width: 576px) { 

	
 }

 
 
@media (min-width: 768px) { 

.entries-text{
	color: white;
	font-family: "AlternateGothic2 BT";
	font-size: 60px;
	text-align: right;
	padding-top:10px;
}

.entries-text + div img{
margin:0;
}
	.space{
	height: 125px;
}
	
	.social-menu {
    margin-top: 0px;
	padding-top: 0px;
	text-align:center;
}
	
	.earlybird-line{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}
	
.sub-category{
	font-size: 16px;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}	
	
.category-type{
	color: #b3071f;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 45px;
	padding-top: 15px;
	padding-bottom: 15px;
}	
	
.expo-type {
    color: #b3071f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
}	
	
.menu-head {
    position: fixed;
    top: 0;
    z-index: 999;
	background-color: #f2efef;
		
}

.navbar{
		min-height: 115px;
	}
	
#navbarSupportedContent {
    position: relative;
    width: 100%;
    background-color: transparent;
	margin-bottom: -15px;
	padding-top: 25px;
}	
	
.navbar-brand{
	padding-left: 75px;
	padding-top:10px;
}	
		
.conference-div{
	background-color: #010432;
	height: 100%;
	
}
	
.awards-div{
	background-color: #19b4b9;
    background: linear-gradient(-90deg, #101a57, #003c7b 70%);
}

.recording-img{
	padding-top: 25%;
	padding-bottom: 25%;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	
	}

.awards-img{
	padding-top: 25%;
	padding-bottom: 25%;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
	
.date-time{
	position: absolute;
	bottom: 100px;
	color: white;
	width: 100%;
	display: block;
	line-height: 1.0
}

.date-time p{
	text-align: center;
	font-size: 150%;
	font-weight: 600;
}

	
.rotate {

  transform: rotate(-90deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-transform: rotate(-90deg);

  /* Opera */
  -o-transform: rotate(-90deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.side-head{
	color: white;
    font-size: 70px;
    position: absolute;
    top: 150px;
    left: -250px;
}
	
	.side-head-rules{
	color: white;
	font-size: 70px;
    position: absolute;
    top: 75px;
    left: -150px;
}
	
.video-bg{
	position: fixed;
	top:350px;
	opacity: 0.70;
	z-index:-1;
	display: block;
}	

 }
 

@media (min-width: 992px) { 

.right-jury{
	text-align: right;
}	
	
.right-jury >div >img{
	margin-top:-175px;
}

.jury-name{
	margin-top: 75px!important;
}	
	
.side-head{
	color: white;
    font-size: 70px;
    position: absolute;
    top: 150px;
    left: -250px;
}
	
.side-head-rules{
	color: white;
	font-size: 70px;
    position: absolute;
    top: 75px;
    left: -150px;
}	
	
 }
 
 @media (min-width: 1200px) { 
 .conference-div {
    padding-top: 8%!important;
    padding-bottom: 8%!important;
	
}

.date-time {
    position: absolute;
    bottom: 70px!important;
    color: white;
    width: 100%;
    display: block;
    line-height: 1.0;
}

.date-time p {
    text-align: center;
    font-size: 110%;
    font-weight: 600;
}

.card__btn {
   
    margin-top: -15px!important;;
}

 }
 
@media (min-width: 1400px) { 

.date-time {
    position: absolute;
    bottom: 100px!important;
    color: white;
    width: 100%;
    display: block;
    line-height: 1.0;
}

 .conference-div {
    padding-top: 10%!important;
    padding-bottom: 9%!important;
}


.date-time p {
    text-align: center;
    font-size: 150%!important;
    font-weight: 600;
}

.right-jury >div >img{
	margin-top:-200px;
}

.jury-name{
	margin-top: 75px!important;
}	
	
.side-head{
	color: white;
    font-size: 70px;
    position: absolute;
    top: 150px;
    left: -250px;
}	
	
	.side-head-rules{
	color: white;
	font-size: 70px;
    position: absolute;
    top: 75px;
    left: -150px;
}
	
	.card__btn {
   
    margin-top: 20px!important;
}
	
 }
