/* 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;
  background:#f9fbff;
}
.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:1400px;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);
  }
}


/* 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;
    background: #f9fbff;
}
.fixed-header.header-fixed {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    box-shadow: 0 2px 2px -1px #ccc;
    padding: 10px 0;
}
.main-menu li{display: inline-block;vertical-align: top;padding: 15px;}
.main-menu li a{color:#000;}
.main-menu li:hover a, .main-menu li.active a{border-bottom: 1px solid #000;}
.menu-icon {
  display: none;
  color: #000;
}
#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: #000;
  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;width: 80%;transform: translate(-50%);left:50%;}
#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);
  left:0;
  width:100%;
}

/* Banner section */
#home .container{
  background:url("../images/userconf-banner-bg.jpg") no-repeat 0 0;
  background-size:cover;
  color:#fff;
  min-height: 600px;
  margin-top:85px;
  border-radius: 20px;
}
.banner-cont {
    text-align: center;
    position: absolute;
    z-index: 1;
    left:50%;
    transform: translate(-50%);
    bottom: 8%;
}
header .header-section div{width:180px;padding-top:7px;}
.header-section div img{width:100%;height: auto;}
#home .uc-title{
	font-size: 3em;
	font-family: 'Zoho_Puvi_Bold', sans-serif;
	text-transform: uppercase;
}
.uc-title span{font-size: 1.3em;}
#home h2{
  font-family:'Zoho_Puvi_Bold', sans-serif;
  font-size:3.5em;
  padding: 5px 0 10px 0;
  transition: .5s;
}
.uc-title{
  opacity: 0;
  transform: translateX(-80px);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.banner-cont.active-anim .uc-title{
  opacity: 1;
  transform: translateX(0px);
}
.ban-animation-tle{
  transform: translateX(80px);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  opacity: 0;
}
.banner-cont.active-anim .ban-animation-tle{
  opacity: 1;
  transform: translateX(0px);
}
.ban-animation-dscrp{
  transform: translateY(80px);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  opacity: 0;
}
.banner-cont.active-anim .ban-animation-dscrp{
  opacity: 1;
  transform: translateY(0px);
}
.banner-cont img{animation: popup 3s;}
.banner-cont p{
  font-size:1.3em;
  padding: 0 0 25px 0;
  line-height: 1.5em;
  transition: .5s;
}
.main-banner{
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 20px;
}
.banner-list{
  display: flex;
  width: 400%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
}
.banner-list li{
  width: 100%;
  height: 100%;
}
.banner-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-list li img.slide4-mob{
  display: none;
}
.dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.dot {
  height: 4px;
  width: 20px;
  margin: 0 5px;
  background-color: #ffd700;
  border-radius: 5px;
  display: inline-block;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.dot.active {
  opacity: 1;
}
/* why attend section */
#whyattend{
  padding:50px 0;
  text-align: center;
  background:#f9fbff;
}
.wa-inner{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#090d4a+0,131dab+100 */
  background: linear-gradient(to bottom,  rgba(9,13,74,1) 0%,rgba(19,29,171,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding:70px 0 50px 0;
  border-radius: 25px;
  color:#fff;
  position: relative;
}
.wa-inner:after {
  content: "";
  background: url("../images/userconf-pattern1.svg") no-repeat center bottom;
  background-size: 120px;
  width: 135px;
  height: 65px;
  position: absolute;
  right: 10px;
  top: 30px;
  z-index: 9;
}
#whyattend h2{
  padding-bottom: 20px;
  position: relative;
  z-index: 99;
}
.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:24%;
}
.whyattend-points li img{
  width:100%;
  height: auto;
  display: block;
}
.whyattend-points li h3{
  padding: 10px 0;
  line-height: 30px;
}
.whyattend-points li p{
  font-size: 1.1em;
  line-height: 1.4em;
}
.whyattend-points li > div{
  width:65%;
  margin:0 auto;
  position: relative;
}
.whyattend-points li > div:after{
  content: "";
  background: url("../images/uc-wa-it-leadership-forum-icon.svg") no-repeat center bottom;
  background-size: 40px;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: absolute;
  top: -100px;
  left: 40%;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.whyattend-points li:nth-child(2) > div:after{
  background: url("../images/uc-wa-technical-workshops-icon.svg") no-repeat center bottom;
}
.whyattend-points li:nth-child(3) > div:after{
  background: url("../images/uc-wa-one-on-one-meetings-icon.svg") no-repeat center bottom;
}
.whyattend-points li:nth-child(4) > div:after{
  background: url("../images/uc-wa-networking-and-entertainment-icon.svg") no-repeat center bottom;
}
.whyattend-points li:hover > div:after{
  top: -120px;
}
/* Gallery section */
#gallery{
  padding:50px 0;
  text-align: center;
  background: #f9fbff;
  overflow: hidden;
}
#gallery h2{
  padding-bottom: 40px;
  color:#07008C;
}
.gallery-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}
.gallery-list {
  display: flex;
  width: 400%;
  animation: scroll 40s linear infinite;
}
.gallery-list li {
  min-width:4%;
  box-sizing: border-box;
  padding: 10px;
}
.gallery-list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* FAQ section */
#faq{
  padding:50px 0;
  text-align: center;
}
#faq h2{
  color:#07008C;
}
.faq-list {
  text-align: left;
  padding: 40px 0 0 0;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.faq-list li {
  border: 1px solid #ddd;
  border-radius: 13px;
  padding: 20px 60px 20px 20px;
  margin: 7px;
  cursor: pointer;
  background: url(../images/icon-down-arrow.svg) no-repeat 98% center;
  background-size: 30px;
  display: inline-block;
  vertical-align: top;
  width: 40%;
  text-align: left;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.faq-list h3{
  font-size: 1em;
  font-family: 'Zoho_Puvi_Regular', sans-serif;
  line-height: normal;
}
.faq-list p{
  display: none;
  font-size: 1em;
  line-height: 22px;
  padding: 20px 0 0 0;
}
.faq-list li.active{
  background: url("../images/icon-close.svg") no-repeat 98% 15px;
  background-size: 30px;
  border:1px solid #1F64FF;
}
.faq-list li.active h3{
  color:#0044A8;
}
.faq-list a{color:#0044A8;}

/* Contact section */
#contact{
  padding: 50px 0;
  text-align: center;
  color:#fff;
  overflow: hidden;
}
.contact-inner{
  background: #1520BA;
  padding: 100px 0 150px 0;
  border-radius: 25px;
  color: #fff;
  overflow: hidden;
}
.contact-inner:after {
  content: "";
  background: url("../images/userconf-pattern1.svg") repeat-x center bottom;
  background-size: 120px;
  width: 97%;
  height: 65px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 999;
  margin: 0 auto;
}
.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.5em;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 12px;
  margin-bottom:25px
}
.me-uc-ele-date, .me-uc-ele-venue{
  font-size: 1.1em;
  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/userconf-date-icon.svg");
	background-repeat: no-repeat;
}
.me-uc-ele-venue{
	background-image: url("../images/userconf-location-icon.svg");
	background-repeat: no-repeat;
	background-size: 13px;
}
#upcoming-events{
  text-align: center;
  margin-top:25px;
}
#upcoming-events li{
  background: #fff;
  padding: 8px;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  border-radius: 8px;
  text-align: left;
  margin: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#upcoming-events li:has(a){
  cursor: pointer;
}
#upcoming-events li:hover{
  box-shadow: 0px 10px 15px #d2d2d2;
}
#upcoming-events li > a, #upcoming-events li > .coming-soon{
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0 0 0;
  border-radius: 15px;
  text-align: left;
  color: #000;
  width: 48%;
  min-height: 180px;
  position: relative;
}
#upcoming-events li.past-evt{
  display: none;
}
#upcomingevents li:hover h2{color:#131EAE;}
.country-filter{
  width: 80%;
  margin: 15px auto 0 auto;
  text-align: center;
  display: block;
}
.country-filter li{
  display: inline-block;
  vertical-align: top;
  margin: auto;
  font-size: 1.5em;
  padding: 10px;
  text-transform: capitalize;
  text-align: center;
  margin: 10px 20px 10px 0;
  cursor:pointer;
  position: relative;
  color:#5E5E5E;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.country-filter li:hover, .country-filter li.active{
	color: #131EAE;
}
.country-filter li.active{
  font-family: 'Zoho_Puvi_Bold';
}
.country-filter li.active:before, .country-filter li:hover:before{
  content: "";
  border: 1px solid #FFD800;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}
.region-dropdown{
  position: absolute;
  top: 25px;
  right: 20px;
  background: #fff;
  padding: 10px 40px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 5px;
  cursor: pointer;
  display: none;
}
.region-dropdown:before{
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 33%;
  right: 10px;
  border-width: 0.1em 0.1em medium medium;
  border-style: solid solid none none;
  border-color: black black currentcolor currentcolor;
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1em;
  border-radius: 0px;
}

.me-events-know-more{
  display: inline-block;
  color: #fff;
  color: #000;
  font-size: 1.1em;
  padding: 0 20px 5px 0;
  margin: 20px 0 0 0;
  background: transparent url("../images/userconf-arrow-right.svg") right 4px no-repeat;
  background-size: 14px;
  position: absolute;
  transition: .5s;
  left:0;
  bottom:0;
  border-bottom:2px solid #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#upcoming-events li:hover > a .me-events-know-more{
	border-bottom:2px solid #FFD800;
  color: #000A9B;
}
.meevents-uc-ban-crtv{
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	width: 46%;
  background: #e1ecfd;
  border-radius: 5px;
  height: 200px;
  position: relative;
}
#upcoming-events li:nth-child(1) .meevents-uc-ban-crtv{background: #e1ecfd;}
#upcoming-events li:nth-child(2) .meevents-uc-ban-crtv{background: #fefbdb;}
#upcoming-events li:nth-child(3) .meevents-uc-ban-crtv{background: #eef9e7;}
#upcoming-events li:nth-child(4) .meevents-uc-ban-crtv{background: #fdf3e9;}
#upcoming-events li:nth-child(5) .meevents-uc-ban-crtv{background: #e1ecfd;}
#upcoming-events li:nth-child(6) .meevents-uc-ban-crtv{background: #fefbdb;}
#upcoming-events li:nth-child(7) .meevents-uc-ban-crtv{background: #eef9e7;}
#upcoming-events li:nth-child(8) .meevents-uc-ban-crtv{background: #fdf3e9;}
.meevents-uc-ban-crtv > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}

