/*-- Custom Styles --*/

/*-- For custom font --*/
/*-- For heading only --*/
@font-face {
    font-family: Lucida Calligraphy;
    src: url('fonts/lucida-calligraphy-italic.html');
    src: url('fonts/lucida-calligraphy-italicd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/lucida-calligraphy-italic-2.html') format('woff'),
         url('fonts/lucida-calligraphy-italic-3.html') format('truetype'),
         url('fonts/lucida-calligraphy-italic-4.html') format('svg');
    font-weight: normal;
    font-style: normal;
}


body,*{

	padding: 0;

	margin: 0 auto;


}

.content-hide
{
    display: none;
}
a{

	text-decoration: none;

	color: #ffffff;

	font-size: 16px;

	outline: none;

}

::placeholder{
  color: #999999;
  opacity: 1;
}

a:hover,

a:active,

a:focus{

	outline: none;

	border: none;

	box-shadow: none;

	text-decoration: none;

}

li{

list-style-type: none;

display: inline-block;
}

p{

	font-size: 18px;

}

h1{

	font-family: 'Orbitron', sans-serif;

}

h1,h2,h3,h4,h5,h6,p,span,div{

	padding: 0;

	margin: 0 auto;

}

button{

	font-size: 18px;

	vertical-align: middle;

}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/*-- Navigation header --*/

.toggle-icon{
	position: absolute;
    right: 30px;
    top: 20px;
}
#menu {
  background: #010624;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 4;
}
#menu.open {
  opacity: 1;
  visibility: visible;
}
#menu.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#menu.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#menu.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#menu.open li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#menu.open li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#menu.open li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#menu.open li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#menu.open li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#menu.open li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#menu.open li:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#menu.open li {
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
#menu ul:hover a {
  opacity: 0.5;
}
#menu ul a {
  -webkit-transform: translateZ(0);
  transition: opacity 0.3s ease-in-out;
}
#menu ul a:hover {
  opacity: 1;
}
#menu .main-nav {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .main-nav a {
  color: #ffffff;
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 1rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
#menu .main-nav a:first {
  padding-top: 0;
}
#menu .menu-footer {
  padding: 2rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
#menu .menu-footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .menu-footer ul li {
  display: inline;
  margin: 0 1rem;
}
#menu .menu-footer a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.toggle-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 50px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  width: 50px;
  z-index: 1110;
}
.toggle-menu span {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px );
  position: absolute;
  top: calc(50% - 1px );
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}
.toggle-menu span:before, .toggle-menu span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}
.toggle-menu span:before {
  top: 7px;
}
.toggle-menu span:after {
  top: -7px;
}
.toggle-menu.active span {
  background-color: transparent;
  transition: background 0.2s ease-out;
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
  transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
}
.toggle-menu.active span:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

/*-- // Navigation header --*/

.no-padding{

	padding: 0 !important;

}

.no-margin{

	margin: 0 !important

}
.no-border{
	border:none !important;
}

button:hover,

button:active,

button:focus{

	outline: none;

	border: none;

	box-shadow: none;

	text-decoration: none;

}

.bb-btn{

	border: 2px solid #43e8e1;

	background-color: transparent;

	color: #ffffff;

	transition: ease-in 0.3s;

}

.bb-btn:hover,
.bb-btn:focus{

	box-shadow: 0 0 10px #68d3f8;

	border: 2px solid #68d3f8;

	transition: ease-out 0.3s;

}





/*---------------------

	For Home Page

-----------------------*/





/*-- Vodeo banner --*/



header {

  position: relative;

  background-color: black;

  height: 100vh;

  min-height: 25rem;

  width: 100%;

  overflow: hidden;

}

header video {

  position: absolute;

  top: 50%;

  left: 50%;

  min-width: 100%;

  min-height: 100%;

  width: auto;

  height: auto;

  z-index: 0;

  -ms-transform: translateX(-50%) translateY(-50%);

  -moz-transform: translateX(-50%) translateY(-50%);

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

}

header .container {

  position: relative;

  z-index: 2;

}

header .overlay {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background-image: linear-gradient(to top, rgba(0,24,72), rgba(26,3,21));

  opacity: 0.4;

  z-index: 1;

}

@media (pointer: coarse) and (hover: none) {

  header {

    background: #000;

  }

  header video {

    display: none;

  }

}



/*-- Navigation and logo --*/



.navigation{

	width: 100%;

	height: auto;

	padding: 15px 0px;

	margin: 0 auto;

	display: inline-block;

}



/*-- Video Banner --*/



.banner-heading{

	width: 74%;

	height: auto;

	padding: 0;

	margin: 0 auto;

	font-size: 35px;

	font-family: 'Orbitron', sans-serif;

	color: #ffffff;

	text-align: center;

	text-shadow: 2px 2px #333333;

	line-height: 60px;

  height: 120px;

}

.banner-heading-two{

	width: 60%;

	height: auto;

	padding: 0;

	margin: 0 auto;

	font-size: 30px;

	font-family: 'Orbitron', sans-serif;

	color: #43e8e1;

	text-align: center;

	text-shadow: 2px 2px #333333;

	margin-top: 20px;

}

.banner-date{
	display: block;
    clear: both;
    font-size: 30px;
    padding: 10px 30px;
    color: #43e8e1;
    width: 50%;
    margin-top: 50px;
    font-weight: 500;
}

.banner-text{

	display: inline-flex;

	line-height: 42px;

	font-size: 20px;

	color: #ffffff;

	font-weight: 400;

	text-shadow: none;

	padding: 30px 0px;

	margin-bottom: 0px;

}

.banner-text i{

	color: #43e8e1;

	font-size: 42px;

}

ul.banner-button{

	width: 100%;

    height: auto;

    display: inline-block;

    clear: both;

    float: none;

    text-align: center;

    margin: 0 auto;

    padding: 0px 0px 30px 0px;

}

ul.banner-button li{

	width: 33.33%;

    float: left;

    border-right: 1px solid #ffffff;

    padding: 10px 15px 10px 40px;

    text-align: center;

}

