/**
* Template Name: Amoeba
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/free-one-page-bootstrap-template-amoeba/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  background-color: #000000;
	color: #fff	
}

a {
  text-decoration: none;
  color: #0b85ff;
}

a:hover {
  color: #0b85ff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Lato", sans-serif;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {

}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
background: -webkit-linear-gradient(0deg,rgba(11, 133, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
background: -o-linear-gradient(0deg,rgba(11, 133, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(0deg,rgba(11, 133, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}

.section-title h3 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
	color: #0b85ff;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: rgb(47, 51, 55,0.8);
  min-height: 40px;
  margin-top: 80px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #0b85ff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #8bc6bf;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Register Now button
--------------------------------------------------------------
.reg-now {
  position: fixed;
  opacity: 1;
  left: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #0a97c7;
  border-radius: 4px;
  transition: all 0.4s;
	font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
	color:#fff;

}

.reg-now:hover {
  background: -webkit-linear-gradient(#0a97c7, #0cc 50%, #27d990);
background: -o-linear-gradient(#0a97c7, #0cc 50%, #27d990);
background: linear-gradient(#0a97c7, #0cc 50%, #27d990);
  color: #fff;
  border: 1px solid #70b9b0;
}

.reg-now.active {
  visibility: visible;
  opacity: 1;
}
*/



.reg-now {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 0px;
  transition: 0.5s;
 background: #0a97c7;
  border: 0;
  color: #fff;
	margin-left:auto;
	margin-right: auto;
	position: relative;
	align-items: center;

}