.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;
    display: none;
}

.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;
	overflow: hidden;
}
#pastEvents .container{position: relative;}
#pastEvents h2 {
  position: absolute;
  background-color: #DEEDFF;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  padding: 25px 40px;
}
.past-events {
  width: 70%;
  min-height: 265px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  background: url("../images/userconf-pattern2.svg") repeat 0 0;
  background-size: 150px;
  background-color: #DEEDFF;
  border-radius: 20px;
  position: relative;
}
.past-events-element{
	text-transform: Capitalize;
	font-size: 1.2em;
  background-color: #DEEDFF;
	border: 1px solid #0094F2;
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
	cursor: pointer;
	transition: .5s;
	margin: 10px 15px;
  position: absolute;
  left:2%;
  top:5%;
  z-index:999;
}

.past-events-element:nth-child(2){top:20%;left:25%;}
.past-events-element:nth-child(3){top:40%;left:8%;}
.past-events-element:nth-child(4){top:58%;left:25%;}
.past-events-element:nth-child(5){top:78%;left:12%;}
.past-events-element:nth-child(6){top:5%;right:2%;left: inherit;}
.past-events-element:nth-child(7){top:20%;right:25%;left: inherit;}
.past-events-element:nth-child(8){top:40%;right:8%;left: inherit;}
.past-events-element:nth-child(9){top:58%;right:25%;left: inherit;}
.past-events-element:nth-child(10){top:78%;right:12%;left: inherit;}