ul.banner-button li a{

	font-size: 20px;

    color: #ffffff;

    font-weight: 300;

    line-height: 36px;

    display: inline-flex;

    transition:ease-in 0.3s;

}

ul.banner-button li a:hover{

	transition:ease-out 0.3s;

	color: #43e8e1;

}

ul.banner-button li a i{

	margin-right:10px;

	color: #43e8e1;

	font-size: 36px;

}

ul.banner-button li:last-child{

	border-right: none !important;

}



/*-- First quote --*/



.first-quote{

	width:80%;

	height:auto;

	display: block;

	clear: both;

	text-align: center;

	padding: 70px 0px;

	margin: 0 auto;

}

.first-quote h1{
	font-size: 28px;
    line-height: 48px;
    font-family: Lucida Calligraphy;
}
.first-quote h1 b{
	font-family: Lucida Calligraphy;
	color: #0f054c;
}
.first-quote h2{
    margin-bottom:20px;
}


/*-- About us section --*/



.about-back{

	width: 100%;

	height: auto;

	display: block;

/*	background: url(../images/About_the_summit.jpg) top left no-repeat fixed;*/

    background: url(../images/About_the_Summit2019.jpg) fixed center center;

	background-size: cover;

}

.about-cover{

	background-image: linear-gradient(to top, rgba(116,109,189,0.4), rgba(15,5,76,0.4));

	padding: 70px 0px;

	text-align: center;

	padding-top: 70px;

}

.about-cover h1{
    font-size: 36px;
    color: #43e8e1;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.about-cover h4{
    font-size:18px;
    color:#ffffff;
    text-align:center;
    padding-bottom:30px;
    line-height:24px;
    font-style:italic;
    font-family: Lucida Calligraphy;
}

.about-cover p{

	color: #333333;

  text-align: left;

  font-size: 18px;

  line-height: 24px;

  margin: 0 auto;

  font-family: 'Arimo', sans-serif;

}

.abt-point{
	width: 100%;
    height: auto;
    text-align: center;
    padding: 40px 30px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 60px;
    overflow:hidden;
}
.abt-point img{
	width: 80px;
    margin-bottom: 20px;
}
.abt-point h3{
    color: #111111;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 19px;
    text-align: left;
}

