/**
* Template Name: TheEvent - v4.9.1
* Template URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #b4b4b4;
  color: #3F4040;
  font-family: "Raleway", "Open Sans", sans-serif;
}

a {
  color: #F08021;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #F79944;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lemon Milk", "Raleway", sans-serif;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
  font-style: italic;
  color: #3F4040;
}

.main-page {
  margin-top: 60px;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #F79944;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #F08021;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #F79944;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #3F4040;
}

.section-with-bg {
  background-color: #c4c4c4;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-inner {
  background: rgba(65, 64, 66, 0.98);
  height: 80px;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #F08021;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
  max-width: 50vw;
}

@media (max-width: 992px) {
  #header #logo img {
    max-height: 30px;
  }
}

/*--------------------------------------------------------------
# Buy Tickets
--------------------------------------------------------------*/
.buy-tickets {
  color: #fff;
  background: #F79944;
  padding: 10px 22px;
  max-width: 35vw;
  margin: 0 0 0 10px;
  border-radius: 50px;
  border: 2px solid #F79944;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  line-height: 1;
  font-size: 17px;
  white-space: nowrap;
}

.buy-tickets:hover {
  background: none;
  color: #fff;
}

.buy-tickets:focus {
  color: #fff;
}

@media (max-width: 1275px) {
  .buy-tickets {
    margin: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
# 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>ul>li {
  white-space: nowrap;
  padding: 10px 5px 10px 12px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(153, 153, 153, 1);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  padding: 6px 2px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 10px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #F79944;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 1050px) {
  .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(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.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: #999999;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #060c22;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #F79944;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.png) bottom center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero:before {
  content: "";
  background: rgba(65, 64, 66, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 70px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #hero .hero-container {
    top: 70px;
  }
}

#hero .hero-container #logo img {
  padding: 0;
  margin: 0;
  max-height: 50vh;
  max-width: 80vw;
}

@media (max-width: 80vw) {
  #header #logo img {
    max-height: 60vh;
  }
}

#hero h1 {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 600;
  /* text-transform: uppercase; */
}

#hero h1 span {
  color: #77b700;
}

@media (max-width: 991px) {
  #hero h1 {
    font-size: 20px;
  }
}

#hero p {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 991px) {
  #hero p {
    font-size: 16px;
  }
}

#hero .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #F79944;
}

#hero .about-btn:hover {
  background: #F79944;
  color: #fff;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
  background: url("../img/about-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

@media (min-width: 1024px) {
  #about {
    background-attachment: fixed;
  }
}

#about:before {
  content: "";
  background: rgba(65, 64, 66, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#about p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

#about .counter {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -10px;
  color: #fff;
}

/*--------------------------------------------------------------
# gallery Section
--------------------------------------------------------------*/
#gallery {
  padding: 60px 0;
}

#gallery .container-fluid {
  margin-bottom: 3px;
}

#gallery .gallery-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#gallery .gallery-info {
  background: url("../img/gallery-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#gallery .gallery-info:before {
  content: "";
  background: rgba(65, 64, 66, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#gallery .gallery-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 574px) {
  #gallery .gallery-info h3 {
    font-size: 24px;
  }
}

#gallery .gallery-info p {
  color: #fff;
  margin-bottom: 0;
}

#gallery .gallery-gallery-container {
  padding-right: 12px;
}

#gallery .gallery-gallery {
  overflow: hidden;
  border-right: 3px solid #3F4040;
  border-bottom: 3px solid #3F4040;
}

#gallery .gallery-gallery img {
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-gallery:hover img {
  transform: scale(1.1);
}

#gallery .album-button {
  justify-content: center; 
  align-items: center; 
  text-align: center;
  padding-top: 50px;
}

#gallery .album-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  background: #F79944;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #F79944;
}

#gallery .album-btn:hover {
  background: #3F4040;
  color: #fff;
}


/*--------------------------------------------------------------
# organisation Section
--------------------------------------------------------------*/
#organisation {
  padding: 60px 0 60px 0;
}

#organisation .sub-heading {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-variant: normal;
  margin: 0 auto 20px auto;
}

@media (min-width: 991px) {
  #organisation .sub-heading {
    width: 75%;
  }
}

#organisation .tab-pane {
  transition: ease-in-out 0.2s;
}

#organisation .organisation-item {
  border-bottom: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 5px;
  transition: background-color ease-in-out 0.3s;
}

#organisation .organisation-item:hover {
  background-color: #aaaaaa;
}

#organisation .organisation-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#organisation .organisation-item .speaker {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 50%;
  float: center;
  margin: 0 10px 10px 5px;
}

#organisation .organisation-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#organisation .organisation-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

#organisation .organisation-item h4 span {
  font-style: italic;
  font-family: "Raleway", "Open Sans", sans-serif;
  color: #F08021;
  font-weight: bold;
  font-size: 12px;
}

#organisation .organisation-item p {
  font-style: italic;
  color: #414042;
  margin-bottom: 0;
}

#organisation .tg  {
  border-spacing:0;
  font-family: "Raleway", "Open Sans", sans-serif;
  word-break:normal;
  table-layout: fixed;
  width: 100%;
}

#organisation .tg th{
  border-color: #F79944;
  border-style: hidden solid hidden solid;
  border-width:1px;
  font-size: 20px;
  font-weight:bold;
  padding:5px 5px;
  overflow: hidden;
}

#organisation .tg td{
  border-color: white;
  border-style: hidden solid hidden solid;
  border-width:1px;
  font-size:16px;
  padding:5px 5px;
  overflow: hidden
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 0px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #F08021;
}

#contact .contact-info address,
#contact .contact-info p {
  font-size: 18px;
  margin-bottom: 0;
  color: #414042;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #414042;
}

#contact .contact-info a {
  color: #fff;
}

#contact .contact-info a:hover {
  color: #F79944;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

/*--------------------------------------------------------------
# Socials Section
--------------------------------------------------------------*/
#socials {
  padding: 60px 0 20px 0;
}

#socials .socials-info {
  margin-bottom: 0px;
  text-align: center;
}

#socials .socials-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #F08021;
}

#socials .socials-info address,
#socials .socials-info p {
  font-size: 18px;
  margin-bottom: 0;
  color: #414042;
}

#socials .socials-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #414042;
}

#socials .socials-info a {
  color: #fff;
}

#socials .socials-info a:hover {
  color: #F79944;
}

#socials .socials-address,
#socials .socials-phone,
#socials .socials-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  #socials .socials-address,
  #socials .socials-phone,
  #socials .socials-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #socials .socials-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #F08021;
  padding: 0 0 10px 0;
  color: #eee;
  font-size: 14px;
}

#footer a {
  color: #F79944;
}

#footer p {
  margin-bottom: 10px;
}

#footer a:hover {
  color: #eee;
}

#footer .footer-top {
  background: #414042;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: #F08021;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: #F79944;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #F79944;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #F79944;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #F79944;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type=submit] {
  background: #F79944;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 20px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}