
body {

}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 110px 100px;
}
@media (max-width: 1000px) {
	section {
		padding: 100px 50px;
	}
}
@media (max-width: 600px) {
	section {
		padding: 125px 30px;
	}
}
header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 35px 100px 0;
}
header a {
	text-transform: capitalize;
	font-weight: 900;
}
header h2 {
	text-transform: uppercase;
}
header .nav {
	display: flex;
}
header .nav li {
	margin: 0 15px;
}
header .nav li:first-child {
	margin-left: 0;
}
header .nav li:last-child {
	margin-right: 0;
}
@media (max-width: 1000px) {
	header {
		padding: 20px 50px;
	}
}
@media (max-width: 700px) {
	header {
		flex-direction: column;
	}
	header h2 {
		margin-bottom: 15px;
	}
	header .nav li {
		margin: 0 7px;
	}
}
.box {
	position: relative;
	justify-content: center;
	min-height: 100vh;
	color: #fff;
	text-align: center;
}
.box video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.box h1 {
	font-family: nexa;
	margin-bottom: 15px;
	font-size: 65px;
	text-transform: uppercase;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.box h3 {
	font-family: nexa;
	margin-bottom: 40px;
	font-size: 25px;
}
.box a.boxBtn {
	font-family: nexa;
	padding: 15px 35px;
	background: transparent;
	border-radius: 50px;
	color: #fff;
	text-transform: uppercase;
	border: 4px solid #fff;
	transition: all .5s;
}
.box a.boxBtn:hover {
	background: #fff;
	color: #000;
}
@media (max-width: 800px) {
	.box {
		min-height: 600px;
	}
	.box h1 {
		font-size: 32px;
	}
	.box h3 {
		font-size: 20px;
	}
	.box a.boxBtn {
		padding: 15px 40px;
	}
}

.logo-pap {
    width: 100px;
    transition: all 0.5s;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.logo-pap-mobile {
    width: 100px;
    transition: all 0.5s;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}



.theme-color-1 {
    background-color: #18375d;
}

.theme-color-3 {
    background-color: #2062AE;
}

#nav-top {
    padding: 10px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 5%);
	background: rgba(0, 0, 0, 0.5);

}

#logo-nav {

}
#mid-nav {
    padding-top: 20px;
}

#end-nav {
    padding-top: 18px;
    float: right!important;
}

.nav-text {
	font-family: nexa;
    color: #fff;
    text-decoration: none;

}

.nav-text:hover {
    color: rgb(200, 255, 250);
}

.div-right {
    float: right!important;
    text-align: right;
}

.btn-nav-top {
    font-size: 12px;

}


.divider-text2 {
	font-size: 25px;
	border-left: 1px solid #f2f2f2;
	padding-left: 22px;
	color: #fff;
	margin-bottom: 0px;
}


.divider-text1 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 0px;
}

#footer-bg {
	background-color: #2C2C2C;
	padding: 40px 10px 40px 10px;
}

#footer-end {
	background-color: #000000;
	padding: 15px;
}


.logo-footer {
	width: 150px;
    transition: all 0.5s;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.mobile-text-header {
	font-size: 12px;
	margin-top: 20px;
	padding: 0px 5px 0px 5px;
}

.link-canvas-mobile {
	background-color: #18375D;
	color: #fff;
}

.link-canvas-mobile:hover {
	background-color: #264974;

}

.link-canvas-mobile a {
	color: rgb(192, 218, 248);

}



.bootstrap-tagsinput {
    width: 100%;
}

.bootstrap-tagsinput .tag {
	font-size: 14px!important;
	padding: 8px!important;
}

.accordion {
    margin-bottom:-3px;
}

.accordion-group {
    border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.qr-code-container {
    display: block;
    position: relative;
    width: 250px;
    height: 445px;
    left: 50%;
    transform: translateX(-50%);
    margin: 10px 0;
}

.qr-code-container img {
    position: absolute;
}
.qr-code-container .qr-code {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}

.qr-code-container .member-details {
    background: #030380;
    position: absolute;
    color: white;
    transform: translateX(-50%);
    text-align: center;
    bottom: 29%;
    height: 93px;
    width: 100%;
    left: 50%;
    z-index: 2;
    font-size: 1.3em;
    line-height: 1.2;
}

.qr-code-container .participant-num {
    position: absolute;
    color: white;
    transform: translateX(-50%);
    text-align: center;
    bottom: 12%;
    height: 93px;
    width: 100%;
    left: 50%;
    z-index: 2;
    font-size: 12px;
    font-weight: bold;
}