.reg-now:hover {
	
background: -webkit-linear-gradient(#0a97c7, #0cc 50%, #27d990);
background: -o-linear-gradient(#0a97c7, #0cc 50%, #27d990);
background: linear-gradient(#0a97c7, #0cc 50%, #27d990);
 	color: #fff;
  text-decoration: none;
  border: 1px solid #70b9b0;
	
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  z-index: 997;
  transition: all 0.5s;
  background: rgb(47, 51, 55);
}

#header.header-scrolled {
  background: rgb(47, 51, 55);
  height: 60px;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
  line-height: 0;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  margin-top: 80px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
	background: none;
  -webkit-text-fill-color: #fff;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: -webkit-linear-gradient(0deg,rgba(11, 133, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
background: -o-linear-gradient(0deg,rgba(11, 133, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(0deg,rgba(11, 133, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-clip: text;
transition: 0.3s;
}


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  color: #25564f;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #70b9b0;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(7, 56, 57, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #073839;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #70b9b0;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #70b9b0;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
    background-attachment: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background: url("../img/KV.jpg");
	margin-top:60px;
  margin-bottom:-80px;
	height: 60vh;
}
.href:after {
     position:absolute;
     top:0;
     bottom:0;
     left:0;
     right:0;
     content:"";
    }


#hero:before {
  content: "";
  background: #0e1846,0.7;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding-top: 0px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;

  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
}

#hero .btn-get-started {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 0px;
  transition: 0.5s;
  border: 1px solid #fff;
  color: #fff;
	text-align:center;
	position: absolute;
  top: 60vh;
  left: 8vw;
}

#hero .btn-get-started:hover {
	
background: -webkit-linear-gradient(0deg,rgba(11, 133, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
background: -o-linear-gradient(0deg,rgba(11, 133, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(0deg,rgba(11, 133, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
 	color: #fff;
  text-decoration: none;
  border: 1px solid #70b9b0;
	
}

#hero .invisible-button-container {
  /* Set the context for absolute positioning */
  position: absolute; 
  /* Set the dimensions of the clickable area */
height:25vw; 
width:100vw;
}


#hero .invisible-button {
  /* Make the link occupy the entire container */
  display: block; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  /* Make the button invisible */
  background-color: transparent;
  border: none;
  cursor: pointer;
  
  /* Optional: Prevent a blue outline on click in some browsers */
  outline: none;
}

@media (min-width: 1024px) {
	
 #hero {
	background: url("../img/KV-mw-1024px.jpg");
	background-attachment: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top:80px;
	height: 30vw;
  }.href:after {
     position:absolute;
     top:0;
     bottom:0;
     left:0;
     right:0;
     content:""; 
    }
}

@media (max-width: 1023px) and (min-width: 769px) {
	
 #hero {
	background-attachment: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top:80px;
	height: 50vw;
  }.href:after {
     position:absolute;
     top:0;
     bottom:0;
     left:0;
     right:0;
     content:"";
    }
}

@media (max-width: 768px){
  #hero {
	background-attachment: relative;
	background-size: 100vw;
	background-repeat: no-repeat;
	margin-top:80px;
	height: 50vw;
  }
}

@media (max-width: 768px) {
  #hero h1 {
	font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}



/*--------------------------------------------------------------
# Overview
--------------------------------------------------------------*/
.overview {
	
}


.overview h3 {
  font-weight: 400;
  font-size: 26px;
}

.overview ul {

}

.overview ul li {
  padding-bottom: 10px;
}

.overview ul i {
  font-size: 22px;
  padding-right: 4px;
  color: #fff;
  line-height: 0;
}

.overview p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Presentation Highlight
--------------------------------------------------------------*/
.highlight .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.highlight .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.highlight .icon i {
  color: #fff;
  font-size: 42px;
}

.highlight .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.highlight .title a {
  color: #343a40;
  transition: 0.3s;
}

.highlight .icon-box:hover .title a {
  color: #70b9b0;
}

.highlight .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
 
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
background: -webkit-linear-gradient(0deg,rgba(11, 133, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
background: -o-linear-gradient(0deg,rgba(11, 133, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(0deg,rgba(11, 133, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
padding-bottom:20px;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 28px 10px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: #70b9b0;
  border: 2px solid #70b9b0;
}

/*--------------------------------------------------------------
# Our sponsors
--------------------------------------------------------------*/
.sponsors {
  padding: 60px 0;
}

.sponsors #sponsors-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.sponsors #sponsors-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  border-radius: 4px;
  text-transform: uppercase;
  background: white;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.sponsors #sponsors-flters li:hover,
.sponsors #sponsors-flters li.filter-active {
  background: #065099;
  color: #fff;
}

.sponsors #sponsors-flters li:last-child {
  margin-right: 0;
}

.sponsors .sponsors-wrap {
  background: #065099;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}

.sponsors .sponsors-wrap img {
  transition: all 0.3s ease-in-out;
}

.sponsors .sponsors-wrap .sponsors-info {
  opacity: 0;
  position: absolute;
  transition: all 0.3s linear;
  text-align: center;
  top: 10%;
  left: 5%;
  right: 5%;
}

.sponsors .sponsors-wrap .sponsors-info h3 {
  font-size: 22px;
}

.sponsors .sponsors-wrap .sponsors-info h3 a {
  color: #fff;
  font-weight: bold;
}

.sponsors .sponsors-wrap .sponsors-info a i {
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
  margin: 4px;
}

.sponsors .sponsors-wrap .sponsors-info a i:hover {
  color: #0b85ff;
}

.sponsors .sponsors-wrap:hover img {
  opacity: 0.4;
  transform: scale(1.1);
}

.sponsors .sponsors-wrap:hover .sponsors-info {
  opacity: 1;
  top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# sponsors Details
--------------------------------------------------------------*/
.sponsors-details {
  padding-top: 40px;
}

.sponsors-details .sponsors-details-slider img {
  width: 100%;
}

.sponsors-details .sponsors-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.sponsors-details .sponsors-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #70b9b0;
}

.sponsors-details .sponsors-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #70b9b0;
}

.sponsors-details .sponsors-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(7, 56, 57, 0.08);
}

.sponsors-details .sponsors-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.sponsors-details .sponsors-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.sponsors-details .sponsors-info ul li+li {
  margin-top: 10px;
}

.sponsors-details .sponsors-description {
  padding-top: 30px;
}

.sponsors-details .sponsors-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sponsors-details .sponsors-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.agenda {
  padding: 60px 0;
}

.agenda .agenda-list {
  padding: 0;
  list-style: none;
}

.agenda .agenda-list li {
  border-bottom: 1px solid #0b85ff;
  margin-bottom: 20px;
  padding-bottom: 20px;
	font-size: 16px;
}

.agenda .agenda-list .question {
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #51a59b;
  transition: 0.3s;
}

.agenda .agenda-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.agenda .agenda-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.agenda .agenda-list .icon-show {
  display: none;
}

.agenda .agenda-list .collapsed {
  color: #ffffff;
}

.agenda .agenda-list .collapsed:hover {
  color: #70b9b0;
}

.agenda .agenda-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.agenda .agenda-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Our speaker
--------------------------------------------------------------*/
.speaker {
	
}

.speaker .member {
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
}

.speaker .member img {
  max-width: 100%;
  margin: 0 0 30px 0;
}

#zhangli img {
  max-width: 108.5%;
  margin: 0 0 30px 0;
}

.speaker .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.speaker .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.speaker .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.speaker .member .social {
  margin-top: 15px;
}

.speaker .member .social a {
  color: #92cac3;
  transition: 0.3s;
}

.speaker .member .social a:hover {
  color: #3c8b81;
}

.speaker .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Venue
--------------------------------------------------------------*/
.venue .venue-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0b85ff;
}

.venue .venue-about h4 {
	font-size: 32px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0b85ff;
}

.venue .venue-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #888;
}

.venue .social-links {
  padding-bottom: 20px;
}

.venue .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #fff;
  color: #0b85ff;
  line-height: 0;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #0b85ff;
}

.venue .social-links a:hover {
  background: #0b85ff;
  color: #fff;
}

.venue .info {
  color: #777;
}

.venue .info i {
  font-size: 32px;
  color: #0b85ff;
  float: left;
  line-height: 1;
}

.venue .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.venue .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.venue .php-email-form .error-message br+br {
  margin-top: 25px;
}

.venue .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.venue .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.venue .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.venue .php-email-form input,
.venue .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.venue .php-email-form button[type=submit] {
  background: #70b9b0;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.venue .reg-btn{
  background: #0b85ff;
  border: 0;
  padding: 10px 24px;
  color: #fff;
}

.venue .reg-btn:hover {
  background: -webkit-linear-gradient(0deg,rgba(11, 133, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
background: -o-linear-gradient(0deg,rgba(11, 133, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(0deg,rgba(11, 133, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
  border: 0px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #92cac3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -10px;
}

.map iframe {
  width: 100%;
  height: 475px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000000;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}