.abt-point i{

	background: linear-gradient(to top, #0f054c, #6912c7);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

	margin-bottom: 20px;

	font-size: 80px;

}

.about-cover h5{
	color: #ffffff;
    font-size: 20px;
    font-family: 'Arimo', sans-serif;
    font-style: italic;
    margin-bottom: 0px;
    line-height: 34px;
}

ul.partners{

	width: 100%;

	height: auto;

	display: inline-block;

	margin:0 auto;

}

ul.partners li{

	width: 20%;

	float: left;

	padding-right: 30px;

	color: #ffffff;

}

ul.partners li:last-child{

	padding-right: 0px;

}

ul.partners li img{

	width: 50%;

}



/*-- Second quote --*/



.second-quote{

	width: 100%;

	height: auto;

	display: inline-block;

	margin: 0 auto;

	text-align: center;

	padding: 100px 0px;

	background-color: #16151b;

}

.second-quote h1{
	font-size: 28px;
    line-height: 48px;
    font-family: Lucida Calligraphy;
}
.second-quote h1 b{
	font-family: Lucida Calligraphy;
	color: #0f054c;
}



/*-- Registration One --*/


.reg-one-left{

	width: 100%;

	height: 400px;

	background-color: #0f054c;

	text-align: center;

	padding: 0;

	margin: 0 auto;

}

.reg-one-left img{

	width: auto;

	height: auto;

	margin-top: 100px;

}

.reg-one{

	  width: 100%;
    height: auto;
    display: block;
   /* background: url(../images/Future_startup_elevate.jpg) top left no-repeat fixed ;*/
    background: url(../images/Future_startup_elevate.jpg) fixed center center ;
    background-size: cover;

}

.reg-one-cover{

	 /*background-image: linear-gradient(to top, rgba(116,109,189,0.8), rgba(15,5,76,0.8));*/
	 background: #170f466b;
    padding: 70px 0px;
    text-align: left;
    padding-top: 70px;

}

.reg-one-cover h1{

	font-family: 'Orbitron', sans-serif;

	color: #43e8e1;

	text-align: left;

	font-size: 36px;

}

.reg-one-cover p{

	font-size: 18px;

	text-align: left;

	color: #ffffff;

	margin-top: 30px;

	margin-bottom: 30px;

}




.reg-two{
    width: 100%;
    height: auto;
    display: block;
    background: url(../images/Finnance.jpg) top left no-repeat fixed;
    background-size: cover;
}


.reg-two-cover{

	background-image: linear-gradient(to top, rgba(116,109,189,0.8), rgba(15,5,76,0.8));
    padding: 70px 0px;
    text-align: left;
    padding-top: 70px;

}

.reg-two-cover{

	width: 100%;

	height: auto;

	background-image: linear-gradient(to top, rgba(0,24,72,0.8), rgba(26,3,21,0.8));

    padding: 60px 70px;

    text-align: center;

}

.reg-two-cover h2{

	font-family: 'Orbitron', sans-serif;

	color: #ffffff;

	text-align: left;

	font-size: 26px;

}

.reg-two-cover p{

	font-size: 18px;

	text-align: left;

	color: #ffffff;

	margin-top: 20px;

	line-height: 36px;

}





ul.reg-btn{

	width: 90%;

    height: auto;

    float: left;

    padding: 20px;

    margin: 0 auto;

    display: inline-block;

    padding-left: 0px;

    margin-top: 20px;

}

ul.reg-btn li{

	width: 33%;

	height: auto;

	float: left;

	margin: 0 auto;

}

ul.reg-btn li a{

	width: 92%;

    border: 2px solid #43e8e1;

    display: inline-block;

    padding: 8px;

    float: left;

    transition: ease-in 0.2s;

}

ul.reg-btn li a:hover,

ul.reg-btn li a:focus{

	box-shadow: 0 0 10px #68d3f8;

	border: 2px solid #68d3f8;

	transition: ease-out 0.2s;

	color: #43e8e1;

	background:rgba(0,0,0,0.1);

}



/* -- Speakers --*/



.our-speakers{

	width: 100%;
    height: auto;
    display: inline-block;
    clear: both;
    padding: 100px 0px;
    padding-top: 100px;
    padding-bottom: 0px;
    margin-top: 100px;

}

.our-speakers-hd{

	width: 100%;

	height: auto;

	display: inline-block;

	margin-bottom: 30px;

}

.our-speakers h2{

	font-size: 36px;

	clear: both;

	font-family: 'Orbitron', sans-serif;

	float: left;

}

.our-speakers h2 small{

	font-size: 20px;

	color: #535353;

	display: block;

	clear: both;

	font-family: 'Arimo', sans-serif;

}

.speaker-large{

	width: 100%;

	height: 600px;

}

.speaker-large img{

	width: 100%;

	height: 600px;

}

.speaker-large figcaption{

	height: 150px;

    width: 100%;

    bottom: 0;

    background: rgba(0,0,0,0.6);

    text-align: left;

    position: relative;

    padding-left: 20px;

    line-height: 150px;

    margin-top: -150px;

}

.speaker-large figcaption h3{

	color: #ffffff;

    font-size: 30px;

    margin: 0;

    padding: 0;

    line-height: 130px;

    display: block;

    clear: both;

    width: 100%;

}

.speaker-large figcaption h3 small{

	font-size: 18px;

    color: #43e8e1;

    width: 100%;

    display: block;

    position: relative;

    margin-top: -100px;

}

.speaker-small{
	width: 100%;
    height: 170px;
    margin-bottom: 20px;
    border: 1px solid #dadada;
    text-align: center;
    line-height: 170px;

}

.speaker-small img{

	width: auto;

	height: auto;

	max-width: 94%;

}

.speaker-small figcaption{

	height: 70px;

    width: 100%;

    bottom: 0;

    background: rgba(0,0,0,0.6);

    text-align: left;

    position: relative;

    padding-left: 20px;

    line-height: 70px;

    margin-top: -70px;

    display: none;

}

.speaker-small figcaption h3{

	color: #ffffff;

    font-size: 18px;

    margin: 0;

    padding: 0;

    line-height: 60px;

    display: block;

    clear: both;

    width: 100%;

    font-weight: 400;

}

.speaker-small figcaption h3 small{

	font-size: 14px;

    color: #ffffff;

    width: 100%;

    display: block;

    position: relative;

    margin-top: -40px;

}



.speaker-btn {

    width: auto;

    height: auto;

    border: 2px solid #43e8e1;

    color: #ffffff;

    outline: none;

    cursor: pointer;

    text-decoration: none;

    background-size: 300% 100%;

    -moz-transition: all .4s ease-in-out;

    -o-transition: all .4s ease-in-out;

    -webkit-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out;

    display: inline-block;

    text-transform: uppercase;

    padding: 10px 40px;

}



.speaker-btn:hover,

.speaker-btn:focus,

.speaker-btn:active {

    color: #ffffff;

    background-color: #43e8e1;

    transition: ease-out 0.3s;

    border: 2px solid #43e8e1;

    /* color: #fff;

    text-decoration: none;

    background-position: 100% 0;

    -moz-transition: all .4s ease-in-out;

    -o-transition: all .4s ease-in-out;

    -webkit-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out; */

}

.see-all-speaker{
  float: right;
}



/* -- Why to attend --*/



.why-attend{

	width: 100%;

	height: auto;

	clear: both;

	background: url(../images/Topic_we_Cover.jpg) fixed center center;

	margin-bottom: 0 auto;
	background-repeat:no-repeat;
	    background-size: cover;

}

.why-attend-cover{

	width: 100%;

	padding: 60px 0px;

	margin: 0 auto;

	text-align: center;

	display: inline-block;

	background-image: linear-gradient(to top, rgba(116,109,189,0.5), rgba(15,5,76,0.5));

	padding-bottom: 100px;

}

.why-attend-cover h1{

	font-size: 36px;

	color: #43e8e1;

	font-family: 'Orbitron', sans-serif;

	text-transform: capitalize;

}

.why-attend-cover h1 small{

	color: #43e8e1;

	font-size: 18px;

	display: block;

	clear: both;

	text-transform: normal;

	margin-top: 10px;

}

.why-attend-cover p{

	text-align: center;

	color: #ffffff;

	font-size: 18px;

	margin: 30px 0px;

}
.why-attend-cover .quote b{
	color: #ffffff;
}
.quote{
	font-size: 18px;
    line-height: 24px;
    font-family: Lucida Calligraphy;
}
.quote b{
	font-family: Lucida Calligraphy;
	color: #0f054c;
}
.quote a{
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  transition: ease-in 0.3s;
}
.quote a:hover{
  color: #43e8e1;
  font-family: 'Arimo', sans-serif;
  transition: ease-out 0.3s;
}
.white-text{
	color: #ffffff !important;
}

.why-part{

	width: 100%;

	height: 550px;

	padding:40px 30px;

	margin: 0 auto;

	display: inline-block;

	background: rgba(0,0,0,0.6);

	color: #ffffff;

	text-align: center;

	border: 1px solid #000000;

}

.why-part h4{
    font-size:21px;
    color:#ffffff;
    text-align:center;
    margin-bottom:20px;
    font-weight:600;
}

.why-part img{

	margin-bottom: 20px;

	font-size: 72px;

	color: #43e8e1;

	width: 130px;

}

.why-part i:hover,
.why-part i:focus{
	color: #72d7f9;

	text-shadow: 1px 1px 10px #72d7f9;

	transition: ease-out 0.1s;
}

.why-part p{

	color: #ffffff;

    font-size: 18px;

    margin: 0 auto;

    font-weight: 300;

    text-align: left;

}



/*-- Who should attend --*/



.who-attend{

	width: 100%;

	height: auto;

	display: inline-block;

	background-image: linear-gradient(to top, rgba(26,3,21), rgba(0,24,72));

	padding: 80px 0px;

}

.who-attend-right{width: auto;height: auto;text-align: left;border-radius: 10px;margin-top: 20px;}
.war-part{
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 20px;
	box-shadow: 0 0 16px #68d3f8;
	border: 1px solid #43e8e1;
}
.war-list{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 auto;
}
.war-list li{
	color: #ffffff;
	list-style-type: none;
	display:block;
}

.who-attend-right h1{

	font-size: 36px;

    color: #43e8e1;

    font-family: 'Orbitron', sans-serif;

    text-transform: capitalize;

    margin-bottom: 30px;

}

.who-attend-right h1 small{

	color: #43e8e1;

    font-size: 18px;

    display: block;

    clear: both;

    text-transform: left;

}

.who-attend-right p{margin-top: 0px;color: #ffffff;margin-bottom: 30px;}
ul.social-links img {
    width: 45px !important;
    padding-top: 0px !important;
}


/*-- Topics covered --*/

h1.heading_sponsor {
    font-size: 36px;
    padding-top: 30px;
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize;
}h1.heading_why-us {
    font-size: 36px;
    padding-top: 30px;
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize;
}

.all-topics{
	width: 100%;
    height: auto;
    clear: both;
    background-image: url(../images/why_attend.jpg);
    margin: 0 auto;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

.all-topics-cover{
	width: 100%;
    padding: 80px 0px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    background: rgba(15,5,76,0.8);
    padding-bottom: 20px;
}

.all-topics h1{
	font-size: 36px;
    color: #43e8e1;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize;
    margin-bottom: 60px;
}

.all-topics h1 small{
	color: #43e8e1;
    font-size: 18px;
    display: block;
    clear: both;
    text-transform: normal;
    margin-top: 10px;
}

.topic{

	width: 100%;

	height: 200px;

	margin-bottom: 30px;

	text-align: center;

	padding: 0;

}

.topic-icon{

	background-image: linear-gradient(to top, #6912c7 0%, #43e8e1 100%);

	border-radius: 140px;

  	box-sizing: border-box;

	display: block;

	height: 140px;

	letter-spacing: 1px;

	margin: 0 auto;

	padding: 3px;

	position: relative;

  	text-decoration: none;

	width: 140px;

	z-index: 2;

	background: transparent;

}

.topic-icon span{

	align-items: center;

	background: #ffffff;

	border-radius: 100px;

	display: flex;

	justify-content: center;

	height: 100%;

	transition: background .5s ease;

	width: 100%;

	background: transparent;

	border: 2px solid #43e8e1;

}

.topic-icon span:hover{

	box-shadow: 0px 0px 10px 1px #72d7f9;
  	border-color: #72d7f9;
  	transition: ease-out 0.1s;

 }

 .topic-icon span:hover i{
 	color: #72d7f9;

	text-shadow: 1px 1px 5px #72d7f9;

	transition: ease-out 0.1s;
 }

.topic-icon span i{

	font-size: 48px;

	margin-bottom: 20px;

	color: #43e8e1;

	margin: 0 auto;

	transition: ease-in 0.1s;

}

.topic-icon span i:hover{

	color: #72d7f9;

	text-shadow: 1px 1px 5px #72d7f9;

	transition: ease-out 0.1s;

}

.topic p{

	font-size: 20px;

	color:#ffffff;

	font-weight: 400;

	display: block;

	text-transform: capitalize;

}



/*-- Why sponsor --*/
.why-us {
    width: 100%;
    height: 800px;
    clear: both;
    background: url(../images/why-sponsor.jpg) top center no-repeat;
    margin-bottom: 0 auto;
    background-size: cover;
}


.why-sponsor{
	width: 100%;
    height: 800px;
    clear: both;
    background: url(../images/Security_lock.jpg) top center no-repeat;
    margin-bottom: 0 auto;
    background-size: cover;
}

.why-sponsor-cover{

	width: 100%;

	padding: 60px 0px;

	margin: 0 auto;

	text-align: center;

	display: inline-block;

	background-image: linear-gradient(to top, rgba(116,109,189,0.8), rgba(15,5,76,0.8));

}

.why-sponsor-cover h1{

	font-size: 36px;

	color: #ffffff;

	font-family: 'Orbitron', sans-serif;

	text-transform: capitalize;

	margin-bottom: 60px;

}

.why-sponsor-cover h1 small{

	color: #43e8e1;

	font-size: 18px;

	display: block;

	clear: both;

	text-transform: normal;

	margin-top: 10px;

}

.blink-one{
    width: 60px;
    height: 60px;
    position: absolute;
    margin-top: 9%;
    left: 20%;
}
.blink-two{
    width: 60px;
    height: 60px;
    position: absolute;
    margin-top: 9%;
    right: 20%;
}
.blink-three{
    width: 60px;
    height: 60px;
    position: absolute;
    margin-top: 42%;
    left: 20%;
}
.blink-four{
    width: 60px;
    height: 60px;
    position: absolute;
    margin-top: 42%;
    right: 20%;
}
.blink-btn{
  width: 100px;
  height: 100px;
  border:none;
  background-color: transparent;
  outline: none;
}
.blink-btn i{
  font-size: 98px;
  color: #43e8e1;
  transition: ease-in 0.3s;
}
.blink-btn i:hover{
  color: #ffffff;
  cursor: pointer;
  transition: ease-in 0.3s;
}

.sponsor-details-one{
    background-color: transparent;
    padding: 20px;
    border-radius: 4px;
    width: 350px;
    position: absolute;
    margin-left: -150px;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 0 10px #43e8e1;
    border: 1px solid #43e8e1;
    margin-top: 10px;
}
.sponsor-details-two{
    background-color: transparent;
    padding: 20px;
    border-radius: 4px;
    width: 350px;
    position: absolute;
    margin-left: -80px;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 0 10px #43e8e1;
    border: 1px solid #43e8e1;
    margin-top: 10px;
}
.sponsor-details-three{
    background-color: transparent;
    padding: 20px;
    border-radius: 4px;
    width: 360px;
    position: absolute;
    margin-left: -150px;
    margin-top: -220px;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 0 10px #43e8e1;
    border: 1px solid #43e8e1;
}

.sponsor-details-four {
    background-color: transparent;
    padding: 20px;
    border-radius: 4px;
    width: 350px;
    position: absolute;
    margin-left: -88px;
    margin-top: -222px;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 0 10px #43e8e1;
    border: 1px solid #43e8e1;
}

/*-- Why us --*/



/*

.why-us{

	width: 100%;

	height: auto;

	display: inline-block;

	clear: both;

	background-image: linear-gradient(to top, rgba(26,3,21), rgba(0,24,72));

	padding: 70px 0px 90px 0px;

	text-align: center;

}*/

.why-us h1{

	font-size: 36px;

	color: #ffffff;

	font-family: 'Orbitron', sans-serif;

	text-transform: capitalize;

	margin-bottom: 30px;
	text-align:center;

}

.why-us h1 small{

	color: #43e8e1;

	font-size: 18px;

	display: block;

	clear: both;

	text-transform: normal;

	margin-top: 10px;

}

.why-us h2{

	font-size: 36px;

	color: #ffffff;

	padding: 60px 0px;

	font-family: 'Orbitron', sans-serif;

	display: block;

	clear: both;

}




/*=======Why us new ========= */
.why-us {
    width: 100%;
    height: 800px;
    clear: both;
    background: url(../images/Why_us.jpg) top center no-repeat;
    margin-bottom: 0 auto;
    background-size: cover;
}



.why-us-cover{

	width: 100%;

	padding: 60px 0px;

	margin: 0 auto;

	text-align: center;

	display: inline-block;

	background-image: linear-gradient(to top, rgba(116,109,189,0.8), rgba(15,5,76,0.8));

}

.why-us-cover h1{

	font-size: 36px;

	color: #ffffff;

	font-family: 'Orbitron', sans-serif;

	text-transform: capitalize;

	margin-bottom: 60px;

}

.why-us-cover h1 small{

	color: #43e8e1;

	font-size: 18px;

	display: block;

	clear: both;

	text-transform: normal;

	margin-top: 10px;

}

.why-us-blink-one{
    width: 60px;
    height: 60px;
    position: absolute;
    margin-top: 11%;
    left: 20%;
}
.why-us-blink-two{
    width: 60px;
    height: 60px;
    position: absolute;
    margin-top: 11%;
    right: 20%;
}
.why-us-blink-three{
    width: 60px;
    height: 60px;
    position: absolute;
    margin-top: 44%;
    left: 20%;
}
.why-us-blink-four{
    width: 60px;
    height: 60px;
    position: absolute;
    margin-top: 44%;
    right: 20%;
}
.why-us-blink-btn{
  width: 100px;
  height: 100px;
  border:none;
  background-color: transparent;
  outline: none;
}
.why-us-blink-btn i{
  font-size: 98px;
  color: #43e8e1;
  transition: ease-in 0.3s;
}
.why-us-blink-btn i:hover{
  color: #ffffff;
  cursor: pointer;
  transition: ease-in 0.3s;
}

.why-us-details-one{
    background-color: transparent;
    padding: 20px;
    border-radius: 4px;
    width: 300px;
    position: absolute;
    margin-left: -150px;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 0 10px #43e8e1;
    border: 1px solid #43e8e1;
    margin-top: 10px;
}
.why-us-details-two{
    background-color: transparent;
    padding: 20px;
    border-radius: 4px;
    width: 300px;
    position: absolute;
    margin-left: -80px;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 0 10px #43e8e1;
    border: 1px solid #43e8e1;
    margin-top: 10px;
}
.why-us-details-three{
    background-color: transparent;
    padding: 20px;
    border-radius: 4px;
    width: 300px;
    position: absolute;
    margin-left: -150px;
    margin-top: -240px;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 0 10px #43e8e1;
    border: 1px solid #43e8e1;
}

.why-us-details-four {
    background-color: transparent;
    padding: 20px;
    border-radius: 4px;
    width: 300px;
    position: absolute;
    margin-left: -88px;
    margin-top: -232px;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 0 10px #43e8e1;
    border: 1px solid #43e8e1;
}
/*=======Why us new end========= */
/*-- For countdown clock --*/


#clock {

  width: 80%;

  margin: 0 auto;

}

#clock > div {

  color: #ffffff;

    font-size: 60px;

    line-height: 132px;

    text-align: center;

    background-color: #26cbbf;

    font-family: 'Orbitron', sans-serif;

}

#clock > div > span{

	font-family: 'Orbitron', sans-serif !important;

}



.text {

  font-size: 18px;

    line-height: 42px;

    font-weight: lighter;

    text-transform: uppercase;

    background: rgba(53, 2, 68, 0.7);

    color: #fff;

    font-family: 'Orbitron', sans-serif;

}

@media (min-width:860px) {

  #clock > div {

    display: inline-block;

    width: 18%;

    margin-right: 20px;

  }

}



