/*-------@font-face Rule Strats-------*/
/*
 font-family: 'Oswald', sans-serif;

 */

@font-face {
  font-family: "edo_szregular";
  src: url("../fonts/edosz-webfont.woff2") format("woff2"),
    url("../fonts/edosz-webfont.woff") format("woff"),
    url("../fonts/edosz-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "zona_probold";
  src: url("../fonts/zonapro-bold-webfont.woff2") format("woff2"),
    url("../fonts/zonapro-bold-webfont.woff") format("woff"),
    url("../fonts/zonapro-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latomedium";
  src: url("../fonts/lato-medium-webfont.woff2") format("woff2"),
    url("../fonts/lato-medium-webfont.woff") format("woff"),
    url("../fonts/lato-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "playfair_displaybold";
  src: url("../fonts/playfairdisplay-bold-webfont.woff2") format("woff2"),
    url("../fonts/playfairdisplay-bold-webfont.woff") format("woff"),
    url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latoBlack";
  src: url("../fonts/Lato-Black.ttf") format("truetype"),
    url("../fonts/lato-black-webfont.woff2") format("woff2"),
    url("../fonts/lato-black-webfont.woff") format("woff");
}

/*-------@font-face Rule Strats-------*/

/*----------- Clearfix Rule Starts ------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* .overFlowHidden {
	overflow: hidden;
} */

.overFlowHidden {
  overflow: hidden;
}

/*----------- Clearfix Rule Ends ------------*/

body {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
}

#wrapper {
  background: #fffef9;
}

.hiddenXS {
  display: block;
}

.vissibleXS {
  display: none;
}

.overflowHidden {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/*---- Header Section Starts Here ----*/

#header.mainHeader {
  background: url(../img/headerLogoBg.jpg) no-repeat center top;
  text-align: center;
  background-size: cover;
}

.logo {
  margin-top: 200px;
  /* opacity: 0; */
}

.sunRays,
.sunRaysAnti {
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.4 !important;
}

.sunRays {
  position: absolute;
  top: -65%;
  z-index: 6;
  animation: sunRaysRotate 300s linear 0s infinite normal running;
  -webkit-animation: sunRaysRotate 300s linear 0s infinite normal running;
  -moz-animation: sunRaysRotate 300s linear 0s infinite normal running;
  -o-animation: sunRaysRotate 300s linear 0s infinite normal running;
  -ms-animation: sunRaysRotate 300s linear 0s infinite normal running;
  -webkit-animation-name: sunRaysRotate;
  -webkit-animation-duration: 300s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  opacity: 0.4;
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
}

.sunRaysAnti {
  position: absolute;
  top: -65%;
  z-index: 6;
  animation: sunRaysRotateAnti 90s linear 0s infinite normal running;
  -webkit-animation: sunRaysRotateAnti 90s linear 0s infinite normal running;
  -moz-animation: sunRaysRotateAnti 90s linear 0s infinite normal running;
  -o-animation: sunRaysRotateAnti 90s linear 0s infinite normal running;
  -ms-animation: sunRaysRotateAnti 90s linear 0s infinite normal running;
  -webkit-animation-name: sunRaysRotateAnti;
  -webkit-animation-duration: 90s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  opacity: 0.5;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
}

@-webkit-keyframes sunRaysRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sunRaysRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sunRaysRotateAnti {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sunRaysRotateAnti {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.primaryHeader {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 0 74px;
  box-sizing: border-box;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.menuIcon {
  float: left;
  padding-top: 21px;
}

.menuIcon span {
  width: 48px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin-bottom: 6px;
}

.menuIcon .menuIconLastbar {
  width: 32px;
  margin-bottom: 0;
}

/* toggle menu start */

.menuToggle {
  width: 48px;
  height: 48px;
  float: left;
  margin-top: 16px;
  position: relative;
  cursor: pointer;
  z-index: 999;
}

.fixHeader .menuToggle {
  margin-top: 8px;
}

.menuToggle span {
  display: block;
  background-color: #fff;
}

.fixHeader .menuToggle span {
  background-color: #000;
}

.menuToggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}

.menuToggle .hamburger span {
  transition: 0.03s ease-in-out;
  width: 100%;
  height: 3px;
  position: relative;
  top: 22%;
  /*    left: 20%;*/
  margin-bottom: 6px;
}

.menuToggle .hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}

.menuToggle .hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}

.menuToggle .hamburger span:nth-child(3) {
  width: 60%;
  transition-delay: 0.75s;
}

.menuOpen .menuToggle .hamburger span {
  transition: 0.25s ease-in-out;
  width: 0%;
}

.menuOpen .menuToggle .hamburger span:nth-child(1) {
  transition-delay: 0s;
}

.menuOpen .menuToggle .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}

.menuOpen .menuToggle .hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}

.cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}

.cross span {
  transition: 0.25s ease-in-out;
}

.cross span:nth-child(1) {
  height: 0%;
  width: 8%;
  position: absolute;
  top: 10%;
  left: 46%;
  transition-delay: 0s;
}

.cross span:nth-child(2) {
  width: 0%;
  height: 8%;
  position: absolute;
  left: 10%;
  top: 46%;
  transition-delay: 0.25s;
}

.menuOpen .menuToggle .cross span:nth-child(1) {
  height: 80%;
  transition-delay: 0.625s;
}

.menuOpen .menuToggle .cross span:nth-child(2) {
  width: 80%;
  transition-delay: 0.375s;
}

