/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
		background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
		font-weight: 400;
}


/*---------------------------------------
    Typorgraphy
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}
h2.txt{
  font-size: 30px;
  text-transform: uppercase;
  color:#ffffff;
}

h3 {
  font-size: 16px;
  line-height: 24px;
}
h6 {
  font-size: 12px;
  line-height: 8px;
}
h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}
p.des1{
  line-height: 3rem;
  font-size: 12pt;
  font-weight: bold;
}
p.des2{
  line-height: 4.5rem;
  font-size: 12pt;
}
p.des3{
  line-height: 3.5rem;
  font-size: 12pt;
}
p.des4{
  color: white;
}

a {
  text-decoration: none !important;
  outline: none;
}
.img-circle{
  border-radius: 5px;
   }
/*---------------------------------------
    General
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;

}
img.icon{
  width:80px;
  height: 80px;
}

img.icon1{
  width: 150px;
  height: 150px;
}


#overview,#event1,#event3,#event5,#event7,#event9,#event11,#event13,
#register, #exit, #expo_d {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #eaecef;

}
#expo_rc, #event2, #event4,#event6,#event8,#event10,#event12,#event14{
    padding-top: 6rem;
  padding-bottom: 2rem;
}
#about{
  padding-top: 8rem;
  padding-bottom: 2rem;
}

#about1{
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #eaecef;
}

#detail, #video,
#speakers,
#program,
#sponsors,
#contact, footer {
    padding-top: 10rem;
    padding-bottom: 15rem;

}

#detail,
#speakers, #sponsors,
footer {
  text-align: center;
}

#overview h3,#event1 h3,#event2 h3,#event3 h3, #event4 h3, #event5 h3, #event6 h3, #event7 h3, #event8 h3, #event9 h3, #event10 h3, #event11 h3, #event12 h3, #event13 h3,
#detail h3, #video h3, #event14 h3, #exit h3,
#register h3,
#venue h3,
#contact h3 {

    padding-bottom: 20px;
}

#intro .btn,
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/* Events pay now buuton*/
#footer .btn
{
  background: transparent;
    border:0.5px solid #ffffff;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 15px;
    padding: 10px 25px;
    margin-top: 5px;
    margin-right: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#footer .btn-danger
{
    background: #f2545f;
    border-color: transparent;
}

#footer .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

/*-------------------*/

/* register button- in register page*/
#pay .btn
{
  background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 16px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#pay .btn-danger
{
    background: #f2545f;
    border-color: transparent;
}

#pay .btn-danger:hover {
  background: transparent;
  border-color: #f2545f;
  color: #f2545f;
}

#pay .btn-default:hover {
    background: #f2545f;
    color: #f2545f;
    border-color: transparent;
}
/*-------------------*/



#intro .btn-danger,
#contact .btn-danger {
    background: #F44336;
    border-color: transparent;
}

#contact .btn {
  border-radius: 20px;
}

#intro .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}



#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}




.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Preloader section
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #222;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }


/*---------------------------------------
    Navigation Links section
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}
/* Flight title color */
.custom-navbar .navbar-brand {
    color: #FF8C32;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
    letter-spacing: 5px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #e8c319;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #66ccff;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;

}

@media(min-width:768px) {
    #clockdiv {
    padding: 0 0 1mm 1mm;
  }
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0;
    }
    .custom-navbar.top-nav-collapse {
        background: #101010;
        padding: 0;
    }

}

#clockdiv{
  /*font-family: "Raleway", Arial, sans-serif;*/
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}
#clockdiv > div{
  padding: 7px;
  border-radius: 3px;
  background: #f2545f;
  display: inline-block;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#clockdiv div > span{
  padding: 10px;
  border-radius: 5px;
  color: #d3b528;
  display: inline-block;
  background: #f2eede;
  font-size: 30px;
  font-weight: 400;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.smalltext{
  /*font-family: "Raleway", Arial, sans-serif;*/
  padding-top: 3px;
  font-size: 13px;
  font-weight: 400;
}



/*---------------------------------------
    Intro section
-----------------------------------------*/
#intro {
    background: url('../images/airplane_bg.jpg') 100%  repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position:center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 200vh;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}

/*---------------------------------------
    update section
-----------------------------------------*/

#update {
    background: url('../images/update.jpg') 100%  repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position:center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 100vh;
    text-align: center;
}
#update h3 {
  letter-spacing: 2px;
}