/*-- Past Events --*/



.past-events{

	width: 100%;

	height: auto;

	clear: both;

	background: url(../images/Pat_events.jpg) fixed center center;

	margin: 0 auto;

	background-size:cover;

}

.past-events-cover{

	width: 100%;

	padding: 60px 0px;

	margin: 0 auto;

	text-align: center;

	display: inline-block;

	background-image: linear-gradient(to top, rgba(116,109,189,0.6), rgba(15,5,76,0.6));

}

.past-events-cover h1{

	font-size: 36px;

	color: #ffffff;

	font-family: 'Orbitron', sans-serif;

	text-transform: capitalize;

}

.past-events-cover h1 small{

	color: #43e8e1;

	font-size: 18px;

	display: block;

	clear: both;

	text-transform: normal;

}

.past-events-cover p{

	text-align: center;

	color: #ffffff;

	font-size: 18px;

	margin: 30px 0px;

	margin-bottom: 50px;

}

.past-events-cover p b{

	font-weight: 500;

    padding-bottom: 10px;

    display: block;

}

.past-photo{

	width: 100%;

    height: 160px;

    margin-bottom: 30px;

    color: #43e8e1;

    text-transform: uppercase;

    background: rgba(0,0,0,0.7);

    overflow: hidden;

}

.event-more{

	width: 100%;

    height: 160px;

    background: rgba(0,0,0,0.6);

    color: #43e8e1;

    text-transform: uppercase;

    border: 2px solid #ffffff;

    display: block;

    line-height: 160px;

    font-size: 20px;

    transition: ease-in 0.3s;

}