.mainMenuContainer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 120px 10px 120px 276px;
  /*	background-color: #8569df;*/
  background: -moz-linear-gradient(45deg,
    rgba(133, 105, 223, 1) 0%,
    rgba(175, 0, 186, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear,
    left bottom,
    right top,
    color-stop(0%, rgba(133, 105, 223, 1)),
    color-stop(100%, rgba(175, 0, 186, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg,
    rgba(133, 105, 223, 1) 0%,
    rgba(175, 0, 186, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg,
    rgba(133, 105, 223, 1) 0%,
    rgba(175, 0, 186, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(45deg,
    rgba(133, 105, 223, 1) 0%,
    rgba(175, 0, 186, 1) 100%);
  /* ie10+ */
  background: linear-gradient(45deg,
    rgba(133, 105, 223, 1) 0%,
    rgba(175, 0, 186, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#af00ba', endColorstr='#8569df', GradientType=1);
  /* ie6-9 */
  box-sizing: border-box;
  /*	background-image: url(../img/menuBg.png);*/
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 88% 65%;
  transition: all 0.3s ease-in-out;
  z-index: 99;
  overflow: auto;
}

.menuOpen .mainMenuContainer {
  display: block;
}

.mainMenu {
  width: 60%;
}

.mainMenu ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.mainMenu ul.subMenu {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  position: absolute;
  position: absolute;
  top: 103px;
  visibility: hidden;
  left: 68px;
}

.mainMenu ul.subMenu.subMenuActive {
  visibility: visible;
}

.mainMenu ul li {
  margin-bottom: 72px;
  transition: 0.3s ease-in-out;
  /*
	position: relative;
	left: -50px;
*/
}

.archiveMenu {
  position: relative;
}

.fixHeader .menuToggle .cross span {
  background-color: #fff;
}

/*
.menuOpen .mainMenu ul li{
	left: 0;
}
.mainMenu ul li:nth-child(2){
	transition-delay: 0.528s;
}
.mainMenu ul li:nth-child(3){
	transition-delay: 0.328s;
}
.mainMenu ul li:nth-child(4){
	transition-delay: 0.328s;
}
.mainMenu ul li:nth-child(5){
	transition-delay: 0.228s;
}
.mainMenu ul li:nth-child(6){
	transition-delay: 0.128s;
}
.mainMenu ul li:nth-child(7){
	transition-delay: 0.26s;
}
.mainMenu ul li:nth-child(8){
	transition-delay: 0.24s;
}
.mainMenu ul li:nth-child(9){
	transition-delay: 0.22s;
}
*/

.mainMenu ul li a {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

.mainMenu ul li .subMenu a {
  font-size: 24px;
  font-family: "Lato", sans-serif;
}

.mainMenu ul li .subMenu li {
  margin-bottom: 42px;
}

.mainMenu ul li a:hover {
  color: #fff000;
}

.mainMenu ul li .subMenu::before {
  content: "";
  position: absolute;
  left: -68px;
  top: 0;
  width: 46px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}

.bodyOverflow {
  overflow: hidden;
}

/* toggle menu end */

.registerNavBtn,
.volunteerNavBtn,
.homeNavBtn,
.galleryNavBtn {
  width: 156px;
  height: 62px;
  border-bottom: 1px solid #fff000;
  line-height: 62px;
  font-size: 16px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  float: left;
  display: block;
  background: #ff4bb5;
  text-transform: uppercase;
  margin-left: 36px;
  text-align: center;
}

.volunteerNavBtn {
  background: #36bfff;
  margin-left: 0px;
}

.headerSocialMedia {
  float: right;
  padding-top: 16px;
}

.headerSocialMedia a {
  height: 32px;
  width: 32px;
  background: #ffffff;
  display: block;
  float: left;
  font-size: 32px;
  color: #7c33da;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  margin-left: 16px;
  position: relative;
}

.animDiv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  display: block;
  transition: all ease 300ms;
  border-radius: 50%;
}

.headerSocialMedia a:hover span {
  border-radius: 50%;
  transform: scale(2);
  border: 1px solid #fff;
}

.headerDesc {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  bottom: 136px;
}

.headerDesc h6 {
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  font-family: "zona_probold";
  margin-bottom: 8px;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.scrollDown {
  animation: 1s ease 0s normal none 1 running intro;
  -webkit-animation: 1s ease 0s normal none 1 running intro;
  -o-animation: 1s ease 0s normal none 1 running intro;
  -moz-animation: 1s ease 0s normal none 1 running intro;
  -ms-animation: 1s ease 0s normal none 1 running intro;
  -webkit-animation-name: intro;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  border: 1px solid #333333;
  border-radius: 15px;
  bottom: 46px;
  height: 32px;
  left: 50%;
  margin-left: -16px;
  position: absolute;
  width: 18px;
  cursor: pointer;
  /*z-index: 999;*/
  transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

.scrollFun {
  animation: 1s ease 0s normal none infinite running finger;
  -webkit-animation: 1s ease 0s normal none infinite running finger;
  -moz-animation: 1s ease 0s normal none infinite running finger;
  -o-animation: 1s ease 0s normal none infinite running finger;
  -ms-animation: 1s ease 0s normal none infinite running finger;
  -webkit-animation-name: finger;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  background: #333333 none repeat scroll 0 0;
  border-radius: 4px;
  display: block;
  height: 7px;
  margin: 6px auto;
  width: 2px;
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fixHeader .primaryHeader {
  background: #ffffff;
  box-shadow: 0 0 17px -2px rgba(0, 0, 0, 0.3);
}

.fixHeader .menuIcon span {
  background: #000000;
}

.fixHeader .headerSocialMedia a {
  background: #8569df;
}

.fixHeader .headerSocialMedia a:hover span {
  border: 1px solid #8569df;
}

.fixHeader .headerSocialMedia a {
  color: #fff;
}

/*---- Header Section Ends Here ----*/

/*---- Content Section Starts Here ----*/

#content {}

.highlightsSection {
  padding-top: 72px;
}

.sectionSubTitle {
  font-size: 28px;
  color: #ff008a;
  line-height: 1;
  letter-spacing: 12px;
  font-family: "zona_probold";
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.sectionTitle {
  font-size: 100px;
  color: #00baff;
  line-height: 1;
  letter-spacing: -3px;
  /* font-family: 'edo_szregular'; */
  font-family: "playfair_displaybold";
  text-shadow: 0px 2px 0px #c600ff;
  margin-top: 8px;
  text-align: center;
  margin-bottom: 76px;
  text-transform: uppercase;
}

/*---- Festival Highlights Section Starts ----*/

.videoContainer,
.galleryVideoContainer {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  /*padding-top: 25px;*/
  height: 0;
  z-index: 2;
}

.videoContainer iframe,
.galleryVideoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoSectionWrap {
  padding: 0 92px;
  position: relative;
}

.videoContainer i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/videoBtn.png) no-repeat center center;
  z-index: 9;
  margin-left: 0;
  margin-top: 0;
  cursor: pointer;
  display: block;
  pointer-events: none;
}

.videoTumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/videoThumb.png) no-repeat center center;
  background-size: 100% 100%;
  display: block;
  cursor: pointer;
  /*pointer-events: none;*/
}

.videoSectionWrap::before {
  content: "";
  left: -40px;
  bottom: -128px;
  background: url(../img/video_bg.png) no-repeat left bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.videoSectionWrap::after {
  content: "";
  right: -43px;
  top: -171px;
  background: url(../img/video_bg_right.png) no-repeat right bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

/*------ For Vedio Loader Starts ----*/
.svgLoader {
  display: none;
  pointer-events: none;
}

.spinner {
  animation: rotator 2.5s linear infinite;
  position: absolute;
  left: 0;
  z-index: 99;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.path {
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 2.5s ease-in-out infinite, colors 10s ease-in-out infinite;
}

@keyframes colors {
  0% {
    stroke: #fff;
  }

  25% {
    stroke: #fff;
  }

  50% {
    stroke: #fff;
  }

  75% {
    stroke: #fff;
  }

  100% {
    stroke: #fff;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 200;
  }

  50% {
    stroke-dashoffset: 50;
    transform: rotate(180deg);
  }

  100% {
    stroke-dashoffset: 200;
    transform: rotate(720deg);
  }
}

/*------ For Vedio Loader Ends ----*/

/*---- Festival Highlights Section Ends ----*/

/*---- About Section Starts ----*/
.aboutSection {
  padding-top: 186px;
}

.aboutSection p {
  font-size: 20px;
  line-height: 1.5;
  color: #3a3a3a;
  margin-bottom: 24px;
  font-family: "latomedium";
  text-align: justify;
  text-align-last: center;
}

.aboutSection p a {
  color: #ff008a;
  border-bottom: 1px solid transparent;
}

.aboutSection p a:hover {
  border-bottom: 1px solid #ff008a;
}

/*---- About Section Ends ----*/

/*---- What To Except Section Starts ----*/

.whatToExceptSection {
  padding-top: 158px;
  background: url(../img/whattoexceptbg.png) no-repeat center 130px;
}

.whatToExceptContent {
  position: relative;
  padding: 0 40px;
}

.whatToExceptContent::before {
  content: "";
  left: 0px;
  bottom: 0px;
  background: url(../img/whattoexceptbg.png) no-repeat left top;
  width: 1200px;
  height: 520px;
  position: absolute;
  display: none;
}

.expectedEvents {
  float: left;
  width: calc(33.33% - 11px);
  margin-left: 16px;
  cursor: pointer;
  perspective: 1000px;
  height: 213px;
  margin-bottom: 24px;
}

.expectedEvents:nth-child(3n + 1) {
  margin-left: 0;
}

.flipCardFront img {
  width: 100%;
}

.flipOverlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 217, 0, 0);
  background: -moz-linear-gradient(top,
    rgba(255, 217, 0, 0) 0%,
    rgba(0, 0, 0, 0.07) 43%,
    rgba(0, 0, 0, 0.1) 61%,
    rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(left top,
    left bottom,
    color-stop(0%, rgba(255, 217, 0, 0)),
    color-stop(43%, rgba(0, 0, 0, 0.07)),
    color-stop(61%, rgba(0, 0, 0, 0.1)),
    color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top,
    rgba(255, 217, 0, 0) 0%,
    rgba(0, 0, 0, 0.07) 43%,
    rgba(0, 0, 0, 0.1) 61%,
    rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top,
    rgba(255, 217, 0, 0) 0%,
    rgba(0, 0, 0, 0.07) 43%,
    rgba(0, 0, 0, 0.1) 61%,
    rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top,
    rgba(255, 217, 0, 0) 0%,
    rgba(0, 0, 0, 0.07) 43%,
    rgba(0, 0, 0, 0.1) 61%,
    rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom,
    rgba(255, 217, 0, 0) 0%,
    rgba(0, 0, 0, 0.07) 43%,
    rgba(0, 0, 0, 0.1) 61%,
    rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd900', endColorstr='#000000', GradientType=0);
  pointer-events: none;
}

.flipOverlay::before {
  position: absolute;
  right: 12px;
  top: 12px;
  background: url(../img/eventInfo.png) no-repeat left top;
  width: 24px;
  height: 24px;
  content: "";
  pointer-events: none;
}

.flipCardFront span {
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 24px;
  bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 44px;
  text-transform: uppercase;
  text-align: left;
}

.flipCardFront,
.flipCardBack {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.expectedEventsInner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  -o-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.expectedEventsActive {
  transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.flipCardBack {
  background-color: #7423ef;
  transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  padding: 46px 32px;
  box-sizing: border-box;
}

.flipCardBack h3 {
  font-size: 24px;
  color: #ffde00;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.flipCardBack p {
  font-size: 16px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  margin-bottom: 0px;
  text-align: justify;
  text-align-last: center;
}

/*---- What To Except Section Ends ----*/

/* Registration Section Starts Here */

.registrationNotification {
  padding-top: 120px;
}

.registrationForm,
.thankuContent,
.thankuContentVolunteer {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
  background: #ffffff;
  padding: 56px 64px 60px;
  border-radius: 0px;
  z-index: 9;
  box-sizing: border-box;
  box-shadow: 0 0 17px -2px rgba(0, 0, 0, 0.3);
}

.registrationForm::before,
.vRFWrap::before {
  /* border-top: 6px solid #18d7eb; */
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 100%;
  background: rgba(30, 210, 255, 1);
  background: -moz-linear-gradient(left,
    rgba(30, 210, 255, 1) 0%,
    rgba(0, 233, 151, 1) 100%);
  background: -webkit-gradient(left top,
    right top,
    color-stop(0%, rgba(30, 210, 255, 1)),
    color-stop(100%, rgba(0, 233, 151, 1)));
  background: -webkit-linear-gradient(left,
    rgba(30, 210, 255, 1) 0%,
    rgba(0, 233, 151, 1) 100%);
  background: -o-linear-gradient(left,
    rgba(30, 210, 255, 1) 0%,
    rgba(0, 233, 151, 1) 100%);
  background: -ms-linear-gradient(left,
    rgba(30, 210, 255, 1) 0%,
    rgba(0, 233, 151, 1) 100%);
  background: linear-gradient(to right,
    rgba(30, 210, 255, 1) 0%,
    rgba(0, 233, 151, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ed2ff', endColorstr='#00e997', GradientType=1);
  content: "";
}

.registrationForm::after {
  /* border-top: 6px solid #18d7eb; */
  position: absolute;
  left: -204px;
  top: -86px;
  height: 272px;
  width: 262px;
  content: "";
  background: url(../img/bird.png) no-repeat left top;
  z-index: -1;
}

.thankuContent,
.thankuContentVolunteer {
  display: none;
}

.thankuContent h2,
.thankuContentVolunteer h2 {
  font-size: 32px;
  color: #00aaff;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: left;
  text-shadow: 0px 24px 24px rgba(0, 153, 153, 0);
  letter-spacing: 0px;
  margin-top: 0;
}

.thankuContent h3 {
  font-size: 24px;
  color: #00aaff;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: left;
  text-shadow: 0px 24px 24px rgba(0, 153, 153, 0);
  letter-spacing: 1px;
  padding-top: 30px;
  text-transform: uppercase;
}

.thankuContent p,
.thankuContentVolunteer p {
  font-size: 16px;
  color: #000000;
  line-height: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: left;
}

.thankuContent .registerAgain {
  float: none;
}

.registrationNotification .container {
  position: relative;
}

.formBoxShadow {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 472px;
  height: 472px;
  box-shadow: 0 16px 64px rgba(0, 0, 0, 0.3);
  margin-left: -236px;
  display: none;
}

.registrationForm .more-feilds {
  position: relative;
}

.registrationForm .formField {
  margin-bottom: 8px;
  position: relative;
}

.ageField,
.sexField {
  width: 48%;
  float: left;
}

.cityField {
  width: 100%;
  float: left;
}

.sexField,
.knowAboutJerField,
.occupationField,
.attendedField,
.accomplices-sex,
.accomplices-occupation {
  height: 64px;
  position: relative;
}

.sexField {
  float: right;
  z-index: 9999;
}

.occupationField {
  z-index: 999;
}

.attendedField {
  z-index: 99;
}

.accomplices-sex,
.accomplices-age {
  width: 48%;
  float: left;
  z-index: 999;
  margin: 0 !important;
}

.accomplices-sex {
  float: right;
}

.accomplices-occupation {
  width: 100%;
  clear: both;
}

.accomplices-age {
  margin-right: 1%;
}

.accomplices-sex {
  margin-left: 1%;
}

.knowAboutJerField,
.occupationField,
.attendedField {
  clear: both;
}

.registrationForm .formField input,
.registrationForm .formField textarea,
.vRFWrap .vRFField input,
.vRFWrap .vRFField textarea {
  height: 64px;
  width: 100%;
  border: 0;
  padding-left: 2px;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.05em;
  background: transparent;
  text-transform: uppercase;
  /*box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 1) ;
	 -moz-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 1) ;
	 -webkit-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 1) ;*/
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  resize: none;
  /*padding-top: 10px;*/
  padding-top: 23px;
  outline: none !important;
  box-sizing: border-box;
  /*border: 4px solid #8dd9ff;
	 background: #fff;*/
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.registrationForm .formField.mobileField input {
  padding-top: 17px;
}

.error input,
.error textarea {
  background: #ff0055 !important;
}

.error p {
  color: #fff !important;
  z-index: 9 !important;
}

.registrationForm .formField input:focus .registrationForm .formField p,
.vRFWrap .vRFField input:focus .vRFWrap .vRFField p {
  display: none !important;
}

.registrationForm .formField p,
.vRFWrap .vRFField p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #808080;
  position: absolute;
  left: 2px;
  top: 32px;
  /*top:25px;*/
  margin: 0;
  z-index: -1;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.registrationForm .formField.mobileField p {
  top: 32px;
  /*left: 12px;*/
  left: 0px;
}

.registrationForm .formField:hover p,
.vRFWrap .vRFField:hover p {
  color: #4c4c4c !important;
}

.registrationForm .formField:hover input,
.registrationForm .formField:hover textarea,
.vRFWrap .vRFField:hover input,
.vRFWrap .vRFField:hover textarea {
  /*box-shadow: 0px 1px 0px 0px rgba(128, 128, 128, 1);
	 -moz-box-shadow: 0px 1px 0px 0px rgba(128, 128, 128, 1) ;
	 -webkit-box-shadow: 0px 1px 0px 0px rgba(128, 128, 128, 1);*/
  border-bottom: 1px solid rgba(128, 128, 128, 1);
}

.registrationForm .formField input:focus,
.registrationForm .formField textarea:focus,
.vRFWrap .vRFField input:focus,
.vRFWrap .vRFField textarea:focus {
  /*box-shadow: 0px 1px 0px 0px rgba(0,191,255, 1) !important ;
	 -moz-box-shadow: 0px 1px 0px 0px rgba(0,191,255, 1) !important ;
	 -webkit-box-shadow: 0px 1px 0px 0px rgba(0,191,255, 1) !important ;*/
  border-bottom: 1px solid rgba(0, 191, 255, 1);
}

.registrationForm .formField p span,
.registrationForm .formField span.formRequired,
.vRFWrap .vRFField p span,
.vRFWrap .vRFField span.formRequired,
.vRFRequired {
  font-size: 16px;
  margin-left: 2px;
  color: #eb0046;
  position: relative;
  top: -2px;
}

.registrationForm .formField input:after,
.vRFWrap .vRFField input:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #00aaff;
  bottom: 0;
}

.inputAnim input:after {
  width: 100%;
}

.inputAnim p {
  display: none;
}

.registerButtons {
  margin-top: 32px;
  margin-bottom: 32px;
}

.registerButtons button,
a.registerAgain {
  width: 200px;
  height: 48px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #ff4bb5;
  background: #ff4bb5;
  text-transform: uppercase;
  float: left;
  line-height: 0;
  border-radius: 3px;
  cursor: pointer;
  outline: none !important;
}

.registerButtons button span {
  font-size: 20px;
  top: 2px;
  position: relative;
}

.sbHolder {
  top: 34px;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.intl-tel-input .country-list {
  z-index: 99999;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.intl-tel-input .selected-flag .iti-arrow {
  background: url(../img/select-icon.png) no-repeat left center;
  border: none;
  width: 12px;
  height: 8px;
  right: -6px;
  margin-top: -4px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type="text"],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type="tel"],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type="tel"] {
  padding-left: 100px;
}

.sbHolder a {
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  color: #808080;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 9px;
  padding-left: 2px;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  font-weight: 300;
  line-height: 20px;
}

.sbHolder a:hover {
  color: #4c4c4c !important;
  border-bottom: 1px solid rgba(128, 128, 128, 1);
}

.sbHolder .sbSelector {
  transition: all ease 300ms;
}

.sbHolder a.sbToggle {
  border-bottom: none;
  right: 10px;
  position: absolute;
  top: 8px;
  background: url(../img/select-icon.png) no-repeat left center;
  width: 12px;
  height: 8px;
}

.sbOptions {
  display: none;
  list-style: none;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  z-index: 99;
  border-top: none;
  min-height: 343px;
  margin: 0;
}

#fdBackUseYes .sbOptions {
  min-height: 152px;
}

/*.sbOptions li{
 background: #ffffff;
 }*/
.sbOptions li:first-child {
  display: none;
}

.sbOptions a {
  border-bottom: 1px dotted #b2b2b2;
  margin-bottom: 0;
  padding: 5px 10px;
  color: #808080;
}

.intl-tel-input .flag-container {
  top: 17px;
}

button.addPeople:hover {
  background: #00bfff;
  color: #fff;
}

button.submit {
  color: #ffffff;
  float: none;
  background: #c600ff;
  position: relative;
  font-size: 20px;
  border-radius: 50px;
  font-family: "zona_probold";
  letter-spacing: 1px;
  padding: 0 76px;
  border: none;
  width: auto;
  height: 58px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

button.submit:hover,
.registerBtn:hover,
.contributeBtn:hover {
  opacity: 0.7;
}

/*button.submit:hover{
 background: rgba(18,223,238,1);
 background: -moz-linear-gradient(left, rgba(18,223,238,1) 0%, rgba(36,72,202,1) 100%);
 background: -webkit-gradient(left top, right top, color-stop(0%, rgba(18,223,238,1)), color-stop(100%, rgba(36,72,202,1)));
 background: -webkit-linear-gradient(left, rgba(18,223,238,1) 0%, rgba(36,72,202,1) 100%);
 background: -o-linear-gradient(left, rgba(18,223,238,1) 0%, rgba(36,72,202,1) 100%);
 background: -ms-linear-gradient(left, rgba(18,223,238,1) 0%, rgba(36,72,202,1) 100%);
 background: linear-gradient(to right, rgba(18,223,238,1) 0%, rgba(36,72,202,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12dfee', endColorstr='#2448ca', GradientType=1 );
 }*/
.accomplices-wrap {
  position: relative;
  /*padding-top: 16px;*/
  margin-top: 96px;
}

.accomplices-wrap:before {
  content: "";
  width: 30%;
  height: 0px;
  left: 35%;
  top: 0;
  position: absolute;
  border-top: 0px dotted #00d5ff;
}

.numberBulb {
  width: 40px;
  height: 40px;
  display: block;
  background: #ffffff;
  color: #00d5ff;
  font-size: 16px;
  position: absolute;
  left: -130px;
  line-height: 40px;
  top: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  box-shadow: 0 4px 4px rgba(61, 109, 204, 0.1);
}

.morePeopleCloseIcon {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1) url(../img/Icon-Remove-white.png) no-repeat center;
  color: #b2b2b2;
  font-size: 20px;
  position: absolute;
  left: -130px;
  line-height: 38px;
  top: 82px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.disableForm {
  pointer-events: none;
  opacity: 0.9;
  position: relative;
}

.disableForm:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  background: url(../img/loaderReg.gif) no-repeat center center;
  margin-left: -32px;
  margin-top: -32px;
  z-index: 9999;
}

.morePeopleCloseIcon:hover {
  background: #ff006a url(../img/Icon-Remove-white.png) no-repeat center;
  border: 1px solid #ff006a;
}

/*.thankuContent{
 text-align:left;
 max-width:552px;
 margin:auto;
 display:none;
 }
 .thankuContent h1{
 font-size:32px;
 font-weight:300;
 color:#00aaff;
 margin:0 0 32px;
 text-transform:uppercase;
 }
 .thankuContent p{
 font-size:16px;
 color:#000000;
 line-height: 24px;
 }
 p.line2, p.numberLine{
 line-height:32px;
 margin:48px 0 64px;
 }
 p.numberLine{
 margin-top:0;
 }*/
.fieldEmptyError,
.vRFFieldEmptyError {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff0055;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  padding-top: 30px;
  padding-left: 14px;
  box-sizing: border-box;
  display: block;
  z-index: -1;
  color: #fff;
  text-align: left;
}

.fieldEmptyError span,
.vRFFieldEmptyError span {
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}

.fieldInvalidError,
.vRFFieldInvalidError,
.fdBackFieldInvalidError {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff0055;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  padding-top: 2px;
  padding-left: 14px;
  box-sizing: border-box;
  display: none;
  z-index: -1;
  color: #fff;
  text-align: left;
}

.fieldInvalidError span,
.vRFFieldInvalidError span,
.fdBackFieldInvalidError span {
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}

.fieldEmptyError,
.fieldInvalidError,
.vRFFieldEmptyError,
.vRFFieldInvalidErrorm,
.fdBackFieldInvalidError {
  display: none;
}

.mobileField .formPlaceHolder {
  padding-left: 100px;
}

.invalidFieldColor {
  color: #fff !important;
}

.registrationForm .formField p,
.vRFWrap .vRFField p,
.fdBackFieldContainer .fdBackField p {
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.registrationForm .formField p.placeHolderLabel,
.vRFWrap .vRFField p.vRFPlaceHolderLabel,
.fdBackFieldContainer .fdBackField p.fdBackPlaceHolderLabel {
  display: block !important;
  top: 0;
  font-size: 12px;
  font-weight: 400;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
  outline: none !important;
}

.occupationField {
  /*width: 48%;
	 float: left;*/
}

.organizationField {
  /*width: 48%;
	 float: right;*/
}

.jerCheckBoxWrap label {
  font-size: 14px;
  color: #808080;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  position: relative;
  display: block;
  /* vertical-align: middle; */
  padding-left: 16px;
  text-align: left;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
  float: left;
  margin-right: 8px;
  width: 12px;
  height: 12px;
}

.jerCheckBoxWrap label:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 0px;
  border: 1px solid #808080;
}

.registrationForm .formField .jerCheckBoxWrap input,
.vRFWrap .vRFInfoTrue .jerCheckBoxWrap input {
  opacity: 0;
  height: 100%;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

.jerCheckBoxWrap label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 3px;
  border: 2px solid #808080;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.jerCheckBoxWrap label.jerCheked:after {
  opacity: 1;
}

.attendedField {
  height: auto;
  padding-top: 24px;
}

.jerCheckBoxWrap span,
.attendedField p {
  font-size: 14px;
  color: #808080;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  display: block;
  text-align: left;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.attendedField p {
  position: static !important;
  margin-bottom: 12px !important;
}

.registerNowBtn {
  padding: 0;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
  width: 154px;
  border: 1px solid #ff8957;
  margin: 0 auto;
  border-radius: 3px;
  background: #ff8957;
}

.registerNowBtn:hover {
  background: none;
  color: #333333;
}

.jerRadioBtnWrap input[type="radio"]:checked,
.jerRadioBtnWrap input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.jerRadioBtnWrap input[type="radio"]:checked+label,
.jerRadioBtnWrap input[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #808080;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
}

.jerRadioBtnWrap input[type="radio"]:checked+label:before,
.jerRadioBtnWrap input[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #808080;
  border-radius: 100%;
  background: #fff;
}

.jerRadioBtnWrap input[type="radio"]:checked+label:after,
.jerRadioBtnWrap input[type="radio"]:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffcc00;
  /*background:rgba(0,191,255, 1);*/
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.jerRadioBtnWrap input[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.jerRadioBtnWrap input[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.jerRadioBtnOption {
  float: left;
  width: auto;
  margin-right: 24px;
}

.tcField {
  padding-top: 24px;
}

.tcField .jerTermConBtn {
  color: #ffcc00;
}

.tcField .jerTermConBtn:hover {
  border-bottom: 1px solid #ffcc00;
}

.knowAboutJerField {
  display: none;
}

.tcBtnError,
.attendedField .radioBtnError {
  font-size: 14px;
  color: rgba(255, 0, 106, 1) !important;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  display: block;
  text-align: left;
  letter-spacing: 0.05em;
  text-transform: none;
  display: none;
}

.registrationForm .formField:hover .tcBtnError,
.registrationForm .formField:hover .radioBtnError {
  color: rgba(255, 0, 106, 1) !important;
}

.attendedField .radioBtnError,
.tcBtnError {
  position: static !important;
  margin-top: 8px !important;
  text-align: left !important;
}

.mobileField .fieldEmptyError,
.mobileField .fieldInvalidError {
  text-indent: 80px;
}

.sexField .sbOptions {
  min-height: 113px;
}

.occupationField .sbOptions {
  min-height: 265px;
}

.knowAboutJerField {
  cursor: pointer;
}

.knowAboutJerField .sbOptions {
  min-height: 227px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}

.termConPopup {
  width: 100%;
  max-width: 600px;
  margin: auto;
  position: fixed;
  background: #ffffff;
  /*padding: 56px 64px 60px;*/
  border-radius: 10px;

  box-sizing: border-box;
  top: 50%;
  left: 50%;
  height: 600px;
  /*overflow: auto;*/
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
  padding-bottom: 24px;
}

.termPopupContainer {
  overflow: auto;
  height: 509px;
  padding: 0px 64px 0px;
  -webkit-overflow-scrolling: touch;
}

.termPopupHeader {
  padding: 24px 0px;
}

.termConPopup h2 {
  font-size: 28px;
  font-weight: 700;
  color: #404040;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-top: 0 !important;
  text-align: center;
}

.termConPopup li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #404040;
  margin-bottom: 14px;
  text-align: left;
  line-height: 1.5;
  list-style: circle;
}

.termConPopupClose {
  position: absolute;
  right: 4px;
  top: 4px;
  background: url(../img/cancel.png) no-repeat center center;
  width: 48px;
  height: 48px;
  z-index: 9;
  display: block;
  cursor: pointer;
}

#id-of-error-div {
  display: none;
}

.loader {
  font-size: 10px;
  margin: 12px 0px 0px 30px;
  display: none !important;
  overflow: hidden;
  position: absolute;
  text-indent: -9999em;
  z-index: 1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left,
    #ffffff 10%,
    rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left,
    #ffffff 10%,
    rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left,
    #ffffff 10%,
    rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right,
    #ffffff 10%,
    rgba(255, 255, 255, 0) 42%);
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  right: 160px;
  top: 0;
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: rgba(255, 0, 106, 1);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*@keyframes spin { to { transform: rotate(1080deg) } }

 @-webkit-keyframes spin { to { transform: rotate(1080deg) } }

 @keyframes shape-shift-before { to { transform: skewX(-45deg) translate(.875em, -.875em) } }

 @-webkit-keyframes shape-shift-before { to { transform: skewX(-45deg) translate(.875em, -.875em) } }

 @keyframes shape-shift-after { to { transform: skewX(45deg) translate(.875em, .875em) } }

 @-webkit-keyframes shape-shift-after { to { transform: skewX(45deg) translate(.875em, .875em) } }*/
.buttonDisable {
  cursor: no-drop;
  opacity: 0.7;
}

/* Social Share Btn Starts */

.shareWithSocialMedia {
  text-align: right;
}

.shareWithSocialMedia span {
  font-size: 16px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.shareWithSocialMedia a {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
}

.shareWithSocialMedia .shareBtnFacebook {
  color: #3b5998;
}

.shareWithSocialMedia .shareBtnTwitter {
  color: #1da1f2;
}

.shareWithSocialMedia .shareBtnWhatsApp {
  color: #075e54;
  display: none;
}

/* Social Share Btn Ends */

/* Thanks MSG Change Starts Here */
.regMoreBtn {
  color: #00aaff;
  border-bottom: 1px solid #00aaff;
}

.regMoreBtn:hover {
  border-bottom: 1px solid transparent;
}

.jerDonationSec a {
  width: 200px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #ff4bb5;
  background: #ff4bb5;
  text-transform: uppercase;
  border-radius: 3px;
  outline: none !important;
  text-align: center;
  display: block;
}

.jerDonationSec a:hover {
  opacity: 0.9;
}

.jerDonationSec {
  background: #e2fcff;
  padding: 26px 64px;
  margin-left: -64px;
  margin-right: -64px;
  box-sizing: border-box;
}

.jerDonationSec h3 {
  padding: 0;
  color: #ff4bb5;
  margin-bottom: 24px;
}

/* Thanks MSG Change Ends Here */

/* Registration Error Msg popup Starts Here */
.regLimitExceed {
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ff0000;
  border-radius: 3px;
}

.regLimitExceed p {
  color: #ff0000;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

.regLimitExceed i {
  font-size: 32px;
  vertical-align: middle;
  top: -1px;
  position: relative;
}

.networkLost {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 452px;
  height: 448px;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 68px 0 48px;
  margin-left: -226px;
  margin-top: -224px;
  z-index: 999999;
  box-sizing: border-box;
}

.networkCloseBtn {
  position: absolute;
  right: 24px;
  top: 24px;
  color: #cccccc;
  font-size: 32px;
}

.networkLost h5 {
  color: #3f3f3f;
  font-size: 20px;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 36px;
}

.networkRetryBtn {
  color: #00baff;
  font-size: 16px;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #00baff;
  clear: both;
}

.networkRetryBtn:hover {
  border-bottom: 1px solid transparent;
}

.networkLost img {
  display: block;
  margin: 0 auto 44px;
}

/* Registration Error Msg popup Ends Here */

/* Registration Section Ends Here */

/* Contribute Section Starts Here */

.contributeSection {
  padding-top: 120px;
  position: relative;
}

.contributeSection .container {
  position: relative;
  z-index: 2;
}

.contributeSection p {
  font-size: 20px;
  line-height: 1.5;
  color: #3a3a3a;
  margin-bottom: 24px;
  font-family: "latomedium";
  text-align: justify;
  text-align-last: center;
}

.contributeContent {
  margin-bottom: 64px;
}

.contributeBtn {
  color: #ffffff;
  background: #c600ff;
  font-size: 20px;
  border-radius: 50px;
  font-family: "zona_probold";
  letter-spacing: 1px;
  padding: 0 76px;
  width: 320px;
  height: 58px;
  text-align: center;
  margin: 0 auto;
  display: block;
  line-height: 58px;
  box-sizing: border-box;
}

/* Contribute Section Ends Here */

/* Venue Section Starts Here */

.venue {
  padding-top: 120px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.venuDetail h4 {
  font-size: 50px;
  color: #00baff;
  line-height: 1;
  letter-spacing: 0;
  font-family: "zona_probold";
  text-shadow: 1px 2px 0px #c600ff;
  margin-top: 12px;
  text-align: center;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.venuDetail p {
  font-size: 36px;
  color: #00baff;
  line-height: 1;
  letter-spacing: 0;
  font-family: "zona_probold";
  text-shadow: 1px 2px 0px #c600ff;
  margin-top: 12px;
  text-align: center;
  margin-bottom: 46px;
  text-transform: uppercase;
}

.venuePopupBtn {
  font-size: 24px;
  color: #c600ff;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin-bottom: 46px;
  text-transform: uppercase;
  border-bottom: 1px solid #c600ff;
  display: inline-block;
  margin-bottom: 66px;
}

.venuePopupBtn:hover {
  border-bottom: 1px solid transparent;
}

.venuMap iframe {
  width: 100%;
  height: 400px;
}

.gettingToJERPopupOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}

.gettingToJERPopup {
  width: 100%;
  max-width: 600px;
  margin: auto;
  position: fixed;
  background: #ffffff;
  /* padding: 56px 64px 60px; */
  border-radius: 10px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  height: 600px;
  /* overflow: auto; */
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 99999;
  display: none;
  padding-bottom: 24px;
}

.gTJERPHeader {
  padding: 24px 0px;
}

.gTJERPHeader .closeBtn {
  position: absolute;
  right: 4px;
  top: 4px;
  background: url(../img/cancel.png) no-repeat center center;
  width: 48px;
  height: 48px;
  z-index: 9;
  display: block;
  cursor: pointer;
}

.gTJERPHeader h4 {
  font-size: 28px;
  font-weight: 700;
  color: #404040;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-top: 0 !important;
  text-align: center;
}

.gTJERPBody {
  overflow: auto;
  height: 509px;
  padding: 0px 64px 0px;
  -webkit-overflow-scrolling: touch;
}

.gTJERTerms p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #404040;
  margin-bottom: 14px;
  text-align: left;
  line-height: 1.5;
}

.gTJERTerms h5 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #404040;
  margin-bottom: 14px;
  text-align: left;
  line-height: 1.5;
}

.gTJERTerms em {
  font-size: 14px;
  font-style: normal;
}

.gTJERTerms h6 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #404040;
  margin-bottom: 14px;
  text-align: left;
  line-height: 1.5;
  /* font-style: italic; */
}

.gTJERTerms {
  margin-bottom: 32px;
}

/* Venue Section Ends Here */

.dyeLayout {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/dye.png) no-repeat center top;
  width: 100%;
  height: 1030px;
  z-index: 1;
}

/*---- Content Section Ends Here ----*/

/*------- Volunteer page Starts ------*/
#header.volunteerPage {
  background: url(../img/volunteerBg.png) no-repeat center;
  background-size: cover;
  text-align: center;
  height: 400px;
}

.volunteerHeaderDesc {
  padding-top: 102px;
}

.volunteerHeaderDesc h4 {
  font-size: 35px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 1.5px;
}

.volunteerHeaderDesc h2 {
  font-size: 146px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-top: -16px;
}

.volunteer_BannerDesc {
  text-align: center;
  padding: 98px 0 68px;
}

.volunteer_BannerDesc p {
  font-size: 35px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.volunteer_BannerDesc h4 {
  font-size: 363px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 22px;
  text-shadow: 0px 0px 5px rgba(255, 133, 216, 1);
}

.volunteer_BannerDesc span {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url(../img/voulnteer_bottombanner.png) no-repeat center bottom;
  background-size: cover;
  height: 291px;
}

.volunteerRegInfo {
  /* background: #fff9e6; */
  position: relative;
}

.volunteerRegInfo:before {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/bg_top.png) no-repeat center top;
  background-size: cover;
  height: 276px;
  content: "";
  width: 100%;
  z-index: 0;
  display: none;
}

.volunteerRegInfo:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bg_bottom.png) no-repeat center top;
  background-size: cover;
  height: 276px;
  content: "";
  width: 100%;
  z-index: 0;
  display: none;
}

.volunteerRegInfo {
  padding: 12px 0 92px;
}

/* .volunteerRegInfo h2,
.volunteerRegForm h2 {
	font-size: 68px;
	text-align: center;
	color: #199fdf;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: -3px;
} */

.volunteerRegInfo .container {
  position: relative;
  z-index: 1;
}

/* .volunteerRegInfo h3,
.volunteerRegForm h3 {
	font-size: 54px;
	text-align: center;
	color: #343434;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	border-bottom: 2px solid #199fdf;
} */

.volunteerRegInfo h3 span {
  display: inline-block;
  padding: 0 10px;
  background: #fff9e6;
  position: relative;
  top: 6px;
}

.volunteerRegForm h3 span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
  top: 6px;
}

.volunteerRegInfoDesc {
  padding-top: 58px;
}

.volunteerRegInfo p {
  color: #767676;
  line-height: 1.7;
  font-size: 16px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: justify;
}

.volunteerRegInfo p a {
  color: #cb69dc;
  border-bottom: 1px solid #cb69dc;
}

.volunteerRegInfo p a:hover {
  border-bottom: 1px solid transparent;
}

.volunteerRegInfo li {
  color: #767676;
  line-height: 1.7;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  list-style: disc;
  margin-left: 24px;
  margin-bottom: 20px;
  text-align: justify;
  text-transform: uppercase;
}

.volunteerEligibility,
.volunteerProcess,
.volunteerDeadline {
  padding-top: 40px;
}

.volunteerRegInfo h4 {
  font-size: 36px;
  text-align: left;
  color: #912cd1;
  font-family: "zona_probold";
  /* font-weight: 300; */
  /* letter-spacing: 1px; */
  border-bottom: 2px solid #912cd1;
  text-transform: capitalize;
  margin-bottom: 36px;
}

.volunteerRegInfo h4 span {
  display: inline-block;
  padding-right: 10px;
  background: #fffef9;
  position: relative;
  top: 6px;
}

.boxShVounteerInfo {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 18px;
  background: #fff9e6 url(../img/shadowImg.png) repeat-x left bottom;
  z-index: 2;
}

/*--- Vlounteer Registration Form Starts ---*/
.volunteerRegForm {
  padding: 84px 0;
}

.vRFField {
  position: relative;
  margin-bottom: 24px;
}

.vRFPlaceHolder {
  text-transform: uppercase;
}

.vRFWrap {
  padding-top: 70px;
}

.vRFGField,
.vRFAvField {
  height: 64px;
  cursor: pointer;
}

.vRFFiledWarp h5 {
  font-size: 18px;
  color: #767676;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
  margin-top: 14px;
}

.vRFCStatus {
  padding: 32px 0;
}

.vRFLabelWrapLabel {
  float: right;
}

.vRFLabelWrapLabel a {
  font-size: 18px;
  color: #767676;
  line-height: 46px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  height: 46px;
  width: 187px;
  background: #ffffff;
  border: 2px solid #767676;
  display: block;
  float: left;
  text-align: center;
  border-radius: 30px;
  margin-left: 32px;
}

.vRFLabelWrapLabel a.vRFLabelLabelActive,
.vRFLabelWrapLabel a:hover {
  border: 2px solid #15c9e8;
  background: #15c9e8;
  color: #fff;
}

.vRFWrap .sbHolder a,
.vRFWrap .vRFField p.vRFPlaceHolder {
  font-weight: 400;
}

.vRFAvField {
  float: right;
  width: 30%;
}

.vRFAvFieldWrap {
  padding-top: 20px;
}

.vRFAvFieldWrap h5 {
  margin-top: 24px;
}

.previousExperience {
  clear: both;
}

.previousExperience .vRFField,
#vRFJob .vRFField,
#vRFStudent .vRFField {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.previousExperience .vRFFieldRespons {
  float: right;
  margin-right: 0;
}

.previousExperience.previousExperienceAddMore .vRFField {
  float: left;
  width: 26%;
  margin-right: 5%;
}

.previousExperience.previousExperienceAddMore .vRFFieldRespons {
  float: left;
}

.vRFFieldLeft,
.vRFFieldRight {
  width: 48%;
  margin-right: 4%;
}

.vRFFieldLeft {
  float: left;
}

.vRFFieldRight,
#vRFStudent .vRFFieldRight,
#vRFJob .vRFFieldRight {
  float: right;
  margin-right: 0;
}

.vRFFormSubmit,
#jerFeedbackBtn {
  font-size: 24px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  background: #c600ff;
  display: inline-block;
  width: 469px;
  height: 69px;
  text-align: center;
  line-height: 69px;
  border-radius: 50px;
  margin-left: 48px;
  cursor: pointer;
  border: none;
  outline: none !important;
  text-transform: uppercase;
}

.vRFFormSubmit:hover {
  opacity: 0.7;
}

.vRFWrap {
  text-align: center;
  background: #fff;
  padding: 48px 36px 82px;
  box-sizing: border-box;
  box-shadow: 0 0 17px -2px rgba(0, 0, 0, 0.3);
  position: relative;
}

.vRFUpload {
  /*display: inline-block;
	 vertical-align: middle;*/
  position: relative;
  float: right;
}

.vRFFieldContent,
.previousExperience,
.vRFBrief {
  padding-top: 24px;
}

.vRFBrief textarea {
  height: 150px !important;
}

.vRFFiledWarp {
  /*padding-top: 32px;*/
}

.vRFUpload input[type="file"] {
  width: 366px;
  height: 69px;
  outline: none !important;
  cursor: pointer;
  opacity: 0;
}

.vRFUpload span {
  color: #15c9e8;
  border-bottom: 2px solid #15c9e8;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 68px;
  left: 0;
  top: 0;
  font-size: 24px;
  position: absolute;
  pointer-events: none;
  background: #fff;
  outline: none !important;
  /*cursor: pointer;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 32px;
  box-sizing: border-box;
}

.vRFUpload span.vRFUFileChange {
  text-align: left;
  text-indent: 10px;
  pointer-events: all;
}

.vRFUploadOverlay i {
  display: none;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -13px;
  background: url(../img/close_file.png) no-repeat center center;
  cursor: pointer;
}

.vRFUploadOverlay.vRFUFileChange i {
  display: block;
}

/*.vRFUpload span.vRFUFileChange:after{
 content: '';
 width: 26px;
 height: 26px;
 position: absolute;
 right: 8px;
 top: 50%;
 margin-top: -13px;
 background: url(../img/close_file.png) no-repeat center center;
 }*/
.input-group-btn {
  position: absolute;
  bottom: 6px;
  right: 16px;
  pointer-events: none;
  background: url(../img/calenderIcon.png) no-repeat center center;
  width: 27px;
  height: 29px;
  display: block !important;
  cursor: pointer;
}

.docs-datepicker {
  position: relative;
}

.vRFFieldContent {
  display: none;
}

/*#vRFOther{
 display: block;
 }*/
.vRFFAddMore {
  font-size: 42px;
  line-height: 52px;
  width: 56px;
  height: 56px;
  text-align: center;
  float: right;
  color: #767676;
  border: 2px solid #767676;
  border-radius: 50%;
  box-sizing: border-box;
  display: none;
}

.previousExperience.previousExperienceAddMore .vRFFAddMore {
  display: block;
}

.vRFRemoveBtn {
  line-height: 46px;
}

.vRFUpload span.vRFInvalidFile {
  display: none;
  position: absolute;
  left: 0;
  top: -16px;
  width: 100%;
  height: auto;
  background: none !important;
  font-size: 16px;
  font-family: Lato;
  font-weight: 400;
  padding-top: 0px;
  padding-left: 0px;
  box-sizing: border-box;
  color: #ff0055 !important;
  text-align: center !important;
  text-indent: 10px;
  line-height: 1;
  border: none;
  white-space: normal;
}

/*.fileFormatSupport{
 position: absolute;

 top: 104%;
 left: 0;
 text-align: center;
 width: 100%;
 font-size: 14px;
 color: #808080;
 }*/

.fileFormatSupport {
  font-size: 14px;
  color: #808080;
  margin-left: 8px;
  display: inline-block;
  font-weight: 400;
  text-transform: none;
}

.vRFFieldEmptyError,
.vRFFieldInvalidError {
  font-weight: 400;
}

.thankuContentVolunteer {
  max-width: 100%;
}

.thankuContentVolunteer h2 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.thankuContentVolunteer p {
  color: #767676;
  line-height: 2;
  font-size: 18px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.vDCSError {
  font-size: 16px;
  color: #ff0055;
  display: none;
  padding: 8px 0;
  text-transform: none;
  font-weight: 400;
  text-align: left;
}

.vRFUploadResume {
  margin-bottom: 48px;
}

.vRFInfoTrue {
  margin-bottom: 48px;
  position: relative;
}

.vRFUploadResume h5 {
  margin-top: 24px;
}

.vRFInfoTrue .tcBtnError {
  top: 100%;
  left: 0px;
  position: absolute !important;
}

.vRFInfoTrue .jerCheckBoxWrap span {
  text-transform: none;
  font-size: 18px;
}

.vRFInfoTrue .jerCheckBoxWrap label:before {
  top: 6px;
}

.vRFInfoTrue .jerCheckBoxWrap label:after {
  top: 7px;
}

.previousExperience .vRFRequired {
  display: none;
}

.volunteerWrapper #footer {
  display: none;
}

.vRFWrap .vRFField p,
.vRFFieldEmptyError,
.vRFFieldInvalidError {
  z-index: 0;
  pointer-events: none;
}

.vRFWrap .invalidFieldColor {
  position: relative;
  z-index: 1;
}

.vRFGField .sbOptions {
  min-height: 92px;
}

.vRFAvField .sbOptions {
  min-height: 124px;
}

/*--- Vlounteer Registration Form Ends ---*/

/* Volunteer Enhancement for type of Starts */
.vRFVType {
  margin-bottom: 24px;
}

.vRFVType a {
  display: block;
  width: 48%;
  color: #15c9e8;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 67px;
  border: 1px solid #15c9e8;
  border-radius: 0px;
  text-transform: uppercase;
}

.vRFVType a:hover,
.vRFVType .vRFVolunteerActive {
  color: #fff;
  border: 1px solid #15c9e8;
  background: #15c9e8;
}

.vRFVType .vRFGVolunteer {
  float: left;
}

.vRFVType .vRFPVolunteer {
  float: none;
  width: 100%;
}

.vRExpPhotoEvent {
  float: right;
  width: 30%;
}

.vRExpPhotoAddMoreWrap {
  float: right;
  width: 50%;
}

.vRFFiledWarp.vRExpPhoto h5,
.vRFFiledWarp.vROnlineLinkWrap h5 {
  margin-top: 32px;
}

.vRExpPhotoAddMoreWrap .vRFFAddMore {
  display: block;
}

.vROnlineLinkField {
  float: left;
  width: calc(100% - 100px);
}

.vRExpPhotoAddMoreWrapFull {
  float: none;
  width: 100%;
}

.vRFPhotoRemoveBtn {
  line-height: 46px;
}

.vRExpPhoto,
.vROnlineLinkWrap {
  /* display: none; */
}

/* Volunteer Enhancement for type of Ends */

/*------- Volunteer page Ends ------*/

/*----- Participant Section Starts Here -----*/

.participantsSection {
  padding-top: 158px;
}

.participantList {
  width: calc(25% - 36px);
  float: left;
  margin-left: 36px;
  margin-bottom: 36px;
  text-align: center;
  background: url(../img/participantBG.png) no-repeat center center;
  background-size: cover;
  box-shadow: 0 27px 66px -32px #6f3700;
  padding: 8px 0 12px;
  box-sizing: border-box;
}

.participantList img {
  width: 228px;
  max-height: 182px;
  height: auto;
  max-width: 100%;
  margin-bottom: 12px;
}

.participantList h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 8px;
  box-sizing: border-box;
  text-overflow: ellipsis;
}

.participantList h6 {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  display: none;
}

.participantWrap {
  margin-left: -36px;
}

/*----- Participant Section Ends Here -----*/

/*----- Get Involved Section Starts Here -----*/

.getInvolved {
  padding-top: 120px;
  padding-bottom: 32px;
}

.sponsorsListWithImage {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -32px;
  margin-bottom: 32px;
}

.sponsorsListWithImage .sponsorsListItem {
  float: left;
  width: calc(20% - 32px);
  margin-bottom: 32px;
  margin-left: 32px;
  text-align: center;
  border: 1px solid #ebebeb;
  box-shadow: 0 27px 66px -32px #6f3700;
  background: #fff;
  box-sizing: border-box;
  min-height: 194px;
}

.sponsorsListWithImage .sponsorsListItem img {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  max-width: 90%;
  max-height: 100%;
  height: auto;
}

.sponsorsListWithoutImage h5 {
  font-size: 20px;
  color: #3a3a3a;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.sponsorsListWithoutImage {
  text-align: center;
  margin-left: -32px;
}

.sponsorsListWithoutImage .sponsorsListItem {
  display: inline-block;
  margin-left: 32px;
  margin-bottom: 32px;
}

.partnersSectionWrap {
  padding-top: 70px;
}

.partnersWrap {
  text-align: center;
  margin-left: -32px;
}

.partnersListItem {
  display: inline-block;
  margin-left: 32px;
  margin-bottom: 32px;
  border: 1px solid #ebebeb;
  box-shadow: 0 27px 66px -32px #6f3700;
  background: #fff;
}

.partnersListItem a {
  display: block;
  box-sizing: border-box;
  min-height: 194px;
  min-width: 192px;
  padding: 16px;
}

.partnersListItem a.partnerWithNoLink {
  cursor: default;
}

.partnersListItem h5 {
  color: #4c4c4c;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 7px;
  line-height: 1;
}

.partnersListItem h6 {
  color: #b2b2b2;
  font-size: 12px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  display: block;
  text-align: center;
  line-height: 1;
  font-style: italic;
}

.sponsorsPartnersQuery {
  text-align: center;
  padding-top: 24px;
}

.sponsorsPartnersQuery h3 {
  color: #3a3a3a;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 22px;
  line-height: 1.2;
  letter-spacing: 2px;
}

.queryContact a {
  display: inline-block;
  font-size: 18px;
  color: #8569df;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.queryContact a:first-child {
  font-weight: 700;
  border-bottom: 1px solid #8569df;
  margin-right: 24px;
  position: relative;
}

.queryContact a:first-child::after {
  content: "";
  width: 1px;
  height: 18px;
  position: absolute;
  right: -12px;
  top: 0;
  background: #8569df;
  display: none;
}

.queryContact a:hover {
  border-bottom: 1px solid #8569df;
}

.queryContact a:first-child:hover {
  border-bottom: 1px solid transparent;
}

.sponsorsPartnersQuery h5 {
  color: #3a3a3a;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 28px;
  line-height: 1.2;
}

.queryFestival span {
  color: #3a3a3a;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 22px;
  line-height: 1.2;
  display: block;
  letter-spacing: 2px;
}

.queryFestival a {
  font-size: 18px;
  color: #8569df;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #8569df;
}

.queryFestival a:hover {
  border-bottom: 1px solid transparent;
}

.queryFestival {
  position: relative;
  padding-top: 28px;
}

.queryFestival::before {
  background: #ffe4ee;
  width: 64px;
  height: 4px;
  content: "";
  position: absolute;
  left: 50%;
  top: -2px;
  margin-left: -32px;
}

/*----- Get Involved Section Ends Here -----*/

/*----- Gallery Section Starts Here -----*/

.gallerySection {
  padding-top: 120px;
}

.galleryHeader {
  text-align: center;
  padding-bottom: 48px;
}

.galleryHeader a {
  color: #3a3a3a;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 12px;
  padding-bottom: 12px;
  line-height: 1;
}

.galleryPhotos .galleryHeader .gPBtn {
  font-size: 36px;
}

.galleryVideos .galleryHeader .gVBtn {
  font-size: 36px;
}

.galleryPhotos .galleryHeader .gPBtn::before,
.galleryVideos .galleryHeader .gVBtn::before {
  width: 80px;
  height: 4px;
  background: #ff33b9;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}

.photoGalleryItems {
  width: calc(33.33% - 16px);
  margin-left: 16px;
  margin-bottom: 16px;
  float: left;
}

.galleryPhotos .galleryBody {
  margin-left: -16px;
  max-height: 434px;
  overflow: auto;
}

.photoGalleryItems a {
  display: block;
}

.photoGalleryItems img {
  width: 100%;
  max-height: 230px;
  height: auto;
}

.galleryBody .galleryVideoContainerWrap {
  float: left;
  width: 60%;
  border-right: 1px solid #e6e6e6;
  padding-right: 24px;
  margin-right: 24px;
  box-sizing: border-box;
  padding-bottom: 24px;
}

.galleryVideoListing {
  float: right;
  width: calc(40% - 25px);
  max-height: 436px;
  overflow: auto;
}

.galleryVideoContainer {
  margin-bottom: 16px;
}

.galleryVideoDesc h3 {
  color: #000000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
  text-transform: uppercase;
}

.galleryVideos .galleryBody {
  border-bottom: 1px solid #e6e6e6;
}

.galleryListItem img {
  float: left;
  display: block;
  width: 94px;
  height: auto;
  max-height: 71px;
  margin-right: 16px;
}

.galleryVideoListDesc h3 {
  color: #000000;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
}

.galleryVideoListDesc {
  overflow: hidden;
  padding-top: 14px;
}

.galleryListItem {
  margin-bottom: 16px;
  cursor: pointer;
}

.galleryVideoThumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  display: block;
  cursor: pointer;
}

.galleryVideoThumb i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/videoBtn.png) no-repeat center center;
  z-index: 9;
  margin-left: 0;
  margin-top: 0;
  cursor: pointer;
  display: block;
  pointer-events: none;
}

.lightboxgallery-next,
.lightboxgallery-prev {
  opacity: 1 !important;
}

/*----- Gallery Section Ends Here -----*/

/*----- Schedule Section Starts Here -----*/

.scheduleSection {
  padding-top: 158px;
  padding-bottom: 1px;
  position: relative;
  background: url(../img/schedule_bg.jpg) no-repeat left top;
  background-size: cover;
}

.scheduleDayNav {
  float: left;
}

.scheduleDayNav a {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  display: block;
  float: left;
  color: #8569df;
  font-size: 30px;
  line-height: 1;
  padding: 16px;
  border-top: 2px solid #8569df;
  border-bottom: 2px solid #8569df;
}

.scheduleDayNav a.dayOnenav {
  border-left: 2px solid #8569df;
  border-radius: 10px 0 0px 10px;
}

.scheduleDayNav a.dayThreenav {
  border-right: 2px solid #8569df;
  border-radius: 0 10px 10px 0;
}

.scheduleDayNav a.dayActive,
.scheduleDayNav a:hover {
  color: #ffffff;
  background: #8569df;
}

.scheduleDayDate {
  float: left;
  width: calc(100% - 530px);
  position: relative;
  top: 20px;
}

.scheduleDayDate h4 {
  font-size: 28px;
  color: #636363;
  letter-spacing: 7px;
  line-height: 1;
  font-family: "latoBlack";
  text-transform: uppercase;
  text-align: center;
}

.scheduleDayDate h4 sup {
  font-size: 16px;
  vertical-align: super;
  letter-spacing: 4px;
}

.downloadSchedule {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  display: block;
  float: right;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  padding: 12px 40px 12px 12px;
  background: #8569df;
  text-transform: uppercase;
  position: relative;
  border-radius: 8px;
  top: 13px;
  /* display: none; */
}

.downloadSchedule:hover {
  opacity: 0.9;
}

.downloadSchedule i {
  position: absolute;
  right: 13px;
  top: 11px;
  width: 16px;
  height: 18px;
  background: url(../img/downloadIcon.png) no-repeat left top;
  display: block;
}

.scheduleHeader {
  margin-bottom: 100px;
}

.scheduleContentTimeSlots {
  float: left;
  width: 82px;
  margin-right: 20px;
  /*margin-top: 47px;*/
  margin-top: 0px;
}

.scheduleContentItemListWrap {
  overflow: hidden;
}

.scheduleContentTimeSlots li {
  height: 156px;
  color: #c600ff;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  position: relative;
  border-right: 1px solid #636363;
  text-transform: uppercase;
}

.scheduleContentTimeSlots li:first-child {
  height: 0px;
}

.scheduleContentTimeSlots li sub {
  /*vertical-align: sub;*/
  font-size: 14px;
}

.scheduleContentTimeSlots li:after {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 8px;
  height: 1px;
  content: "";
  background: #636363;
}

.scheduleContentTimeSlots li:first-child:after {
  bottom: -1px;
}

.scheduleContentTimeSlots li:last-child:after {
  bottom: 6px;
}

.scheduleContentTimeSlots li span {
  position: absolute;
  left: 0;
  bottom: -6px;
}

.scheduleContentTimeSlots li:first-child span {
  bottom: -14px;
}

.scheduleContentTimeSlots li:last-child span {
  bottom: 0px;
}

.registrationCard {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  height: 156px;
  padding-top: 40px;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.registrationCard h5 {
  font-size: 22px;
  color: #1f1f1f;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.registrationCard h3 {
  font-size: 36px;
  color: #1f1f1f;
  line-height: 1;
  font-family: "latoBlack";
  text-align: center;
  text-transform: uppercase;
}

.scheduleContentItemListWrap {
  height: 1092px;
  /* height: 624px; */
  position: relative;
}

.scheduleContentItemList {}

.scheduleContentCard {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 10px solid transparent;
  border-right: 2px solid;
  width: calc(25% - 12px);
  box-sizing: border-box;
  text-align: center;
}

.stageLawn {
  border-color: #74b9fa;
  left: 0px;
}

.auditorium {
  border-color: #ff6bc6;
  left: 25%;
}

.amphitheatre {
  border-color: #dbc23a;
  left: 50%;
}

.speakingTree {
  border-color: #0dd691;
  right: 0;
}

.fullWidth {
  width: 100%;
}

.halfWidth {
  width: 50%;
}

.halfHour {
  height: 156px;
}

.oneHour {
  height: 312px;
}

.oneHour.adabiChaupalEvent {
  height: 328px;
}

.oneHalfHour {
  height: 468px;
}

.twoHour {
  height: 624px;
}

.twoHalfHour {
  height: 780px;
}

.schTimeSlotOne {
  top: 312px;
}

.schTimeSlotTwo {
  top: 468px;
}

.schTimeSlotThree {
  top: 624px;
}

.schTimeSlotFour {
  top: 780px;
}

.schTimeSlotFive {
  top: 936px;
}

.schTimeSlotSix {
  top: 1092px;
}

.schTimeSlotSeven {
  top: 1248px;
}

.schTimeSlotEight {
  top: 1404px;
}

.schTimeSlotNine {
  top: 1560px;
}

.schTimeSlotTen {
  top: 1716px;
}

.schTimeSlotEleven {
  top: 1872px;
}

.schTimeSlotTwelve {
  top: 2028px;
}

.schTimeSlotThirteen {
  top: 2184px;
}

.schTimeSlotFourteen {
  top: 2340px;
}

.schTimeSlotFiveteen {
  top: 2496px;
}

.schTimeSlotSixteen {
  top: 2652px;
}

.schTimeSlotSevenTeen {
  top: 2808px;
}

.schTimeSlotEightTeen {
  top: 2964px;
}

.schTimeSlotNineTeen {
  top: 3120px;
}

.schTimeSlotTwenty {
  top: 3276px;
}

.schTimeSlotTwentyOne {
  top: 3432px;
}

.scheduleDayOneWrap .scheduleContentCard {
  border-right: none !important;
  padding: 16px 30px 16px 16px;
}

.scheduleDayOneWrap .scheduleCardHeader h5 {
  font-size: 18px;
  color: #4c3217;
  background: url(../img/stageLawn.png) no-repeat left center;
  padding-left: 54px;
  line-height: 42px;
  font-family: "latoBlack";
  float: left;
}

.scheduleDayOneWrap .scheduleCardHeader h6 {
  font-size: 18px;
  color: #4c3217;
  line-height: 42px;
  font-family: "Lato", sans-serif;
  float: right;
  font-weight: 400;
}

.scheduleCardBody h3 {
  font-family: "latoBlack";
  font-size: 36px;
  color: #1f1f1f;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.scheduleCardBody p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1f1f1f;
  line-height: 1;
}

.scheduleCardBody p a {
  color: #1f1f1f;
  font-weight: 700;
}

.inaugurationCardBody {
  margin-right: 24px;
  display: inline-block;
  vertical-align: middle;
}

.inaugurationCard .scheduleCardBody a {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.inaugurationCard .scheduleCardBody p a {
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: 700;
  color: #1f1f1f;
}

.inaugurationCard .scheduleCardBody img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.inaugurationCard .scheduleCardBody {
  margin-top: -21px;
}

.scheduleCardParticipantPic a {
  width: 212px;
  height: 213px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: block;
  float: left;
  margin-left: -36px;
  position: relative;
}

.scheduleCardParticipantPic img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.scheduleCardParticipantPic {
  margin-bottom: 60px;
  padding-top: 30px;
  display: inline-block;
  padding-left: 54px;
}

.scheduleDayOneWrap .scheduleCardParticipantPic {
  margin-bottom: 30px;
}

.scheduleDayOneWrap,
.scheduleDayTwoWrap,
.scheduleDayThreeWrap {
  margin-bottom: 96px;
  position: relative;
}

.scheduleDayThreeWrap .cloudLayerSep,
.scheduleDayTwoWrap .cloudLayerSep {
  top: 22%;
  z-index: 1;
}

/*.scheduleDayThreeWrap .cloudLayerSep{
	top: 10%;
}*/
.scheduleDayThreeWrap .container,
.scheduleDayTwoWrap .container {
  position: relative;
  z-index: 2;
}

.scheduleVenue h4 {
  font-family: "latoBlack";
  font-size: 18px;
  color: #636363;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  width: 25%;
  float: left;
  padding-right: 12px;
  box-sizing: border-box;
}

.scheduleVenue h4 span {
  display: block;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding-left: 33px;
  top: -10px;
  position: relative;
}

.scheduleVenue h4 i {
  display: inline-block;
  margin-right: 12px;
  width: 42px;
  height: 42px;
  vertical-align: middle;
}

.scheduleVenue .stageLawnVenue i {
  background: url(../img/stageLawn.png) no-repeat left top;
}

.scheduleVenue .auditoriumVenue i {
  background: url(../img/auditorium.png) no-repeat left top;
}

.scheduleVenue .amphitheatreVenue i {
  background: url(../img/amphitheatre.png) no-repeat left top;
}

.scheduleVenue .speakingTreeVenue i {
  background: url(../img/speakingTree.png) no-repeat left top;
}

.scheduleVenue .auditoriumVenue span {
  padding-left: 40px;
}

.scheduleVenue .amphitheatreVenue span {
  padding-left: 19px;
}

.scheduleVenue .speakingTreeVenue span {
  padding-left: 59px;
}

.scheduleVenue {
  margin-top: 96px;
}

.inaugurationCard .scheduleCardBody a span,
.scheduleCardParticipantPic a span {
  opacity: 0;
  visibility: hidden;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  background: #535350;
  padding: 9px 6px;
  text-transform: uppercase;
  border-radius: 3px;
}

.inaugurationCard .scheduleCardBody a:hover span,
.scheduleCardParticipantPic a:hover span {
  opacity: 1;
  visibility: visible;
}

.inaugurationCard .scheduleCardBody a span:after,
.scheduleCardParticipantPic a span:after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  margin-left: -16px;
  border-left: 8px solid transparent;
  border-top: 8px solid #535350;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.scheduleDayTwoWrap .scheduleContentCard .scheduleCardHeader h5,
.scheduleDayThreeWrap .scheduleContentCard .scheduleCardHeader h5 {
  font-family: "Lato", sans-serif;
  /*font-weight: 700;
	font-size: 14px;*/
  font-weight: 400;
  font-size: 12px;
  color: #1f1f1f;
  line-height: 1;
  text-transform: uppercase;
  float: left;
}

.scheduleDayTwoWrap .scheduleContentCard .scheduleCardHeader h6,
.scheduleDayThreeWrap .scheduleContentCard .scheduleCardHeader h6 {
  font-family: "Lato", sans-serif;
  /*font-weight: 400;
	font-size: 12px;*/
  font-weight: 700;
  font-size: 14px;
  color: #1f1f1f;
  line-height: 1;
  text-transform: uppercase;
  float: right;
}

.scheduleDayTwoWrap .scheduleContentCard,
.scheduleDayThreeWrap .scheduleContentCard {
  padding: 16px 19px 16px 16px;
  box-sizing: border-box;
}

.scheduleDayTwoWrap .scheduleCardBody h3,
.scheduleDayThreeWrap .scheduleCardBody h3 {
  font-family: "latoBlack";
  font-size: 16px;
  color: #1f1f1f;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
}

.scheduleDayTwoWrap .nameOvrlap .scheduleCardBody h3,
.scheduleDayThreeWrap .nameOvrlap .scheduleCardBody h3 {
  margin-bottom: 8px;
  font-size: 14px;
}

.scheduleDayTwoWrap .scheduleCardBody p,
.scheduleDayThreeWrap .scheduleCardBody p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1f1f1f;
  line-height: 20px;
  text-align: center;
}

.scheduleDayTwoWrap .scheduleCardBody p a,
.scheduleDayThreeWrap .scheduleCardBody p a {
  font-weight: 700;
  color: #1f1f1f;
}

.scheduleDayTwoWrap .scheduleCardHeader,
.scheduleDayThreeWrap .scheduleCardHeader {
  margin-bottom: 18px;
}

.scheduleDayTwoWrap .halfHour .scheduleCardHeader,
.scheduleDayThreeWrap .halfHour .scheduleCardHeader {
  margin-bottom: 22px;
}

.scheduleDayTwoWrap .halfHour.scheduleCardHeaderMargin .scheduleCardHeader,
.scheduleDayThreeWrap .halfHour.scheduleCardHeaderMargin .scheduleCardHeader {
  margin-bottom: 10px;
}

.scheduleDayTwoWrap .scheduleCardParticipantPic,
.scheduleDayThreeWrap .scheduleCardParticipantPic {
  margin-bottom: 20px;
  padding-top: 0px;
  display: inline-block;
  padding-left: 0;
  margin-right: -26px;
}

.scheduleDayTwoWrap .nameOvrlap .scheduleCardParticipantPic,
.scheduleDayThreeWrap .nameOvrlap .scheduleCardParticipantPic {
  margin-bottom: 8px;
}

.scheduleDayTwoWrap .nameOvrlap .scheduleCardBody p,
.scheduleDayThreeWrap .nameOvrlap .scheduleCardBody p {
  font-size: 11px;
  line-height: 1.4;
}

.scheduleDayTwoWrap .adabiChaupalEvent .scheduleCardParticipantPic {
  margin-bottom: 0;
}

.scheduleDayTwoWrap .scheduleCardParticipantPic a,
.scheduleDayThreeWrap .scheduleCardParticipantPic a {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: block;
  float: left;
  margin-left: -22px;
  position: relative;
}

.scheduleDayTwoWrap .scheduleCardParticipantPic.singleParticipant a,
.scheduleDayThreeWrap .scheduleCardParticipantPic.singleParticipant a {
  width: 115px;
  height: 115px;
}

.scheduleDayTwoWrap .scheduleContentItemListWrap,
.scheduleDayThreeWrap .scheduleContentItemListWrap {
  height: 3432px;
}

.infoBodyContent .scrollbar-track.scrollbar-track-y {
  right: 0px !important;
  opacity: 1;
  display: block;
}

.infoBodyContent .scrollbar-thumb.scrollbar-thumb-y {
  background: #c8d8bf !important;
  border-radius: 0 !important;
}

.eventVenueSM,
.eventVenueAM,
.eventVenueAPM,
.eventVenueSTM {
  display: none;
  font-size: 12px;
  line-height: 38px;
  color: #4c3217;
  font-family: "latoBlack";
  margin-bottom: 15px;
  text-transform: uppercase;
  float: left;
}

.eventVenueSM i,
.eventVenueAM i,
.eventVenueAPM i,
.eventVenueSTM i {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.eventVenueSM i {
  background: url(../img/stageLawn.png) no-repeat left center;
  background-size: 28px auto;
}

.eventVenueAM i {
  background: url(../img/auditorium.png) no-repeat left center;
  background-size: 28px auto;
}

.eventVenueAPM i {
  background: url(../img/amphitheatre.png) no-repeat left center;
  background-size: 28px auto;
}

.eventVenueSTM i {
  background: url(../img/speakingTree.png) no-repeat left center;
  background-size: 28px auto;
}

.trackInfo {
  position: absolute;
  bottom: 5px;
  right: 7px;
  background: url(../img/information.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.trackDescription {
  position: fixed;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  padding: 36px 18px 18px 18px;
  box-sizing: border-box;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  width: 100%;
  max-width: 400px;
  background: #fff;
  display: none;
  z-index: 99999;
}

.trackDescription h3 {
  font-family: "latoBlack";
  font-size: 16px;
  color: #1f1f1f;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
}

.trackDescription p {
  font-size: 14px;
  color: #747373;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: justify;
}

.trackDescClose,
.participantProfileClose {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../img/cancel.png) no-repeat 0 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-size: 100% auto;
}

.participantList .participantProfileClose {
  display: none;
}

.scheduleDayOneWrap .scheduleContentTimeSlots li:after {
  display: none;
}

.scheduleDayOneWrap .schTimeSlotOne {
  top: 166px;
}

.scheduleDayOneWrap .oneHalfHour {
  height: 458px;
}

.cardSmallText {
  margin-bottom: 10px;
  font-style: italic;
}

.mgBT10 .scheduleCardParticipantPic {
  margin-bottom: 10px !important;
}

.mgHeading12 .scheduleCardBody h3 {
  margin-bottom: 12px !important;
}

.mgHead12 .scheduleCardHeader {
  margin-bottom: 12px !important;
}

.scheduleDayTwoWrap .fiveParticipant .scheduleCardParticipantPic a,
.scheduleDayThreeWrap .fiveParticipant .scheduleCardParticipantPic a {
  width: 64px;
  height: 64px;
}

.imgSquar .scheduleCardParticipantPic a {
  border: none !important;
}

.imgSquar .scheduleCardParticipantPic img {
  border-radius: 0 !important;
}

.threeParticipant .singleParticipant a {
  width: 73px !important;
  height: 73px !important;
}

.inaugurationCardSche {
  height: 320px !important;
}

.musicEve {
  top: 532px !important;
}

.scheduleDayTwoWrap .imgSquar .scheduleCardParticipantPic a,
.scheduleDayThreeWrap .imgSquar .scheduleCardParticipantPic a {
  width: auto;
  max-height: 300px;
  margin-left: 0;
  float: none;
  border-radius: 0;
  border: none;
  max-width: 220px;
  overflow: hidden;
}

.scheduleDayTwoWrap .imgSquar .scheduleCardParticipantPic,
.scheduleDayThreeWrap .imgSquar .scheduleCardParticipantPic {
  margin-right: 0;
}

.cardTwoHalfHour {
  height: 778px !important;
}

.min45 {
  height: 234px !important;
}

.jerRegFixedBtn {
  display: none;
  position: fixed;
  bottom: 8px;
  right: 8px;
  width: 76px;
  height: 76px;
  background: url(../img/jerRegistration_btn.png) no-repeat center center;
  z-index: 999;
  display: none !important;
}

/*----- Schedule Section Ends Here -----*/
/* Paricipant Popup Starts Here */
.overlayWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}

.trackDescriptionOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}

.participantProfileWrap .participantProfile {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  margin-left: -165px;
  margin-top: -219px;
  display: block;
  width: 100%;
  background: #ffffff;
  height: 438px;
  padding: 16px 18px 18px 18px;
  box-sizing: border-box;
  border-bottom: 7px solid transparent;
  max-width: 330px;
}

.participantProfileShow {
  display: block;
  z-index: 9;
}

.stageLawnParticipant {
  border-color: #74b9fa;
}

.auditoriumParticipant {
  border-color: #ff6bc6;
}

.amphitheatreParticipant {
  border-color: #dbc23a;
}

.speakingTreeParticipant {
  border-color: #0dd691;
}

.participantProfile .participantInfoHeader {
  margin-bottom: 14px;
}

.infoBodyNav a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5f6061;
  line-height: 1;
  border-bottom: 2px solid transparent;
  letter-spacing: -0.25px;
  width: 93px;
  display: block;
  float: left;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
}

.infoBodyNav a[data-id="partSchedule"] {
  display: none;
}

.infoBodyNav .infoBodyNavActive {
  border-color: #f45a5a;
}

.infoBodyNav {
  margin-bottom: 12px;
}

.partAboutContent {
  padding-top: 15px;
}

.partAboutContent p {
  font-size: 14px;
  color: #747373;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: justify;
  word-break: break-word;
  outline: none !important;
}

.infoBodyContent {
  overflow: auto;
  height: 250px;
  padding-right: 18px;
}

.partScheduleContentItem {
  padding: 17px 19px 0;
  box-sizing: border-box;
  background: #f5f5f5;
  margin-bottom: 8px;
}

.partScheduleContentItemHeader h3,
.partScheduleContentItemHeader h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #0e0e0e;
  line-height: 1;
  text-transform: uppercase;
  float: left;
}

.partScheduleContentItemHeader h4 {
  float: right;
}

.partScheduleContentItemHeader {
  margin-bottom: 42px;
}

.partScheduleContentItem h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0e0e0e;
  letter-spacing: -0.25px;
  text-align: center;
  margin-bottom: 42px;
  line-height: 1.2;
  text-transform: uppercase;
}

.partScheduleContentItemBody {
  background: #5cacf7;
  margin: 0 -19px;
  padding: 0 12px;
}

.partScheduleContentItemBody h5 {
  float: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
}

.partScheduleContentItemBody h6 {
  float: right;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
}

.participantListItem>.participantInfoHeader {
  cursor: pointer;
}

.partScheduleContent {
  display: none;
}

.infoBodyContent .scrollbar-track.scrollbar-track-y {
  right: 0px !important;
  opacity: 1;
  display: block;
}

.infoBodyContent .scrollbar-thumb.scrollbar-thumb-y {
  background: #c8d8bf !important;
  border-radius: 0 !important;
}

.participantInfoHeader img {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  border: 5px solid #f9f9f9;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}

.participantInfoHeaderInfo {
  display: inline-block;
  vertical-align: middle;
}

.participantInfoHeaderInfo h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #254d64;
  letter-spacing: -0.25px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.participantInfoHeaderInfo h5 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #254d64;
  letter-spacing: -0.25px;
  line-height: 1;
}

/* Participant Popup Ends Here */

/*---- Footer Section Starts Here ----*/

/*------------- Footer Rule Starts -------------*/
.footerWrap {
  padding: 102px 54px 76px;
  /* background: #fff; */
}

.addressContact {
  font-size: 16px;
  line-height: 1;
  color: #00e5e5;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  display: block;
  text-align: right;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: -10px;
  width: 100%;
  letter-spacing: 0px;
  padding-right: 15px;
  box-sizing: border-box;
  padding-left: 12px;
}

.addressContact a {
  color: #00e5e5;
  left: 0;
  float: left;
  position: static;
}

.footerContactInfo {
  text-align: center;
}

.addressRekhta {
  font-size: 96px;
  line-height: 1;
  color: #666666;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: 100;
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 67px;
}

.contactMail {
  font-size: 20px;
  line-height: 1;
  color: #000000;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 81px;
  letter-spacing: 2px;
}

.contactMail:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  height: 2px;
  background: rgba(0, 229, 229, 0.4);
  margin-left: -60px;
}

.footerParticleSection {
  padding: 120px 0 116px;
  text-align: center;
}

.footerParticleSection img {
  width: 155px;
}

.footerPrimaryNav {
  float: left;
  padding-left: 57px;
}

.footerPrimaryNav li {
  font-size: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-right: 32px;
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footerPrimaryNav li a {
  color: #cccccc;
}

.footerSecondaryNav {
  float: right;
  padding-right: 55px;
}

.footerSecondaryNav li {
  font-size: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-left: 32px;
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footerSecondaryNav li a {
  color: #333333;
}

.footerPrimaryNav li a:hover {
  color: #333333;
}

.footerPrimaryNav li a:hover,
.footerSecondaryNav li a:hover {
  border-bottom: 1px solid;
}

.goToTop {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  background: #8569df;
  width: 64px;
  height: 128px;
  position: fixed;
  bottom: -130px;
  right: 32px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 9;
  visibility: hidden;
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
}

.goToTop i {
  background: url(../img/iconTop.png) no-repeat center top;
  width: 12px;
  height: 16px;
  display: block;
  margin: 16px auto;
}

.footerContactInfo h5 {
  font-size: 12px;
  color: rgb(99, 98, 95);
  text-align: center;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 8px;
}

.footerSocialMedia a {
  width: 112px;
  height: 112px;
  background-image: url(../img/footerSocialMedia.png) !important;
  background-repeat: no-repeat;
  margin: 0 16px;
  display: inline-block;
  vertical-align: middle;
  text-indent: -999999px;
  border-radius: 50%;
  transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  overflow: hidden;
  background-repeat: no-repeat;
  outline: none;
}

.footerSocialMedia a.socialMediaShareFB {
  background-position: -573px -10px;
}

.footerSocialMedia a.socialMediaShareFB:hover {
  background-position: -572px -151px;
}

.footerSocialMedia a.socialMediaSharetwitter {
  background-position: -427px -10px;
}

.footerSocialMedia a.socialMediaSharetwitter:hover {
  background-position: -429px -151px;
}

.footerSocialMedia a.socialMediaShareGPlus {
  background-position: -300px -10px;
}

.footerSocialMedia a.socialMediaShareGPlus:hover {
  background-position: -300px -151px;
}

.footerSocialMedia a.socialMediaShareYouTube {
  background-position: -153px -10px;
}

.footerSocialMedia a.socialMediaShareYouTube:hover {
  background-position: -153px -151px;
}

.footerSocialMedia a.socialMediaShareInstagram {
  background-position: -10px -10px;
}

.footerSocialMedia a.socialMediaShareInstagram:hover {
  background-position: -10px -151px;
}

.footerSocialMedia {
  padding: 82px 0;
  text-align: center;
}

/*---- Footer Section Ends Here ----*/
/* .venuePopupBtn {
	opacity: 0;
} */

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.mobileNav {
  display: none;
}

.bookLauchByAR .scheduleCardBody .scheduleCardParticipantPicWrap {
  display: none;
}

.scheduleDayTwoWrap .flimscreening .scheduleCardParticipantPic a {
  max-height: none;
  height: auto;
}

/* Live Video Streaming Starts Here */

.jerLiveVideoSection {
  padding-top: 72px;
}

.liveVideoNav {
  text-align: center;
  margin-bottom: 36px;
}

.liveVideoNav a {
  width: 200px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #ff4bb5;
  border: 1px solid #ff4bb5;
  background: none;
  text-transform: uppercase;
  border-radius: 3px;
  outline: none !important;
  text-align: center;
  display: inline-block;
  margin: 0 12px;
  letter-spacing: 2px;
}

.liveVideoNav a:hover,
.liveVideoNav .liveVideoActive {
  background: #ff4bb5;
  color: #fff;
}

.jerLiveVideoSection .videoSectionWrap::before,
.jerLiveVideoSection .videoSectionWrap::after {
  display: none;
}



#fbSection {
  display: none;
}


/* Live Video Streaming Ends Here */

.galleryPhotos .galleryBody a:nth-child(3n+1) {
  clear: both;
}