/*---------------------------------------
   Overview  section
-----------------------------------------*/
#overview img, #event1 img, #event2 img, #event3 img, #event4 img, #event5 img, #event6 img, #event7 img, #event8 img, #event9 img,
#event10 img, #event11 img, #event12 img, #event13 img, #event14 img
 {
  position: relative;
  width: 100%;
  max-height: 80%;
  padding-top: 1rem;
  padding-bottom: 10px;



}
#about img{
  position: relative;
  width: 100%;
  max-height: 80%;
  padding-top: 3rem;
  padding-bottom: 10px;

}


#about1 img{
  position: relative;
  width: 100%;
  max-height: 80%;
  padding-top: 3rem;
  padding-bottom: 10px;

}


/*---------------------------------------
    Detail section
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}
#detail img {
  max-width: 20%;
  height: auto;
}



/*---------------------------------------
    Video section
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section
-----------------------------------------*/
#speakers {
    background: #f9f9f9;
}

#speakers h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

#speakers h6 {
  color: #666;
  margin-top: 4px;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#speakers .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speakers .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}



/*---------------------------------------
   Program section
-----------------------------------------*/
#program h4 {
    color: #808080;
    font-size: 12px;
}

#program h3 {
  margin-top: 16px;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 12px;
}

#program img {
  border-radius: 50%;
}

.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f2545f;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}



/*---------------------------------------
    Regsiter section
-----------------------------------------*/
#register {
    background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#register .form-control {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#register input {
  height: 45px;
}

#register input[type="submit"] {
  background: #f2545f;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#register input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}



/*---------------------------------------
   Faq section
-----------------------------------------*/
#faq {
  background: #eaecef;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default > .panel-heading {
  background: #eaecef;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}



/*---------------------------------------
   Venue section
-----------------------------------------*/
#venue {
    background: url('../images/venue-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#venue p {
  padding-top: 12px;
  padding-bottom: 18px;
}



/*---------------------------------------
   Sponsors section
-----------------------------------------*/
#sponsors img {
  margin-top: 18px;
}



/*---------------------------------------
   Contact section
-----------------------------------------*/
#contact {
    background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

#contact .contact_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#contact .contact_detail {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #f2545f;
}



/*---------------------------------------
   Footer section
-----------------------------------------*/
footer {
  background-attachment: fixed;
}

#footer{
    position: fixed;
    background-color: black;
    left: 0;
    bottom: 0;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1.25vw;
}

/* Back top */
.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #f2545f;
    color: #ffffff;
}


/*---------------------------------------
   Social icon
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #f2545f;
    color: #ffffff;
}



/*---------------------------------------
   Responsive styles
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 13px;}

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  }

  #intro { height: 65vh; }

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_detail {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}

}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #overview img, #event1 img, #event2 img, #event3 img, #event4 img, #event5 img, #event6 img, #event7 img, #event8 img, #event9 img, #event10 img, #event11 img, #event12 img, #event13 img,
  #detail .col-md-4,#event14 img, #exit img,
  #register form {
    padding-top: 20px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;

  }

  #contact .contact_detail {
    margin-top: 82px;
  }

}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

}

/*---------------------------------
  Contact us-flight
  -----------------------------*/

#contactus{
  padding-top: 10rem;
    padding-bottom: 15rem;
    text-align: center;
    margin-top: 18px;

}

#mega{
   padding-top: 10rem;
    padding-bottom: 15rem;
    text-align: center;
    margin-top: 18px;
    background-color:#000000;
}
#mega1{
   padding-top: 10rem;
    padding-bottom: 5rem;
    text-align: center;
    margin-top: 18px;
    background-color:#000000;
}
 #mega img {
    padding-top: 22px;

  }
/* YT player*/
#player {
  position: absolute;
  left: 30px;
  top: 390px;
  display: inline-block;

}
/* Drop down*/

/*arrow*/
.arrow {
font-size:11px;
line-height:0%;
}
/*---*/
li:hover .sub-menu {
z-index:1;
opacity:1;
}
.sub-menu {
width:160%;
padding:5px 0px;
position:absolute;
top:100%;
left:0px;
z-index:-1;
opacity:0;
transition:opacity linear 0.15s;
box-shadow:0px 2px 3px rgba(0,0,0,0.2);
background:#2e2728;
}
.sub-menu li {
display:block;
font-size: 12px;
line-height: 5px;
}
.sub-menu li a {
padding:10px 30px;
display:block;
}
.sub-menu li a:hover, .sub-menu .current-item a {
background:#3e3436;
}

/*uniq*/
.uniq{
  padding-top: 20px;
  position:relative;
  width: 200px;
  max-height: 100px;
}