.past-events-element a{padding: 15px 25px;display: block;color:#000;}
.past-events-element:hover{background: #fad204;color: #000;border: 2px solid #fad204;}
.past-events-element:hover a{color:#000;}
.explr-sectn{
  text-align: center;
  background: #131dae;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 20px auto;
  width: 150px;
}
.explr-sectn-past{
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 20px;
  background: #DEEDFF;
  padding: 10px 20px;
}
.explr-sectn-past a {
  color: #000A9B;
  border-bottom: 2px solid #DEEDFF;
  font-size: 1.1em;
  background: transparent url(../images/userconf-arrow-right.svg) right center no-repeat;
  display: inline-block;
  padding: 0 20px 0 0;
  text-align: center;
}
.explr-sectn-past a:hover{
  border-bottom: 2px solid #FFD800;
  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---------*/
.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 .uc-com-ban{display: none;}
.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: 1000px){.faq-list li{font-size:1.2em;}.country-filter.active{display: block !important;}}
@media only screen and (min-width: 1920px){.gallery-list{width:300%;}}
@media only screen and (min-width: 2560px){.gallery-list{width:200%;}}

@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);
  }
}
@media only screen and (max-width: 1439px){
  .container{width:1200px;margin:0 auto;}
  #upcoming-events li{width:40%;}
}
@media only screen and (max-width: 1279px){
	.container {width: 90%;}
  .past-events {width: 90%;padding: 5%;}
	.whyattend-points li p{min-height: 60px;}
	.meevents-uc-ban-crtv{width: 42%;}
	.meevents-uc-ban-crtv{margin-right:23px;}
  .banner-cont p br{display: none;}
  .sub-info{width:85%;}
  .whyattend-points li{width: 35%;margin: 2% 5%;}
  .whyattend-points li > div{width: 80%;}
  .faq-list li{width: 85%;}
  #upcoming-events li{width:45%;}
}
@media only screen and (max-width: 1023px){
	.whyattend-points li{width: 40%;margin: 15px;}
	.whyattend-points li img{top:167px;}
	.country-filter{width: 100%;}
	#home{min-height: 500px !important;}
  .banner-cont{width:90%;}
  #pastEvents h2{
    position: static;
    transform: none;
    text-align: center;
    border-radius: 20px 20px 0 0;
    background-color: #DEEDFF;
    background-image: url("../images/userconf-pattern2.svg");
    background-size: 150px;
  }
  .past-events-element{position: static;}
  .past-events{padding: 0 5%;border-radius: 0;min-height: 100px;}
  .explr-sectn-past{
    position: static;
    transform: none;
    text-align: center;
    border-radius: 0 0 20px 20px;
    padding: 30px 20px;
    background-color: #DEEDFF;
    background-image: url("../images/userconf-pattern2.svg");
    background-size: 150px;
  }
  #upcoming-events li{width:75%;}
}
@media only screen and (max-width: 800px){
  header .header-section div{padding: 0;}
	.faq-list{width:100%;}
	.menu-icon {display: block;}
	.main-menu {display: none;transition: .5s;float: none; }
	.main-menu.active {background: #f9fbff;position: absolute;width: 100%;z-index: 99;left: 0;display: block;top: 45px;box-shadow: 1px 5px 10px 2px #dfdfdf;}
  .main-menu li:hover a, .main-menu li.active a{border:none;}
	.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;}
	/* loader css */
	.pg-ldr-menu { display: none; }
	.pg-ldr-menu-mb {display: block;}
	.pd-ldr-content { margin: auto;}
	.shimmerBG.pg-ldr-logo {width: 55%;}
  .gallery-list{width: 700%;animation: scroll 40s linear infinite;}
  #upcoming-events li{width:85%;}
  .country-filter{
    width: 140px;
    min-height: 80px;
    background: #131eae;
    border-radius: 5px 0 5px 5px;
    border: 1px solid #131eae;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 99;
    overflow: scroll;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    display: none;
  }
  .country-filter.active{display: block;}
  .country-filter li{display: block;font-size: 1em;padding: 12px 0;margin: 0;border-bottom: 1px solid #434edf;color:#fff;}
  .country-filter li:last-child{border:none;}
  .region-dropdown{display: block;}
  .country-filter li:hover, .country-filter li.active{color: #fff;}
  .country-filter li.active::before, .country-filter li:hover::before {border:none;}
}
@media (max-width: 650px) {
  #home h2{font-size: 2.8em;}
	.gallery-list li{margin: 15px 0;}
	.country-filter li{padding: 10px 15px;}
	#upcoming-events li{width:90%;padding: 5%;margin: 3% 0;}
	.me-uc-ele-date, .me-uc-ele-venue{background: none;padding: 0 0 15px 0px;}
	.gallery-list li img{border-radius: 40px;}
	.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;}
  .faq-list li{width:75%;}
  .contact-inner::after {width: 90%;}
  .gallery-list{width: 1000%;animation: scroll 40s linear infinite;}
  .banner-cont{width:95%;}
  .whyattend-points li{width: 50%;}
  .past-events-element{font-size: 1em;margin: 8px;}
  .past-events-element a{padding: 10px;}
  .banner-list li img.slide4-desk{display: none;}
  .banner-list li img.slide4-mob{display: block;}
}
@media only screen and (max-width: 450px){
  #home h2{font-size: 2.5em;}
  .whyattend-points li{width: 75%;}
}
@media only screen and (max-width: 420px){
  .whyattend-points li{width: 90%;}
}
