/*===== Banner =====*/
.bannerImg {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 73px;
}
.owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
}

.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
}

.owl-theme .owl-nav [class*="owl-"] {
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 50px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #929292;
  opacity: 0.7;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  width: 40px;
  height: 40px;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #0067f4;
}

.bannerImg img {
  max-width: unset;
  width: 100%;
}

@media (max-width: 991px) {
  .bannerImg {
    margin-top: 45px;
  }
}

@media (max-width: 768px) {
  /* .owl-dots {
    bottom: 20px;
  } */
}

/*===== NAVBAR =====*/
.navgition {
  padding: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navgition.navgition-transparent {
  background-color: #413725;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  /* box-shadow: 0px 0px 5px 2px #b1b1b1;
  -webkit-box-shadow: 0px 0px 5px 2px #b1b1b1;
  -moz-box-shadow: 0px 0px 5px 2px #b1b1b1;
  -o-box-shadow: 0px 0px 5px 2px #b1b1b1; */
}
.navgition.sticky {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navgition .navbar {
  position: relative;
  padding: 0px;
}
.navgition .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 8px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
}
.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

.navgition .navbar .navbar-collapse {
  justify-content: center;
}

.nav-btn {
  display: block;
  text-align: center;
}

.nav-btn a {
  background-color: #d8cdb6;
  padding: 10px 20px 10px 20px;
  color: #666;
  border-radius: 3px;
}

.nav-btn a:hover {
  color: #fff;
  background-color: #989182;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navgition .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: -2%;
    width: 110%;
    background-color: #5e5e5e;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 430px) {
  .navgition .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: -5%;
    width: 110%;
    background-color: #5e5e5e;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
  .navbar-brand {
    max-width: 260px;
  }
}
.navgition .navbar .navbar-nav .nav-item {
  margin: 0 16px;
  position: relative;
}
.navgition .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 26px 0;
  color: #fff;
  /* text-transform: uppercase; */
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navgition .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    /* text-align: center; */
  }
  .nav-btn {
    text-align: left;
  }

  .nav-btn a {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 767px) {
  .navgition .navbar .navbar-nav .nav-item a {
    padding: 10px 10px;
    display: block;
    /* text-align: center; */
  }

  .nav-btn {
    text-align: left;
  }

  .nav-btn a {
    margin: 0 0 0 30px;
  }
}
.navgition .navbar .navbar-nav .nav-item a::before,
.navgition .navbar .navbar-nav .nav-item a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  background-color: #ffc107;
  left: 50%;
  bottom: 14px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navgition .navbar .navbar-nav .nav-item a::before,
  .navgition .navbar .navbar-nav .nav-item a::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .navgition .navbar .navbar-nav .nav-item a::before,
  .navgition .navbar .navbar-nav .nav-item a::after {
    display: none;
  }
}
.navgition .navbar .navbar-nav .nav-item a::after {
  left: auto;
  right: 50%;
}
.navgition .navbar .navbar-nav .nav-item.active > a,
.navgition .navbar .navbar-nav .nav-item:hover > a {
  color: #ffc107;
}
.navgition .navbar .navbar-nav .nav-item.active > a::before,
.navgition .navbar .navbar-nav .nav-item.active > a::after,
.navgition .navbar .navbar-nav .nav-item:hover > a::before,
.navgition .navbar .navbar-nav .nav-item:hover > a::after {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navgition .navbar .navbar-social {
    position: absolute;
    right: 70px;
    top: 7px;
  }
}
@media (max-width: 767px) {
  .navgition .navbar .navbar-social {
    position: absolute;
    right: 60px;
    top: 7px;
  }
}
.navgition .navbar .navbar-social span {
  font-size: 16px;
  font-weight: 700;
  color: #6c6c6c;
  line-height: 24px;
  margin-right: 14px;
}
.navgition .navbar .navbar-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.navgition .navbar .navbar-social ul li a {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6c6c6c;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navgition .navbar .navbar-social ul li a:hover {
  color: #0067f4;
}

.language a {
  background-color: #fff;
  padding: 10px 12px 10px 12px;
  margin: 0 0 0 20px;
  color: #413725;
  border-radius: 60px;
  display: block;
}

.language a:hover {
  color: #524835;
  display: block;
  background-color: #d8cdb6;
  color: #666;
}

@media (max-width: 768px) {
  .language a {
    max-width: 50px;
    text-align: center;
    margin-left: 30px;
  }
}

/*===========================
          ABOUT
===========================*/
.about-area {
  background-color: #eaebd3;
  padding: 80px 0 80px 0;
}

.about-area p {
  color: #666;
  text-align: justify;
  letter-spacing: 1px;
}

/*===========================
          WELCOME
===========================*/
.welcome-area {
  background-color: #deddbb;
  padding: 80px 0 80px 0;
}

.welcome-title {
  color: #5c539a;
}

.welcome-area p {
  color: #666;
  text-align: justify;
  letter-spacing: 1px;
}

.welcome-area img {
  max-width: 160px;
}

/*===========================
          SCHEDULE
===========================*/
.schedule-area {
  background-color: #eaebd3;
  padding: 80px 0 80px 0;
}

.schedule-item {
  border-bottom: 1px solid #9c9c9c;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: ease-in-out 0.3s;
  color: #666;
  font-size: 18px;
}

.time {
  text-align: left;
}

.light-blue {
  background-color: #f0e5da;
}

.gray {
  background-color: #c3c3c3;
}

.break {
  background-color: #d8e3cc;
}

.schedule-area a {
  color: #666;
  text-decoration: underline;
}

.schedule-area a:hover {
  color: #ffc107;
}

@media (max-width: 430px) {
  .schedule-item {
    font-size: 16px;
  }
}

/*===========================
          DOWNLOAD
===========================*/
.download-area {
  background-color: #eaebd3;
  padding: 80px 0 80px 0;
}

/*===========================
          SPEAKER
===========================*/
#a1,
#a2,
#a3,
#a4,
#a5,
#a6,
#a7,
#a8,
#a9,
#a10,
#a11,
#a12 {
  scroll-margin-top: 80px;
}

