/* Reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}body{font:400 14px/24px 'Zoho_Puvi_Regular', sans-serif;margin:0 auto;background:#fff;color:#444;overflow-x: hidden;}em{font-style:italic}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
	height:0;
	overflow: hidden;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
.zsiq_theme1.zsiq_floatmain{display: none !important;}

/* Common styles */
body {
  font-family: 'Zoho_Puvi_Regular', sans-serif;
  line-height: normal;
  letter-spacing: .5px;
  color:#000;
  font-size: 14px;
  position: relative;
}
.pr{position: relative;}
.pa{position: absolute;}
.fr{float: right;}
.fl{float:left;}
h2{
    font-family:'Zoho_Puvi_Bold', sans-serif;
    line-height: normal;
    font-size: 2em;
	text-align: center;
	text-transform: capitalize;
}
h3{
    font-family:'Zoho_Puvi_SemiBold', sans-serif;
    line-height: normal;
    font-size: 1.5em;
}
a{text-decoration: none;color:#fff;}
p{font-size: 1.2em;}
#backToTop{display: none!important;}
.evt-closed{color:#90aede;display: none;}
.container{width:1200px;margin:0 auto;}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  top: 0;
  overflow: hidden;
  display: block;
}
.preloader .preloader-wrapper {
  width: 30%;
  top: 20%;
  margin: 20% auto 0 auto;
}
.preloader .preloader-wrapper img {
  width: 40px;
  display: block;
  margin: 0 auto;
  -webkit-animation: preloaderanim 1s infinite linear;
  -moz-animation: preloaderanim 1s infinite linear;
  -o-animation: preloaderanim 1s infinite linear;
  animation: preloaderanim 1s infinite linear;
}
.preloader .preloader-wrapper p {
  text-align: center;
  margin-top:20px;
}
/* Loading animation */
@-webkit-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*----------Animation Styles-------------*/
@media only screen and (max-width: 1700px) {
	.animation {
		opacity: 0;
		transition: all ease 1s;
		transition: all ease 1s;
		-webkit-transition: all ease 1s;
		-moz-transform: translateY(250px);
		-webkit-transform: translateY(250px);
		-moz-transform: translateY(250px);
	}
	.active-anim .animation {
    	opacity: 1;
    	transform: translateY(0);
    	-webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
	}
}
@keyframes movefromleft{
	0%{margin-left:-3000px;}
	50%{margin-left: -2000px;}
	100%{margin-left: 0;}
}
@keyframes movefromright{
	0%{margin-right:-3000px;}
	50%{margin-right: -2000px;}
	100%{margin-right: 0;}
}
@keyframes popup{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
@keyframes btnmove{
	0%{left:0px}
	100%{right:10px;}
}
@keyframes animbg {
    0% {background-position: -468px 0;}
	100% {background-position: 468px 0;}
}
@keyframes moveelement{
	0%{left:-20%;}
	100%{left:100%;}
}
.animation{z-index: 1;}

.bn-uc-crv {
	width: 100%;
	height: 100%;
}

.ban-animation-tle {
	opacity: 0;
	transition: all ease 1s;
	-webkit-transition: all ease 2s;
	-moz-transform: translateX(80px);
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
}

.ban-animation-dscrp {
	opacity: 0;
	transition: all ease 1s;
	-webkit-transition: all ease 2s;
	-moz-transform: translateX(-80px);
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
}

.active-anim .ban-animation-tle, .active-anim .ban-animation-dscrp {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
}

/*---------Banner creative animation-----------*/
.ban-anim-ele{
    width: 100%;
/*    min-height: 300px;*/
    position: absolute;
    bottom: 3%;
	overflow-x: hidden;
}
.ban-anim-ele span{position: absolute;}
.ban-ctve-ele1{width: 100px;padding: 20px;border: 1px solid #46B1F0;border-radius: 20px;top: 0;animation: moveelement 40s linear infinite;animation-delay: 1s;left:-20%;}
.ban-ctve-ele2{width: 50px;padding: 20px;background: #4470CD;border-radius: 20px;top: 50px;animation: moveelement 32s linear infinite;}
.ban-ctve-ele3{width: 150px;padding: 20px;border: 1px solid #46B1F0;border-radius: 20px;bottom: 20px;animation: moveelement 28s linear infinite;}
.ban-ctve-ele4{background: url("../images/uc-ban-crtve-ele1.svg") 0 no-repeat;top:40px;animation: moveelement 25s linear infinite;background-size: 100%;width:150px;height:100px;}
.ban-ctve-ele5{background: url("../images/uc-ban-crtve-ele2.svg") 0 no-repeat;bottom:80px;animation: moveelement 30s linear infinite;background-size: 100%;width:150px;height:50px;animation-delay: 5s;left:-20%;}
.ban-ctve-ele6{background: url("../images/uc-ban-crtve-ele3.svg") 0 no-repeat;bottom:0px;animation: moveelement 25s linear infinite;background-size: 100%;width:200px;height:50px;}
.ban-ctve-ele7{background: url("../images/uc-ban-crtve-ele4.svg") 0 no-repeat;bottom:30px;animation: moveelement 50s linear infinite;background-size: 100%;width:50px;height:50px;animation-delay: 3s;left:-20%;}
.ban-ctve-ele8{background: url("../images/uc-ban-crtve-ele5.svg") 0 no-repeat;top:120px;animation: moveelement 40s linear infinite;background-size: 100%;width:100px;height:50px;animation-delay: 10s;left:-20%;}
.ban-ctve-ele9{background: url("../images/uc-ban-crtve-ele6.svg") 0 no-repeat;top:160px;animation: moveelement 35s linear infinite;background-size: 100%;width:150px;height:50px;animation-delay: 8s;left:-20%;}
.ban-ctve-ele10{background: url("../images/uc-ban-crtve-ele7.svg") 0 no-repeat;bottom:120px;animation: moveelement 35s linear infinite;background-size: 100% 100%;width:250px;height:50px;}

/*---------Section Creative animation----------*/
.bg-ele-anim span{
 	border-radius: 20px;
    position: absolute;
    background: -webkit-linear-gradient(left, #1B43AD 8%, #2052BB 33%);
    background: -o-linear-gradient(left, #1B43AD 8%, #2052BB 33%);
    background: linear-gradient(to left, #1B43AD 8%, #2052BB 33%);
    background-size: 1200px 350px;
    animation: animbg 3s linear infinite forwards;
}
.bg-ele1{top: 18px;left: 28px;padding: 20px 50px;width: 100px;}
.bg-ele2{top: -2px;right: -5px;padding: 22px 40px;width: 100px;}
.bg-ele3{top: 70px;padding: 20px 0;right: -25px;width: 80px;}
.bg-ele4{top: 28%;padding: 22px 0;width: 75px;border-radius: 28px !important;left: 8%;}
.bg-ele5{bottom: 28%;padding: 22px 0;width: 100px;right: 10%;}
.bg-ele6{bottom: 20px;padding: 20px 30px;width: 100px;left: 10%;}
.bg-ele7{bottom: 0;padding: 20px 50px;width: 150px;right: -10px;}
.bg-ele8{top: 45%;padding: 20px 0;width: 100px;left: -10px;border: 1px solid #2257EA;background: transparent !important;}
.bg-ele9{top: 45%;padding: 20px 0;width: 50px;right:10%;border: 1px solid #00379F;background: transparent !important;}
.bg-ele10{border: 1px solid #174aa6;background: transparent !important;top: 70px;padding: 20px 0;right: 8%;width: 120px;}

/* Header section */
header{position: relative;z-index: 2;}
.header-section{width:100%;}
.fixed-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 20px 0px;
    position: fixed;
}
.fixed-header.header-fixed {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    background: #2343a6;
}
.main-menu li{display: inline-block;vertical-align: top;padding: 15px;}
.main-menu li:hover a, .main-menu li.active a{border-bottom: 1px solid #fff;}
.menu-icon {
  display: none;
  color: #fff;
}
#topbar-menu-icon {
  position: absolute;
  top: 8px;
  right: 30px;
  cursor: pointer;
  transform: translate3d(0,0,0);
  transition: transform .7s;
  z-index: 9999999;
  width: 30px;
  height: 30px;
  margin: 0;
}
#topbar-menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#topbar-menu-icon span:nth-child(1) {top: 0;}
#topbar-menu-icon span:nth-child(2) {top: 8px;}
#topbar-menu-icon span:nth-child(3) {top: 16px;}
#topbar-menu-icon.active-menu span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#topbar-menu-icon.active-menu span:nth-child(2) {
  opacity: 0;
  right: -60px;
}
#topbar-menu-icon.active-menu span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Banner section */
#home{
  background:url("../images/userconf-bg.jpg") no-repeat 0 0;
  background-size:cover;
  padding: 160px 0 0 0;
  color:#fff;
  min-height: 600px;
}
.banner-cont{
  text-align: center;
	position: relative;
	z-index: 1;
}
header h1{width:180px;}
h1 img{width:100%;height: auto;}
#home h1{
	font-size: 3em;
	font-family: 'Zoho_Puvi_ExtraBold', sans-serif;
	text-transform: uppercase;}
h1 span{font-size: 1.3em;}
#home h2{
  font-family:'Zoho_Puvi_Bold', sans-serif;
  font-size:3.5em;
  padding: 20px 0 20px 0;
/*  animation: movefromleft linear 1.5s;*/
  transition: .5s;
}
.banner-cont img{animation: popup 3s;}
.banner-cont p{
  font-size:1.5em;
  padding: 0 0 25px 0;
/*  animation: movefromright linear 1.5s;*/
  transition: .5s;
}
.common-pattern{
  position: absolute;
  bottom:20px;
  width:100%;
}
.banner-down-arrow img{width: 30px;height: auto;display: none;}
.explr-sectn, .explr-sectn-past { text-align: center; margin: 30px 0 0 0;}
.btn-explr-mre {
	display: inline-block;
  text-align: center;
  background: #f9c214;
  padding: 10px 20px;
  /* margin: 30px 0 0 0; */
  border-radius: 5px;
	color: #111111;
	border: 2px solid #f9c214;
	transition: .3s
}

.btn-explr-mre:hover {
	background: transparent;
}

.explr-sectn-past .btn-explr-mre:hover {
  color: #ffffff;
}

/* why attend section */
#whyattend{
  padding:50px 0;
  text-align: center;
  background: #f9f9f9;
}
#whyattend h2{
  padding-bottom: 20px;
}
.sub-info{
  width:50%;
  margin: 0 auto;
  line-height: 24px;
}
.whyattend-points{
  margin:50px 0 20px 0;
  text-align: center;
}
.whyattend-points li{
  display: inline-block;
  vertical-align: top;
  width:23%;
  margin: 5px;
  background:url("../images/wa-bg-1.jpg") no-repeat 0 0;
  background-size:100%;
  color:#fff;
  text-align: center;
  position: relative;
  border-radius: 20px;
}
.whyattend-points li:nth-child(2){
  background:url("../images/wa-bg-2.jpg") no-repeat 0 0;
  background-size:100%;
}
.whyattend-points li:nth-child(3){
  background:url("../images/wa-bg-3.jpg") no-repeat 0 0;
  background-size:100%;
}
.whyattend-points li:nth-child(4){
  background:url("../images/wa-bg-4.jpg") no-repeat 0 0;
  background-size:100%;
}
.whyattend-points li div{
  padding: 250px 10px 30px 10px;
  border-radius: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,15329d+60,15329d+100&0+0,0.5+34,1+79,1+100 */
  background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(25,66,155,0.5) 34%, rgba(21,50,157,0.79) 60%, rgba(21,50,157,1) 79%, rgba(21,50,157,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(25,66,155,0.5) 34%,rgba(21,50,157,0.79) 60%,rgba(21,50,157,1) 79%,rgba(21,50,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(25,66,155,0.5) 34%,rgba(21,50,157,0.79) 60%,rgba(21,50,157,1) 79%,rgba(21,50,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#15329d',GradientType=0 ); /* IE6-9 */
}
.whyattend-points li:hover div{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a6bd8+0,2a6bd8+60,2a6bd8+100&0+0,0.5+34,1+79,1+100 */
  background: -moz-linear-gradient(top,  rgba(42,107,216,0) 0%, rgba(42,107,216,0.5) 34%, rgba(42,107,216,0.79) 60%, rgba(42,107,216,1) 79%, rgba(42,107,216,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(42,107,216,0) 0%,rgba(42,107,216,0.5) 34%,rgba(42,107,216,0.79) 60%,rgba(42,107,216,1) 79%,rgba(42,107,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(42,107,216,0) 0%,rgba(42,107,216,0.5) 34%,rgba(42,107,216,0.79) 60%,rgba(42,107,216,1) 79%,rgba(42,107,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a6bd8', endColorstr='#2a6bd8',GradientType=0 ); /* IE6-9 */
}
.whyattend-points li h3{
  padding: 10px 0;
  line-height: 30px;
}
.whyattend-points li p{
  font-size: 1.1em;
}
.whyattend-points li img {
  width: 90%;
  height: auto;
  position: absolute;
  left: 10px;
  top: 190px;
}
.whyattend-points li:first-child img {
  top: 205px;
}

/* Gallery section */
#gallery{
  padding:50px 0;
  text-align: center;
  background: -webkit-linear-gradient(to bottom, #152E9B, #1747A5, #185DAE);
  background: -o-linear-gradient(to bottom, #152E9B, #1747A5, #185DAE);
  background:linear-gradient(to bottom, #152E9B, #1747A5, #185DAE);
  background-size: cover;
  overflow: hidden;
}
#gallery h2{
  padding-bottom: 20px;
  color:#fff;
}
.gallery-list{
  display: inline-block;
  vertical-align: top;
  width:30%;
  margin: 10px;
}
.gallery-list li{
  margin: 10px;
  transition: .5s;
}
.gallery-list li:hover{transform: scale(1.1);}
.gallery-list li img{
  width:100%;
  border-radius: 26px;
}

/* FAQ section */
#faq{
  padding:50px 0;
  text-align: center;
}
.faq-list {
  text-align: left;
  padding: 20px 0 0 0;
  width: 65%;
  margin: 0 auto;
}
.faq-list li {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 20px 60px 20px 20px;
  margin: 10px 0;
  cursor: pointer;
  background: url("../images/userconf-arrow-down.svg") no-repeat 96% center;
  background-size: 16px;
}
.faq-list p{
  display: none;
  font-size: 1em;
  line-height: 22px;
  padding: 10px 0 0 0;
}
.faq-list li.active{
  background: url("../images/userconf-icon-close.svg") no-repeat 96% 20px;
  background-size: 14px;
  border:1px solid #1F64FF;
}
.faq-list li.active h4{
  color:#0044A8;
}
.faq-list a{color:#0044A8;}

/* Contact section */
#contact{
  padding:50px 0;
  text-align: center;
  background: -webkit-linear-gradient(to bottom, #152E9B, #1747A5, #185DAE);
  background: -o-linear-gradient(to bottom, #152E9B, #1747A5, #185DAE);
  background:linear-gradient(to bottom, #152E9B, #1747A5, #185DAE);
  color:#fff;
  overflow: hidden;
}
.email-us{
  padding: 30px 0 0 0;
  font-size: 1.5em;
}
.email-us span{
  display: block;
  padding: 0 0 5px 0;
}
.email-us a{
  font-family:'Zoho_Puvi_Bold', sans-serif;
}

/* Upcoming events section */
#upcomingevents{
  padding:50px 0;
}
#upcomingevents li h2{
  text-align: left;
  font-size: 1.8em;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 18px;
  margin-bottom:18px
}
.me-uc-ele-date, .me-uc-ele-venue{
  font-size: 1.2em;
  color: #444;
  padding: 0 0 15px 27px;
}
.upcoming-events-na .me-uc-ele-date{
  text-indent: -999999em;
}
.upcoming-events-na .me-uc-ele-venue{
  position: relative;
}
.upcoming-events-na .me-uc-ele-venue:before {
	position: absolute;
	content: "October 2023";
	top: -34px;
}
.me-uc-ele-date{
	background-image: url(../images/event-date.svg);
	background-repeat: no-repeat;
}
.me-uc-ele-venue{
	background-image: url(../images/event-venue.svg);
	background-repeat: no-repeat;
	background-size: 13px;
}
#upcoming-events{
  text-align: center;
  margin-top:25px;
}
#upcoming-events li{
  background: #f9c213;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  width: 45%;
  border-radius: 20px;
  text-align: right;
  margin: 10px;
}
#upcoming-events li > a, #upcoming-events li > .coming-soon{
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  border-radius: 15px;
  text-align: left;
  color:#000;
  width: 45%;
  min-height:195px;
  position: relative;
}
#upcoming-events li.past-evt{
  display: none;
}
.country-filter{
	border-bottom: 1px solid #e0e0e0;
    width: 80%;
    margin: 15px auto 0 auto;
	text-align: center;
}
.country-filter li{
	display: inline-block;
    vertical-align: top;
    margin: auto;
    font-size: 1.3em;
    padding: 10px 20px;
    text-transform: capitalize;
    text-align: center;
    margin: 20px 20px 20px 0;
	cursor:pointer;
	transition: .5s;
    border-radius: 20px;
	position: relative;
}
.country-filter li:hover, .country-filter li.active{
	background: #296bd8;
	color: #fff;
}
.country-filter li.active:before{
    content: "";
    border: 2px solid #33b2ff;
    position: absolute;
    width: 100%;
    height: 0;
    bottom: -22px;
    left: 0;
    border-radius: 5px;
}
.me-events-know-more{
padding: 10px 40px 10px 15px;
display: inline-block;
color: #fff;
border-radius: 5px;
border: 2px solid #245ca8;
color: #245ca8;
text-transform: uppercase;
font-size: 1em;
margin: 20px 0 0 0;
background: transparent url(../images/kn-mr.svg) 90% center no-repeat;
background-size: 9px;
position: absolute;
transition: .5s;
left:7%;
bottom:20px;
}

#upcoming-events li > a:hover .me-events-know-more{
	color: #fff;
	background: #245ca8 url("../images/kn-mr-active.svg") 90% center no-repeat;
	background-size: 9px;
}
.meevents-uc-ban-crtv{
	margin-right: 17px;
	display: inline-block;
	vertical-align: middle;
	width: 43%;
}
.meevents-uc-ban-crtv > img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.notify-strip{
	padding: 15px;
    background: #e6f4ff;
    color: #000;
    border: 1px solid #bee2ff;
    line-height: 24px;
    border-radius: 5px;
	margin-bottom: 15px;
}

/* page loader section */

.pg-ldr-menu-mb {
	display: none;
}

.page-loader-shmr {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
}

.ld-sec.ldg-card {
	 position: relative;
	 -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
	 box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.1);
	 background-color: #fff;
	 border-radius: 6px;
	 height: 600px;
	 overflow: hidden;
	 width: 100%;
   display: flex;
}

.shimmerBG {
	 animation-duration: 2.2s;
	 animation-fill-mode: forwards;
	 animation-iteration-count: infinite;
	 animation-name: shimmer;
	 animation-timing-function: linear;
	 background: #ddd;
	 background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
	 background-size: 1200px 100%;
   height: 100%;
   width: 50%;
}

.shimmerBG.pg-ldr-logo {
    height: 42px;
    width: 20%;
    margin: 12px 0;
    border-radius: 5px;
}

.shimmerBG.pg-ldr-menu-item {
    height: 24px;
    width: 14%;
    margin: 12px 16px;
    border-radius: 5px;
}

.ld-rgt {
  width: 100%;
}

.pg-ldr-logo-sec {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.pg-ldr-menu {
    width: 100%;
    display: flex;
    justify-content: end;
}

.pd-ldr-content {
	margin: auto 200px;
}

 @-webkit-keyframes shimmer {
	 0% {
		 background-position: -100% 0;
	}
	 100% {
		 background-position: 100% 0;
	}
}
 @keyframes shimmer {
	 0% {
		 background-position: -1200px 0;
	}
	 100% {
		 background-position: 1200px 0;
	}
}

.ld-sec.ldg-card .p-32 {
	 padding: 32px;
	margin-top: 6%;
}

.ld-sec.ldg-card .title-line {
	height: 24px;
    width: 80%;
    margin: auto;
    margin-bottom: 28px;
    border-radius: 20px;
}

.ld-sec.ldg-card .content-line {
	 height: 8px;
	 width: 40%;
	margin: auto;
	 margin-bottom: 16px;
	 border-radius: 8px;
}
.ld-sec.ldg-card .content-line.content-line-1 {
	 margin-top: 24px;
} 

.ld-sec.ldg-card .content-line.content-line-2 {
	 width: 37%;
} 

.ld-sec.ldg-card .content-line.content-line-3 {
	 width: 34%;
} 

.ld-sec.ldg-card .end {
	 width: 60%;
	 margin: auto;
	 margin-bottom: 28px;
}

.pg-ldr-cretve-top {
    display: flex;
    justify-content: space-between;
	margin-top: 4%;
}

.pg-ldr-cretve-btm {
	display: flex;
    justify-content: space-evenly;
	margin-top: 2%;
}

.shimmerBG.pg-ldr-icn-item {
    height: 32px;
    width: 14%;
    margin: 12px 16px;
    border-radius: 18px;
}

li.shimmerBG.line1 {
    width: 32px;
    height: 4px;
    margin-top: 7px;
}


/* past events section */
#pastEvents{
	padding: 50px 0;
	text-align: center;
	background: -webkit-linear-gradient(to bottom, #152E9B, #1747A5, #185DAE);
    background: -o-linear-gradient(to bottom, #152E9B, #1747A5, #185DAE);
    background:linear-gradient(to bottom, #152E9B, #1747A5, #185DAE);
    color: #fff;
	overflow: hidden;
}
.past-events{
	width: 80%;
	margin: 40px auto 0 auto;
	text-align: center;
}
.past-events-element{
	text-transform: Capitalize;
	font-size: 1.2em;
	border: 2px solid #fff;
	display: inline-block;
	vertical-align: top;
	border-radius: 26px;
	cursor: pointer;
	transition: .5s;
	margin: 10px 15px;
}
.past-events-element a{padding: 15px 25px;display: block;}
.past-events-element:hover{
	background: #fad204;
	color: #000;
	border: 2px solid #fad204;
}
.past-events-element:hover a{color:#000;}

/* footer section styles */
footer{
  background: #000;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: .8em;
}
footer a{text-decoration: underline;}
footer a:hover{text-decoration: none;}

/*------Region based styles---------*/
.na-ban-evts, .na-uc-logo{display: none;}
.main-na #home{background: url('../images/userconf-na-bg.jpg') no-repeat 0 0; background-size: cover;}
.main-na .main-menu li:hover a, .main-na .main-menu li.active a{border-bottom: 1px solid #000;}
.main-na .main-menu li a{color: #000;}
.main-na .fixed-header.header-fixed{background: #fed406;}
.main-na .banner-cont img{width: 450px;margin: auto;}
.main-na #topbar-menu-icon span{background: #000;}
.main-na .na-ban-evts, .main-na .na-uc-logo{display: block;color:#000;}
.na-ban-evts li{display: block;vertical-align: middle;padding: 10px;line-height: 24px;margin: auto;position: relative;}
.main-na .uc-com-ban{display: none;}
.na-ban-evts{margin: 40px 0 0 0;}
.main-na .banner-cont p{font-size: 1.4em;animation: none;line-height: 30px;}
.main-na .banner-cont h3{font-size: 1.4em;}

/* responsive styles */
@media only screen and (min-width: 2200px){
	#home{padding: 300px 0 0 0;}
	.ban-anim-ele{width: 100%;}
}
@media only screen and (min-width: 1000px){.faq-list li{font-size:1.2em;}}
@media only screen and (max-width: 1200px){
	.container {width: 90%;}
	.whyattend-points li p{min-height: 60px;}
	.meevents-uc-ban-crtv{width: 42%;}
	.meevents-uc-ban-crtv{margin-right:23px;}
}
@media only screen and (max-width: 1000px){
	.whyattend-points li{width: 40%;margin: 15px;}
	.whyattend-points li img{top:167px;}
	.country-filter{width: 100%;}
	#upcoming-events li{width: 80%;margin: 15px auto;}
	#home{min-height: 500px !important;}
		.na-ban-evts li br{display: none;}
}
@media only screen and (max-width: 800px){
	.sub-info{width:100%;}
	.faq-list{width:100%;}
	.gallery-list{width:28%;}
	.past-events{width: 100%;}
	.menu-icon {display: block;}
	.main-menu {display: none;transition: .5s;float: none; }
	.main-menu.active {background: #fff;position: absolute;width: 100%;z-index: 99;left: 0;display: block;top: 55px;box-shadow: 1px 1px 3px 3px #dfdfdf;}
	.main-menu li {display: block;text-align: center;transition: .5s;border-bottom: 1px solid #dfdfdf;}
	.main-menu li a{color: #000;}
	.main-menu li:hover, .main-menu li.active{border-bottom: 1px solid #174ca8;}
	.main-menu li:hover a, .main-menu li.active a{color: #174ca8;}
		#home{min-height: 450px !important;}
/*	.ban-anim-ele{position: relative;}*/
	/* loader css */
	.pg-ldr-menu { display: none; }
	.pg-ldr-menu-mb {display: block;}
	.pd-ldr-content { margin: auto; }
	.shimmerBG.pg-ldr-logo {width: 55%;}
}
@media only screen and (max-width: 700px){
	.na-ban-evts li{width: 90%;}
	.na-ban-evts li:nth-child(1){width: 90%;}
}
@media (max-width: 650px) {
	.whyattend-points li{width: 65%;}
	.gallery-list{width:68%;margin: 0;}
	.gallery-list li{margin: 15px 0;}
	.past-events-element{width: 50%;}
	.country-filter li{padding: 10px 15px;}
	.meevents-uc-ban-crtv{width: 100%;margin: 10px auto;height: auto;}
	#upcoming-events li > a, #upcoming-events li > .coming-soon{padding: 20px 0;width: 100%;text-align: center;}
	#upcomingevents li h2{text-align: center;}
	.me-uc-ele-date, .me-uc-ele-venue{background: none;padding: 0 0 15px 0px;}
	.whyattend-points li, .gallery-list, #upcoming-events li{width:90%}
	#home h2{font-size: 2.8em;}
	.whyattend-points li img{display: none;}
	.gallery-list li img{border-radius: 40px;}
	.me-events-know-more{position: static;width:90%;padding: 15px 0;}
	.ban-ctve-ele10, .ban-ctve-ele6, .ban-ctve-ele8{display: none;}
	.main-na .banner-cont img{width:80%;}
	.main-na .main-menu li:hover a, .main-na .main-menu li.active a{border:none;}
	.pg-ldr-cretve-top, .pg-ldr-cretve-btm {display: none;}
}
@media only screen and (max-width: 400px){#home h2{font-size: 2.5em;}
	.banner-cont img{width: 80%;}}