.event-more:hover{

	text-transform: uppercase;

    border: 2px solid #ffffff;

    color: #ffffff;

    transition: ease-out 0.3s;

}

.past-video{

	width: 100%;

	height: 300px;

}



/*-- Testimonials --*/



.testimonials{

	width: 100%;

	height: auto;

	display: inline-block;

	clear: both;

	padding: 70px 0px;

}

.testimonials h1{

	font-size: 36px;

	color: #111111;

	font-family: 'Orbitron', sans-serif;

	text-transform: capitalize;

	text-align: center;
	margin-bottom: 00px;

}

.testimonials h1 small{

	color: #535353;

	font-size: 18px;

	display: block;

	clear: both;

	text-transform: normal;

	margin-top: 10px;

}


/*-- Experiements --*/

.card {
  margin: 0 auto;
}
.card .carousel-item {
  height: 200px;
}
.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.card .carousel-caption h3 {
  color: #3d3d3d;
}
.card .carousel-caption p {
  line-height: 24px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.card .carousel-control-prev, .card .carousel-control-next {
  color: #3d3d3d !important;
  opacity: 1 !important;
}
.testimonial-image{
	width: 132px;
	height: 132px;
	border-radius: 132px;
	border:1px solid #dadada;
}
.testimonial-image img{
	width: 100%;
	height: 100%;
}
.testimonial-content{
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: left;
}
.testimonial-content p{
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
}
.testimonial-content small{
	font-family: Lucida Calligraphy;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
    display: block;
}
.left-btn{
	left: -60px;
    width: 30px;
    height: 50px;
    top: 90px;
    border-radius: 6px;
    background: rgba(0,0,0,0.3);
}
.left-btn span{
	color: #ffffff;
    font-size: 42px;
}
.right-btn{
	right: -60px;
    width: 30px;
    height: 50px;
    top: 90px;
    border-radius: 6px;
    background: rgba(0,0,0,0.3);
}
.right-btn span{
	color: #ffffff;
    font-size: 42px;
}


/*-- Venues --*/



.venues{

	width: 100%;

	height: auto;

	padding: 100px 0px;

	margin:  0 auto;

	display: inline-block;

}

.venue-details-sm{

	width: 100%;

	height: 300px;

	background: linear-gradient(#746dbd, #0f054c);

	border: 2px solid #ffffff;

	margin: 0;

	float: left;

	overflow:hidden;

}

.venue-details-sm img{

	width: 100%;

	height: 300px;

}

.venue-details-sm h3{

	width: auto;

	height: auto;

	padding:0;

	margin: 0 auto;

	color: #ffffff;

	font-size: 26px;

	font-family: 'Orbitron', sans-serif;

	padding-bottom: 10px;

}

.venue-details-sm p{

	max-width: 100%;

	text-align: left;

	color: #ffffff;

	font-size: 18px;

	line-height: 30px;

	margin-bottom: 40px;

}

.venue-padding{

	padding: 30px;

	padding-top: 40px;

	padding-bottom: 50px;

}

.venue-details-lg{

	width: 100%;

	height: 600px;

	padding: 60px 40px;

	background-color: #0f054c;

	border: 1px solid #ffffff;

	border-left: 4px solid #ffffff;

	margin: 0;

}

.venue-details-lg h3{

	width: auto;

	height: auto;

	padding:0;

	margin: 0 auto;

	color: #ffffff;

	font-size: 26px;

	font-family: 'Orbitron', sans-serif;

	padding-bottom: 40px;

	line-height: 36px;

}

.venue-details-lg h4{

	width: auto;

	height: auto;

	padding:0;

	margin: 0 auto;

	color: #ffffff;

	font-size: 22px;

	padding-bottom: 20px;

}

.venue-details-lg p{

	max-width: 100%;

	text-align: left;

	color: #ffffff;

	font-size: 18px;

	line-height: 30px;

	margin-bottom: 40px;

}

.venue-details{

	width: auto;

	height: auto;

	float: left;

	padding: 6px 20px;

	margin: 0 auto;

	background-color: #43e8e1;

	color: #0f054c;

	outline: none;

	border: none;

	border: 2px solid #43e8e1;

	transition: ease-in 0.3s;

	text-transform: uppercase;

}

.venue-details:hover{

	color: #ffffff;

	background-color: transparent;

	transition: ease-out 0.3s;

	border: 2px solid #43e8e1;

}


.get-in{

	width: auto;

	height: auto;

	float: left;

	padding: 6px 20px;

	margin: 0 auto;

	background-color: transparent;

	color: #ffffff;

	outline: none;

	border: none;

	border: 2px solid #43e8e1;

	transition: ease-in 0.3s;

	text-transform: uppercase;

	margin-top: 30px;

}

.get-in:hover{

	color: #ffffff;

	background-color: #43e8e1;

	transition: ease-out 0.3s;

	border: 2px solid #43e8e1;

}



/*-- Past Events --*/



.upcoming-events{

	width: 100%;

	height: auto;

	clear: both;

	/* background: url(../images/background_img.png) fixed center center; */

	background-color: #140d48 !important;

	margin: 0 auto;

}

.up-event1 img
    {
    width: 100%;
    margin: 0 auto !important;
    }
.upcoming-events-cover
    {
    width: 100%;
    padding: 60px 25px !important;

    }

    .up-event1
    {
        margin: 33px -15px;
    }



.upcoming-events-cover{

	width: 100%;

	padding: 60px 0px;

	margin: 0 auto;

	text-align: center;

	display: inline-block;

	/* background-image: linear-gradient(to top, rgba(116,109,189,0.8), rgba(15,5,76,0.8)); */

}

.upcoming-events-cover h1{

	font-size: 36px;

	color: #ffffff;

	font-family: 'Orbitron', sans-serif;

	text-transform: capitalize;

}

.upcoming-events-cover h1 small{

	color: #43e8e1;

	font-size: 18px;

	display: block;

	clear: both;

	text-transform: normal;

	margin-top: 10px;

}

.up-event{

	width: 230px;

    height: 230px;

    max-width: 100%;

    max-height: 100%;

    border-radius: 200px;

    line-height: 230px;

    border: 2px solid #ffffff;

    background: url(../images/Upcoming_Events_1.jpg) top left;
      background-size: 259px;
    margin: 0;

    padding: 0;

    overflow: hidden;

    display: inline-block;

    text-align: center;

    vertical-align: center;

    vertical-align: middle;

    margin-top: 40px;

    color: #ffffff;

    transition: ease-in 0.3s;

}



.up-event p{

	    width: 180px;
    height: auto;
    padding: 6px 0px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;

}

.up-event:hover{

	border: 2px solid #43e8e1;

	color: #43e8e1;

	transition: ease-out 0.3s;

  box-shadow: 0 0 10px #68d3f8;
    transition: ease-out 0.2s;

}



/*-- 2nd Register banner --*/

.reg-two-left{

	width: 100%;

	height: 220px;

	background-color: #ffffff;

	border: 2px solid #746dbd;

	text-align: center;

	padding: 0;

	margin: 0 auto;

	padding: 30px 20px;

}

.reg-two-left h3{
	font-size: 24px;

	color: #746dbd;

	text-transform: capitalize;

	text-align: left;

	font-family: 'Orbitron', sans-serif;

	margin-bottom: 20px;
}
.reg-two-left p{
	font-size: 18px;
	line-height: 20px;
	color: #746dbd;
	text-align: left;
}

.ban-tbtn{

	width: auto;

	height: auto;

	background-image: linear-gradient(to right, #0f054c, #43e8e1, #0f054c, #43e8e1);

	color: #ffffff;

	border: none;

	outline: none;

	cursor: pointer;

	text-decoration: none;

	background-size: 300% 100%;

	-moz-transition: all .4s ease-in-out;

    -o-transition: all .4s ease-in-out;

    -webkit-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out;

    display: inline-block;

    text-transform: uppercase;

    padding: 7px 20px;

    float: left;

    margin-top: 20px;

}

.ban-tbtn:hover,

.ban-tbtn:focus,

.ban-tbtn:active{

	color: #fff;

	text-decoration: none;

	background-position: 100% 0;

    -moz-transition: all .4s ease-in-out;

    -o-transition: all .4s ease-in-out;

    -webkit-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out;

}

.second-banmar{
	margin-bottom: 80px;
}

.reg-two-middle{

	width: 100%;

	height: 220px;

	background-color: #ffffff;

	border-top: 2px solid #746dbd;

	border-bottom: 2px solid #746dbd;

	text-align: center;

	padding: 0;

	margin: 0 auto;

	padding: 30px 20px;

}

.reg-two-middle h3{

	font-size: 24px;

	color: #746dbd;

	text-transform: capitalize;

	text-align: left;

	font-family: 'Orbitron', sans-serif;

	margin-bottom: 20px;
}
.reg-two-middle p{
	font-size: 18px;
	line-height: 20px;
	color: #746dbd;
	text-align: left;
}


/*-- Footer --*/

.footer{
	width: 100%;
	height: auto;
	padding: 30px 0px;
	margin: 0 auto;
	text-align: center;
	background-color: #0f054c;
	display: inline-block;
}

.footer img{
    width: 85px;
}
ul.footer-list{
  width: auto;
  height: auto;
  text-align:left;
  padding: 0;
  margin-top: 0;
}
ul.footer-list li{
  width: 100%;
  height: auto;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}
ul.footer-list li a{
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.footer-inquries{
  width: auto;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  background: rgba(0,0,0,0.7);
  text-align: left;
}
.footer h5{
  color: #ffffff;
  text-align: left;
  margin-bottom: 20px;
}
.footer-bottom{
  width: 100%;
  height: auto;
  padding: 20px 0px 0px 0px;
  margin-top: 0 auto;
  margin-top: 50px;
  border-top: 1px solid #999999;
  color: #ffffff;
}
.fb-left{
  text-align: left;
  font-size: 16px;
  float: left;
  display: inline-block;
}
.fb-left a{
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  float: left;
  margin-right: 20px;
  transition: ease-in 0.3s;
}
.fb-left a:hover{
  color: #746dbd;
  transition: ease-out 0.3s;
}
.fb-right{
  text-align: left;
  font-size: 16px;
  float: right;
  display: inline-block;
}
.fb-right a{
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  float: left;
  margin-right: 10px;
  transition: ease-in 0.3s;
}
.fb-right a:hover{
  color: #746dbd;
  transition: ease-out 0.3s;
}
.last-btn{
	width: 92%;
    border: 2px solid #43e8e1;
    display: inline-block;
    padding: 8px;
    transition: ease-in 0.2s;
    margin-top: 40px;
    margin-bottom: 70px;
    text-transform:uppercase;
}
.last-btn:hover,
.last-btn:focus{
	box-shadow: 0 0 10px #68d3f8;
	border: 2px solid #68d3f8;
	transition: ease-out 0.2s;
	color: #43e8e1;
	background:rgba(0,0,0,0.1);
}

.quick_enquiry {
    position: fixed;
    left: 0;
    bottom: 15%;
    z-index: 9;
    height: auto;
    cursor: pointer;
}
.quick_enquiry a
{
    width: 38px;
    height: 42px;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    display: block;
}
.quick_enquiry i
{
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.quick_enquiry .enquiry
{
    background: #10274e;
}
.quick_enquiry .phone
{
    background: #2d7db9;
}
.quick_enquiry .whatsapp
{
    background: #20B038;
}
.signup-overlay {
    position: fixed;
    display: none;
    z-index: 1031;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.signup-overlay.overlay:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(20, 51, 80, .8);
    opacity: 1;
    z-index: 0;
}
.signup-overlay .container-wide {
    min-height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        display: flex;
}
.overlay [class^=container]{
    position: relative;
    z-index: 1;
}
.signup-overlay .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2rem 3rem;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    z-index: 1;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    font-size: 30px;
}
.signup-overlay .close:focus, .signup-overlay .close:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    font-size: 30px;
}
.signup-overlay .aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35%;
    height: 100vh;
    margin: 0;
    position: relative;
    padding: 20px 50px;
    min-width: 400px;
    background: linear-gradient(#746dbd, #0f054c);
    -webkit-background: linear-gradient(#746dbd, #0f054c);
    -moz-background: linear-gradient(#746dbd, #0f054c);
    color: #fff;
    text-align: left;
    -webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 9px 1px rgba(0, 0, 0, .15);
}
.signup-overlay .aside h2
{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
    color:#ffffff;
}
.signup-overlay .aside p{
    text-align:left;
    margin:0;
    margin-bottom:10px;
    color:#ffffff;
}
.why{
    margin:0;
}
.signup-overlay .aside img
{
    width: inherit;
    margin: 0 auto;
}
.arrow
{
    position: relative;
}
.arrow:after {
    pointer-events: none;
    position: absolute;
    border: 15px solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 100%;
    top: 50%;
    border-left-color: #746dbd;
}

.signup-overlay .form {
    margin: 0 auto;
    width: 450px;
}
.form .card {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
    padding: 30px 25px;
}
.form .card h4
{
    margin: 0 0 20px;
}

ul.social-links li {
    display: inline-block;
}
.fb-center {
    display: inline-block;
}


.blink-btn img, .why-us-blink-btn img{width:90px;}
.blink-btn, .why-us-blink-btn{
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.blink-btn:hover, .why-us-blink-btn:hover{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
a.morelink {
    color: #007bff;
}

.war-list li:hover {
    color: #43e8e1;
}
.sponsor-one, .sponsor-two, .sponsor-three, .sponsor-four, .why-us-one, .why-us-two, .why-us-three, .why-us-four{display:none;}
.blink-one:hover .sponsor-one, .blink-two:hover .sponsor-two, .blink-three:hover .sponsor-three, .blink-four:hover .sponsor-four, .why-us-blink-one:hover .why-us-one, .why-us-blink-two:hover .why-us-two, .why-us-blink-three:hover .why-us-three, .why-us-blink-four:hover .why-us-four{display:block;}
@media(max-width:480px){
    header video { display: block;}
    header{height:100%;}
    .why-us-blink-one, .why-us-blink-two, .why-us-blink-three, .why-us-blink-four { display: none;}
    .slick-next {  right: -15px !important;}
    .slick-prev {left: -15px  !important;}
    .why-sponsor {  display: block !important;      display: block !important;
    height: 100% !important;
    padding: 50px 0 !important;}
    h1.heading_sponsor{padding-bottom:30px;}
    .sponsor-details-three-mobile {
     color:#fff !important; box-shadow: 0 0 16px #68d3f8 !important;
    border: 1px solid #43e8e1 !important; background:rgba(0,0,0,0.5) !important;}
    .social-fram{width:100%;}

   .all-topics, .about-back, .why-attend{max-height: 100vh;    overflow: scroll;}
    .all-topics-cover, .about-cover, .why-attend-cover {overflow: scroll;}
}


// pricing css
.snip1214 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #000000;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 40px 10px;
}
.snip1214 .plan {
  margin: 0;
  width: 24%;
  margin: 5px;
  position: relative;
  float: left;
  background-color: #031543;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.snip1214 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1214 header {
  position: relative;
}
.snip1214 .plan-title {
  top: 0;
  position: relative;
  font-weight: 700;
  padding: 20px 6px;
  font-size: 20px;
  margin: 0 auto;
  display: inline-block;
  background-color: #031543;
  color: #ffffff;
  text-transform: uppercase;
}
.snip1214 .plan-cost {
  padding: 0px 10px 20px;
}
.snip1214 .plan-price {
  font-family: inherit;
  font-weight: 800;
  font-size: 2.4em;
  color: #fff;
}
.snip1214 .plan-type {
  opacity: 0.6;
}
.snip1214 .plan-features {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: outside none none;
  font-size: 0.8em;
  height: 320px;
}
.snip1214 .plan-features li {
  border-top: 1px solid #d2d7e2;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  width:90%;
}
.snip1214 .plan-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.snip1214 .plan-features i {
  margin-right: 8px;
  opacity: 0.4;
}
.snip1214 .plan-select {
  border-top: 1px solid #d2d7e2;

      padding: 7px;

      bottom: 0;

      position: absolute;

      width: 100%;
}
.snip1214 .plan-select a {
  background-color: #e51717;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 20px;
  /* -webkit-transform: translateY(50%);
  transform: translateY(50%); */
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 25px;
}
.snip1214 .plan-select a:hover {
  background-color: #46627f;
}
.snip1214 .featured {
  margin-top: -10px;
  background-color: #34495e;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.snip1214 .featured .plan-title,
.snip1214 .featured .plan-price {
  color: #ffffff;
}
.snip1214 .featured .plan-cost {
  padding: 10px 10px 20px;
}
.snip1214 .featured .plan-features li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.snip1214 .featured .plan-select {
  padding: 20px 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .snip1214 .plan {
    width: 50%;
  }
  .snip1214 .plan-title,
  .snip1214 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .snip1214 .plan-cost,
  .snip1214 .featured .plan-cost {
    padding: 20px 10px 20px;
  }
  .snip1214 .plan-select,
  .snip1214 .featured .plan-select {
    padding: 10px 10px 10px;
  }
  .snip1214 .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .snip1214 .plan {
    width: 100%;
  }
}