.speaker-area {
  background-color: #deddbb;
  padding: 80px 0 80px 0;
  min-height: 500px;
}

.speaker-area img {
  max-width: 250px;
}

/*===========================
       TRAFFIC
===========================*/
.traffic-area {
  background-color: #eaebd3;
  padding: 80px 0 80px 0;
  min-height: 500px;
}

.traffic-area a {
  color: #666;
}

.traffic-area a:hover {
  color: #ffc107;
}

.map-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.map-container iframe,
.map-container object,
.map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
}

@media (max-width: 430px) {
  .map-container iframe {
    height: 300px;
  }
}

/*===========================
        VENUE
===========================*/
.venue-area {
  background-color: #deddbb;
  padding: 80px 0 80px 0;
  min-height: 500px;
}

/*===========================
        HIGHLIGHTS
===========================*/
.highlights-area {
  background-color: #eaebd3;
  padding: 80px 0 80px 0;
  min-height: 500px;
}

/*===========================
         FOOTER
===========================*/
.footer-area {
  background-color: #524835;
}

.footer-widget {
  padding: 10px 0 10px 0;
  text-align: center;
}

.footer-widget h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.footer-widget p {
  color: #fff;
  font-size: 15px;
}

.footer-widget a {
  color: #fff;
}

.footer-widget a:hover {
  color: #c7c7c7;
}

.footer-copyright {
  background-color: #413725;
}

.copyright {
  padding: 10px 0 10px 0;
}
.copyright .footer-text {
  font-size: 14px;
  color: #fff;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: #c7c7c7;
}

/*===========================
        BACK TO TOP
===========================*/
.back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5%;
  text-align: center;
  background-color: #ed6d46;
  bottom: 10px;
  right: 20px;
  z-index: 999;
  color: #fff;
  font-size: 20px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: none;
}
.back-to-top:hover {
  background-color: #c45736;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 420px) {
}
