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

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-light";
  src: url("../fonts/Roboto-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.weSpnsrp { font-family:'Roboto'; }
.weSpnsrp .container { max-width:1220px; }
.logotop { padding:20px 0; display:inline-flex; }
.logotop img { height:70px; width:auto; }
.summitbnrBtm { width:100%; margin:17px 0; }
.summitbnrBtm img { width:100%; }
.login_screen { width:100%; display:inline-flex; flex-wrap:wrap; }
.login_left { background:#FAFAF9; border-radius:8px; width:50%; display:inline-flex; align-items:center; justify-content:center; position: relative; }
.login_left::before { content: ''; width:100%; height: 100%; position: absolute; top:0; left:20px; background:#fafaf9; }
.login_left h1 { color:#000; font-size:30px; font-family:'Roboto'; font-weight:500; margin-bottom:10px; }
.login_left p { color:#7F7F7F; font-family:'Roboto'; font-size:15px; margin-bottom:0px; }

.login_left .loginFrm { position: relative; z-index:3; width:410px; }
.loginField label, .loginField input { width:100%; }
.loginField label { font-weight: 600; color: #000; padding-bottom: 5px; font-size:16px; }
.loginField input { border:solid 1px #7F7F7F; border-radius: 5px; padding: 10px 15px; }
.loginField label a { float: right; color: #215ED9; text-decoration: none; }
.loginField { display: inline-flex; flex-wrap: wrap; width: 100%; padding: 14px 0 0; margin-bottom:0px; }
.login_left .form-check-input[type=checkbox] {
    border-radius: .25em;
    border: solid 1px #7F7F7F;
    border-radius: 5px;
    /* background: transparent; */
}
.tnctxt, .tnctxt a { font-size: 18px; color:#7F7F7F; font-family: Roboto;}
.login_left .submitbtn { 
    width:100%; background-color: #215ED9; border-radius: 5px; 
    font-size: 12px; color: #fff; border: 0px; height: 33px; margin-top:25px;
}
.login_left p.signup { font-size:12px; text-align: center; color: #7F7F7F; padding-top: 13px;}
.login_left p.signup a{
    color:#215ED9;
}

.login_right { 
    min-height:590px; background: url(../images/login-right-bg.jpg); background-position: bottom left;
    width:50%; background-size:cover; border-radius:16px; position: relative; z-index: 2;
    display:inline-flex; align-items:center; justify-content:center;
}
.rightBox { z-index:3; width:410px; color: #fff; }
.rightBox h2{ color:#Fff; font-size: 32px; }
.asst { font-size: 24px !important; }
.rightBox p{ font-size: 16px; margin-bottom:15px; }
.rightBox ul li { padding:5px 0;}
/* Login page ends here */

/* sign-up start here */
.we3_signup { width:100%; display:inline-flex; flex-wrap:wrap;  }
.we3_signup_left { 
    width:50%; position: relative; display:inline-flex; align-items:center; justify-content:center;
    background: linear-gradient(324.93deg, #000000 0.74%, #4E4E4E 100%); 
    padding: 5% 0;
}

#we3CarouselFade { width:100%; max-width:410px; margin:40px 0; }
#we3CarouselFade .carousel-indicators [data-bs-target] {
    width:14px; height:14px; background-color:transparent; 
    border:solid 1px #fff; border-radius:50%; position: relative; margin-left:5px; 
}
#we3CarouselFade .carousel-indicators [data-bs-target]::after { 
    content: ''; position: absolute; background-color: #fff; 
    width:7px; height:7px; right:0; left:0; bottom:0; top:0; margin:auto; border-radius:50%;
}
#we3CarouselFade .carousel-indicators { bottom: -35px; }
#we3CarouselFade .carousel-item {position: relative; }
#we3CarouselFade .carousel-item:before { 
    content: ''; position: absolute; 
    width:400px; height:400px; top:20px; left:0;
    background: linear-gradient(324.93deg, #4E4E4E 0.74%, #000000 100%); border-radius:50%; 
}
#we3CarouselFade .carousel-item img { position: relative; z-index: 1; }


.we3_signup_right { width:50%; display:inline-flex; flex-wrap:wrap; justify-content: center; align-items: center; }
.we3_signup_right .boxRight { max-width:410px; width:100%; }
.we3_signup_right .boxRight h1 { font-size:30px; font-weight:600; }
.we3_signup_right .boxRight p {
    color:#2D3748; font-size: 14px;
}
.we3_signup_right form { width:100%; }
.we3_signup_right form>.row { margin-bottom:17px; }
.we3_signup_right .form-check {
    margin-bottom:5px; margin-top: 6px;
}
.we3_signup_right form label { font-size: 14px; color:#2D3748; width:100%; }
.we3_signup_right .form-check a { text-decoration:none; font-size: 14px; color:#007AFF; }
.we3_signup_right form input[type="text"]{
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color:#2D3748;
    border:solid 1px #D1D1D1;
    border-radius: 5px;
}
.we3_signup_right input[type=checkbox]{ width: 1em;
    height: 1em; 
    margin-top: .25em; float: left;
    margin-left: -1.5em;}
.we3_signup_right .submitbtn { background-color:#007AFF; color:#fff; font-weight:500; font-size:15px; height:48px;    width: 100%;
    text-align: center;
    border: 0;
    border-radius: 5px; }
.we3_signup_right .signwithg { background-color:#2D3748; color:#fff; font-weight:500; font-size:15px; height:48px;    width: 100%;
    text-align: center;
    border: 0;
    border-radius: 5px; 
}
.dnthvAcc p { text-align: center; padding: 32px 0; margin-bottom: 0; }    
.dnthvAcc p a { color:#007AFF; }
.appstorlinks { margin-bottom: 10px; width:100%; text-align: center; }
.appstorlinks a { padding: 0 5px; }
/* sign-up End here */

/* faq's Start here */
.we3Faqs { 
    position: relative; overflow:hidden;
}
.we3Faqs:before{
    content: ''; width:120%; top: 0; left:-10%; position: absolute;
    background:#0321A7; height:240px;
    border-bottom-left-radius: 50% 40%;
    border-bottom-right-radius: 50% 40%;
}
.we3Faqs .container { position: relative; z-index: 2;}
.we3Faqs h1 {
    font-size:44px; color:#fff; text-align: center; font-weight:500;
    margin: 0; padding:70px 0; 
}
.we3Faqs .accordion { 
    margin-top:-20px; padding:0 4%; width:100%;
}
.we3Faqs .accordion .accordion-item{ 
    border:0; border-radius:12px; padding:0 33px; width:100%;
    box-shadow:5px 5px 11px 0px #00000040; margin-bottom:21px;
}
.we3Faqs .accordion .accordion-button{
    background: transparent !important; color: #215ED9; font-size: 16px; font-weight: 400;
    padding: 22px 0 22px 0; box-shadow: none;
}
.we3Faqs .accordion-button:focus { box-shadow: none; }
.we3Faqs .accordion-body{ 
    padding:20px 0 20px 0; border-top: solid 1px #9C9C9C;
    font-size: 16px; color: #000000;
}
.we3Faqs .accordion li { padding:3px 0; }
.accrdnP { font-size: 16px; color: #000000; padding: 0 8%; }
/* faq's End here */
/* main mid section start here*/
.we3_midSection {
    display:inline-flex; flex-wrap:wrap; width:100%;
    background-color:#F7F8FA; border-top:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8
}
.we3_midSection .we3_midSectionLeft{
    min-height:110px; width:30%; display:inline-flex;
    background-color: #fff; flex-direction: column;
    transition: all .5s ease-in;
}
.we3_midSectionLeft .we3MenuIcons{
    border: 1px solid #EDEDED; border-radius: 50%; margin-right:15px;
    width:30px; height: 30px; display: inline-flex; flex-wrap: wrap;
    justify-content: center; align-items: center;
}
.we3_midSectionLeft ul {
    list-style-type: none; margin-top: 30px; margin-left: -15px;
    width:100%;
}
.we3_midSectionLeft ul li {
    font-size: 16px; padding: 7px 0 7px 15px; 
    display: inline-flex; flex-wrap: wrap; width:100%; align-items: center; 
}
.we3_midSectionLeft ul li.active {
    background:#EFFBFF; position:relative;
    border-left: solid 4px #9DE8FF;
}
.we3_midSectionLeft ul li a { 
    color: #000000; text-decoration: none;
    transition:all .5s ease; transition-delay:.3s; white-space: nowrap;
}
.we3_midSectionLeft ul li a:hover { 
    text-decoration:underline;
}
.we3_midSectionLeft ul li .we3MenuIcons a { width:100%; text-align: center; }
.we3menuCollaps {
    float: right; padding-right:30px; text-align: right;
    font-weight: 600; text-decoration: none; margin-top: 80px;
    height: 45px; transition: all .5s ease; white-space: nowrap;
}
.we3menuCollaps img {
    width:14px; margin-left:2px; transition: all .5s .5s ease;
}
.we3menuCollaps.active img { transform: rotate(180deg); }

.we3_midSection .we3_midSectionRight{
    min-height:110px; width:70%; display:inline-flex;
    flex-direction: column;
    transition: all .5s ease-in;
}
.we3_midSection .we3_midSectionRight.collapsMenu {
    width:92%; max-width:calc(100% - 90px);
}
.we3_midSection .we3_midSectionLeft.collapsMenu {
    width:8%; min-width:90px; transition: all .5s ease-out; overflow: hidden;
}
.we3_midSection .we3_midSectionLeft.collapsMenu li > a {
    transition: all .5s ease; width:0px;
        white-space: nowrap;
}


.we3topBanner {
    width:100%; 
}
.we3topBanner img {
    height: 168px;
}

.we3RightDetalsBx { padding: 20px 30px; }
.we3OverviewDtls { width:100%; }
.we3OverviewDtls h1 {
    font-size:32px; font-weight: 400; 
    margin: 15px 0 20px;
}
.we3OverviewDtls .we3cardBx {
    border: 1px solid #E9E9E9; border-radius: 12px; padding: 20px 28px;
    width:100%; background-color: #fff; height: 100%; min-height: 300px;
}
.we3OverviewDtls .we3cardBx h3 { font-size:18px; font-weight: 400; margin-bottom: 10px; }
.we3OverviewDtls .we3cardBx h4 { font-weight: 500; font-size: 16px; }
.we3OverviewDtls .we3cardBx p, .we3OverviewDtls .we3cardBx strong { font-size: 12px; margin-bottom:0px; }
.we3OverviewDtls .we3cardBx figure img {
    max-width: 90%;
    margin-top:30px;
}
.exbtrsk { max-width: 100% !important; width:100%; margin-top: 4rem; }
.boothimgg { max-width: 80% !important;margin-top:3rem; }
/* main mid section end here*/


/* CSS AS */
.we3_app_wrapper {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 20.4px 40.92px 0px rgba(0, 0, 0, 0.38);
  padding: 30px;
}
.we3_app_wrapper .we3App_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  padding-right: 100px;
}
.we3_app_wrapper .we3App_img {
  width: 80%;
}
.we3_app_wrapper .heading {
  color: #0231C9;
  font-size: 40px;
  text-align: center;
}
.we3_app_wrapper .app_desc {
  text-align: justify;
  line-height: 26px;
}
.we3_app_wrapper .app_links {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.we3_app_wrapper .app_links li {
  margin: 0 20px;
  width: 30%;
}
.we3_app_wrapper .app_links li a {
  display: block;
}
.we3_app_wrapper .app_links li a img {
  width: 100%;
}
.we3_new_footer {
  padding: 60px 0 20px;
}
.we3_new_footer .about img {
  width: 40%;
}
.we3_new_footer .about .text {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}
.we3_new_footer .links {
  display: flex;
  justify-content: space-between;
}
.we3_new_footer .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.we3_new_footer .links ul li {
  margin-bottom: 10px;
}
.we3_new_footer .links ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.we3_new_footer .links ul li a:hover {
  text-decoration: underline;
}
.we3_new_footer .follow {
  display: flex;
  align-items: center;
  margin-top: 60px;
  border-top: 1px solid #333;
  padding-top: 20px;
}
.we3_new_footer .follow .text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin: 0;
}
.we3_new_footer .follow .social {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
}
.we3_new_footer .follow .social a {
  color: #000;
  text-decoration: none;
}
.we3_new_footer .follow .social a img {
  width: 70%;
}
.we3_new_footer .follow .social a:hover {
  color: #007bff;
}
.we3_new_footer .copyright {
  border-top: 1px solid #333;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 60px;
}
.we3_new_footer .copyright p {
  margin: 0;
}

@media (max-width: 768px) {
  .we3_app_wrapper .we3App_content {
    padding-right: 10px;
    margin-top: 30px;
  }
}

/* CSS HS */
/* profile page start here */
.companyprofilesection{
    padding: 0px 0px;
}

ul.companylistprofile {
  display: flex;
  align-items: flex-end;
  padding-left: 0px; justify-content: space-between;
}

ul.companylistprofile li {
  list-style-type: none;
  width: 50%;
}

ul.companylistprofile li div {
  border-bottom: 1px solid #d8d8d8;
  width: 80%;
}
ul.companylistprofile li:last-child div {
    float: right;
}
.exhibitorcompany h2 {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  text-align: justify;
  color: #000000;
}

.exhibitorcompany p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  text-align: justify;
  color: #545454;
}

ul.companylistprofile li div h3 {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  text-align: justify;
  color: #545454;
  padding-top: 10px;
}

ul.companylistprofile li div address {
  font-weight:400; font-size:18px; line-height:1.2; margin-bottom:2rem;
  text-align:justify;
  color: #000000;
}

.exhibitorcompany {
  padding: 30px 60px;
  background: #fff;
  border-radius: 20px;
  margin: 20px 30px;
}

.companyheadingprofile h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  color: #000000;
}

.companyheadingprofile p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: justify;
  color: #000000;
}

.companyheadingprofile {
  background: #fff;
  padding: 10px 30px;
}
/* profile page end here */

/* upload document start here */
.upload-btn-wrapper {
  position: relative;
  display: inline-block;
  margin:30px 0px;
}

.uploadbuttonvideo {
  background-color: #215ed9;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
}

.uploadbuttonvideo:hover {
  background-color: #215ed9;
  color: #fff;
}

.upload-btn-wrapper input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.uploadvideosection {
    text-align: center;
    margin: 40px 0px;
    /* display: inline-flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* height: calc(100%); */
}

.uploadvideosection h4 {
  font-weight: 600;
font-size: 32px;
line-height: 46px;
text-align: center;
color: #000000;
margin-top: 20px;
}

.uploadvideosection p {
  font-weight: 400;
font-size: 20px;
line-height: 32px;
text-align: center;
color: #000000;
margin-bottom: 0px;
}
.uploadvideosection p span {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin-bottom: 0px;
}
.uploadvideosection address {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}
.submit-docs-file{
	margin-top:40px;
}
.submit-docs-file .form-submit{
	font-size: 18px;
    height: 50px;
    padding: 12px 20px;
    border-radius: 8px;
}
.partnerbtnSepr{
	text-align: center;
    padding: 30px 0px;
}
.upload_document_partner{
	background-color:#fff;
	border-top:0px;
	margin-top: 80px;
	padding-bottom: 40px;
}
.upload_document_partner video{
	border-radius:16px;
}
.partnerbtnSepr a.btn-primary{
	display: inline-block;
    font-size: 18px;
    height: 50px;
    padding: 0px 20px;
    border-radius: 8px;
    line-height: 50px;
	text-decoration:none;
}
.uploaddocumentprofileheading {
  background-color: #fff; padding-top: 10px;
}

.uploaddocumentprofileheading h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  text-align: justify;
  color: #000000;
  padding-left: 60px;
}

.uploaddocumentprofileheading address {
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  text-align: justify;
  color: #000000;
  padding-left: 60px;
}

.uploaddocumentprofileheading p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  border-bottom: 3px solid #9de8ff;
  width: 100%;
  max-width: 150px;
  margin-bottom: 0px;
  margin-top: 30px;
}

button.excessguidlines {
  margin-left: 50px;
}
.upload_document{
	justify-content: start;
    text-align: left;
    align-items: flex-start;
}
.upload_document .graphicuserwrapper{
	text-align: left;
    padding: 0px 20px;
}
.upload_document .graphicuserwrapper p{
	    text-align: left;
    width: 340px;
    font-size: 18px;
    line-height: 28px;
}
.upload_graphic{
	display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
	margin-top: 80px;
}

.upload_document .partnerbtnSeprgra a.btn-primary{
	text-decoration: none;
    display: inline-flex;
    padding: 12px 20px;
    border-radius: 8px;
    margin-top: 20px;
	font-size: 18px;
}
.upload_graphic .submit-docs-file{
	text-align:center;
}
.userpdfsectionwe3{
	    padding: 80px 0px 60px;
}
/* upload document end here */

.we3_download .we3_app_wrapper{
	padding: 80px 30px 60px;
}	
.we3_download .we3_app_wrapper .we3App_content {
    padding-right: 60px;
	align-items: flex-start;
}
.we3_download .we3_app_wrapper .heading {
    text-align: left;
    text-transform: uppercase;
}
.we3_download .we3_app_wrapper .app_links {
    justify-content: start;
}
.we3_download .we3_app_wrapper .app_links li {
    margin: 0 35px 0px 0px;
    width: 35%;
}
.we3_download .partnerbtnSeprsocial .btn-primary {
    border-radius: 8px;
    padding: 12px 40px;
    background-color: #215ed9;
    text-decoration: none;
    font-size: 18px;
}
.we3_download .partnerbtnSeprsocial{
	display: flex;
    margin-top: 25px;
}
.we3_download .we3_app_wrapper .we3App_img{
    width: 100%;
}
/* social media files start */
.platinumsponsimg{
    margin-top: 30px;
    padding: 0 50px;
}

.platinumsponsimg img {
  width: 100%; max-height:194px;
}

.socialmediacontent h4 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 0px; text-align: left;
}

.socialmediacontent p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 0px; text-align: left;
}

.socialmediacontent address {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px; text-align: left;
}

.socialmediacontent {
    padding: 0px 0 0 50px;
    margin-top: 15px; width:100%; text-align: left;
}
/* social media end */

/* start date and time page here */
.imprtdatetime {
    padding:20px 30px;
}
.imprtdatetime h2{ font-size:26px; }
.imprtdatetime ul {
    list-style-type: none; margin: 0px; padding: 0px; flex-wrap: wrap;
    display: inline-flex; justify-content: center; width:100%;
}
.imprtdatetime ul li {
    border: 1px solid #E9E9E9; background:#fff; border-radius:18px;
    margin:10px 1%; text-align: center; width:31%; min-height: 200px;
    display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
}
.imprtdatetime ul li:first-child { margin-left: 0px; }
.imprtdatetime ul li h4{ font-size: 22px; }
.imprtdatetime ul li strong { font-size:30px; }
.imprtdatetime ul li p { margin-bottom: 10px; }
.imprtdatetime ul li p a{
    font-weight:600; color:#215ED9; text-decoration: none;
}
/* end date and time page here */
/* upcoming events start */
.upcomingneweventssection {
  background: #fff;
  padding: 10px 30px;
}

.upcomingneweventssection h1 {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  text-align: justify;
}

.upcomingneweventssection p {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  text-align: justify;
}

.eventscardsdataset {
  display: flex;
  justify-content: space-between;
  margin-top: 40px; padding: 0 30px;
}
.eventscardsdataset .card {
  background: white;
  width: 23%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.eventscardsdataset .card > img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.card-content {
  padding: 16px;
}
.event-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
}
.info {
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.info.location img {
  max-width: 13px;
  height: auto;
  margin-right: 16px;
}

.info img {
  max-width: 16px;
  height: auto;
  margin-right: 16px;
}

.eventsmainparadiv {
  margin-top: 30px; padding: 0 30px;
}

.eventsmainparadiv p {
  font-size: 18px;
  line-height: 1.7;
  color: #000000;
}

.reachupcomingevents{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
}

button.partnershipeventsbutton {
  background-color: #007aff;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
}

/* upcoming events ends */

/* event contact start */
.eventsectioncard {
  background: white;
  width: 31%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}

.eventcontactflex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
}

.eventsectionarea {
  margin-top: 40px; padding: 0 30px;
}

.eventsectioncard h3 {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.3;
  text-align: justify;
  color: #000000;
}

.eventsectioncard address {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #215ed9;
}


.eventsectioncard p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
}
/* event contact end */
.navbarBtn { display:none; width:100%; text-align:right; padding:25px 10px 0 0; }
.navbarBtn img { width:40px; cursor: pointer; }
.ovelayDiv{ display: none; position: fixed; }
.ovelayDiv.active {
    position: fixed;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 111px; display: block; z-index:8;
}


.col-auto .logo{
  width: 83%;
}
#microsite-custom-login-form .g-recaptcha{
  margin-top: 32px;
} 
/* responsive start here */
@media (max-width:992px) {
    .login_left, .login_right { 
        width: 100%; padding:30px 15px; min-height:250px; border-radius:0px;
    }
    .we3_signup_left, .we3_signup_right { width:100%; }
    .we3_signup_right { padding: 20px 15px; }
    .we3topBanner img {
        max-height:168px; height:auto;
    }

    .we3_midSection .we3_midSectionLeft { width:40%; }
    .we3_midSection .we3_midSectionRight { width:60%; }

    ul.companylistprofile { flex-direction: column; }
    ul.companylistprofile li { width:100%; }
    ul.companylistprofile li div { width:100%; }
    .imprtdatetime ul li { width:48%; }
    .uploaddocumentprofileheading h1, .uploaddocumentprofileheading address { padding-left:40px; }
    .eventscardsdataset { flex-wrap:wrap; }
    .eventscardsdataset .card { width:47%; margin-bottom:30px; }

    .eventcontactflex { flex-direction:column; }
    .eventsectioncard { width:100%; margin-bottom:30px; }
    .eventsectioncard p { margin-bottom:0px; }
    
}

@media (max-width:768px) {
    .we3_signup_right .submitbtn {
        margin-bottom:15px;
    } 
    .we3menuCollaps {
        display:none;
        margin:40px 0 30px;
    }
    .uploaddocumentprofileheading { padding-right:15px; }
    body.openfix{ overflow:hidden; }
    .we3OverviewDtls .we3cardBx { margin-bottom: 20px; height: auto; }
    .we3_midSection .we3_midSectionLeft { 
        width:320px; left:-330px; position:absolute; z-index:9; height:calc(100% - 100px);
        overflow: auto;
    }
    .we3_midSection .we3_midSectionLeft.active {left:0px; }
    .we3_midSectionLeft ul { position: relative; z-index:6; padding-bottom: 10px; }
    .overlayDiv.active {
        content:''; width:100%; height:100%; position:fixed;
        top:100px; left:0; background:rgba(0,0,0,.4);
    }
    .we3_midSection .we3_midSectionRight { width:100%; }
    .we3_midSectionLeft ul li { font-size:14px; }
    .navbarBtn { display: inline-block; padding-top:30px; }   

    .uploaddocumentprofileheading h1 { font-size: 24px; padding-left:20px; }
    .companyheadingprofile h1 { font-size: 24px; }
    .uploaddocumentprofileheading address { padding-left:20px; }
    .uploadvideosection { padding:20px ; height: auto;}
    button.excessguidlines { margin-left:20px;} 

    .imprtdatetime ul li { width:98%; margin-left:0; margin-right:0px; }
    .we3_app_wrapper .heading { font-size: 32px; }

    .exhibitorcompany { padding: 20px; }
    ul.companylistprofile { flex-direction: column; }
    ul.companylistprofile li { width:100%; }
    ul.companylistprofile li div { width:100%; }

    .socialmediacontent { padding:0 20px; }
    .platinumsponsimg {
        padding: 0 0 0 20px;
        margin-bottom: 20px;
    }

    .eventscardsdataset { flex-direction:column; }
    .eventscardsdataset .card { width:100%; margin-bottom:20px; }

    .eventcontactflex { padding-bottom:30px; flex-direction: column; }
    .eventsectioncard { width:100%; margin-bottom: 20px; }

    .we3Faqs h1 { 
        padding:40px 0; font-size: 25px; 
    }
    .we3Faqs .accordion .accordion-item {
        padding:0 20px;
    }
    .we3Faqs:before { height: 150px; }

}

label.option, label.option a {
    font-size: 12px;
    color: #7f7f7f;
    font-family: 'Roboto';
    font-weight: 400;
}

.btn-primary {
    border-radius: 10px;
    padding: 6px 40px;
    background-color: #215ed9;
}

header.header{
	padding:20px;
}

.we3_midSectionLeft.collapsMenu ul li a:nth-child(2){
	display:none
}
/* pup up for profile 04-07-2024 */

.node-partner-profile .alert.we3partneralert{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    height: 220px;
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}
.node-partner-profile .exhibitorcompany{
  position:relative;
}

.node-partner-profile .alert.we3partneralert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0000007d;
    height: 100vh;
    width: 100%;
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.node-partner-profile .alert.we3partneralert span.info-label{
    color: #7E7E7E;
    font-weight: 400;
    font-size: 19px;
}
.node-partner-profile .alert.alert-status.alert-success.alert-dismissible.fade.show.we3partneralert::after {
    position: absolute;
    top: 30%;
    z-index: -1;
    left: 25%;
    height: 250px;
    width: 600px;
    content: '';
    background: #fff;
    border-radius:8px;
}
.node-partner-profile .alert-dismissible.we3partneralert .btn-close {
    position: absolute;
    top: 28%;
    right: 27%;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.success-message-profile-updated{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.user-picture-preview img{
  width: 155px;
}
.reginalautorespond {
    background-color: #007aff;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}
.reginalautorespond:hover{
  color: #fff;
}
.hidevideopartner, .hidegraphicspartner{
  display: none;
}
.node-upload-document .alert.we3videopartneralert{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    height: 220px;
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}
.node-upload-document .alert.we3videopartneralert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0000007d;
    height: 100vh;
    width: 100%;
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.node-upload-document .alert.we3videopartneralert span.info-label{
    color: #7E7E7E;
    font-weight: 400;
    font-size: 19px;
}
.node-upload-document .alert.alert-status.alert-success.alert-dismissible.fade.show.we3videopartneralert::after {
    position: absolute;
    top: 30%;
    z-index: -1;
    left: 25%;
    height: 250px;
    width: 600px;
    content: '';
    background: #fff;
    border-radius:8px;
}
.node-upload-document .alert-dismissible.we3videopartneralert .btn-close {
    position: absolute;
    top: 28%;
    right: 27%;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.success-message-video-updated, .success-message-graphics-updated{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.node-booth-graphic-submissions .alert.we3graphicspartneralert{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    height: 220px;
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}
.node-booth-graphic-submissions .alert.we3graphicspartneralert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0000007d;
    height: 100vh;
    width: 100%;
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.node-booth-graphic-submissions .alert.we3graphicspartneralert span.info-label{
    color: #7E7E7E;
    font-weight: 400;
    font-size: 19px;
}
.node-booth-graphic-submissions .alert.alert-status.alert-success.alert-dismissible.fade.show.we3graphicspartneralert::after {
    position: absolute;
    top: 30%;
    z-index: -1;
    left: 25%;
    height: 250px;
    width: 600px;
    content: '';
    background: #fff;
    border-radius:8px;
}
.node-booth-graphic-submissions .alert-dismissible.we3graphicspartneralert .btn-close {
    position: absolute;
    top: 28%;
    right: 27%;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.partnerbtnSeprsocial.we3recaparchive .btn-primary{
    border-radius: 8px;
    padding: 12px 40px;
    background-color: #215ed9;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
}
.partnerbtnSeprsocial.we3recaparchive{
    text-align: center;
    margin-top: 53px;
}
@media (max-width:767px){
  .node-partner-profile .alert-dismissible.we3partneralert .btn-close{
    top: 35%;
    right: 3%;
  }
  .node-partner-profile .alert.alert-status.alert-success.alert-dismissible.fade.show.we3partneralert::after{
    top: 36%;
    z-index: -1;
    left: 3%;
    width: calc(100% - 30px);
  }
  .success-message-profile-updated {
    text-align: center;
  }
    .node-upload-document .alert.alert-status.alert-success.alert-dismissible.fade.show.we3videopartneralert::after{
    top: 36%;
    left: 2%;
    width: calc(103% - 30px);
  }
  .node-upload-document .alert.we3videopartneralert {
    font-size: 21px;
  }
  .node-upload-document .alert-dismissible.we3videopartneralert .btn-close {
    top: 35%;
    right: 1%;
  }
  .success-message-graphics-updated {
    text-align: center;
    font-size: 20px;
  }
  .node-booth-graphic-submissions .alert.alert-status.alert-success.alert-dismissible.fade.show.we3graphicspartneralert::after {
    top: 36%;
    left: 2%;
    width: calc(103% - 30px);
  }
  .node-booth-graphic-submissions .alert-dismissible.we3graphicspartneralert .btn-close {
    top: 35%;
    right: 1%;
  }
  .node-we3-recap-and-pictures .we3_midSection .we3_midSectionRight {
     height: 467px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 2560px){
  .node-partner-profile .alert.alert-status.alert-success.alert-dismissible.fade.show.we3partneralert::after{
    left: 33%;
  }
  .node-partner-profile .alert-dismissible.we3partneralert .btn-close{
    right: 35%;
  }
  .success-message-profile-updated{
    margin-bottom: 100px;
  }
  .node-upload-document .alert-dismissible.we3videopartneralert .btn-close {
      top: 36%;
      right: 34%;
  }
 .node-upload-document .alert.alert-status.alert-success.alert-dismissible.fade.show.we3videopartneralert::after {
    top: 34%;
    left: 33%;
    height: 281px;
    width: 624px;
  }
  .node-booth-graphic-submissions .alert.alert-status.alert-success.alert-dismissible.fade.show.we3graphicspartneralert::after {
    top: 30%;
    left: 34%;
    height: 324px;
  }
  .node-booth-graphic-submissions .alert-dismissible.we3graphicspartneralert .btn-close {
    right: 34%;
  }
}
/* pup up End */
/* pie chart for overview 18-07-2025 */
.chart-container {
      position: relative;
      width: 240px;
      height: auto;
      margin-top: 30px;
    }
    canvas {
      width: 100%;
      height: 100%;
    }
    .chart-label {
      position: absolute;
      font-weight: bold;
      color: #000;
    }
    .label-top { top: 0; left: 50%; transform: translateX(-50%); }
    .label-right { top: 50%; right: -45px; transform: translateY(-50%); }
    .label-bottom { bottom: 0; left: 50%; transform: translateX(-50%); }
    .label-left { top: 50%; left: 0; transform: translateY(-50%); }
    .center-text {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 120px;
      transform: translate(-50%, -50%);
      text-align: center;
      font-size: 11px;
      line-height: 1.3;
      color: #000000;
      z-index: 2;
      pointer-events: none;
    }

    .chart-label.label-right::before {
    content: '';
    width: 50px;
    background: #000;
    height: 1px;
    position: absolute;
    right: 45px;
    top: 10px;
  }

  .chart-wrapper {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

#donutChart {
  width: 100% !important;
  height: 100% !important;
}

.piechartwe3box{
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    padding: 20px 0px;
    width: 100%;
    background-color: #fff;
    height: 100%;
    min-height: 300px;
    min-width: 290px;
    margin-left: -10px;
}

.piechartwe3box h3{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0 30px;
}
.header .primary-header .hammenu {
  display: none;
}
.header .primary-header .hammenu .closemenu {
  display: none;
}

.header .primary-header .hammenu.show .openmenu {
  display: none;
}

.header .primary-header .hammenu.show .closemenu {
  display: block;
}
/* forgot password */
#microsite-user-mgnt-forgot-password-form{
  max-width: 400px;
  margin: 0 auto;
  padding: 2rem;
  background: #f7f8fa;;
  border-radius: 8px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
  box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.14);
}

#microsite-user-mgnt-forgot-password-form .form-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

#microsite-user-mgnt-forgot-password-form .ex-logo {
  background: #0070f3;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  margin-right: 0.5rem;
}

#microsite-user-mgnt-forgot-password-form .ex-title {
  font-size: 1.8rem;
  color: #0070f3;
  font-weight: bold;
}

#microsite-user-mgnt-forgot-password-form .form-heading {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

#microsite-user-mgnt-forgot-password-form .form-subheading {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 1rem;
}

#microsite-user-mgnt-forgot-password-form input[type="email"] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  margin-bottom: 1rem;
}

#microsite-user-mgnt-forgot-password-form input[type="email"].error {
  border-color: red;
}

#microsite-user-mgnt-forgot-password-form .form-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

#microsite-user-mgnt-forgot-password-form .btn {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

#microsite-user-mgnt-forgot-password-form .btn-primary {
  background: #0070f3;
  color: #fff;
  border: none;
}

#microsite-user-mgnt-forgot-password-form .btn-outline-forgotcancel {
  border: 1px solid #0070f3;
  color: #fff;
  background: #0070f3;
}
@media (max-width:767px){
  .header .primary-header .hammenu {
    display: block;
    width: 40px;
    margin-left: auto;
    position: absolute;
    right: 24px;
    top: 22px;
  }

  .header .primary-header .hammenu img {
    width: 32px;
  }
  .piechartwe3box{
    margin-left: 0px;
  }

  .chart-container{
    margin-left:60px;
  }
}

/* pie chart end */


/* Booth Graphics Pie-Chart */
.pie-chart-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 30px auto;
}

#pieChart {
  width: 100% !important;
  height: 100% !important;
}

.center-label {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: bold;
  color: #000;
  z-index: 10;
}

/* Arrow line */
.callout-line {
  position: absolute;
  top: -5px;
  left: 115px;
  width: 25px;
  height: 1px;
  background-color: #2c5b37;
}

/* 5% Text */
.callout-text {
  position: absolute;
  top: -10px;
  left: 145px;
  font-size: 12px;
  font-weight: bold;
  color: #2c5b37;
}

.boothchartwe3box{
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    padding: 20px 0px;
    width: 100%;
    background-color: #fff;
    height: 100%;
    min-height: 300px;
    min-width: 200px;
    margin-left: 12px;
}

.boothchartwe3box h3{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0 30px;
}

@media (max-width:767px){
  .boothchartwe3box{
    margin-top: 20px;
    margin-left: 0px;
  }
}
/* Booth Graphics Pie-Chart END */

