/*

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: 120px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

.custom-h2 {
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 12px;
  line-height: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: inherit;
  font-family: Poppins, sans-serif;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
  color: #86cee7;
}


/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#overview,
#register,
#partner {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#detail, #video,
#speakers, 
#program,
#sponsors, 
#testimonial,
#facebook,
#contact, footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#detail,
#testimonial,
#speakers, #sponsors,
footer {
  text-align: center;
}

#overview h3,
#detail h3, #video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
}

#partner {
  background: #f9f9f9;
}

#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: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
    background: #86CEE7;
    border-color: transparent;
}

#contact .btn {
  border-radius: 100px;
}

#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;
}

#testimonial h2 {
  text-transform: none;
  letter-spacing: 3px;
  font-size: 27px;
  line-height: 41px;
}

#testimonial p {
  color: #86CEE7;
}

.smaller-font {
  font-size: 12px;
}

#detail p {
  color: #9d9a9a;
  letter-spacing: 1.5px;
}

#form-header h3 {
  position: relative;
  bottom: 6px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #9d9a9a;
}

.form-and-image-container {
  padding-top: 30px;
}

.form-check-input {
  height: auto !important;
}

.form-check-label {
  position: relative;
  bottom: 3px;
  left: 7px;
  margin-bottom: 25px;
}

.flex, .flex-column {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-end {
  justify-content: flex-end;
}

.top-m-5 {
  margin-top: 5px;
}

.testimonial-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  min-width: clamp(10rem, 40rem, 100%);
  margin: 1.5rem;
}

.read-more-testimonials {
  font-style: inherit;
  font-weight: 200;
  cursor: pointer;
  margin-top: 5rem;
}

.read-more-testimonials a {
  color: inherit;
  transition: color 0.4s ease-in-out;
}

.read-more-testimonials a:hover {
  color:gray;
}

a .trustpilot-logo {
  width: 300px;
  margin: 10px auto 0 auto;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

a .trustpilot-logo:hover {
  opacity: .5;
}


/*---------------------------------------
    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;
    padding: 0 !important;
    background-color: #101010bf !important;
}

.custom-navbar .navbar-brand {
    color: #fff;
    font-weight: 200;
    font-size: 1.55rem;
    line-height: 40px;
    letter-spacing: .35em;
    text-transform: uppercase;
}

.custom-navbar .nav li a {
    /*color: #ddd;*/
    font-size: 12px;
    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: #486371;;
}

.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;*/
    /* color: #4E5051; */
    color: white;
    /*font-weight: bold;*/
}

.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) {
  .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        /*background: #101010;*/
        background: #101010bf;
        padding: 0;
    }
    .custom-navbar.top-nav-collapse .navbar-brand {
        color: #fff;
    }
    .custom-navbar.top-nav-collapse li.active > a {
        color: #fff;
    }
}



/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
    /*background: url('../images/1059619080.jpg') 50% 0 repeat-y fixed;*/
    /*background: url('../images/1060673258.jpg') 50% 0 repeat-y fixed;*/
    background: url('../images/1069542038.jpg') 50% 0 repeat-y fixed;
    /*background: url('../images/1069542038-bw.jpg') 50% 0 repeat-y fixed;*/
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center 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: left;
}

#intro h3, #intro h1 {
  text-transform: uppercase;
  /*color: #f2545f;*/
  color: #000;
  letter-spacing: 2px;
  line-height: 1.1em;
  font-weight: bolder;
  max-width: 60%;
  font-size: 5em;
} 

.red {
  color: #86CEE7;
}





/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail, #testimonial {
    background: #222;
    color: #ffffff;
}

#detail .fa, #testimonial .fa, #speakers .fa {
  color: #86CEE7;
  font-size: 48px;
}



/*---------------------------------------
    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: #86CEE7;
  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: 1px solid rgba(255,255,255,.4);
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#register input, #partner input {
  height: 45px;
}

#partner input:focus {
  box-shadow: 0px 0px 4px #0000004a;
}

#partner input.error {
  border: 1px solid rgb(204, 204, 204) !important;
  border-bottom: 4px solid #ff0603!important;
  box-shadow: none;
}

#partner .form-control {
  border: 1px solid #cccccc;
    border-radius: 0px;
    color: inherit;
}

#register input[type="submit"], #partner input[type="submit"] {
  background: #86CEE7;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#partner input[type="submit"] {
  max-width: 200px;
  margin-right: 5%;
}

#register input[type="submit"]:hover, #partner input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}

#partner input[type="submit"]:hover {
  background: #b3ebff;
}

.max_width_650 {
  max-width: 650px;
}

/*---------------------------------------
   Faq section              
-----------------------------------------*/
#faq {
  background: #222;
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #ffffff;
}

#faq p {
     color: #ffffff;
}

#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #222;
  color: #fff;
}

#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: "+";
}

#faq .panel p {
     color: #222;
}

#faq .panel-body {
     background: #e7e7e7;
}


/*---------------------------------------
   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: #86CEE7;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
}



/* 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: #86CEE7;
    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: #86CEE7;
    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; }

  #intro h3, #intro h1 {
    font-size: 3em;
    max-width: 100%;
    /*color: white;*/
  }

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_detail {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}

}

@media (max-width: 768px) {

  input[type=checkbox] 
  {
   transform: scale(1.5);     /* Regular */
   -ms-transform: scale(1.5); /* IE */
   -moz-transform: scale(1.5); /* FF */
   -webkit-transform: scale(1.5); /* Safari and Chrome */
   -o-transform: scale(1.5); /* Opera */
   margin-top: 5px;
   margin-left: 2px;
  }

  .form-check-label {
    bottom: 1px;
  }

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #overview img,
  #detail .col-md-4,
  #register form {
    padding-top: 32px;
  }
  
  #intro h3, #intro h1 {
    font-size: 3em;
    text-align: center;
    max-width: 100%;
    /*color: white;*/
  }

  #intro {
    background: url('../images/1069542038-small.jpg');
    background-attachment:scroll !important;
    background-repeat: no-repeat !important;
    text-align: center;
  }

  #overview {
    padding-top: 50px;
  }

  .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;
  }


  #overview {
    padding-top: 0;
  }

}

.error {
  box-shadow: 0px 0px 8px 1px #ff4444f0;
  border-radius: 4px!important;
  border: 1px solid #c31f1d!important;
}